.logo-fb {
  transform: rotate(345deg);
}
.logo-yt {
  transform: rotate(15deg);
}
.logo-fb:hover, .logo-yt:hover {
  transform: rotate(0deg);
}

#sp-top1 {
  padding: 15px 5px 0;
}
.center {
  text-align: center;
}
.breadcrumb {
  display: none;
}
.menu-fixed .fa, .menu-fixed-out .fa {
  font-size: 30px !important;
}
@import 'icomoon';
.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);
  -moz-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);
  -moz-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;
}
.translateX@x) {
  -webkit-transform: translate();
  -ms-transform: translate();
  -o-transform: translate();
  transform: translate();
}
.translateY@y) {
  -webkit-transform: translate();
  -ms-transform: translate();
  -o-transform: translate();
  transform: translate();
}
header .sj-megamenu-parent .sj-dropdown li.sj-menu-item > a:hover {
  color: #26aae1;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  position: static;
}
.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 6px;
  line-height: 46px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
.sp-megamenu-parent li.sp-menu-item, .sp-megamenu-parent li[class^="item-"]{
    border: 1px solid;
    background-color: rgba(128, 128, 128, .1);
    border-radius: 15px;
    margin: 4px;
}
li.sp-menu-item:hover {
    background-color: rgba(128, 128, 128, .3);
}
.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-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: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.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: 0;
}
.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;
  padding: 10px;
  color: #333333;
  cursor: pointer;
}
.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 {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.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;
}
.sp-megamenu-parent .categories-module li {
  padding: 0;
}
.sp-megamenu-parent .categories-module li a {
  display: block;
  padding: 10px;
}
.sp-megamenu-parent .categories-module li a:hover {
  background-color: #26aae1;
  color: #fff;
}
.sp-megamenu-parent .sp-module .sp-module-title {
  padding: 10px;
  margin-bottom: 0;
}
#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;
  background-color: rgb(241 214 183 / 25%);
}
.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: #333;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  -moz-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-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: 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 0;
}
.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;
  margin-bottom: 0;
}
.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 20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas-menu ul.menu li.divider ul.collapse li ul.collapse li >a {
  padding: 10px 40px;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  -o-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);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-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: 100%;
}
.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);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-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);
  }
}
.sp-megamenu-wrapper #offcanvas-toggler {
  display: none;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent {
  padding: 0;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item {
  border: 0;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > a > span,
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > a > span > em {
  color: #1c1c1c;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 >span,
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 >a {
  color: #1c1c1c;
  font-weight: 700;
  padding: 0 20px;
  font-size: 14px;
  line-height: 46px;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 >span:focus,
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 >a:focus {
  background: none;
  background-color: transparent;
  color: #26aae1;
}
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1:hover >span,
.sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1:hover >a {
  background: none;
  background-color: transparent;
  color: #26aae1;
}
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
}
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item {
  padding: 0;
  border: 0;
}
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item a > span {
  font-size: 13px;
  padding: 0;
}
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item.level-1 {
  width: auto;
}
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item.level-1 >a,
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item.level-1 >span {
  padding: 13px 10px;
  font-size: 13px;
  font-weight: bold;
}
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item.level-1 >a .fa,
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item.level-1 >span .fa {
  font-size: 14px;
  padding: 0 10px;
}
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item.level-1 >a:after,
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item.level-1 >a:before,
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item.level-1 >span:after,
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item.level-1 >span:before {
  display: none;
}
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item:hover >a,
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item:hover >span,
.sambar .menu_vertical .sj-megamenu .sj-megamenu-vertical .sj-menu-item:hover a>span {
  color: #26aae1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  width: 100%;
}
.offcanvas-menu ul.nav >li >span.separator {
  color: #fff;
  font-weight: bold;
  padding: 10px 18px;
  text-transform: uppercase;
  line-height: 20px;
}
.sp-module .menu_social_header {
  float: right;
  margin-top: 14px;
}
.sp-module .menu_social_header li {
  display: inline-block;
  margin-left: 20px;
}
.sp-module .menu_social_header li a {
  font-size: 0;
  padding: 0;
}
.sp-module .menu_social_header li a:hover {
  background-color: transparent;
}
.sp-module .menu_social_header li a i {
  font-size: 16px;
  color: #1c1c1c;
}
.sp-module .menu_social_header li a:hover i {
  color: #26aae1;
}
#sp-top1 .sp-module {
  float: left;
  margin-top: 0;
}
#sp-top1 .sp-module .mod-languages {
  margin-top: 16px;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 24px;
  font-size: 18px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-image: url(/images/structure/papier_velin.jpg);
  color: #444;
  font-weight:400 !important;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
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);
  -moz-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);
  -moz-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;
  line-height: 38px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  color: #000;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #26aae1;
  color: #fff;
  border-color: #26aae1;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 4px;
}
ul.social-icons >li a {
  color: #000000;
}
.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 {
  padding: 16px 0 10px 0;
}
#sp-header .logo {
  margin-top: 7px;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.logo .sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 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: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.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: 0 0 20px;
}
.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: 20px;
}
.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 .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.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, .share-icon {
  float: right;
}
.helix-social-share .helix-social-share-icon ul, .share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li, .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, .share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  text-align: center;
  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: #26aae1;
  color: #fff;
}
.helix-social-share-icon .google-plus {
  display: none !important;
}
#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-footer {
  margin-top: 30px;
}
#sp-bottom1,
#sp-footer1 {
  width: 100%;
  padding: 0 35px;
}
.contact-footer {
  color: #fefefe;
}
.contact-footer .sp-module-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  color: #fefefe;
  margin-bottom: 12px;
}
.contact-footer .pre-text {
  font-family: inherit;
  font-weight: 300;
  position: relative;
  font-size: 16px;
  margin-bottom: 45px;
}
.contact-footer .pre-text:before {
  position: absolute;
  content: "";
  width: 185px;
  height: 1px;
  background-color: #747474;
  bottom: -31px;
  left: 50%;
  margin-left: -92px;
}
.contact-footer .pre-text:after {
  background: url('../../images/title-bg.png') no-repeat;
  background-color: #1a1a1a;
  position: absolute;
  content: "";
  width: 61px;
  height: 20px;
  bottom: -40px;
  left: 50%;
  margin-left: -30px;
}
.contact-footer .contact-ajax.theme2 {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 70px;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element {
  width: 100%;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element.ctajax-element2 {
  margin-top: 60px;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-control {
  padding: 0 15px;
  width: 50%;
  float: left;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-control textarea,
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-control input.el-input {
  width: 100%;
  margin-bottom: 30px;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-control.ctr-full {
  width: 100%;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact {
  width: 33.33%;
  float: left;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact .info-label {
  margin-left: 130px;
  margin-top: 20px;
  line-height: 28px;
  text-align: left;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact .info-label:before {
  content: "";
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact i {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border: 1px solid #26aae1;
  border-radius: 50%;
  font-size: 36px;
  color: #26aae1;
  margin-right: 0;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact.info-mobie i {
  font-size: 40px;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact.info-mail .info-label {
  color: #fff;
  margin-top: 35px;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact.info-mail .info-label:hover {
  color: #26aae1;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form {
  margin: 0 -15px;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctajax-ok,
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctajax-error {
  position: relative;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctajax-ok .icon-ok-sign,
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctajax-ok .ca-tooltip,
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctajax-error .icon-ok-sign,
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctajax-error .ca-tooltip {
  position: absolute;
  top: 5px;
  right: 25px;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-input {
  height: 50px;
  border-radius: 0;
  border: 1px solid rgba(249,249,249,0.2);
  background-color: transparent;
  color: #fff;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-input:-ms-input-placeholder {
  color: #fff;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-input::-webkit-input-placeholder {
  color: #fff;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-input:focus {
  z-index: 0;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form #cainput_submit {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  padding: 18px 40px;
  background: #26aae1;
  border-radius: 29px;
  display: inline-block;
  margin-top: 30px;
  border: none;
  text-transform: uppercase;
}
.contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form #cainput_submit:hover {
  background: #146a8d !important;
}
#sp-copyright-footer {
  text-align: center;
}
#sp-copyright-footer .sp-copyright {
  font-weight: 300;
  font-size: 14px;
}
.sp-comingsoon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-comingsoon-wrap .sp-comingsoon-title {
  font-size: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
.sp-comingsoon-wrap .sp-comingsoon-content {
  font-size: 14px;
}
.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-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.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 .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.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: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.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: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

.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: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  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: #333333;
  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: #333333;
  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(51,51,51,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: #333333;
}
.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: #333333;
  -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(51,51,51,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(51,51,51,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 #333333;
  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: #333333;
  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(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 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: #333333;
  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(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 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(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 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(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 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(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 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(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 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%;
  }
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #26aae1;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #26aae1;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #26aae1;
}
body .sppb-row-container {
  padding-left: 0;
  padding-right: 0;
}
a:hover {
  text-decoration: none;
}
.custom .modtitle {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.custom .modtitle h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  color: #1c1c1c;
}
.custom .modtitle p {
  font-weight: 300;
}
.custom .modtitle:before {
  position: absolute;
  content: "";
  width: 185px;
  height: 1px;
  background-color: #e2e2e2;
  bottom: -31px;
  left: 50%;
  margin-left: -92px;
}
.custom .modtitle:after {
  background: url('../../images/title-bg.png') no-repeat;
  background-color: #fff;
  position: absolute;
  content: "";
  width: 61px;
  height: 20px;
  bottom: -40px;
  left: 50%;
  margin-left: -30px;
}
.slider-images .yt-content-slider .owl-nav {
  position: static;
}
.slider-images .yt-content-slider .owl-nav [class*="owl-"] {
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 47px;
  margin-top: -25px;
}
.slider-images .yt-content-slider .owl-nav [class*="owl-"]:hover {
  border-color: #26aae1;
  color: #26aae1;
  background: transparent;
}
.about-me {
  text-align: center;
}
.about-me h3 {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 400;
  margin-bottom: 20px;
}
.about-me .modcontent {
  width: 70%;
  margin: 0 auto;
}
.about-me .modcontent p {
  line-height: 22px;
}
.about-me .yt-skills {
  display: inline-block;
  width: 100%;
  margin: 0 -5%;
  margin-top: 55px;
  margin-bottom: 55px;
}
.about-me .yt-skills .form-group {
  width: 40%;
  float: left;
  margin: 0 5%;
  text-align: left;
  margin-bottom: 20px;
}
.about-me .yt-skills .form-group .progress {
  margin-top: 12px;
}
.about-me .yt-skills .form-group strong {
  color: #1c1c1c;
  font-weight: 400;
  text-transform: uppercase;
}
.about-me .yt-skills .form-group .pull-right {
  font-weight: 400;
}
.about-me .yt-skills .form-group .progress {
  height: 10px;
  border-radius: 5px;
  clear: both;
}
.about-me .yt-skills .form-group .progress .bar {
  background-color: #26aae1;
  height: 10px;
  border-radius: 5px;
}
#sp-main-body .counter-wrap .maps .yt-counter-wrapper .yt-counter-icon {
  float: none;
  margin-right: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
#sp-main-body .counter-wrap .maps .yt-counter-wrapper .yt-counter-icon img {
  width: 95px;
  margin: 0 auto;
}
#sp-main-body .counter-wrap .maps .yt-counter-wrapper .yt-counter-desc {
  float: none;
  text-align: center;
  margin-left: 0;
}
#sp-main-body .counter-wrap .maps .yt-counter-wrapper .yt-counter-desc .yt-counter-number {
  font-weight: 700;
  color: #26aae1;
  font-size: 30px;
  text-align: center;
}
#sp-main-body .counter-wrap .maps .yt-counter-wrapper .yt-counter-desc .yt-counter-text {
  margin-top: 8px;
}
.what-do {
  margin-top: 40px;
}
.what-do .modcontent .row {
  margin: 0 -15px;
}
.what-do .modcontent .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.what-do .modcontent .item .item-inner {
  -webkit-box-shadow: 2px 2px 18px 0px rgba(212,212,212,0.55);
  box-shadow: 2px 2px 18px 0px rgba(212,212,212,0.55);
  -moz-box-shadow: 2px 2px 18px 0px rgba(212,212,212,0.55);
  text-align: center;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  min-height: 325px;
}
.what-do .modcontent .item .item-inner:hover {
  background-color: #26aae1;
}
.what-do .modcontent .item .item-inner:hover img {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform: translate3d(0px,-100px,0px);
}
.what-do .modcontent .item .item-inner:hover .cont {
  color: #fff;
  transform: translate3d(0px,-75px,0px);
}
.what-do .modcontent .item .item-inner:hover .cont h2,
.what-do .modcontent .item .item-inner:hover .cont .desc {
  color: #fff;
}
.what-do .modcontent .item .item-inner:hover .readmore {
  transform: translate3d(0px,-30px,0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.what-do .modcontent .item .item-inner img {
  margin: 0 auto;
  position: absolute;
  top: 43px;
  left: 50%;
  margin-left: -50px;
  transform: translate3d(0px,0px,0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.what-do .modcontent .item .item-inner .cont {
  padding-top: 95px;
  transform: translate3d(0px,0px,0px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.what-do .modcontent .item .item-inner .cont h2 {
  font-size: 19px;
  color: #1c1c1c;
  margin-bottom: 15px;
}
.what-do .modcontent .item .item-inner .cont .desc {
  color: #8a8a8a;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.what-do .modcontent .item .item-inner .cont .desc2 {
  line-height: 22px;
}
.what-do .modcontent .item .item-inner .readmore {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  transform: translate3d(0px,80px,0px);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.what-do .modcontent .item .item-inner .readmore a {
  font-size: 13px;
  color: #26aae1;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background-color: #fff;
  font-weight: 700;
  padding: 10px 26px;
  line-height: 100%;
  text-transform: capitalize;
}
.what-do .modcontent .item .item-inner .readmore a:hover {
  color: #1a8bba;
}
.custom .my-work .modtitle:after {
  background-color: #f7f7f7;
}
.custom .my-work .yt-portfolio .filter_wrapper {
  display: none;
}
.my-resum .resum1 {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.my-resum .resum2 {
  margin-top: 40px;
}
.my-resum .resum {
  clear: both;
}
.my-resum .resum .resum-title {
  text-align: center;
}
.my-resum .resum .resum-title h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #26aae1;
  padding: 17px 51px;
  border-radius: 25px;
  display: inline-block;
}
.my-resum .resum .modcontent {
  display: inline-block;
  width: 100%;
  margin-top: 45px;
}
.my-resum .resum .cont-w {
  margin-top: 25px;
  display: inline-block;
  width: 100%;
}
.my-resum .resum .cont-w .cont h2 {
  font-size: 20px;
  color: #1c1c1c;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.my-resum .resum .cont-w .cont h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  color: #8a8a8a;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.my-resum .resum .cont-w .cont p {
  line-height: 23px;
}
.my-resum .resum .cont-left {
  padding-top: 25px;
  padding-bottom: 25px;
  float: left;
  width: 50%;
  margin-right: 4%;
  padding-right: 4%;
  position: relative;
  border-right: 2px solid #404040;
}
.my-resum .resum .cont-left:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #404040;
  top: 0px;
  right: 0;
  margin-right: -10px;
}
.my-resum .resum .cont-left:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #404040;
  bottom: 0;
  right: 0;
  margin-right: -10px;
}
.my-resum .resum .cont-left .cont {
  position: relative;
  text-align: right;
  margin-top: 160px;
}
.my-resum .resum .cont-left .cont:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #26aae1;
  top: 5px;
  right: -55px;
}
.my-resum .resum .cont-right {
  padding-top: 25px;
  padding-bottom: 25px;
  float: right;
  width: 46%;
}
.my-resum .resum .cont-right .cont {
  position: relative;
  text-align: left;
}
.my-resum .resum .cont-right .cont:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #26aae1;
  top: 5px;
  left: -55px;
}
.my-resum .resum .cont-right .cont.cont4 {
  margin-top: 175px;
}
#sp-main-body .yt-testimonial {
  margin: 0;
}
#sp-main-body .yt-testimonial .owl-nav .owl-prev,
#sp-main-body .yt-testimonial .owl-nav .owl-next {
  background-image: none;
  margin-top: -40px;
}
#sp-main-body .yt-testimonial .owl-nav .owl-prev:before,
#sp-main-body .yt-testimonial .owl-nav .owl-next:before {
  color: #fff;
}
#sp-main-body .yt-testimonial .owl-nav .owl-prev:hover:before,
#sp-main-body .yt-testimonial .owl-nav .owl-next:hover:before {
  color: #26aae1;
}
#sp-main-body .yt-testimonial .owl-nav .owl-next {
  right: 0;
}
#sp-main-body .yt-testimonial .owl-nav .owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 30px;
}
#sp-main-body .yt-testimonial .owl-nav .owl-prev {
  left: 0;
}
#sp-main-body .yt-testimonial .owl-nav .owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 30px;
}
#sp-main-body .yt-testimonial .extraslider-inner .item .item-wrap-inner {
  text-align: center;
  background: url('../../images/quote.png') no-repeat center 0;
  padding-top: 90px;
  width: 70%;
  margin: 0 auto;
}
#sp-main-body .yt-testimonial .extraslider-inner .item .item-wrap-inner p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
#sp-main-body .yt-testimonial .extraslider-inner .item .item-wrap-inner .item-image {
  margin: 0 auto;
  margin-top: 25px;
  display: inline-block;
}
#sp-main-body .yt-testimonial .extraslider-inner .item .item-wrap-inner .item-img-info {
  float: left;
  width: 61px;
  margin-right: 40px;
}
#sp-main-body .yt-testimonial .extraslider-inner .item .item-wrap-inner .item-img-info img {
  width: 100%;
}
#sp-main-body .yt-testimonial .extraslider-inner .item .item-wrap-inner .item-info h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
#sp-main-body .yt-testimonial .extraslider-inner .item .item-wrap-inner .item-info .position {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.com-sppagebuilder .sj-basic-news {
  margin: 10px -15px;
  display: inline-block;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-image {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-content {
  clear: both;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-content .bs-cat-date {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 25px;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-content .bs-cat-title {
  color: #26aae1;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-content .bs-cat-title a {
  font-weight: 400;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-content .bs-date {
  color: #a2a2a2;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-content .bs-description {
  margin-top: 18px;
  line-height: 20px;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-title a {
  color: #222;
  font-size: 18px;
  text-transform: uppercase;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-title a:hover {
  color: #26aae1;
  text-decoration: none;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-readmore {
  text-align: left;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-readmore a {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  padding: 13px 40px;
  background-color: #26aae1;
  border-radius: 22px;
  display: inline-block;
  margin-top: 35px;
  text-transform: capitalize;
}
.com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-readmore a:hover {
  text-decoration: none;
  background-color: #1a8bba;
}
#socialShare {
  position: absolute;
  bottom: 70px;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#socialShare .itemSocialBlock .post_social .icons-social {
  display: block;
  text-align: right;
  color: #fff;
  padding: 7px 0;
}
#socialShare .itemSocialBlock .post_social .icons-social .nameSocial {
  font-size: 11px;
  font-weight: normal;
  background-color: #f5f5f5;
  color: #666;
  padding: 3px 20px;
  border-radius: 2px;
  margin: 0 10px;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
}
#socialShare .itemSocialBlock .post_social .icons-social .fa {
  width: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
#socialShare .itemSocialBlock .post_social .icons-social .fa.fa-facebook {
  background-color: #3b5997;
}
#socialShare .itemSocialBlock .post_social .icons-social .fa.fa-google-plus {
  background-color: #ff4220;
}
#socialShare .itemSocialBlock .post_social .icons-social .fa.fa-twitter {
  background-color: #36b9ff;
}
#socialShare .itemSocialBlock .post_social .icons-social .fa.fa-linkedin {
  background-color: #0077b5;
}
#socialShare .itemSocialBlock .post_social .icons-social .fa.fa-pinterest-p {
  background-color: #b7071b;
}
#socialShare .itemSocialBlock .post_social .icons-social:hover .fa {
  opacity: 0.75;
}
#socialShare.open {
  right: 5px;
  opacity: 1;
}
#sp-top {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
#sp-top .container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px #ddd;
  box-shadow: 0 0 6px 1px #ddd;
  -moz-box-shadow: 0 0 6px 1px #ddd;
}
#sp-top .container .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#sp-top #sp-top1 {
  position: static;
}
#sp-top #sp-top1 .sp-column .sp-module {
  margin: 0 auto;
  float: right;
  padding: 0 30px;
  border-left: 1px solid #d3d3d3;
}
#logout-form .logout-button .btn-primary {
  padding: 2px 5px;
  font-size: 12px;
  border: 0;
}
#myLogin .modal-dialog {
  width: 430px;
}
#myLogin .modal-dialog .modal-content {
  border-radius: 0;
  padding: 30px;
}
#myLogin .modal-dialog .modal-content .title {
  background-color: transparent;
  font-size: 18px;
  color: #222222;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#myLogin .modal-dialog .modal-content .title:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: #dd0000;
  vertical-align: middle;
  margin: 0 5px;
}
#myLogin .modal-dialog .modal-content #login-form {
  color: #999;
}
#myLogin .modal-dialog .modal-content #login-form .userdata .control-group,
#myLogin .modal-dialog .modal-content #login-form .userdata .form-group {
  margin-bottom: 20px;
}
#myLogin .modal-dialog .modal-content #login-form .userdata #form-login-remember #modlgn-remember {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#myLogin .modal-dialog .modal-content #login-form .userdata .inputbox {
  width: 100%;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}
