.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #101010;
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 5px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: -60px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #171717;
  color: #999999;
  padding: 5px 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background-color: #252525;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .sp-group-title,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .sp-module-title {
  color: #ffffff;
  text-transform: none;
  font-weight: 400;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .sp-group-title:hover,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .sp-module-title:hover {
  color: #ffffff;
  background-color: transparent;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner .sp-module-content .custom p {
  color: #999999;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item >span {
  border-bottom: none;
  background-color: transparent;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item >a i,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item >span i {
  width: 18px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item >a i.fa-angle-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item >span i.fa-angle-right {
  width: 10px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 87px;
  margin-left: 15px;
  font-size: 20px;
}
#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #ffffff;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a {
  color: #777575;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0;
}
#sp-top-bar p {
  margin-bottom: 0;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  background: rgba(255,255,255,2);
  border-bottom: none;
  height: 80px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 80px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
  height: 65px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
#sp-header.menu-fixed .logo {
  height: 65px;
}
#sp-header.menu-fixed .sp-megamenu-parent > li > a,
#sp-header.menu-fixed .sp-megamenu-parent > li span {
  line-height: 65px;
}
#sp-header.menu-fixed #sp-menu form[role="search"] {
  padding-top: 0;
}
#sp-menu {
  padding-right: 75px;
}
#sp-menu .sp-module {
  margin-top: 0;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.sp-page-title h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  text-align: right;
  margin: 15px 0 0 0;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 80px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 30px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  line-height: 30px;
  padding: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  margin-top: 5px;
  display: inline-block;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #2991d6;
  color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 300;
  position: relative;
  color: #ffffff;
}
#sp-bottom .sp-module .sp-module-title:after {
  width: 50px;
  height: 2px;
  display: block;
  margin-top: 15px;
  content: "";
  background-color: #2991d6;
}
#sp-bottom ._recent_blog small {
  display: block;
}
#sp-footer {
  color: #fff;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer #sp-footer1 {
  line-height: 36px;
}
#sp-footer #sp-top1 {
  text-align: right;
}
#sp-footer #sp-top1 ul.social-icons {
  float: none;
}
#sp-footer #sp-top1 ul.social-icons li {
  margin-right: 0;
  float: none;
}
#sp-footer #sp-top1 ul.social-icons li a {
  background-color: #3b3b3b;
  padding-right: 0;
  margin-right: 0;
  margin-left: 8px;
  color: #ffffff;
  border-radius: 100%;
  width: 36px;
  line-height: 36px;
  text-align: center;
}
#sp-footer #sp-top1 ul.social-icons li a:hover {
  background-color: #ffffff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 0;
  width: 24%;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  line-height: 120px;
  border-radius: 4px;
  display: inline-block;
  font-size: 100px;
  margin-bottom: 0px;
  font-weight: 300;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.sp-comingsoon img {
  display: inline-block;
}
.sp-comingsoon ul.social-icons {
  float: none;
}
.sp-comingsoon .sp-comingsoon-wrap .coming_wrap {
  display: inline-block;
  vertical-align: middle;
}
.sp-comingsoon .sp-comingsoon-wrap:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.sp-comingsoon .sp-comingsoon-wrap #counter-default {
  margin-top: 40px;
  margin-bottom: 60px;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #ffffff;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: normal;
  font-size: 80px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #2991d6;
}
.error-page .error-message {
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px;
}
.error-page p {
  margin-bottom: 30px;
}
.error-page a:hover {
  color: #ffffff;
}
.error-page .cmc-signup .btn-primary,
.sp-comingsoon .cmc-signup .btn-primary {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 35px;
  padding: 0 30px 0 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #2991d6;
  border: none;
  box-shadow: none;
  margin-left: -4px;
  border-radius: 0;
}
.error-page .cmc-signup .inputbox,
.sp-comingsoon .cmc-signup .inputbox {
  width: 300px;
  max-width: 100%;
  padding: 0 15px;
  border-radius: 0;
  box-shadow: none;
  height: inherit;
  line-height: 33px;
  display: block;
}
.error-page .cmc-signup .input-group,
.sp-comingsoon .cmc-signup .input-group {
  display: inline-block;
  margin-bottom: 20px;
}
.error-page .cmc-signup .input-group .control-group,
.sp-comingsoon .cmc-signup .input-group .control-group {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-pre-loader {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #2991d6;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #2991d6;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #2991d6;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(41,145,214,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #2991d6;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #2991d6;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(41,145,214,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(41,145,214,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #2991d6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #2991d6;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#2991d6,#2991d6) 0 50%, linear-gradient(#2991d6,#2991d6) 0.625em 50%, linear-gradient(#2991d6,#2991d6) 1.25em 50%, linear-gradient(#2991d6,#2991d6) 1.875em 50%, linear-gradient(#2991d6,#2991d6) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #2991d6;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#2991d6,#2991d6) 0 50%, linear-gradient(#2991d6,#2991d6) 0.625em 50%, linear-gradient(#2991d6,#2991d6) 1.25em 50%, linear-gradient(#2991d6,#2991d6) 1.875em 50%, linear-gradient(#2991d6,#2991d6) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#2991d6,#2991d6) 0 50%, linear-gradient(#2991d6,#2991d6) 0.625em 50%, linear-gradient(#2991d6,#2991d6) 1.25em 50%, linear-gradient(#2991d6,#2991d6) 1.875em 50%, linear-gradient(#2991d6,#2991d6) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#2991d6,#2991d6) 0 50%, linear-gradient(#2991d6,#2991d6) 0.625em 50%, linear-gradient(#2991d6,#2991d6) 1.25em 50%, linear-gradient(#2991d6,#2991d6) 1.875em 50%, linear-gradient(#2991d6,#2991d6) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#2991d6,#2991d6) 0 50%, linear-gradient(#2991d6,#2991d6) 0.625em 50%, linear-gradient(#2991d6,#2991d6) 1.25em 50%, linear-gradient(#2991d6,#2991d6) 1.875em 50%, linear-gradient(#2991d6,#2991d6) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#2991d6,#2991d6) 0 50%, linear-gradient(#2991d6,#2991d6) 0.625em 50%, linear-gradient(#2991d6,#2991d6) 1.25em 50%, linear-gradient(#2991d6,#2991d6) 1.875em 50%, linear-gradient(#2991d6,#2991d6) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
.tp-bullets.custom .bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  background-color: #000000;
  border-radius: 50%;
}
.tp-bullets.custom .bullet.selected {
  background-color: #ffffff;
}
.font-white em {
  color: #ffffff;
}
.vs_heading p {
  max-width: 500px;
  margin-top: 15px;
}
.vs_heading.text-center p {
  margin-right: auto;
  margin-left: auto;
}
.counters3 .count_target {
  line-height: 80px;
}
.sppb-carousel {
  padding-bottom: 50px;
}
.sppb-carousel .sppb-carousel-indicators {
  bottom: 5px;
}
.sppb-carousel .sppb-carousel-indicators li {
  background: #7d7c7c none repeat scroll 0 0;
  border-color: #7d7c7c;
  border-radius: 0px;
  height: 4px;
  margin: 0;
  width: 60px;
}
.bg_50 {
  background-size: 50% auto !important;
}
.position_center.col-mdl-2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 680px;
  z-index: 10;
}
.sppb-addon-tab .sppb-nav.sppb-nav-pills {
  margin-bottom: 25px;
}
.sppb-addon-tab .sppb-nav.sppb-nav-pills li a {
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #282828;
  font-weight: normal;
  border-radius: 0;
  padding: 20px 42px;
  text-transform: uppercase;
}
.sp_left .sp-module .search form input[name="searchword"],
.sp_left .sppb-addon-module .search form input[name="searchword"],
.sp_right .sp-module .search form input[name="searchword"],
.sp_right .sppb-addon-module .search form input[name="searchword"],
#sp-right .sp-module .search form input[name="searchword"],
#sp-right .sppb-addon-module .search form input[name="searchword"],
#sp-left .sp-module .search form input[name="searchword"],
#sp-left .sppb-addon-module .search form input[name="searchword"] {
  float: left;
  border-radius: 0;
  width: calc(100% - 90px);
  padding-left: 15px;
  border-color: #cccccc;
  font-size: 15px;
  line-height: 47px;
  border-right: none;
  box-shadow: none;
  height: 47px;
}
.sp_left .sp-module .search form button,
.sp_left .sppb-addon-module .search form button,
.sp_right .sp-module .search form button,
.sp_right .sppb-addon-module .search form button,
#sp-right .sp-module .search form button,
#sp-right .sppb-addon-module .search form button,
#sp-left .sp-module .search form button,
#sp-left .sppb-addon-module .search form button {
  float: right;
  background-color: transparent;
  line-height: 45px;
  color: #333333;
  width: 90px;
  padding: 0;
  border-radius: 0;
  border-color: #cccccc;
}
.sp_left .sp-module .search form:after,
.sp_left .sppb-addon-module .search form:after,
.sp_right .sp-module .search form:after,
.sp_right .sppb-addon-module .search form:after,
#sp-right .sp-module .search form:after,
#sp-right .sppb-addon-module .search form:after,
#sp-left .sp-module .search form:after,
#sp-left .sppb-addon-module .search form:after {
  content: "";
  clear: both;
  display: table;
}
.sp_left .sp-module .sp-module-title,
.sp_left .sp-module .sppb-addon-title,
.sp_left .sppb-addon-module .sp-module-title,
.sp_left .sppb-addon-module .sppb-addon-title,
.sp_right .sp-module .sp-module-title,
.sp_right .sp-module .sppb-addon-title,
.sp_right .sppb-addon-module .sp-module-title,
.sp_right .sppb-addon-module .sppb-addon-title,
#sp-right .sp-module .sp-module-title,
#sp-right .sp-module .sppb-addon-title,
#sp-right .sppb-addon-module .sp-module-title,
#sp-right .sppb-addon-module .sppb-addon-title,
#sp-left .sp-module .sp-module-title,
#sp-left .sp-module .sppb-addon-title,
#sp-left .sppb-addon-module .sp-module-title,
#sp-left .sppb-addon-module .sppb-addon-title {
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 20px 15px;
  text-transform: uppercase;
}
.sp_left .sp-module .sp-module-title:before,
.sp_left .sp-module .sppb-addon-title:before,
.sp_left .sppb-addon-module .sp-module-title:before,
.sp_left .sppb-addon-module .sppb-addon-title:before,
.sp_right .sp-module .sp-module-title:before,
.sp_right .sp-module .sppb-addon-title:before,
.sp_right .sppb-addon-module .sp-module-title:before,
.sp_right .sppb-addon-module .sppb-addon-title:before,
#sp-right .sp-module .sp-module-title:before,
#sp-right .sp-module .sppb-addon-title:before,
#sp-right .sppb-addon-module .sp-module-title:before,
#sp-right .sppb-addon-module .sppb-addon-title:before,
#sp-left .sp-module .sp-module-title:before,
#sp-left .sp-module .sppb-addon-title:before,
#sp-left .sppb-addon-module .sp-module-title:before,
#sp-left .sppb-addon-module .sppb-addon-title:before {
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
  content: "\f040";
  width: 18px;
  display: inline-block;
}
.sp_left .sp-module._cat_lists .sp-module-title:before,
.sp_left .sp-module._cat_lists .sppb-addon-title:before,
.sp_left .sppb-addon-module._cat_lists .sp-module-title:before,
.sp_left .sppb-addon-module._cat_lists .sppb-addon-title:before,
.sp_right .sp-module._cat_lists .sp-module-title:before,
.sp_right .sp-module._cat_lists .sppb-addon-title:before,
.sp_right .sppb-addon-module._cat_lists .sp-module-title:before,
.sp_right .sppb-addon-module._cat_lists .sppb-addon-title:before,
#sp-right .sp-module._cat_lists .sp-module-title:before,
#sp-right .sp-module._cat_lists .sppb-addon-title:before,
#sp-right .sppb-addon-module._cat_lists .sp-module-title:before,
#sp-right .sppb-addon-module._cat_lists .sppb-addon-title:before,
#sp-left .sp-module._cat_lists .sp-module-title:before,
#sp-left .sp-module._cat_lists .sppb-addon-title:before,
#sp-left .sppb-addon-module._cat_lists .sp-module-title:before,
#sp-left .sppb-addon-module._cat_lists .sppb-addon-title:before {
  content: "\f0c9";
}
.sp_left .sp-module._tags .sp-module-title,
.sp_left .sp-module._tags .sppb-addon-title,
.sp_left .sppb-addon-module._tags .sp-module-title,
.sp_left .sppb-addon-module._tags .sppb-addon-title,
.sp_right .sp-module._tags .sp-module-title,
.sp_right .sp-module._tags .sppb-addon-title,
.sp_right .sppb-addon-module._tags .sp-module-title,
.sp_right .sppb-addon-module._tags .sppb-addon-title,
#sp-right .sp-module._tags .sp-module-title,
#sp-right .sp-module._tags .sppb-addon-title,
#sp-right .sppb-addon-module._tags .sp-module-title,
#sp-right .sppb-addon-module._tags .sppb-addon-title,
#sp-left .sp-module._tags .sp-module-title,
#sp-left .sp-module._tags .sppb-addon-title,
#sp-left .sppb-addon-module._tags .sp-module-title,
#sp-left .sppb-addon-module._tags .sppb-addon-title {
  margin-bottom: 20px;
}
.sp_left .sp-module._tags .sp-module-title:before,
.sp_left .sp-module._tags .sppb-addon-title:before,
.sp_left .sppb-addon-module._tags .sp-module-title:before,
.sp_left .sppb-addon-module._tags .sppb-addon-title:before,
.sp_right .sp-module._tags .sp-module-title:before,
.sp_right .sp-module._tags .sppb-addon-title:before,
.sp_right .sppb-addon-module._tags .sp-module-title:before,
.sp_right .sppb-addon-module._tags .sppb-addon-title:before,
#sp-right .sp-module._tags .sp-module-title:before,
#sp-right .sp-module._tags .sppb-addon-title:before,
#sp-right .sppb-addon-module._tags .sp-module-title:before,
#sp-right .sppb-addon-module._tags .sppb-addon-title:before,
#sp-left .sp-module._tags .sp-module-title:before,
#sp-left .sp-module._tags .sppb-addon-title:before,
#sp-left .sppb-addon-module._tags .sp-module-title:before,
#sp-left .sppb-addon-module._tags .sppb-addon-title:before {
  content: "\f02c";
}
.sp_left .sp-module .sp-module-content ul,
.sp_left .sp-module .sppb-addon-content ul,
.sp_left .sppb-addon-module .sp-module-content ul,
.sp_left .sppb-addon-module .sppb-addon-content ul,
.sp_right .sp-module .sp-module-content ul,
.sp_right .sp-module .sppb-addon-content ul,
.sp_right .sppb-addon-module .sp-module-content ul,
.sp_right .sppb-addon-module .sppb-addon-content ul,
#sp-right .sp-module .sp-module-content ul,
#sp-right .sp-module .sppb-addon-content ul,
#sp-right .sppb-addon-module .sp-module-content ul,
#sp-right .sppb-addon-module .sppb-addon-content ul,
#sp-left .sp-module .sp-module-content ul,
#sp-left .sp-module .sppb-addon-content ul,
#sp-left .sppb-addon-module .sp-module-content ul,
#sp-left .sppb-addon-module .sppb-addon-content ul {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.sp_left .sp-module .sp-module-content ul li a,
.sp_left .sp-module .sppb-addon-content ul li a,
.sp_left .sppb-addon-module .sp-module-content ul li a,
.sp_left .sppb-addon-module .sppb-addon-content ul li a,
.sp_right .sp-module .sp-module-content ul li a,
.sp_right .sp-module .sppb-addon-content ul li a,
.sp_right .sppb-addon-module .sp-module-content ul li a,
.sp_right .sppb-addon-module .sppb-addon-content ul li a,
#sp-right .sp-module .sp-module-content ul li a,
#sp-right .sp-module .sppb-addon-content ul li a,
#sp-right .sppb-addon-module .sp-module-content ul li a,
#sp-right .sppb-addon-module .sppb-addon-content ul li a,
#sp-left .sp-module .sp-module-content ul li a,
#sp-left .sp-module .sppb-addon-content ul li a,
#sp-left .sppb-addon-module .sp-module-content ul li a,
#sp-left .sppb-addon-module .sppb-addon-content ul li a {
  border-bottom: 1px solid #cccccc;
  line-height: 40px;
  display: block;
  padding: 0 15px;
}
.sp_left .sp-module .sp-module-content ul li a:before,
.sp_left .sp-module .sppb-addon-content ul li a:before,
.sp_left .sppb-addon-module .sp-module-content ul li a:before,
.sp_left .sppb-addon-module .sppb-addon-content ul li a:before,
.sp_right .sp-module .sp-module-content ul li a:before,
.sp_right .sp-module .sppb-addon-content ul li a:before,
.sp_right .sppb-addon-module .sp-module-content ul li a:before,
.sp_right .sppb-addon-module .sppb-addon-content ul li a:before,
#sp-right .sp-module .sp-module-content ul li a:before,
#sp-right .sp-module .sppb-addon-content ul li a:before,
#sp-right .sppb-addon-module .sp-module-content ul li a:before,
#sp-right .sppb-addon-module .sppb-addon-content ul li a:before,
#sp-left .sp-module .sp-module-content ul li a:before,
#sp-left .sp-module .sppb-addon-content ul li a:before,
#sp-left .sppb-addon-module .sp-module-content ul li a:before,
#sp-left .sppb-addon-module .sppb-addon-content ul li a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
  margin-right: 3px;
}
.sp_left .sp-module .sp-module-content .recent_news,
.sp_left .sp-module .sppb-addon-content .recent_news,
.sp_left .sppb-addon-module .sp-module-content .recent_news,
.sp_left .sppb-addon-module .sppb-addon-content .recent_news,
.sp_right .sp-module .sp-module-content .recent_news,
.sp_right .sp-module .sppb-addon-content .recent_news,
.sp_right .sppb-addon-module .sp-module-content .recent_news,
.sp_right .sppb-addon-module .sppb-addon-content .recent_news,
#sp-right .sp-module .sp-module-content .recent_news,
#sp-right .sp-module .sppb-addon-content .recent_news,
#sp-right .sppb-addon-module .sp-module-content .recent_news,
#sp-right .sppb-addon-module .sppb-addon-content .recent_news,
#sp-left .sp-module .sp-module-content .recent_news,
#sp-left .sp-module .sppb-addon-content .recent_news,
#sp-left .sppb-addon-module .sp-module-content .recent_news,
#sp-left .sppb-addon-module .sppb-addon-content .recent_news {
  padding-top: 20px;
}
.sp_left .sp-module .sp-module-content .recent_news .item_blog,
.sp_left .sp-module .sppb-addon-content .recent_news .item_blog,
.sp_left .sppb-addon-module .sp-module-content .recent_news .item_blog,
.sp_left .sppb-addon-module .sppb-addon-content .recent_news .item_blog,
.sp_right .sp-module .sp-module-content .recent_news .item_blog,
.sp_right .sp-module .sppb-addon-content .recent_news .item_blog,
.sp_right .sppb-addon-module .sp-module-content .recent_news .item_blog,
.sp_right .sppb-addon-module .sppb-addon-content .recent_news .item_blog,
#sp-right .sp-module .sp-module-content .recent_news .item_blog,
#sp-right .sp-module .sppb-addon-content .recent_news .item_blog,
#sp-right .sppb-addon-module .sp-module-content .recent_news .item_blog,
#sp-right .sppb-addon-module .sppb-addon-content .recent_news .item_blog,
#sp-left .sp-module .sp-module-content .recent_news .item_blog,
#sp-left .sp-module .sppb-addon-content .recent_news .item_blog,
#sp-left .sppb-addon-module .sp-module-content .recent_news .item_blog,
#sp-left .sppb-addon-module .sppb-addon-content .recent_news .item_blog {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sp_left .sp-module .sp-module-content .recent_news .item_blog .thumb,
.sp_left .sp-module .sppb-addon-content .recent_news .item_blog .thumb,
.sp_left .sppb-addon-module .sp-module-content .recent_news .item_blog .thumb,
.sp_left .sppb-addon-module .sppb-addon-content .recent_news .item_blog .thumb,
.sp_right .sp-module .sp-module-content .recent_news .item_blog .thumb,
.sp_right .sp-module .sppb-addon-content .recent_news .item_blog .thumb,
.sp_right .sppb-addon-module .sp-module-content .recent_news .item_blog .thumb,
.sp_right .sppb-addon-module .sppb-addon-content .recent_news .item_blog .thumb,
#sp-right .sp-module .sp-module-content .recent_news .item_blog .thumb,
#sp-right .sp-module .sppb-addon-content .recent_news .item_blog .thumb,
#sp-right .sppb-addon-module .sp-module-content .recent_news .item_blog .thumb,
#sp-right .sppb-addon-module .sppb-addon-content .recent_news .item_blog .thumb,
#sp-left .sp-module .sp-module-content .recent_news .item_blog .thumb,
#sp-left .sp-module .sppb-addon-content .recent_news .item_blog .thumb,
#sp-left .sppb-addon-module .sp-module-content .recent_news .item_blog .thumb,
#sp-left .sppb-addon-module .sppb-addon-content .recent_news .item_blog .thumb {
  float: left;
  width: 85px;
}
.sp_left .sp-module .sp-module-content .recent_news .item_blog .info,
.sp_left .sp-module .sppb-addon-content .recent_news .item_blog .info,
.sp_left .sppb-addon-module .sp-module-content .recent_news .item_blog .info,
.sp_left .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info,
.sp_right .sp-module .sp-module-content .recent_news .item_blog .info,
.sp_right .sp-module .sppb-addon-content .recent_news .item_blog .info,
.sp_right .sppb-addon-module .sp-module-content .recent_news .item_blog .info,
.sp_right .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info,
#sp-right .sp-module .sp-module-content .recent_news .item_blog .info,
#sp-right .sp-module .sppb-addon-content .recent_news .item_blog .info,
#sp-right .sppb-addon-module .sp-module-content .recent_news .item_blog .info,
#sp-right .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info,
#sp-left .sp-module .sp-module-content .recent_news .item_blog .info,
#sp-left .sp-module .sppb-addon-content .recent_news .item_blog .info,
#sp-left .sppb-addon-module .sp-module-content .recent_news .item_blog .info,
#sp-left .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info {
  float: right;
  width: calc(100% - 100px);
}
.sp_left .sp-module .sp-module-content .recent_news .item_blog .info a,
.sp_left .sp-module .sppb-addon-content .recent_news .item_blog .info a,
.sp_left .sppb-addon-module .sp-module-content .recent_news .item_blog .info a,
.sp_left .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info a,
.sp_right .sp-module .sp-module-content .recent_news .item_blog .info a,
.sp_right .sp-module .sppb-addon-content .recent_news .item_blog .info a,
.sp_right .sppb-addon-module .sp-module-content .recent_news .item_blog .info a,
.sp_right .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info a,
#sp-right .sp-module .sp-module-content .recent_news .item_blog .info a,
#sp-right .sp-module .sppb-addon-content .recent_news .item_blog .info a,
#sp-right .sppb-addon-module .sp-module-content .recent_news .item_blog .info a,
#sp-right .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info a,
#sp-left .sp-module .sp-module-content .recent_news .item_blog .info a,
#sp-left .sp-module .sppb-addon-content .recent_news .item_blog .info a,
#sp-left .sppb-addon-module .sp-module-content .recent_news .item_blog .info a,
#sp-left .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info a {
  color: #3f444a;
}
.sp_left .sp-module .sp-module-content .recent_news .item_blog .info .date,
.sp_left .sp-module .sppb-addon-content .recent_news .item_blog .info .date,
.sp_left .sppb-addon-module .sp-module-content .recent_news .item_blog .info .date,
.sp_left .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info .date,
.sp_right .sp-module .sp-module-content .recent_news .item_blog .info .date,
.sp_right .sp-module .sppb-addon-content .recent_news .item_blog .info .date,
.sp_right .sppb-addon-module .sp-module-content .recent_news .item_blog .info .date,
.sp_right .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info .date,
#sp-right .sp-module .sp-module-content .recent_news .item_blog .info .date,
#sp-right .sp-module .sppb-addon-content .recent_news .item_blog .info .date,
#sp-right .sppb-addon-module .sp-module-content .recent_news .item_blog .info .date,
#sp-right .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info .date,
#sp-left .sp-module .sp-module-content .recent_news .item_blog .info .date,
#sp-left .sp-module .sppb-addon-content .recent_news .item_blog .info .date,
#sp-left .sppb-addon-module .sp-module-content .recent_news .item_blog .info .date,
#sp-left .sppb-addon-module .sppb-addon-content .recent_news .item_blog .info .date {
  color: #999999;
}
.sp_left .sp-module .sp-module-content .recent_news .item_blog:last-child,
.sp_left .sp-module .sppb-addon-content .recent_news .item_blog:last-child,
.sp_left .sppb-addon-module .sp-module-content .recent_news .item_blog:last-child,
.sp_left .sppb-addon-module .sppb-addon-content .recent_news .item_blog:last-child,
.sp_right .sp-module .sp-module-content .recent_news .item_blog:last-child,
.sp_right .sp-module .sppb-addon-content .recent_news .item_blog:last-child,
.sp_right .sppb-addon-module .sp-module-content .recent_news .item_blog:last-child,
.sp_right .sppb-addon-module .sppb-addon-content .recent_news .item_blog:last-child,
#sp-right .sp-module .sp-module-content .recent_news .item_blog:last-child,
#sp-right .sp-module .sppb-addon-content .recent_news .item_blog:last-child,
#sp-right .sppb-addon-module .sp-module-content .recent_news .item_blog:last-child,
#sp-right .sppb-addon-module .sppb-addon-content .recent_news .item_blog:last-child,
#sp-left .sp-module .sp-module-content .recent_news .item_blog:last-child,
#sp-left .sp-module .sppb-addon-content .recent_news .item_blog:last-child,
#sp-left .sppb-addon-module .sp-module-content .recent_news .item_blog:last-child,
#sp-left .sppb-addon-module .sppb-addon-content .recent_news .item_blog:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sp_left .sp-module .sp-module-content .tagspopular_tags a,
.sp_left .sp-module .sppb-addon-content .tagspopular_tags a,
.sp_left .sppb-addon-module .sp-module-content .tagspopular_tags a,
.sp_left .sppb-addon-module .sppb-addon-content .tagspopular_tags a,
.sp_right .sp-module .sp-module-content .tagspopular_tags a,
.sp_right .sp-module .sppb-addon-content .tagspopular_tags a,
.sp_right .sppb-addon-module .sp-module-content .tagspopular_tags a,
.sp_right .sppb-addon-module .sppb-addon-content .tagspopular_tags a,
#sp-right .sp-module .sp-module-content .tagspopular_tags a,
#sp-right .sp-module .sppb-addon-content .tagspopular_tags a,
#sp-right .sppb-addon-module .sp-module-content .tagspopular_tags a,
#sp-right .sppb-addon-module .sppb-addon-content .tagspopular_tags a,
#sp-left .sp-module .sp-module-content .tagspopular_tags a,
#sp-left .sp-module .sppb-addon-content .tagspopular_tags a,
#sp-left .sppb-addon-module .sp-module-content .tagspopular_tags a,
#sp-left .sppb-addon-module .sppb-addon-content .tagspopular_tags a {
  background-color: transparent;
  border: 1px solid #cccccc;
  padding: 5px 16px;
  margin: 0 8px 10px 0;
}
.vs_clear:after {
  display: table;
  content: "";
  clear: both;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-primary .sppb-panel-heading {
  padding: 14px 15px;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-primary .sppb-panel-heading .sppb-panel-title {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-primary .sppb-panel-heading .sppb-toggle-direction {
  display: none;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-faq .sppb-panel-heading {
  padding: 12px 0 11px 0;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  font: 500 15px/23px "Lato", sans-serif;
  color: #474747;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-faq .sppb-panel-heading .sppb-panel-title .fa {
  width: 20px;
  font-size: 14px;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  display: none;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-faq .sppb-panel-body {
  font-size: 16px;
  font-weight: 300;
  color: #888888;
  padding-left: 25px;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default {
  border-color: #cfcfcf;
  border-top-width: 1px;
  border-left-width: 2px;
  border-right-width: 2px;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default .sppb-panel-heading {
  background-color: transparent;
  color: #3f444a;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default .sppb-panel-heading .sppb-toggle-direction {
  display: none;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default .sppb-panel-heading .sppb-panel-title .fa {
  width: 18px;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default .sppb-panel-body {
  color: #3f444a;
  border-top-width: 2px;
  border-color: #cfcfcf;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default:first-child {
  border-top-width: 2px;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default:last-child {
  border-bottom-width: 2px;
}
.sppb-carousel-inner > .sppb-item {
  padding-left: 0;
  padding-right: 0;
}
.sppb-carousel-pro-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.sppb-carousel-pro-text >p {
  margin-bottom: 20px;
}
.sppb-carousel-pro-text .list-group {
  margin-bottom: 10px;
}
.vs_products .orderby-displaynumber {
  margin-left: 5px;
  font-size: 18px;
  line-height: 31px;
  margin-top: 0;
  margin-bottom: 30px;
}
.vs_products .orderby-displaynumber .display_view {
  margin-left: 10px;
}
.vs_products .orderby-displaynumber .display_view a {
  margin-left: 5px;
  font-size: 18px;
}
.vs_products .orderby-displaynumber .orderlistcontainer {
  font-size: 14px;
  margin-left: 0;
  position: relative;
}
.vs_products .orderby-displaynumber .orderlistcontainer .orderlist {
  width: 100%;
}
.vs_products .orderby-displaynumber .orderlistcontainer .title {
  display: none;
}
.vs_products .orderby-displaynumber .orderlistcontainer a {
  line-height: 26px;
}
.vs_products .orderby-displaynumber div.activeOrder {
  border-radius: 0;
}
.vs_products .orderby-displaynumber .display-number {
  margin-right: 0;
}
.vs_products .orderby-displaynumber .display-number select {
  width: 60px;
  border-radius: 0;
  color: #777575;
  font-size: 14px;
  height: 30px;
}
.vs_products .orderby-displaynumber .vm-page-counter {
  line-height: 30px;
  margin-right: 10px;
}
.vs_products div[class*="-view"] .row {
  margin-left: -15px;
  margin-right: -15px;
}
.vs_products .vs_product {
  padding-left: 15px;
  padding-right: 15px;
}
.vs_products .vs_product span.addtocart-button input.addtocart-button {
  border: solid 1px #dcdada;
  padding: 8px 15px;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  background: none;
  border-radius: 0;
  letter-spacing: 0;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.vs_products .vs_product span.addtocart-button input.addtocart-button:hover {
  background-color: #000000;
  color: #ffffff;
}
.vs_products .vs_product .price del {
  margin-left: 5px;
}
.vs_products .vm-pagination {
  width: 100%;
}
.vs_products .vm-pagination .pagination > li > a {
  border-radius: 50%;
  width: 35px;
  text-align: center;
  padding: 0;
  line-height: 32px;
  margin: 0 5px;
}
.vs_products .vm-pagination .pagination > li > a[title="End"],
.vs_products .vm-pagination .pagination > li > a[title="Start"] {
  display: none;
}
.productdetails .product_info .star-rating .ratingbox {
  position: relative;
  background: none;
  margin-bottom: 0;
  width: auto;
}
.productdetails .product_info .star-rating .ratingbox:before {
  content: "\f006 \f006 \f006 \f006 \f006";
  font: normal normal normal 14px/1 FontAwesome;
  letter-spacing: 4px;
}
.productdetails .product_info .star-rating .count_review {
  display: inline-block;
}
.productdetails .product_info .price {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 30px !important;
}
.productdetails .product_info .price del {
  font-size: 18px;
  color: #999;
  margin-left: 5px;
}
.productdetails .product_info .addtocart-bar {
  line-height: 21px;
}
.productdetails .product_info .addtocart-bar div.addtocart-button {
  vertical-align: top;
}
.productdetails .product_info .addtocart-bar input.addtocart-button {
  box-shadow: none;
  border: none;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
}
.productdetails .product_info .box_qty {
  border: 1px solid #cccccc;
  display: inline-block;
  vertical-align: top;
}
.productdetails .product_info .quantity-box .quantity-input {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.productdetails .product_info .quantity-box .quantity-input:hover {
  background: none;
}
.productdetails .product_info span.quantity-controls {
  width: 20px;
  padding-right: 5px;
}
.productdetails .product_info span.quantity-controls input.quantity-controls {
  background: none;
  padding: 0;
}
.productdetails .main-image img {
  max-height: inherit;
  width: 100%;
}
.productdetails .product_thumb {
  position: relative;
  margin-top: 20px;
}
.productdetails .product_thumb .owl-carousel {
  margin-right: -10px;
  margin-left: -10px;
}
.productdetails .product_thumb .owl-carousel .owl-item {
  padding-left: 10px;
  padding-right: 10px;
}
.productdetails .tabs_info {
  margin-top: 50px;
}
.productdetails .tabs_info .tabs {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.productdetails .tabs_info .tabs .tab {
  display: inline-block;
}
.productdetails .tabs_info .tabs .tab a {
  display: block;
  background-color: #282828;
  color: #ffffff;
  padding: 20px 42px;
  text-transform: uppercase;
}
.productdetails .content_tab .item_tab {
  display: none;
}
.productdetails .content_tab .item_tab.active {
  display: block;
}
div[class*="-view"] .row {
  margin-left: -15px;
  margin-right: -15px;
}
.mini-maincart {
  position: absolute;
  padding-bottom: 32px;
  right: 0;
}
.mini-maincart .mini-contentCart {
  display: none;
  position: absolute;
  top: 100%;
  right: -35px;
  background-color: #101010;
  width: 300px;
  color: #777575;
  padding: 25px 30px;
}
.mini-maincart .mini-contentCart .vm_cart_products {
  margin-bottom: 10px;
}
.mini-maincart .mini-contentCart .mini-products-list {
  padding-left: 0;
}
.mini-maincart .mini-contentCart .item {
  border-bottom: 1px solid #343434;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mini-maincart .mini-contentCart .item .subtotal_with_tax {
  float: none !important;
  color: #ffffff;
}
.mini-maincart .mini-contentCart .total {
  float: left;
  line-height: 38px;
}
.mini-maincart .mini-contentCart .total strong {
  font-size: 18px;
}
.mini-maincart .mini-contentCart .show_cart {
  float: right;
}
.mini-maincart .mini-contentCart .show_cart a {
  background: #2991d6;
  padding: 8px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  float: right;
  border-radius: 3px;
}
.mini-maincart .mini-contentCart .show_cart a:hover {
  background-color: #ffffff;
}
.mini-maincart:hover .mini-contentCart {
  display: block;
}
#sp-header.header_overlay {
  position: fixed;
  background-color: transparent;
  box-shadow: none;
}
#sp-header.header_overlay.menu-fixed {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.box_width_right {
  max-width: 680px;
  margin-left: -95px;
}
.box_width_left {
  max-width: 680px;
  float: right;
  margin-right: -95px;
}
.borderTopPrimary {
  border-top: 5px solid #2991d6;
}
.sp-simpleportfolio.style_1 .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title {
  font-size: 16px;
  font-weight: normal;
}
.sp-simpleportfolio.style_1 .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-tags {
  font-size: 12px;
  color: #aaa;
}
.sp-simpleportfolio.style_1 .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background-color: rgba(0,0,0,0.9);
}
.sp-simpleportfolio .pagenation-list {
  text-align: center;
  margin-top: 30px;
}
.sp-simpleportfolio .pagenation-list .pagination li a,
.sp-simpleportfolio .pagenation-list .pagination li span {
  border: none;
  background-color: #e4e4e4;
  border-radius: 100%;
  padding: 0;
  color: #161616;
  line-height: 35px;
  width: 35px;
  margin: 0 5px;
}
.sp-simpleportfolio .pagenation-list .pagination li a[title="End"],
.sp-simpleportfolio .pagenation-list .pagination li a[title="Start"],
.sp-simpleportfolio .pagenation-list .pagination li span[title="End"],
.sp-simpleportfolio .pagenation-list .pagination li span[title="Start"] {
  display: none;
}
.sp-simpleportfolio .pagenation-list .pagination li a:hover,
.sp-simpleportfolio .pagenation-list .pagination li span:hover {
  background-color: #666;
  color: #fff;
}
table.cart-summary td,
table.cart-summary th {
  border: none;
  padding: 20px 0;
  border-bottom: solid 1px #dadada;
}
table.cart-summary td.vm-cart-item-name,
table.cart-summary th.vm-cart-item-name {
  width: 30%;
}
table.cart-summary td.vm-cart-item-sku,
table.cart-summary td.vm-cart-item-basicprice,
table.cart-summary th.vm-cart-item-sku,
table.cart-summary th.vm-cart-item-basicprice {
  width: 5%;
  text-align: center;
}
table.cart-summary td span.vm-price-desc,
table.cart-summary th span.vm-price-desc {
  display: none;
}
table.cart-summary td.vm-cart-item-quantity,
table.cart-summary th.vm-cart-item-quantity {
  width: 5%;
  padding-left: 20px;
  padding-right: 20px;
}
table.cart-summary td.vm-cart-item-quantity input[type="text"],
table.cart-summary th.vm-cart-item-quantity input[type="text"] {
  display: inline-block;
}
table.cart-summary tr th {
  background: none;
  border-bottom: solid 1px #dadada;
}
table.cart-summary span.cart-images img {
  width: 120px;
  margin-right: 20px;
}
.cart-view .total_price {
  line-height: 40px;
}
.cart-view .total_price label {
  display: inline-block;
}
.cart-view .total_price .price_total {
  display: inline-block;
  font-size: 22px;
}
.cart-view .coupon_code input.coupon {
  display: inline-block;
  border: 1px solid #d0d0d0;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  font: 15px/23px 'Lato', sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 39px;
  padding: 6px 10px;
  vertical-align: middle;
}
.cart-view .coupon_code span.details-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.cart-view .coupon_code span.details-button input {
  background: no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  padding: 0 30px;
  background-color: #2c2c2c;
  height: 39px;
  border-radius: 0;
}
.cart-view .checkout-button-top {
  border-top: none;
  padding-top: 0;
}
.cart-view .checkout-button-top button {
  border: 0;
  background: #2991d6;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 15px 30px;
  color: #fff;
  font-size: 14px;
}
.cart-view .checkout-button-top button:hover {
  background-color: #2991d6;
}
.cart-view .action_cart .continue_link {
  display: inline-block;
  margin-right: 10px;
}
.cart-view .action_cart .checkout-button-top {
  display: inline-block;
}
.com-virtuemart.view-user #userForm .control-buttons {
  margin-right: 0;
}
.com-virtuemart.view-user #userForm .control-buttons button {
  background: none;
  border-radius: 0;
  padding: 10px 45px;
  margin-left: 0;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
}
.com-virtuemart.view-user #userForm .control-buttons button[type="submit"] {
  color: #ffffff;
  border: none;
  margin-left: 15px;
}
.com-virtuemart.view-user #userForm fieldset fieldset {
  display: none;
}
.com-virtuemart.view-user #userForm fieldset .control-buttons {
  display: none;
}
.com-virtuemart.view-user #userForm h2 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 40px;
}
.com-virtuemart.view-user table.user-details {
  width: 100%;
}
.com-virtuemart.view-user table.user-details label {
  margin-bottom: 0;
  line-height: 39px;
}
.com-virtuemart.view-user table.user-details tr td {
  vertical-align: top;
}
.com-virtuemart.view-user table.user-details tr td.key {
  width: 200px;
}
.com-virtuemart.view-user table.user-details input,
.com-virtuemart.view-user table.user-details select {
  width: 100%;
  border: 1px solid #d0d0d0;
  padding: 6px 10px;
  height: 39px;
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
}
.com-virtuemart.view-user table.user-details input.invalid,
.com-virtuemart.view-user table.user-details select.invalid {
  background: none;
  border-radius: 0;
}
.com-virtuemart.view-user table.user-details input:hover,
.com-virtuemart.view-user table.user-details select:hover {
  background: none;
}
.com-virtuemart.view-user table.user-details .chzn-container {
  margin-bottom: 15px;
  width: 100% !important;
}
.com-virtuemart.view-user table.user-details .chzn-container .chzn-single {
  border: 1px solid #d0d0d0;
  padding: 6px 10px;
  border-radius: 0;
  box-shadow: none;
  background: no-repeat;
  height: 39px;
}
.com-virtuemart.view-user table.user-details .chzn-container .chzn-single div b {
  background-position: 0 10px;
}
.com-virtuemart.view-user table.user-details .chzn-container-single .chzn-drop {
  width: 100% !important;
}
.com-virtuemart.view-user table.user-details .chzn-container-single .chzn-search input {
  width: 100% !important;
}
.vm-orders-list td,
.vm-orders-list th {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.vm-orders-list .order-view h2 {
  margin-bottom: 20px;
}
.vm-orders-list .order-view .width30 {
  padding-right: 30px;
}
.vm-orders-list .order-view .width30 input[type="text"] {
  width: 100%;
  border: 1px solid #d0d0d0;
  padding: 0px 10px;
  line-height: 40px;
  box-shadow: none;
  border-radius: 0;
  height: auto;
}
.vm-orders-list .order-view .width30 input[type="submit"] {
  box-shadow: none;
  margin-top: 29px;
  line-height: 40px;
  padding: 0 25px;
  border: none;
  color: #FFFFFF;
  background: none;
}
.vm-orders-list .order-view .width30 input[type="submit"]:hover {
  background-color: #333333;
}
#com-form-login {
  margin-bottom: 30px;
}
#com-form-login h2 {
  margin-bottom: 20px;
}
#com-form-login .width30 {
  margin-right: 0;
  padding-right: 20px;
}
#com-form-login .width30 input[type="text"],
#com-form-login .width30 input[type="password"] {
  width: 100%;
  border: 1px solid #d0d0d0;
  padding: 0px 10px;
  line-height: 40px;
  box-shadow: none;
  border-radius: 0;
  height: auto;
}
#com-form-login .width30 input[type="submit"] {
  box-shadow: none;
  line-height: 40px;
  padding: 0 25px;
  border: none;
  color: #FFFFFF;
  background: none;
}
#com-form-login .width30 input[type="submit"]:hover {
  background-color: #333333;
}
.com-virtuemart #sp-component h1 {
  margin-bottom: 30px;
}
.com-virtuemart #sp-component h2 {
  margin-bottom: 20px;
}
.com-virtuemart .userfields_info {
  font-weight: normal;
  font-size: 16px;
  border-bottom: none;
}
.row_left .sppb-col-md-6:nth-child(1) {
  z-index: 10;
}
.vs_type_product .list_type {
  text-align: center;
}
.vs_type_product .list_label {
  margin-bottom: 40px;
  margin-left: 0;
  padding: 0;
}
.vs_type_product .list_label li {
  display: inline-block;
}
.vs_type_product .list_label li a {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.vs_type_product .list_label li a.active {
  color: #2991d6;
}
.vs_type_product .list_label li a:after {
  content: "-";
  color: #3f444a;
  padding-left: 15px;
  padding-right: 15px;
}
.vs_type_product .list_label li:last-child a:after {
  display: none;
}
.carousel-control {
  background: none !important;
}
.tag-category form .btn-group input[type="text"] {
  display: inline-block;
  height: 39px;
  border-radius: 0;
  box-shadow: none;
  margin-right: 5px;
}
.tag-category form .btn-group button {
  float: none;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 5px;
}
.tag-category form ul.category {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
@media (min-width: 1200px) {
  .sp-page-builder .sppb-row-container {
    padding-right: 0;
    padding-left: 0;
  }
}
body {
  font-family: 'Lato', sans-serif;
  color: #727272;
  font-size: 15px;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin: 0;
}
.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.site-wrapper {
  background: #FFF;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.logo_holder {
  float: left;
  width: 100%;
  height: 64px;
}
.navbar-brand.logo {
  background: url(../images/logo.png) no-repeat left 21px;
}
.navbar-brand.logo.logo-white-blue {
  background: url(../images/logo-white-blue.png) no-repeat left 21px;
}
.header.bg-texture {
  background: url(../images/bg-texture-3.jpg) repeat center top;
}
.header-top-line {
  background: #2991d6;
  height: 5px;
}
.header-top {
  background: #ededed;
  border-bottom: solid 1px #d3d3d3;
  padding: 10px 0;
  font-size: 13px;
}
.header-top,
.header-top a {
  color: #909090;
}
.header-top a:hover {
  color: #2991d6;
}
.header-top span {
  padding: 0 10px;
}
.header-top.style1 {
  background: #2991d6;
  border-bottom: solid 0px #d3d3d3;
}
.header-top.style1,
.header-top.style1 a {
  color: #9fd1f1;
}
.header-top.style1 a:hover {
  color: #fff;
}
.header-top.style1 span {
  color: #9fd1f1;
  padding: 0 10px;
}
.header-top.style2 {
  background: #1c1d21;
  border-bottom: solid 0px #d3d3d3;
}
.header-top.style2,
.header-top.style2 a {
  color: #919090;
}
.header-top.style2 a:hover {
  color: #fff;
}
.header-top.style2 span {
  color: #919090;
  padding: 0 10px;
}
.cart {
  margin: 24px 50px 0 20px;
  border: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}
#sp-header.menu-fixed .cart {
  margin-top: 19px;
  padding-bottom: 22px;
}
.cart button,
.cart button:active {
  border: 0;
  transition: left .3s ease-in-out;
}
.cart.cart-sty1 button,
.cart.cart-sty1 button:active {
  background-color: transparent;
  color: #bfc0c0;
}
.cart .cart-info {
  background: #2991d6;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  top: -5px;
  right: -11px;
  font-size: 12px;
  color: #FFF;
  border-radius: 100%;
  position: absolute;
}
.cart .wrapp-mini-cart {
  padding: 20px;
  background: #101010;
}
.cart .wrapp-mini-cart .cart-item {
  border-bottom: 1px solid #343434;
  margin-top: 20px;
  padding-bottom: 25px;
}
.wrapp-mini-cart .cart-img {
  float: left;
  height: 72px;
  position: relative;
  width: 68px;
}
.wrapp-mini-cart .cart-content {
  padding-left: 80px;
}
h4.item-name a {
  color: #999999;
}
h4.item-name a:hover {
  color: #fff;
}
.cart-action {
  margin: 15px 0 10px 0;
}
.button-cart {
  background: #2991d6;
  padding: 8px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  float: right;
  border-radius: 3px;
}
.button-cart:hover {
  background: #fff;
  color: #2991d6;
}
.navbar-collapse {
  position: relative;
  max-height: 270px;
}
.navbar-form .input-group {
  width: 100%;
  background-color: #FFFFFF;
}
.navbar-form .input-group span.input-group-btn {
  width: 1%;
}
#sp-menu form[role="search"] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 9999;
  padding-top: 6px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}
