@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
.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);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -ms-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::-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;
}
@font-face {
  font-family: fontello;
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot?#iefix") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svgfontello") format("svg");
  font-weight: 400;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "\e800";
}
.icon-mail:before {
  content: "\e801";
}
.icon-facebook:before {
  content: "\e802";
}
.icon-twitter:before {
  content: "\e803";
}
.icon-gplus:before {
  content: "\e804";
}
.icon-pinterest-circled:before {
  content: "\e805";
}
.icon-attach:before {
  content: "\e806";
}
.icon-resize-full-alt:before {
  content: "\e807";
}
.icon-quote-left:before {
  content: "\e808";
}
.icon-left-thin:before {
  content: "\e809";
}
.icon-right-thin:before {
  content: "\e80a";
}
.icon-down-open-mini:before {
  content: "\e80b";
}
.icon-left-open-mini:before {
  content: "\e80c";
}
.icon-right-open-mini:before {
  content: "\e80d";
}
.icon-up-open-mini:before {
  content: "\e80e";
}
.icon-instagram:before {
  content: "\e80f";
}
.icon-music:before {
  content: "\e810";
}
.icon-location:before {
  content: "\e811";
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 47px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1e2324;
  letter-spacing: 1px;
  margin: 0 15px;
}
.sp-megamenu-parent >li >a:before {
  width: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  -o-transform: translate(-100%,0);
  transform: translate(-100%,0);
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
  font-size: 14px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
.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 {
  display: block;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  line-height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #eae9e9;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 120px;
  margin-left: 15px;
  font-size: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#offcanvas-toggler >i {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  padding: 9px 10px;
  margin: 0;
  margin-top: -10px;
  background-color: transparent;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  background-color: #333;
}
.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;
}
.off-canvas-menu-wrap {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  background: #333;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  padding: 9px 10px;
}
.close-offcanvas:hover {
  color: #fff;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  margin-top: 30px;
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  list-style: none;
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  position: relative;
  display: block;
  border: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border-bottom: 1px solid #ddd;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  display: block;
  color: #171717;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  text-transform: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li span.offcanvas-menu-toggler {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li span.offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li span.offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li span.offcanvas-menu-toggler.collapsed .open-icon {
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.collapse {
  display: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.collapse.in {
  display: block !important;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .off-canvas-menu-wrap {
  right: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .off-canvas-menu-wrap:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .off-canvas-menu-wrap {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 25px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
body.layout-boxed {
  background-image: url('../images/czd-pattern.png');
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
p {
  letter-spacing: 0.04em;
  margin: 0 0 15px;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
.btn-primary {
  border-style: solid;
  border-width: 1px;
  color: #1f2325;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  padding: 10px 20px;
  text-transform: initial;
  background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Georgia, serif';
}
h3 {
  color: #1e2324;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 0;
}
.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;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #999;
  background-color: transparent;
  color: #999;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
.scrollup:hover {
  color: #fff;
}
#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;
  font-size: 14px;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 20px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 120px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 400ms;
}
#sp-header .logo {
  display: inline-block;
  height: 120px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
  height: 90px;
}
#sp-header.menu-fixed .logo {
  height: 90px;
}
#sp-header.menu-fixed .sp-megamenu-parent >li {
  padding: 32px 0;
}
#sp-header.menu-fixed #offcanvas-toggler {
  line-height: 90px;
}
#sp-header.menu-fixed .search-box {
  margin: 31px 0;
}
#sp-header.navbar-fixed-top {
  position: fixed;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  box-shadow: none;
}
#sp-header.navbar-fixed-top .sp-megamenu-parent >li > a {
  color: #fff;
}
#sp-header.navbar-fixed-top .search-box button.search i {
  color: #fff;
}
#sp-header.navbar-fixed-top .search-box input[type="search"] {
  padding: 0;
  border-width: 0;
}
#sp-header.navbar-fixed-top .search-box:hover input[type="search"] {
  padding: 0 20px;
  border: 1px solid #fff;
}
#sp-header.navbar-fixed-top .sp-default-logo {
  display: none;
}
#sp-header.navbar-fixed-top .sp-retina-logo {
  display: block;
}
#sp-header.navbar-fixed-top.menu-fixed {
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
#sp-header.navbar-fixed-top.menu-fixed .sp-megamenu-parent >li > a {
  color: #1e2324;
}
#sp-header.navbar-fixed-top.menu-fixed .search-box:hover input[type="search"] {
  border-color: #1e2324;
}
#sp-header.navbar-fixed-top.menu-fixed .sp-default-logo {
  display: block;
}
#sp-header.navbar-fixed-top.menu-fixed .sp-retina-logo {
  display: none;
}
#sp-header.navbar-fixed-top.menu-fixed .search-box button.search i {
  color: #1e2324;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
.czd-page-title-content {
  height: 100%;
  display: table;
  width: 100%;
}
.czd-page-title-text {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.czd-page-title-text .inline-page-title {
  display: inline-block;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 10px;
  border-left: 10px;
  border-color: rgba(171,183,189,0.5);
  padding: 0 30px;
  border-style: solid;
  position: relative;
}
.czd-page-title-text .inline-page-title:before,
.czd-page-title-text .inline-page-title:after {
  top: 0px;
  position: absolute;
  content: '';
  width: 20%;
  left: 0;
  height: 10px;
  background: rgba(171,183,189,0.5);
}
.czd-page-title-text .inline-page-title:before {
  left: 0;
}
.czd-page-title-text .inline-page-title:after {
  left: auto;
  right: 0;
}
.czd-page-title-text .inline-page-title h1 {
  font-family: Roboto, sans-serif;
  font-size: 60px;
  color: #fff;
  margin: 15px 0 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.czd-page-title-text h3 {
  -webkit-transform: translateY(calc(55%));
  -khtml-transform: translateY(calc(55%));
  -moz-transform: translateY(calc(55%));
  -ms-transform: translateY(calc(55%));
  -o-transform: translateY(calc(55%));
  transform: translateY(calc(55%));
  margin: 0 auto;
  z-index: 1;
  font-style: italic;
  color: #d4dde1;
}
.czd-page-title-text .czd-border-top {
  padding-top: 30px;
  border-bottom: 10px solid rgba(171,183,189,0.5);
}
.sp-page-title {
  height: 400px;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: fixed;
}
.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;
}
.czd-page-title-container {
  height: 100%;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background: #fff;
}
#sp-main-body {
  padding: 50px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 50px;
  clear: both;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: inline-block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
}
.sp-module ul >li >a:hover {
  background-color: transparent;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div:first-child {
  padding-top: 10px;
}
.sp-module .latestnews >div .img {
  width: 90px;
  min-width: 90px;
  margin-right: 15px;
}
.sp-module .latestnews >div .txt >a {
  color: #141414;
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -5px 0 5px;
}
.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;
}
.sp-module-title,
.sppb-title-heading {
  font-weight: 700;
  font-size: 36px;
  color: #1f2325;
  margin-top: 0;
  margin-bottom: 60px;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}
