.fusion-post-posted-date {
  display: inline-block;
  text-align: center; }

.fusion-post-posted-date-day {
  font-size: 32px;
  font-weight: 100;
  line-height: 1; }

.fusion-post-posted-date-month {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500; }

#main .post .fusion-meta-info {
  display: inline-block;
  border-color: transparent; }

#main #posts-container .post {
  border-bottom: 1px solid #dadada; }

#main #posts-container .post:last-child {
  border-bottom: none; }

#wrapper #main .post .fusion-post-title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-top: 20px; }

#wrapper #main .post .fusion-post-title::after {
  display: block;
  content: ' ';
  width: 55px;
  margin: 30px auto;
  height: 1px;
  background-color: #f48270; }

.fusion-share-post {
  margin-top: 27px;
  display: block;
  text-align: center; }

.fusion-share-post div {
  font-weight: 400; }

.post .avada-child-featured-image-left {
  margin-right: 60px;
  margin-bottom: 60px; }

.avada-child-read-more {
  color: #54c5d0;
  font-size: 14px;
  font-weight: 500; }

.fusion-post-content p, .post-content p {
  font-size: 14px; }

#wrapper .fusion-load-more-button.fusion-blog-button, .fusion-load-more-button.fusion-blog-button:hover {
  color: #fff;
  text-transform: none; }

body.has-sidebar #wrapper #content {
  margin-top: 58px; }

.fusion-load-more-button-wrapper {
  width: calc(100% - 23% - 80px); }

.fusion-load-more-button-wrapper {
  display: block; }

.fusion-load-more-button.fusion-blog-button.fusion-clearfix.mobile {
  display: none; }

@media screen and (max-width: 800px) {
  .fusion-load-more-button-wrapper {
    width: 100%; }

  .fusion-load-more-button-wrapper {
    display: none; }

  .fusion-load-more-button.fusion-blog-button.fusion-clearfix.mobile {
    display: block; }

  #main #posts-container.fusion-blog-layout-large {
    display: flex;
    flex-flow: row wrap; }

  #main #posts-container.fusion-blog-layout-large .post {
    flex: 1 auto;
    max-width: 50%;
    padding: 20px; } }
@media screen and (max-width: 625px) {
  #main #posts-container.fusion-blog-layout-large .post {
    padding: 5px;
    flex: inherit;
    width: 100%;
    max-width: none; } }
.post-excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #000; }

.fullscreen-icon {
  display: block;
  background-image: url(../img/icons/fullscreen.png);
  background-size: cover;
  width: 24px;
  height: 24px; }

.post-format-video-content .fullscreen-icon {
  float: right;
  pointer-events: none; }

.post-format-video-content iframe {
  width: 100%;
  height: 100%; }

.blog .post-format-video-content .video-player, .post-format-video-content .video-player video {
  width: 100%;
  background-color: #000; }

#main #posts-container.fusion-blog-layout-grid .post {
  border-bottom: none; }

.btn {
  display: inline-block;
  padding: 20px 55px;
  font-size: 17px;
  text-align: center; }

.btn-rounded {
  border-radius: 999px !important; }