#sp-menu form[role="search"] button,
#sp-menu form[role="search"] input {
  padding: 22px 10px 22px 10px;
  border-radius: 0px;
  border-width: 0px;
  color: #777777;
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  outline: none;
}
#sp-menu.bg-black form[role="search"] button,
#sp-menu.bg-black form[role="search"] input {
  background-color: #292929;
  border-color: #292929;
}
#sp-menu form[role="search"] input {
  padding: 22px 10px 22px 10px;
  font-size: 14pt;
  font-style: italic;
  color: #a0a0a0;
  box-shadow: none;
}
#sp-menu form[role="search"] button[type="reset"] {
  display: none;
}
#sp-menu form[role="search"] {
  width: 38px;
}
#sp-menu form[role="search"] button,
.navbar-collapse form[role="search"] input {
  padding: 22px 10px 22px 15px;
}
#sp-menu form[role="search"] input {
  font-size: 20px;
  opacity: 0;
  display: none;
  height: 63px;
}
#sp-menu form[role="search"].active {
  width: 100%;
}
#sp-menu form[role="search"].active button,
#sp-menu form[role="search"].active input {
  display: table-cell;
  opacity: 1;
}
#sp-menu form[role="search"].active input {
  width: 100%;
}
.tooltip-demo a {
  color: #06F;
}
.section-lg {
  width: 100%;
  float: left;
}
.section-lg.blue-bg {
  background-color: #2991d6;
  padding: 50px 0 45px 0;
}
.feature-col {
  margin: 0;
}
.feature-col.boxed {
  padding: 30px 30px 20px 30px;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
}
.feature-col.boxed:hover,
.feature-col.boxed.active {
  background: url(../images/site-img10.jpg) repeat center top;
  color: #FFF;
}
.feature-col.boxed h2 {
  margin: 5px 0 20px 0;
}
.feature-col.boxed span {
  color: #2991d6;
}
.feature-col.boxed:hover h2,
.feature-col.boxed.active h2,
.feature-col.boxed:hover span,
.feature-col.boxed.active span {
  color: #FFF;
}
.icon.circle-white {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  float: left;
  height: 50px;
  line-height: 45px !important;
  margin-right: 15px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  width: 50px;
  z-index: 5;
  border-radius: 100%;
}
.side-img-left {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  margin-top: 0px;
}
.side-img-left .background-image-holder {
  top: 0;
}
.side-img-left .image-container.col-mdl-1 {
  margin-left: 50%;
}
.side-img-left .col-mdl-2 {
  margin-left: 0;
  padding: 135px 0 120px 0;
  text-align: left;
}
.side-img-left.col-mdl-2 p {
  text-align: left;
  line-height: 25px;
  color: #777575;
  font-size: 18px;
  font-style: italic;
  padding: 0 0px 25px 0px;
}
.side-img-left {
  background: #d9d9d9;
}
.side-img-left.bgtrns {
  background-color: transparent;
}
.col-mdl-1 {
  width: 50%;
}
.col-mdl-2 {
  margin-left: 0;
  background: #FFF;
  margin: 80px;
  position: relative;
  padding: 70px !important;
}
.col-mdl-2.one {
  padding: 60px !important;
}
.side-image .image-container {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
}
.background-image-holder {
  background-position: 50% 50% !important;
  background-size: cover !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 95px;
  width: 100%;
  z-index: 0;
  background: url(../images/site-img03.jpg) repeat scroll 50% 0 rgba(0,0,0,0);
}
.background-image-holder.fa-style {
  background: url(../images/site-img86.jpg) repeat scroll 50% 0 rgba(0,0,0,0);
}
.side-img-right {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  margin-top: 0px;
}
.side-img-right .background-image-holder {
  top: 0;
}
.side-img-right .image-container.col-mdl-1 {
  margin-left: 0%;
}
.side-img-right {
  background: #2991d6;
}
.side-img-right.grey-color {
  background: #d9d9d9;
}
.side-img-right .col-mdl-2 {
  margin-right: 0;
}
.background-image-holder.one {
  background: url(../images/site-img06.jpg) repeat scroll 50% 0 rgba(0,0,0,0);
}
.background-image-holder.two {
  background: url(../images/site-img28.png) repeat scroll 50% 0 rgba(0,0,0,0);
}
.background-image-holder.three {
  background: url(../images/site-img93.jpg) repeat scroll 50% 0 rgba(0,0,0,0);
}
.section-titles {
  margin-bottom: 60px;
}
.title1 h2 {
  font-weight: normal;
  position: relative;
  margin: 0 0 60px 0;
}
.title1 h2 em {
  color: #989898;
  display: block;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  margin: 50px auto 0;
  text-transform: none;
  width: 80%;
  font-size: 15px;
}
.title1 .line {
  display: block;
  height: 13px;
  margin: 0 auto;
  position: relative;
  top: 50px;
  width: 70px;
  background: url(../images/title-line.png) no-repeat center bottom;
}
.title1 h2.one {
  font-weight: normal;
  position: relative;
  margin: 0 0 35px 0;
}
.title-line-shape {
  background: url(../images/title-line.png) no-repeat center bottom;
  height: 20px;
}
.sec-title h2::before {
  background: #2991d6 none repeat scroll 0 0;
  content: "";
  height: 100%;
  letter-spacing: 1px;
  position: absolute;
  right: -16px;
  top: 4px;
  width: 4px;
}
.page-header {
  background: url(../images/site-img38.jpg) no-repeat scroll center top;
  background-size: cover;
  float: left;
  margin: 0;
  padding: 80px 0 75px 0;
  width: 100%;
}
.page-header.one {
  background: url(../images/site-img45.jpg) no-repeat scroll center top;
}
.page-header.two {
  background: url(../images/site-img46.jpg) no-repeat scroll center top;
}
.page-header.three {
  background: url(../images/site-img47.jpg) no-repeat scroll center top;
}
.page-header.four {
  background: url(../images/site-img48.jpg) no-repeat scroll center top;
}
.page-header.five {
  background: url(../images/site-img49.jpg) no-repeat scroll center top;
}
.page-header.six {
  background: url(../images/site-img50.jpg) no-repeat scroll center top;
}
.page-header.seven {
  background: url(../images/site-img112.jpg) no-repeat scroll center top;
}
.breadcrumbs {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 23px 0 0;
  text-align: right !important;
}
.breadcrumbs i {
  padding: 0 5px;
}
.breadcrumbs a {
  color: #8e8e8e;
}
.breadcrumbs a:hover {
  color: #fff;
}
.bg-parallax {
  background: url(../images/parallax-bg.jpg) no-repeat center bottom fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 100px 0 80px 0;
}
.bg-parallax-02 {
  background: url(../images/parallax-bg-02.jpg) no-repeat center bottom fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 100px 0 0 0;
}
.bg-parallax-03 {
  background: url(../images/parallax-bg-03.jpg) no-repeat center bottom fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 100px 0 50px 0;
}
.bg-parallax-04 {
  background: url(../images/parallax-bg-04.jpg) no-repeat center bottom fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 100px 0 130px 0;
}
.bg-parallax-05 {
  background: url(../images/parallax-bg-05.jpg) no-repeat center top fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 100px 0 50px 0;
}
.bg-parallax-06 {
  background: url(../images/parallax-bg-06.jpg) no-repeat center top fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 100px 0 130px 0;
}
.bg-parallax-07 {
  background: url(../images/parallax-bg-07.jpg) no-repeat center top fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 100px 0 50px 0;
}
.bg-parallax-08 {
  background: url(../images/parallax-bg-08.jpg) no-repeat center bottom fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 130px 0 160px 0;
}
.bg-parallax-08.one {
  padding: 130px 0 130px 0;
}
.bg-parallax-09 {
  background: url(../images/parallax-bg-09.jpg) no-repeat center bottom fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 130px 0 130px 0;
}
.bg-parallax-10 {
  background: url(../images/parallax-bg-10.jpg) no-repeat center bottom fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 130px 0 130px 0;
}
.bg-parallax-11 {
  background: url(../images/parallax-bg-11.jpg) no-repeat center bottom fixed;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 130px 0 130px 0;
}
.bg-texture {
  background: url(../images/bg-texture-1.jpg) repeat left top;
  width: 100%;
  float: left;
  padding: 80px 0 40px 0;
}
.bg-texture-2 {
  background: url(../images/bg-texture-2.jpg) repeat left top;
  width: 100%;
  float: left;
  padding: 80px 0 60px 0;
}
.bg-color-black {
  background: #191919;
  width: 100%;
  float: left;
  padding: 80px 0 30px 0;
}
.bg-color-black.one {
  padding: 60px 0;
}
.bg-color-grey {
  background: #e8e8e8;
  width: 100%;
  float: left;
  padding: 80px 0 10px 0;
}
.bg-color-grey.one {
  background: #e8e8e8;
  width: 100%;
  float: left;
  padding: 80px 0 80px 0;
}
.post-thumb {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.post-thumb.imgbox {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.post-cols .imgbox img {
  transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
}
.post-cols:hover .imgbox img {
  transform: scale(1.5);
}
.post-cols .post-dis {
  float: left;
  transition: top 0.3s ease-in-out 0s;
  width: 100%;
}
.post-cols .post-dis.teamdis {
  padding: 0 15px;
}
.post-cols .post-dis h4 a {
  color: #000;
}
.post-cols .post-dis h4 a:hover {
  color: #2991d6;
}
.carousel-indicators {
  bottom: -35px;
  left: 0;
  margin: 0;
  width: 100%;
}
.carousel-indicators li {
  background: #7d7c7c none repeat scroll 0 0;
  border-color: #7d7c7c;
  border-radius: 0px;
  height: 4px;
  margin: 0;
  width: 60px;
}
.carousel-indicators.white-color li {
  background: #fff none repeat scroll 0 0;
  border-color: #fff;
}
.carousel-indicators .active,
.carousel-indicators.white-color .active {
  background: #2991d6 none repeat scroll 0 0;
  border: 0 none;
  height: 4px;
  margin: 0;
  width: 60px;
}
.collaps-style-2 .panel-default > .panel-heading {
  background-color: #2991d6;
  border: 0;
  border-radius: 0;
  color: #FFF;
  padding: 20px 15px;
  font-weight: bold;
}
.collaps-style-2 .panel-default > .panel-heading a:hover,
.collaps-style-2 .panel-default > .panel-heading a:focus {
  color: #e4e4e4;
}
.collaps-style-2 .panel-body {
  border: 0;
  background: #2a2e31;
  color: #868d93;
}
.collaps-style-3 .panel-default > .panel-heading {
  background-color: #fff;
  border: solid 1px #cfcfcf;
  border-collapse: collapse;
  border-radius: 0 !important;
  color: #3f444a;
  padding: 15px 15px;
  font-weight: bold;
}
.collaps-style-3 .panel-default > .panel-heading a:hover,
.collaps-style-3 .panel-default > .panel-heading a:focus {
  color: #212121;
}
.collaps-style-3 .panel-body {
  border: 0;
  background: #fff;
  color: #3f444a;
  border: solid 1px #cfcfcf;
  border-top: 0;
}
.collaps-style-3.panel-group .panel + .panel {
  margin-top: -2px;
}
.col-fea-box-image {
  margin: 0;
  padding: 55px 30px 95px 30px;
  background: url(../images/parallax-bg-01.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
.carousel-indicators.style-one {
  bottom: -70px;
}
.review-info5 {
  background: #fff;
  padding: 25px;
  text-align: left;
  border-radius: 10px;
}
.clent-thumb {
  margin-top: -15px;
  text-align: left;
}
.cusom-bars .progress {
  background-color: #2991d6;
  border-radius: 0;
  height: 12px;
}
.cusom-bars .progress-bar-success,
.cusom-bars .progress-bar-info,
.cusom-bars .progress-bar-warning,
.cusom-bars .progress-bar-danger,
.cusom-bars progress-bar-info {
  background-color: #3f444a;
}
.pricing-box {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 0 none;
  padding: 60px 0;
  transition: all 0.3s ease-out 0s;
}
.pricing-box:hover,
.pricing-box.active {
  background: #2991d6 none repeat scroll 0 0;
  color: #fff;
}
.pack-title {
  background: #2991d6 none repeat scroll 0 0;
  color: #fff;
  margin: auto;
  padding: 4px 0;
  width: 40%;
}
.price h4 {
  line-height: 20px;
}
.price h4 span.align-top {
  margin-left: -20px;
  margin-top: -10px;
  position: absolute;
}
.pricing-box h4 span {
  color: #2991d6;
}
.pricing-box:hover h4 span,
.pricing-box.active h4 span {
  color: #fff;
}
ul.plan-list {
  margin: 0;
  padding: 0;
}
ul.plan-list li {
  margin: 25px 0;
}
.button a.grey-border-large {
  border: 1px solid #8d8d8d;
  border-radius: 30px;
  color: #8d8d8d;
  padding: 12px 30px;
}
.button a.grey-border-large:hover,
.pricing-box.one:hover .button a.grey-border-large,
.pricing-box.one.active .button a.grey-border-large {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #2991d6;
}
.pricing-box.two {
  background: #fff none repeat scroll 0 0;
  border: 0 solid #e3e2e2;
  padding: 20px 0;
  transition: all 0.3s ease-out 0s;
  color: #5c6873;
}
.pricing-box.two.active {
  background: #fff none repeat scroll 0 0;
  border: 0 solid #e3e2e2;
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.28);
  padding: 20px 0;
  z-index: 99;
  transform: scale(1.1);
}
ul.plan-list.two li {
  padding: 11px 25px;
  margin: 0;
  border-top: solid 1px #e3e2e2;
}
ul.plan-list.two li:last-child {
  border-bottom: solid 1px #e3e2e2;
}
.col-img-hover {
  position: relative;
  width: 100%;
  padding: 10px;
  margin: 0px;
  float: left;
  border: 1px solid #e1e1e1;
}
.img-hover-st-1 {
  position: relative;
  width: 100%;
  height: 233px;
  padding: 0px;
  margin: 0px;
  float: left;
  overflow: hidden;
}
.img-hover-st-1 .text {
  position: absolute;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 233px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: #2991d6;
  transition: left .3s ease-in-out;
}
.img-hover-st-1 .text.red {
  background-color: #e71a1a;
}
.img-hover-st-11 .text.green {
  background-color: #3fc35f;
}
.img-hover-st-1 .text.violet {
  background-color: #8a5ed9;
}
.img-hover-st-1 .imgbox {
  position: absolute;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 235px;
  left: 0px;
  top: 0px;
  z-index: 100;
  transition: top .3s ease-in-out;
}
.imgbox img {
  width: 100%;
}
.img-hover-st-1 .text .title {
  color: #fff;
  margin: 15px 0 0 19px;
}
.img-hover-st-1 .text p {
  color: #fff;
  font-weight: normal;
  margin: 5px 15px 0 19px;
}
.img-hover-st-1 .text a {
  color: #FFF;
  margin: 15px 15px 0 19px;
}
.img-hover-st-1 .text a:hover {
  color: #161616;
}
.img-hover-st-1:hover .imgbox {
  position: absolute;
  top: 250px;
  transition: top .3s ease-in-out;
}
.img-hover-st-2 {
  opacity: 1;
  width: 100%;
  height: 235px;
  margin: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  overflow: hidden;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.img-hover-st-2 .imgbox {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 235px;
}
.img-hover-st-2 .text {
  position: absolute;
  background: #000;
  width: 100%;
  height: 235px;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .50s ease-in-out;
  -moz-transition: opacity .50s ease-in-out;
  -ms-transition: opacity .50s ease-in-out;
  -o-transition: opacity .50s ease-in-out;
  transition: opacity .50s ease-in-out;
}
.img-hover-st-2 .text:hover {
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  background-color: rgba(0,0,0,0.5);
}
.img-hover-st-2 .text a.hov_circle {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 63px;
  top: 0px;
  padding: 0px;
  margin: 0px;
  background-color: #2991d6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  transition-property: background-color, color;
  transition: top .3s ease-in-out;
  transition-timing-function: ease-out;
}
.img-hover-st-2 .text a.hov_circle:hover,
.img-hover-st-2 .text a.hov_circle.two:hover {
  background-color: #fff;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.img-hover-st-2 .text a.hov_circle:hover i,
.img-hover-st-2 .text a.hov_circle.two:hover i {
  color: #272727;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.img-hover-st-2 .text a.hov_circle.two {
  left: 118px;
  top: 0px;
  transition: top .5s ease-in-out;
  background-color: #8dba13;
}
.img-hover-st-2 .text a.hov_circle i {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}
.img-hover-st-2 .text:hover .hov_circle {
  transition: top .3s ease-in-out;
  left: 65px;
  top: 100px;
}
.img-hover-st-2 .text:hover .hov_circle.two {
  transition: top .5s ease-in-out;
  left: 122px;
  top: 100px;
}
.img-border {
  border: solid 1px #d0cfcf;
}
.img-hover-st-3 {
  opacity: 1;
  width: 100%;
  height: 235px;
  margin: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  overflow: hidden;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.img-hover-st-3 .imgbox {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 220px;
}
.img-hover-st-3 .text {
  width: 100%;
  height: 235px;
  position: absolute;
  background: #000;
  color: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .50s ease-in-out;
  -moz-transition: opacity .50s ease-in-out;
  -ms-transition: opacity .50s ease-in-out;
  -o-transition: opacity .50s ease-in-out;
  transition: opacity .50s ease-in-out;
}
.img-hover-st-3 .text:hover {
  opacity: 1;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  background-color: rgba(0,0,0,0.5);
}
.img-hover-st-3 .text h3 {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  left: 5px;
  top: 220px;
  margin: 15px 0 0 19px;
  transition: top .4s ease-in-out;
}
.img-hover-st-3 .text p {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  left: 5px;
  line-height: 18px;
  top: 255px;
  text-align: left;
  margin: 15px 0 0 19px;
  transition: top .6s ease-in-out;
}
.img-hover-st-3 .text a {
  position: absolute;
  font-weight: normal;
  left: 0px;
  top: 320px;
  text-align: left;
  margin: 0px 0 0 19px;
  transition: top .7s ease-in-out;
  overflow: hidden;
}
.img-hover-st-3 .text:hover h3 {
  position: absolute;
  left: 5px;
  top: 20px;
  transition: top .4s ease-in-out;
}
.img-hover-st-3 .text:hover p {
  position: absolute;
  left: 5px;
  top: 50px;
  transition: top .6s ease-in-out;
}
.img-hover-st-3 .text:hover a {
  position: absolute;
  left: 0px;
  top: 136px;
  transition: top .7s ease-in-out;
}
.img-hover-st-4 {
  position: relative;
  width: 100%;
  height: 235px;
  padding: 0px;
  margin: 0px;
  float: left;
  overflow: hidden;
}
.img-hover-st-4 .imgbox {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 220px;
}
.img-hover-st-4 .text {
  position: absolute;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 235px;
  left: 0px;
  top: 192px;
  z-index: 100;
  background-color: rgba(0,0,0,0.5);
  transition: top .3s ease-in-out;
}
.img-hover-st-4 .text h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0 19px;
}
.img-hover-st-4 .text h3 span {
  color: #fff;
  font-size: 13px;
  text-transform: none;
}
.img-hover-st-4 .text p {
  color: #fff;
  font-weight: normal;
  margin: 5px 15px 0 19px;
}
.img-hover-st-4 .text a {
  margin: 8px 15px 0 19px;
}
.img-hover-st-4:hover .text {
  position: absolute;
  top: 20px;
  transition: top .3s ease-in-out;
}
.img-hover-st-4 .container {
  border-top: 1px solid #e1e1e1;
  padding-top: 50px;
}
.img-hover-st-5 {
  position: relative;
  width: 100%;
  height: 235px;
  padding: 0px;
  margin: 0px;
  float: left;
  overflow: hidden;
}
.img-hover-st-5 .imgbox {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 220px;
}
.img-hover-st-5 .text {
  position: absolute;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 235px;
  left: -270px;
  top: 0px;
  z-index: 100;
  transition: left .5s ease-in-out;
  background-color: rgba(0,0,0,0.5);
}
.img-hover-st-5 .text h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0 19px;
}
.img-hover-st-5 .text p {
  color: #fff;
  font-weight: normal;
  margin: 5px 15px 0 19px;
}
.img-hover-st-5 .text a {
  margin: 8px 15px 0 19px;
}
.img-hover-st-5:hover .text {
  position: absolute;
  left: 0px;
  transition: left .5s ease-in-out;
}
.img-hover-st-6 {
  position: relative;
  width: 100%;
  height: 235px;
  padding: 0px;
  margin: 0px;
  float: left;
  overflow: hidden;
}
.img-hover-st-6 .imgbox {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 235px;
}
.img-hover-st-6 .text {
  position: absolute;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 235px;
  left: 0px;
  top: 250px;
  z-index: 100;
  transition: top .3s ease-in-out;
  background-color: rgba(0,0,0,0.5);
}
.img-hover-st-6 .text h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0 19px;
}
.img-hover-st-6 .text p {
  color: #fff;
  font-weight: normal;
  margin: 5px 15px 0 19px;
}
.img-hover-st-6 .text a.readmore_small {
  margin: 10px 0px 0 28px;
  padding: 4px 15px;
}
.img-hover-st-6 .text a.readmore_small.green {
  margin: 10px 0px 0 5px;
}
.img-hover-st-6:hover .text {
  position: absolute;
  top: 185px;
  transition: top .3s ease-in-out;
}
ul.list-items {
  padding: 0;
}
ul.list-items li {
  margin-bottom: 15px;
  float: left;
  width: 50%;
}
.btn {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  opacity: 0;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover:after {
  width: 101%;
  opacity: 1;
}
.btn:focus {
  outline: 0;
}
.btn.subsribe {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 9px 30px 8px 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #2991d6;
  border: solid 1px #2991d6;
}
.btn.subsribe:hover {
  background: #fff;
  border: solid 1px #fff;
  color: #2991d6;
}
.btn.subsribe:hover i {
  color: #2991d6;
}
.buttons .boxed-black {
  background-color: #3a3a3a;
  border-radius: 0;
  color: #fff;
  padding: 15px 30px;
}
.buttons .boxed-black::after {
  background-color: #000000;
}
.buttons .boxed-black:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.buttons .boxed-blue {
  background-color: #2991d6;
  border-radius: 0;
  color: #fff;
  padding: 15px 30px;
  margin-left: 10px;
}
.buttons .boxed-blue::after {
  background-color: #000000;
}
.buttons .boxed-blue:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.buttons .boxed-white {
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-size: 13px;
  padding: 10px 30px;
  border-radius: 3px;
}
.buttons .boxed-white::after {
  background-color: #2992d6;
}
.buttons .boxed-white:hover {
  background-color: #2992d6;
  border-color: #2992d6;
  color: #fff;
}
.button a.boxed-color-lg {
  border: 0;
  background: #2991d6;
  border-radius: 0px;
  padding: 18px 45px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
}
.button a.round {
  border-radius: 6px !important;
}
.button a.round.border {
  border-radius: 6px !important;
  background-color: transparent;
  border: solid 1px #414141;
  color: #414141;
}
.button a.round.border:hover {
  border: solid 1px #414141;
}
.button a.boxed-color-lg.red {
  background: #ff2023;
}
.button a.boxed-color-lg.blue {
  background: #49a32b;
}
.button a.boxed-color-lg.green {
  background: #2991d6;
}
.button a.boxed-color-lg.orange {
  background: #f05424;
}
.button a.boxed-color-lg:hover,
.button a.boxed-color-lg.active {
  border: solid 0;
  background: #2c2c2c;
  color: #fff;
}
.button a.boxed-color-sm {
  border: 0;
  background: #2991d6;
  border-radius: 0px;
  padding: 15px 25px;
  color: #fff;
  font-size: 14px;
}
.button a.boxed-color-sm.red {
  background: #ff2023;
}
.button a.boxed-color-sm.blue {
  background: #49a32b;
}
.button a.boxed-color-sm.green {
  background: #2991d6;
}
.button a.boxed-color-sm.orange {
  background: #49a32b;
}
.button a.boxed-color-sm:hover,
.button a.boxed-color-sm.active {
  border: solid 0;
  background: #2c2c2c !important;
  color: #fff;
}
.button a.boxed-color-xs {
  border: 0;
  background: #2991d6;
  border-radius: 0px;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
}
.button a.boxed-color-xs.red {
  background: #ff2023;
}
.button a.boxed-color-xs.blue {
  background: #49a32b;
}
.button a.boxed-color-xs.green {
  background: #2991d6;
}
.button a.boxed-color-xs.orange {
  background: #f05424;
}
.button a.boxed-color-xs:hover,
.button a.boxed-color-xs.active {
  border: solid 0;
  background: #2c2c2c;
  color: #fff;
}
.call-to-action {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  float: left;
  margin: 0 0 30px;
  padding: 20px;
  width: 100%;
}
.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  width: 100%;
  height: 300px;
  position: relative;
  margin: 25px auto;
}
.flip .card.flipped {
  transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  -webkit-transform: rotatey(-180deg);
  -o-transform: rotatey(-180deg);
}
.flip .card {
  width: 100%;
  height: 300px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.flip .card .face {
  width: 100%;
  height: 306px;
  position: absolute;
  z-index: 2;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.flip .card .front {
  position: absolute;
  z-index: 1;
  background: black;
  color: white;
  cursor: pointer;
}
.flip .card .back {
  background: #2991d6;
  color: #fff;
  cursor: pointer;
  padding: 30px;
  transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  -webkit-transform: rotatey(-180deg);
  -o-transform: rotatey(-180deg);
}
.flip {
  -webkit-perspective: 800;
  -ms-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  width: 100%;
  height: 300px;
  position: relative;
  margin: 25px auto;
}
.flip .cardv.flippedv {
  transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -moz-transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
  -o-transform: rotatex(-180deg);
}
.flip .cardv {
  width: 100%;
  height: 306px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -ms-transform-style: preserve-3d;
  -ms-transition: 0.5s;
  -o-transform-style: preserve-3d;
  -o-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}
.flip .cardv .face {
  width: 100%;
  height: 306px;
  position: absolute;
  z-index: 2;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.flip .cardv .front {
  position: absolute;
  z-index: 1;
  background: black;
  color: white;
  cursor: pointer;
}
.flip .cardv .back {
  background: #2991d6;
  color: #fff;
  cursor: pointer;
  padding: 30px;
  transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -moz-transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
  -o-transform: rotatex(-180deg);
}
.divider-ls {
  border-top: 1px solid #ff7713;
  height: 25px;
  margin: 0 auto 45px;
  opacity: 0.5;
  width: 12%;
}
.divider-d-dashed {
  border-bottom: 1px dashed #d7d7d7;
  border-top: 1px dashed #d7d7d7;
  float: left;
  height: 5px;
  margin: 10px 0 45px;
  width: 100%;
}
.divider-s-line {
  border-bottom: 1px solid #e5e5e5;
  float: left;
  margin-bottom: 45px;
  padding-top: 0;
  width: 100%;
}
.divider-d-line {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  float: left;
  height: 5px;
  margin: 20px 0 45px;
  width: 100%;
}
.divider-s-dashed {
  border-top: 1px dashed #d7d7d7;
  float: left;
  margin: 15px 0 45px;
  width: 100%;
}
.counters {
  margin: 0;
  padding: 0;
}
.counters2 {
  margin-bottom: 50px;
}
.counters2 .circle {
  border: 5px solid #2991d6;
  border-radius: 100%;
  height: 215px;
  margin: auto;
  display: table;
  width: 215px;
}
.counters2 .circle .wrap {
  display: table-cell;
  vertical-align: middle;
}
.counters2 span {
  color: #fff !important;
  font-size: 60px;
}
.counters3 {
  margin: 0;
}
.plus-icon {
  float: right;
  margin: -90px -10px 0 0;
}
.home-tabs {
  margin: 0;
}
.home-tabs ul.nav-tabs li a {
  padding: 10px 20px;
}
.tab-content {
  border: solid 1px #dddddd;
  border-top: 0;
  padding: 25px 10px 20px 10px;
}
.tab-content img {
  margin: auto;
}
.tab-style {
  margin: 0;
  padding: 80px 0 20px 0;
  overflow: hidden;
}
.tab-style .nav-tabs {
  border: 0;
  padding-left: 9%;
}
.tab-style .nav-tabs > li {
  margin-right: 1px;
}
.tab-style .nav-tabs > li > a {
  margin-right: 0;
  transition: all 0.3s ease-out 0s;
  font-size: 15px;
  text-align: center;
  color: #3c3c3c;
  font-weight: bold;
  border: 0;
  background: #fff;
  border-radius: 0;
  padding: 20px 50px 15px 50px !important;
}
.tab-style .nav-tabs > li:hover > a,
.tab-style .nav-tabs > li.active > a {
  color: #fff;
}
.tab-style .nav-tabs > li > a span {
  display: list-item;
  padding-bottom: 8px;
}
.tab-style .tab-content,
.tab-style .nav-tabs {
  border: 0;
}
.tab-style .nav-tabs > li.active > a,
.tab-style .nav-tabs > li.active > a:focus,
.tab-style .nav-tabs > li.active > a:hover,
.tab-style .nav-tabs > li > a:hover {
  background: #2991d6;
  border: 0;
}
.tab-style1 {
  margin: 0;
  padding: 0;
}
.tab-style1 .nav-tabs {
  border: 0;
  padding-left: 9.200%;
}
.tab-style1 .nav-tabs > li > a {
  margin-right: 0;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
  text-align: center;
}
.tab-style1 .nav > li:first-child > a {
  border-left: solid 1px #e3e2e2;
}
.tab-style1 .tab-content {
  border: solid 0px #dddddd;
}
.tab-style1 .nav-tabs > li > a,
.tab-style1 .nav-tabs > li > a:focus {
  color: #656565;
  border-right: solid 1px #e3e2e2;
  border-radius: 0;
  border-bottom: 0;
  border-top: 0;
}
.tab-style1 .nav > li > a:focus,
.tab-style1 .nav > li > a:hover {
  background: #FFF;
  border-bottom: 0;
  border-top: 0;
}
.tab-style1 .nav-tabs > li.active > a,
.tab-style1 .nav-tabs > li.active > a:focus,
.tab-style1 .nav-tabs > li.active > a:hover {
  color: #656565;
  border-bottom: 0;
  border-top: 0;
  border-color: #e3e2e2;
}
.tab-style1 .nav > li > a {
  padding: 10px 65px !important;
}
.tab-style1 .nav > li > a > i {
  display: inherit;
  color: #e3e2e2;
  transition: all 0.3s ease-out 0s;
}
ul.tabs-style2 {
  width: 100%;
}
ul.tabs-style2 > li > a {
  background: #eaedf0;
  border-radius: 0;
  padding: 20px 32px;
}
.tab-content.tab-style2 {
  overflow: hidden;
}
.tab-style-1 {
  margin: 0;
}
.tab-style-1 .nav-tabs {
  border: 0;
}
.tab-style-1 .nav-tabs > li {
  margin-right: 1px;
}
.tab-style-1 .nav-tabs > li > a {
  margin-right: 0;
  transition: all 0.3s ease-out 0s;
  font-size: 15px;
  text-align: center;
  color: #fff;
  border: 0;
  background: #282828;
  border-radius: 0;
  padding: 20px 42px !important;
  text-transform: uppercase;
}
.tab-style-1 .nav-tabs > li:hover > a,
.tab-style-1 .nav-tabs > li.active > a {
  color: #fff;
}
.tab-style-1 .nav-tabs > li > a span {
  display: list-item;
  padding-bottom: 8px;
}
.tab-style-1 .tab-content,
.tab-style-1 .nav-tabs {
  border: 0;
}
.tab-style-1 .nav-tabs > li.active > a,
.tab-style-1 .nav-tabs > li.active > a:focus,
.tab-style-1 .nav-tabs > li.active > a:hover,
.tab-style-1 .nav-tabs > li > a:hover {
  background: #3498db;
  border: 0;
}
.tab-style3 {
  margin: 0;
  padding: 0;
}
.tab-style3 .nav-tabs {
  border: 0 none;
  padding-left: 15.2%;
}
.tab-style3 .nav-tabs > li > a {
  font-size: 13px;
  margin-right: 0;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}
.tab-style3 .nav > li:first-child > a {
  border-left: 1px solid #e3e2e2;
}
.tab-style3 .nav-tabs > li > a,
.tab-style3 .nav-tabs > li > a:focus {
  border-bottom: 0 none;
  border-radius: 0;
  border-right: 0px solid #e3e2e2;
  border-top: 0 none;
  color: #656565;
}
.tab-style3 .nav > li > a:focus,
.tab-style3 .nav > li > a:hover {
  background: #fff none repeat scroll 0 0;
  border-bottom: 0 none;
  border-top: 0 none;
}
.tab-style3 .nav-tabs > li.active > a,
.tab-style3 .nav-tabs > li.active > a:focus,
.tab-style3 .nav-tabs > li.active > a:hover {
  border-bottom: 0 none #e3e2e2;
  border-color: #e3e2e2;
  border-top: 0 none #e3e2e2;
  color: #656565;
}
.tab-style3 .nav-tabs > li.active > a > i {
  color: #009ff0;
}
.tab-style3 .nav > li > a {
  padding: 10px 50px !important;
}
.tab-style3 .nav > li > a > i {
  color: #dcdcdc;
  display: inherit;
  transition: all 0.3s ease-out 0s;
}
.tab-style3 .tab-content {
  border: 0;
}
.tab-content.tab-style4 {
  border: 0;
}
.nav.tabs-style4 {
  border: 0 none;
}
.nav.tabs-style4 > li {
  display: inline-block;
  float: none;
  font-size: 17px;
  font-weight: bold;
}
.nav.tabs-style4 > li.active > a,
.nav.tabs-style4 > li.active > a:focus,
.nav.tabs-style4 > li.active > a:hover {
  background-color: transparent;
  border: 0 none;
  color: #2991d6;
}
.nav.tabs-style4 > li a {
  background-color: transparent;
  border: 0 none;
  padding: 5px;
}
.nav.tabs-style4 > li > a:hover {
  background-color: transparent;
  border: 0 none;
}
.nav.tabs-style4 > li a span {
  color: #666666;
  padding: 0 5px 0 15px;
}
.cat-title {
  background: #000;
  padding: 20px;
  color: #FFF;
}
.cat-list ul {
  margin: 0;
  padding: 0;
}
.cat-list ul li {
  border: solid 1px #dddddd;
  border-top: solid 0px #dddddd;
  padding: 10px 20px;
}
.cat-list ul li a {
  color: #656565;
}
.pro-list h2 {
  padding-bottom: 10px;
  border-bottom: solid 1px #dddddd;
  margin: 0 0 30px 0;
}
.pro-list .product-desc {
  float: left;
  width: 100%;
  font-size: 15px;
}
.product-desc h3,
.product-desc h3 a {
  font-size: 15px;
}
.product-desc h3 a:hover {
  color: #2991d6;
}
.products-box {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 4.7px 0.3px rgba(0,0,0,0.24);
  position: relative;
  transition: box-shadow 0.2s ease-in-out 0s;
  overflow: hidden;
  padding-bottom: 30px;
}
.products-box:hover {
  box-shadow: 0 39px 56.4px 3.6px rgba(0,0,0,0.24);
  transition: box-shadow 0.2s ease-in-out 0s;
}
.pro-imgage {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.product-desc {
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 20px;
}
.product-desc.one {
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 0px;
}
.onsale.onsale-outter {
  background-color: #f6d601;
  border-radius: 50%;
  box-sizing: initial;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  height: 5.16667em;
  letter-spacing: 1px;
  line-height: 5.16667em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  left: 10px;
  width: 5.16667em;
  z-index: 100;
}
.ca-title {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  height: 5.16667em;
  line-height: 2.167em;
  position: absolute;
  text-transform: uppercase;
  top: 5px;
  left: 40px;
  z-index: 100;
}
.banner-info {
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  text-align: center;
}
.banner-info .title {
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}
.banner-info .link {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
}
.banner-info .link:hover {
  text-decoration: none;
}
.banner-info.sty-one {
  left: 0;
  width: 88%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  text-align: right;
}
.banner-info.sty-one .title {
  color: #242424;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.banner-info.sty-one .link {
  color: #2991d6;
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
}
.banner-info.sty-one .link:hover {
  text-decoration: none;
}
select.selectpicker-full {
  color: #656565;
  font-size: 14px;
  height: 50px;
  margin: 10px 0;
  margin-left: 0;
  padding-left: 15px;
  width: 100%;
}
input.black-button {
  background: #2991d6 none repeat scroll 0 0;
  border: 1px solid #2991d6;
  border-radius: 5px;
  color: #fff;
  padding: 14px 25px;
  transition: all 0.3s ease-out 0s;
}
input.black-button:hover {
  background: #222222 none repeat scroll 0 0;
  border: 1px solid #222222;
  border-radius: 5px;
  color: #fff;
  padding: 14px 25px;
  transition: all 0.3s ease-out 0s;
}
.btns {
  margin-top: 15px;
  float: left;
  text-align: left;
}
.btns a {
  margin-right: 0px;
  border: solid 1px #dcdada;
  padding: 8px 15px;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
.btns a:hover {
  border: solid 1px #000;
  color: #fff;
  background: #000;
}
.recommend-content .item {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 15px;
  margin-bottom: 5px;
  overflow: hidden;
}
.recommend-content .item.lst {
  border: 0;
}
.item-thumb {
  border: 1px solid #e1e1e1;
  float: left;
  margin-right: 20px;
}
.item-content a {
  color: #222222;
  font-size: 16px;
}
.item-content a:hover {
  color: #000;
  font-size: 16px;
}
.error404 {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 60%;
}
.c-post {
  border-bottom: solid 1px #3d3d3d;
  margin-bottom: 15px;
}
.c-post.one {
  border-bottom: dashed 1px #6d6d6d;
  margin-top: 15px;
  padding-bottom: 15px;
}
.c-post.one:after {
  clear: both;
  display: table;
  content: "";
}
.whitebg .col-md-3 .c-post {
  border-bottom: solid 1px #d8d8d8;
}
.c-post.c-post-last,
.whitebg .col-md-3 .c-post.c-post-last {
  border-bottom: solid 0px #3d3d3d;
}
.c-post-img {
  float: left;
  position: relative;
  width: 68px;
}
.c-post-title {
  margin-bottom: 5px;
}
.c-post-content {
  padding-left: 80px;
}
.c-post-content p {
  margin-bottom: 5px;
}
.c-post-content p span {
  line-height: 18px;
  display: block;
}
.c-post-content p span {
  font-size: 12px;
}
.post-info {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  float: left;
  margin: 0 0 20px;
  padding: 10px 0;
  width: 100%;
}
.post-info-box {
  padding: 30px;
  background: #FFF;
}
.comment-list {
  margin-bottom: 25px;
}
.tags-b {
  background: #2a2e31;
  color: #727272;
  padding: 5px 12px;
  margin: 0 0px 8px 0;
  display: inline-block;
}
.tags-s {
  border: solid 1px #cbcbcb;
  border-radius: 4px;
  color: #727272;
  padding: 8px 15px;
  margin: 0 3px 8px 0;
  display: inline-block;
}
.tags-s:hover {
  border: solid 1px #000;
  background: #000;
  border-radius: 4px;
  color: #fff;
  padding: 8px 15px;
  margin: 0 3px 8px 0;
  display: inline-block;
}
.table-titles,
.table-row {
  border-bottom: solid 1px #dadada;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.title-row {
  border-bottom: solid 1px #dadada;
  padding-bottom: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.countdown-header {
  background: url(../images/parallax-bg-09.jpg) no-repeat scroll center top;
  float: left;
  margin: 0;
  padding: 100px 0 120px 0;
  width: 100%;
  text-align: center;
}
.pagenation {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 23px 0 0 0;
  text-align: right !important;
  text-transform: uppercase;
}
.pagenation.one {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin: 8px 0 0 0;
  text-align: right !important;
  text-transform: uppercase;
}
.pagenation a:hover {
  color: #fff;
}
.pagenation i {
  color: #a2a2a2;
  padding: 0 5px;
}
.pagenation-blog {
  text-align: center;
}
ul.pagenation-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.pagenation-list > li {
  display: inline-block;
  list-style: outside none none;
}
ul.pagenation-list li a {
  background-color: #e4e4e4;
  border-radius: 100%;
  color: #161616;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
  width: 35px;
}
ul.pagenation-list li a:hover {
  background-color: #666;
  color: #fff;
}
footer {
  width: 100%;
  float: left;
  margin: 0;
  color: #727272;
}
.footer-bg {
  background: #101010;
  padding: 40px 0 80px 0;
}
.footer-bg.bg-black {
  background: #000;
}
.footer-bg.bg-light-black {
  background: #131314;
  color: #aaaaaa;
}
.footer-bg.bg-light-black a {
  color: #aaaaaa;
}
.footer-bg.bg-light-black a:hover {
  color: #f5f5f5;
}
.footer-bg.bg-gery {
  background: #e4e4e4;
  color: #6d6d6d;
}
.footer-bg.bg-gery a {
  color: #6d6d6d;
}
.footer-bg.bg-gery a:hover {
  color: #6d6d6d;
}
.title-line {
  background-color: #2991d6;
  height: 2px;
  display: inline-block;
  margin: 10px auto 25px 0;
  padding: 0;
  width: 50px;
}
.title-line.black-line {
  background-color: #3f444a;
  margin-bottom: 15px;
}
.title-line-v {
  background-color: #2991d6;
  height: 40px;
  margin: -3px 20px 0 0;
  padding: 0;
  width: 5px;
  float: left;
}
footer a {
  color: #727272;
}
footer a:hover {
  color: #fff;
}
.title-line.one {
  background-color: #2991d6;
  height: 3px;
  margin: 10px auto;
  padding: 0;
  width: 50px;
}
ul.address-info {
  margin: 0;
  padding: 0;
}
ul.social-icons {
  margin: 0px 0 0 0;
  padding: 0;
  float: right;
}
ul.social-icons li {
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
}
ul.social-icons li a {
  background-color: #3b3b3b;
  border-radius: 100%;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 36px;
}
ul.social-icons li a:hover {
  background-color: #fff;
}
ul.social-icons.style-two {
  margin: 0px 0 0 0;
  padding: 0;
  float: left;
}
ul.social-icons.style-two li a {
  background-color: transparent;
  width: auto;
  padding-right: 5px;
  margin-right: 10px;
  height: auto;
  line-height: normal;
}
ul.social-icons.style-two li a:hover {
  background-color: transparent;
}
ul.social-icons.style-two li .fa {
  line-height: 24px;
  transition: all 0.3s ease-out 0s;
}
ul.social-icons.style-two.one {
  margin: 33px -15px 0 0;
}
ul.social-icons.style-two.one li a,
ul.social-icons.style-two.one li .fa {
  color: #FFF;
}
ul.social-icons.style-two.one li a:hover,
ul.social-icons.style-two.one li:hover .fa {
  color: #fff;
}
ul.social-icons.style-two.style1 li .fa {
  color: #9fd1f1;
  transition: all 0.3s ease-out 0s;
}
ul.social-icons.style-two.style1 li:hover .fa {
  color: #fff;
}
ul.social-icons.style-two.style2 li .fa {
  color: #959595;
  transition: all 0.3s ease-out 0s;
}
ul.social-icons.style-two.style2 li:hover .fa {
  color: #fff;
}
ul.social-icons.style-four {
  float: none;
}
ul.social-icons.style-four li {
  float: none;
  display: inline-block;
}
ul.social-icons.style-five {
  float: none;
  display: inline-block;
  margin-top: 14px;
}
ul.social-icons.style-five li {
  margin-left: 5px;
  margin-right: 0px;
}
ul.social-icons.style-five li a {
  background: #a3a3a3;
}
ul.social-icons.style-five li a:hover {
  background: #2991d6 !important;
  color: #fff !important;
}
ul.social-icons.style-five li a,
ul.social-icons.style-five li a .fa {
  border-radius: 0;
  color: #FFF;
  transition: all 0.5s ease-in-out 0s;
}
ul.social-icons.style-five li a:hover .fa {
  transform: rotate(360deg) scale(1.3);
}
ul.social-icons.style-five.one.circle li a {
  border-radius: 100%;
}
ul.social-icons.style-five li.facebook a {
  background: #3c599b;
}
ul.social-icons.style-five li.twitter a {
  background: #00abf0;
}
ul.social-icons.style-five li.linkedin a {
  background: #007bb6;
}
ul.social-icons.style-five li.google-plus a {
  background: #dd4c39;
}
ul.social-icons.style-five li.pinterest a {
  background: #ef1438;
}
ul.social-icons.style-five li.skype a {
  background: #13caff;
}
ul.social-icons.style-five li.dribbble a {
  background: #f5699a;
}
ul.social-icons.style-five li.wordpress a {
  background: #2472a2;
}
ul.social-icons.style-five li.android a {
  background: #8ec429;
}
ul.social-icons.style-five li.windows a {
  background: #23c5f1;
}
ul.social-icons.style-five li.renren a {
  background: #025dac;
}
ul.social-icons.style-five li.apple a {
  background: #a6a8a7;
}
ul.social-icons.style-five li.faqq a {
  background: #1f1f1f;
}
ul.social-icons.style-five li.weixin a {
  background: #1a1a1a;
}
ul.social-icons.style-five li.youtube a {
  background: #cb3235;
}
ul.social-icons.style-five li.rss a {
  background: #ffa336;
}
ul.social-icons.style-five li.flickr a {
  background: #ee1a89;
}
ul.social-icons.style-five li.whatsapp a {
  background: #1f9e11;
}
ul.social-icons.style-five li a:hover {
  background: #fff;
}
ul.social-icons.style-five.style-five.one li a:hover {
  background: #000;
}
ul.social-icons.style-five.style-five.one li a .fa {
  color: #FFF;
}
ul.social-icons.style-five.ltside {
  float: left;
}
.fa-social-icons.sty-six {
  text-align: center;
  font-size: 45px;
  padding: 20px 0;
  transition: all 0.3s ease-out 0s;
}
.fa-social-icons.sty-six li a,
.fa-social-icons.sty-six li a:hover {
  color: #FFF;
  background: #000000;
}
ul.social-icons.sty-six {
  margin: 20px 0 0 0;
  padding: 0;
  float: left;
}
ul.social-icons.sty-six li {
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
}
ul.social-icons.sty-six li .fa {
  color: #919191;
}
ul.social-icons.sty-six li a {
  background-color: #595959;
  border-radius: 0;
  color: #919191;
  float: left;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 36px;
}
ul.social-icons.sty-six li a:hover {
  background-color: #000;
}
ul.social-icons.sty-six li a:hover .fa {
  color: #fff;
}
ul.social-icons.sty-six.circle li a {
  background-color: #2991d6;
  border-radius: 100%;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 36px;
}
ul.social-icons.sty-six.circle li a:hover {
  background-color: #000;
}
ul.social-icons.sty-six.circle li a .fa {
  color: #fff;
}
ul.social-icons.sty-six.circle li a:hover .fa {
  color: #fff;
}
ul.social-icons.sty-six.boxed li a {
  background-color: #fff;
  border: solid 1px #d3d3d3;
  border-radius: 0;
  color: #919191;
  float: left;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 36px;
}
ul.social-icons.sty-six.boxed li a:hover {
  background-color: #000;
}
ul.social-icons.sty-six.boxed li a .fa {
  color: #595959;
}
ul.social-icons.sty-six.boxed li a:hover .fa {
  color: #fff;
}
ul.social-icons.sty-six.border li a {
  background-color: #fff;
  border: solid 1px #d3d3d3;
  border-radius: 100%;
  color: #919191;
  float: left;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 36px;
}
ul.social-icons.sty-six.border li a:hover {
  background-color: #000;
  border: solid 1px #000;
}
ul.social-icons.sty-six.border li a .fa {
  color: #595959;
}
ul.social-icons.sty-six.border li a:hover .fa {
  color: #fff;
}
.flickr-widget img {
  border: 0 solid #999 !important;
  height: 58px;
  margin-bottom: 6px;
  margin-right: 6px;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  transition-timing-function: ease-out;
  width: 58px;
}
.input-text.newsfield {
  width: 100%;
  border: 0;
  background: #2a2e31;
  padding: 10px;
  line-height: 30px;
}
.submit-button {
  background: #2991d6 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  margin: 10px 0 0 0px;
  padding: 12px 30px;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}
.submit-button:hover {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  color: #2991d6;
}
.copyrights {
  width: 100%;
  float: left;
  background: #1a1a1a;
  margin: 0;
  padding: 30px 0 20px 0;
}
.copyrights.black-bg {
  background: #000;
}
.copyrights.black-bg-lihgt {
  background: #101010;
}
.copyrights.white-bg {
  background: #fff;
  padding: 100px 0 100px 0;
}
.content-container {
  background: rgba(255,0,0,0.1) none repeat scroll 0 0;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  border: 0;
}
iframe {
  border: 0;
}
ul.address-info {
  margin: 0;
  padding: 0;
}
ul.address-info.map {
  padding-bottom: 20px;
}
ul.address-info li {
  margin-bottom: 5px;
}
ul.address-info i {
  font-size: 16px;
  margin-right: 10px;
}
ul.address-info.one li {
  margin-bottom: 40px;
}
.googlemaps {
  background: rgba(255,0,0,0.1) none repeat scroll 0 0;
  border: 0 none;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 22px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: #2991d6 url(../images/scroll-top-arrow.png) no-repeat 15px 14px;
  z-index: 999;
}
.rev_slider .tp-caption a.btn2:hover {
  color: #FFFFFF;
}