.sp-module-title .sp-module-title-sub,
.sppb-title-heading .sp-module-title-sub {
  color: #8e9699;
  margin-right: 16px;
  font-size: 14px;
  position: relative;
  line-height: 46px;
  display: inline-block;
}
.sp-module-title .sp-module-title-sub:before,
.sppb-title-heading .sp-module-title-sub:before {
  right: 0;
  top: 5px;
  position: absolute;
  content: '';
  background: #5cb1e2;
  width: 60px;
  height: 4px;
}
.title-styles2 .sp-module-title,
.title-styles2 .sppb-title-heading {
  color: #fff;
}
.title-styles2 .sp-module-title .sp-module-title-sub,
.title-styles2 .sppb-title-heading .sp-module-title-sub {
  color: #fff;
}
.sp-module-published {
  font-weight: 700;
  font-size: 36px;
  color: #1f2325;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
}
.sp-module-published .sp-module-published-sub {
  color: #8e9699;
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  line-height: 46px;
  display: inline-block;
}
.sp-module-published .sp-module-published-sub:before {
  right: 0;
  top: 5px;
  position: absolute;
  content: '';
  background: #5cb1e2;
  width: 30px;
  height: 2px;
}
#sp-right .sp-module-title,
#sp-left .sp-module-title {
  color: #141414;
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: 'Georgia, serif';
}
#sp-right .sp-module-title .sp-module-title-sub,
#sp-left .sp-module-title .sp-module-title-sub {
  color: #141414;
  margin-right: 0;
  font-size: 20px;
  position: relative;
  line-height: inherit;
  display: inline-block;
}
#sp-right .sp-module-title .sp-module-title-sub:before,
#sp-left .sp-module-title .sp-module-title-sub:before {
  display: none;
}
.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-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 46px 0;
  z-index: 99;
}
.search-box ::-moz-placeholder {
  opacity: 1;
  color: #1e2324;
}
.search-box:hover input[type="search"] {
  width: 200px;
  border-color: #1e2324;
  background: #fff;
}
.search-box button.search {
  background: transparent;
  border: none;
}
.search-box button.search i {
  color: #1e2324;
  font-size: 20px;
  vertical-align: middle;
}
.search-box input[type="search"] {
  width: 0;
  height: 32px;
  position: absolute;
  top: 0;
  right: 100%;
  border: 1px solid transparent;
  color: #1e2324;
  padding: 2px 10px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.search-box input[type="search"]:focus {
  outline: none;
}
.search-box .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search-box .phrases .ordering-box {
  margin-bottom: 15px;
}
.search-box .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search-box .search-results dt.result-title {
  margin-top: 40px;
}
.search-box .search-results dt,
.search-box .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;
}
.blog h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.blog h2 a {
  color: #141414;
}
.blog .img_caption p.img_caption {
  display: none;
}
.blog .blog_intro_items {
  margin-bottom: 30px;
}
.blog .blog_intro_items .blog_info  p {
  display: none;
}
.blog .czd-blog-date,
.blog .czd-blog-category {
  width: 50%;
  float: left;
  text-align: left;
}
.blog .czd-blog-category a {
  padding: 0px 10px;
  font-size: 11px;
  background: #5cb1e2;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-left: 10px;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
.jcomments-links {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.jcomments-links a {
  color: #8e9699;
}
article.item {
  margin-bottom: 50px;
}
.blog-tags-social {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tags a {
  border: 1px solid #8e9699;
  border-radius: 2px;
  color: #8e9699;
  font-size: 11px;
  font-style: italic;
  line-height: 36px;
  margin-right: 10px;
  padding: 10px 27px;
}
.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;
}
.entry-header h2 {
  color: #1e2324;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  font-family: "Georgia, serif";
  margin-top: 5px;
  text-transform: capitalize;
}
.entry-header h2 a {
  color: #1e2324;
}
.createdby {
  font-size: 14px;
  margin-bottom: 20px;
}
.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 h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  padding: 0 15px;
  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 {
  color: #212121;
  display: block;
  font-size: 14px;
}
.helix-social-share .helix-social-share-icon ul li div a:hover {
  color: #112ac8;
}
.our-partners .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.our-partners .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
#sp-footer .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}
.ula-footer-info {
  color: #cdcdcd;
  overflow: hidden;
}
.ula-footer-info .ula-icon {
  text-align: center;
  max-width: 30px;
  margin: 0 auto;
}
.ula-footer-info .ula-icon:before,
.ula-footer-info .ula-icon:after {
  position: absolute;
  content: '';
  background: #5cb1e2;
  width: 50%;
  height: 1px;
  top: 18px;
  width: calc(50% - 45px);
  width: -moz-calc(50% - 45px);
  width: -webkit-calc(50% - 45px);
}
.ula-footer-info .ula-icon:before {
  left: 15px;
}
.ula-footer-info .ula-icon:after {
  right: 15px;
}
.ula-footer-info .ula-icon i {
  font-size: 35px;
}
.ula-footer-info p {
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  font-style: italic;
  margin-top: 10px;
}
.ula-footer-open-time {
  margin: 80px auto 0;
  max-width: 800px;
}
.ula-footer-open-time .ula-footer-logo {
  margin-bottom: 50px;
}
.ula-footer-open-time >div {
  background: #011823;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  display: table;
}
.ula-footer-open-time >div div {
  width: 33.33%;
  display: table-cell;
  text-align: center;
}
.ula-footer-open-time >div div span {
  color: #c8cfd2;
  font-weight: 700;
  text-transform: uppercase;
}
.acymailing_form .inputbox {
  margin: auto;
  min-width: 370px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #5cb1e2;
  text-align: center;
  border-radius: 0;
  padding: 30px 15px;
  color: #8e9699;
}
.acymailing_form .inputbox:focus,
.acymailing_form .inputbox:active {
  outline-color: transparent;
}
.acymailing_form .subbutton {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 10px 35px;
  margin-top: 40px;
  font-size: 13px;
  background: transparent;
  border-radius: 0;
  text-transform: uppercase;
}
.acymailing_form .subbutton:hover {
  background: #5cb1e2;
  border: 1px solid #5cb1e2;
}
#sp-footer-bottom {
  font-size: 12px;
}
#sp-footer2 .social-icons {
  font-size: 14px;
}
#sp-footer3 ul.menu {
  text-align: right;
}
#sp-footer3 ul.menu li {
  position: relative;
}
#sp-footer3 ul.menu li:after {
  position: absolute;
  left: 15px;
  top: 6px;
  width: 1px;
  height: 11px;
  content: "";
  background: #8e9699;
}
#sp-footer3 ul.menu li > a {
  cursor: pointer;
  padding: 0 0 0 30px;
}
#sp-footer3 ul.menu li:first-child:after {
  display: none;
}
#sp-footer3 ul.menu li:first-child > a {
  padding-left: 0;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 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;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
