img {
    vertical-align: middle;
    max-width: 100%;
}


html,body {
  font-family: "sahel";
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
	  font-weight: normal;
	  text-transform: none;
    font-size:13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "sahel";
}

*:focus,*:hover {outline: none;text-decoration: none;}
html,* {-webkit-font-smoothing: antialiased}
*{text-shadow:none!important;}
@media screen and (max-width: 770px) {img {max-width: 100%;height: auto;width: auto\9;}}
ul,li{list-style:none;padding:0;margin:0;}

a{color:#179BD7;}
a:hover,a:focus{text-decoration: none;color:#1565C0;}


textarea,
input[type="email"],input[type="tel"],
.number input[type="tel"],
.number input[type="text"],
input[type="text"], input[type="file"], input[type="url"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], textarea {
    border: medium none;
    border-radius: 12px;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    margin: 3px 0;
    padding: 7px 9px 4px !important;
    width: 100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
  border:0;
	background:#eee;
  border:0;
}


select {
  padding: 7px 9px 4px !important;
  margin: 3px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #eee !important;
    box-shadow: none!important;
	border-radius:12px!important;
	border: 0!important;
    color:#222;
    font-size: 15px;
	height:auto!important;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}


textarea:focus,
input[type="text"]:focus, input[type="file"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus{
    border-color: -moz-use-text-color -moz-use-text-color #fff;
	background:#E0E0E0;
}


textarea {
    min-height: 200px ;
	resize:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}




.btn,.nbs > label, .btn-primary, .bt-sample-link, input[type="submit"], button.submit, input[type="button"],button {
    background: #1565C0;
    border: 0 none;
    border-radius: 30px;
    box-shadow: none;
    color: #fff;
    display: block;
    float: left;
    font-family: "sahel"!important;
    font-size: 14px;
    line-height: 21px;
	font-weight:bold;
    margin: 4px 3px;
    overflow: visible;
    padding: 10px 15px;
    position: relative;
    text-align: center;
}

.nbs > label:hover,.nbs > label:focus,
.btn-primary:hover,.bt-sample-link:hover,input[type="submit"]:hover,button.submit:hover, input[type="button"]:hover,button:hover,
.btn-primary:focus,.bt-sample-link:focus,input[type="submit"]:focus,button.submit:focus, input[type="button"]:focus,button:focus {
    background-color: #179BD7!important;
    color: #fff !important;
	cursor:pointer;
}

.btn img {
    width: 22px;
    height: 22px;
    margin-left:10px;
}

.btn-info {background: #179BD7;color: #fff;}
.btn-danger {background: #FF3E6D;color: #fff;}
.btn-success {background: #32DBC6;color: #fff;}
.btn-warning {background: #FDCB6E;color: #222;}


.btn-info:hover,.btn-info:focus {background: #1086bb;color: #fff;}
.btn-danger:hover,.btn-danger:focus {background: #e22351;color: #fff;}
.btn-success:hover,.btn-success:focus {background: #21b9a6;color: #fff;}
.btn-warning:hover,.btn-warning:focus {background: #e0aa46;color: #222;}

.big-btn:hover,.big-btn:focus,
.big-btn{
  display:block!important;
  float:none;
  border:0!important;
  padding:10px!important;
  margin:8px 0!important;
  text-align: right;
  font-size:16px!important;
}

{border:0!Important;}

.big-btn img {
    width: 28px;
    height: 28px;
}

.nbs,
.ckb{
  cursor:pointer;
}


.nbs > input,
.ckb > input{
  visibility: hidden;
  position: absolute;
}

.nbs > i ,
.ckb > i {
    background: #dee7f0;
    border: 0 none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0) !important;
    display: inline-block;
    font-size: 9px;
    height: 12px;
    line-height: 12px;
    margin-left: 6px !important;
    padding: 2px;
    position: relative;
    text-align: center;
    top: 0;
	margin-right:3px;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    width: 12px;
}

.ckb > i {
    border-radius: 5px;
}

.nbs:hover > i ,
.ckb:hover > i {
    background: #dee7f0;
    color: #4e6597 !important;
}

.nbs > input:checked + i,
.ckb > input:checked + i{
  color:   #dee7f0!important;
  background:#4e6597;
}