.btn-primary-border {
  border: 1px solid #3dcbd7 !important; }

.btn-brand {
  font-weight: 400;
  background-color: #fff;
  color: #000;
  transition: all 0.3s; }

.btn-brand:hover {
  background-color: #3dcbd7;
  color: #fff; }

.btn-primary {
  display: inline-block;
  padding: 20px 55px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #f26a52; }

.ls-layer-link:hover .btn-primary, .btn-primary:hover {
  background-color: #bb543e;
  color: #ffffff; }

.btn-secondary {
  background-color: #ffffff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.gallery-post-format-carousel .item {
  background-position: 50% 50%; }

.carousel-inner {
  padding: 0; }

.carousel-inner a {
  display: block;
  pointer-events: none;
  height: 100%; }

.carousel-inner figure {
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer; }

.post .current-index,
.post .slides-length {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e; }

.post .current-index {
  top: -3px; }

.post .slides-length {
  bottom: -3px; }

.gallery-post-format-carousel-footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }

@font-face {
  font-family: 'icomooni';
  src: url("../fonts/icomoon.eot?q0p0xv");
  src: url("../fonts/icomoon.eot?q0p0xv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?q0p0xv") format("truetype"), url("../fonts/icomoon.woff?q0p0xv") format("woff"), url("../fonts/icomoon.svg?q0p0xv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomooni' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-share:before {
  content: "\e900" !important; }

.fusion-footer .rm_form_container.rainmaker_form.rm-form-style1.rm_subscription.rm_init_done form .rm_form_el_set.rm_form_el_email {
  position: relative;
  max-width: 395px;
  margin: auto;
  display: block; }

.fusion-footer .rm_form_container.rainmaker_form.rm-form-style1.rm_subscription.rm_init_done form input[type="email"] {
  width: auto;
  background-color: #fff; }

.fusion-footer .rm_form_container.rainmaker_form.rm-form-style1.rm_subscription.rm_init_done form label {
  display: inline-block;
  width: auto;
  color: #ccc;
  margin-right: 10px;
  font-size: 13px; }

.fusion-footer .rm_form_container.rainmaker_form.rm-form-style1.rm_subscription.rm_init_done form .rm_form_el_set.rm_form_el_button {
  position: absolute;
  top: 0;
  right: 20px;
  width: auto;
  display: inline-block; }

.fusion-footer .rm_form_container.rainmaker_form.rm-form-style1.rm_subscription.rm_init_done form .rm_form_el_set.rm_form_el_button button:hover {
  color: #f26a52; }

.fusion-footer .rm_form_container.rainmaker_form.rm-form-style1.rm_subscription.rm_init_done form button {
  cursor: pointer;
  margin: 0;
  color: #ccc;
  background-color: transparent; }

.fusion-footer .rm-form-style1 .rm_form_el_set {
  padding: 0; }

@media screen and (max-width: 1024px) {
  #wrapper .fusion-footer .rm_form_container.rainmaker_form.rm-form-style1.rm_subscription.rm_init_done form .rm_form_el_set.rm_form_el_button {
    top: 26px;
    right: 105px; } }
@media screen and (max-width: 800px) {
  #wrapper .fusion-footer .rm_form_container.rainmaker_form.rm-form-style1.rm_subscription.rm_init_done form .rm_form_el_set.rm_form_el_button {
    top: 0;
    right: 30px; } }
@media screen and (max-width: 400px) {
  #wrapper .fusion-footer .rm_form_container.rainmaker_form.rm-form-style1.rm_subscription.rm_init_done form .rm_form_el_set.rm_form_el_button {
    top: 26px;
    right: 18%; } }
@media screen and (max-width: 375px) {
  #wrapper .fusion-footer .rm_form_container.rainmaker_form.rm-form-style1.rm_subscription.rm_init_done form .rm_form_el_set.rm_form_el_button {
    top: 26px;
    right: 18%; } }
.shmon-relative p {
  margin-bottom: 0; }

.shmon-form .shmon-btn-sumbit {
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 100%;
  background-color: #f26a52;
  transition: all 0.3s; }

input.wpcf7-submit {
  display: none; }

#support-form.shmon-form .shmon-btn-sumbit {
  position: absolute;
  bottom: 48px;
  right: 28px;
  left: auto; }

.shmon-form .shmon-btn-sumbit:hover, .btn-red-darken:hover {
  background: #c15a42;
  opacity: 1; }

.shmon-form .shmon-btn-sumbit.textarea-focus {
  opacity: 0.5; }

.shmon-form .shmon-btn-sumbit.textarea-focus:hover {
  opacity: 1; }

.shmon-form input.shmon-field,
.shmon-form textarea.shmon-field {
  background-color: transparent;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-weight: lighter;
  font-size: 22px;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  outline: none;
  transition: all 0.3s;
  height: auto;
  width: 100%; }

#support-form.shmon-form input.shmon-field,
#support-form.shmon-form textarea.shmon-field {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px; }

.gray-form .shmon-form input.shmon-field,
.gray-form .shmon-form textarea.shmon-field,
.gray-form .shmon-form input.shmon-field,
.gray-form .shmon-form textarea.shmon-field {
  border: 1px solid #ccc; }

.shmon-form textarea.shmon-field {
  height: 150px;
  resize: none; }

.shmon-form input.shmon-field:focus,
.shmon-form textarea.shmon-field:focus {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02); }

.shmon-form input.shmon-field::-webkit-input-placeholder,
.shmon-form textarea.shmon-field::-webkit-input-placeholder {
  color: #fff; }

.shmon-form input.shmon-field:-moz-placeholder,
.shmon-form textarea.shmon-field:-moz-placeholder {
  color: #fff; }

.shmon-form input.shmon-field:-ms-input-placeholder,
.shmon-form textarea.shmon-field:-ms-input-placeholder {
  color: #fff; }

.shmon-form input.shmon-field::placeholder,
.shmon-form textarea.shmon-field::placeholder {
  color: #fff; }

/*support*/
#support-form.shmon-form input.shmon-field,
#support-form.shmon-form textarea.shmon-field,
.gray-form .shmon-form input.shmon-field,
.gray-form .shmon-form textarea.shmon-field {
  color: #353535; }

#support-form.shmon-form input.shmon-field::-webkit-input-placeholder,
#support-form.shmon-form textarea.shmon-field::-webkit-input-placeholder,
.gray-form .shmon-form input.shmon-field::-webkit-input-placeholder,
.gray-form .shmon-form textarea.shmon-field::-webkit-input-placeholder {
  color: #353535; }

#support-form.shmon-form input.shmon-field:-moz-placeholder,
#support-form.shmon-form textarea.shmon-field:-moz-placeholder,
.gray-form .shmon-form input.shmon-field:-moz-placeholder,
.gray-form .shmon-form textarea.shmon-field:-moz-placeholder {
  color: #353535; }

#support-form.shmon-form input.shmon-field:-ms-input-placeholder,
#support-form.shmon-form textarea.shmon-field:-ms-input-placeholder,
.gray-form .shmon-form input.shmon-field:-ms-input-placeholder,
.gray-form .shmon-form textarea.shmon-field:-ms-input-placeholder {
  color: #353535; }

#support-form.shmon-form input.shmon-field::placeholder,
#support-form.shmon-form textarea.shmon-field::placeholder,
.gray-form .shmon-form input.shmon-field::placeholder,
.gray-form .shmon-form textarea.shmon-field::placeholder {
  color: #353535; }

.shmon-form .shmon-relative {
  position: relative; }

.shmon-form p {
  margin-bottom: 15px; }

@media screen and (min-width: 800px) {
  #shmontact-form.shmon-form .col-xs-12.col-sm-4 {
    padding-right: 7px; }

  #shmontact-form.shmon-form .col-xs-12.col-sm-8 {
    padding-left: 7px; }

  .shmon-form input[name="your-name"].shmon-field {
    margin-bottom: 0px; } }
@media screen and (max-width: 800px) {
  .shmon-form input.shmon-field:focus,
  .shmon-form textarea.shmon-field:focus {
    background-color: #5DCCD8; }

  #shmontact-form.shmon-form input.shmon-field,
  #shmontact-form.shmon-form textarea.shmon-field {
    background-color: rgba(93, 204, 216, 0.6); }

  .shmon-relative {
    width: 100%; }

  .shmon-form {
    padding: 0 10px; } }
@media screen and (max-width: 600px) {
  .shmon-form input.shmon-field,
  .shmon-form textarea.shmon-field {
    padding: 5px;
    margin-bottom: 5px;
    background-color: rgba(84, 197, 208, 0.71); }

  .shmon-form input.shmon-field:focus,
  .shmon-form textarea.shmon-field:focus {
    background-color: #fff;
    color: #000; }

  .shmon-form input.shmon-field:focus::-webkit-input-placeholder,
  .shmon-form textarea.shmon-field:focus::-webkit-input-placeholder {
    color: #1a1a1a; }

  .shmon-form input.shmon-field:focus:-moz-placeholder,
  .shmon-form textarea.shmon-field:focus:-moz-placeholder {
    color: #1a1a1a; }

  .shmon-form input.shmon-field:focus:-ms-input-placeholder,
  .shmon-form textarea.shmon-field:focus:-ms-input-placeholder {
    color: #1a1a1a; }

  .shmon-form input.shmon-field:focus::placeholder,
  .shmon-form textarea.shmon-field:focus::placeholder {
    color: #1a1a1a; } }
@media screen and (max-width: 800px) {
  .flex-item.header-menu {
    width: 100%;
    margin-bottom: 20px; }

  .fusion-mobile-menu-icons {
    text-align: left; }

  .fusion-mobile-menu-icons a {
    float: none; } }
@media screen and (max-width: 635px) {
  .flex-layout {
    justify-content: center; }

  .header-logo {
    margin: auto; } }
@media screen and (max-width: 800px) {
  #wrapper .fusion-footer {
    text-align: center; }

  #wrapper #our-apps h2 {
    text-align: center; }

  #wrapper #our-apps .fusion-title.title.fusion-sep-none.fusion-title-size-two.fusion-border-below-title .title-heading-right {
    padding-right: 0 !important; }

  .our-apps-nav {
    padding-right: 0;
    text-align: center; }

  #services .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon,
  #services .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon {
    margin: auto; }

  .shmon-form .shmon-relative {
    width: 100%; }

  #about_us .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right,
  #about_us .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right {
    float: none !important;
    margin: auto; }

  #about_us {
    text-align: center; } }
@media screen and (max-width: 470px) {
  #about_us .image {
    position: relative; }

  #about_us .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .image img {
    margin-left: 0; }

  #about_us h2 {
    padding-right: 0 !important; } }
.fusion-main-menu .menu-item a {
  text-transform: uppercase; }

/* our apps nav */
.our-apps-title .our-apps-nav {
  position: absolute;
  top: 0;
  right: 0; }

.our-apps-nav {
  text-align: right;
  padding-right: 64px; }

.our-apps-nav-arrow {
  width: 65px;
  height: 65px;
  display: inline-block;
  color: #3dcbd7;
  border: 1px solid #3dcbd7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s; }

.our-apps-nav-arrow_white {
  color: #fff;
  border: 1px solid #fff; }

.our-apps-nav-arrow_white:hover {
  color: #fff;
  border: 1px solid #fff; }

.our-apps-nav-arrow-disabled {
  pointer-events: none;
  color: #cccccc;
  border: 1px solid #cccccc; }

.our-apps-nav-arrow .table {
  height: 100%; }

#our-apps .fusion-title.title.fusion-sep-none.fusion-title-size-two.fusion-border-below-title .title-heading-right {
  padding-right: 13% !important; }

@media screen and (max-width: 500px) {
  .our-apps-title .our-apps-nav {
    position: relative; } }
#sidebar.fusion-content-widget-area {
  margin-top: 80px; }

.fusion-content-widget-area .widget .heading .widget-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500; }

.fusion-content-widget-area .widget ul {
  text-align: center; }

#sidebar.fusion-content-widget-area li {
  border-color: transparent; }

#sidebar.fusion-content-widget-area .widget li a {
  border-color: transparent;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: lighter; }

#sidebar.fusion-content-widget-area .widget li a:hover {
  color: #f26a52; }

#sidebar.fusion-content-widget-area .widget li a::before {
  content: normal; }

/* Subscribe widget */
.widget.widget_text.elp-widget .es_widget_form {
  position: relative; }

.widget.widget_text.elp-widget .es_widget_form .es_lablebox {
  display: none; }

.widget.widget_text.elp-widget .es_widget_form .es_textbox_class {
  outline: none;
  display: block;
  max-width: 200px;
  margin: auto;
  border: 1px solid #F6F6F6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #b5b5b5;
  background-color: #f6f6f6; }

.widget.widget_text.elp-widget .es_widget_form .es_textbox {
  position: relative;
  max-width: 200px;
  margin: auto; }

.widget.widget_text.elp-widget .es_widget_form .es_textbox_button {
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 6px;
  color: #dddddd;
  width: auto;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.widget.widget_text.elp-widget .es_widget_form .es_textbox_button:hover {
  color: #cccccc; }

/* Instagram */
.null-instagram-feed {
  text-align: center; }

.widget.null-instagram-feed .instagram-pics.instagram-size-thumbnail {
  display: flex;
  flex-flow: row wrap;
  max-width: 200px;
  margin: auto; }

.widget.null-instagram-feed .instagram-pics.instagram-size-thumbnail li {
  flex: 1 0 32%;
  margin: 0 1px 1px 0; }

.widget.null-instagram-feed .clear a {
  color: #54c5d0;
  font-size: 14px;
  font-weight: 500; }

.post-header {
  display: flex; }

.post-header .icon-share {
  font-size: 2em; }

.post-header .post-meta {
  flex: 1; }

.post-header .post-title {
  flex: 10; }

.post-header .post-share {
  flex: 1; }

@media screen and (max-width: 768px) {
  .post-header {
    padding: 0 10px; } }
@media screen and (max-width: 475px) {
  .post-header {
    flex-wrap: wrap; }

  .post-header .post-title {
    order: 1; }

  .post-header .post-meta, .post-header .post-share {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 10px; }

  .post-header .fusion-share-post {
    text-align: right; }

  .post-header .icon-share {
    padding-right: 6px; } }
.preloader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #44c6d4; }

#cssload-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 241px;
  height: 241px;
  margin: auto; }

#cssload-loader .cssload-dot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120.5px;
  height: 100%;
  margin: auto; }

#cssload-loader .cssload-dot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 120.5px;
  height: 120.5px;
  border-radius: 100%;
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0); }

#cssload-loader .cssload-dot:nth-child(7n+1) {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

#cssload-loader .cssload-dot:nth-child(7n+1):before {
  background: #00ff80;
  animation: cssload-load 0.92s linear 0.12s infinite;
  -o-animation: cssload-load 0.92s linear 0.12s infinite;
  -ms-animation: cssload-load 0.92s linear 0.12s infinite;
  -webkit-animation: cssload-load 0.92s linear 0.12s infinite;
  -moz-animation: cssload-load 0.92s linear 0.12s infinite; }

#cssload-loader .cssload-dot:nth-child(7n+2) {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg); }

#cssload-loader .cssload-dot:nth-child(7n+2):before {
  background: #00ffea;
  animation: cssload-load 0.92s linear 0.23s infinite;
  -o-animation: cssload-load 0.92s linear 0.23s infinite;
  -ms-animation: cssload-load 0.92s linear 0.23s infinite;
  -webkit-animation: cssload-load 0.92s linear 0.23s infinite;
  -moz-animation: cssload-load 0.92s linear 0.23s infinite; }

