/*

Theme Name: Lee C. Moore Custom Theme
Theme URI: http://www.immixproductions.com/
Description: Custom theme for leecmoore.com
Author: Sabaina Bukhari for IMMIX PRODUCTIONS 
Version: 1.0

*/
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
body {
  font-family: "Univers", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.572;
  background-color: #fff;
}

ul,
ol {
  margin-bottom: 20px;
  padding-left: 13px;
}
p {
  margin-bottom: 20px;
}
a {
  color: #e4701e;
}
a:hover {
  color: #000000;
}
a:active {
  color: #000000;
}

h2 {
  margin: 0 0 5px;
  color: #e4701e;
  font-weight: 700;
  line-height: 1.3;
}
h3 {
  color: #e4701e;
}
h5 {
  font-weight: bold;
}

.helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-submit {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  height: 32px;
  padding: 5px 30px;
  font-size: 12px;
  line-height: 22px;
}
.btn-submit:focus,
.btn-submit:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.form-control {
  height: 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group {
  margin-bottom: 10px;
}
.form-actions {
  text-align: right;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  margin-bottom: 0;
}

.bootstrap-select > .btn {
  border-color: #ccc;
  color: #555;
  background-color: transparent;
  font-size: 14px;
}
.bootstrap-select.open > .btn,
.bootstrap-select.open > .btn:hover,
.bootstrap-select > .btn:active,
.bootstrap-select > .btn:hover {
  border-color: #ccc;
  color: #555;
  background-color: transparent;
}
.bootstrap-select .dropdown-menu {
  font-size: 12px;
  background-color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 5px 10px;
}
.bootstrap-select .dropdown-menu > li > a:hover,
.bootstrap-select .dropdown-menu > li > a:focus,
.bootstrap-select .dropdown-menu > .selected > a {
  color: #fff;
  background-color: #e4701e;
}

/* contact page */
.page-id-21 .btn-submit {
  border-color: #ccc;
  color: #ccc;
  background-color: transparent;
  height: 32px;
  padding: 5px 30px;
  font-size: 12px;
  line-height: 22px;
}
.page-id-21 .btn-submit:focus,
.btn-submit:hover {
  border-color: #ccc;
  background-color: #fff;
  color: #000;
}
.page-id-321 .btn-submit {
  border-color: #ccc;
  color: #ccc;
  background-color: transparent;
  height: 32px;
  padding: 5px 30px;
  font-size: 12px;
  line-height: 22px;
}
.page-id-321 .btn-submit:focus,
.btn-submit:hover {
  border-color: #ccc;
  background-color: #fff;
  color: #000;
}
.btn-submit1 {
  border-color: #ccc;
  color: #ccc;
  background-color: transparent;
  height: 32px;
  padding: 5px 30px;
  font-size: 12px;
  line-height: 22px;
}
.btn-submit1:focus,
.btn-submit1:hover {
  border-color: #ccc;
  background-color: #fff;
  color: #000;
}

.page-template-page-no-banner h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

#headers_section {
  position: relative;
  z-index: 20;
}

#main_search {
  float: right;
  width: 200px;
  position: relative;
}
#main_search .form-control {
  border: 1px solid #c3c3c4;
  border-left-color: #d6d6d6;
  border-right-color: #d6d6d6;
  height: 30px;
  font-size: 12px;
  color: #878889;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#main_search .btn {
  width: 20px;
  height: 100%;
  top: 0;
  right: 9px;
  position: absolute;
  background: url(assets/img/search.png) no-repeat center;
  z-index: 2;
  border: 0;
  padding: 0;
}
#main_search.open a.toggle-search {
  background-color: #e4701e;
  background-image: url(assets/img/search_w.png);
}
#main_search .toggle-search {
  display: none;
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
  border-left: 1px solid #d6d6d6;
}

li#menu-item-106 {
  line-height: 13px;
}