.contact {
  overflow: hidden;
  color: #707070;
  padding: 0 0 121px;
  font-size: 16px;
  line-height: 26px;
}
.contact h3 {
  margin: 0 0 18px;
  font-weight: 700;
  color: #252525;
  font-size: 24px;
  line-height: 28px;
  font-family: '"Georgia, serif", serif';
}
.contact p {
  margin: 0 0 20px;
  font-family: '"Georgia, serif", serif';
}
.contact .column,
.contact .control-group {
  padding: 0 0 16px;
  overflow: hidden;
  margin: 0;
}
.contact .column .control-label,
.contact .control-group .control-label {
  display: none;
}
.contact input[type="text"] {
  float: left;
  width: 100%;
  height: 40px;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  outline: none;
}
.contact input[type="text"]:focus {
  padding-left: 10px;
}
.contact input[type="email"] {
  float: left;
  width: 100%;
  height: 40px;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  outline: none;
}
.contact input[type="email"]:focus {
  padding-left: 10px;
}
.contact input[type="tel"] {
  float: left;
  width: 100%;
  height: 40px;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  outline: none;
}
.contact input[type="tel"]:focus {
  padding-left: 10px;
}
.contact textarea {
  float: left;
  width: 100%;
  height: 40px;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  -webkit-transition: all ease .5s !important;
  transition: all ease .5s !important;
  outline: none;
  margin: 0;
  resize: none;
  height: 112px;
  padding: 8px 0 0;
}
.contact textarea:focus {
  padding-left: 10px;
}
.contact input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 29px;
  border: 1px solid;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.7px;
  margin-top: 20px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.contact input[type="submit"]:hover {
  color: #252525;
  background: #fff;
  border-color: #252525;
}
.map {
  overflow: hidden;
  padding: 7px 0 0;
  position: relative;
}
.map img {
  display: block;
  width: 100%;
  height: auto;
}
.map .icon-location {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -89px 0 0 -28px;
  z-index: 2;
  font-size: 70px;
  line-height: 70px;
}
.map-canvas {
  top: 0;
  bottom: 0;
  width: 1200px;
  position: absolute;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.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: 40px !important;
    line-height: 40px !important;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
.pogoSlider {
  color: #fff;
}
.pogoSlider .slide-item-desc-warp {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  animation-name: inherit;
}
.pogoSlider .slide-item-desc-warp .slide-inner {
  margin: 0 auto;
}
.pogoSlider .slide-item-desc-warp .slide-inner .slide-item-subtitle {
  font-family: "Georgia, serif";
  font-style: italic;
  color: #d4dde1;
  letter-spacing: 2px;
  font-weight: 600;
}
.pogoSlider .slide-item-desc-warp .slide-inner .slide-item-title {
  font-family: "Times New Roman";
  font-size: 72px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 20px 0;
}
.pogoSlider .slide-item-desc-warp .slide-inner .slide-full-text {
  font-family: "Georgia, serif";
  line-height: 32px;
  color: #d4dde1;
  margin-bottom: 60px;
}
.pogoSlider .slide-item-desc-warp .slide-inner .btn {
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
}
.pogoSlider .slide-item-desc-warp.pogoSlider-animation-slideUpIn .slide-item-subtitle {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  -moz-animation: fadeInDown 300ms linear 300ms both;
  -o-animation: fadeInDown 300ms linear 300ms both;
  -ms-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}
.pogoSlider .slide-item-desc-warp.pogoSlider-animation-slideUpIn .slide-item-title {
  -webkit-animation: fadeInDown 300ms linear 800ms both;
  -moz-animation: fadeInDown 300ms linear 800ms both;
  -o-animation: fadeInDown 300ms linear 800ms both;
  -ms-animation: fadeInDown 300ms linear 800ms both;
  animation: fadeInDown 300ms linear 800ms both;
}
.pogoSlider .slide-item-desc-warp.pogoSlider-animation-slideUpIn .slide-full-text {
  -webkit-animation: fadeInUp 800ms linear 800ms both;
  -moz-animation: fadeInUp 800ms linear 800ms both;
  -o-animation: fadeInUp 800ms linear 800ms both;
  -ms-animation: fadeInUp 800ms linear 800ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
.pogoSlider .slide-item-desc-warp.pogoSlider-animation-slideUpIn .btn {
  -webkit-animation: fadeInUp 1100ms linear 1100ms both;
  -moz-animation: fadeInUp 1100ms linear 1100ms both;
  -o-animation: fadeInUp 1100ms linear 1100ms both;
  -ms-animation: fadeInUp 1100ms linear 1100ms both;
  animation: fadeInUp 300ms linear 1600ms both;
}
.pogoSlider .pogoSlider-nav-btn {
  border-radius: 0;
  width: 30px;
  height: 3px;
  box-shadow: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.pogoSlider .pogoSlider-nav-btn:hover {
  background: #fff;
}
.pogoSlider .pogoSlider-slide img {
  width: 100%;
}
.pogoSlider .pogoSlider-nav-btn--selected {
  background: #fff;
}
.pogoSlider.pogoSlider--navBottom .pogoSlider-nav {
  bottom: 50px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.img-frame {
  margin-bottom: 80px;
}
.txt-frame h3 {
  font-family: "Georgia, serif";
  font-size: 24px;
  color: #1e2324;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.txt-frame p {
  font-size: 16px;
}
.txt-frame .signature {
  padding: 25px 0;
}
.client-area .box .counter {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #40474a;
  display: block;
  letter-spacing: 4px;
  padding-bottom: 25px;
}
.client-area .box .title {
  font-family: "Georgia, serif";
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
}
.service-area .sp-module .sp-module-title {
  margin-bottom: 55px;
}
.services h3 {
  font-family: "Georgia, serif";
  font-size: 20px;
  font-weight: 600;
  color: #40474a;
  margin-bottom: 25px;
}
.services h3 img {
  margin-right: 15px;
}
.services p {
  font-size: 14px;
}
.services .czd-service-link {
  font-size: 13px;
  font-weight: 700;
  margin-top: 25px;
}
.services .czd-service-link i {
  padding-right: 10px;
}
.services .czd-service-link a {
  color: #1f2325;
}
#owl-carousel.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.czd-contact-bar {
  position: relative;
  padding: 50px 0;
}
.czd-contact-bar h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
}
.czd-contact-bar p {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  color: #fff;
  font-style: italic;
}
.czd-contact-bar .button-contact-bar {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 29px;
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.7px;
  margin-top: 20px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.czd-contact-bar .button-contact-bar:hover {
  color: #252525;
  background: #fff;
}
.czd-contact-bar:before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000%;
  height: 100%;
  left: -100%;
}
.title.mid {
  text-align: center;
}
.czd-team-inner .czd-team-overlay-inner {
  border: 1px solid #e5e5e5;
  border-radius: 0 0 5px 5px;
  padding: 30px 10px;
  position: relative;
  text-align: center;
}
.czd-team-inner h4 {
  color: #1e2324;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}
.czd-team-inner .czd-team-socials {
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: -17px;
  transition: all 0.4s ease 0s;
  left: 50%;
  width: 100%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.czd-team-inner .czd-team-socials li {
  background: #8e9699 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
.czd-team-inner:hover .czd-team-overlay-inner {
  border: 1px solid;
}
.czd-team-inner:hover .czd-team-socials {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.czd-team-position span {
  font-size: 12px;
  font-style: italic;
  line-height: 24px;
}
.czd-team-socials a {
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.team .owl-controls.clickable {
  margin-bottom: 45px;
  margin-top: -35px;
}
.skills {
  padding: 145px 0 0 50px;
}
.skills .title {
  margin-bottom: 30px;
}
.skills p {
  width: 90%;
}
.progress-wrrap {
  margin-top: 70px;
}
.progress {
  border-radius: 4px;
  box-shadow: none;
  height: 7px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.slkills-number {
  float: right;
}
.slkills-text {
  float: left;
  color: #40474a;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 6px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Georgia, serif";
}
.skills.skills2 {
  padding-top: 0;
}
.skills.skills2 .progress-wrrap {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-dot span {
  border-radius: 0 !important;
  height: 5px !important;
  width: 32px !important;
  margin: 50px 7px 0 !important;
}
#mod-sp-simpleportfolio-carousel .owl-item:nth-child(2n+1) {
  overflow: hidden;
  padding-top: 50px;
}
#mod-sp-simpleportfolio-carousel .owl-carousel .owl-item img {
  transform-style: inherit;
}
.czd-imghover {
  overflow: hidden;
  position: relative;
}
.czd-imghover:before {
  background: rgba(92,177,226,0.8) none repeat scroll 0 0;
  content: "";
  height: 0;
  left: 30%;
  position: absolute;
  top: 30%;
  width: 0;
}
.czd-imghover:hover:before {
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}
.czd-imghover:hover .czd-link-img {
  opacity: 1;
  top: 45%;
  transition: all 0.8s ease 0s;
}
.czd-imghover:hover .czd-link-img.czd-link-2 {
  top: inherit;
  bottom: 47%;
}
.czd-link-img {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
  color: #fff;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.czd-link-img.czd-link-1 {
  left: 47%;
}
.czd-link-img.czd-link-2 {
  left: 53%;
  top: inherit;
  bottom: 0;
}
.zcube-button {
  display: inline-table;
  margin-bottom: 16px;
  margin-top: 16px;
}
.owl .title.mid {
  margin: 0;
}
.testimonials-box {
  border-bottom: 1px solid rgba(214,223,226,0.4);
  border-left: 1px solid rgba(214,223,226,0.4);
  border-radius: 5px;
  border-right: 1px solid rgba(214,223,226,0.4);
  margin-top: 50px;
  padding: 30px;
}
.testimonials-box::after {
  border-top: 1px solid rgba(214,223,226,0.4);
  border-top-right-radius: 5px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 50px;
  transition: all 0.5s ease 0s;
  width: calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
}
.testimonials-box::before {
  border-bottom-left-radius: 5px;
  border-top: 1px solid rgba(214,223,226,0.4);
  border-top-left-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50px;
  transition: all 0.3s ease 0s;
  width: 25%;
}
.testimonials-thumbnail {
  margin-right: 30px;
}
.testimonials-thumbnail img {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 100px;
}
.testimonial-title {
  margin-top: 38px;
}
.testimonial-title p {
  font-size: 12px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 0;
}
.outer-testimonials {
  display: flex;
  max-width: 250px;
  position: absolute;
  top: 0;
  transform: translateY(0px);
}
.testimonial-content {
  padding-top: 50px;
  font-family: "Georgia, serif";
  color: #c8cfd2;
}
.zcube-title {
  color: #fff;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
#owl-demo2 .owl-item {
  margin-right: 25px;
  width: 360px !important;
}
.testimonials .title.mid {
  color: #fff;
  width: 450px;
  margin: auto;
}
.background_blue {
  background: #01293d none repeat scroll 0 0;
  padding: 150px 0;
  text-align: center;
}
.background_blue2 {
  background: #012131 none repeat scroll 0 0;
  padding: 150px 0;
  text-align: center;
}
.background_blue3 {
  background: #011a26 none repeat scroll 0 0;
  padding: 150px 0;
  text-align: center;
}
.czd-fancyboxes-wrape .czd-fancybox-item {
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  padding: 20px 50px 45px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.czd-fancyboxes-wrape .czd-fancybox-item::before {
  border-bottom-left-radius: 5px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-top-left-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: calc(50% - 120px);
  width: -moz-calc(50% - 120px);
  width: -webkit-calc(50% - 120px);
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.czd-fancyboxes-wrape .czd-fancybox-item::after {
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #ccc;
  border-top-right-radius: 5px;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  transition: all 0.5s ease 0s;
  width: calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: -webkit-calc(50% - 60px);
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.czd-fancyboxes-wrape .czd-fancybox-item .czd-fancybox-item-inline {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.czd-fancyboxes-wrape .czd-fancybox-item .czd-fancybox-item-inline::before {
  border-top: 1px solid #ccc;
  border-top-right-radius: 5px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: calc(50% - 120px);
  width: -moz-calc(50% - 120px);
  width: -webkit-calc(50% - 120px);
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.czd-fancyboxes-wrape .czd-fancybox-item .czd-fancybox-item-inline::after {
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  width: calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: -webkit-calc(50% - 60px);
}
.czd-fancyboxes-wrape .czd-fancybox-title {
  color: #fff;
  font-size: 22px;
  left: 50%;
  margin-top: 0;
  min-width: 200px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%,-50%);
  width: 100%;
}
.czd-fancyboxes-wrape .czd-fancybox-item .czd-fancybox-icon {
  margin-bottom: 35px;
  margin-top: 15px;
  min-height: 32px;
}
.czd-fancyboxes-wrape .czd-fancybox-item .czd-fancybox-body .czd-fancybox-content {
  color: #d4dde1;
  font-size: 14px;
  line-height: 24px;
}
.czd-fancyboxes-wrape .czd-fancybox-item .czd-fancybox-link {
  bottom: 0;
  font-weight: 700;
  left: 50%;
  min-width: 122px;
  position: absolute;
  transform: translate(-50%,50%);
}
.czd-fancyboxes-wrape .czd-fancybox-item .czd-fancybox-link a {
  border: 1px solid #ccc;
  color: #fff;
  font-size: 13px;
  line-height: 36px;
  padding: 10px 20px;
  background: none;
}
.czd-fancyboxes-wrape .czd-fancybox-item:hover::before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.czd-fancyboxes-wrape .czd-fancybox-item:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.czd-fancyboxes-wrape .czd-fancybox-item:hover .czd-fancybox-item-inline::before {
  border-top: 1px solid #fff;
}
.czd-fancyboxes-wrape .czd-fancybox-item:hover .czd-fancybox-item-inline::after {
  border-bottom: 1px solid #fff;
}
.czd-fancyboxes-wrape .czd-fancybox-item:hover .czd-fancybox-link a {
  border: 1px solid #fff;
}
.section-padding.fanceboxes {
  padding: 0;
}
.fancyboxes-content {
  margin-top: 20px;
}
.fancyboxes-content .czd-fancybox-item {
  margin-bottom: 80px;
}
.fancyboxes-content .czd-fancyboxes-wrape .czd-fancybox-title {
  color: #40474a;
}
.fancyboxes-content .czd-fancyboxes-wrape .czd-fancybox-item .czd-fancybox-body .czd-fancybox-content {
  color: #40474a;
  text-align: center;
}
.fancyboxes-content .czd-fancyboxes-wrape .czd-fancybox-item .czd-fancybox-link a {
  color: #40474a;
}
.fancyboxes-content .czd-fancyboxes-wrape .czd-fancybox-item .czd-fancybox-icon {
  text-align: center;
}
.fancyboxes-content .czd-fancyboxes-wrape .czd-fancybox-item:hover::before {
  border-left: 1px solid #5cb1e2;
  border-top: 1px solid #5cb1e2;
}
.fancyboxes-content .czd-fancyboxes-wrape .czd-fancybox-item:hover::after {
  border-bottom: 1px solid #5cb1e2;
  border-right: 1px solid #5cb1e2;
}
.fancyboxes-content .czd-fancyboxes-wrape .czd-fancybox-item:hover::before {
  border-left: 1px solid #5cb1e2;
  border-top: 1px solid #5cb1e2;
}
.fancyboxes-content .czd-fancyboxes-wrape .czd-fancybox-item:hover .czd-fancybox-item-inline::before {
  border-top: 1px solid #5cb1e2;
}
.fancyboxes-content .czd-fancyboxes-wrape .czd-fancybox-item:hover .czd-fancybox-item-inline::after {
  border-bottom: 1px solid #5cb1e2;
}
.fancyboxes-content .czd-fancyboxes-wrape .czd-fancybox-item:hover .czd-fancybox-link a {
  border: 1px solid #5cb1e2;
}
.pricing-inner {
  border: 1px solid #e5e5e5;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  padding: 60px 30px;
  text-align: center;
  background: #fff;
}
.pricing-inner:hover {
  border: 1px solid #5cb1e2;
}
.pricing-inner .pricing-price {
  background: #5cb1e2 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  height: 180px;
  margin: 0 auto;
  padding: 60px 0;
  width: 180px;
}
.pricing-inner .pricing-price .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  font-family: '"Georgia, serif", serif';
}
.pricing-inner .pricing-price .time {
  font-size: 16px;
  font-style: italic;
}
.pricing-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #1e2324;
  font-family: '"Georgia, serif", serif';
}
.pricing-meta::before {
  top: 0;
}
.pricing-meta {
  padding: 33px 0;
  position: relative;
}
.pricing-meta::before,
.pricing-meta::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 180px;
}
.pricing-meta::after {
  bottom: 0;
}
.option-item {
  font-size: 14px;
  line-height: 42px;
}
.pricing-button .btn-pricing.btn-primary {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 25px;
}
.pricing-inner.active {
  border: 1px solid #5cb1e2;
}
.pricing2 {
  background: rgba(0,0,0,0) url("../img/bg_pricing.jpg") repeat fixed 0 0 / cover;
  padding: 100px 0;
}
.pricing2 .pricing-inner {
  background: #fff none repeat scroll 0 0;
}
.pricing2 .pricing-inner .pricing-price {
  background: #012131 none repeat scroll 0 0;
}
.pricing2 .pricing-button .btn-pricing.btn-primary {
  border-color: #012131;
  border-style: solid;
  border-width: 1px;
}
.pricing2 .pricing-button .btn-pricing.btn-primary:hover {
  background-color: #012131;
}
.pricing3 .pricing-inner.active {
  background: #5cb1e2 none repeat scroll 0 0;
  border: 1px solid #5cb1e2;
  color: #fff;
}
.pricing3 .active .pricing-price {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #5cb1e2;
  height: 180px;
  margin: 0 auto;
  padding: 60px 0;
  width: 180px;
}
.pricing3 .active .pricing-title {
  color: #fff;
}
.price-content {
  border: 1px solid #fff;
}
.pricing3 .active .pricing-button .btn-pricing.btn-primary {
  border: 1px solid #fff;
  color: #fff;
}
.pricing3 .active .price-content {
  border: 1px solid #79bde5;
}
.pricing3 .active .pricing-button .btn-pricing.btn-primary {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #5cb1e2;
}
.pricing3 .active .pricing-meta::before,
.pricing3 .active .pricing-meta::after {
  background: #79bde5 none repeat scroll 0 0;
}
.pricing3 .pricing-inner:hover .pricing-meta::before,
.pricing3 .pricing-inner:hover .pricing-meta::after {
  background: #79bde5 none repeat scroll 0 0;
}
.pricing3 .pricing-inner:hover {
  background: #5cb1e2 none repeat scroll 0 0;
  color: #fff;
}
.pricing3 .pricing-inner:hover .price-content {
  border: 1px solid #79bde5;
}
.pricing3 .pricing-inner .price-content:hover {
  border: 1px solid #79bde5;
}
.pricing3 .pricing-inner:hover .pricing-price {
  background: #fff none repeat scroll 0 0;
  color: #5cb1e2;
}
.pricing3 .pricing-inner:hover .pricing-button .btn-pricing.btn-primary {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #5cb1e2;
}
.pricing3 .pricing-inner:hover .pricing-title {
  color: #fff;
}
.pricing3 .price-content {
  border: 1px solid #fff;
  padding: 20px 0;
}
.sp-sig {
  margin: 11px -10px 50px 0;
}
.sp-sig li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 10px 0;
}
.sp-sig a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.sp-sig a:hover img {
  opacity: .7;
}
.left_menu ul,
.right_menu ul {
  padding: 0;
  font-family: "Georgia, serif";
}
.left_menu ul li,
.right_menu ul li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
  list-style: inside none none;
  display: block;
}
.left_menu ul li:after,
.right_menu ul li:after {
  background: none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 0;
}
.left_menu ul li:hover:after,
.left_menu ul li.current:after,
.right_menu ul li:hover:after,
.right_menu ul li.current:after {
  width: 50px;
}
.left_menu a,
.right_menu a {
  color: #012131;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.download {
  display: inline-block;
  padding: 20px 0px;
  font-size: 13px;
  text-align: center;
  width: 100%;
  background: #5cb1e2 none repeat scroll 0 0;
  color: #fff;
  line-height: 26px;
  margin-top: 20px;
}
.download:hover {
  background: #1f2325 none repeat scroll 0 0;
  color: #5cb1e2;
}
.wg-title {
  color: #141414;
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
  text-transform: capitalize;
  font-family: 'Georgia, serif';
}
.left_menu {
  margin-bottom: 50px;
}
blockquote {
  border: 1px solid #8e9699;
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 40px;
  padding: 30px;
  position: relative;
}
blockquote footer {
  color: #1e2324;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  background: rgba(0,0,0,0) none repeat scroll 0 0;
}
blockquote footer:before {
  background: none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
blockquote:after {
  bottom: 20px;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 45px;
  font-style: italic;
  position: absolute;
  right: 20px;
}
.extra-font1 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Georgia, serif';
  color: #141414;
}
.blog-img {
  margin-bottom: 50px;
}
.comment {
  overflow: hidden;
}
.comment:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.comment ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment ol:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.comment-form .column:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.comment-form #comments-form-send,
.comment-form #comments-form-send {
  text-decoration: none;
}
.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="email"],
.comment-form input[type="search"],
.comment-form input[type="password"],
.comment-form input[type="url"],
.comment-form input[type="date"],
.comment-form #comments-form-send,
.comment-form #comments-form-send {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="search"]:focus,
.comment-form input[type="password"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="date"]:focus,
.comment-form #comments-form-send:focus,
.comment-form #comments-form-send:focus {
  outline: none;
  border-color: #333;
}
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="tel"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="search"]::-webkit-input-placeholder,
.comment-form input[type="password"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form input[type="date"]::-webkit-input-placeholder,
.comment-form #comments-form-send::-webkit-input-placeholder,
.comment-form #comments-form-send::-webkit-input-placeholder {
  color: #ccc;
}
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="tel"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="search"]::-moz-placeholder,
.comment-form input[type="password"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form input[type="date"]::-moz-placeholder,
.comment-form #comments-form-send::-moz-placeholder,
.comment-form #comments-form-send::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="tel"]:-moz-placeholder,
.comment-form input[type="email"]:-moz-placeholder,
.comment-form input[type="search"]:-moz-placeholder,
.comment-form input[type="password"]:-moz-placeholder,
.comment-form input[type="url"]:-moz-placeholder,
.comment-form input[type="date"]:-moz-placeholder,
.comment-form #comments-form-send:-moz-placeholder,
.comment-form #comments-form-send:-moz-placeholder {
  color: #ccc;
}
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="tel"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="search"]:-ms-input-placeholder,
.comment-form input[type="password"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form input[type="date"]:-ms-input-placeholder,
.comment-form #comments-form-send:-ms-input-placeholder,
.comment-form #comments-form-send:-ms-input-placeholder {
  color: #ccc;
}
.comment-form input[type="text"] .placeholder,
.comment-form input[type="tel"] .placeholder,
.comment-form input[type="email"] .placeholder,
.comment-form input[type="search"] .placeholder,
.comment-form input[type="password"] .placeholder,
.comment-form input[type="url"] .placeholder,
.comment-form input[type="date"] .placeholder,
.comment-form #comments-form-send .placeholder,
.comment-form #comments-form-send .placeholder {
  color: #ccc;
}
.comment-form textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .5em .7em;
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
  margin: 0 4px 0 0;
  width: 300px;
}
.comment-form textarea:focus {
  outline: none;
  border-color: #333;
}
.comment-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.comment-form textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.comment-form textarea:-moz-placeholder {
  color: #ccc;
}
.comment-form textarea:-ms-input-placeholder {
  color: #ccc;
}
.comment-form textarea .placeholder {
  color: #ccc;
}
.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form input[type="submit"],
.comment-form #comments-form-send,
.comment-form #comments-form-send {
  display: block;
  float: none;
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em;
}
.comment-form input[type="submit"]:hover,
.comment-form #comments-form-send:hover,
.comment-form #comments-form-send:hover {
  opacity: .8;
}
.comment-form {
  overflow: hidden;
  margin: 0 0 79px;
}
.comment-form::-webkit-input-placeholder {
  color: #b7b7b7;
}
.comment-form:-moz-placeholder {
  color: #b7b7b7;
}
.comment-form::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}
.comment-form:-ms-input-placeholder {
  color: #b7b7b7;
}
.comment-form h3 {
  margin: 0;
  font-weight: 700;
  padding: 10px 0 30px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  letter-spacing: 1px;
  font-family: 'Georgia, serif';
  color: #141414;
}
.comment-form .column .rows {
  float: left;
  width: 42.6%;
}
.comment-form .column .rows + .rows {
  float: right;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
  float: left;
  width: 100%;
  height: 49px;
  padding: 0 0 4px;
  border: 0;
  margin: 0;
  color: #b7b7b7;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.comment-form textarea {
  float: left;
  width: 100%;
  height: 49px;
  padding: 0 0 4px;
  border: 0;
  margin: 0;
  color: #b7b7b7;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  padding: 25px 0 0;
  min-height: 102px;
  resize: none;
  margin: 0 0 59px;
}
.comment-form input[type="submit"],
.comment-form #comments-form-send,
.comment-form #comments-form-send {
  margin: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  background: #fff;
  padding: 12px 20px;
  border: 1px solid;
  letter-spacing: 2.2px;
  height: auto;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  display: inline-block;
}
.comment-form input[type="submit"]:hover,
.comment-form #comments-form-send:hover,
.comment-form #comments-form-send:hover {
  color: #252525;
  border-color: #252525;
  background: transparent;
}
.pagination-wrapper,
.vm-pagination {
  text-align: center;
  clear: both;
}
.pagination-wrapper ul li,
.vm-pagination ul li {
  display: inline-block;
  margin: 0 3px;
}
.pagination-wrapper ul li a,
.vm-pagination ul li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.pagination-wrapper ul li.active a,
.pagination-wrapper ul li:hover a,
.vm-pagination ul li.active a,
.vm-pagination ul li:hover a {
  color: #fff;
}
.pagination-wrapper ul li.active a.fa,
.pagination-wrapper ul li:hover a.fa,
.vm-pagination ul li.active a.fa,
.vm-pagination ul li:hover a.fa {
  border: none;
}
.masonry-holder .links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.masonry-holder .links:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.masonry-holder .masonry {
  margin: 0;
  padding: 0;
  list-style: none;
}
.masonry-holder .masonry:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.masonry-holder .masonry .caption .icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.masonry-holder .masonry .caption .icons:after {
  content: " ";
  display: block;
  clear: both;
  content: "";
}
.masonry-holder {
  overflow: hidden;
  padding: 0 0 30px;
  text-align: center;
}
.masonry-holder .paginations {
  padding-top: 80px;
}
.masonry-holder h2 {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding: 8px 0 59px 23px;
  letter-spacing: 3.6px;
  text-align: left;
}
.masonry-holder h2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 1px;
  content: "";
}
.masonry-holder .links {
  padding: 0 0 56px;
}
.masonry-holder .links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.masonry-holder .links a {
  text-decoration: none;
  color: #252525;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.masonry-holder .sp-simpleportfolio-items .sp-simpleportfolio-item .holder {
  overflow: hidden;
  position: relative;
}
.masonry-holder .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .caption {
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(95% - 20px);
  height: calc(95% - 20px);
  opacity: 1;
}
.masonry-holder .sp-simpleportfolio-items .sp-simpleportfolio-item .img img {
  display: block;
  width: 100%;
  height: auto;
}
.masonry-holder .sp-simpleportfolio-items a {
  text-decoration: none;
}
.masonry-holder .sp-simpleportfolio-items .caption {
  position: absolute;
  left: calc(30% - 20px);
  top: calc(30% - 20px);
  width: calc(60% - 20px);
  height: calc(60% - 20px);
  background: rgba(255,255,255,0.9);
  box-shadow: 0 14px 54px rgba(0,0,0,0.22);
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.masonry-holder .sp-simpleportfolio-items .caption .c1 {
  display: table;
  width: 100%;
  height: 100%;
}
.masonry-holder .sp-simpleportfolio-items .caption .c2 {
  display: table-cell;
  vertical-align: middle;
}
.masonry-holder .sp-simpleportfolio-items .caption .title {
  display: block;
  padding: 2px 0 10px;
  font-weight: 700;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #252525;
}
.masonry-holder .sp-simpleportfolio-items .caption p {
  margin: 0 0 26px;
  font-size: 12px;
  line-height: 14px;
  color: #b7b7b7;
  font-style: italic;
  text-transform: none;
}
.masonry-holder .sp-simpleportfolio-items .caption .icons li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
  width: auto;
  padding: 0;
  float: none;
}
.masonry-holder .sp-simpleportfolio-items .caption .icons a {
  display: inline-block;
  vertical-align: middle;
  color: #252525;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 23px;
  line-height: 45px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.masonry-holder .sp-simpleportfolio-items .caption .icons a span {
  display: none;
}
.masonry-holder .sp-simpleportfolio-items .caption .icons a i {
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
}
.masonry-holder .sp-simpleportfolio-items .caption .icons a .icon-attach {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.masonry-holder .masonry.add li {
  width: 31.8%;
}
.masonry-holder .masonry.grid2 li {
  width: 50%;
}
.masonry-holder .masonry.grid3 li {
  width: 33.33%;
}
.masonry-holder .more {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #252525;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #252525;
  text-transform: uppercase;
  padding: 11px 37px 10px;
  letter-spacing: 2.2px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.paginations {
  overflow: hidden;
  margin: 0 0 50px;
  display: block;
  border-radius: 0;
}
.paginations ul {
  text-align: center;
}
.paginations li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.paginations li.active a {
  border-color: #000;
}
.paginations a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 39px;
  border: 1px solid #e5e5e5;
  color: #252525;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  line-height: 36px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.paginations a:hover {
  border-color: #000;
}
body .featherlight .featherlight-content {
  padding: 0;
  border-bottom: 0;
  background: transparent;
}
body .featherlight .featherlight-close-icon {
  font-size: 26px;
}
.gallery {
  overflow: hidden;
  padding: 39px 0 60px;
}
.gallery .img {
  margin-bottom: 30px;
}
.gallery .img img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery .text {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
}
.gallery h2 {
  margin: 0 0 13px;
  color: #252525;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}
.gallery p {
  margin: 0 0 41px;
}
.gallery dl {
  margin: 0;
  border-top: 1px solid #e5e5e5;
  padding: 54px 0 0;
  letter-spacing: 1.6px;
  font-size: 14px;
  line-height: 16px;
}
.gallery dl dt {
  float: left;
  clear: left;
  font-weight: normal;
  color: #b7b7b7;
  margin: 0 4px 0 0;
  padding: 0 0 16px;
}
.gallery dl dd {
  overflow: hidden;
  font-weight: 700;
  color: #252525;
  padding: 0 0 16px;
}
#sp-page-title {
  padding-bottom: 20px;
}
.video-play-wrapper {
  text-align: center;
}
.video-play-wrapper a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 40px;
  color: #fff;
  transition: all 400ms;
  outline: none;
}
.video-play-wrapper a em,
.video-play-wrapper a i {
  color: #061f2f;
  font-size: 20px;
  line-height: 40px;
  text-indent: 4px;
}
.video-play-wrapper a:hover em,
.video-play-wrapper a:hover i {
  color: #fff;
}
.video-play-wrapper img {
  width: 100%;
}
@media (max-width: 1199px) {
  .pogoSlider .slide-item-desc-warp .slide-inner .slide-item-title {
    font-size: 60px;
  }
  .pogoSlider .slide-item-desc-warp .slide-inner .slide-full-text {
    margin-bottom: 40px;
  }
  .pogoSlider.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .background_blue,
  .background_blue2,
  .background_blue3 {
    padding: 100px 0;
  }
  .skills {
    padding: 30px 0 0 20px;
    margin-top: 30px;
  }
  .progress-wrrap {
    width: 90%;
  }
  .services {
    margin-top: 30px;
  }
  .services > div {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery .img {
    float: left;
    width: 65.8%;
    margin: 5px 11.1% 0 0;
  }
  .gallery .text {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pogoSlider .slide-item-desc-warp .slide-inner .slide-item-title {
    font-size: 40px;
  }
  .pogoSlider .slide-item-desc-warp .slide-inner .slide-full-text {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .pogoSlider .slide-item-desc-warp .slide-inner .slide-full-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #sp-header {
    height: 100px;
  }
  #sp-header .logo {
    height: 100px;
  }
  #offcanvas-toggler {
    line-height: 100px;
  }
  #sp-footer3 ul.menu,
  #sp-footer1 {
    text-align: center;
  }
  .blog_intro_items .item {
    padding-bottom: 30px;
  }
  .pogoSlider .slide-item-desc-warp .slide-inner .slide-item-title {
    font-size: 24px;
  }
  .pogoSlider .slide-item-desc-warp .slide-inner .slide-full-text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .pogoSlider .slide-item-desc-warp .slide-inner .slide-full-text br {
    display: none;
  }
  .czd-page-title-text .inline-page-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
  }
  .pogoSlider .slide-item-desc-warp .slide-inner .slide-full-text {
    display: none;
  }
}