#cssload-loader .cssload-dot:nth-child(7n+3) {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg); }

#cssload-loader .cssload-dot:nth-child(7n+3):before {
  background: #00aaff;
  animation: cssload-load 0.92s linear 0.35s infinite;
  -o-animation: cssload-load 0.92s linear 0.35s infinite;
  -ms-animation: cssload-load 0.92s linear 0.35s infinite;
  -webkit-animation: cssload-load 0.92s linear 0.35s infinite;
  -moz-animation: cssload-load 0.92s linear 0.35s infinite; }

#cssload-loader .cssload-dot:nth-child(7n+4) {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

#cssload-loader .cssload-dot:nth-child(7n+4):before {
  background: #0040ff;
  animation: cssload-load 0.92s linear 0.46s infinite;
  -o-animation: cssload-load 0.92s linear 0.46s infinite;
  -ms-animation: cssload-load 0.92s linear 0.46s infinite;
  -webkit-animation: cssload-load 0.92s linear 0.46s infinite;
  -moz-animation: cssload-load 0.92s linear 0.46s infinite; }

#cssload-loader .cssload-dot:nth-child(7n+5) {
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg); }

#cssload-loader .cssload-dot:nth-child(7n+5):before {
  background: #2a00ff;
  animation: cssload-load 0.92s linear 0.58s infinite;
  -o-animation: cssload-load 0.92s linear 0.58s infinite;
  -ms-animation: cssload-load 0.92s linear 0.58s infinite;
  -webkit-animation: cssload-load 0.92s linear 0.58s infinite;
  -moz-animation: cssload-load 0.92s linear 0.58s infinite; }

