@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

@import url(http://fonts.googleapis.com/css?family=News+Cycle);

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  min-width: 1000px;
  background: #fdfdfd;
  color: #8f8f8f;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
}
.glob {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
#webSiteLoader {
  position: fixed;
  z-index: 1023;
  width: 100%;
  height: 100%;
  background: #fdfdfd url(../img/web_site_loader.gif) center no-repeat;
}
#pageLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: none;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
}
#pageLoader > div {
  width: 50px;
  height: 50px;
  background: url(../img/page_loader.gif) 0 0 no-repeat;
}
#back-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 1000;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #fdfdfd url("../img/up-arrow.png") center 12px no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#back-top:hover {
  background: #f2f0f0 url("../img/up-arrow.png") center 12px no-repeat;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/*------ header ------- */
header {
  position: relative;
  min-height: 89px;
  width: 100%;
  z-index: 100;
  background: url(../img/header_bg.png) repeat-x;
}
header h1 {
  display: inline-block;
  float: left;
  margin-right: 10px;
  max-width: 328px;
  width: 100%;
}
header h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: relative;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
}
header .navbar > .navbar-inner {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  filter: none;
}
#wrapper .navbar-inner {
  padding-right: 0px;
  padding-left: 0px;
  min-height: 0;
  border: 0;
  background-color: inherit;
  background-image: none;
  background-repeat: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: inherit;
  text-align: center;
}
.sf-menu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-top: 10px;
  display: inline-block;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  /* background: url(../img/menu_button.png) 0 0 no-repeat; */

}
.sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 24px 33px 20px;
  color: #313131;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 24px/30px 'Open Sans Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-shadow: 1px 1px 2px #d8d8d8;
}
.openPart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fdfdfd;
  border: 3px solid #fdfdfd;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden !important;
  background-color: #f1f1f1;
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #e9e9e9, #fdfdfd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#fdfdfd));
  background-image: -webkit-linear-gradient(top, #e9e9e9, #fdfdfd);
  background-image: -o-linear-gradient(top, #e9e9e9, #fdfdfd);
  background-image: linear-gradient(to bottom, #e9e9e9, #fdfdfd);
  background-repeat: repeat-x;
  /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@startColor),argb(@endColor))); // IE9 and down*/

}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  top: 79px;
  left: 0;
  z-index: 200;
  padding: 17px 17px 12px 17px;
  width: 117px;
  background: #111;
  background: url(../img/submenu1_pattern.png);
  list-style: none;
  text-align: center;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
  border-radius: 0 0 0 20px;
}
.sf-menu ul > li {
  margin: 0;
  text-align: left;
  display: block;
  line-height: 0;
  margin-top: 2px;
}
.sf-menu ul > li:after {
  position: relative;
  width: 100%;
  height: 1px;
  display: inline-block;
  background: url(../img/submenu1_hline.png) repeat-x;
  content: "";
}
.sf-menu ul > li.last:after {
  background: 0;
}
.sf-menu ul a {
  position: relative;
  display: block;
  color: #4f4f4f;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  font: 18px/20px 'Open Sans Condensed', Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: none;
  margin-bottom: -2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sf-menu ul a:hover {
  text-decoration: none;
  background: #c8c5b3;
}
/*submenu2*/
.sf-menu .subMenu2 {
  top: 35px;
  left: 151px;
  width: 120px;
  background: url(../img/submenu2_pattern.png);
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
.sf-menu .subMenu2 a {
  color: #827f7d !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: none;
}
.sf-menu .subMenu2 a:hover {
  color: #fff !important;
  background: #3e3126;
}
/*--- header end ------*/
/*-----bgStretch-----*/
#splash {
  position: absolute;
  top: 220px;
  z-index: 10;
  width: 100%;
}
.bg_img {
  position: absolute;
  z-index: -1;
  top: -232px;
  left: 138px;
}
.gall_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/gallLoader.gif) 0% 0% no-repeat;
}
/*------ content ------- */
#wrapper > section > #content_part {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin-top: 59px;
  width: 100%;
  height: 100% !important;
}
#wrapper > section > #content_part > div {
  position: relative;
}
/* #wrapper .global > div{
	position: relative; */
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 39px 30px 30px 58px;
  min-height: 400px;
  background: url(../img/page_pattern.png);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}
