/* variables */
/* imports */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
.contain {
  max-width: 1180px;
  margin: 0 auto;
}
body {
  color: #666666;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #FFFFFF;
  /* url('../images/theexperiencelab-0210_r1_c2.png') repeat-x top left */
}
div.header {
  padding-top: 39px;
  max-width: 1180px;
  margin: 0 auto;
}
div.header a,
div.header a:hover {
  text-decoration: none;
}
div.header img.logo {
  max-width: 100%;
  height: auto;
}
div.navigation-wrapper {
  margin-top: 15px;
  min-height: 80px;
  background: #ff4f00;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZjRmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM2NjY1NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM2NjY1NjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjY2NTY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #ff4f00 50%, #666565 50%, #666565 50%, #666565 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ff4f00), color-stop(50%, #666565), color-stop(50%, #666565), color-stop(100%, #666565));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, #ff4f00 50%, #666565 50%, #666565 50%, #666565 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #ff4f00 50%, #666565 50%, #666565 50%, #666565 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, #ff4f00 50%, #666565 50%, #666565 50%, #666565 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, #ff4f00 50%, #666565 50%, #666565 50%, #666565 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@tel-orange', endColorstr='@tel-dark-grey', GradientType=0);
  /* IE6-8 */
}
.tag-line {
  color: #666666;
  font-size: 1.05em;
  padding: 5px 0px 0px 4px;
}
.round-btn {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 22px;
  background: white;
  color: #ff4f00;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding-left: 2px;
  margin-left: 7px;
  margin-top: 2px;
}
.round-btn.inverted {
  color: white;
  background: #f2540d;
}
.round-btn.arrow-down {
  line-height: 18px !important;
}
.btn-tel {
  background: #ff4f00;
  font-family: 'Open Sans Condensed';
  float: left;
  font-size: 19px;
  margin-top: 15px;
  text-transform: uppercase;
  color: white;
}
.btn-tel > .round-btn {
  line-height: 22px;
  text-align: center;
}
.btn-tel.inverted {
  background: white;
  color: #ff4f00 !important;
}
.btn-tel.inverted > .round-btn {
  background: #ff4f00;
  color: white;
}
.btn-tel.inverted:hover {
  color: white !important;
}
.btn-tel:hover {
  background: #7A7979;
}
.btn-tel:hover.inverted {
  color: white;
}
.btn-tel:hover.inverted > .round-btn {
  background: white;
  color: #ff4f00;
}
.social-button {
  background: #ff4f00;
  font-family: 'Open Sans Condensed';
  float: left;
  font-size: 19px;
  margin-top: 15px;
  text-transform: uppercase;
  color: white;
  float: none !important;
  padding: 0px !important;
  background: #666565;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-top: 0px !important;
  margin-left: 7px;
  font-size: 75%;
  line-height: 36px;
}
.social-button > .round-btn {
  line-height: 22px;
  text-align: center;
}
.social-button.inverted {
  background: white;
  color: #ff4f00 !important;
}
.social-button.inverted > .round-btn {
  background: #ff4f00;
  color: white;
}
.social-button.inverted:hover {
  color: white !important;
}
.social-button:hover {
  color: white;
  background: #ff4f00;
}
.quick-contact {
  padding-top: 28px;
}
.quick-contact p {
  padding: 0;
  margin: 0;
}
nav.navbar {
  max-width: 1180px;
  margin: 0 auto;
  font-family: 'Open Sans Condensed';
  display: block;
  padding-bottom: 0;
  text-transform: uppercase;
}
nav.navbar a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
}
nav.navbar a:hover,
nav.navbar a.nav-path-selected {
  color: #ff4f00;
  background: #FFFFFF;
}
nav.navbar ul {
  list-style: none inside none;
  padding: 0;
}
nav.navbar li {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0;
}
nav.navbar li:hover {
  background: #FFFFFF;
}
nav.navbar li:hover > a {
  color: #ff4f00;
}
/* IE 6 hack for inline-block */
* html nav.navbar li {
  display: inline;
}
/* IE 7 hack for inline-block */
*:first-child + html nav.navbar li {
  display: inline;
}
/************ first level ************/
nav.navbar > ul {
  height: 40px;
  margin: 0px;
}
nav.navbar > ul > li > a {
  padding: 0px 15px;
  position: relative;
  margin: 0px;
  font-size: 22px;
  line-height: 40px;
  height: 40px;
}
/************ second level ************/
nav.navbar > ul > li > ul {
  position: absolute;
  display: none;
  padding: 0;
  margin: 0;
}
nav.navbar > ul > li > ul.nav-path-selected,
nav.navbar > ul > li.nav-path-selected > ul {
  display: block;
}
nav.navbar > ul > li > ul > li {
  height: 40px;
}
nav.navbar > ul > li > ul > li > a {
  padding: 0px 15px;
  line-height: 40px;
  height: 40px;
  font-size: 21px;
}
/************** third level ************/
nav.navbar > ul > li > ul > li > ul {
  position: absolute;
  display: none;
  padding: 0;
  background: white;
  min-width: 215px;
}
nav.navbar > ul > li > ul > li:hover > ul {
  display: block;
  z-index: 100;
}
nav.navbar > ul > li > ul > li > ul > li {
  display: block;
  clear: both;
}
nav.navbar > ul > li > ul > li > ul > li:first-child a {
  padding: 6px 15px 3px 15px;
}
nav.navbar > ul > li > ul > li > ul > li:last-child a {
  padding: 3px 15px 6px 15px;
}
nav.navbar > ul > li > ul > li > ul > li > a {
  padding: 3px 15px;
  color: #000000;
  display: block;
  font-size: 16px;
}
@font-face {
  font-family: 'bebas_neueregular';
  src: url('../fonts/BebasNeue-webfont.eot');
  src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  color: #ff4f00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed';
  margin-bottom: 24px !important;
}
.tel-title {
  text-transform: uppercase;
  color: #ff4f00;
}
.sidebar-navigation,
.sidebar-content {
  padding-top: 45px;
}
.sidebar-navigation ul.nav,
.sidebar-content ul.nav {
  font-family: 'Open Sans Condensed';
  font-size: 1.2em;
  padding-top: 0px;
  text-transform: uppercase;
  list-style: none;
}
.sidebar-navigation ul.nav ul,
.sidebar-content ul.nav ul {
  padding-left: 1em;
  font-size: 0.8em;
}
.sidebar-navigation ul.nav a,
.sidebar-content ul.nav a {
  color: #666565;
}
.sidebar-navigation ul.nav a:hover,
.sidebar-content ul.nav a:hover,
.sidebar-navigation ul.nav a.nav-path-selected,
.sidebar-content ul.nav a.nav-path-selected {
  color: #ff4f00;
}