#cssload-loader .cssload-dot:nth-child(7n+6) {
  transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg); }

#cssload-loader .cssload-dot:nth-child(7n+6):before {
  background: #9500ff;
  animation: cssload-load 0.92s linear 0.69s infinite;
  -o-animation: cssload-load 0.92s linear 0.69s infinite;
  -ms-animation: cssload-load 0.92s linear 0.69s infinite;
  -webkit-animation: cssload-load 0.92s linear 0.69s infinite;
  -moz-animation: cssload-load 0.92s linear 0.69s infinite; }

#cssload-loader .cssload-dot:nth-child(7n+7) {
  transform: rotate(315deg); }

#cssload-loader .cssload-dot:nth-child(7n+7):before {
  background: magenta;
  animation: cssload-load 0.92s linear 0.81s infinite;
  -o-animation: cssload-load 0.92s linear 0.81s infinite;
  -ms-animation: cssload-load 0.92s linear 0.81s infinite;
  -webkit-animation: cssload-load 0.92s linear 0.81s infinite;
  -moz-animation: cssload-load 0.92s linear 0.81s infinite; }

#cssload-loader .cssload-dot:nth-child(7n+8) {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg); }

#cssload-loader .cssload-dot:nth-child(7n+8):before {
  background: #ff0095;
  animation: cssload-load 0.92s linear 0.92s infinite;
  -o-animation: cssload-load 0.92s linear 0.92s infinite;
  -ms-animation: cssload-load 0.92s linear 0.92s infinite;
  -webkit-animation: cssload-load 0.92s linear 0.92s infinite;
  -moz-animation: cssload-load 0.92s linear 0.92s infinite; }

