@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  background: #202020;
  font: 12px/20px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #868686;
  margin: 0;
  min-width: 1100px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #202020;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
#wrapper {
  margin: 0 !important;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
p {
  font: 12px/24px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #868686;
  margin: 0;
}
p > strong {
  color: #cacaca;
}
h2 {
  color: #e7e7e7;
  font: 300 25px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h3 {
  color: #8e8e8e;
  font: 600 25px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 28px;
}
h4 {
  color: #e7e7e7;
  font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
h5 {
  color: #e7e7e7;
  font: 600 60px/50px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
/*-----header-----*/
header {
  position: absolute;
  width: 313px;
  top: 0;
  left: 0;
  z-index: 12;
  background-color: #ffffff;
  height: 100%;
  background: url(../img/header_bg.png) repeat;
  border-right: 1px solid #565757;
}
header h1 {
  width: 100%;
  height: 175px;
  float: left;
  display: inline-block;
  margin: 0;
  position: relative;
  text-align: center;
  margin-top: 205px;
  margin-bottom: 35px;
}
header h1 {
  margin-left: 15px;
}
header #icons {
  width: 300px;
  margin-left: 21px;
}
header .tm_icons {
  margin: 0;
  display: inline-block;
}
header .tm_icons li {
  float: left;
  margin-right: 4px;
  display: inline-block;
}
header .tm_icons .margRight1 {
  margin-right: 29px;
}
header .tm_icons .margRight2 {
  margin-right: 20px;
}
header .tm_icons .margRight3 {
  margin-right: 24px;
}
.footer {
  position: relative;
  text-align: center;
}
.footer p {
  color: #828282;
  font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer .privacy_text a {
  color: #828282;
  font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer a:hover {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-top: 23px;
}
#search input {
  border: none;
  width: 352px;
  outline: none;
  box-shadow: none;
  color: #868686;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 5px 10px 6px 10px;
  margin: 0 0 10px 0;
  box-sizing: content-box;
  float: left;
  margin-right: 3px;
  border: 1px solid #2f2f2f;
  background: none;
}
#search .btn-link {
  position: relative;
  top: 6px;
  margin-left: 8px;
}
#search .link-more {
  display: inline-block;
  margin-top: 3px;
  margin-left: 15px;
}
.search_list {
  padding-right: 80px;
  padding-top: 15px;
}
.search_list li {
  list-style: decimal;
  margin-bottom: 40px;
}
.search_list li h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
.search_link {
  color: #868686;
  font: 15px 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.search_link:hover {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.match {
  color: #ffffff;
  font-weight: bold;
  display: block;
}
.search {
  color: #ffffff;
  font-weight: bold;
}
/*-----menu-----*/
.menu {
  margin-bottom: 126px;
}
.menu .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
  display: inline-block;
  margin-left: 86px;
}
.sf-menu {
  position: relative;
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
  width: 176px;
  text-align: center;
}
.sf-menu li {
  margin-bottom: 13px;
}
.sf-menu > .last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.sf-menu > li > img {
  margin-top: 0;
  margin-left: 3px;
}
.sf-menu > li .button_act {
  background: url(../img/menu_border.png) no-repeat;
  width: 175px;
  height: 1px;
  position: absolute;
  top: 10px;
}
.sf-menu > li > a .base_text {
  font: 15px 'Open Sans';
  color: #ffffff;
  width: 100%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
}
.sf-menu > li > a .base_text > span {
  float: right;
  text-align: right;
  margin-right: 4px;
}
/*-----submenu-----*/
.sf-menu ul {
  position: absolute;
  list-style: none;
  width: 115px;
  padding: 24px 20px 31px 20px;
  left: 112px;
  top: 10px;
  z-index: 10;
  background-color: #272727;
  text-align: center;
  border: 1px solid #404040;
}
.sf-menu ul a {
  color: #404040;
  font: 12px/18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sf-menu ul a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sf-menu ul .hoverItem {
  color: #ffffff;
}
.sf-menu ul > li {
  padding-bottom: 5px;
  margin-bottom: 4px;
  text-align: left;
  position: relative;
}
.sf-menu ul > .last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sf-menu .subMenu2 a {
  color: #404040;
  font: 12px/18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sf-menu .subMenu2 {
  position: absolute;
  list-style: none;
  width: 115px;
  padding: 24px 20px 31px 20px;
  left: 125px;
  top: -25px;
  z-index: 10;
  background-color: #272727;
  text-align: center;
  border: 1px solid #404040;
}
.sf-menu .subMenu2 > li {
  padding-bottom: 5px;
  margin-bottom: 4px;
  text-align: left;
  position: relative;
}
.sf-menu .subMenu2 > .last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/*-----content-----*/
#wrapper .global {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}
#wrapper .global > .container {
  position: relative;
  z-index: 5;
  height: 100%;
}
#wrapper .global .contentHolder {
  width: 1041px;
  height: 100%;
  background: url(../img/container_bg.png) repeat-y;
  position: relative;
  z-index: -1;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent .content {
  padding: 61px 0 0 0;
}
.contentHolder {
  background-color: red;
}
.container {
  margin-left: 0;
  margin-right: 0;
}
.container .center {
  display: inline-block;
  width: 940px;
  padding-top: 93px;
  height: auto !important;
}
.container .center .bord {
  display: inline-block;
  padding-bottom: 21px;
}
.mail {
  color: #ffffff;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail:hover {
  color: #868686;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----google map-----*/
.g_map {
  width: 450px;
  height: 283px;
  margin: 0;
  border: 4px solid #fbfbfc;
  margin-bottom: 13px;
  margin-top: 0;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
.g_map > iframe {
  width: 450px;
  height: 283px;
  border: none;
  outline: none;
  padding: 0;
  background-color: #fff;
}
.info-indent {
  margin-top: -4px;
  line-height: 20px;
}
.info {
  display: inline-block;
  margin-top: 20px;
}
.info p {
  margin: 0;
  color: #868686;
  line-height: 20px;
}
.info > p span {
  width: 69px;
  display: inline-block;
  color: #868686;
  font-weight: normal;
}
.info a {
  color: #ffffff;
  line-height: 18px;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info a:hover {
  color: #868686;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----form-----*/
#form1 {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
#form1 label {
  margin-bottom: 0;
  position: relative;
}
#form1 fieldset {
  width: 620px;
}
#form1 fieldset .pull {
  float: left;
  margin-right: 20px;
  margin-top: -2px;
}
#form1 label input,
#form1 label textarea {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #868686;
  width: 620px;
  padding: 6px 9px 6px 11px;
  font: 12px 'Arial', sans-serif;
  font-weight: normal;
  border: 1px solid #2f2f2f;
  margin-bottom: -8px;
  background: none;
}
#form1 label textarea {
  height: 130px;
  resize: none;
}
#form1 .message textarea {
  padding-top: 10px;
}
#form1 label input {
  width: 438px;
}
#form1 .error {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 4px;
  color: #d3243d;
  text-align: right;
  width: 295px;
}
#form1 .empty {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 4px;
  color: #ffffff;
  text-align: right;
  width: 456px;
}
#form1 .message .empty,
#form1 .message .error {
  top: 0;
  width: 636px;
}
#form1 .success {
  background: #202020;
  border: 1px solid #2F2F2F;
  left: 0;
  padding: 23px 159px;
  position: absolute;
  top: 0;
  z-index: 1;
}
#form1 .success > span {
  color: #868686;
  font: 12px 'Arial', sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.btns {
  float: right;
  margin-top: 42px;
  right: -22px;
  position: relative;
}
.btns > a {
  float: left;
  font-size: 10px;
  color: #d3243d;
  margin-left: 17px;
}
.btns .btn-link {
  color: #868686;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.btns .btn-link:hover {
  color: #ffffff;
}
/*---------------*/
.btn-link {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: bold 12px 'Arial', sans-serif;
  text-transform: uppercase;
  color: #868686;
  cursor: pointer;
  text-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-link:hover {
  background: none;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----list-----*/
.list1 {
  margin: 0;
  display: inline-block;
  margin-top: 21px;
  width: 100%;
}
.list1 li {
  margin-bottom: 5px;
}
.list1 li a {
  font: bold 12px 'Arial', sans-serif;
  color: #868686;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list1 li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list1 li img {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}
.list2 {
  margin: 0;
  display: inline-block;
}
.list2 li {
  display: inline-block;
  margin-bottom: 21px;
}
.list2 li .badge {
  width: 60px !important;
  height: 46px !important;
  text-align: center;
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
  float: left;
  margin-right: 18px;
  background-color: #636363;
  background-image: -moz-linear-gradient(top, #575757, #767676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#575757), to(#767676));
  background-image: -webkit-linear-gradient(top, #575757, #767676);
  background-image: -o-linear-gradient(top, #575757, #767676);
  background-image: linear-gradient(to bottom, #575757, #767676);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff575757', endColorstr='#ff767676', GradientType=0);
  border-radius: 0;
  text-shadow: none;
}
.list2 li .badge p {
  font: 12px 'Arial', sans-serif;
  color: #cacaca;
  text-transform: uppercase;
}
.list2 li .badge .title1 {
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
}
.list2 li .extra-wrap p {
  line-height: 20px;
}
.list2 li .extra-wrap .margTop {
  margin-top: -4px;
  display: inline-block;
}
.list4 {
  margin: 0;
  display: inline-block;
}
.list4 .img-polaroid {
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  border-width: 4px;
  border-style: solid;
  border-color: #fbfbfc;
}
.list4 li {
  margin: 0 20px 23px 0;
  float: left;
}
.list4 .last {
  margin-right: 0;
}
.list3 {
  margin: 0;
  display: inline-block;
  width: 100%;
  min-height:690px;
}
.list3 li {
  margin-bottom: 20px;
  float: left;
}
.list3 .img-polaroid {
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  border: none;
}
.list3 .thumb-pad {
  display: inline-block;
  margin-bottom: 11px;
}
.list3 .thumb-pad .thumbnail {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  border-width: 4px;
  border-style: solid;
  border-color: #fbfbfc;
  overflow: hidden;
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  min-height:149px;
}
.list3 .thumb-pad .thumbnail p {
  position: absolute;
  width: 272px;
  text-align: center;
  background: url(../img/gall_title_bg.png) repeat;
  margin-left: 0;
  margin-top: -52px;
  padding: 10px 0 11px 0;
}
/*-----scroll-----*/
.scroll {
  height: 690px !important;
  overflow: hidden !important;
  top: 0;
  left: 0;
}
.scroll ul {
  float: left;
}
._track {
  position: relative;
  width: 17px;
  height: 302px;
  right: 0;
  top: 69px;
  background-color: #272727;
}
._shuttle {
  cursor: pointer !important;
  width: 17px;
  height: 74px;
  background: url(../img/shuttle.png) no-repeat;
  left: 0;
  top: 0;
  margin-bottom: 0px;
  margin-top: 0;
}
/*-----slider-----*/
.slider2 {
  display: inline-block;
  width: 100%;
  height: 676px !important;
  margin-top: 0;
}
.slider2 ul {
  margin: 0;
  width: 100%;
}
.slider2 ul li {
  list-style: none;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.slider2 .thumb-pad {
  display: inline-block;
}
.slider2 .thumbnail {
  padding: 0;
  line-height: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  float: left;
  margin-right: 19px;
}
.slider2 .thumbnail img {
  max-width: none;
  margin: 0;
}
.slider2 .thumbnail .img-polaroid {
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  border-width: 4px;
  border-style: solid;
  border-color: #fbfbfc;
}
.slider2 .caption {
  overflow: hidden;
  padding: 0;
}
.slider2 .caption h4 {
  position: relative;
  top: -11px;
}
.slider2 .caption p {
  line-height: 20px;
}
.slider2 .caption .indent {
  margin-top: -10px;
  margin-bottom: 20px;
}
.slider2 .caption .btn-link {
  margin-top: 20px;
}
.pagination-centered {
  position: relative;
  left: 0;
  top: -19px;
  bottom: 0;
  margin-left: 48px;
  text-align: left;
}
.pagination-centered a {
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
  font: bold 12px 'Arial', sans-serif;
  color: #868686;
  margin-right: 4px;
}
.pagination-centered .button {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0 !important;
}
.pagination-centered .button:hover {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .button.active,
.pagination-centered .button.active:hover {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .btn.nav-next {
  padding: 0;
  background: none;
  position: relative;
  margin-left: 9px;
  margin-top: 8px;
  text-decoration: underline;
  display: inline-block;
  font: bold 12px 'Arial', sans-serif;
  color: #868686;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .btn.nav-prev {
  padding: 0;
  background: none;
  position: absolute;
  margin-left: -90px;
  margin-top: 8px;
  text-decoration: underline;
  display: inline-block;
  font: bold 12px 'Arial', sans-serif;
  color: #868686;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .btn.nav-next:hover {
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination-centered .btn.nav-prev:hover {
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----kwicks-----*/
#gallery-kwicks {
  position: absolute;
  z-index: 11;
  display: inline-block;
  height: 463px;
  /*left:314px;*/

}
.kwicks {
  list-style: none;
  position: relative;
  margin: 0 !important;
  display: inline-block;
  padding: 0;
}
.kwicks li {
  width: 314px;
  height: 800px;
  display: block;
  overflow: hidden;
  padding: 0;
}
.kwicks p {
  width: 132px;
  height: 132px;
  top: 442px;
  left: 50%;
  margin-left: -66px;
  background: url("../img/cross.png") no-repeat;
  position: absolute;
}
#kwick_0 {
  background-color: red;
}
.kwicks li .img_act {
  position: absolute;
}
.kwicks li {
  margin-right: 0;
  float: left;
}
.kwicks img {
  max-width: none;
}
/*-----------------------------------------------------------------------------------*/
.img-polaroid {
  padding: 0;
  background: none;
  box-shadow: none;
  border: 8px solid #fbfbfc;
  float: left;
  margin-right: 20px;
}
.posRel {
  position: relative;
}
.borderBottom {
  border-bottom: 1px solid #333333;
  margin-bottom: 16px;
}
.margTop {
  margin-top: -7px;
}
.padBot {
  padding-bottom: 24px;
}
.margBot {
  margin-bottom: 16px;
}
#panel .container {
  margin: 0 auto;
}
.dropdown-menu li ul li {
  list-style-type: square;
}
/*-----------------------------------------------------------------------------------*/
/*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;
}