.sidebar-content h3 {
    margin-bottom: 5px !important;
        font-size: 20px;
}

.main-content-thumb h3 {
  margin-bottom: 5px !important;
  
}

.content-wrapper {
  font-family: 'Open Sans';
  min-height: 500px;
}
.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3 {
  text-transform: uppercase;
  color: #ff4f00;
}
.content-wrapper .page-title > h3 {
  padding: 0em 1.5em 0.5em 0.65em;
  font-size: 27px;
  margin-top: 8px;
}

.content-wrapper .page-title > h3.blogpost-title {
  margin-bottom: 0px !important;
}


.content-wrapper .page-title img {
  padding-left: 0;
  margin-left: -16px;
}
.content-wrapper .content {
  padding: 0px 16px 16px 16px;
}
.content-wrapper .content img[style="float: left;"] {
  padding: 5px 10px 10px 0;
}
.content-wrapper .content img[style="float: right;"] {
  padding: 5px 0px 10px 10px;
}
.content-wrapper .content-b-frame {
  top: 3.4em;
  right: 0em;
  width: 100%;
  border-top: solid #ff4f00 2px;
  border-left: solid #ff4f00 2px;
  border-right: solid #ff4f00 2px;
  position: absolute;
  z-index: -100;
  height: 350px;
}
.content-wrapper .content-b-frame.extra-padding {
  top: 141px;
}
.breadcrumbs {
  padding-top: 1em;
  font-size: 11px;
  padding-bottom: 0em;
  text-transform: uppercase;
}
img.desaturate {
  -webkit-filter: grayscale(1) brightness(1.3) contrast(1.1);
  -webkit-filter: grayscale(100%) brightness(130%) contrast(110%);
  filter: gray;
  filter: grayscale(100%) brightness(130%) contrast(110%);
}
img.desaturate:hover {
  -webkit-filter: grayscale(0) brightness(1) contrast(1);
  -webkit-filter: grayscale(0%) brightness(100%) contrast(100%);
  filter: none;
  filter: grayscale(0%) brightness(100%) contrast(100%);
}
.staff-list-wrapper {
  margin-top: 30px;
  text-align: left;
/*  text-align-last: center;*/
  width: 100%;
}
.client-list-wrapper {
  margin-top: 30px;
  text-align: center;
  /*text-align-last: center;*/
  width: 100%;
}
.staff-list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #ff4f00;
  -webkit-box-shadow: 3px 3px 3px 0px #cccccc;
  -moz-box-shadow: 3px 3px 3px 0px #cccccc;
  box-shadow: 3px 3px 3px 0px #cccccc;
  position: relative;
}
.staff-list-item:hover {
  -webkit-box-shadow: 4px 4px 3px 0px #cccccc;
  -moz-box-shadow: 4px 4px 3px 0px #cccccc;
  box-shadow: 4px 4px 3px 0px #cccccc;
}
.staff-list-item a:hover {
  text-decoration: none;
   
}
.staff-list-item img {
  cursor: pointer;
          -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}