@keyframes cssload-load {
  100% {
    opacity: 0;
    transform: scale(1); } }
@-o-keyframes cssload-load {
  100% {
    opacity: 0;
    -o-transform: scale(1); } }
@-ms-keyframes cssload-load {
  100% {
    opacity: 0;
    -ms-transform: scale(1); } }
@-webkit-keyframes cssload-load {
  100% {
    opacity: 0;
    -webkit-transform: scale(1); } }
@-moz-keyframes cssload-load {
  100% {
    opacity: 0;
    -moz-transform: scale(1); } }
#main #about-us.columns h2.content-box-heading {
  margin: 1em 0; }

#about-us.fusion-content-boxes, #about-us.fusion-content-boxes.fusion-columns-1 .fusion-column, #about-us.fusion-content-boxes .fusion-column {
  margin-bottom: 0; }

#about-us .about-us-title, #about-us .about-us-description {
  max-width: 441px;
  float: none;
  margin-right: auto; }

@media screen and (max-width: 500px) {
  .fusion-content-boxes.content-boxes-icon-on-side.about-us-works h2.content-box-heading {
    padding-left: 0 !important;
    text-align: center; }

  .fusion-content-boxes.content-boxes-icon-on-side.about-us-works .heading-with-icon {
    display: block; }

  .fusion-content-boxes.content-boxes-icon-on-side.about-us-works .image {
    position: relative;
    width: 80px;
    margin: auto; } }
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-underline {
  text-decoration: underline; }