.dynamicContent > .content:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background: url(../img/page_corner.png) no-repeat;
  z-index: 10;
}
h2,
h3,
h4 {
  display: block;
  margin: 0;
  margin-bottom: 13px;
  color: #636363;
  font: 51px "Open Sans Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
  position: relative;
}
h2 {
  margin-left: -62px;
}
h3 {
  margin-top: 23px;
  margin-bottom: 24px;
  letter-spacing: 2px;
  color: #646464;
  font: 28px/27px "Open Sans Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h3.search_title {
  font-size: 20px;
  color: #313131;
  border: none;
  margin-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0px;
}
h4 {
  margin-top: 11px;
  margin-bottom: 8px;
  color: #444;
  letter-spacing: 0px;
  text-transform: uppercase;
  font: 18px/26px "Open Sans Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a {
  color: #333;
}
.hline {
  position: relative;
  display: inline-block;
  margin: 10px 0 14px 0;
  width: 100%;
  height: 2px;
  background: url(../img/hline.png);
}
.vline {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left: 40px;
  margin-right: -20px;
  float: left;
  width: 40px;
  height: 441px;
  background: url(../img/vline.png);
}
.dynamicContent > .content img {
  margin-bottom: 20px;
}
#clients_gall img {
  margin-bottom: 14px;
}
a:focus {
  outline: 0;
}
a,
.more {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imgIndent {
  margin: 0 20px 8px 0 !important;
}
.imgIndent2 {
  margin: 4px 16px 25px 5px;
}
.imgIndent3 {
  margin: 14px 20px 20px 0 !important;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.color1 {
  color: #bfbebe;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
.marTop1 {
  margin-top: 10px;
  display: inline-block;
}
.marTop2 {
  margin-top: 40px;
}
.marTop3 {
  margin-top: 20px;
}
.marBot0 {
  margin-bottom: 0px;
}
.marBot1 {
  margin-bottom: 21px;
}
.marBot2 {
  margin-top: 1px;
  margin-bottom: -3px;
}
.marBot3 {
  margin-top: -5px;
  margin-bottom: 0px;
}
.marLeft1 {
  margin-left: 1200px;
}
.services_col1 {
  width: 260px;
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.services_col1.last_col {
  margin-left: 0;
}
.pos_rel {
  position: relative;
  min-height: 357px;
}
.txt_cntr {
  text-align: center;
}
.img_404 {
  position: absolute;
  margin-top: -43px;
  margin-left: -59px;
  width: 461px;
  height: 442px;
}
#search {
  position: relative;
  display: inline-block;
  float: left;
  margin: 9px 0 18px;
}
/*----------Slider2--------------*/
.slider_nav {
  position: absolute;
  right: 883px;
  bottom: 97px;
  z-index: 20;
}
a.nav_item {
  position: relative;
  display: inline-block;
  margin: 0 0 0 5px;
  width: 15px;
  height: 15px;
  background: url(../img/dot2.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.nav_item:hover {
  background: url(../img/dot1.png) 0 0 no-repeat;
  color: #f0cb00;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.nav_item.active,
a.nav_item.active:hover {
  background: url(../img/dot1.png) 0 0 no-repeat;
  text-decoration: none;
}
.slider2 {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  width: 100%;
  height: 590px;
  text-align: left;
}
.slider2 ul {
  margin: 0;
}
.list-1 > li {
  position: relative;
  display: inline-block;
  float: left;
}
.list-1 > li .marTop1 {
  margin-top: 132px;
}
.list-1 > li img {
  margin-top: 75px;
  margin-left: -50px;
}
.prev,
.next {
  position: absolute;
  width: 50px;
  height: 27px;
  top: 180px;
}
.prev {
  left: -12px;
  background: url(../img/prev.png) 0 0 no-repeat;
}
.next {
  right: 18px;
  background: url(../img/next.png) 0 0 no-repeat;
}
.close_main {
  position: absolute;
  width: 26px;
  height: 30px;
  top: 7px;
  right: 15px;
  background: url(../img/close_sign.png) 0 0 no-repeat;
  z-index: 2;
}
/* ============================= start scroll ====================== */
.scroll_btn_up,
.scroll_btn_down {
  position: absolute;
  top: 8px;
  display: inline-block;
  /* overflow: hidden; */

  width: 45px;
  height: 45px;
}
.scroll_btn_down {
  right: 0px;
  background: url(../img/scroll_btn_up.png) no-repeat;
}
.scroll_btn_up {
  right: 46px;
  background: url(../img/scroll_btn_down.png) no-repeat;
}
#page_gallery .scroll_btn_down {
  right: 20px;
}
#page_gallery .scroll_btn_up {
  right: 66px;
}
.scroll {
  overflow: hidden;
  margin-top: 7px;
  height: 295px;
}
.scroll .wrapper {
  margin-bottom: 2px;
}
/* ============================= end scroll ====================== */
/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: -1px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 12px;
}
.listWithMarker li a {
  display: inline-block;
  padding-left: 22px;
  background: url(../img/more_sign.png) 0 4px no-repeat;
  color: #8f8f8f;
  text-decoration: none;
}
.listWithMarker li a:hover {
  padding-left: 17px;
  color: #000;
}
.listWithMarker2 li {
  display: block;
  padding-bottom: 6px;
}
.listWithMarker2 li a {
  display: inline-block;
  padding: 12px 0 12px 10px;
  min-width: 210px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 18px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.listWithMarker2 li a:hover {
  background: #ddb637;
  color: #1a1a1a;
}
/* ============================= end lists ====================== */
/*-------------- start botstrap btn reset ------------------------*/
.thumbnails {
  margin-left: 0;
}
.thumbnail {
  display: block;
  padding: 0px;
  line-height: 21px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: none;
  background-color: ;
  background-image: none;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-top: -7px !important;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: none;
}
.btn:active,
.btn.active {
  background-color: ;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:focus {
  outline: none;
  outline-offset: 0;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.btn-primary {
  position: relative;
  background: none;
  box-shadow: none;
  text-decoration: none !important;
  padding: 7px 23px 8px 24px;
  background: url(../img/btn_pattern.png) repeat;
  z-index: 1;
  left: 0;
  border-radius: 2px;
  font: 12px 'Anton', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
}
.img-polaroid {
  padding: 0;
  background-color: #fff;
  border: 11px solid #fff;
  -webkit-box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.1);
}
/*-------------- end botstrap btn reset ------------------------*/
.more {
  position: relative;
  display: inline-block;
  margin-top: 15px !important;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #222222;
  font: 20px 'Open Sans Condensed', sans-serif;
  background: url(../img/more_sign.png) 0px 8px no-repeat;
  text-transform: uppercase;
}
.more:hover {
  background: url(../img/more_sign.png) 5px 8px no-repeat;
  color: #777;
  text-decoration: none;
}
/* ============================= slider ====================== */
.slider {
  position: relative;
}
.slider ul {
  margin: 0;
}
.slider li {
  display: inline-block;
  float: left;
  margin-right: 27px;
  padding: 10px;
  width: 235px;
  background: #1a1a1a;
  list-style: none;
}
.slider li.last {
  margin-right: 0;
}
.slider li img {
  padding-bottom: 8px;
}
.slider li p {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
a.fancybox {
  position: relative;
  float: left;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/magnifier.png") center no-repeat;
}
a:hover .zoom {
  opacity: 1;
}
a .zoom {
  opacity: 0;
}
/* ============================= end slider ====================== */
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  float: left;
  margin: 0;
  margin-right: 20px;
  width: 260px;
  height: 294px;
}
.g_map > iframe {
  padding: 0;
  width: 100%;
  height: 294px;
  outline: none;
  border: none;
}
.address {
  margin-top: 30px;
  padding-top: 0;
  color: #8e8e8e;
  margin-bottom: -15px;
}
.address .txt1,
.more_title {
  color: #313131;
  font: 600 12px/19px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
.link1 {
  color: #bfbebe;
  margin-bottom: 10px;
  display: inline-block;
}
.phones_part {
  display: inline-block;
  width: 208px;
}
.mailLink {
  text-decoration: underline;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  position: relative;
  display: block;
  margin-top: 0;
}
#form1 label {
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
#form1 label input,
#form1 label textarea,
#search input {
  margin: 0;
  margin-bottom: 3px;
  padding: 8px 10px 8px 15px;
  width: 195px;
  outline: none;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #8f8f8f;
  font: 14px Arial;
  line-height: 21px;
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
}
#search input {
  width: 255px;
}
#form1 label textarea {
  height: 164px;
  resize: none;
}
#form1 .error {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}
#form1 .empty {
  position: absolute;
  top: 0;
  width: 100% !important;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}
#form1 .message .empty {
  width: 400px;
}
#form1 .success {
  position: absolute;
  z-index: 1;
  width: 220px;
  height: 82px;
  border: 1px solid #ddd;
  background: #fff;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 25%;
  color: #000;
  text-align: center;
}
.btns {
  float: left;
  margin-top: -13px;
}
.btns > a {
  margin-left: 15px;
}
/*-------------------------- end Contact form --------------*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  margin-top: 145px;
  z-index: 10;
  width: 100%;
  color: #a3a2a2;
  font-size: 13px;
}
footer .txt_all {
  position: relative;
  font: 30px "News Cycle", Arial, "Helvetica Neue", Helvetica, sans-serif;
  top: -59px;
}
footer .txt_all div {
  position: absolute;
  right: 0;
  display: block;
  padding-left: 18px;
  color: #c4c4c4;
  background: url(../img/sign1.png) 0 24px no-repeat;
  white-space: nowrap;
}
footer p {
  float: right;
}
footer a {
  color: #a3a2a2;
}
.line_up {
  border-top: 3px solid #e6e6e6;
  padding-top: 25px;
}
footer a:hover {
  color: #000;
  text-decoration: none;
}
.social_icons {
  position: relative;
  display: block;
  float: right;
  margin: 0;
  margin-top: -4px;
  list-style: none;
  white-space: nowrap;
}
.social_icons > li {
  display: inline-block;
  margin-left: 0px;
  cursor: pointer;
}
.clear {
  clear: both;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