.dropdown-mennu {
  background-color: #808080;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  max-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s linear;
  -moz-transition: max-height 0.5s linear;
  -ms-transition: max-height 0.5s linear;
  -o-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu-wrapp {
  background-color: #808080;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.dropdown-menu-inner {
  min-height: 490px;
  background-color: #000;
  padding: 20px 25px;
  margin: 0 -15px;
  background-color: rgba(0, 0, 0, 0.76);
}
.dropdown-menu-inner.dark {
  background-color: rgba(0, 0, 0, 0.9);
}
.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.submenu > li {
  margin-bottom: 10px;
  line-height: 1;
}
/* .submenu > li > a {
  color: #fff;
  font-size: 11px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
} */
/* .submenu > .indented-header > a {
  margin-left: 15px;
} */
.submenu > li > a:focus,
.submenu > li > a:hover {
  color: #e4701e;
  text-decoration: none;
}
.submenu > li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 18px;
}
.submenu > li ul li {
  margin-bottom: 5px;
}
.submenu > li li a {
  color: #717074;
  /* font-size: 11px; */
  /* text-transform: uppercase; */
  font-weight: 400;
  display: block;
  line-height: 1.2;
}
.submenu > li li a:focus,
.submenu > li li a:hover {
  color: #fff;
  text-decoration: none;
}

.dropdown-menu-title {
  height: 490px;
  text-align: left;
}
.dropdown-menu-title h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 49px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

#dropdown-desktop {
  display: none;
  overflow: hidden;
}

#slideshow {
  position: relative;
}
#slideshow .triangle-lt,
#slideshow .triangle-rb {
  z-index: 14;
  position: absolute;
  height: 100%;
  width: 40%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#slideshow .triangle-lt {
  left: 0;
  top: 0;
  background-image: url(assets/img/triangle_lt.png);
  background-position: right 0;
}
#slideshow .triangle-rb {
  right: 0;
  bottom: 0;
  background-image: url(assets/img/triangle_rb.png);
  background-position: 0 bottom;
  max-width: 196px;
}
#slideshow .carousel-inner {
  height: 100%;
}
#slideshow .item {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
/* .carousel-indicators {
  width: 150px;
  right: 0;
  bottom: 35px;
  margin: 0;
  left: auto;
  z-index: 16;
  text-align: left;
}
.carousel-indicators li {
  width: 6px;
  height: 6px;
  margin: 0 5px 0 0;
  border: 0;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-indicators li.active {
  width: 6px;
  height: 6px;
  margin: 0 5px 0 0;
  border: 0;
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
} */

.carousel-control {
  z-index: 16;
  width: 45px;
  height: 105px;
  z-index: 15;
  top: 50%;
  margin-top: -52px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-prev {
  background: url(assets/img/prev.png) no-repeat 0 0;
  left: 45px;
}
.carousel-next {
  background: url(assets/img/next.png) no-repeat 0 0;
  right: 45px;
  left: auto;
}

.carousel-caption {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  text-align: left;
  padding: 0;
  margin: 0;
  text-shadow: none;
}
.carousel-caption .container {
  height: 100%;
}
.carousel-caption h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 79px;
  font-weight: 700;
  max-width: 95%;
  text-transform: uppercase;
}

.plus {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 12%;
  z-index: 16;
}
.plus .content {
  position: absolute;
  top: -5px;
  left: 50px;
  text-shadow: 0 1px 1px #000;
  line-height: 1.4;
  width: 215px;
}
.plus .content a {
  color: #fff;
  font-size: 18px;
  font-family: "bertholdwalbaumbook", serif;
}
.plus .content a:hover {
  text-decoration: none;
}
.plus .toggle {
  width: 31px;
  height: 31px;
  display: block;
  background: url(assets/img/plus-circle.png) no-repeat 0 0;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation: pulsate 1s ease-out;
  -ms-animation-iteration-count: infinite;
  -o-animation: pulsate 1s ease-out;
  -o-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}
.plus .toggle:focus {
  outline: none;
}
.plus .toggle.open {
  background: url(assets/img/plus-circle-a.png) no-repeat 0 0;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  opacity: 1;
}
.plus.offshore {
  left: 68%;
  margin-left: -15px;
  top: 12%;
}
.plus.offshore .content {
  position: absolute;
}
.plus.everywhere {
  left: 65%;
  bottom: 26%;
  top: auto;
}
.plus.everywhere .content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  margin-top: 10px;
}

.plus.position2 {
  left: 68%;
  margin-left: -15px;
  top: 12%;
}
.plus.position2 .content {
  position: absolute;
}
.plus.position3 {
  left: 65%;
  bottom: 26%;
  top: auto;
}
.plus.position3 .content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  margin-top: 10px;
}

#banner_page {
  height: 268px;
  padding: 0 15px;
  overflow: hidden;
  background-color: #c7ccd1;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#banner_page .container {
  height: 100%;
  position: relative;
}
#banner_page .plus .content {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
}

