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

@import url(http://fonts.googleapis.com/css?family=Tinos:700);
/*------ template stylization ------*/
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
._marginNull {
  margin: 0 !important;
}
._paddingNull {
  padding: 0 !important;
}
._borderNull {
  border: none !important;
}
._backgroundNull {
  background: none !important;
}
._relative {
  position: relative;
}
._absolute {
  position: absolute;
}
.wrap {
  overflow: hidden;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*----------------- CONTENT BASE --------------------------------------------------- */
body {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
  color: #5a5a5a;
  background: #ffffff;
}
#content {
  display: block;
  position: relative;
  z-index: 2;
}
h2 {
  color: #4a4a4a;
  font: 46px/50px 'Tinos', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 41px 0;
}
h3 {
  color: #4a4a4a;
  font: 26px/30px 'Tinos', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
h4 {
  color: #4a4a4a;
  font: 18px/26px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 22px 0;
}
p {
	font: 14px/22px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #4A4A4A;
	margin-bottom: 22px;
}
.more_btn1 {
  font: 12px/20px 'Tinos', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #de6d53;
  background: none;
  white-space: pre;
  text-transform: uppercase;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1:hover {
  text-decoration: none;
  color: #4a4a4a;
  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;
}
/*--- content end ------*/
/*------------- HEADER ---------------------------------------------------------- */
header {
	width: 100%;
	display: block;
	position: relative;
	z-index: 5;
	border-top: 8px #000000 solid;
	z-index: 3;
}
header .container {
  text-align: center;
}
h1 {
  width: 100%;
  margin: 0;
  display: inline-block;
  z-index: 10;
  float: left;
  text-align: center;
  margin: 55px 0 50px 0;
}
h1 > a {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 90%;
  margin: 0px auto;
}
header .navbar {
  margin: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
.sf-menu {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-right: 23px;
  border-right: 1px solid #ededed;
}
.sf-menu > li.active .base_text {
  color: #de6d53;
}
.sf-menu > li.sfHover .base_text {
  color: #de6d53;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  margin: 11px 0;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a:hover .base_text {
  color: #de6d53;
}
.sf-menu > li > a .base_text {
  color: #4a4a4a;
  font: 16px/20px 'Tinos', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  left: -69px;
  top: 55px;
  z-index: 10;
  width: 190px;
  background: #ffffff;
  padding: 45px 0;
  border-top: 2px solid #de6d53;
}
.sub-menu li {
  display: block;
  margin-bottom: 10px;
}
.sub-menu li a {
  color: #4a4a4a;
  font: 16px/20px 'Tinos', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-align: center;
  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;
}
.sub-menu li a:hover {
  color: #de6d53;
  text-decoration: none;
}
.sub-menu .sfHover > a {
  color: #de6d53;
}
.sub-menu:before {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  top: -4px;
  left: 0px;
  background: url(../img/marker1.png) 50% 50% no-repeat;
  content: " ";
}
.sub-menu .sub2 {
  position: absolute;
  top: 45px;
  left: 192px;
  padding: 28px 0;
}
.sub-menu .sub2:before {
  content: none;
}
.menu_marker1 {
  position: absolute;
  top: 28px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: url(../img/marker2.png) 50% 50% no-repeat;
}
.menu_marker2 {
  position: absolute;
  top: 0px;
  right: -10px;
  display: block;
  width: 3px;
  height: 100%;
  background: url(../img/marker3.png) 50% 49% no-repeat;
}
/*-------------   menu end  --------------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 10px/20px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #989898;
  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;
}
._link1:hover {
  color: #de6d53;
  text-decoration: none;
}
._link2 {
  font: 18px/20px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4a4a4a;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link2:hover {
  color: #de6d53;
  text-decoration: none;
}
._link3 {
  font: 14px/22px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #9b9b9b;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3:hover {
  color: #de6d53;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin_block1 {
  margin-bottom: 30px;
}
.margin_block2 {
  margin-bottom: 85px;
}
.margin_block3 {
  margin-bottom: 40px;
}
.margin_block4 {
  margin-bottom: 50px;
}
.margin_block5 {
  margin-bottom: 125px;
}
.margin1 {
  margin: -35px auto -40px auto;
}
.margin2 {
	font: large serif;
	margin-bottom: 35px;
	color: #000000;
}
.margin3 {
  margin-bottom: 10px;
}
.margin4 {
  margin-bottom: 5px;
}
.margin5 {
  margin-bottom: 50px;
}
.margin6 {
  margin-top: 60px;
}
.margin7 {
  margin: 60px 0 90px 0;
}
.margin8 {
  margin-bottom: 25px;
}
.margin9 {
  margin-bottom: 30px;
}
.margin10 {
  margin-top: 30px;
}
.margin11 {
  margin-bottom: 70px;
}
.margin12 {
  margin-bottom: 65px;
}
.margin13 {
  margin-bottom: 58px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  text-transform: none;
}
.textStyle2 {
  font-size: 18px;
  line-height: 22px;
  color: #4a4a4a;
}
.textStyle3 {
  font-size: 18px;
  line-height: 26px;
  color: #4a4a4a;
  text-transform: uppercase;
  padding-bottom: 24px;
  margin-bottom: 53px;
  border-bottom: 2px solid #767676;
}
.textStyle4 {
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 7px;
}
.textStyle5 {
  font-size: 40px;
  line-height: 40px;
  color: #de6d53;
  margin: 0;
}
.textStyle6 {
  font-size: 10px;
  line-height: 20px;
  color: #989898;
  text-transform: uppercase;
  margin: 0;
}
.textStyle7 {
  font: 14px/22px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #9b9b9b;
  display: inline-block;
}
.textStyle8 {
  letter-spacing: -2px;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  list-style: none;
}
._list1 li {
  background: #ffffff;
  position: relative;
}
._list1 li img {
  width: 100%;
  padding: 20px;
  box-shadow: none;
  border: none;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
._list1 li ._descr {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -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 ._descr ._inner {
  padding: 106px 78px;
}
._list1 li:hover ._descr {
  opacity: 1;
}
._list2 {
  list-style: none;
  margin: 0;
}
._list2 li {
  display: block;
  position: relative;
  margin-bottom: 3px;
}
._list2 li a {
  display: inline-block;
  font: 10px/16px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #989898;
  text-transform: uppercase;
}
._list2 li a:hover {
  text-decoration: none;
  color: #de6d53;
}
._list3 {
  list-style: none;
  margin: 0;
}
._list3 li {
  display: block;
  position: relative;
  margin-bottom: 21px;
}
._list3 li time {
  width: 55px;
  display: block;
  float: left;
  font: 18px/20px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4a4a4a;
}
._list3 li p {
  margin-top: -3px !important;
}
._list4 {
  list-style: none;
  margin-bottom: 0;
}
._list4 li {
  position: relative;
  margin-bottom: 30px;
}
._list4 li a {
  position: relative;
  display: block;
}
._list4 li a img {
  width: 100%;
  padding: 20px;
  background: #ffffff;
  box-shadow: none;
  border: none;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list4 li a:hover img {
  background: #de6d53;
}
._list5 {
  list-style: none;
  margin: 0;
}
._list5 li {
  display: block;
  position: relative;
  margin-bottom: 11px;
  background: url(../img/marker4.png) 0 6px no-repeat;
}
._list5 li a {
  display: inline-block;
  font: 18px/20px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #4a4a4a;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list5 li a:hover {
  text-decoration: none;
  color: #de6d53;
}
/*-------------------------- EXTRA -------------------*/
.space1 {
  display: inline-block;
  width: 75px;
  float: left;
  margin-right: 10px;
}
._cover {
  background: url(../img/extra1.jpg) 50% 0 no-repeat;
}
.extraBg {
  background: url(../img/bg1.png);
}
.extra_img1 {
  position: relative;
}
.img1 {
  margin-bottom: 45px;
}
.img2 {
  width: 100%;
  height: auto;
  padding: 20px;
  box-shadow: none;
  border: none;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img3 {
  padding: 20px;
  box-shadow: none;
  border: none;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  float: left;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumb-pad .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
.thumb-pad .thumbnail img {
  padding: 20px;
  box-shadow: none;
  border: none;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumb-pad .thumbnail .caption {
  padding: 0;
}
.box1 {
  background: #ffffff;
  border: 1px solid #e2e2e2;
}
.box1 ._inner {
  padding: 60px 50px 70px 50px;
  text-align: center;
}
.box1 ._inner img {
  margin-bottom: 27px;
}
.box1 ._inner p {
  margin-bottom: 32px;
}
.box2 {
  width: 770px;
  margin: 0 auto;
  text-align: center;
}
.divSet1 {
  padding-bottom: 63px;
  padding-top: 23px;
  margin-bottom: 75px;
  border-bottom: 1px solid #d8d8d8;
}
.divSet2 {
  padding-bottom: 43px;
  margin-bottom: 62px;
  border-bottom: 1px solid #d8d8d8;
}
.divSet3 {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
}
.badge1 {
  padding: 0;
  border: none;
  float: left;
  margin-right: 20px;
  border-radius: 50px;
  background: #de6d53;
  width: 100px;
  height: 100px;
}
.badge1 span {
  font: 25px/22px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  text-align: center;
  display: inline-block;
  box-shadow: none;
  margin-top: 28px;
  text-shadow: none;
  text-transform: uppercase;
}
.float1 {
  float: left;
}
.float2 {
  float: right;
}
/*-------------------------- toTob btn--------------*/
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -630px !important;
  bottom: 15%;
  width: 31px;
  height: 30px;
  background: url(../img/up-arrow.png) center top no-repeat;
  z-index: 999;
  display: none;
  -webkit-transition: background-position 0.4s ease-out;
  -moz-transition: background-position 0.4s ease-out;
  -o-transition: background-position 0.4s ease-out;
  transition: background-position 0.4s ease-out;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  width: 100%;
  height: 680px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #d7d7d7;
  background: #ffffff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
}
/*-------------------------- Contact form --------------*/
#form1 {
  position: relative;
  margin: 0;
  width: 100%;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  font: 14px/20px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 7px 15px;
  color: #9b9b9b;
  outline: none !important;
  box-shadow: none;
}
#form1 input:active,
#form1 textarea:active,
#form1 .success:active,
#form1 input:focus,
#form1 textarea:focus,
#form1 .success:focus {
  outline: none;
  box-shadow: none;
}
#form1 input {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
}
#form1 .success {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 10;
  text-align: center;
  line-height: 18px;
  padding: 7px 0;
  width: 100%;
  height: 22px;
  color: #9b9b9b;
  background-color: #ffffff;
}
#form1 textarea {
  width: 100%;
  height: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  min-height: 47px;
  width: 250px;
  margin-bottom: 0px;
  float: left;
  margin-right: 9px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #000000;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 8px 0px 0px 0px;
  position: relative;
  display: inline-block;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  margin-right: 20px;
  top: 6px;
  display: inline-block;
}
#form1 .btns span {
  margin-left: 20px;
  display: inline-block;
}
/*-------------------------- SEARCH FORM --------------*/
#search,
form.search {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 500;
}
#search > input,
form.search > input {
  border: 1px solid #d7d7d7;
  font: 14px/20px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 7px 15px;
  color: #9b9b9b;
  width: 306px;
  height: 38px;
  background: #ffffff;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search > input:active,
form.search > input:active,
#search > input:focus,
form.search > input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #d7d7d7;
}
#search > a,
form.search > a {
  margin-left: 10px;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list .search {
  color: #de6d53;
}
.search_list > li {
  margin-bottom: 18px;
  font: 14px/20px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #9b9b9b;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #de6d53;
  font: 20px/20px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #de6d53;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
	color: #4a4a4a;
	position: relative;
	width: 100%;
	z-index: 3;
	display: inline-block;
	background: #000000;
	border-top: 10px #000000 solid;
	background-color: #000000;
}
footer .privacy_text {
  font: 10px/20px 'Times New Roman', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #989898;
  text-transform: uppercase;
  display: inline-block;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*----- media queries ------*/
@media (min-width: 980px) and (max-width: 1200px) {
  ._list1 li ._descr ._inner {
    padding: 58px 30px 0 30px;
  }
  h2 {
    font-size: 36px;
  }
  #form1 label {
    width: 200px;
  }
  form.search > input {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .select-menu {
    display: none !important;
  }
  header .nav-collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .box2 {
    width: 724px;
  }
  ._list1 li ._descr ._inner {
    padding: 35px 10px 0 10px;
  }
  .img3 {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  #form1 label {
    width: 100%;
  }
  form.search > input {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .select-menu {
    display: block !important;
  }
  header .nav-collapse {
    display: none;
  }
  .box2 {
    width: 100%;
  }
  ._list1 li {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  ._list1 li img {
    width: 100%;
  }
  ._list1 li ._descr ._inner {
    padding: 70px 30px 0 30px;
  }
  ._list4 {
    overflow: hidden;
  }
  ._list4 li {
    width: 31%;
    float: left;
    margin-right: 10px;
  }
  ._list4 li a img {
    width: 100%;
  }
  .newWidth1 {
    overflow: hidden;
  }
  .newWidth1 .span3 {
    width: 50%;
    margin-right: 0px;
    float: left;
  }
  .img2 {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .thumb-pad .thumbnail img {
    float: left;
    margin-right: 30px;
  }
  #form1 label {
    width: 100%;
  }
  .float1 {
    float: none;
  }
  .float2 {
    float: none;
  }
  form.search > input {
    width: 100%;
  }
  form.search > a {
    float: right;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .margin1 {
    margin: -10px 0 -10px 0;
  }
  .textStyle4 {
    font-size: 70px;
    line-height: 70px;
  }
  .textStyle5 {
    font-size: 30px;
    line-height: 30px;
  }
  .img2 {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .img3 {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .thumb-pad .thumbnail .image1 {
    width: 100%;
    float: none;
  }
  #form1 label {
    width: 100%;
  }
  ._list1 li ._descr ._inner {
    padding: 50px 20px 0 20px;
  }
  ._list1 li ._descr ._inner .textStyle3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  ._list1 li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  ._list1 li ._descr ._inner {
    padding: 87px 20px 0 20px;
  }
  ._list4 {
    overflow: hidden;
  }
  ._list4 li {
    width: 46%;
    float: left;
    margin-right: 10px;
  }
  ._list4 li a img {
    width: 100%;
  }
  .newWidth1 {
    overflow: hidden;
  }
  .newWidth1 .span3 {
    width: 100%;
    margin-right: 0px;
    float: left;
    text-align: center;
  }
  .textStyle4 {
    font-size: 50px;
    line-height: 50px;
  }
  .textStyle5 {
    font-size: 25px;
    line-height: 25px;
  }
  .margin7 {
    margin: 40px 0;
  }
  .thumb-pad .thumbnail img {
    float: none;
    width: 100%;
    margin-right: 0px;
  }
  #form1 label {
    width: 100%;
  }
  h1 > a {
    width: 100%;
  }
}
@media (max-width: 320px) {
  ._list1 li ._descr ._inner {
    padding: 40px 20px 0 20px;
  }
  ._list4 {
    overflow: hidden;
  }
  ._list4 li {
    width: 100%;
    float: left;
    margin-right: 0px;
  }
  ._list4 li a img {
    width: 100%;
  }
  .textStyle3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .textStyle4 {
    font-size: 30px;
    line-height: 30px;
  }
  .textStyle5 {
    font-size: 15px;
    line-height: 15px;
  }
  .margin7 {
    margin: 20px 0;
  }
  h2 {
    font-size: 32px;
  }
}
/*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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
