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

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

@import url("../CherryFramework/style.css");
/*--
	Theme Name: theme1936
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.4+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
	Template: CherryFramework
	Version: 1.0 
--*/
/* #General
================================================== */
body {
  background-image: url(images/body-tail.gif);
  background-position: 50% 0;
  background-repeat: repeat;
}
.main-holder {
  background: #edf0e3 url(images/main-tail.gif) 50% 0 repeat;
  width: 1090px;
  margin: 77px auto;
}
/* Large desktop */
@media (min-width: 1200px) {
  .main-holder {
    width: 1280px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 1024px) {
  .main-holder {
    width: 100%;
    margin: 25px auto;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .main-holder {
    width: 100%;
    margin: 20px 0 0;
  }
}
/* Heading */
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
h2 {
  letter-spacing: -2px;
  margin: 9px 0 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
h2 strong {
  color: #004177;
}
h5 {
  margin: 10px 0 20px;
}
p {
  margin: 0 0 18px;
}
/* #Header
================================================== */
.header {
  padding: 78px 0 0;
  background: none;
  border: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 40px 10px 0;
  }
}
/*/ Header */
/* Logo
---------------------------------------- */
.logo_h__txt {
  margin: -10px 0 -13px;
  font-size: 48px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
}
@media (min-width: 768px) and (max-width: 979px) {
  .logo_h__img img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .logo_h__img img {
    width: 180px;
  }
}
.logo_link {
  color: #212121;
  text-decoration: none;
}
.logo_link:hover {
  color: #212121;
  text-decoration: none;
}
.logo_tagline {
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #2d2d2d;
  margin: -3px 0 0 42px;
}
/*/ Logo */
/* Social Networks
---------------------------------------- */
.footer .social__list li {
  float: left;
  width: 105px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 36px;
  margin-bottom: 19px;
}
.footer .social__list li a {
  color: #9a9184;
}
/* Search Form
---------------------------------------- */
.search-form form {
  position: relative;
}
.search-form_it {
  vertical-align: top;
  padding: 6px !important;
}
.search-form_it:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #ccc !important;
}
.search-form_is {
  vertical-align: top;
}
/* /Search Form */
/* #Navigation
---------------------------------------- */
.nav__primary {
  position: relative;
  z-index: 2;
}
/* Essential styles for dropdown menu */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 138px;
  /* left offset of submenus need to match (see below) */

  padding: 5px 0;
  background: url(images/submenu-tail.gif) 0 0 repeat;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */

}
.sf-menu li {
  position: relative;
  float: left;
}
.sf-menu a {
  position: relative;
  display: block;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 100%;
  /* match top ul list item height */

  left: 0;
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  top: 0;
  left: 100%;
  /* match ul width */

}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  top: 0;
  left: 10em;
  /* match ul width */

}
/* Our skin for dropdown menu */
.sf-menu {
  float: right;
  max-width: 760px;
  padding: 60px 15px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu {
    padding: 0;
  }
}
.sf-menu > li {
  margin-left: 30px;
  background: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li {
    margin-left: 20px;
  }
}
.sf-menu > li > a {
  padding: 0;
  margin: 9px 0 0;
  color: #212121;
  border: none;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 13px;
    line-height: 18px;
  }
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  color: #004177;
  background: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.sf-menu > li.current-menu-item > a {
  color: #edeee1;
  background: #004177;
  padding: 9px;
  margin: 0;
}
.sf-menu li li {
  margin: 10px 0;
  background: none;
}
.sf-menu li li a {
  display: inline-block;
  padding: 0;
  margin-left: 18px;
  border: none;
  color: #837a6c;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
}
.sf-menu li li > a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a {
  background: none;
  color: #004177;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
  padding: 0 0 5px 0;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */

}
.sf-sub-indicator {
  position: absolute;
  top: 100%;
  /* IE6 only */

  right: 50%;
  display: block;
  overflow: hidden;
  width: 7px;
  height: 4px;
  background: url("images/arrows-ffffff.png") no-repeat 0 0;
  /* 8-bit indexed alpha png. IE6 gets solid image only */

  text-indent: -999em;
}
a > .sf-sub-indicator {
  background-position: 0 0;
  /* use translucent arrow for modern browsers*/
  /* give all except IE6 the correct values */

  top: 100%;
  margin-top: 5px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: 0 0;
  /* arrow hovers for modern browsers*/

}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 0;
  /* arrow hovers for modern browsers*/

}
/* Navigation select styling */
.select-menu {
  border: 1px solid #c8c8c8;
  background-color: #e4e4e4;
  width: 100%;
  height: 30px;
  padding: 5px;
  margin: 10px 0 0;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Slider
================================================== */
.slider {
  margin: 0;
}
.slider .camera_wrap {
  margin-bottom: 0 !important;
  padding-bottom: 158px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider .camera_wrap {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .slider .camera_wrap {
    padding-bottom: 10px;
  }
}
.slider .camera_wrap .camera_target_content {
  overflow: visible;
}
@media (min-width: 768px) and (max-width: 979px) {
  .slider .camera_wrap .camera_target_content {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider .camera_wrap .camera_target_content {
    display: none;
  }
}
.slider .camera_wrap .camera_target_content .cameraContents {
  height: 156px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -158px;
  background: url(images/slider-caption.gif) 0 0 repeat #ead6c9;
}
.slider .camera_wrap .camera_target_content .cameraContents .camera_caption {
  height: 156px;
  text-align: center;
  text-transform: uppercase;
}
.slider .camera_wrap .camera_target_content .cameraContents .camera_caption  > div {
  float: none;
  width: auto;
  padding: 40px 250px;
  color: #141313;
  background: url(images/slider-caption.gif) 0 0 repeat #ead6c9;
}
.slider .camera_wrap .camera_target_content .cameraContents .camera_caption  > div h3 {
  font-size: 22px;
  line-height: 30px;
  color: #141313;
  margin: 0;
  letter-spacing: -1px;
}
.slider .camera_wrap .camera_pag {
  position: absolute;
  bottom: 32px;
  left: 0;
  height: 14px;
  width: 100%;
}
.slider .camera_wrap .camera_pag .camera_pag_ul {
  text-align: center;
  vertical-align: top;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 47px 0 48px;
  background: #434343;
  -webkit-box-shadow: inset 2px 2px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 2px 2px 9px rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 2px 9px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #004177;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #004177;
}
.slider .camera_wrap .camera_pag .camera_pag_ul li span {
  background: none;
}
.slider .camera_thumbs_cont {
  background: none;
}
.slider .camera_thumbs_cont ul {
  padding-top: 0;
}
.slider .camera_thumbs_cont ul li  > img {
  margin: 0;
}
/* #Content
================================================== */
.content-holder {
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .content-holder {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#content {
  padding-top: 40px;
}
.home #content {
  padding-top: 9px;
}
/* FlexSlider Necessary Styles */.flexslider {
  background: url(images/loading.png) 50% 50% no-repeat;
}
/* Breadcrumb
---------------------------------------- */
.breadcrumb__t {
  background: #e5ddca;
}
.breadcrumb__t li {
  text-shadow: none;
}
.breadcrumb__t li.active {
  color: #5F5B5E;
}
/* /Breadcrumb */
/* Testimonials Page
---------------------------------------- */
.testimonial {
  border: none;
  background: #e2decc;
}
.testimonial_bq {
  margin: 0;
  padding: 0;
  border: none;
}
.testimonial_content {
  background: url(images/quotes.png) no-repeat 0 0;
}
/* Filterable Portfolio
---------------------------------------- */
@media (max-width: 767px) {
  #filters {
    float: none;
  }
}
@media (max-width: 767px) {
  #filters li {
    float: none;
  }
}
#filters li.active a:hover {
  background: #004177;
}
@media (max-width: 767px) {
  #filters li a {
    padding: 5px;
  }
}
#filters li a:hover {
  background: #E5DDCA;
}
/*/ Content */
/* #Post
================================================== */
.post_meta {
  border-color: #E5DDCA;
}
.format-quote blockquote {
  border-color: #E5DDCA;
}
/* #Comments
================================================== */
.comment .comment-body {
  background: #E5DDCA;
}
/*/ Comments */
/* #Widgets
================================================== */
/* Twitter widget */
.twitter_list {
  margin: 0;
}
.twitter_li {
  margin: 0;
  padding: 30px 0 0;
  background: none;
  color: #9a9184;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.twitter_li:first-child {
  padding-top: 5px;
}
.twitter_txt {
  padding: 0;
}
.twitter_txt a {
  font-weight: normal;
}
.twitter_time {
  font-size: 14px;
  line-height: 18px;
  color: #004177;
}
/*/ Twitter widget */
/*/ Widgets */
/* #Shortcodes
================================================== */
/*/ Shortcodes */
/* #Footer
================================================== */
.footer {
  padding: 55px 0 35px;
  border: none;
  background: #dee3cd url(images/footer-tail.gif) 50% 0 repeat;
}
.footer:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  background: url(images/footer-border.gif) 50% 0 repeat-x;
}
.footer h3 {
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #363636;
  width: 220px;
}
@media (max-width: 767px) {
  .footer h3 {
    margin: 20px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 10px 10px;
  }
}
/* Footer widget */
.footer-widgets .textwidget {
  color: #9a9184;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.footer-widgets .textwidget a {
  color: #9a9184;
  text-decoration: none;
}
.footer-widgets .textwidget a:hover {
  text-decoration: underline;
}
.footer-widgets .textwidget b {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #004177;
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer-widgets .textwidget b {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer-widgets .textwidget b {
    font-size: 20px;
  }
}
/* Footer navigation */
@media (min-width: 768px) and (max-width: 979px) {
  nav.footer-nav {
    float: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  nav.footer-nav {
    float: none;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  nav.footer-nav ul {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  nav.footer-nav ul {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  nav.footer-nav ul li {
    float: none;
    display: inline;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  nav.footer-nav ul li {
    float: none;
    display: inline;
    padding: 0 10px;
  }
}
.footer-text {
  padding-top: 37px;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #7e7272;
}
.footer-text a {
  color: #7e7272;
}
.footer-text .site-name {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #2c2c2c;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.footer-text .site-name:hover {
  text-decoration: none;
}
/*/ Footer */
/* #Misc
================================================== */
/* Butoon */
.btn {
  text-transform: uppercase;
  font-size: 12px;
}
.btn-primary:hover {
  background: #004177;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin: 0;
}
/*/ Button */
/* Hero Unit */
.hero-unit {
  padding: 10px 0 0;
  margin: 0;
  color: #5f5b5e;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}
.hero-unit h1 {
  font-size: 48px;
  line-height: 1;
  color: #141313;
  margin: 0 0 18px;
  letter-spacing: -3px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hero-unit h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .hero-unit h1 {
    font-size: 38px;
  }
}
.hero-unit p {
  margin-bottom: 28px;
}
/*/ Hero Unit */
/* Dropcap */
.dropcap {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 15px 18px 0;
  width: 60px;
  height: 60px;
  background: #2e2e2e url(images/dropcap.gif) 0 0 repeat;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .dropcap {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .dropcap {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
/*/ Dropcap */
/* Back to Top */
#back-top a {
  display: block;
  width: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 14px/60px Arial, Helvetica, sans-serif;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #fff;
}
#back-top a:hover span {
  background: #000;
}
/* arrow icon (span tag) */
#back-top span {
  display: block;
  margin-bottom: 7px;
  width: 60px;
  height: 60px;
  background: #2c1917 url(images/bact-to-top-tail.gif) 0 0 repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
/*// Back to Top */
/* List styling */
.list.styled > ul {
  margin: 0 0 1em 0;
}
.list.styled > ul li {
  position: relative;
  margin: 0;
  padding: 6px 0;
  border: none;
  background: none;
  list-style-type: none;
}
.list li:before {
  margin-right: 11px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  vertical-align: top;
}
/* Arrow List */
.list.arrow-list > ul {
  margin-top: -5px;
}
.list.arrow-list > ul li:before {
  content: "";
  background: url(images/marker-1.png) 0 0 no-repeat;
}
.list.arrow-list > ul li a {
  color: #5f5b5e;
}
.list.arrow2-list > ul li {
  font-size: 10px;
  line-height: 16px;
  padding: 5px 0;
  text-transform: uppercase;
}
.list.arrow2-list > ul li:before {
  content: "";
  background: url(images/marker-2.png) 0 0 no-repeat;
  margin-right: 4px;
}
.list.arrow2-list > ul li a {
  color: #837a6c;
}
/* Carousel
---------------------------------------- */
.carousel-wrap {
  padding: 25px 70px 30px 60px;
  margin-bottom: 52px;
  background: #27272f url(images/carousel-bg.gif) 0 0 repeat;
}
@media (min-width: 768px) and (max-width: 979px) {
  .carousel-wrap {
    padding: 26px;
  }
}
@media (max-width: 767px) {
  .home .carousel-wrap {
    display: none;
  }
}
.carousel-wrap h2 {
  font-size: 24px !important;
  line-height: 32px !important;
  color: #edf2e3 !important;
  margin: 12px 0 20px;
}
.es-carousel_li {
  min-height: 263px;
  padding: 13px;
  margin-right: 17px;
  background: #eef1e8 url(images/carousel-tail.gif) 0 0 no-repeat;
  text-align: center;
}
@media (min-width: 1200px) {
  .es-carousel_li {
    padding: 13px 5px;
    margin-right: 17px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .es-carousel_li {
    margin-right: 6px !important;
    padding: 13px 0px 13px 10px;
  }
}
.es-carousel_li .featured-thumbnail {
  margin: 0 0 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .es-carousel_li .featured-thumbnail {
    width: 198px;
  }
}
.es-carousel_li h5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 22px;
  line-height: 1;
  height: 2em;
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 22px;
  text-transform: uppercase;
}
.es-carousel_li h5 a {
  color: #2d2d2d;
  text-decoration: none;
}
.es-carousel_li .btn {
  text-transform: capitalize;
  padding: 7px 16px;
}
.es-nav span {
  width: 17px;
  height: 17px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #4f504a url(images/nav.png) 0 0 no-repeat;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.es-nav span:hover {
  background-color: #004177;
}
/*/ Misc */
.spacer {
  height: 70px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .spacer {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .spacer {
    height: 35px;
  }
}
.thumbnail {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Google Map */
.google-map {
  background-image: url(images/loading.png);
}
/* Testimonials
---------------------------------------- */
.testimonials .testi-item blockquote {
  background: #e4dcd1;
}
.testimonials .testi-item blockquote:before {
  border-top: 20px solid #e4dcd1;
}
.testimonials .testi-item blockquote:after {
  background: url(images/quotes.png) 0 0 no-repeat;
}
.testimonials .testi-item blockquote  > a {
  color: #4e4e4e;
  padding-top: 0.3em;
}
.testimonials .testi-item blockquote  > a:hover {
  color: #4e4e4e;
  text-decoration: underline;
}
.testimonials .testi-item .featured-thumbnail {
  position: relative;
  z-index: 2;
  margin: 0 20px 0 10px;
  width: 60px;
  height: 60px;
}
.testimonials .testi-item small {
  padding-top: 10px;
}
/*/ Testimonials */
.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: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