#page_section {
  position: relative;
  padding: 35px 0;
  overflow: hidden;
}
#page_section .inner_page_section {
  z-index: 2;
  position: relative;
}
#page_section .triangle-lt {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: url(assets/img/triangle_lt_page.png) no-repeat 0 0;
  width: 197px;
  height: 332px;
}
#page_section .triangle-lt.lg {
  background: url(assets/img/triangle_lt_page_lg.png) no-repeat 0 0;
  width: 356px;
  height: 600px;
}
#page_section .triangle-rb {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(assets/img/triangle_rb_page.png) no-repeat right bottom;
  width: 268px;
  height: 447px;
}
#page_section .triangle-rb.lg {
  background: url(assets/img/triangle_rb_page_lg.png) no-repeat right bottom;
  width: 210px;
  height: 352px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 30px;
  font-size: 12px;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: ">";
  color: #000;
  padding: 0 4px 0 2px;
}
.breadcrumb > li > a {
  color: #000;
}

.prod-title {
  margin: 0 0 5px;
  color: #e4701e;
  font-weight: 700;
  line-height: 1.3;
}
.prod-image {
  margin: 10px 0 35px;
}

.page_title {
  background-color: #e4701e;
  padding: 24px 0;
}
.page_title h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  display: inline-block;
}

#quote_on_section {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#quote_on_section .title {
  font-size: 12px;
  margin: 0 0 15px;
  font-weight: 400;
}
#quote_on_section .title .arrow {
  width: 19px;
  height: 10px;
  display: inline-block;
  float: right;
  background: url(assets/img/down.png) no-repeat 0 0;
}
#quote_on_section form {
  padding: 23px 0 13px;
}
#quote_on_section .form-control {
  border-color: #fff;
  background-color: transparent;
  font-size: 12px;
  color: #fff;
}
#quote_on_section .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#quote_on_section .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#quote_on_section .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
#quote_on_section .bootstrap-select > .btn {
  font-size: 12px;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
#quote_on_section .bootstrap-select.open > .btn,
#quote_on_section .bootstrap-select.open > .btn:hover,
#quote_on_section .bootstrap-select > .btn:active,
#quote_on_section .bootstrap-select > .btn:hover {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

#products {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
#products .item {
  /* 	float:left; */
  /* 	position:relative; */
  /* 	width:33.333333333%; */
  position: relative;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33333%;
  overflow: hidden;
}
#products .item .back {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
#products .item .over {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#products .item:hover .over {
  width: 150%;
  height: 150%;
  left: -25%;
  top: -25%;
}
#products .item .caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.68);
  text-align: center;
  line-height: 1.2;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#products .item:hover .caption {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
}
#products .item .caption .text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
}
.page-id-7 #products .item .caption .text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  margin-top: 220px;
}

#footers_section {
  padding: 8px 0 10px;
  position: relative;
  z-index: 20;
}

.social-foot {
  float: right;
}
.social-foot a {
  margin-left: 0px;
  opacity: 0.76;
}
.social-foot a:hover {
  opacity: 1;
}

.foot_nav {
  float: left;
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  font-size: 11px;
  color: #717174;
}
.foot_nav li {
  display: inline-block;
  margin-right: 10px;
}
.foot_nav a {
  color: #2b2b2b;
}

@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
}
@media (max-width: 1199px) {
  .carousel-caption h1 {
    font-size: 70px;
    margin-left: 75px;
  }
}