#myLogin .modal-dialog .modal-content #login-form .userdata .button {
  width: 100%;
  background-color: #26aae1;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border: 0;
  height: 50px;
  line-height: 50px;
}
#myLogin .modal-dialog .modal-content #login-form .userdata .button:hover {
  background-color: #1a8bba;
}
#myLogin .modal-dialog .modal-content #login-form .listlogin {
  padding: 0;
}
#myLogin .modal-dialog .modal-content #login-form .listlogin a {
  color: #999;
}
#myLogin .modal-dialog .modal-content #login-form .listlogin a:hover {
  color: #26aae1;
}
#myLogin .modal-dialog .modal-content #login-form .registerAccount {
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px;
}
.mod-languages .btn-group {
  position: static;
}
.mod-languages .btn-group a.btn {
  font-size: 0;
  padding: 3px 0;
}
.mod-languages .btn-group a.btn .caret {
  display: none;
}
.mod-languages .btn-group a.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.mod-languages .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.mod-languages .btn-group .lang-block {
  left: auto;
  right: 0;
  border-radius: 0;
  min-width: 150px;
  font-size: 12px;
  border-color: #ddd;
}
.mod-languages .btn-group .lang-block li {
  margin: 0;
}
.mod-languages .btn-group .lang-block li a {
  padding: 7px 10px;
}
.mod-languages .btn-group .lang-block li a img {
  display: inline-block;
  padding: 0 3px;
}
#sp-subcribe-footer .sp-module-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#sp-subcribe-footer .acymailing_module form .acymailing_module_form .acymailing_introtext {
  margin-bottom: 25px !important;
  max-width: 340px;
  display: inline-block;
  line-height: 24px;
}
#sp-subcribe-footer .acymailing_module form .acymailing_module_form .acymailing_form td {
  padding-bottom: 0;
}
#sp-subcribe-footer .acymailing_module form .acymailing_module_form .acymailing_form .inputbox,
#sp-subcribe-footer .acymailing_module form .acymailing_module_form .acymailing_form .subbutton {
  height: 40px;
  border-radius: 0;
  border: 0;
}
#sp-subcribe-footer .acymailing_module form .acymailing_module_form .acymailing_form .subbutton {
  font-family: FontAwesome;
  font-size: 20px;
  padding: 0 30px;
}
.menu_vertical .nav.menu {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
}
.menu_vertical .nav.menu li {
  float: left;
}
.menu_vertical .nav.menu li a {
  color: #fff;
  font-weight: bold;
  padding: 10px 18px;
  text-transform: uppercase;
  line-height: 20px;
}
.menu_vertical .nav.menu li a:hover {
  background-color: transparent;
  color: #26aae1;
}
.menu_vertical.mn-social {
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
}
.menu_vertical.mn-social .nav.menu {
  padding: 20px 0;
}
.menu_vertical.mn-social .nav.menu li a {
  color: #8c8c8c;
}
.menu_vertical.mn-social .nav.menu li a:before {
  font-size: 18px;
  font-weight: normal;
  width: 38px;
  line-height: 38px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 7px;
}
.menu_vertical.mn-social .nav.menu li a:hover {
  color: #fff;
}
.menu_vertical.mn-social .nav.menu li a:hover:before {
  background-color: #26aae1;
}
body .col-lg-1,
body .col-lg-10,
body .col-lg-11,
body .col-lg-12,
body .col-lg-2,
body .col-lg-3,
body .col-lg-4,
body .col-lg-5,
body .col-lg-6,
body .col-lg-7,
body .col-lg-8,
body .col-lg-9,
body .col-md-1,
body .col-md-10,
body .col-md-11,
body .col-md-12,
body .col-md-2,
body .col-md-3,
body .col-md-4,
body .col-md-5,
body .col-md-6,
body .col-md-7,
body .col-md-8,
body .col-md-9,
body .col-sm-1,
body .col-sm-10,
body .col-sm-11,
body .col-sm-12,
body .col-sm-2,
body .col-sm-3,
body .col-sm-4,
body .col-sm-5,
body .col-sm-6,
body .col-sm-7,
body .col-sm-8,
body .col-sm-9,
body .col-xs-1,
body .col-xs-10,
body .col-xs-11,
body .col-xs-12,
body .col-xs-2,
body .col-xs-3,
body .col-xs-4,
body .col-xs-5,
body .col-xs-6,
body .col-xs-7,
body .col-xs-8,
body .col-xs-9,
body .sppb-col-xs-1,
body .sppb-col-sm-1,
body .sppb-col-md-1,
body .sppb-col-lg-1,
body .sppb-col-xs-2,
body .sppb-col-sm-2,
body .sppb-col-md-2,
body .sppb-col-lg-2,
body .sppb-col-xs-3,
body .sppb-col-sm-3,
body .sppb-col-md-3,
body .sppb-col-lg-3,
body .sppb-col-xs-4,
body .sppb-col-sm-4,
body .sppb-col-md-4,
body .sppb-col-lg-4,
body .sppb-col-xs-5,
body .sppb-col-sm-5,
body .sppb-col-md-5,
body .sppb-col-lg-5,
body .sppb-col-xs-6,
body .sppb-col-sm-6,
body .sppb-col-md-6,
body .sppb-col-lg-6,
body .sppb-col-xs-7,
body .sppb-col-sm-7,
body .sppb-col-md-7,
body .sppb-col-lg-7,
body .sppb-col-xs-8,
body .sppb-col-sm-8,
body .sppb-col-md-8,
body .sppb-col-lg-8,
body .sppb-col-xs-9,
body .sppb-col-sm-9,
body .sppb-col-md-9,
body .sppb-col-lg-9,
body .sppb-col-xs-10,
body .sppb-col-sm-10,
body .sppb-col-md-10,
body .sppb-col-lg-10,
body .sppb-col-xs-11,
body .sppb-col-sm-11,
body .sppb-col-md-11,
body .sppb-col-lg-11,
body .sppb-col-xs-12,
body .sppb-col-sm-12,
body .sppb-col-md-12,
body .sppb-col-lg-12,
body .col-xs-1,
body .col-sm-1,
body .col-md-1,
body .col-lg-1,
body .col-xs-2,
body .col-sm-2,
body .col-md-2,
body .col-lg-2,
body .col-xs-3,
body .col-sm-3,
body .col-md-3,
body .col-lg-3,
body .col-xs-4,
body .col-sm-4,
body .col-md-4,
body .col-lg-4,
body .col-xs-5,
body .col-sm-5,
body .col-md-5,
body .col-lg-5,
body .col-xs-6,
body .col-sm-6,
body .col-md-6,
body .col-lg-6,
body .col-xs-7,
body .col-sm-7,
body .col-md-7,
body .col-lg-7,
body .col-xs-8,
body .col-sm-8,
body .col-md-8,
body .col-lg-8,
body .col-xs-9,
body .col-sm-9,
body .col-md-9,
body .col-lg-9,
body .col-xs-10,
body .col-sm-10,
body .col-md-10,
body .col-lg-10,
body .col-xs-11,
body .col-sm-11,
body .col-md-11,
body .col-lg-11,
body .col-xs-12,
body .col-sm-12,
body .col-md-12,
body .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
body .row,
body .sppb-row,
body .sp-pagebuilder-row {
  margin-right: -15px;
  margin-left: -15px;
}
.pagenav li a [class^="icon-"] {
  display: none;
}
.entry-gallery .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev,
.entry-gallery .owl2-controls .owl2-nav .owl2-next {
  background-color: rgba(0,0,0,0.5);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  line-height: 32px;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev:before,
.entry-gallery .owl2-controls .owl2-nav .owl2-next:before {
  color: #fff;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev:hover,
.entry-gallery .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #26aae1;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-next {
  right: 0;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev {
  left: 0;
}
.entry-gallery .owl2-controls .owl2-nav .owl2-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.blog .item {
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight:400;
}
.blog .item .entry-thumbnail {
  position: relative;
}
.blog .item .entry-thumbnail .create-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #26aae1;
  color: #fff;
  min-width: 60px;
  text-align: center;
  line-height: 22px;
  padding: 8px 0;
  z-index: 1;
}
.blog .item .entry-thumbnail .create-date .day {
  font-size: 20px;
}
.blog .item .entry-thumbnail .create-date .month {
  font-size: 14px;
}
.rtl .blog .item .entry-thumbnail .create-date {
  left: auto;
  right: 0;
}
.blog .item .entry-header {
  margin: 0 0 20px;
}
.blog .item .entry-header h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #222;
}
.blog .item .entry-header h2 a:hover {
  color: #26aae1;
}
.blog .item .entry-header .article-info >dd {
  text-transform: capitalize;
  padding-top: 0px;
  padding-bottom: 0px;
}
.blog .item .entry-header .article-info >dd a {
  color: #222;
}
.blog .item .entry-header .article-info >dd a:hover {
  color: #26aae1;
}
.blog .item .readmore {
  margin-top: 0px;
}
.blog .item .readmore .btn-readmore {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  padding: 13px 40px;
  background-color: #26aae1;
  border-radius: 22px;
  display: inline-block;
  margin-top: 20px;
  text-transform: capitalize;
}
.blog .item .readmore .btn-readmore:hover {
  text-decoration: none;
  background-color: #1a8bba;
}
.blog .item .blockquote {
  border: 0;
  background-color: #f5f5f5;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}
.blog .item .article-footer-wrap {
  margin-top: 30px;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a, .share-icon ul li a  {
  color: #fff;
  height: 40px;
  padding: 0;
  line-height: 40px;
  width: 40px;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.facebook, .share-icon ul li a.facebook {
  background-color: #3a5897;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.twitter, .share-icon ul li a.twitter {
  background-color: #2fc2ee;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.gplus {
  background-color: #e14a3c;
}
.blog .item .article-footer-wrap .article-footer-top .helix-social-share .helix-social-share-icon ul li a.linkedin, .share-icon ul li a.linkedin {
  background-color: #1a3562;
}
.blog .items-more {
  background-color: #f4f4f4;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 30px;
}
.blog .items-more ol {
  padding: 0 10px;
  margin-bottom: 0;
}
.blog .items-more ol li a {
  display: block;
  padding: 10px 5px;
}
.search-sidebar .form-search {
  position: relative;
}
.search-sidebar .form-search .search-query {
  width: 100%;
  height: 48px;
  border-radius: 0;
  padding-right: 20px;
}
.search-sidebar .form-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  font-size: 0;
  padding: 16px;
}
.search-sidebar .form-search .btn-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
}
.search-sidebar .form-search .btn-search:hover {
  color: #26aae1;
}
.sj-sidebar.sj-basic-news {
  margin-top: 30px;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-image {
  padding-right: 20px;
  width: auto;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-content .bs-title a {
  font-size: 16px;
  color: #222;
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-content .bs-title a:hover {
  color: #26aae1;
  text-decoration: none;
}
.sj-sidebar.sj-basic-news .bs-items .bs-item .bs-content .createdate {
  font-size: 12px;
  text-transform: uppercase;
  color: #898989;
}
.sp-module .tagspopular ul {
  padding: 0;
  list-style-type: none;
  margin: -4px;
}
.sp-module .tagspopular ul li {
  float: left;
  padding: 4px;
}
.sp-module .tagspopular ul li a {
  display: block;
  padding: 13px 16px;
  color: #898989;
  border: 1px solid #e1e1e1;
  font-size: 14px;
}
.sp-module .tagspopular ul li a:hover {
  background-color: #26aae1;
  border-color: #26aae1;
  color: #fff;
}
.pagination-wrapper,
.k2Pagination {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.pagination-wrapper .pagination li,
.k2Pagination .pagination li {
  display: inline-block;
  padding: 0 5px;
}
.pagination-wrapper .pagination li a,
.pagination-wrapper .pagination li span,
.k2Pagination .pagination li a,
.k2Pagination .pagination li span {
  border-radius: 0;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  padding: 0 10px;
  color: #898989;
  text-align: center;
  display: block;
  font-size: 14px;
  margin: 0;
}
.pagination-wrapper .pagination li.active a,
.pagination-wrapper .pagination li.active span,
.pagination-wrapper .pagination li:hover a,
.pagination-wrapper .pagination li:hover span,
.k2Pagination .pagination li.active a,
.k2Pagination .pagination li.active span,
.k2Pagination .pagination li:hover a,
.k2Pagination .pagination li:hover span {
  color: #fff;
  background-color: #26aae1;
  border-color: #26aae1;
}
#k2Container.k2_listing {
  background-color: #fff;
  padding: 20px;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody {
  padding: 0;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody .catItemImageBlock {
  float: left;
  padding: 0;
  width: 300px;
  margin-right: 30px;
  margin-bottom: 0;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody .catItemImageBlock .catItemImage {
  margin-bottom: 0;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody .catItemContent {
  overflow: hidden;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemCategory a {
  font-size: 12px;
  color: #999999;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemCategory a:hover {
  color: #26aae1;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemDateCreated {
  color: #999;
  font-size: 12px;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemTitle {
  font-size: 16px;
  padding: 15px 0;
  line-height: 22px;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemTitle a {
  color: #222;
  text-transform: capitalize;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemTitle a:hover {
  color: #26aae1;
}
#k2Container.k2_listing .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemIntroText {
  color: #666;
  line-height: 24px;
}
#k2Container.k2_listing .itemList .itemContainer:nth-last-child(2) .catItemView {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.k2Grid .itemList {
  margin: 0 -10px;
}
.k2Grid .itemList .itemContainer {
  padding: 0 10px;
  margin-bottom: 20px;
}
.k2Grid .itemList .itemContainer .catItemView {
  background-color: #fff;
  padding: 20px;
  margin: 0;
}
.k2Grid .itemList .itemContainer .catItemView .catItemBody {
  padding: 0;
}
.k2Grid .itemList .itemContainer .catItemView .catItemBody .catItemImageBlock {
  margin-bottom: 0;
  padding: 0 0 18px;
}
.k2Grid .itemList .itemContainer .catItemView .catItemBody .catItemImageBlock .catItemImage {
  margin-bottom: 0;
}
.k2Grid .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemCategory a {
  font-size: 12px;
  color: #999999;
}
.k2Grid .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemCategory a:hover {
  color: #26aae1;
}
.k2Grid .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemDateCreated {
  color: #999;
  font-size: 12px;
}
.k2Grid .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemTitle {
  font-size: 16px;
  padding: 15px 0 0;
  line-height: 22px;
}
.k2Grid .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemTitle a {
  color: #222;
  text-transform: capitalize;
}
.k2Grid .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemTitle a:hover {
  color: #26aae1;
}
.k2Grid .itemList .itemContainer .catItemView .catItemBody .catItemContent .catItemHeader .catItemIntroText {
  color: #666;
  line-height: 24px;
}
#k2Container.k2ListingTag {
  background-color: #fff;
  padding: 20px;
}
#k2Container.k2ListingTag .tagItemList .tagItemView {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody {
  padding: 0;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody .tagItemImageBlock {
  float: left;
  padding: 0;
  width: 300px;
  margin-right: 30px;
  margin-bottom: 0;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody .tagItemImageBlock .tagItemImage {
  margin: 0;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody .tagItemContent {
  overflow: hidden;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody .tagItemContent .tagItemHeader .tagItemCategories a {
  font-size: 12px;
  color: #999999;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody .tagItemContent .tagItemHeader .tagItemCategories a:hover {
  color: #26aae1;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody .tagItemContent .tagItemHeader .tagItemDateCreated {
  color: #999;
  font-size: 12px;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody .tagItemContent .tagItemHeader .tagItemTitle {
  font-size: 16px;
  padding: 15px 0;
  line-height: 22px;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody .tagItemContent .tagItemHeader .tagItemTitle a {
  color: #222;
  text-transform: capitalize;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody .tagItemContent .tagItemHeader .tagItemTitle a:hover {
  color: #26aae1;
}
#k2Container.k2ListingTag .tagItemList .tagItemView .tagItemBody .tagItemContent .tagItemHeader .tagItemIntroText {
  color: #666;
  line-height: 24px;
}
#k2Container.k2ListingTag .tagItemList .tagItemView:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#k2Container.k2_single {
  padding: 0;
  margin: 0 auto;
}
#k2Container.k2_single .itemImageBlock {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}
#k2Container.k2_single .itemImageBlock .itemImage {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#k2Container.k2_single .itemContentSingle {
  background-color: #fff;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle {
  width: 1180px;
  max-width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
  line-height: 24px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemBody {
  padding: 0 0 20px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemBody .itemTitle {
  font-size: 36px;
  text-transform: capitalize;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemHeader {
  font-size: 12px;
  margin-bottom: 20px;
  color: #999;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemHeader span.itemDateCreated {
  font-size: 12px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemFullText blockquote {
  color: #28b7e9;
  font-size: 22px;
  border: 0;
  position: relative;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemFullText blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '"';
  font-size: 32px;
  font-weight: bold;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemLinksTag {
  padding-bottom: 10px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemLinksTag .itemTagsBlock {
  font-size: 14px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemLinksTag .itemTagsBlock .itemTitleTag {
  color: #222;
  display: inline-block;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemLinksTag .itemTagsBlock .itemTags li a {
  color: #999999;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemLinksTag .itemTagsBlock .itemTags li a:hover {
  color: #26aae1;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemLinksTag .itemTagsBlock .itemTags li a:after {
  content: ", ";
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemLinksTag .itemTagsBlock .itemTags li a:before {
  display: none;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemLinksTag .itemTagsBlock .itemTags li:last-child a:after {
  display: none;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemSocialBlock {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-bottom: 25px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemSocialBlock .post_social {
  margin: 0 -5px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemSocialBlock .post_social .icons-social {
  margin: 5px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 40px;
  line-height: 40px;
  background-color: #3b5997;
  padding: 0 20px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemSocialBlock .post_social .icons-social .fa {
  padding: 0 5px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemSocialBlock .post_social .icons-social.social-tw {
  background-color: #36b9ff;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemSocialBlock .post_social .icons-social.social-gp {
  background-color: #fb7171;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemSocialBlock .post_social .icons-social.social-lk {
  background-color: #0077b5;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemSocialBlock .post_social .icons-social.social-pt {
  background-color: #b7071b;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemSocialBlock .post_social .icons-social:hover {
  opacity: 0.75;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemAuthorBlock {
  border: 0;
  background-color: transparent;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #ddd;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemAuthorBlock .itemAuthorAvatar {
  margin-right: 20px;
  padding: 0;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemAuthorBlock .itemAuthorDetails {
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 20px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemAuthorBlock .itemAuthorDetails .itemAuthorName {
  font-size: 14px;
  font-weight: bold;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated ul {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated ul li {
  padding: 0 10px;
  width: 33.333%;
  float: left;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated ul li .itemRelMedia,
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated ul li .itemRelImg {
  margin-bottom: 15px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated ul li .itemRelCat {
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated ul li .itemRelCat a {
  color: #999;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated ul li .itemRelCat a:hover {
  color: #26aae1;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated ul li h4 {
  font-size: 16px;
  line-height: 22px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated ul li h4 .itemRelTitle {
  color: #222;
  text-transform: capitalize;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemRelated ul li h4 .itemRelTitle:hover {
  color: #26aae1;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemComments {
  border: 0;
  padding: 0;
  background-color: transparent;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemComments .itemCommentsList li {
  padding: 0 0 30px;
  margin: 0 0 30px;
  color: #666666;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemComments .itemCommentsList li .itemImageComment {
  margin: 0 20px 0 0;
  padding: 0;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemComments .itemCommentsList li .commentDate {
  font-weight: normal;
  font-size: 12px;
  color: #999;
  padding: 0 20px;
  border: 0;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemComments .itemCommentsForm h3 {
  padding: 0;
  margin: 0 0 20px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemComments .itemCommentsForm #comment-form .rowInput {
  margin: 0 -10px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemComments .itemCommentsForm #comment-form .colInput {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemComments .itemCommentsForm #comment-form .inputbox,
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemComments .itemCommentsForm #comment-form .button {
  border-radius: 0;
}
#k2Container.k2_single .itemContentSingle .itemContainerSingle .itemComments .itemCommentsForm #comment-form #submitCommentButton {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 40px;
}
.k2Pagination .pagination li.active a,
.k2Pagination .pagination li:hover a {
  background-color: #26aae1;
  color: #fff;
}
#sp-right .sp-module .sp-module-title,
#sp-left .sp-module .sp-module-title {
  font-size: 18px;
  color: #1c1c1c;
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 700;
}
#sp-right .sp-module .categories-module li,
#sp-right .sp-module .archive-module li,
#sp-left .sp-module .categories-module li,
#sp-left .sp-module .archive-module li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
#sp-right .sp-module .categories-module li:first-child,
#sp-right .sp-module .archive-module li:first-child,
#sp-left .sp-module .categories-module li:first-child,
#sp-left .sp-module .archive-module li:first-child {
  padding-top: 0;
}
#sp-right .sp-column .sp-module,
#sp-left .sp-column .sp-module {
  margin-bottom: 40px;
}
#sp-right .sp-column .title-sidebar,
#sp-left .sp-column .title-sidebar {
  font-size: 18px;
  color: #1c1c1c;
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 700;
}
#sp-right .sp-column #search-top-bar #btn-search-mobile,
#sp-left .sp-column #search-top-bar #btn-search-mobile {
  display: none;
}
#sp-right .sp-column #search-top-bar .form-search,
#sp-left .sp-column #search-top-bar .form-search {
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e1e1e1;
}
#sp-right .sp-column #search-top-bar .form-search .search-query,
#sp-left .sp-column #search-top-bar .form-search .search-query {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  padding-right: 40px;
  padding-left: 15px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  color: #1c1c1c;
}
#sp-right .sp-column #search-top-bar .form-search .search-query::-moz-placeholder,
#sp-left .sp-column #search-top-bar .form-search .search-query::-moz-placeholder {
  color: #1c1c1c;
  opacity: 1;
}
#sp-right .sp-column #search-top-bar .form-search .search-query:-ms-input-placeholder,
#sp-left .sp-column #search-top-bar .form-search .search-query:-ms-input-placeholder {
  color: #1c1c1c;
}
#sp-right .sp-column #search-top-bar .form-search .search-query::-webkit-input-placeholder,
#sp-left .sp-column #search-top-bar .form-search .search-query::-webkit-input-placeholder {
  color: #1c1c1c;
}
#sp-right .sp-column #search-top-bar .form-search .search-query:focus,
#sp-left .sp-column #search-top-bar .form-search .search-query:focus {
  z-index: 0;
}
#sp-right .sp-column #search-top-bar .form-search .btn-search,
#sp-left .sp-column #search-top-bar .form-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  width: 40px;
  height: 48px;
  line-height: 48px;
  color: #1c1c1c;
}
#sp-right .sp-column #search-top-bar .form-search .btn-search:hover,
#sp-left .sp-column #search-top-bar .form-search .btn-search:hover {
  color: #26aae1;
}
#sp-right .sp-column .sp-module-content ul.nav.menu,
#sp-left .sp-column .sp-module-content ul.nav.menu {
  margin: 0;
  padding: 0;
}
#sp-right .sp-column .sp-module-content ul.nav.menu li,
#sp-left .sp-column .sp-module-content ul.nav.menu li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
#sp-right .sp-column .sp-module-content ul.nav.menu li a,
#sp-left .sp-column .sp-module-content ul.nav.menu li a {
  color: #1c1c1c;
  display: block;
  padding: 15px 0;
}
#sp-right .sp-column .sp-module-content ul.nav.menu li a .num,
#sp-left .sp-column .sp-module-content ul.nav.menu li a .num {
  float: right;
}
#sp-right .sp-column .sp-module-content ul.nav.menu li a:focus,
#sp-right .sp-column .sp-module-content ul.nav.menu li a:hover,
#sp-left .sp-column .sp-module-content ul.nav.menu li a:focus,
#sp-left .sp-column .sp-module-content ul.nav.menu li a:hover {
  color: #26aae1;
  background-color: transparent;
}
#sp-right .sp-column .archies-sidebar ul,
#sp-right .sp-column .categories-sidebar ul,
#sp-left .sp-column .archies-sidebar ul,
#sp-left .sp-column .categories-sidebar ul {
  margin: 0;
  padding: 0;
}
#sp-right .sp-column .archies-sidebar ul li,
#sp-right .sp-column .categories-sidebar ul li,
#sp-left .sp-column .archies-sidebar ul li,
#sp-left .sp-column .categories-sidebar ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
#sp-right .sp-column .archies-sidebar ul li a,
#sp-right .sp-column .categories-sidebar ul li a,
#sp-left .sp-column .archies-sidebar ul li a,
#sp-left .sp-column .categories-sidebar ul li a {
  color: #1c1c1c;
  display: block;
  padding: 15px 0;
}
#sp-right .sp-column .archies-sidebar ul li a .num,
#sp-right .sp-column .categories-sidebar ul li a .num,
#sp-left .sp-column .archies-sidebar ul li a .num,
#sp-left .sp-column .categories-sidebar ul li a .num {
  float: right;
}
#sp-right .sp-column .archies-sidebar ul li a:hover,
#sp-right .sp-column .categories-sidebar ul li a:hover,
#sp-left .sp-column .archies-sidebar ul li a:hover,
#sp-left .sp-column .categories-sidebar ul li a:hover {
  color: #26aae1;
}
#sp-right .sp-column .blog-sidebar .sp-module-content,
#sp-left .sp-column .blog-sidebar .sp-module-content {
  display: inline-block;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news,
#sp-left .sp-column .blog-sidebar .sj-basic-news {
  margin-bottom: 0;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image,
#sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image {
  width: 85px;
  padding: 0;
  margin-right: 20px;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a,
#sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a {
  font-weight: 400;
  font-size: 16px;
  color: #1b1b1b;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a:hover,
#sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a:hover {
  color: #26aae1;
  text-decoration: none;
}
#sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-date,
#sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-date {
  font-size: 12px;
  color: #898989;
}
#sp-right .sp-column .sj-instagram-gallery .instagram-wrap,
#sp-left .sp-column .sj-instagram-gallery .instagram-wrap {
  border: 0 !important;
  margin: 0 !important;
}
#sp-right .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .title_instagram,
#sp-left .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .title_instagram {
  font-size: 18px;
  color: #1c1c1c;
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 700;
  text-align: left;
}
#sp-right .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users,
#sp-left .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users {
  padding: 1px;
}
#sp-right .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users a img,
#sp-left .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users a img {
  border: 0;
}
#sp-right .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users:hover,
#sp-left .sp-column .sj-instagram-gallery .instagram-wrap .instagram-items-container .instagram-items .instagram-items-inner .instagram-item .instagram_users .img_users:hover {
  opacity: 0.8;
}
#sp-page-title .row {
  margin: 0;
}
#sp-breadcrumb {
  color: #fff;
  padding: 18px 0;
  background: url('../../images/bg_breadcrumb.jpg') repeat;
  margin-bottom: 40px;
}
#sp-breadcrumb .last-breadcrumb {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}
#sp-breadcrumb .breadcrumb {
  background-color: transparent;
  margin: 0;
  font-size: 14px;
  color: #fff;
  padding: 0;
}
#sp-breadcrumb .breadcrumb li a {
  color: #fff;
}
#sp-breadcrumb .breadcrumb li a:hover {
  color: #26aae1;
}
#sp-breadcrumb .breadcrumb li.active {
  color: #fff;
}
.about-row-top,
.about-our-team {
  background-color: #fff;
  padding: 30px 20px 20px;
}
.about-our-team {
  margin-bottom: 20px;
}
.about-exp-info-bot {
  padding-top: 30px;
}
.about-exp-info-bot .exp-info-time {
  float: left;
  font-size: 46px;
  color: #cccccc;
  line-height: 38px;
}
.about-exp-info-bot .about-exp-info-right {
  overflow: hidden;
  padding: 0 15px;
  color: #666;
  line-height: 22px;
}
.about-exp-info-bot .about-exp-info-right h5 {
  font-size: 12px;
  color: #26aae1;
  font-style: italic;
  margin-bottom: 8px;
}
.about-exp-info-bot .about-exp-info-right h4 {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .item-avatar {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .item-avatar .item-image {
  width: 120px;
  border-radius: 100%;
  overflow: hidden;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .item-avatar .item-image .sppb-avatar {
  margin-bottom: 0;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .item-avatar .item-info {
  padding: 0 20px;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .item-avatar .item-info .sppb-testimonial-client {
  font-size: 16px;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .item-avatar .item-info .pro-client-url {
  font-size: 12px;
  text-transform: uppercase;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .sppb-testimonial-message {
  font-size: 14px;
  line-height: 22px;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .sppb-testimonial-message .note {
  margin-bottom: 20px;
}
.sppb-testimonial-pro .sppb-carousel-inner .sppb-item .sppb-testimonial-message .signature {
  font-size: 26px;
}
.about-testimonials {
  background: url('../../images/bg-testimonial.jpg') no-repeat;
  color: #fff;
  padding: 50px 16%;
}
.about-testimonials .sppb-addon-title {
  display: inline-block;
  position: relative;
}
.about-testimonials .sppb-addon-title:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.about-statistic {
  padding: 50px 20px;
}
.about-statistic .sppb-addon-title {
  display: inline-block;
  position: relative;
}
.about-statistic .sppb-addon-title:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #26aae1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.our-team {
  margin: 0 -10px;
}
.our-team .item-team {
  width: 20%;
  float: left;
  padding: 0 10px;
}
.our-team .item-team .item-wrap .item-img {
  position: relative;
  margin-bottom: 20px;
}
.our-team .item-team .item-wrap .item-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #293340;
  opacity: 0.7;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.our-team .item-team .item-wrap .item-img .item-social {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.our-team .item-team .item-wrap .item-img .item-social [class*="team-"] {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
}
.our-team .item-team .item-wrap .item-img .item-social a {
  color: #fff;
}
.our-team .item-team .item-wrap .item-img .item-social a:hover {
  color: #26aae1;
}
.our-team .item-team .item-wrap .item-img .item-social a .fa {
  font-size: 0;
}
.our-team .item-team .item-wrap .item-img .item-social a .fa:before {
  font-size: 18px;
}
.our-team .item-team .item-wrap .item-content {
  text-align: center;
}
.our-team .item-team .item-wrap .item-content h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.our-team .item-team .item-wrap .item-content .team-info {
  color: #999;
}
.our-team .item-team .item-wrap:hover .item-img .item-social {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}
.our-team .item-team .item-wrap:hover .item-img:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.page_contact {
  background-color: #fff;
  margin-bottom: 20px;
}
.contact-ajax.theme1 {
  padding: 20px;
}
.contact-ajax.theme1 .pre-text {
  font-size: 26px;
  color: #222222;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-ajax.theme1 .pre-text:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: #dd0000;
  vertical-align: middle;
  margin: 0 10px;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element {
  width: 100%;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner {
  padding: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form {
  margin: 0 -15px;
  width: auto;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control {
  width: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-input {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control.ctr-full {
  width: 100%;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control #contact_email_copy,
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-label-email-copy {
  cursor: pointer;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip {
  position: absolute;
  top: 0;
  right: 0;
}
.rtl .contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip {
  right: auto;
  left: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .ca-tooltip .el-error {
  width: 40px;
  margin: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-ok {
  position: absolute;
  width: 40px;
  margin: 0;
  top: 0;
  right: 0;
}
.rtl .contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control .el-ok {
  right: auto;
  left: 0;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form #cainput_submit {
  border-radius: 0;
  background: none;
  background-color: #26aae1;
  border: 0;
  text-align: center;
  min-width: 160px;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.contact-ajax.theme1 .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form #cainput_submit:hover {
  background-color: #1a8bba;
}
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return.return-success i,
.contact-ajax .ctajax-element .el-ctajax-form .el-ctajax-return.return-error i {
  width: 100%;
}
.sj_right_contact {
  padding: 35px 0;
}
.sj_right_contact .sj_wrapper {
  line-height: 24px;
  color: #666666;
}
.sj_right_contact .sj_wrapper h4 {
  font-size: 26px;
  color: #222222;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.sj_right_contact .sj_wrapper h4:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: #dd0000;
  vertical-align: middle;
  margin: 0 10px;
}
.sj_right_contact .sj_wrapper .left-contact-top {
  padding: 15px 0;
}
.sj_right_contact .sj_wrapper .left-contact-top li {
  padding-bottom: 12px;
}
.sj_right_contact .sj_wrapper .left-contact-top li.address:before {
  content: "\f041";
}
.sj_right_contact .sj_wrapper .left-contact-top li.phone a {
  color: #666;
}
.sj_right_contact .sj_wrapper .left-contact-top li.phone a:hover {
  color: #26aae1;
}
.sj_right_contact .sj_wrapper .left-contact-top li.phone:before {
  content: "\f095";
}
.sj_right_contact .sj_wrapper .left-contact-top li.email:before {
  content: "\f003";
}
.sj_right_contact .sj_wrapper .left-contact-top li:before {
  font-family: fontawesome;
  font-size: 14px;
  font-weight: bold;
  min-width: 30px;
  display: inline-block;
}
.box-maps p {
  margin: 0;
}
#sp-component #xmap,
#sp-component #user-registration,
#sp-component .tag-category,
#sp-component .search,
#sp-component .finder,
#sp-component .categories-list {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
}
#sp-component .wrap-login {
  padding: 30px !important;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 50px;
  box-shadow: 0 0 6px #989898;
}
#sp-component .wrap-login #remember-lbl {
  cursor: pointer;
}
#sp-component .wrap-login .form-horizontal .well {
  padding-top: 0;
}
#sp-component .wrap-login .form-horizontal .well input.required {
  width: 100%;
}
#sp-component .wrap-login .form-horizontal .well .btn {
  width: 100%;
  padding: 10px 0;
}
#sp-component #josForm {
  padding: 30px !important;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
  width: 750px;
  max-width: 100%;
  margin: 0 auto 50px;
  box-shadow: 0 0 6px #989898;
}
#sp-component #josForm .componentheading {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
}
#sp-component #josForm .k2AccountPage {
  padding-bottom: 0;
}
#sp-component #josForm .admintable_register .k2ProfileHeading {
  font-size: 18px;
}
#sp-component #josForm .admintable_register .form-register label {
  display: block;
  color: #222;
}
#sp-component #josForm .admintable_register .form-register label .colorR {
  color: #FF0000;
}
#sp-component #josForm .admintable_register .form-register .ipt-form {
  margin-bottom: 20px;
}
#sp-component #josForm .admintable_register .form-register .ipt-form input {
  width: 100%;
}
#sp-component #josForm .admintable_register .form-register .check-gender .controls {
  padding: 0 20px;
}
#sp-component #josForm .admintable_register .form-register .upload-image {
  margin-bottom: 20px;
}
#sp-component #josForm .admintable_register .form-register #editor-xtd-buttons,
#sp-component #josForm .admintable_register .form-register .toggle-editor {
  margin: 20px 0 10px;
  width: auto;
}
#sp-component #josForm .admintable_register .form-register #editor-xtd-buttons #yt_shorcodes {
  margin: 0;
}
#sp-component #josForm .k2AccountPageUpdate .button {
  background-color: #26aae1;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  border: 0;
}
#sp-component #josForm .k2AccountPageUpdate .button:hover {
  background-color: #1a8bba;
}
#sp-component .tag-category .item {
  margin-bottom: 30px;
}
#sp-component .tag-category .item .wrap-article .article-img {
  margin-bottom: 20px;
}
.view-featured .blog-featured .intro-image {
  display: none;
}
div#finder-filter-window .filter-branch .finder-selects {
  margin: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: bold;
}
.custom-title {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.custom-title .title {
  color: #222222;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
}
.custom-title .title .colordf {
  color: #26aae1;
}
.custom-title p {
  font-style: italic;
  color: #999999;
  margin-bottom: 0;
}
.custom-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 270px;
  height: 1px;
  background-color: #ddd;
  left: 0;
  right: 0;
  margin: auto;
}
.titleSingle {
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 20px;
}
.titleSingle:after {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 20px;
  background-color: #26aae1;
  margin: 0 15px;
  content: "";
}
.item-tags {
  margin: 0 0 15px;
}
.item-tags .tags {
  margin: 0;
}
.item-tags .tags >span {
  letter-spacing: initial;
}
.item-tags .tags >span a.label {
  background-color: #26aae1;
  padding: 7px 13px;
  border-radius: 26px;
  font-size: 12px;
  display: inline-block;
}
.item-tags .tags >span a.label:hover {
  background-color: #1a8bba;
}
.item-post:hover .item-image {
  opacity: 0.75;
}
.style_module {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 6px 1px #ddd;
  box-shadow: 0 0 6px 1px #ddd;
  -moz-box-shadow: 0 0 6px 1px #ddd;
}
.title_module .sppb-addon-title {
  background-color: transparent;
  font-size: 18px;
  color: #222222;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.title_module .sppb-addon-title:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: #26aae1;
  vertical-align: middle;
  margin: 0 5px;
}
.row,
.sppb-row,
.sp-pagebuilder-row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.sppb-col-xs-1,
.sppb-col-sm-1,
.sppb-col-md-1,
.sppb-col-lg-1,
.sppb-col-xs-2,
.sppb-col-sm-2,
.sppb-col-md-2,
.sppb-col-lg-2,
.sppb-col-xs-3,
.sppb-col-sm-3,
.sppb-col-md-3,
.sppb-col-lg-3,
.sppb-col-xs-4,
.sppb-col-sm-4,
.sppb-col-md-4,
.sppb-col-lg-4,
.sppb-col-xs-5,
.sppb-col-sm-5,
.sppb-col-md-5,
.sppb-col-lg-5,
.sppb-col-xs-6,
.sppb-col-sm-6,
.sppb-col-md-6,
.sppb-col-lg-6,
.sppb-col-xs-7,
.sppb-col-sm-7,
.sppb-col-md-7,
.sppb-col-lg-7,
.sppb-col-xs-8,
.sppb-col-sm-8,
.sppb-col-md-8,
.sppb-col-lg-8,
.sppb-col-xs-9,
.sppb-col-sm-9,
.sppb-col-md-9,
.sppb-col-lg-9,
.sppb-col-xs-10,
.sppb-col-sm-10,
.sppb-col-md-10,
.sppb-col-lg-10,
.sppb-col-xs-11,
.sppb-col-sm-11,
.sppb-col-md-11,
.sppb-col-lg-11,
.sppb-col-xs-12,
.sppb-col-sm-12,
.sppb-col-md-12,
.sppb-col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
#sp-component .blog .item-page .page-header {
  margin-top: 0;
}
#sp-component .blog .item-page .page-header h1 {
  font-size: 24px;
  color: #222;
}
#sp-component .box-login {
  padding: 60px 30px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
}
#sp-component .box-login .login .checkbox input[type="checkbox"] {
  margin-top: 3px;
}
.flex-wrap .sppb-row-container .sppb-row {
  display: flex;
  flex-wrap: wrap;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  display: block;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
}
#search-form button.btn .icon-search,
#searchForm button.btn .icon-search {
  display: none;
}
.accordion .accordion-group .accordion-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.input-mini {
  width: auto;
}
.article-index .nav-stacked {
  border-bottom: 0;
}
.article-index .nav-stacked li {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.article-index .nav-stacked li.active,
.article-index .nav-stacked li:hover {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.article-index .nav-stacked li.active a,
.article-index .nav-stacked li:hover a {
  background-color: transparent;
  border: 0;
  color: #26aae1;
}
.article-index .nav-stacked li a {
  background-color: transparent;
  margin: 0;
  padding: 15px 0;
  color: #1c1c1c;
  border: 0;
}
.pager ul {
  padding: 0;
}
.pager ul li {
  margin: 0 10px;
}
.contact h3 {
  margin-bottom: 20px;
}
.contact .thumbnail {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
.contact .contact-address {
  margin-bottom: 30px;
  clear: both;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 4px;
}
.contact .contact-form #contact-form {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.lib-flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.owl-carousel .owl-item img {
  transform-style: initial;
  -webkit-transform-style: initial;
  -moz-transform-style: initial;
  -ms-transform-style: initial;
  -o-transform-style: initial;
}
.tag-category .form-inline .filters {
  margin-bottom: 20px;
}
.tag-category .form-inline .filters #filter-search {
  margin-bottom: 20px;
}
.tag-category .form-inline .filters button.btn {
  border-radius: 4px !important;
  padding: 5px 20px;
  background-color: #26aae1;
  color: #fff;
}
.tag-category .form-inline .filters button.btn:hover {
  background-color: #1a8bba;
}
.tag-category .form-inline .filters button.btn >span {
  margin: 0;
}
.tag-category .form-inline .filters button.btn +button {
  margin: 0 10px;
}
.tag-category .form-inline .category.list-striped li h3 {
  font-size: 16px;
}
.category-list .content-category .filters {
  margin-bottom: 30px;
}
.rtl .category-list .content-category .filters .btn-group.pull-right {
  float: left !important;
}
table.category thead >tr,
table.category tbody >tr {
  border-color: #ddd;
}
.profile .btn-toolbar {
  float: none !important;
  display: inline-block;
  padding: 0;
  margin-bottom: 20px;
}
.profile .btn-toolbar li .btn {
  display: inline-block;
  vertical-align: top;
  padding: 7px 20px;
  background-color: #26aae1;
  color: #fff;
  border-radius: 4px;
}
.profile .btn-toolbar li .btn .icon-user {
  display: none;
}
.profile .btn-toolbar li .btn:hover {
  background-color: #1a8bba;
}
.profile fieldset {
  display: block;
  min-width: -webkit-min-content;
  border-color: threedface;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 0 30px;
}
.profile fieldset legend {
  width: auto;
  margin-bottom: 0;
  padding: 10px;
  border: 0;
  font-size: 16px;
}
.profile fieldset .dl-horizontal dd {
  padding: 8px 0;
}
.sppb-addon-feature svg.sppb-img-responsive {
  height: 60px;
}
#sp-bottom .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form .acysubbuttons {
  text-align: left;
}
.sppb-media > .pull-left {
  margin-right: 20px;
}
#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
  margin-top: 0;
}
.rtl .profile-edit .form-horizontal .control-label {
  float: right;
  text-align: right !important;
}
.rtl .profile .dl-horizontal dt {
  text-align: right;
}
.rtl #sp-bottom .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form .acysubbuttons {
  text-align: right;
}
.rtl .sppb-media > .pull-left {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .k2AccountPage th.k2ProfileHeading {
  text-align: right;
}
input[type="text"]:focus,
input[type="submit"]:focus,
input[type="submit"]:active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
[class^="fa"]:before {
  font-family: FontAwesome;
}
.colordf {
  color: #26aae1;
}
.form-validate {
  background-color: #fff;
  padding: 20px;
}
.form-validate .componentheading {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}
.form-validate .k2AccountPage th.k2ProfileHeading {
  background-color: transparent;
}
.form-validate .k2AccountPage table.admintable td.key,
.form-validate .k2AccountPage table.admintable td.paramlist_key {
  padding: 15px 10px;
  border: 0;
  background-color: transparent;
}
.form-validate .controls .radio {
  padding: 0 20px;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-2 {
    display: none;
  }
  .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-10 {
    width: 100%;
  }
  .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-7 {
    width: 70%;
  }
  .wrapper-content .sppb-container-inner .sppb-row .sppb-col-md-3 {
    width: 30%;
  }
  .sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > span,
  .sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > a {
    font-size: 12px;
    padding: 0 15px;
  }
  #search-top-bar .form-search {
    width: 100%;
  }
  #sp-top #sp-top1 .sp-column .sp-module {
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > span,
  .sambar .menu_horizontal .sj-megamenu .sj-megamenu-parent .sj-menu-item.level-1 > a {
    padding: 0 10px;
  }
  #sp-menu-hozizontal {
    width: 60%;
  }
  #sp-top1 {
    width: 23.3%;
  }
  .sj-megamenu-parent .item-280 .sj-dropdown.sj-dropdown-main.sj-menu-right {
    right: 0;
    left: auto;
  }
  .my-resum .resum .cont-right .cont::before {
    left: -47px;
  }
  .my-resum .resum .cont-left .cont::before {
    right: -47px;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact .info-label {
    margin-left: 110px;
  }
  body.rtl .my-resum .resum .cont-right .cont::before {
    right: -47px;
  }
  body.rtl .my-resum .resum .cont-left .cont::before {
    left: -47px;
  }
  body.rtl .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact .info-label {
    margin-right: 110px;
  }
  #sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image,
  #sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image {
    margin-right: 10px;
  }
  body.rtl #sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image,
  body.rtl #sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-image {
    margin-left: 10px;
  }
  #sp-right .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a,
  #sp-left .sp-column .blog-sidebar .sj-basic-news .bs-items .bs-item .bs-title a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.rtl .col-md-1,
  body.rtl .col-md-2,
  body.rtl .col-md-3,
  body.rtl .col-md-4,
  body.rtl .col-md-5,
  body.rtl .col-md-6,
  body.rtl .col-md-7,
  body.rtl .col-md-8,
  body.rtl .col-md-9,
  body.rtl .col-md-10,
  body.rtl .col-md-11,
  body.rtl .col-md-12 {
    float: right;
  }
  #sp-logo {
    width: 30%;
  }
  #sp-menu-hozizontal {
    width: 42%;
  }
  #sp-top1 {
    width: 28%;
  }
  .sambar .sambar-inner.menu_horizontal {
    background: transparent;
  }
  .my-resum .resum .cont-right .cont::before {
    left: -37px;
  }
  .my-resum .resum .cont-left .cont::before {
    right: -37px;
  }
  .my-resum {
    padding: 0 10px;
  }
  #sp-main-body .yt-testimonial .owl-nav .owl-prev {
    left: 30px;
  }
  #sp-main-body .yt-testimonial .owl-nav .owl-next {
    right: 30px;
  }
  .yt-portfolio .mega-hovertitle {
    display: none;
  }
  body.rtl header .sambar .sambar-inner .btn-sambar {
    float: left;
  }
  body.rtl .my-resum .resum .cont-right .cont::before {
    right: -37px;
  }
  body.rtl .my-resum .resum .cont-left .cont::before {
    left: -37px;
  }
  body.rtl #sp-main-body .yt-testimonial .owl-nav .owl-prev {
    right: 30px;
  }
  body.rtl #sp-main-body .yt-testimonial .owl-nav .owl-next {
    left: 30px;
  }
  .contact-footer .pre-text::after {
    background-color: #131313;
  }
  #sp-bottom1,
  #sp-footer1 {
    padding: 0 10px;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact .info-label {
    margin-left: 80px;
    margin-top: 0;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact.info-mail .info-label {
    margin-top: 13px;
  }
  body.rtl .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact .info-label {
    margin-right: 80px;
  }
  body .close-offcanvas {
    padding-top: 0;
    right: 10px;
    top: 5px;
  }
  body.rtl .close-offcanvas {
    left: 10px;
    right: auto;
  }
  #search-top-bar {
    margin-top: 30px;
  }
  #sp-breadcrumb {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  #sp-component #josForm,
  #sp-component .wrap-login {
    padding: 10px !important;
  }
  body .container,
  body .sppb-row-container {
    width: 100%;
    padding: 0 10px !important;
  }
  header .sambar .sambar-inner .btn-sambar {
    float: left;
  }
  #sp-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
  }
  #sp-logo a {
    display: inline-block;
  }
  #sp-menu-hozizontal {
    width: 30%;
    float: left;
  }
  #sp-top1 {
    width: 70%;
    float: left;
  }
  .sp-module .menu_social_header {
    margin-right: 5px;
  }
  .sambar .sambar-inner.menu_horizontal {
    background: transparent;
  }
  .my-resum .resum .cont-right .cont::before {
    display: none;
  }
  .my-resum .resum .cont-left .cont::before {
    display: none;
  }
  .my-resum {
    padding: 0 10px;
  }
  #sp-main-body .yt-testimonial .owl-nav .owl-prev {
    left: 15px;
  }
  #sp-main-body .yt-testimonial .owl-nav .owl-next {
    right: 15px;
  }
  #sp-main-body .yt-testimonial .extraslider-inner .item .item-wrap-inner .item-img-info {
    margin-right: 20px;
  }
  .com-sppagebuilder .sj-basic-news .bs-items .bs-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .com-sppagebuilder .sj-basic-news .bs-items .bs-item .bs-readmore a {
    margin-top: 20px;
  }
  .about-me .modcontent {
    width: 90%;
  }
  .yt-portfolio .mega-hovertitle {
    display: none;
  }
  body.rtl header .sambar .sambar-inner .btn-sambar {
    float: right;
  }
  body.rtl .sp-module .menu_social_header {
    margin-left: 5px;
    margin-right: 0;
  }
  body.rtl #sp-menu-hozizontal {
    float: right;
  }
  body.rtl #sp-top1 {
    float: right;
  }
  body.rtl #sp-main-body .yt-testimonial .owl-nav .owl-prev {
    right: 15px;
  }
  body.rtl #sp-main-body .yt-testimonial .owl-nav .owl-next {
    left: 15px;
  }
  body.rtl #sp-main-body .yt-testimonial .extraslider-inner .item .item-wrap-inner .item-img-info {
    margin-left: 20px;
  }
  #sp-bottom1,
  #sp-footer1 {
    padding: 0;
  }
  #sp-footer1 {
    clear: both;
  }
  .contact-footer .pre-text::after {
    background-color: #131313;
  }
  #sp-bottom1,
  #sp-footer1 {
    padding: 0 10px;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact .info-label {
    margin-left: 80px;
    margin-top: 0;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact.info-mail .info-label {
    margin-top: 13px;
  }
  .contact-footer .contact-ajax.theme2 {
    margin-bottom: 40px;
  }
  body.rtl .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact .info-label {
    margin-right: 80px;
  }
  body .close-offcanvas {
    padding-top: 0;
    line-height: 20px;
    right: 10px;
    top: 5px;
  }
  body.rtl .close-offcanvas {
    left: 10px;
    right: auto;
  }
  #sp-breadcrumb {
    padding: 50px 0;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact {
    width: 50%;
  }
  .megafolio-container .mega-entry .mega-hoverlink,
  .megafolio-container .mega-entry .mega-hoverview {
    margin-top: -20px !important;
  }
}
@media (max-width: 480px) {
  #sp-subcribe-footer .acymailing_module form .acymailing_module_form .acymailing_form .inputbox {
    width: 100% !important;
  }
  .com-sppagebuilder .sj-basic-news .bs-items .bs-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-me .yt-skills .form-group {
    width: 90%;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-info-contact .info-contact {
    width: 100%;
  }
  .contact-footer .contact-ajax.theme2 .ctajax-wrap .ctajax-element .el-inner .el-control {
    width: 100%;
  }
  .view-profile .admintable {
    display: block;
    overflow: auto;
  }
  #searchForm .inputbox,
  #finder-search .inputbox {
    margin-bottom: 10px;
  }
  .autocomplete-suggestions {
    width: 205px !important;
  }
  #sp-breadcrumb {
    padding: 50px 10px;
  }
}
svg path {
  fill: #26aae1;
}
svg:hover path {
  fill: #1a8bba;
}
a {
  color: #26aae1;
}
a:hover {
  color: #1a8bba;
}
#offcanvas-toggler >i {
  color: #666666;
}
#offcanvas-toggler >i:hover {
  color: #26aae1;
}
.btn-primary,
.sppb-btn-primary {
  border-color: #1c98cc;
  background-color: #26aae1;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #177aa4;
  background-color: #1a8bba;
}
ul.social-icons >li a:hover {
  color: #26aae1;
}
.sp-page-title {
  background: #26aae1;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.sp-module .latestnews >div >a {
  color: #666666;
}
.sp-module .latestnews >div >a:hover {
  color: #26aae1;
}
.sp-module .tagscloud .tag-name:hover {
  background: #26aae1;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background: #26aae1;
}
.search .btn-toolbar button {
  background: #26aae1;
}
.post-format {
  background: #26aae1;
}
.voting-symbol span.star.active:before {
  color: #26aae1;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  color: #1a8bba;
}
.entry-link,
.entry-quote {
  background: #26aae1;
}
blockquote {
  border-color: #26aae1;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #26aae1;
}
.sp-comingsoon body {
  background-color: #26aae1;
}
.pagination>li>a,
.pagination>li>span {
  color: #666666;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #666666;
}
.pagination>.active>a,
.pagination>.active>span {
  border-color: #26aae1;
  background-color: #26aae1;
}
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: #26aae1;
  background-color: #26aae1;
}
