@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/body {
  background: url(img/bg.jpg) #ffffff repeat;
}
#content ul {
  list-style-type: none;
}
a {
  outline: none;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #b16b03;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 3px;

}
h3 {
  font-size: 26px;
  margin: 66px 0 36px 0;
}
p {
  margin-bottom: 22px;
}
.lead {
  font-family: "Lato", Times, serif;
  font-size: 18px;
  line-height: 22px;
  color: #0B6AAC;
  font-style: italic;
}
p.lead {
  margin-bottom: 25px;
}
p.lead a {
  color: #0B6AAC;
  text-decoration: underline;
}
p.lead a:hover {
  color: #fff;
  background: #ffffff;
  text-decoration: none;
}
figure.img-polaroid {
  display: inline-block;
  margin: 0;
}
.img-polaroid a {
  display: block;
}
.img-polaroid {
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: 0 1px 2px #d6d4d0;
  -moz-box-shadow: 0 1px 2px #d6d4d0;
  box-shadow: 0 1px 2px #d6d4d0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-polaroid img {
  max-width: inherit;
  width: 100%;
}
/*touch-touch*/
.magnifier {
  position: relative;
  display: block;
}
.magnifier:after {
  content: '';
  display: block;
  width: 45px;
  height: 44px;
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  background: url(img/magnifier.html) center center no-repeat;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.magnifier:hover:after {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/**/
.list {
  margin: 0;
  list-style: none;
}
.list li {
  margin: 5px 0 0 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  display: block;
  background: url(img/marker.html) 0 7px no-repeat;
  padding-left: 13px;
}
.list li:first-child {
  margin-top: 0;
  border: none;
}
.list li a {
  color: #d74633;
  text-decoration: underline;
}
.list li a:hover {
  color: #fff;
  text-decoration: none;
}
/**/
.top-0 {
  margin-top: 0 !important;
}
.bot-0 {
  margin-bottom: 0 !important;
}
.left-0 {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.center {
  text-align: center;
}
.indent-1 {
  margin: 54px 0 36px 0;
}
.img-indent img {
  float: left;
  margin-right: 30px;
}
.clear {
  clear: both;
}
.extra-wrap {
  overflow: hidden;
}
/* buttons*/
a.btn {
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2px #c6c6c6;
  -moz-box-shadow: 0 1px 2px #c6c6c6;
  box-shadow: 0 1px 2px #c6c6c6;
  font-size: 14px;
  line-height: 1em;
  color: #61657e;
  font-weight: bold;
  text-shadow: none;
  border: none;
  text-decoration: none;
  padding: 18px 65px 17px 30px;
  margin: 26px 0 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  position: relative;
  width: auto;
}
a.btn:after {
  position: absolute;
  font-weight: normal;
  top: 50%;
  right: 30px;
  margin-top: -7px;

}
a.btn:hover {
  color: #f8f7f5;
  background: #0B6AAC;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
a.btn1 {
  color: #f8f7f5;
  background: #61657e;
}
a.btn1:hover {
  background: #0B6AAC;
}
.link {
  font-size: 14px;
  line-height: 14px;
  font-family: "Lato", Times, serif;
  color: #0B6AAC;
  display: inline-block;
  font-style: italic;
  width: auto;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 21px;
  padding-right: 20px;
}
.link:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #202020;
}
.link > span {
  text-decoration: underline;
}
.link:after {
  position: absolute;
  font-weight: normal;
  top: 50%;
  right: 0px;
  margin-top: -7px;
  font-style: normal;

}
.link-1 {
  text-decoration: underline;
  font-style: italic;
}
.link-1:hover {
  text-decoration: underline;
}
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: url(img/totop.html) 0 0 no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 38px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ header ------- */
header {

  border-bottom: #dedfe0 1px solid;
  padding-top: 24px;
}
.header-block {
  line-height: 0;
  font-size: 0;
  margin-bottom: 37px;
}
/*brand*/
h1.brand {
  display: inline-block;
  float: left;
  margin: 0px 0 0px 0;
  padding: 0;

  font-size: 28px;
  font-family:'Lato';
  line-height: 0;
  position: relative;
  z-index: 9;
  text-align: center;
}
h1.brand a {
  display: inline-block;
    color: #b16b03;
}
h1.brand a img {
  width: 100%;
}
.header-list {
  float: right;
  margin: 22px 0 0 0;
}
.header-list li {
  display: inline-block;
  float: left;
  color: #a3a3a3;
  font-size: 50px;
  line-height: 15px;
  font-style: italic;
}
.header-list li a {
  color: #a3a3a3;
}
.header-list li a:hover {
  color: #0B6AAC;
}
.header-list li span {
  margin: 0 10px;
}

/* navbar */
.select-menu {
  display: none !important;
}
.navbar_ {
  margin: 0;
  float: none;
  display: block;
  background: url(img/nav-bg.png) 0 0 repeat-x;
  padding-top: 1px;
}
.navbar_ .navbar-inner {
  position: relative;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  min-height: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
}
/*nav*/
.nav-collapse_ {
  margin: 0;
  line-height: 0 !important;
  font-size: 0;
  text-align: left;
}
.nav-collapse_ .nav {
  float: none;
  display: inline-block;
  margin: 0;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
  z-index: 99;
}
.nav-collapse_ .nav > li {
  float: left;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
}
.nav-collapse_ .nav > li:first-child {
  border: none;
}
.nav-collapse_ .nav li a {
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;

  margin: 0;
}
.nav-collapse_ .nav > li > a {
  display: block;
  position: relative;
  text-align: left;
  padding: 11px 10px 10px 10px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(img/nav-a.png) 0 center no-repeat;
}
.nav-collapse_ .nav > li:first-child > a {
  background: none;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(img/menu-marker.gif) 0 0 no-repeat;
  width: 5px;
  height: 6px;
  left: 50%;
  bottom: 6px;
  margin-left: -2px;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  background: #f6f6f6;
  background-position: 0 center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000000;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav-collapse_ .nav li ul {
  position: absolute;
  display: none;
  width: 163px;
  background: #f6f6f6;
  color:#000000;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  padding: 10px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-collapse_ .nav > li > ul {
  left: 0;
  top: 64px;
}
.nav-collapse_ .nav ul li {
  line-height: 20px;
  font-size: 14px;
  display: block;
  text-align: left;
  position: relative;
  margin: 0px 0 0 0 ;
  padding: 0;
}
.nav-collapse_ .nav ul li:first-child {
  border-top: none;
  margin: 0;
}
.nav-collapse_ .nav ul li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  text-align: left;
  background: transparent;
  color: #eae9e5;
  text-shadow: 0px 1px 1px #46896b;
  padding: 10px 10px 9px 20px;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  color: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0B6AAC;
}
.nav-collapse_ .nav > li > ul ul {
  left: 194px;
  top: -10px;
}
.nav-collapse_ .nav li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(img/menu-marker.gif) 0 0 no-repeat;
  width: 5px;
  height: 6px;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
/*--- header end ------*/
/* slider */
.slider {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 1;
 
  text-align: center;
}
.slider .camera_wrap {
  margin-bottom: 0 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  float: none;
}
.slider .camera_fakehover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.camera_wrap .camera_pag {
  display: none;
}
.camera_prev,
.camera_next {
  position: absolute;
  right: 0;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  background: url(img/slider-nav.png) 0 0 repeat;
  width: 70px;
  height: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  color: #fff;
  padding-top: 25px;
}
.camera_prev {
  top: 50%;
  margin-top: 1px;
  background: url(img/prev.png) no-repeat
}
.camera_next {
  top: 50%;
  margin-top: -72px;
  background: url(img/next.png) no-repeat
}
.camera_prev:hover {
    background: url(img/prev_h.png) no-repeat
}


.camera_next:hover {
   background: url(img/next_h.png) no-repeat
}

.camera_prev:after {
  position: relative;
  font-weight: normal;
  margin: 0px 0 0 0px;

}
.camera_next:after {
  position: relative;
  font-weight: normal;
  margin: 0px 0 0 0px;


}
.camera_caption {
  display: none;
}
/*------ content ------- */
#content {
  padding-bottom: 60px;
  background: #000;
}
.border-1 {
  border-top: #d1cfce 1px solid;
  margin-top: 60px;
}
.block-1 {
  margin-top: 57px;
  margin-bottom: 48px;
  overflow: hidden;
}
.block-1 a.btn {
  margin-top: 0;
  margin-left: 10px;
  float: right;
}
.block-1-text {
  float: left;
  width: 400px;
}
.block-1-text > strong {
  font-weight: normal;
  color: #454445;
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  display: block;
}
.block-1-text > span em {
  margin: 0 5px;
}
.block-1-text > strong > span {
  color: #0B6AAC;
  
}
.block-1-btns {
  float: right;
  text-align: right;
}
.block-2 {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1px #c6c6c6;
  -moz-box-shadow: 0 1px 1px #c6c6c6;
  box-shadow: 0 1px 1px #c6c6c6;
}
.block-2-box {
  float: left;
  width: 313px;
  background: #f8f7f5;
  border-right: #eae9e5 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 43px 20px 54px 45px;
}
.block-2-box:hover {
  background: #0B6AAC;
  color: #fff;
}
.block-2-box:hover strong {
  color: #fff;
}
.block-2-box:hover a.link {
  color: #fff;
}
.block-2-box:hover a.link:hover span {
  text-decoration: none;
}
.block-2-box:hover .extra-wrap span:before {
  color: #fff;
}
.block-2-box .extra-wrap {
  padding-right: 100px;
}
.block-2-box .extra-wrap span {
  position: relative;
  font-family: "Lato", Times, serif;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}
.block-2-box .extra-wrap span:before {
  position: absolute;
  top: 0px;
  right: -65px;
  font-size: 60px;
  line-height: 1em;
  color: #0B6AAC;
  font-weight: normal;
  margin: 0px 0 0 0px;

}
.block-2-box strong {
  color: #454445;
  font-size: 30px;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Lato', sans-serif;
  display: block;
  margin-bottom: 16px;
}

.list-pastors {
  margin: 0;
}
.list-pastors > li {
  display: block;
  border-bottom: #d1cfce 1px solid;
  padding-bottom: 40px;
  margin-top: 39px;
}
.list-pastors > li:first-child {
  margin-top: 0;
}
.list-pastors img {
  float: left;
  margin-right: 20px;
}
.list-pastors > div {
  overflow: hidden;
}
.list-pastors span {
  font-size: 24px;
  line-height: 1em;
  color: #454445;
  display: block;
}
.list-pastors .extra-wrap {
  padding-top: 27px;
}
.list-pastors .social-icons {
  margin-top: 14px;
}
.list-ideas {
  margin: 0;
}
.list-ideas li {
  margin-top: 30px;
  display: block;
}
.list-ideas li:first-child {
  margin-top: 0;
}
.block-3 {
  background: #0B6AAC;
  color: #fff;
  text-align: center;
  margin-top: 53px;
  padding: 42px 70px 45px 70px;
  font-style: italic;
}
.block-3 span {
  position: relative;
  font-size: 24px;
  line-height: 1em;
  text-shadow: 0px 1px 1px #52a37e;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  display: block;
  border-top: #8dcdb0 1px solid;
  padding-top: 20px;
  margin-bottom: 25px;
}
.block-3 span:after {
  content: "\f041";
  position: absolute;
  top: -25px;
  right: 50%;
  margin-right: -18px;
  background: #0B6AAC;
  font-size: 36px;
  line-height: 1em;
  color: #fff;
  font-weight: normal;

}
.block-4 {
  overflow: hidden;
}
.block-4 img {
  margin: 0 0 25px 0;
  width: 100%;
  display: block;
}
.list-history {
  margin: 0;
}
.list-history dt {
  margin-top: 27px;
}
.list-history dt:first-child {
  margin-top: 0px;
}
.list-history dd {
  margin: 0px;
  padding: 0;
}
/*list-staff*/
.list-staff {
  list-style-type: none;
  margin-top: -30px;
}
.list-staff li {
  margin-top: 30px;
  display: inline-block;
}
.list-staff li img {
  width: 100%;
}




/*--- content end ------*/
/*------ footer ------- */
footer {
  padding-top: 23px;
  padding-bottom: 50px;
  border-top: #999999 1px solid;
  font-family: 'Lato', sans-serif;
  font-size:12px;
  color: #999999;
  text-align:left; 
  letter-spacing: 1px;
}
footer a {
  color: #999999;
}
footer a:hover {
  color: #0B6AAC;
}
.footer-menu {
  margin: 0;
  float: left;
  overflow: hidden;
}
.footer-menu li {
  display: inline-block;
  float: left;
  margin-left: 36px;
}
.footer-menu li:first-child {
  margin-left: 0;
}
.footer-menu li a {
  color: #eae9e5;
}
.footer-menu li a:hover,
.footer-menu li a.active {
  color: #0B6AAC;
}
footer .span12 > div {
  text-align: right;
}
footer .span12 > div br {
  display: none;
}
/*--- footer end ------*/
/*404 page*/
.block-404 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #0B6AAC;
  color: #fff;
  text-align: center;
  margin-top: 71px;
  padding: 47px 27px 85px 27px;
}
.block-404 strong {
  font-size: 70px;
  line-height: 1em;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  display: block;
  text-shadow: 0px 1px 1px #58987b;
  letter-spacing: -5px;
}
.block-404 span {
  font-size: 24px;
  line-height: 1em;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  display: block;
  text-shadow: 0px 1px 1px #58987b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -18px;
  margin-bottom: 25px;
  background: url(img/badge-line.png) 0 13px repeat-x;
}
.block-404 span em {
  font-style: normal;
  background: #0B6AAC;
  padding: 0 10px;
}
.form-404 {
  background: #2b694d;
  border: #275f45 1px solid;
  border-top: #23563f 1px solid;
  border-bottom: #577f6d 1px solid;
  -webkit-box-shadow: inset 0 1px 1px #23563f;
  -moz-box-shadow: inset 0 1px 1px #23563f;
  box-shadow: inset 0 1px 1px #23563f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 38px auto 0 auto;
  width: 360px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-404 input {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  color: #fff;
  width: 70%;
  float: left;
  margin: 0px;
  padding: 7px 0px 8px 10px;
}
.form-404 input:focus {
  box-shadow: none;
}
.form-404 a {
  margin: 7px 13px 0 0;
  display: inline-block;
  width: auto;
  position: relative;
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}
.form-404 a:after {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  margin: 0 0 0 0px;

}
.form-404 a:hover {
  color: #0B6AAC;
}
/**/
/*----- media queries ------*/
@media (min-width: 1200px) {
  .contact-form label {
    display: inline-block;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 240px;
  }
  .right-1 {
    padding-right: 100px;
  }
  .nav-collapse_ .nav > li > a {
    padding: 21px 40px 20px 40px;
  }
  .block-1-text {
    width: auto;
  }
  .block-2-box {
    width: 390px;
  }
  .block-5 img {
    width: auto;
  }
  .block-7 img {
    float: right;
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (max-width: 979px) {
  h3 {
    font-size: 26px;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 100%;
    float: none;
  }
  .contact-form textarea {
    height: 100px;
  }
  .block-2-box {
    float: none;
    width: 100%;
  }
  .block-1-text {
    width: auto;
    float: none;
  }
  .block-1-btns {
    float: none;
    text-align: left;
    margin-top: 20px;
  }
  .block-1-btns a.btn {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .block-1-btns a.btn:first-child {
    margin-bottom: 10px;
  }
  .footer-menu {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  footer .span12 > div {
    float: none;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* navbar */
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    overflow: visible;
    height: auto;
    line-height: 0;
    clear: none;
  }
  .nav-collapse_ .nav > li > a {
    font-weight: normal;
  }
  /**/
  .nav-collapse_ .nav > li > a {
    padding: 21px 10px 20px 10px;
  }
  .navbar-form {
    width: 190px;
  }
  /**/
  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }
  /**/
  .testimonials blockquote {
    padding: 24px 28px 31px;
  }
  .testimonials blockquote:before {
    left: 5px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  header h1.brand {
    display: block;
  }
  /* navbar */
  .select-menu {
    display: none !important;
  }
  .navbar_ {
    float: none;
    padding: 0 0px 10px 0px;
  }
  .navbar_ .navbar-inner {
    float: none;
  }
  .select-menu {
    display: block !important;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none !important;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ .nav-collapse {
    overflow: visible;
  }
  .navbar_ .nav-collapse {
    height: auto;
    padding: 15px 0 15px 0;
  }
  .navbar_ .nav-collapse select {
    width: 100%;
    position: relative;
    margin: 0;
    background: #ededed;
    border: #a6a6a6 1px solid;
  }
  /**/
  .map iframe {
    height: 300px;
  }
  /**/
  .float {
    float: none !important;
  }
  .float2 {
    float: none !important;
  }
  .navbar-form {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /**/
  .camera_prev,
  .camera_next {
    position: absolute;
    right: 0;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    background: url(img/slider-nav.png) 0 0 repeat;
    width: 40px;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    color: #fff;
    padding-top: 10px;
  }
  .camera_prev {
    top: 50%;
    margin-top: 1px;
  }
  .camera_next {
    top: 50%;
    margin-top: -42px;
  }
  .footer-menu {
    display: none;
  }
  .block-404 strong {
    font-size: 100px;
    line-height: 1.2em;
  }
  .form-404 {
    width: 100%;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .block-4 img {
    margin: 0px 20px 0px 0px;
    float: left;
    width: auto;
  }
  .list-staff {
    margin-left: -20px;
  }
  .list-staff li.span2 {
    width: 20%;
    margin-left: 20px;
  }
  .block-7 img {
    float: left;
    width: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .thumbnails {
    margin-left: -20px;
  }
  .thumbnails .span3 {
    width: 43%;
    margin-left: 20px;
  }
}
@media (max-width: 700px) {
  h1.brand {
    float: none;
  }
  .header-list {
    float: none;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  .list-staff {
    margin-left: -20px;
  }
  .list-staff li.span2 {
    width: 20%;
    margin-left: 20px;
  }
  .thumbnails {
    margin-left: -20px;
  }
  .thumbnails .span3 {
    width: 43%;
    margin-left: 20px;
  }
}
@media (max-width: 481px) {
  .list-staff {
    margin-left: -20px;
  }
  .list-staff li.span2 {
    width: 40%;
    margin-left: 20px;
  }
}
@media (min-width: 321px) and (max-width: 481px) {
  
}
@media (max-width: 420px) {
  .block-2-box .extra-wrap {
    padding-right: 20px;
    padding-top: 70px;
  }
  .block-2-box .extra-wrap span:before {
    position: absolute;
    top: -70px;
    right: 50%;
    margin-right: -30px;
  }
  .block-2-box {
    padding: 43px 20px 54px 20px;
  }
  footer .span12 > div br {
    display: block;
  }
}
@media (max-width: 321px) {
  
}
/*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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