@media (max-width: 991px) {
  .carousel-caption h1 {
    font-size: 65px;
  }
  .carousel-prev {
    left: 15px;
  }
  .carousel-next {
    right: 15px;
  }
  .plus .content a {
    font-size: 16px;
  }
  .dropdown-menu-title h2 {
    font-size: 24px;
  }
  #banner_page {
    height: 200px;
  }
  .page_title h1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
  .dropdown-menu-inner {
    height: auto;
  }
  .dropdown-menu-title {
    display: none;
  }
  .dropdown-menu {
    height: auto;
  }
  #main_search {
    width: 55px;
    height: 55px;
    z-index: 5;
  }
  #main_search.open {
  }
  #main_search .wrapp {
    right: -1px;
    position: absolute;
    top: 100%;
    width: 250px;
    height: 55px;
    max-height: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -ms-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  #main_search.open .wrapp {
    max-height: 55px;
  }
  #main_search .form-control {
    height: 100%;
  }
  #main_search .btn {
    display: none;
  }
  #main_search .btn.toggle-search {
    display: block;
  }
  .carousel-caption h1 {
    font-size: 45px;
    margin-left: 0;
  }
  .carousel-control {
    display: none;
  }
  .plus .content {
    width: 170px;
    line-height: 1;
    left: 30px;
  }
  .plus .content a {
    font-size: 14px;
  }
  .plus {
    left: 40%;
    margin-left: 0;
  }
  .plus.offshore {
    left: 58%;
  }
  .plus.everywhere {
    left: 55%;
  }
  .plus.everywhere .content {
    width: 200px;
  }
  .plus.position2 {
    left: 58%;
  }
  .plus.position3 {
    left: 55%;
  }
  .plus.position3 .content {
    width: 200px;
  }
  #banner_page {
    height: 160px;
  }
  #banner_page .plus .content {
    margin-top: 0;
    line-height: 1;
  }
  #page_section .triangle-lt,
  #page_section .triangle-rb {
    -webkit-background-size: 75% auto;
    -moz-background-size: 75% auto;
    background-size: 75% auto;
  }
  #products .item {
    width: 50%;
  }
  .plus .toggle,
  .plus .toggle.open {
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  #dropdown-desktop {
    display: none !important;
  }
  .dropdown-menu-inner {
    min-height: 10px;
  }
  .page_title h1 {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .page_title .btn-submit {
    display: block;
    float: none !important;
  }
}
@media (max-width: 480px) {
  .carousel-caption h1 {
    font-size: 35px;
  }
  .carousel-indicators {
    display: none;
  }
  .plus .content a {
    font-size: 12px;
  }
  .plus .content {
    width: 150px;
  }
  .plus .content,
  .plus.offshore .content {
    top: 100%;
    left: 0;
  }
  .plus.everywhere .content {
    width: 175px;
  }
  .plus.everywhere {
    left: 35%;
  }
  .plus.position2 .content {
    top: 100%;
    left: 0;
  }
  .plus.position3 .content {
    width: 175px;
  }
  .plus.position3 {
    left: 35%;
  }
  .foot_nav {
    padding-top: 5px;
    font-size: 10px;
  }
  .foot_nav li {
    margin-right: 10px;
  }
  #banner_page {
    height: 120px;
  }
  #page_section .triangle-lt,
  #page_section .triangle-rb {
    -webkit-background-size: 50% auto;
    -moz-background-size: 50% auto;
    background-size: 50% auto;
  }
  #main_search .wrapp {
    width: 230px;
  }
  #products .item {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .carousel-caption h1 {
    font-size: 24px;
  }
}

.heading {
  color: #878889;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1;
}

.row.sm {
  margin-left: -7px;
  margin-right: -7px;
}
.row.sm > div {
  padding-left: 7px;
  padding-right: 7px;
}

.news_list {
  position: relative;
  overflow: hidden;
}
.news_list.featured {
  margin-bottom: 35px;
}
.news_list .image {
  margin-bottom: 22px;
}
.news_list.featured .image {
  margin-bottom: 0;
}
.news_list .image img {
  display: block;
  width: 100%;
  height: auto;
}
.news_list .details {
}
.news_list.featured .details {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
}
.news_list .title {
  color: #e4701e;
  font-weight: 700;
  margin: 0 0 5px;
}
.news_list .title a {
  color: inherit;
}
.news_list.featured .title {
  color: #fff;
  text-transform: uppercase;
}
.news_list .creted {
  margin: 0;
  font-size: 14px;
  color: #9c9c9c;
  text-transform: uppercase;
}

.news-title {
  margin: 0 0 10px;
  color: #e4701e;
  font-weight: 700;
  line-height: 1;
}
.news-details {
  line-height: 18px;
}
.news-image {
  margin-bottom: 20px;
}

#sidebar {
  background-color: #ebecec;
  padding: 25px 14px;
}

