@import url(../../../fonts.googleapis.com/css_3ad38223.css);
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 14px 'Tinos', serif;
  line-height: 20px;
  color: #333333;
  min-width: 300px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  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;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.marNull {
  margin: 0 !important;
}
.padNull {
  padding: 0 !important;
}
._left {
  float: left;
}
._right {
  float: right;
}
.wrap {
  overflow: hidden;
  margin: 0;
}
.txtLeft {
  text-align: left;
}
/*------ header ------- */
header {
  width: 100%;
  height: 120px;
  top: 220px;
  position: absolute;
  z-index: 5;
}
header .container {
	background: url(../img/bg1.png);
	opacity:0.8;
	filter:alpha(opacity=80);
}

header h1 {
  max-width: 286px;
  width: 100%;
  float: left;
  margin: 26px 0;
  display: inline-block;
}
header h1 > a {
  display: inline-block;
  width: 100%;
  position: relative;
}
#logo_holder {
  max-width: 485px;
  width: 100%;
  padding-bottom: 20px;
  float: left;
}
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
}
#search input {
  background: #eaeaea;
  border: none;
  width: 100%;
  outline: none;
  box-shadow: none;
  color: #000;
  font: 12px 'Tinos', serif;
  line-height: 19px;
  border-radius: 0;
  padding: 10px 10px;
  margin: 0 0 10px 0;
  box-sizing: content-box;
  float: left;
  margin-right: 3px;
}
#search a {
  float: left;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*--- header end ------*/