/* Video lightbox */
.table {
  display: table;
  margin-bottom: 0; }

.table-cell {
  display: table-cell; }

.centered {
  text-align: center;
  vertical-align: middle; }

.video-lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
  background-color: rgba(0, 0, 0, 0.7); }

.video-lightbox iframe {
  background-color: #000000;
  -webkit-box-shadow: 0 0 100px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  border-radius: 2px;
  max-width: 860px;
  max-height: 490px;
  width: 100%; }

.close-video {
  cursor: pointer;
  color: #5bc8d4;
  display: inline-block;
  vertical-align: top;
  margin-top: -40px; }

.close-video .fa {
  color: #5bc8d4; }

.close-popup {
  cursor: pointer;
  color: #5bc8d4;
  display: inline-block;
  vertical-align: top;
  margin-top: -60px;
  margin-left: 10px; }

.close-popup .fa {
  color: #5bc8d4; }

.video-player {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  color: #fff; }

.video-player:hover .video-player-controlls {
  opacity: 1; }

.video-player .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background-image: url(../img/play-video.png);
  -webkit-background-size: cover;
  background-size: cover;
  display: block; }

.video-player-controlls {
  opacity: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.video-player .progress {
  position: relative;
  margin-bottom: 0;
  overflow: visible;
  border-radius: 0; }

.video-player .progress-bar {
  position: relative; }

.video-player .progress .seekbar {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  left: 0; }

.video-player .circle {
  position: absolute;
  right: -18px;
  top: -18px;
  border-radius: 3px;
  width: 36px;
  height: 40px;
  background: #fff url(../img/progress-circle.png) 50% 50% no-repeat; }

.video-player .progress {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: visible;
  border-radius: 0 !important;
  height: 20px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.video-player .progress-bar {
  overflow: visible;
  position: relative;
  float: left;
  width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7 !important;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.video-player .progress-bar {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center; }

.post-format-video-content {
  display: flex;
  flex-flow: row wrap; }

.post-format-video-content .fusion-flexslider.flexslider.fusion-post-slideshow {
  margin-bottom: 0; }

.post-format-video-content .flex-3 {
  flex: 3;
  min-width: 300px; }

.post-format-video-content .flex-1 {
  flex: 1;
  display: flex;
  flex-wrap: wrap; }

.post-format-video-content .text-right {
  width: 100%; }

.post-format-video-content .fullscreen-btn {
  align-self: flex-end; }

.post-format-video-content .post-desc {
  padding: 40px; }

.post-format-video-content .flex-1 .link-channel {
  text-decoration: underline; }

.post-format-video-content .post-excerpt {
  display: flex;
  text-align: initial; }

@media screen and (max-width: 768px) {
  .post-format-video-content {
    flex-flow: column; }

  .post-format-video-content .flex-1 .link-channel {
    text-align: left; }

  .post-format-video-content .text-center.post-desc {
    flex: 1; }

  .post-format-video-content .post-excerpt {
    justify-content: center; }

  .post-format-video-content .text-right {
    width: auto; } }
@media screen and (max-width: 475px) {
  .post-format-video-content .flex-1 {
    flex-direction: column; }

  .post-format-video-content .flex-1 .link-channel {
    padding-top: 20px;
    text-align: center; }

  .text-right.fullscreen-btn {
    display: none; } }

/*# sourceMappingURL=index.css.map */