.staff-list-item img:hover {
  
  filter: opacity(0.7) ;
    -webkit-filter: opacity(0.7) ;
    -moz-filter: opacity(0.7) ;
    transform: scale(0.95);
    background: #fff;


        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}




.staff-list-item .staff-list-caption {
  text-align: right;
  height: 55px;
  color: #666666;
  padding: 10px;
  padding-left: 15px;
  font-size: 11px;
}
.staff-list-item .staff-list-caption .staff-list-caption-name {
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.staff-list-item .staff-list-caption .staff-list-caption-name:hover {
  color: #ff4f00;
}
.client-list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #ff4f00;
  -webkit-box-shadow: 3px 3px 3px 0px #cccccc;
  -moz-box-shadow: 3px 3px 3px 0px #cccccc;
  box-shadow: 3px 3px 3px 0px #cccccc;
  width: 180px;
  border-left: 1px solid #DDD;
  border: 1px solid #DDD;
}
.client-list-item:hover {
  -webkit-box-shadow: 4px 4px 3px 0px #cccccc;
  -moz-box-shadow: 4px 4px 3px 0px #cccccc;
  box-shadow: 4px 4px 3px 0px #cccccc;
}
.client-list-item a:hover {
  text-decoration: none;
}
.client-list-item img {
  cursor: pointer;
}
.client-list-item .staff-list-caption {
  text-align: left;
  height: 55px;
  color: #666666;
  padding: 10px;
  padding-left: 15px;
  font-size: 11px;
}
.client-list-item .staff-list-caption .staff-list-caption-name {
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.client-list-item .staff-list-caption .staff-list-caption-name:hover {
  color: #ff4f00;
}
.client-list-item img {
  cursor: default;
  text-align: center;
}
.client-list-item .client-list-caption {
  text-align: left;
  height: 55px;
  color: #666666;
  padding: 10px;
  padding-left: 15px;
  font-size: 11px;
}
.client-list-item .client-list-caption .staff-list-caption-name {
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.client-list-item .client-list-caption .staff-list-caption-name:hover {
  color: #ff4f00;
}
.tel-caption-image {
  display: inline-block;
  border-left: 2px solid #ff4f00;
  -webkit-box-shadow: 3px 3px 3px 0px #cccccc;
  -moz-box-shadow: 3px 3px 3px 0px #cccccc;
  box-shadow: 3px 3px 3px 0px #cccccc;
}
.tel-caption-image .tel-image-caption {
  padding: 10px;
    max-width: 350px;
}
.site-footer {
  padding-top: 10px;
  height: 200px;
  width: 100%;
  margin: 0px;
  padding-left: 10px;
  box-shadow: inset 1px 4px 9px -6px;
  font-family: 'Open Sans Condensed';
  color: #CDCDCD;
}
.site-footer span {
  padding-right: 20px;
}
.site-footer a {
  color: #CDCDCD;
}
.site-footer a:hover {
  color: #ff4f00;
  text-decoration: none;
}
.partner-list {
  text-align: center;
}
.partner-list div.partner-wrapper {
  margin: 10px 40px;
  display: inline-block;
  text-align: left;
}
.partner-list div.partner-wrapper a.partner {
  text-align: left;
  width: 150px;
}
.partner-list div.partner-wrapper span {
  display: block;
  height: 150px;
  line-height: 150px;
  vertical-align: baseline;
  overflow: hidden;
}
p {
  margin: 0;
}
.home-wrapper div.parallax-animation {
  width: 100%;
  position: relative;
}
.home-wrapper div.parallax-animation div.animation-image-frame img.animation-image {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: none;
}
.home-wrapper div.parallax-animation div.animation-image-frame img.animation-image.animation-image-active {
  display: block;
}
.home-wrapper section.parallax-divider {
  font-size: 14px;
  color: white;
}
.home-wrapper section.parallax-divider:nth-of-type(odd) {
  background: #ff4f00;
}
.home-wrapper section.parallax-divider:nth-of-type(odd) a {
  color: white;
  text-decoration: underline;
}
.home-wrapper section.parallax-divider:nth-of-type(odd) a:hover {
  color: white;
  text-decoration: underline;
}
.home-wrapper section.parallax-divider:nth-of-type(even) {
  background: #7A7979;
}
.home-wrapper section.parallax-divider:nth-of-type(even) .btn-tel:hover {
  background: #ff4f00;
}
.home-wrapper section.parallax-divider:nth-of-type(even) a {
  color: #ff4f00;
}
.home-wrapper section.parallax-divider:nth-of-type(even) a:hover {
  color: white;
  text-decoration: none;
}
.home-wrapper section.parallax-divider h1,
.home-wrapper section.parallax-divider h2,
.home-wrapper section.parallax-divider h3 {
  text-transform: uppercase;
  line-height: 0;
}
.home-wrapper section.parallax-divider .content-bar {
  padding-top: 20px;
  padding-bottom: 40px;
}
.home-wrapper .testimonial .right-quote {
  font-size: 60px;
  line-height: 0px;
}
.home-wrapper .testimonial .left-quote {
  font-size: 60px;
  line-height: 0px;
  display: inline;
}
.home-wrapper .testimonial p {
  padding: 0 40px;
}
.home-wrapper .arrow-top {
  position: relative;
  top: -11px;
  width: 22px;
  margin: 0 auto;
  height: 22px;
  padding-left: 1px;
}
.home-wrapper .arrow-top span i {
  line-height: 22px;
}
.home-wrapper .arrow-side {
  width: 22px;
  height: 22px;
  margin: 10px auto;
}
.home-wrapper .arrow-bottom {
  position: relative;
  top: 50px;
  width: 22px;
  margin: 0 auto;
  z-index: 1000;
  padding-left: 1px;
}
.home-wrapper .arrow-bottom span i {
  line-height: 22px;
}
.home-wrapper .parallax-section {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.home-wrapper .parallax-content-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
.home-wrapper .parallax-content-wrapper .parallax-content-container {
  max-width: 1180px;
  margin: 0 auto;
}
.home-wrapper .parallax-content-wrapper .parallax-content-container .parallax-caption {
  font-family: 'Open Sans';
  font-size: 14px;
  padding: 40px 0 0 50px;
  max-width: 400px;
}
.home-wrapper .parallax-image-wrapper {
  z-index: -100;
  text-align: center;
}
.home-wrapper .parallax-image-wrapper img {
  z-index: -110;
}
.home-wrapper #newsletterForm {
  /* firefox 19+ */
  /* ie */
}
.home-wrapper #newsletterForm input {
  margin-top: 1px;
  height: 28px;
}
.home-wrapper #newsletterForm ::-webkit-input-placeholder {
  font-style: italic;
  color: gray;
  font-size: 95%;
}
.home-wrapper #newsletterForm ::-moz-placeholder {
  font-style: italic;
  color: gray;
  font-size: 95%;
}
.home-wrapper #newsletterForm :-ms-input-placeholder {
  font-style: italic;
  color: gray;
  font-size: 95%;
}
.home-wrapper #newsletterForm input:-moz-placeholder {
  font-style: italic;
  color: gray;
  font-size: 95%;
}
.home-wrapper #newsletterForm div.form-group {
  padding-right: 20px;
}
.home-slider .tel-carousel-caption-wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.home-slider .tel-carousel-caption-wrapper .tel-carousel-caption {
  position: absolute;
  padding: 40px 0 0 50px;
  width: 300px;
}
.home-slider .tel-carousel-caption-wrapper .tel-carousel-caption h2 {
  text-transform: uppercase;
  color: #ff4f00;
  font-weight: bold;
  font-size: 25px;
}
.home-slider .tel-carousel-caption-wrapper .tel-carousel-caption a {
  position: relative;
  opacity: 0.99;
}
section.parallax-divider ol.tel-carousel-indicators {
  padding: 0;
  text-align: center;
  list-style: none;
}
section.parallax-divider ol.tel-carousel-indicators li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background: #FFF;
  opacity: 0.6;
  margin: 5px 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