/*-------------   menu  --------------*/
.select-menu {
  display: none;
  width: 100%;
  margin: 10px 0 4px 0;
}
header .navbar {
  margin: 0;
  color: 0;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
}
.sf-menu {
  float: right;
  list-style: none;
  margin: 38px 0 0 0;
  padding: 0;
  white-space: nowrap;
}
.sf-menu > li {
  margin-left: 11px;
  position: relative;
  display: inline-block;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sf-menu > li > a .base_text {
  color: #fff;
  font: 18px 'Tinos', serif;
  text-decoration: none;
  
  position: relative;
  text-align: center;
  padding: 8px 10px 8px 10px;
  display: inline-block;
  z-index: 1;
}
.sf-menu > li > a .over_text {
  color: #6a6a6a;
  font: 18px 'Tinos', serif;
  text-decoration: none;
  
  position: absolute;
  text-align: center;
  padding: 8px 10px 8px 10px;
  display: inline-block;
  top: 0px;
  left: 0;
  z-index: 1;
  background: #6a6a6a;
  border-radius: 10px;
  background-image: linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  left: 0;
  display: block;
  background: url(../img/pixel.png);
}
.sf-menu ul a {
  color: #ffffff;
  font-family: 'Tinos', serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  color: #c9c9c9;
  display: inline-block;
}
.sf-menu ul a:hover {
  text-decoration: none;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  background: #1c1c1c;
  width: 90px;
  padding: 26px 20px 26px 20px;
  left: -16px;
  z-index: 10;
  background-image: linear-gradient(bottom, #191919 0%, #303030 100%);
  background-image: -o-linear-gradient(bottom, #191919 0%, #303030 100%);
  background-image: -moz-linear-gradient(bottom, #191919 0%, #303030 100%);
  background-image: -webkit-linear-gradient(bottom, #191919 0%, #303030 100%);
  background-image: -ms-linear-gradient(bottom, #191919 0%, #303030 100%);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.sf-menu ul > li {
  text-align: center;
  margin-bottom: 8px;
}
.sf-menu .top1 {
  top: 79px;
}
.sf-menu .sub2 {
  background: #050505;
  left: 143px;
  top: 43px;
}
.sf-menu .sub2:before {
  background: url(../img/marker3.png) 0 0 no-repeat;
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 16px;
  left: -12px;
  top: 15px;
  content: " ";
}
/*-------------   menu end  --------------*/
/*------ content ------- */
#wrapper > .sectionHolder {
  height: 100%;
  position: relative;
  z-index: 0;
}
#wrapper > .sectionHolder > section {
  position: relative;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  background: url(../img/bg2.png);
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bg1.png);
	opacity:0.8;
	filter:alpha(opacity=80);
  padding: 0 -50px 0 50px;
}
.dynamicContent > .content {
  padding: 48px 0 42px 0;
}
h2 {
  color: #fff;
  font: 40px 'Tinos', serif;
  line-height: 40px;
  margin: 0 0 20px 0;
  
}
h3 {
  color: #fff;
  font: 15px 'Tinos', serif;
  line-height: 20px;
  margin: 0;
 
}
p {
  line-height: 21px;
  margin-bottom: 21px;
  color: #fff;
  font-family: 'Tinos', serif;
  font-size: 18px;
}
.more_btn1 {
  display: inline-block;
  color: #6a6a6a;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 22px;
  background: #919191;
  font-weight: bold;
  border-radius:10px;
  background-image: linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
}
.more_btn1:hover {
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  background-image: linear-gradient(bottom, #b1b1b1 0%, #5f5f5f 100%);
  background-image: -o-linear-gradient(bottom, #b1b1b1 0%, #5f5f5f 100%);
  background-image: -moz-linear-gradient(bottom, #b1b1b1 0%, #5f5f5f 100%);
  background-image: -webkit-linear-gradient(bottom, #b1b1b1 0%, #5f5f5f 100%);
  background-image: -ms-linear-gradient(bottom, #b1b1b1 0%, #5f5f5f 100%);
}
.more_btn2 {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 18px;
  background: #919191;
  font-weight: bold;
  background-image: linear-gradient(bottom, #5f5f5f 0%, #b1b1b1 100%);
  background-image: -o-linear-gradient(bottom, #5f5f5f 0%, #b1b1b1 100%);
  background-image: -moz-linear-gradient(bottom, #5f5f5f 0%, #b1b1b1 100%);
  background-image: -webkit-linear-gradient(bottom, #5f5f5f 0%, #b1b1b1 100%);
  background-image: -ms-linear-gradient(bottom, #5f5f5f 0%, #b1b1b1 100%);
}
.more_btn2:hover {
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  background-image: linear-gradient(bottom, #b1b1b1 0%, #5f5f5f 100%);
  background-image: -o-linear-gradient(bottom, #b1b1b1 0%, #5f5f5f 100%);
  background-image: -moz-linear-gradient(bottom, #b1b1b1 0%, #5f5f5f 100%);
  background-image: -webkit-linear-gradient(bottom, #b1b1b1 0%, #5f5f5f 100%);
  background-image: -ms-linear-gradient(bottom, #b1b1b1 0%, #5f5f5f 100%);
}
/*--- content end ------*/
/*------ extra ------- */
#holder_img {
  position: absolute;
}
._link1 {
  color: #737373;
  font-size: 13px;
}
._link1:hover {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
._link2 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
}
._link2:hover {
  color: #fff;
  text-decoration: underline;
}
._link3 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  text-decoration: underline;
}
._link3:hover {
  color: #737373;
  text-decoration: none;
}
._link4 {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
}
._link4:hover {
  color: #000000;
  text-decoration: underline;
}
.mail {
  color: #000000;
  font-size: 13px;
  line-height: 21px;
  text-decoration: underline;
}
.mail:hover {
  color: #868686;
  text-decoration: none;
}
.margin_top1 {
  margin-top: -10px;
}
.margin_top2 {
  margin-top: 30px;
}
.margin_top3 {
  margin-top: 45px;
}
.margin_top4 {
  margin-top: 20px;
}
.margin_set2 {
  margin-top: -5px;
  margin-bottom: 0px;
}
/*------ mar bot ------- */
.padding1 {
  padding: 28px 0 26px 0;
}
.padding_bottom1 {
  padding-bottom: 30px;
}
.padding_bottom2 {
  padding-bottom: 45px;
}
.padding_bottom4 {
  padding-bottom: 45px;
}
.padding_r1 {
  padding-right: 30px;
}
.figure1 {
  margin: 0;
  float: left;
}
.figure1 > figcaption > p {
  margin: 8px 0 0 0;
  line-height: 14px;
}
.figure2 {
  margin: 0;
  width: 100%;
}
.figure2 > img {
  border: 1px solid #e6eaee;
}
.figure2 > figcaption {
  width: 100%;
}
.figure2 > figcaption > p {
  margin: 15px 0 0 0;
  line-height: 21px;
}
/*------ textStyle1 ------- */
.textStyle1 {
  font-size: 60px;
  line-height: 62px;
}
.textStyle2 {
  color: #adadad;
  display: block;
  margin-top: -5px;
}
.textStyle3 {
  color: #696969;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}
.textStyle4 {
  color: #bfbfbf;
  font: 600 40px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.textStyle5 {
  color: #737373;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
}
/*------ lists ------- */
._list1 {
  margin: 0;
  display: inline-block;
}
._list1 > li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
._list1 > .last {
  margin: 0;
}
._list2 {
  margin: 0;
  display: inline-block;
  width: 100%;
}
._list2 > li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  background: url(../img/bg3.png);
}
._list2 > li > a {
  font: 700 28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 15px;
  line-height: 35px;
  color: #5c5c5c;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
._list2 > li:hover {
  color: #fff;
  background: #000000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
._list2 > li:hover > a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
._list2 > .last {
  margin: 0;
}
._list3 {
  margin: 0;
  display: inline-block;
  width: 100%;
}
._list3 > li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 240px;
  position: relative;
  margin-bottom: 32px;
  margin-right: 16px;
}
._list3 > .last {
  margin: 0;
}
._list4 {
  margin: 0;
  display: inline-block;
  width: 100%;
}
._list4 > li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
._list4 > .last {
  margin: 0;
}
._list5 {
  margin: 0;
  display: inline-block;
  width: 100%;
}
._list5 > li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  background: url(../img/marker2.png) 0% 7px no-repeat;
}
._list5 > li > a {
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  color: #0f0f0f;
  float: left;
  padding-left: 15px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
._list5 > li > a:hover {
  color: #868686;
  text-decoration: underline;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
._list5 > .last {
  margin: 0;
}
.divider1 {
  background: url(../img/divider1.png) 0 100% repeat-x;
}
._icon1 {
  float: left;
  margin-right: 15px;
}
.img1 {
  margin: 0 20px 10px 0;
}
.thumb-pad {
  background: url(../img/bg3.png);
}
.thumb-pad > .thumbnail {
  padding: 15px;
  border: none;
}
.thumb-pad > .thumbnail .caption {
  padding: 10px 0 0 0;
}
.thumb-pad > .thumbnail .caption p {
  margin: 0;
}
section > .container {
  z-index: 1;
}
.g_map {
  max-width: 500px;
  width: 100%;
  float: left;
  margin: 0;
  padding-bottom: 20px;
}
.g_map > iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 300px;
  padding: 0;
}
#form1 {
  margin-top: 10px;
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: -10px;
  position: relative;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #868686;
  width: 96%;
  padding: 8px 10px;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  background: #eaeaea;
  border: none !important;
}
#form1 label textarea {
  height: 278px;
  resize: none;
}
#form1 label input {
  width: 45%;
}
#form1 .error {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .empty {
  width: 98%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .success {
  background: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 10px;
  width: 45%;
  height: 112px;
}
#form1 .success > span {
  color: #868686;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
.btns {
  margin-right: 15px;
}
.btns > a {
  margin-left: 15px;
}
.space1 {
  display: inline-block;
  width: 72px;
}
.marker1 {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/marker1.png) 0 0 no-repeat;
  margin-left: 7px;
}
.search_list > li {
  margin-bottom: 15px;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #565656;
  font: 700 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
}
/*------ extra end ------- */
/*------ footer ------- */
footer {
  color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  height: 100px;
}
footer > .container {
 
}
footer span {
  float: left;
  font-size: 14px;
  color: #737373;
  margin-top: 38px;
}
.social_icons {
  list-style: none;
  float: right;
  margin-top: 34px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.social_icons > li {
  display: inline-block;
  margin-left: 2px;
}
/*--- footer end ------*/
/*----- media queries ------*/

@media (min-width: 980px) and (max-width: 1200px) {  /* tablet yatay */
  .sf-menu {
  float: right;
  list-style: none;
  margin: 38px 0 0 0;
  padding: 0;
  white-space: nowrap;
}
.sf-menu > li {
  margin-left: 3px;
  position: relative;
  display: inline-block;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sf-menu > li > a .base_text {
  color: #fff;
  font: 13px 'Tinos', serif;
  text-decoration: none;
  
  position: relative;
  text-align: center;
  padding: 8px 5px 8px 5px;
  display: inline-block;
  z-index: 1;
}
.sf-menu > li > a .over_text {
  color: #6a6a6a;
  font: 13px 'Tinos', serif;
  text-decoration: none;
  
  position: absolute;
  text-align: center;
  padding: 8px 5px 8px 5px;
  display: inline-block;
  top: 0px;
  left: 0;
  z-index: 1;
  background: #6a6a6a;
  border-radius: 10px;
  background-image: linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
}
  
  ._list1 > li {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  ._list2 > li > a {
    font-size: 22px;
  }
  .textStyle1 {
    font-size: 40px;
    line-height: 42px;
  }
  .textStyle2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header h1 {
    max-width: 220px;
    width: 100%;
    float: left;
    margin: 35px 0;
  }
  .sf-menu {
  float: right;
  list-style: none;
  margin: 38px 0 0 0;
  padding: 0;
  white-space: nowrap;
}
.sf-menu > li {
  margin-left: 3px;
  position: relative;
  display: inline-block;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sf-menu > li > a .base_text {
  color: #fff;
  font: 10px 'Tinos', serif;
  text-decoration: none;
  
  position: relative;
  text-align: center;
  padding: 8px 5px 8px 5px;
  display: inline-block;
  z-index: 1;
}
.sf-menu > li > a .over_text {
  color: #6a6a6a;
  font: 10px 'Tinos', serif;
  text-decoration: none;
  
  position: absolute;
  text-align: center;
  padding: 8px 5px 8px 5px;
  display: inline-block;
  top: 0px;
  left: 0;
  z-index: 1;
  background: #6a6a6a;
  border-radius: 10px;
  background-image: linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(bottom, #aeaeae 0%, #ffffff 100%);
}
  .textStyle1 {
    font-size: 40px;
    line-height: 42px;
  }
  h2 {
    font-size: 30px;
  }
  ._list3 > li {
    width: 220px;
  }
  #search2 input {
    width: 100%;
  }
  ._list2 > li > a {
    font-size: 24px;
    text-align: center;
  }
  
  .full_width2 {
    width: 98%;
  }
  ._list1 > li {
    margin-bottom: 10px;
  }
  .padDelta1 {
    padding-right: 20px;
  }
  .padding_bottom5 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  header .container {
    text-align: center;
    padding: 0 10px;
  }
  header h1 {
    max-width: 220px;
    width: 100%;
    float: none;
    margin: 10px 0;
    position: relative;
  }
  .select-menu {
    display: inline-block;
    width: 100%;
    margin: 10px 0 4px 0;
  }
  section {
    margin-top: 0px !important;
  }
  footer .container {
    text-align: center;
    padding: 0 10px;
  }
  footer .container > span {
    text-align: center;
    width: 100%;
    margin: 15px 0 0 0;
  }
  .social_icons {
    float: none;
    margin: 15px 0 0 0;
  }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8 {
    width: 48%;
    float: left;
    margin: 0 1%;
    text-align: center;
  }
  h2 {
    text-align: center;
  }
  .full_width {
    width: 98%;
  }
  ._list1 > li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .textStyle4 {
    text-align: center;
    margin-bottom: 25px;
  }
  .more_btn1 {
    float: none;
  }
  .wrap > h2 {
    text-align: left;
  }
  .padding_bottom3 {
    padding-bottom: 45px;
  }
  .padding_bottom5 {
    padding-bottom: 30px;
  }
  ._list3 > li {
    float: none;
    margin: 0 auto 32px auto;
  }
  ._list5 > li > a {
    text-align: left;
  }
  ._list4 {
    text-align: left;
  }
  #form1 label input {
    width: 95%;
  }
  #form1 .success {
    width: 95%;
  }
  ._list3 > li {
    width: 240px;
  }
  .dynamicContent > .content {
    margin: 0 10px;
  }
  .padding_delta1 {
    padding-bottom: 20px;
  }
  .textLeft2 {
    text-align: left;
  }
  .figure1 {
    padding: 0 !important;
    width: 100%;
    display: inline-block;
    position: relative;
    float: none;
    margin-bottom: 20px;
  }
  .figure1 > img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8 {
    width: 98%;
    float: none;
    margin: 0 1%;
  }
  ._list1 > li {
    margin-right: 1px;
    margin-bottom: 10px;
  }
  ._list2 > li > a {
    font-size: 24px;
  }
  ._list4 {
    text-align: center;
  }
}
/*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;
}