.widget {
  margin-bottom: 30px;
}
.widget .widget_title {
  color: #878889;
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.widget_archives {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archives li {
  margin-bottom: 10px;
}
.widget_archives li a {
  position: relative;
  line-height: 30px;
  padding: 2px 10px;
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  background-color: #717174;
  margin-right: 20px;
}
.widget_archives li a:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 34px solid #717174;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
}
.widget_archives li a:focus,
.widget_archives li a:hover {
  color: #fff;
  background-color: #e4701e;
  text-decoration: none;
}
.widget_archives li a:focus:after,
.widget_archives li a:hover:after {
  border-top-color: #e4701e;
}

@media (max-width: 767px) {
  .news_list {
    margin-bottom: 15px;
  }
  .news_list.featured {
    margin-bottom: 35px;
  }
}

.alignright {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.alignleft {
  float: let;
}
.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-pagination {
  margin-top: 30px;
}
.orange {
  color: #e4701e;
}

.custom-tab {
  margin-bottom: 30px;
}
.custom-tab .nav-tabs {
  background-color: #706f74;
  width: 100%;
  border: 0;
  overflow: hidden;
}
.custom-tab .nav-tabs li {
  float: left;
  width: 50%;
  margin: 0;
}
.custom-tab .nav-tabs li a {
  border: 0;
  margin: 0;
  padding: 6px 25px;
  position: relative;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.custom-tab .nav-tabs li a:before,
.custom-tab .nav-tabs li a:after {
  display: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #e4701e;
}
.custom-tab .nav-tabs li a:before {
  bottom: 0;
  right: 100%;
  margin-right: -30px;
  border-top: 0;
  border-bottom: 30px solid #e4701e;
}
.custom-tab .nav-tabs li a:after {
  top: 0;
  left: 100%;
  margin-left: -30px;
}
.custom-tab .nav-tabs li a:hover {
  background-color: #444;
  color: #fff;
}
.custom-tab .nav-tabs .active {
  z-index: 2;
}
.custom-tab .nav-tabs .active a:before,
.custom-tab .nav-tabs .active a:after {
  display: block;
}
.custom-tab .nav-tabs .active a:hover,
.custom-tab .nav-tabs .active a:focus,
.custom-tab .nav-tabs .active a {
  border: 0;
  background-color: #e4701e;
  color: #fff;
  outline: none;
}
.custom-tab .tab-pane {
  padding-top: 15px;
  line-height: 18px;
}

@media (max-width: 480px) {
  .custom-tab .nav-tabs li {
    float: none;
    width: 100%;
  }
}

div.wpcf7 img.ajax-loader {
  display: none;
}
.map-link {
  color: #000;
  text-decoration: none;
}

/* Custom CSS for Language Plugin */

.language-change {
  float: left;

  width: 100%;

  color: #999a9b;
}

.inr-lng {
  float: right;

  margin: -34px 11px 0 0;
}

.language-change ul.language-chooser {
  float: left;

  list-style: none;

  padding: 0;

  margin: -3px 0 0 0;
}

.language-change ul.language-chooser li {
  float: left;

  margin-right: 14px;

  line-height: normal;
}

.language-change ul.language-chooser li:last-child {
  margin-right: 0;
}

.language-change ul.language-chooser li.active {
  border-bottom: 1px solid #a2a2a3;
}

.language-change ul.language-chooser li a {
  color: #a2a2a3;

  text-decoration: none;

  font-size: 11px;
}

.language-change img.globe-icon {
  float: left;

  margin-right: 9px;
}

.language-change span.txt {
  float: left;

  line-height: normal;

  margin-right: 15px;

  font-size: 11px;
}

.language-change.mobile-div {
  display: none;
}

@media (max-width: 767px) {
  .language-change {
    display: none;
  }

  .language-change.mobile-div {
    display: block;

    width: auto;

    float: right;
  }

  .mobile-div .inr-lng {
    margin: 21px 11px 0 0;
  }
}

@media (max-width: 470px) {
  .language-change img.globe-icon,
  .language-change span.txt {
    display: none;
  }
}

@media (max-width: 390px) {
  .language-change img.globe-icon,
  .language-change span.txt {
    display: none;
  }

  .language-change ul.language-chooser {
    margin: -3px 0 0 0;
  }

  .language-change ul.language-chooser li a {
    font-size: 10px;
  }

  .language-change ul.language-chooser li {
    margin-right: 7px;
  }
}

/* Apply maximum width to nav menu titles when opened to maintain valign CSS hack*/
.col-sm-8 .dropdown-menu-title h2,
.col-sm-6 .dropdown-menu-title h2 {
  max-width: 450px;
}

.col-sm-4 .dropdown-menu-title h2 {
  max-width: 285px;
}