section.parallax-divider ol.tel-carousel-indicators li div.numbered-carousel-indicator {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  margin: 4px 0 0 4px;
  background: #666666;
  opacity: 1;
  font-size: 15px;
  padding-left: 1px;
  line-height: 21px;
  text-align: center;
}
section.parallax-divider ol.tel-carousel-indicators li div.chev-carousel-indicator {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  margin: 4px 0 0 4px;
  background: #666666;
  opacity: 1;
  line-height: 22px;
}
section.parallax-divider ol.tel-carousel-indicators li div.chev-carousel-indicator i.fa-chevron-right {
  padding-left: 3px;
}
section.parallax-divider ol.tel-carousel-indicators li div.chev-carousel-indicator i.fa-chevron-left {
  margin-left: -1px;
}
section.parallax-divider ol.tel-carousel-indicators li.active {
  opacity: 0.92;
}
section.parallax-divider ol.tel-carousel-indicators li:hover {
  opacity: 0.9;
  cursor: pointer;
}
section.slider-divider {
  opacity: 0.8;
}
.formblock form div.fields div.field {
  min-height: 35px;
}
.formblock form div.fields div.field input {
  min-width: 250px;
}
.formblock form div.fields div.field label {
  min-width: 150px;
}
.formblock .round-btn {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 22px;
  background: white;
  color: #ff4f00;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding-left: 2px;
  margin-left: 7px;
  margin-top: 2px;
}
.formblock .round-btn.inverted {
  color: white;
  background: #f2540d;
}
.formblock .round-btn.arrow-down {
  line-height: 18px !important;
}
.formblock .btn-tel {
  background: #ff4f00;
  font-family: 'Open Sans Condensed';
  float: left;
  font-size: 19px;
  margin-top: 15px;
  text-transform: uppercase;
  color: white;
}
.formblock .btn-tel > .round-btn {
  line-height: 22px;
  text-align: center;
}
.formblock .btn-tel.inverted {
  background: white;
  color: #ff4f00 !important;
}
.formblock .btn-tel.inverted > .round-btn {
  background: #ff4f00;
  color: white;
}
.formblock .btn-tel.inverted:hover {
  color: white !important;
}



.main-content-thumb h3 a:hover, .sidebar-content .title h3 a:hover {
  color: #666;
  text-decoration: none;
}

.content-wrapper .content {
  font-size: 16px;
}

.content-wrapper .page-title > h5 {
  padding: 0 16px 0 16px;
  margin-bottom: 10px !important;
}

.blog-image img {
  width: 100%;
  height: auto;
}

div.blog-image {
  margin-bottom: 30px;
}

.newsletter-archive ul {
      list-style: none;
          padding-inline-start: 0;
}

hr.blog-index.blog-entry-divider {
  margin-bottom: 50px;
}

/* pagination */

#pagination .pagination-left, #pagination .pagination-right, #pagination .pagination-pages {
  display: inline-block;
}

#pagination {
  margin: 30px 0;
  text-align: center;
}

#pagination .pagination-left {
  float: left;
}

#pagination .pagination-right {
  float: right;
}

#pagination .pagination-left span, #pagination .pagination-left a, #pagination .pagination-right a, #pagination .pagination-right span {
  padding: 8px 10px;
  border: 1px solid #fff;
}

.pagination-pages .numbers a {
  padding: 8px 10px;
  border: 1px solid #ccc;
  background: #fff;
  
}

.pagination-pages .numbers a:hover, #pagination .pagination-left a:hover , #pagination .pagination-right a:hover  {
  background: #ff4f00;
  color: #fff;
  border: 1px solid #ff4f00;
  text-decoration: none;
}

.pagination-pages .numbers strong {
    padding: 8px 10px;
    background: #ff4f00;
    color: #fff;
    border: 1px solid #ff4f00;
}



