/*  grid system       */

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}
body.page-template-blank_page{
  background: none;
}

body.page-template-blank_page,
body.single,
.body-font,
.section-main-title.body-font,
.sub-title.body-font,
.sub-heading.body-font{
  font-family: 'Source Sans Pro', sans-serif;  
}

.section-main-title.section-font,
.sub-heading,
.sub-title{
  font-family: 'Playfair Display', sans-serif;  
}

body.page-template-blank_page:after,
body.page-template-blank_page:before{
  display: none;
}


body.page-template-blank_page,
body.single{
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: normal;
}

body.page-template-blank_page,
body.single,
.sub-heading,
.sub-title{
  color: #747578;  
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
  border: none;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  color: #333333;

}


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,
.sub-title.heading-font,
.sub-heading.heading-font,
.heading,
.heading-font{
  font-family: 'Montserrat', sans-serif;
}




mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}


.alignright{
  text-align: right;
  float: right;
  margin: 0.5em 0 0.5em 2em;
    clear: both;
}

.alignleft{
  text-align: left;
    float: left;
    margin: 0.5em 2em 0.5em 0;
    clear: both;
}

.aligncenter {
  text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-left{
  margin-right: auto;
}

.content-right{
  margin-left: auto;
}

.content-center{
  margin-left: auto;
  margin-right: auto;
}

.content-align-center,
.align-center{
  text-align: center;
}

.content-align-left,
.align-left{
  text-align: left;
}

.content-align-right,
.align-right{
  text-align: right;
}

.inner-row{
  clear: both;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.wl_column:before,
.inner-row:before,
.inner-column:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inner-column > *{
  position: relative;
}

.inner-row:after{
  content: "";
  clear: both;
  display: table;
}

.clearfix:after,
.wl_container:after,
.box-container:after
{
  clear: both;
  content: "";
  display: table;
}

.wl_text p{
  margin-top: 0;
  line-height: inherit;
}

.wl_text img,
.wl_text iframe{
  max-width: 100%;
}

.wl_row{
  margin-left: 0;
  margin-right: 0;
  position: relative;
/*  z-index: 0; */
}

.wl_row.sticky-bottom,
.wl_row.sticky-top{
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
}

.wl_row.sticky-top{
  top: 0;
}

.wl_row.sticky-bottom{
  bottom: 0;
}

.admin-bar .wl_row.sticky-top{
  top: 32px;
}

.wl_row *, .wl_row *:before, .wl_row *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

.wl_container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

img.img-responsive{
  height: auto;
  max-width: 100%;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
  position: relative;
  min-height: 1px;
/*
  padding-left: 15px;
  padding-right: 15px;
*/
  float: left;
}


@media (min-width: 480px) {
  .grid-12 {
    width: 100%;
  }
  .grid-11 {
    width: 91.66666666666666%;
  }
  .grid-10 {
    width: 83.33333333333334%;
  }
  .grid-9 {
    width: 75%;
  }
  .grid-8 {
    width: 66.66666666666666%;
  }
  .grid-7 {
    width: 58.333333333333336%;
  }
  .grid-6 {
    width: 50%;
  }
  .grid-5 {
    width: 41.66666666666667%;
  }
  .grid-4 {
    width: 33.33333333333333%;
  }
  .grid-3 {
    width: 25%;
  }
  .grid-2 {
    width: 16.666666666666664%;
  }
  .grid-1 {
    width: 8.333333333333332%;
  }

  .wl_column > .inner-column{
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      flex-flow: column nowrap;
      -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
  }
}


@media (max-width: 1366px) {

  .notebook-grid-12 {
    width: 100%;
  }

  .notebook-grid-11 {
    width: 91.66666666666666%;
  }
  .notebook-grid-10 {
    width: 83.33333333333334%;
  }
  .notebook-grid-9 {
    width: 75%;
  }
  .notebook-grid-8 {
    width: 66.66666666666666%;
  }
  .notebook-grid-7 {
    width: 58.333333333333336%;
  }
  .notebook-grid-6 {
    width: 50%;
  }
  .notebook-grid-5 {
    width: 41.66666666666667%;
  }
  .notebook-grid-4 {
    width: 33.33333333333333%;
  }
  .notebook-grid-3 {
    width: 25%;
  }
  .notebook-grid-2 {
    width: 16.666666666666664%;
  }
  .notebook-grid-1 {
    width: 8.333333333333332%;
  }

  .notebook-grid-hide {
    display: none !important;
  }

}


@media (max-width: 1024px) {

  .tablet-wide-grid-12 {
    width: 100%;
  }

  .tablet-wide-grid-11 {
    width: 91.66666666666666%;
  }
  .tablet-wide-grid-10 {
    width: 83.33333333333334%;
  }
  .tablet-wide-grid-9 {
    width: 75%;
  }
  .tablet-wide-grid-8 {
    width: 66.66666666666666%;
  }
  .tablet-wide-grid-7 {
    width: 58.333333333333336%;
  }
  .tablet-wide-grid-6 {
    width: 50%;
  }
  .tablet-wide-grid-5 {
    width: 41.66666666666667%;
  }
  .tablet-wide-grid-4 {
    width: 33.33333333333333%;
  }
  .tablet-wide-grid-3 {
    width: 25%;
  }
  .tablet-wide-grid-2 {
    width: 16.666666666666664%;
  }
  .tablet-wide-grid-1 {
    width: 8.333333333333332%;
  }

  .tablet-wide-grid-hide {
    display: none !important;
  }

}


@media (max-width: 768px) {

  .tablet-grid-12 {
    width: 100%;
  }

  .tablet-grid-11 {
    width: 91.66666666666666%;
  }
  .tablet-grid-10 {
    width: 83.33333333333334%;
  }
  .tablet-grid-9 {
    width: 75%;
  }
  .tablet-grid-8 {
    width: 66.66666666666666%;
  }
  .tablet-grid-7 {
    width: 58.333333333333336%;
  }
  .tablet-grid-6 {
    width: 50%;
  }
  .tablet-grid-5 {
    width: 41.66666666666667%;
  }
  .tablet-grid-4 {
    width: 33.33333333333333%;
  }
  .tablet-grid-3 {
    width: 25%;
  }
  .tablet-grid-2 {
    width: 16.666666666666664%;
  }
  .tablet-grid-1 {
    width: 8.333333333333332%;
  }

  .tablet-grid-hide {
    display: none !important;
  }

}

@media (max-width: 480px) {

  .mobile-grid-11 {
    width: 91.66666666666666% !important;
  }
  .mobile-grid-10 {
    width: 83.33333333333334% !important;
  }
  .mobile-grid-9 {
    width: 75% !important;
  }
  .mobile-grid-8 {
    width: 66.66666666666666% !important;
  }
  .mobile-grid-7 {
    width: 58.333333333333336% !important;
  }
  .mobile-grid-6 {
    width: 50% !important;
  }
  .mobile-grid-5 {
    width: 41.66666666666667% !important;
  }
  .mobile-grid-4 {
    width: 33.33333333333333% !important;
  }
  .mobile-grid-3 {
    width: 25% !important;
  }
  .mobile-grid-2 {
    width: 16.666666666666664% !important;
  }
  .mobile-grid-1 {
    width: 8.333333333333332% !important;
  }

  .mobile-grid-hide,
  .hide-mobile {
    display: none !important;
  }

  .mobile-grid-inherit.grid-11 {
    width: 91.66666666666666%;
  }
  .mobile-grid-inherit.grid-10 {
    width: 83.33333333333334%;
  }
  .mobile-grid-inherit.grid-9 {
    width: 75%;
  }
  .mobile-grid-inherit.grid-8 {
    width: 66.66666666666666%;
  }
  .mobile-grid-inherit.grid-7 {
    width: 58.333333333333336%;
  }
  .mobile-grid-inherit.grid-6 {
    width: 50%;
  }
  .mobile-grid-inherit.grid-5 {
    width: 41.66666666666667%;
  }
  .mobile-grid-inherit.grid-4 {
    width: 33.33333333333333%;
  }
  .mobile-grid-inherit.grid-3 {
    width: 25%;
  }
  .mobile-grid-inherit.grid-2 {
    width: 16.666666666666664%;
  }
  .mobile-grid-inherit.grid-1 {
    width: 8.333333333333332%;
  }

}


@media (min-width: 1200px) {
  .wl_container {
    width: 1170px;
  }
}

@media (min-width:  1366px) {

  .hide-desktop {
    display: none;
  }


}


@media (min-width: 1025px) and  (max-width: 1366px) {

  .hide-notebook {
    display: none;
  }

}

@media (min-width: 769px) and  (max-width: 1024px) {

  .hide-tablet-wide {
    display: none;
  }

}

@media (min-width: 481px) and  (max-width: 768px) {

  .hide-tablet {
    display: none;
  }

}

@media (max-width: 480px){
  .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    width: 100%;
  }
}



.wl_row.column_equal_height > .inner-row{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;

  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;

}


.wl_column > .inner-column{
  min-height: 100%;
}

.wl_row.column_equal_height > .inner-row > .wl_container {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.column_equal_height.content-align_bottom > .inner-row > .wl_column > .inner-column,
.wl_row.column_equal_height.content-align_bottom > .inner-row > .wl_container > .wl_column,
.wl_row.column_equal_height.content-align_bottom > .inner-row > .wl_container > .wl_column > .inner-column {
  justify-content: flex-end;
}

.column_equal_height.content-align_center > .inner-row > .wl_column > .inner-column,
.wl_row.column_equal_height.content-align_center > .inner-row > .wl_container > .wl_column,
.wl_row.column_equal_height.content-align_center > .inner-row > .wl_container > .wl_column > .inner-column {
  justify-content: center;
}

.column_equal_height.content-align_justify > .inner-row > .wl_column > .inner-column,
.wl_row.column_equal_height.content-align_justify > .inner-row > .wl_container > .wl_column,
.wl_row.column_equal_height.content-align_justify > .inner-row > .wl_container > .wl_column > .inner-column {
  justify-content: space-between;
}

.wl_column.self-align_center,
.wl_column.self-align_center > .inner-column{
  justify-content: center !important;
}

.wl_column.self-align_top,
.wl_column.self-align_top > .inner-column{
  justify-content: flex-start !important;
}

.wl_column.self-align_bottom,
.wl_column.self-align_bottom > .inner-column{
  justify-content: flex-end !important;
}

.wl_column.self-align_justify,
.wl_column.self-align_justify > .inner-column{
  justify-content: space-between !important;
}

.wl_column.force-inline > .inner-column{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: flex-start !important;
}

.column_equal_height.content-align_top > .inner-row > .wl_column.force-inline > .inner-column,
.column_equal_height.content-align_top > .inner-row > .wl_container > .wl_column.force-inline > .inner-column{
  align-items: flex-start;
}

.column_equal_height.content-align_center > .inner-row > .wl_column.force-inline > .inner-column,
.column_equal_height.content-align_center > .inner-row > .wl_container > .wl_column.force-inline > .inner-column,
.column_equal_height.content-align_justify > .inner-row > .wl_column.force-inline > .inner-column,
.column_equal_height.content-align_justify > .inner-row > .wl_container > .wl_column.force-inline > .inner-column{
  align-items: center;
}

.column_equal_height.content-align_bottom > .inner-row > .wl_column.force-inline > .inner-column,
.column_equal_height.content-align_bottom > .inner-row > .wl_container > .wl_column.force-inline > .inner-column{
  align-items: flex-end;
}


.wl_column.force-inline.force-inline-center > .inner-column{
    justify-content: center !important;
}

.wl_column.force-inline.force-inline-justify > .inner-column{
    justify-content: space-between  !important;
}

.wl_column.force-inline.force-inline-right > .inner-column{
    justify-content: flex-end !important;
}

.wl_column.self-align_top.force-inline > .inner-column{
  align-items: flex-start;
}

.wl_column.self-align_bottom.force-inline > .inner-column{
  align-items: flex-end;
}

.wl_column.self-align_center.force-inline > .inner-column,
.wl_column.self-align_justify.force-inline > .inner-column{
  align-items: center;
}

@media (max-width: 480px) {

  .column_equal_height.content-align_top > .inner-row > .wl_column.force-inline > .inner-column,
  .column_equal_height.content-align_top > .inner-row > .wl_container > .wl_column.force-inline > .inner-column,
  .column_equal_height.content-align_bottom > .inner-row > .wl_column.force-inline > .inner-column,
  .column_equal_height.content-align_bottom > .inner-row > .wl_container > .wl_column.force-inline > .inner-column{
    align-items: center;
  }

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .wl_column{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: column;
  }

} 


.empty-content{
  height: 0;
}

/* landing block preview */

body.landing-block-template-default,
body.landing-element-template-default{
  padding: 100px 0;
}

body.iframe-request.landing-block-template-default,
body.iframe-request.landing-element-template-default{
  padding: 0 !important;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

}

body.iframe-request #wpadminbar{
  display: none !important;
}
/* landing element preview */

body.landing-element-template-default{
  width: 768px;
  margin: 0 auto;
}

video.video_background {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.has-video > .inner-row {
  position: relative;
  overflow: hidden;
}

.video-bg,
.video-bg iframe video,
.video-overlay,
video.video_background {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}
.video-overlay {
  z-index: -80;
}
.video-bg iframe .ytp-chrome-bottom,
.video-bg iframe .ytp-watermark {
  opacity: 0!important;
  display: none !important;
}

.video-bg .flex-video {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 55%;
  height: 0;
  margin: 0;
}
.video-bg .flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-bg .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-bg .flex-video video {
  width: 100%;
  position: relative;
  left: 0;
}

.section-head{ clear: both;}

.section-head .section-main-title a{  text-decoration: none; color: inherit;}

.section-head.size-xlarge .section-main-title{  font-size: 40px;}
.section-head.size-large .section-main-title{ font-size: 35px;}
.section-head .section-main-title{ font-size: 30px;}
.section-head.size-small .section-main-title{ font-size: 20px;}
.section-head.size-exsmall .section-main-title{ font-size: 16px;}

@media (max-width: 1366px) {


  .section-head.notebook-size-xlarge .section-main-title{  font-size: 40px!important;}
  .section-head.notebook-size-large .section-main-title{ font-size: 35px!important;}
  .section-head.notebook-size-small .section-main-title{ font-size: 20px!important;}
  .section-head.notebook-size-exsmall .section-main-title{ font-size: 16px!important;}

}


@media (max-width: 1024px) {

  .section-head.tablet-wide-size-xlarge .section-main-title{  font-size: 40px!important;}
  .section-head.tablet-wide-size-large .section-main-title{ font-size: 35px!important;}
  .section-head.tablet-wide-size-small .section-main-title{ font-size: 20px!important;}
  .section-head.tablet-wide-size-exsmall .section-main-title{ font-size: 16px!important;}

}


@media (max-width: 768px) {

  .section-head.tablet-size-xlarge .section-main-title{  font-size: 40px!important;}
  .section-head.tablet-size-large .section-main-title{ font-size: 35px!important;}
  .section-head.tablet-size-small .section-main-title{ font-size: 20px!important;}
  .section-head.tablet-size-exsmall .section-main-title{ font-size: 16px!important;}

}

@media (max-width: 480px) {

  .section-head.mobile-size-xlarge .section-main-title{  font-size: 40px!important;}
  .section-head.mobile-size-large .section-main-title{ font-size: 35px!important;}
  .section-head.mobile-size-small .section-main-title{ font-size: 20px!important;}
  .section-head.mobile-size-exsmall .section-main-title{ font-size: 16px!important;}

}


.section-head.center {  text-align: center;}
.section-head .header-body{padding-bottom: 20px;}
.section-head.left {  text-align: left;}
.section-head.right {  text-align: right;}
.section-head.center {  text-align: center;}
.section-head .header-body{padding-bottom: 20px;}
.section-head.left h1,.section-head.left h2,.section-head.left h3,.section-head.left h4,.section-head.left h5,.section-head.left h6{  margin: 0 auto 0 0;}
.section-head.right h1,.section-head.right h2,.section-head.right h3,.section-head.right h4,.section-head.right h5,.section-head.right h6{ margin: 0 0 0 auto;}
.hide-overflow {overflow: hidden;}
.section-head {text-align:center;margin-bottom: 20px;}
.section-head h1,.section-head h2,.section-head h3,.section-head h4,.section-head h5,.section-head h6{margin:0 auto;display: inline-block;position:relative;line-height: 1.3em;}

/* Images */
.wl_image{
  line-height: 0;
}

.wl_image img{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;


}

.wl_image .image-align-right{  text-align: right;}
.wl_image .image-align-left{  text-align: left;}
.wl_image .image-align-center{  text-align: center;}
.wl_image .image-align-center img{  margin-left: auto;margin-right: auto;}
.wl_image .image-align-right img{  margin-left: auto;}

.single .wl_image .image-align-absolute,
.page .wl_image .image-align-absolute{  position: absolute;}

.wl_image img.style-rounded{  border-radius: 5%;}
.wl_image img.style-circle{  border-radius: 100%;}

.wl_image a{
  display: inline-block;
  cursor: pointer;
}

.wl_image .popover{
  line-height: 1.7em;
}

/* carousel */
.owl-custom-pagination{
  position: relative;
  text-align: center;
}

.owl-custom-pagination .btn-owl{
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0;
  display: inline-block;
}

.owl-custom-pagination .btn-owl i{

  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-dots .owl-page{
  display: inline-block;
  zoom: 1;
  display: inline;/*IE7 life-saver */
}

.owl-carousel .owl-dots .owl-dot span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 0 transparent;
  background: #869791;

}

.owl-carousel .owl-stage-outer{
/*  border: solid 1px transparent; */
}

.owl-custom-pagination .owl-page{
  cursor: pointer;
}


.owl-custom-pagination .btn-owl i{
  color: inherit !important;
}


.owl-item .owl-slide{
  height: 100%;
}


.owl-carousel .owl-stage{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.owl-slide > .wl_row{
  height: 100%;
}



.owl-carousel-container{
  margin: 40px 0;
  position: relative;
}

.owl-carousel-container.pagination-type-bullet .owl-dots{
/*  position: absolute;
  left: 0;
  right: 0;
*/
  text-align: center;
}

.owl-carousel-container.pagination-type-bullet.pagination-top-left .owl-carousel,
.owl-carousel-container.pagination-type-bullet.pagination-top-center .owl-carousel,
.owl-carousel-container.pagination-type-bullet.pagination-top-right .owl-carousel{
  padding-top: 50px;
}

.owl-carousel-container.pagination-type-bullet.pagination-top-left .owl-dots,
.owl-carousel-container.pagination-type-bullet.pagination-top-right .owl-dots,
.owl-carousel-container.pagination-type-bullet.pagination-top-center .owl-dots{
  top: 0;
}

.owl-carousel-container.pagination-type-bullet.pagination-top-left .owl-dots{
  text-align: left;
}

.owl-carousel-container.pagination-type-bullet.pagination-top-right .owl-dots{
  text-align: right;
}

.owl-carousel-container.pagination-type-bullet.pagination-bottom-left .owl-dots,
.owl-carousel-container.pagination-type-bullet.pagination-bottom-right .owl-dots,
.owl-carousel-container.pagination-type-bullet.pagination-bottom-center .owl-dots{
  bottom: 0;
}

.owl-carousel-container.pagination-type-bullet.pagination-bottom-left .owl-carousel,
.owl-carousel-container.pagination-type-bullet.pagination-bottom-right .owl-carousel,
.owl-carousel-container.pagination-type-bullet.pagination-bottom-center .owl-carousel{
  padding-bottom: 50px;
}

.owl-carousel-container.pagination-type-bullet.pagination-bottom-left .owl-dots{
   text-align: left;
}

.owl-carousel-container.pagination-type-bullet.pagination-bottom-right .owl-dots{
  text-align: right;
}

.owl-carousel-container.pagination-type-image.pagination-bottom-left .owl-custom-pagination,
.owl-carousel-container.pagination-type-image.pagination-top-left .owl-custom-pagination{
  text-align: left;
}

.owl-carousel-container.pagination-type-image.pagination-bottom-right .owl-custom-pagination,
.owl-carousel-container.pagination-type-image.pagination-top-right .owl-custom-pagination{
  text-align: right;
}

.owl-carousel-container.pagination-type-navigation .owl-custom-pagination{
  z-index: 10;
}

.owl-carousel-container.pagination-side .navigation{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 50%;
  line-height: 0;
  z-index: 1;

  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

}

.owl-carousel-container .navigation .btn-owl{
  position: relative;
}

.owl-carousel-container.pagination-side .navigation .btn-owl{
  float: left;
}

.owl-carousel-container.pagination-side .navigation .btn-owl.next{
  float: right;
}

.owl-carousel-container.nav-shape-circle .owl-carousel .owl-dot span,
.owl-carousel-container.nav-shape-circle .owl-custom-pagination .btn-owl{
  border-radius: 50%;
}

.owl-carousel-container.nav-shape-rounded .owl-carousel .owl-dot span,
.owl-carousel-container.nav-shape-rounded .owl-custom-pagination .btn-owl{
  border-radius: 4px;
}

.owl-carousel-container.nav-shape-square .owl-carousel .owl-dot span,
.owl-carousel-container.nav-shape-square .owl-custom-pagination .btn-owl{
  border-radius: 0 !important;
}

.owl-item.active{
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}  

.owl-item.active.center{
  opacity: 1!important;
}

.center-animate-flipInX .owl-item.active.center{
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}
 
.center-animate-zoomIn .owl-item.active.center{
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
}

.center-animate-zoomInDown .owl-item.active.center{
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

.center-animate-zoomInUp .owl-item.active.center{
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

.center-animate-zoomInRight .owl-item.active.center{
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

.center-animate-zoomInLeft .owl-item.active.center{
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

.center-animate-rollIn .owl-item.active.center{
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

.center-animate-slideInUp .owl-item.active.center{
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp;
}

.center-animate-slideInDown .owl-item.active.center{
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

.center-animate-slideInLeft .owl-item.active.center{
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.center-animate-slideInRight .owl-item.active.center{
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

.center-animate-rotateIn .owl-item.active.center{
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}


.center-animate-rotateInDownLeft .owl-item.active.center{
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}


.center-animate-rotateInDownRight .owl-item.active.center{
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}


.center-animate-rotateInUpLeft .owl-item.active.center{
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}


.center-animate-rotateInUpRight .owl-item.active.center{
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

.center-animate-lightSpeedIn .owl-item.active.center{
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
}

.center-animate-flipInX .owl-item.active.center{
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}

.center-animate-flipInY .owl-item.active.center{
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}


.center-animate-fadeIn .owl-item.active.center{
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}


.center-animate-fadeInDown .owl-item.active.center{
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


.center-animate-fadeInDownBig .owl-item.active.center{
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}


.center-animate-fadeInLeft .owl-item.active.center{
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


.center-animate-fadeInLeftBig .owl-item.active.center{
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}


.center-animate-fadeInRight .owl-item.active.center{
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


.center-animate-fadeInRightBig .owl-item.active.center{
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}


.center-animate-fadeInUp .owl-item.active.center{
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


.center-animate-fadeInUpBig .owl-item.active.center{
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}


.center-animate-bounceIn .owl-item.active.center{
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}


.center-animate-pulse .owl-item.active.center{
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

.center-animate-rubberBand .owl-item.active.center{
  -webkit-animation-name: rubberBand;
  -o-animation-name: rubberBand;
  animation-name: rubberBand;
}

.center-animate-swing .owl-item.active.center{
  -webkit-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

.center-animate-tada .owl-item.active.center{
  -webkit-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}


.center-animate-wobble .owl-item.active.center{
  -webkit-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}


.center-animate-bounce .owl-item.active.center{
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}


/* countdown */

.wl_countdown .is-countdown {
  border:0;
  background:none;
  padding: 0;
  margin: 0;
  height: auto;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}

.wl_countdown .is-countdown.counter-fade{
  opacity: 1;
}


.wl_countdown .is-countdown.countdown-expired.counter-fade{

  -webkit-transition-delay: 1;
  -moz-transition-delay: 1;
  -ms-transition-delay: 1;
  -o-transition-delay: 1;
  transition-delay: 1;

  opacity: 0;
  height: 0;
}

.wl_countdown .countdown-row{

  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.wl_countdown .is-countdown:after {
  content:'';
  width:100%;
  display:block;
  clear:both;
}

.wl_countdown .countdown-section {
  padding: 15px;
  position: relative;
  font-size:inherit;
  text-align: center;
  position: relative;
/*  color: #262626;*/

  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  align-items: center;
}

.wl_countdown .countdown-message-container{
  position: relative;
  overflow: hidden;
}

.wl_countdown .countdown-message-container .countdown-message{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
}

.wl_countdown .countdown-message-container .countdown-message.active{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
}


.wl_countdown .countdown-message-container .countdown-message.fade {
  opacity: 0;
}

.wl_countdown .countdown-message-container .countdown-message.fade.active {
  opacity: 0;
}

.wl_countdown .countdown-message-container .countdown-message.fade.active.in {
  opacity: 1;
}


/* vertical */
.wl_countdown .countdown-message-container .countdown-message.vertical.fade {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.wl_countdown .countdown-message-container .countdown-message.vertical.fade.active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.wl_countdown .countdown-message-container .countdown-message.vertical.fade.active.in {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}


/* horizontal */

.wl_countdown .countdown-message-container .countdown-message.horizontal.fade {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.wl_countdown .countdown-message-container .countdown-message.horizontal.fade.active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.wl_countdown .countdown-message-container .countdown-message.horizontal.fade.active.in {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}


/* scale */

.wl_countdown .countdown-message-container .countdown-message.scale.fade {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.wl_countdown .countdown-message-container .countdown-message.scale.fade.active.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/* flip horizontal */

.wl_countdown .countdown-message-container .countdown-message.slide_rotate_y.fade {
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.wl_countdown .countdown-message-container .countdown-message.slide_rotate_y.fade.active.in {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}


/* flip vertical */

.wl_countdown .countdown-message-container .countdown-message.slide_rotate_x.fade {
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.wl_countdown .countdown-message-container .countdown-message.slide_rotate_x.fade.active.in {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

/* rotate */

.wl_countdown .countdown-message-container .countdown-message.slide_rotate_z.fade {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}


.wl_countdown .countdown-message-container .countdown-message.slide_rotate_z.fade.active.in {
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0);
}


.wl_countdown .countdown-period {
  text-transform:uppercase;
  display: block;
}

.wl_countdown .countdown-section span{
/*  color: #262626; */
}

.wl_countdown .countdown-section:first-child .countdown-amount:before,
.wl_countdown .countdown-section:first-child .countdown-amount:after{
  display: none;
}

.wl_countdown .countdown-section .countdown-amount:before,
.wl_countdown .countdown-section .countdown-amount:after{
  content:'';
  width: 0.15em;
  height: 0.15em;
  background: #333333;
  border-radius: 50%;
  display:block;
  position: absolute;
  top: 50%;
  left: -0.075em;
  margin-top: -0.50em;

}

.wl_countdown .countdown-section .countdown-amount:after {
  margin-top: -0.15em;
}

.wl_countdown .countdown-amount {
  line-height:1;
  font-size:1.4em;
  max-width: 100%;
  margin-bottom: 0.25em;
  width: 100%;
  color: inherit;
  height: auto;
  border-color: #333333;

  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;

  justify-content: center;
  align-content: center;

}

.wl_countdown.countdown-periode-inside .countdown-amount{
  height: 100%;
  margin-bottom: -0.35em;
  padding-bottom: 0.5em;
}

@media (min-width:480px) {
  .wl_countdown .countdown-amount {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    line-height:1;
    font-size:3em;
/*    max-width:90px;
    max-height: 90px;
*/
  }

  .wl_countdown .countdown-period {
    font-size:0.75em;
  }

}
@media (min-width:1024px) {
  .wl_countdown .countdown-amount {
    line-height:1;
    font-size:4em;

    max-width:130px;
    max-height: 130px;
  }


}


.wl_countdown.countdown-shape-circle .countdown-amount{
  border-radius: 100%;
}

.wl_countdown.countdown-shape-rounded .countdown-amount{
  border-radius: 10%;
}

@media (min-width:480px){

  .wl_countdown.countdown-medium .countdown-amount {
    line-height:1;
    font-size:3em;
  }

  .wl_countdown.countdown-medium .countdown-period {
    font-size:0.75em;
  }


}

.wl_countdown.countdown-small .countdown-amount {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  line-height:1;
  font-size:1.4em;
}

.wl_countdown.countdown-small .countdown-period {
  font-size: 0.5em;
}

/* custom team & testimonial */

.wl_team_custom,
.testimonial{
  overflow: hidden;
}

.wl_team_custom .profile-heading,
.testimonial .profile-heading,
.wl_team_custom .profile-subheading,
.testimonial .profile-subheading{
  line-height: 1;
  margin: 5px 0;
}


.wl_team_custom .profile-subheading,
.testimonial .profile-subheading{
  padding-top: 0;
  font-weight: normal;
}

.wl_team_custom .profile-heading,
.testimonial .profile-heading{
  margin-bottom: 10px;
}

.wl_team_custom .profile-heading + .profile-subheading,
.testimonial .profile-heading + .profile-subheading{
  margin-top: 0.5em;
}

.testimonial .profile-content,
.wl_team_custom .profile-content{
  width: 100%;
}

.testimonial.text-padding figcaption{
  padding: 20px;
}

.testimonial.text-padding figcaption p{
  padding: 0;
  margin: 0;
}

.testimonial.text-padding figcaption + .top-image{
  margin-top: 1.5em;
}

.wl_team_custom .text,
.testimonial .text{
/*  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
*/
}

.wl_team_custom p,
.testimonial p{
  font-size: inherit;
}

.wl_team_custom figure,
.testimonial figure{
  margin: 0;
  position: relative;
}


.wl_team_custom .profile-image + .profile-content,
.testimonial .top-image + .profile-content{
  padding-left: 15px;
}

.testimonial .top-image + figcaption{
  margin-top: 1em;
}

.wl_team_custom.thumb-right,
.wl_team_custom.thumb-left{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.wl_team_custom.thumb-right.vertical-align-middle,
.wl_team_custom.thumb-left.vertical-align-middle{
  align-items: center;
}


.wl_team_custom.thumb-right.vertical-align-top,
.wl_team_custom.thumb-left.vertical-align-top{
  align-items: flex-start;
}

.wl_team_custom.thumb-right.vertical-align-bottom,
.wl_team_custom.thumb-left.vertical-align-bottom{
  align-items: flex-end;
}

.wl_team_custom.thumb-right .profile-content,
.wl_team_custom.thumb-left .profile-content{
  width: unset;
}

.testimonial.thumb-right,
.testimonial.thumb-left,
.testimonial.thumb-right-reverse,
.testimonial.thumb-left-reverse{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.testimonial.thumb-right.vertical-align-middle,
.testimonial.thumb-left.vertical-align-middle,
.testimonial.thumb-right-reverse.vertical-align-middle,
.testimonial.thumb-left-reverse.vertical-align-middle{
  align-items: center;
}

.testimonial.thumb-right.vertical-align-top,
.testimonial.thumb-left.vertical-align-top,
.testimonial.thumb-right-reverse.vertical-align-top,
.testimonial.thumb-left-reverse.vertical-align-top{
  align-items: start;
}

.testimonial.thumb-right.vertical-align-bottom,
.testimonial.thumb-left.vertical-align-bottom,
.testimonial.thumb-right-reverse.vertical-align-bottom,
.testimonial.thumb-left-reverse.vertical-align-bottom{
  align-items: flex-end;
}


.testimonial.thumb-right .top-image,
.testimonial.thumb-left .top-image{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  justify-content: center;
}


.testimonial.thumb-right .profile-heading,
.testimonial.thumb-left .profile-heading{
  margin-top: 0;
}

.testimonial.thumb-right-reverse figcaption p,
.testimonial.thumb-left-reverse figcaption p{
  margin-top: 0;
}


.wl_team_custom .profile-image .profile-thumb,
.testimonial .profile-image .profile-thumb{
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
}


.testimonial .top-image{
  line-height: 0;
}

.wl_team_custom.thumb-right .profile-scocial,
.wl_team_custom.thumb-left .profile-scocial{
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);

}

.wl_team_custom.thumb-right .profile-thumb,
.wl_team_custom.thumb-left .profile-thumb,
.testimonial.thumb-right .top-image,
.testimonial.thumb-left .top-image{
  margin-left: auto;
  margin-right: auto;
}

.wl_team_custom.thumb-right .profile-image,
.wl_team_custom.thumb-left .profile-image,
.testimonial.thumb-right .top-image,
.testimonial.thumb-left .top-image,
.testimonial.thumb-right-reverse .top-image,
.testimonial.thumb-left-reverse .top-image{
  text-align: center;
  position: relative;
  line-height: 0;
}

.wl_team_custom.hover-contet .top-image img,
.wl_team_custom.hover-contet-top .top-image img,
.wl_team_custom.hover-contet-bottom .top-image img{
  width: 100%;

}

.wl_team_custom.hover-contet .profile.has-hover,
.wl_team_custom.hover-contet-top .profile.has-hover,
.wl_team_custom.hover-contet-bottom .profile.has-hover{
    position: relative;
}

.wl_team_custom.hover-contet .has-hover figcaption,
.wl_team_custom.hover-contet-top .has-hover figcaption,
.wl_team_custom.hover-contet-bottom .has-hover figcaption{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 30px;

    opacity: 0;
    visibility: hidden;


    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;

    justify-content: center;

    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.wl_team_custom.hover-contet .has-hover:hover figcaption,
.wl_team_custom.hover-contet-top .has-hover:hover figcaption,
.wl_team_custom.hover-contet-bottom .has-hover:hover figcaption{

    opacity: 1;
    visibility: visible;

}

.wl_team_custom.thumb-right,
.testimonial.thumb-right,
.testimonial.thumb-right-reverse{
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wl_team_custom.thumb-right .profile-image + .profile-content,
.testimonial.thumb-right .top-image + .profile-content,
.testimonial.thumb-right-reverse .top-image + .profile-content{
  padding-left: 0;
  padding-right: 15px;
}

.wl_team_custom .profile-content .profile-heading{
  margin-top: 0;
}

.wl_team_custom .profile-content .profile-scocial{
  margin-bottom: 0;
}

.wl_team_custom.expanded-thumb img,
.testimonial.expanded-thumb img{
  width: 100%;
}

.wl_team_custom .profile-scocial {
  list-style: none outside none;
  padding-left: 0px;
  margin-top: 10px;
}


@media (max-width: 480px){


}


/*icon-circle */
.wl_team_custom .profile-scocial {
  list-style: none outside none;
  padding-left: 0px;
  margin-top: 10px;
}


.wl_team_custom .profile-scocial li {
    display: inline-block;
    padding-right: 3px;
}

.wl_team_custom .profile-scocial li,
.wl_team_custom .profile-scocial li a {
  color: inherit;

}

.wl_team_custom .profile-scocial li a {
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: relative;
}

.wl_team_custom .profile-scocial li a i{
  position: absolute;
  left: 50%;
  top: 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%);

}

.wl_team_custom.icon-square li a{
  border-radius: 0;
}

.wl_team_custom.icon-rounded li a{
  border-radius: 20%;
}

.wl_team_custom.icon-circle li a{
  border-radius: 50%;
}


.wl_team_custom.fix .profile-scocial {
  font-size: 24px;
}

.wl_team_custom.style-circle .profile-thumb,
.wl_team_custom.style-circle .top-image img,
.testimonial.style-circle .profile-thumb,
.testimonial.style-circle .top-image img{
  border-radius: 100%;
}

.wl_team_custom.style-rounded .profile-thumb,
.wl_team_custom.style-rounded .top-image img,
.testimonial.style-rounded .profile-thumb,
.testimonial.style-rounded .top-image img{
  border-radius: 15px;
}

.wl_team_custom.content-align-center,
.testominial.content-align-center{
  text-align: center;
}


.wl_team_custom.content-align-right,
.testimonial.content-align-right{
  text-align: right;
}


.wl_team_custom.content-align-left,
.testimonial.content-align-left{
  text-align: left;
}

.wl_team_custom.content-align-left a.more-link,
.wl_team_custom.content-align-left .button.more-link{
  margin-left: 0;
}

.wl_team_custom.content-align-right a.more-link,
.wl_team_custom.content-align-right .button.more-link{
  margin-right: 0;
}


@media (max-width: 480px){

  .wl_team_custom.thumb-left:not(.mobile-inline),
  .wl_team_custom.thumb-right:not(.mobile-inline),
  .testimonial.thumb-left,
  .testimonial.thumb-right,
  .testimonial.thumb-left-reverse,
  .testimonial.thumb-right-reverse{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wl_team_custom:not(.mobile-inline):not(.thumb-left):not(.thumb-right) .profile-image,
  .wl_team_custom:not(.mobile-inline):not(.thumb-left):not(.thumb-right) .profile-image + .profile-content,
  .testimonial .top-image + .profile-content{
    width: 100%; 
    padding-left: 0;
    padding-right: 0;
  } 


}

/* button */

.el-btn .btn {
  display: inline-block;
  margin: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 14px;
  font-family: inherit;
  line-height: 1;
  border-radius: 3px;
  text-decoration: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.el-btn .btn:hover {
  border: 1px solid;
}

.el-btn.align-left{
  text-align: left;
}

.el-btn.align-right{
  text-align: right;
}

.el-btn.align-center{
  text-align: center;
}

.el-btn.align-right .btn{
  margin-left: auto;
}

.el-btn.align-center .btn{
  margin-left: auto;
  margin-right: auto;
}

.el-btn .btn .btn-ico + span{
  margin-left: 20px;
}

.el-btn .btn  span + .btn-ico{
  margin-left: 20px;
}

.el-btn .btn .btn-ico,
.el-btn .btn span{
  color: inherit!important;
}


.el-btn.align-wide .btn{
  display: block;
}

.el-btn .btn.shape-square{
  border-radius: 0;
}

.el-btn .btn.shape-rounded{
  border-radius: 5px;
}

.el-btn .btn.btn-sm.shape-rounded{
  border-radius: 3px;
}

.el-btn .btn.btn-xs.shape-rounded{
  border-radius: 2px;
}

.el-btn .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.el-btn .btn-md {
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 6px;
}

.el-btn .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.el-btn .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  border-radius: 3px;
}

/* icon boxes */

.iconboxes-wrap{
  text-align: center;
}

.iconboxes-wrap a{
  text-decoration: none;
  border: none;
}

.page-template-blank_page .module-iconboxes,
.module-iconboxes{
  position: relative;
  overflow: hidden;
  padding: 15px;
  background: none;
  border: none;
}

.module-iconboxes .box i{
    display: block;
    margin-left: auto;
    margin-right: auto; 
    position: relative;
    width: 1.7em;
    height: 1.7em;
    color: inherit;
    border-width: 0;
    font-size: 40px;
}

.module-iconboxes .box-heading{
  font-size: 24px;
  font-weight: bold;
}

.module-iconboxes .box-heading,
.module-iconboxes .box-sub-heading{
  margin: 0;
}

.module-iconboxes .box-heading + .box-sub-heading{
  margin-top: 0.5em;
}

.module-iconboxes .iconboxes-text{
  margin-top: 22px;
}

.module-iconboxes .text-wrap{
  position: relative;
}

.module-iconboxes.content-align-left .iconboxes-wrap,
.module-iconboxes.content-align-left .text-wrap{
  text-align: left;

}

.module-iconboxes.content-align-right .iconboxes-wrap,
.module-iconboxes.content-align-right .text-wrap{
  text-align: right;

}

.module-iconboxes.content-align-center .iconboxes-wrap,
.module-iconboxes.content-align-center .text-wrap{
  text-align: center;
}


.module-iconboxes.style-1.content-align-left .box i,
.module-iconboxes.style-7.content-align-left .box i{
  margin-left: 0;
}

.module-iconboxes.style-1.content-align-right .box i,
.module-iconboxes.style-7.content-align-right .box i{
  margin-right: 0;
}

.module-iconboxes.style-1 .box{
  display: block;
  margin-bottom: 20px;
}


.module-iconboxes .box i:after,
.module-iconboxes .box i:before{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


.module-iconboxes.style-2 .iconboxes-wrap,
.module-iconboxes.style-3 .iconboxes-wrap{

    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
}

.module-iconboxes.style-2 .box i,
.module-iconboxes.style-3 .box i{
    display: inline-block;
}

.module-iconboxes.style-3 .iconboxes-wrap{

    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}



.module-iconboxes.style-2 .box,
.module-iconboxes.style-2 .text-wrap,
.module-iconboxes.style-3 .box,
.module-iconboxes.style-3 .text-wrap{
  display: inline-block;
  vertical-align: top;
}

.module-iconboxes.style-2 .box i,
.module-iconboxes.style-3 .box i{
/*  width: 30%; */
  margin-right: 0.5em;
}

.module-iconboxes.style-2 .text-wrap,
.module-iconboxes.style-3 .text-wrap{
/*  width: 70%; */
  display: inline-block;
}

.module-iconboxes.style-2 .iconboxes-wrap{
  text-align: left;
}


.module-iconboxes.style-3 .iconboxes-wrap{
  text-align: right;
}

.module-iconboxes.style-3 .box i{
  margin-left: 0.5em;
  margin-right: 0;
}

@media (max-width: 768px){

  .module-iconboxes.style-2 .iconboxes-wrap,
  .module-iconboxes.style-3 .iconboxes-wrap{
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;

  }


}

@media (min-width: 481px) and (max-width: 768px){

  .module-iconboxes.style-2:not(.tablet-inline) .box i,
  .module-iconboxes.style-3:not(.tablet-inline) .box i{
    margin-left: 0;
    margin-right: 0;
  }

  .module-iconboxes.style-2:not(.tablet-inline).content-align-center .iconboxes-wrap,
  .module-iconboxes.style-3:not(.tablet-inline).content-align-center .text-wrap{
    text-align: center;
  }


  .module-iconboxes.style-2.tablet-inline .iconboxes-wrap{
      flex-flow: row nowrap;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
  }


  .module-iconboxes.style-3.tablet-inline .iconboxes-wrap{
      flex-flow: row-reverse nowrap;
      -webkit-flex-flow: row-reverse nowrap;
      -ms-flex-flow: row-reverse nowrap;
  }

}

@media (max-width: 480px){

  .module-iconboxes.style-2:not(.mobile-inline) .box i,
  .module-iconboxes.style-3:not(.mobile-inline) .box i{
    margin-left: 0;
    margin-right: 0;
  }

  .module-iconboxes.style-2:not(.mobile-inline).content-align-center .iconboxes-wrap,
  .module-iconboxes.style-3:not(.mobile-inline).content-align-center .text-wrap{
    text-align: center;
  }

  .module-iconboxes.style-2.mobile-inline .iconboxes-wrap{
      flex-flow: row nowrap;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
  }

  .module-iconboxes.style-3.mobile-inline .iconboxes-wrap{
      flex-flow: row-reverse nowrap;
      -webkit-flex-flow: row-reverse nowrap;
      -ms-flex-flow: row-reverse nowrap;
  }

}
.module-iconboxes.style-4 .box{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.module-iconboxes.style-4 .box i{
  font-size: 200px;
  color: inherit;
  opacity: 0.3;
  width: 1em;
  height: 1em;
}

.module-iconboxes .top-box{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    align-items: center;
    text-align: left;
}

.module-iconboxes.style-6 .top-box{
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    text-align: right;
}


a.more-link,
.button.more-link{
  color: inherit;  
  display: block;
  clear: both;
  border: none;
  text-decoration: none;
  margin: 20px auto 0;
}

.button.more-link .more-link-text{

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.more-link.button{
  padding: 12.5px 25px;
  border: solid 1px #d8d8d8;
  border-radius: 30px;
  display: table;
  line-height: 1;
}

.more-link.button,
.more-link.arow,
.more-link.play{
/*  color: #747578;  */
}

.more-link.arow .more-link-text,
.more-link.play .more-link-text{
  margin-right: 10px;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.more-link.arow:hover .more-link-text,
.more-link.play:hover .more-link-text,
.more-link.arow:focus .more-link-text,
.more-link.play:focus .more-link-text{
  display: inline-block;
  opacity: 1;
  visibility: visible;
}


.more-link.button:hover,
.more-link.button:focus{
  box-shadow: 0 7px 14px rgba(0,0,0,0.3);
  border-color: transparent;
}

.module-iconboxes.content-align-left .iconboxes-wrap .button.more-link,
.module-iconboxes.content-align-left .text-wrap .button.more-link,
.module-iconboxes.style-2:not(.content-align-center) .iconboxes-wrap .more-link.button,
.wl_team_custom.thumb-right.content-align-left .more-link.button{
  margin-left: 0;
}

.module-iconboxes.content-align-right .iconboxes-wrap .button.more-link,
.module-iconboxes.content-align-right .text-wrap .button.more-link,
.module-iconboxes.style-3:not(.content-align-center) .iconboxes-wrap .more-link.button,
.wl_team_custom.thumb-right.content-align-right .more-link.button{
  margin-right: 0;
}


/* el icon */
.el-icon,
.el-icon.align-center{
  text-align: center;
}

.el-icon.align-left{
  text-align: left;
}

.el-icon.align-right{
  text-align: right;
}

.el-icon .icon-wrap,
.el-icon .icon-wrap i,
.el-icon .icon-wrap i + span{
  display: inline-block;

}

.el-icon .icon-wrap i,
.el-icon .icon-wrap i + span,
.el-icon .icon-wrap > span{
  color: inherit !important;
}

.el-icon .icon-wrap{
  border: solid 1px transparent;
  position: relative;  
  font-size: 18px;
  line-height: 2;
  vertical-align: middle;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.el-icon .icon-wrap i + span{
  margin-right: 0.5em;

}

.el-icon.icon-shape-rounded .icon-wrap{
    border-radius: 4px;
}

.el-icon.icon-shape-circle .icon-wrap{
    border-radius: 50%;
}

.el-icon a{
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.el-icon .icon-wrap i{

  width: 2em;
  height: 2em;
  text-align: center!important;
}

.el-icon.placement-left .icon-wrap span{
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.el-icon.placement-left .icon-wrap span + i{
  margin-left: -0.5em;
}

.el-icon.placement-top .icon-wrap span,
.el-icon.placement-bottom .icon-wrap span{
  display: block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}


/* icon group*/

.module-icongroup .icons{
/*  margin: 0 -10px; */
  padding: 0;
}

.module-icongroup .icons .el-icon{
  margin: 0.125em;
  display: inline-block;
}

.module-icongroup .icons .el-icon:first-child{
  margin-left: 0;
}

.module-icongroup .icons .el-icon:last-child{
  margin-right: 0;
}


/*  Not used since 2.3.3 */

.module-icongroup.group-align-center .icons{
  text-align: center;
}

.module-icongroup.group-align-left .icons{
  text-align: left;
}
.module-icongroup.group-align-right .icons{
  text-align: right;
}

/*  ---// Not used since 2.3.3 */

i,.btn-ico,.wl_divider i,.module-iconboxes i,.el-icon i{
  display: inline-block;
}


i.icon-rotate-left,
span.icon-rotate-left,
.el-btn.icon-rotate-left .btn-ico,
.wl_divider.icon-rotate-left i,
.btn-ico.icon-rotate-left,
.module-iconboxes.icon-rotate-left i,
.el-icon.icon-rotate-left i{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=-1)";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);  
}

i.icon-rotate-right,
span.icon-rotate-right,
.el-btn.icon-rotate-right .btn-ico,
.wl_divider.icon-rotate-right i,
.btn-ico.icon-rotate-right,
.module-iconboxes.icon-rotate-right i,
.el-icon.icon-rotate-right i{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);  
}

i.icon-flip-horizontal,
span.icon-flip-horizontal,
.el-btn.icon-flip-horizontal .btn-ico,
.wl_divider.icon-flip-horizontal i,
.btn-ico.icon-flip-horizontal,
.module-iconboxes.icon-flip-horizontal i,
.el-icon.icon-flip-horizontal i{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

i.icon-flip-vertical,
span.icon-flip-vertical,
.el-btn.icon-flip-vertical .btn-ico,
.wl_divider.icon-flip-vertical i,
.btn-ico.icon-flip-vertical,
.module-iconboxes.icon-flip-vertical i,
.el-icon.icon-flip-vertical i{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* wp widget */

.widgettitle.widget-title-center,
.widget_title.widget-title-center{
  text-align: center;
}

.widgettitle.widget-title-right,
.widget_title.widget-title-right{
  text-align: right;
}

.widgettitle.widget-title-left,
.widget_title.widget-title-left{
  text-align: left;
}

/* separator */
.wl_separator{
  margin: 0;
  position: relative;
}

.wl_separator svg{
  margin: 0;
}

/* pricing table */


.price-block.popular{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.wl_team_custom:hover,
.testimonial:hover,
.price-block:hover .price-block-inner{

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.price-block .price-item i{
    margin-right: 10px;
}

@media (min-width: 768px) {

  .pricing-table .pricing-table-wrap{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .pricing-table .pricing-table-wrap .price-block{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0px;
  }

}

.price-block .price-block-inner{
  border: solid 1px #ccc;
  text-align: center;
  overflow: hidden;
}

.price-block .price-features{
  list-style: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 300;

}

.price-block .price-features > li{
  margin: 0 15px;
  padding: 20px 0;
  border-bottom: solid 1px #f2f2f2;
}

.price-block .price-features > li:last-child{
 /* border: none; */
}

.price-block .price-footer{
  min-height: 80px;
  padding: 15px 0 15px 0;
}

.price-block .price-heading{
  min-height: 120px;
  padding: 35px 0 25px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: solid 1px #f2f2f2;
  position: relative;
  color: inherit;
}

.price-block.custom-color .price-heading{
  border-bottom: none;
}

.price-block.custom-color .price-block-inner{
  border: none;
}

.price-block .heading-icon,
.price-block .price-name,
.price-block .price-description,
.price-block  .price-value{


}

.price-block .price-name{
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.price-block .price-badge{
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #1BA3B7;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 35px;
  line-height: 1;
  letter-spacing: 1.2px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 10px;
}

.price-block .price-name-container{

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 80px;
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;

}

.price-block.style-4 .price-name,
.price-block .price-name-container .price-name{
  font-size: 36px;

}

.price-block.style-3 .price-name-container .price-name{
  text-align: center;
}

.price-block.style-3 .price-name-container{
  padding-bottom: 5px;
  padding-top: 240px;
}

.price-block.style-4 .price-name-container{
  padding: 144px 0;
}

.price-block.style-4 .price-name{
  margin-top: 5px;
}

.price-block .price-subtitle{
  margin: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2;
  padding: 0 20px;
}


.price-block .block_periode{
  font-size: 24px;
  font-weight: 200;
}

.price-block .heading-icon{
  font-size: 72px;
  margin-bottom: 15px;
  display: block;
}

.price-block .price-description{
  margin: 0;
  padding: 0px 20px;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 300;
}

.price-block.style-2 .price-description,
.price-block.style-3 .price-description{
  font-size: 12px;
  padding: 20px;
}


.price-block.style-2 .price-heading{
  padding-bottom: 0;
}

.price-block.style-3 .price-heading,
.price-block.style-4 .price-heading{
  padding-top: 0px;
  padding-bottom: 10px;
}

.price-block .price-value{
  font-size: 4.5em;
  margin: 30px 0 0;
  line-height: 1;
  font-weight: bold;
  position: relative;
}

.price-block.style-2 .price-value{
  margin-bottom: 10px;
}


.price-block .price-value .price-symbol{
  font-size: 0.4em;
  position: relative;
}

.price-block .price-footer .btn{
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

/* progress bar */
.wl_progress_bar{
  margin-top: 20px;
  position: relative;
}

.wl_progress_bar .progress-bar-outer {
  width: 100%;
  height: 15px;
  clear: both;
  position: relative;
  background: #eeeeee;
}

.wl_progress_bar.track-style-outline .progress-bar-outer,
.wl_progress_bar.track-style-border-top .progress-bar-outer,
.wl_progress_bar.track-style-border-bottom .progress-bar-outer{
  border: solid 1px #eeeeee;
  background: transparent !important;
}


.wl_progress_bar.track-style-border-top .progress-bar-outer{
  border-width: 1px 0 0 0;
}

.wl_progress_bar.track-style-border-bottom .progress-bar-outer{
  border-width: 0 0  1px 0;
}

.wl_progress_bar.track-style-center-line .progress-bar-outer{
  border: none;
  background: transparent !important;
}

.wl_progress_bar.track-style-center-line .progress-bar-outer:after{
  display: block;
  content: '';
  background: #eeeeee;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 50%;

}

.wl_progress_bar .progress-bar-value{
  display: inline-block;
  float: right;
}

.wl_progress_bar .progress-bar {
  width: 0;
  height: 100%;
  clear: both;
  position: absolute;
  background: #333333;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.3, 0.8, 2);
  -ms-transition-timing-function: cubic-bezier(0.5, 0.3, 0.8, 2);
  transition-timing-function: cubic-bezier(0.5, 0.3, 0.8, 2);
  z-index: 1;
  left: -1px;
}

.wl_progress_bar .progress-bar-label{
  font-size: 20px;
  padding-left: 20px;
  color: inherit;
  position: relative;
}

.wl_progress_bar .progress-bar-label i{
  padding-right: 20px;
  font-size: 90%;
}


.wl_progress_bar .progress-bar-outer .progress-bar-label{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 2;
  padding-right: 10px;
  color: #ffffff;

  -webkit-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
  transform: translateY( -50%);
}

.wl_progress_bar.track-style-outline .progress-bar-outer .progress-bar{
  left: -1px;
  top: -1px;
  height: calc(100% + 2px);
}
.wl_progress_bar .progress-bar-label + .progress-bar-outer{
  margin-top: 10px;
}

.wl_progress_bar.label-position-inside .progress-bar-outer{
  height: 35px;
}

.wl_progress_bar.label-position-inside.cap-style-circle .progress-bar-outer,
.wl_progress_bar.label-position-inside.cap-style-circle .progress-bar{
  border-radius: 35px;
}

.wl_progress_bar.cap-style-circle .progress-bar-outer,
.wl_progress_bar.cap-style-circle .progress-bar{
  border-radius: 15px;
}

.wl_progress_bar.cap-style-rounded .progress-bar-outer,
.wl_progress_bar.cap-style-rounded .progress-bar{
  border-radius: 5px;
}


/* count to */

.wl_counto{
  text-align: center;
}

.wl_counto > div{
  display: inline-table; 
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.wl_counto.align-left{
  text-align: left;
}

.wl_counto.align-right{
  text-align: right;
}

.wl_counto .counto{
  display: table-cell;
  vertical-align: middle;
}

.counto{
  opacity: 0;
}

.wl_circle_bar .circle-bar-outer{
  position: relative;
}


.wl_circle_bar .circle-bar-label{
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 3em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* flipbox */
.wl_flipbox{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: inline-grid;
  vertical-align: middle;
}

.flipbox{
  width: 100%;
  height: 100%;
  position: relative;

  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;

}

.wl_flipbox:hover .flipbox{
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);


}

.wl_flipbox:hover .flip-item.flipped{
  visibility: visible;
}

.flipbox .flip-item{
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: visibility .6s ease;
  -webkit-transition: visibility .6s ease;
  background-size: cover;
  background-position: center;



}

.flipbox .flip-item.justify_content_top,
.flipbox .flip-item.justify_content_center,
.flipbox .flip-item.justify_content_bottom{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;

}


.flipbox .flip-item.justify_content_top{
  justify-content: start;
}

.flipbox .flip-item.justify_content_center{
  justify-content: center;
}

.flipbox .flip-item.justify_content_bottom{
  justify-content: end;
}

.flipbox .flip-item.normal{

  z-index: 2;
  visibility: visible;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);

}

.flipbox .flip-item.flipped{

  transform: rotateY(180);
  -webkit-transform: rotateY(180deg);

}

.wl_flipbox.flip-vertical .flip-item.normal{
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
}

.wl_flipbox.flip-vertical .flip-item.flipped{
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.wl_flipbox.flip-vertical:hover .flipbox{
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

/* el box hover */
.wl_hover_box{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: inline-grid;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}

.wl_hover_box .hover-content{
  position: absolute;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;

  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.hover-content .hover-box-inner{
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;

/*
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
*/
}

.hover-content.position-middle .hover-box-inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hover-content.position-bottom .hover-box-inner {
  bottom: 0;
  top: unset;
}

.hover-content.frontground{
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.6);
}


.wl_hover_box:hover .hover-content.frontground{
  opacity: 1;
  visibility: visible;
}

.effect-zoom-in.hover-content{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.wl_hover_box:hover .hover-content.effect-zoom-in{
  -webkit-transform: scale(1);
  transform: scale(1);
}

.effect-zoom-out.hover-content{
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wl_hover_box:hover .hover-content.effect-zoom-out{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.wl_hover_box:hover .hover-content.effect-fade-out{
  opacity: 0;
}

.wl_hover_box:hover .hover-content.effect-fade-in{
  opacity: 1;
}

.wl_hover_box:hover .hover-content.effect-to-right{

}

.wl_hover_box .hover-content.effect-from-left .hover-box-inner{
  margin-left: -100%;
}

.wl_hover_box:hover .hover-content.effect-from-left .hover-box-inner{
  margin-left: 0;
}

.wl_hover_box .hover-content.effect-from-right .hover-box-inner{
  margin-left: 100%;
}

.wl_hover_box:hover .hover-content.effect-from-right .hover-box-inner{
  margin-left: 0;
}

.wl_hover_box .hover-content.effect-to-left{
  margin-left: 0;
}

.wl_hover_box:hover .hover-content.effect-to-left{
  margin-left: -100%;
}

.wl_hover_box .hover-content.effect-to-right{
  margin-left: 0;
}

.wl_hover_box:hover .hover-content.effect-to-right{
  margin-left: 100%;
}

.wl_hover_box .hover-content.effect-up{
  margin-top: 0;
}

.wl_hover_box:hover .hover-content.effect-up{
  margin-top: -100%;
}

.wl_hover_box .hover-content.effect-down{
  margin-top: 0;
}

.wl_hover_box:hover .hover-content.effect-down{
  margin-top: 100%;
}

.wl_hover_box .hover-content.effect-from-top .hover-box-inner{
  margin-top: -100%;
}

.wl_hover_box:hover .hover-content.effect-from-top .hover-box-inner{
  margin-top: 0;
}

.wl_hover_box .hover-content.effect-from-bottom .hover-box-inner{
  margin-top: 100%;
}

.wl_hover_box:hover .hover-content.effect-from-bottom .hover-box-inner{
  margin-top: 0;
}

.wl_hover_box .hover-content.effect-from-bottom.position-bottom .hover-box-inner{
  margin-bottom: -100%;
}

.wl_hover_box:hover .hover-content.effect-from-bottom.position-bottom .hover-box-inner{
  margin-bottom: 0;
}

.wl_hover_box .hover-content.effect-from-top.position-bottom .hover-box-inner{
  margin-bottom: 100%;
}

.wl_hover_box:hover .hover-content.effect-from-top.position-bottom .hover-box-inner{
  margin-bottom: 0;
}

.wl_hover_box .hover-content.effect-scale-up .hover-box-inner{
  -webkit-transform: scale(0);
  transform: scale(0);
}

.wl_hover_box:hover .hover-content.effect-scale-up .hover-box-inner{
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wl_hover_box .hover-content.effect-scale-up.position-middle .hover-box-inner{
  -webkit-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.wl_hover_box:hover .hover-content.effect-scale-up.position-middle .hover-box-inner{
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

.wl_hover_box .hover-content.effect-scale-down .hover-box-inner{
  -webkit-transform: scale(10);
  transform: scale(10);
}

.wl_hover_box:hover .hover-content.effect-scale-down .hover-box-inner{
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wl_hover_box .hover-content.effect-scale-down.position-middle .hover-box-inner{
  -webkit-transform: scale(10) translateY(-50%);
  transform: scale(10) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.wl_hover_box:hover .hover-content.effect-scale-down.position-middle .hover-box-inner{
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

/* general optin form */

.el-form .btn{
  border: 0;
  background: #333333;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}

.el-form .form-group {
  margin-bottom: 16px;
}

.el-form .form-group .form-control{
  width: 100%;
  color: inherit;
  position: relative;
  border-radius: 5px;
  padding-left: 3em;
  padding-right: 1em;
  font-family: inherit;
  font-size: 1em;
}

.el-form .form-group .form-control,
.el-form .form-group .form-control:hover,
.el-form .form-group .form-control:focus{
  border: solid 1px #CBCBCB;
}


.el-form .form-group .form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.6;
}

.el-form .form-group .form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}

.el-form .form-group .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.6;
}



.el-form .form-group .field-style-2 .form-control{
  border-radius: 0 !important;
  border-bottom-width: 2px;
  border-top-width: 0!important;  
  border-left-width: 0!important;  
  border-right-width: 0!important;  
}


.el-form .form-group .form-control:active,
.el-form .form-group .form-control:focus{
  box-shadow: none;
  outline: none;
}


.el-form .form-group .btn{
  padding-left: 2em;
  padding-right: 2em;
}

.el-form .horizontal .form-group .button-wrap{
  display: table-cell;
  vertical-align: middle;
}
.el-form .form-group .btn,
.el-form .form-group input.form-control{
/*  height: 50px; */
}

.el-form .form-group textarea.form-control{
  padding-top: 1em;
  padding-bottom: 1em;
}

.el-form .field-wrap{
  position: relative;
}

.el-form .field-wrap i{
  color: inherit;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
  left: 1em;
  top: 50%;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);

}

.el-form .form-group .field-wrap.field-style-3 i{
  position: relative;
  display: block;
  margin-bottom: 10px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.el-form .form-group .field-wrap.field-style-3 i span{
  font-style: normal;
  text-transform: uppercase;
  margin-left: 0.5em;
  font-size: 1em;
}

.el-form .form-group .field-wrap.field-style-3 .form-control{
  padding-left: 1em;
}

.el-form .form-group textarea.form-control + i{
  top: 1em;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

.el-form .form-group select.form-control{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.el-form .form-group .select-wrapper{
  position: relative;
}

.el-form .form-group .select-wrapper:after{
  content: '\f0dc';
  display: block;
  position: absolute;
  font-family: FontAwesome;
  right: 1em;
  top: 50%;
  font-style: normal;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);

}

.el-form.text-align-right .form-group .form-control{
  padding-left: 1em;
  padding-right: 3em;
}

.el-form.text-align-right .field-wrap i{
  right: 1em;
  left: unset;

}

.el-form.text-align-center .form-group .form-control{
  padding-left: 1em;
  padding-right: 1em;
}

.el-form.text-align-center .field-wrap i{
  display: none;
}

.el-form.text-align-right .form-inline .field-wrap i{
  right: calc(1em + 8px);
}
.el-form .form-group .btn{
/*
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
*/
}


.el-form .form-inline .form-group{
  display: table;
  width: 100%;
}

.el-form .form-inline .form-group .field-wrap{
  display: table-cell;
  vertical-align: bottom;
  width: auto;
  padding-right: 8px;
  margin-bottom: 0;
}

.login-form .layout-horizontal .form-group .button-wrap{
  vertical-align: bottom;
  display: table-cell;
}

@media (max-width: 480px){

  .el-form .form-inline .form-group .field-wrap{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }

  .el-form .form-inline .form-group .field-wrap:last-child{
    margin-bottom: 0;
  }

  .el-form .horizontal .form-group .button-wrap{
    margin-bottom: 16px;
    display: block;
    width: 100%;
  }
}


.el-form .form-inline .form-group .field-wrap:last-child{
  padding-right: 0;
}

/* optin form */

.optin-form .optin_code{
  display: none!important;
}


/* unordered list */

.wl_list.list-alpha{
  list-style: lower-alpha;
}

.wl_list.list-number{
  list-style: decimal;
}

.wl_list.list-square{
  list-style: square;
}

.wl_list.list-disc{
  list-style: disc;
}

.wl_list.list-circle{
  list-style: circle;
}

.wl_list.list-check,
.wl_list.list-circle-checked,
.wl_list.list-square-empty,
.wl_list.list-square-checked{
  list-style: none;
}

.wl_list.list-check > li:before,
.wl_list.list-circle-checked > li:before,
.wl_list.list-square-checked > li:before,
.wl_list.list-square-empty > li:before{
  font-family: "FontAwesome";
  display: inline-block;
  height: 0em;
  width: 0em;
  position: relative;
  right: 1.5em;
  font-weight: normal;
  font-style: normal;
}

.wl_list > li{
  margin-bottom: 1em;
}


.wl_list.list-check > li:before{
  content: '\f00c';  
}

.wl_list.list-circle-checked > li:before{
  content: '\f05d';  
}

.wl_list.list-square-checked > li:before{
  content: '\f046';
}

.wl_list.list-square-empty > li:before{
  content: '\f096';
}

/* features list */

.wl_features{
  list-style: none;
  padding: 0;
  margin: 0;
}

.wl_features .feature{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;  
  margin-bottom: 1em;
}

.wl_features .feature .feature-marker{
  display: table;
  width: 45px;
  height: 45px;
  margin-right: 1em;
  border: solid 1px transparent;
  text-align: center;
  line-height: 1;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}


.wl_features .feature .feature-marker img{
  width: 100%;
  max-width: 100%;
}

.wl_features .feature .feature-marker > span{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.wl_features .feature .feature-marker{
  margin-right: 1em;
  display: block;
}

.wl_features .feature .feature-marker.bullet-circle{
  border-radius: 50%;
  background: #cccccc;
  overflow: hidden;
}


.wl_features .feature .feature-marker,
.wl_features .feature .feature-title,
.wl_features .feature .feature-price{
  font-weight: bold;
  font-size: 1.2em;
}

.wl_features.list-image .feature-marker{
  border-width: 0;
  font-size: 0;
  margin-right: 20px;
}

.wl_features .feature .feature-name{
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1em;
}

.wl_features .feature .feature-title{
  display: inline-block;
  position: relative;
  clear: both;
}

.wl_features .feature .feature-title:after{
  display: block;
  content: '';
  width: 999px;;
  height: 1px;
  background: #dddddd;
  position: absolute;
  left: 100%;
}

.wl_features .feature .feature-subtitle{
  font-style: italic;
  display: block;
  margin-top: 0.3em;
  font-weight: 300;
  font-size: 1em;
  color: #d1d1d1;
  clear: both;
}

.wl_features .feature .feature-price{
    text-align: right;
}

@media(max-width: 480px){

  .wl_features .feature .feature-price{
      -webkit-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
  }


}

.responsive_tab.chain-left .panel-title a:before,
.responsive_tab.chain-right .panel-title a:before{

  content: "\002B";
  font-family: Arial;
  font-size: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.responsive_tab.chain-right .panel-title a:before{

  padding: 0 0px 0 1em;
  right: 0px;
}


.responsive_tab.chain-left .panel-title a:before{

  padding: 0 1em 0 0;
  left: 0px;

}

.responsive_tab.chain-left .panel-title a,
.responsive_tab.chain-right .panel-title a{
  position: relative;
  display: block;
}

.responsive_tab.chain-right .panel-title a{
  padding-right: 1.5em;
}

.responsive_tab.chain-left .panel-title a{
   padding-left: 1.5em;
}


.responsive_tab.chain-left .panel.panel-default .panel-heading.openedup .panel-title a:before,
.responsive_tab.chain-right .panel.panel-default .panel-heading.openedup .panel-title a:before{

  content: "\002D";
}

.responsive_tab .nav-tabs a,
.responsive_tab .panel-heading .accordion-toggle{
  text-decoration: none;
}

.responsive_tab .panel-title{
  font-size: inherit;
}

.responsive_tab .panel-title > a{
  text-decoration: none;
  box-shadow: none;
}

.responsive_tab .nav-tabs .btn-ico + span,
.responsive_tab .panel-heading .btn-ico + span{
  margin-left: 10px;
}

.responsive_tab .nav-tabs > li a{
  background: #dddddd;
}

.responsive_tab .nav-tabs > li a:hover,
.responsive_tab .nav-tabs > li a:focus{
  background: #dddddd;
  border-color: transparent transparent #dddddd;
}

.responsive_tab .tab-content .tab-pane,
.responsive_tab .panel-group .panel-body{
  padding: 0;
}

.responsive_tab.chain-left .panel-group .panel-body,
.responsive_tab.chain-right .panel-group .panel-body{
  padding: 0 1.5em;
}


.responsive_tab.panel-center .nav-tabs{
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;

}

.responsive_tab .panel-group .panel-heading {
  border: solid 1px transparent;
}

.responsive_tab.panel-left .nav-tabs > li{
  float: left;
}

.responsive_tab.panel-right .nav-tabs > li{
  float: right;
}

.responsive_tab.panel-center .nav-tabs > li{
  float: none;
}

.responsive_tab.panel-left .panel-heading {
  text-align: left;
}

.responsive_tab.panel-right .panel-heading {
  text-align: right;
}

.responsive_tab.panel-center .panel-heading {
  text-align: center;
}


.responsive_tab .tab-content{
  border: solid 1px #dddddd;
  border-width: 0 1px 1px 1px;
  margin-top: -1px;
  padding: 0;
  position: relative; 

/* animation */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;


}

.responsive_tab .tab-content .tab-pane {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.responsive_tab .tab-content .tab-pane.horizontal.fade {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.responsive_tab .tab-content .tab-pane.horizontal.fade.active {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.responsive_tab .tab-content .tab-pane.horizontal.fade.active.in {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.responsive_tab .tab-content .tab-pane.vertical.fade {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.responsive_tab .tab-content .tab-pane.vertical.fade.active {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.responsive_tab .tab-content .tab-pane.vertical.fade.active.in {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.responsive_tab .tab-content .tab-pane.scale.fade {
  opacity: 0!important;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.responsive_tab .tab-content .tab-pane.scale.fade.in.active {
  opacity: 1!important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.responsive_tab .tab-content .tab-pane.slide_rotate_x.fade {
  opacity: 0!important;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.responsive_tab .tab-content .tab-pane.slide_rotate_x.fade.in.active {
  opacity: 1!important;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.responsive_tab .tab-content .tab-pane.slide_rotate_y.fade {
  opacity: 0!important;
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.responsive_tab .tab-content .tab-pane.slide_rotate_y.fade.in.active {
  opacity: 1!important;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.responsive_tab .tab-content .tab-pane.slide_rotate_z.fade {
  opacity: 0!important;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.responsive_tab .tab-content .tab-pane.slide_rotate_z.fade.in.active {
  opacity: 1!important;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0);
}



.responsive_tab.style-top-rounded .nav-tabs > li:first-child > a,
.responsive_tab.panel-right.style-top-rounded .nav-tabs > li:last-child > a{
  border-radius: 12px 0 0 0;
}

.responsive_tab.style-top-rounded .nav-tabs > li:last-child > a,
.responsive_tab.panel-right.style-top-rounded .nav-tabs > li:first-child > a{
  border-radius: 0 12px 0 0;
}

.responsive_tab.style-top-rounded .panel-group .panel:first-child{
  border-radius: 20px 20px 0 0;
}

.responsive_tab.style-capsule .panel-group .panel:first-child{
  border-radius: 20px 20px 0 0;
}

.responsive_tab.style-capsule .panel-group .panel:last-child{
  border-radius: 0 0 20px 20px;
}

.responsive_tab.style-rounded .panel-group .panel-heading{
  border-radius: 20px;
}

.responsive_tab.style-rounded .nav-tabs > li > a{
  border-radius: 35px;
  padding: 10px 25px;
}

.responsive_tab.style-rounded .nav-tabs > li > a{
  border-radius: 35px;
  border: solid 1px #dddddd;
}

.responsive_tab.style-rounded .nav-tabs > li.active > a,
.responsive_tab.style-rounded .nav-tabs > li.active > a:hover,
.responsive_tab.style-capsule .nav-tabs > li.active > a,
.responsive_tab.style-capsule .nav-tabs > li.active > a:hover{
  border-bottom-color: #dddddd;
}

.responsive_tab.style-capsule .nav-tabs > li:first-child > a,
.responsive_tab.panel-right.style-capsule .nav-tabs > li:last-child > a{
  border-radius: 35px 0 0 35px;
}

.responsive_tab.style-capsule .nav-tabs > li:last-child > a,
.responsive_tab.panel-right.style-capsule .nav-tabs > li:first-child > a{
  border-radius: 0 35px 35px 0;
}

.responsive_tab.style-underline .nav-tabs > li > a{
  margin-right: 5px;
}



.responsive_tab .panel-group .panel + .panel {
  margin-top: 2px;
}

.responsive_tab.style-underline .nav-tabs,
.responsive_tab.style-underline .tab-content,
.responsive_tab.style-capsule .nav-tabs,
.responsive_tab.style-capsule .tab-content,
.responsive_tab.style-rounded .nav-tabs,
.responsive_tab.style-rounded .tab-content,
.responsive_tab.style-rounded .panel-group .panel,
.responsive_tab.style-underline .panel-group .panel,
.responsive_tab.style-capsule .panel-group .panel,
.responsive_tab .panel-group .panel-heading + .panel-collapse .panel-body
{
 border: none;
}


.responsive_tab.style-rounded .panel-group .panel,
.responsive_tab.style-underline .panel-group .panel,
.responsive_tab.style-capsule .panel-group .panel
{
 box-shadow: none;
 background: transparent;
}


.responsive_tab.style-underline .tab-content,
.responsive_tab.style-capsule .tab-content,
.responsive_tab.style-rounded .tab-content{
   margin-top: 20px;
}


.responsive_tab.style-underline .nav-tabs > li > a,
.responsive_tab.style-underline .nav-tabs > li.active > a,
.responsive_tab.style-underline .nav-tabs > li > a:hover,
.responsive_tab.style-underline .nav-tabs > li > a:focus,
.responsive_tab.style-underline .panel-group .panel-heading{
  border: solid 2px #dddddd;
  background: transparent;
  border-width: 0 0px 2px 0;
}

.responsive_tab.style-underline .panel-group .panel-heading.openedup,
.responsive_tab.style-underline .nav-tabs > li.active > a{
  border-color: #333333;
}

.responsive_tab .panel-group .panel-heading.openedup,
.responsive_tab .nav-tabs > li.active > a{
  color: #333333;
}

/* menu */

.el-navigation{
    position: relative;
    overflow: hidden;
/* 
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;  
*/
}

.el-navigation .list-menu{
  margin: 0;
  list-style: none;
  padding: 0;
  background: transparent;
  display: inline-block;
/*  overflow: hidden;*/
}

.el-navigation .list-menu .menu-item{
  padding: 5px;
}

.el-navigation .list-menu .menu-item a{
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
}



.el-navigation.nav-align-center{
 text-align: center;
}

.el-navigation.nav-align-right{
 text-align: right;
}

.el-navigation.layout-horizontal .list-menu .separator,
.el-navigation.layout-horizontal .list-menu .menu-text,
.el-navigation.layout-horizontal .list-menu .menu-item,
.el-navigation.layout-horizontal .list-menu .menu-image{
  display: inline-block;;
  vertical-align: middle;
}

.el-navigation.layout- .list-menu .separator{
  padding-left: 5px;
  padding-right: 5px;
}


.el-navigation .navbar-toggler{
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 1.5em;
  cursor: pointer;
  display: none;
  margin: 5px 15px;
}

/*
.el-navigation .collapse {
    display: none;
}
*/

.el-navigation .collapse.in {
    display: block!important;
}

.el-navigation .navigation-bar{
  opacity: 1;
  height: auto;
}

.el-navigation.burger-desktop .navigation-bar.collapse{
   display: none;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.el-navigation.burger-desktop .navbar-toggler{
  display: inline-block;
}

.el-navigation.burger-desktop .list-menu,
.el-navigation.burger-desktop .list-menu .menu-item{
  display: block;
}


@media(max-width: 1366px){

  .el-navigation.burger-notebook .navigation-bar.collapse{
     display: none;
      flex-basis: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;

  }


  .el-navigation.burger-notebook .navbar-toggler{
    display: inline-block;
  }

  .el-navigation.burger-notebook .list-menu,
  .el-navigation.burger-notebook .list-menu .menu-item{
    display: block;
  }
}


@media(max-width: 1024px){

  .el-navigation.burger-tablet_landscape .navigation-bar.collapse{
     display: none;
      flex-basis: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;

  }


  .el-navigation.burger-tablet_landscape .navbar-toggler{
    display: inline-block;
  }

  .el-navigation.burger-tablet_landscape .list-menu,
  .el-navigation.burger-tablet_landscape .list-menu .menu-item{
    display: block;
  }
}


@media(max-width: 768px){

  .el-navigation.burger-tablet .navigation-bar.collapse{
     display: none;
      flex-basis: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;

  }


  .el-navigation.burger-tablet .navbar-toggler{
    display: inline-block;
  }

  .el-navigation.burger-tablet .list-menu,
  .el-navigation.burger-tablet .list-menu .menu-item{
    display: block;
  }


  .el-navigation.layout-horizontal{
    text-align: center;
    display: block;
  }


}

@media(max-width: 480px){

  .el-navigation.burger-mobile .navigation-bar.collapse{
     display: none;
      flex-basis: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;

  }


  .el-navigation.burger-mobile .navbar-toggler{
    display: inline-block;
  }

  .el-navigation.burger-mobile .list-menu,
  .el-navigation.burger-mobile .list-menu .menu-item{
    display: block;
  }
}


.el-navigation .list-menu .menu-item i{
   margin-right: 10px; 
}

.el-navigation.layout-horizontal.nav-align-center .list-menu .menu-item i{
   margin-right: 0; 
   margin-left: 0; 
}

.el-navigation.layout-horizontal.menu-align-top .list-menu .menu-text,
.el-navigation.layout-horizontal.menu-align-top .list-menu .menu-item,
.el-navigation.layout-horizontal.menu-align-top .list-menu .menu-image{
  vertical-align: top;
}

.el-navigation.layout-horizontal.menu-align-bottom .list-menu .menu-text,
.el-navigation.layout-horizontal.menu-align-bottom .list-menu .menu-item,
.el-navigation.layout-horizontal.menu-align-bottom .list-menu .menu-image{
  vertical-align: bottom;
}

.el-navigation.fixed{
  position: fixed;
  z-index: 999;
  top: 0;
}
.el-navigation.position-absolute{
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
}

.el-navigation.position-center-top,
.el-navigation.position-center-bottom{
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.el-navigation.position-left-middle,
.el-navigation.position-right-middle{
  top: 50%;
  bottom: unset;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}


.el-navigation.position-left-bottom,
.el-navigation.position-left-top,
.el-navigation.position-left-middle{
  text-align: left;
  left: 0;
}

.el-navigation.position-right-top,
.el-navigation.position-right-bottom,
.el-navigation.position-right-middle{
  text-align: right;
  right: 0;
}

.admin-bar .el-navigation.position-center-top,
.admin-bar .el-navigation.position-left-top,
.admin-bar .el-navigation.position-right-top{
  top: 32px;
}

.el-navigation.position-center-bottom,
.el-navigation.position-left-bottom,
.el-navigation.position-right-bottom{
  top: unset;
  bottom: 0;
}


@media (min-width:  1366px) {

  .hide-desktop {
    display: none;
  }

}


/*
 youtube Link 
*/

.youtube_popup{ position: relative; text-align: center;}

.wl_row.popup-content{
  display: none;
}

.mfp-content .wl_row.popup-content{
  display: block!important;
}

.mfp-content .wl_row.popup-content .wl_container{
  width: 100%;
}

.mfp-content .popup-content {
  position: relative;
  width: auto;
  max-width: 1480px;
  margin: 32px auto;
}

.youtube_popup .action-panel{

  width: 1.33em;
  height: 1.33em;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid;
  padding: 0;
  line-height: 0;
  font-size: 3em;
  text-align: center;
  position: relative;

}

.youtube_popup img + .action-panel{

  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);  
}

.youtube_popup .action-panel a{
  position: absolute;
  left: 50%;
  top: 50%;
  text-decoration: none;
  box-shadow: none;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: inherit;
}


/*-----------------------------------------------------------------------------
 15.0 Magnific Popup
 ----------------------------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 11045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: inherit;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 60%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* divider */

.wl_divider{
  width: 100%;
  overflow: hidden;
  height: 2em;
  position: relative;
}

.wl_divider .divider-title{
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 2em;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.wl_divider.divider_title .divider-title{
  min-width: 2em;
  height: 2em;
  padding: 0;
  border-width: 0;
  border-style: solid;
}

.wl_divider.divider_line .divider-title{
  border: none !important;
}


.wl_divider.line-style-dashed .divider-title,
.wl_divider.line-style-dashed .divider-title:after,
.wl_divider.line-style-dashed .divider-title:before{
  border-style: dashed; 
}

.wl_divider.line-style-solid .divider-title,
.wl_divider.line-style-solid .divider-title:after,
.wl_divider.line-style-solid .divider-title:before{
  border-style: solid; 
}

.wl_divider.line-style-dotted .divider-title,
.wl_divider.line-style-dotted .divider-title:after,
.wl_divider.line-style-dotted .divider-title:before{
  border-style: dotted; 
}

.wl_divider.line-style-double .divider-title,
.wl_divider.line-style-double .divider-title:after,
.wl_divider.line-style-double .divider-title:before{
  border-style: double; 
}

.wl_divider .divider-title i + span{
  margin-left: 0.25em;
}

.wl_divider.left .divider-title{
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}


.wl_divider.right .divider-title{
  right: 0%;
  left: unset;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.wl_divider .divider-title:before,
.wl_divider .divider-title:after{
  position: absolute;
  content: '';
  top: 50%;
  height: 0px;
  border-top: solid 1px #ccc;
  width: 1920px;
  -webkit-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  transform: translateY( -50%);
  border-bottom: none!important;
  border-left: none!important;
  border-right: none!important;

}

.wl_divider .divider-title:before{
  right: 100%;
}
.wl_divider .divider-title:after{
  left: 100%;
}


/* image box */

.boxes-wrap{
  text-align: center;
}

.boxes-wrap a,
.boxes-wrap a:hover{
  text-decoration: none;
  box-shadow: none;
}

.module-img-box{
  position: relative;
  overflow: hidden;
}

.module-img-box .box{
  display: inline-block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.module-img-box.shape-circle .box{
  border-radius: 50%;
}

.module-img-box.shape-rounded .box{
  border-radius: 10px;
}

.module-img-box .box img{
    display: inline-block;
    margin-left: auto;
    margin-right: auto; 
    position: relative;
}

.module-img-box .box-heading{
  margin: 0;
}

.module-img-box.content-align-left .boxes-wrap,
.module-img-box.content-align-left .text-wrap{
  text-align: left;

}

.module-img-box.content-align-right .boxes-wrap,
.module-img-box.content-align-right .text-wrap{
  text-align: right;

}

.module-img-box.content-align-center .boxes-wrap,
.module-img-box.content-align-center .text-wrap{
  text-align: center;

}


.module-img-box.style-1.content-align-left .box img{
  margin-left: 0;
}

.module-img-box.style-1.content-align-right .box img{
  margin-right: 0;
}

.module-img-box.style-2 .boxes-wrap,
.module-img-box.style-3 .boxes-wrap{

    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
}

.module-img-box.style-2 .box i,
.module-img-box.style-3 .box i{
    display: inline-block;
}

.module-img-box.style-3 .boxes-wrap{

    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}



.module-img-box.style-2 .box,
.module-img-box.style-2 .text-wrap,
.module-img-box.style-3 .box,
.module-img-box.style-3 .text-wrap{
  display: inline-block;
  vertical-align: top;
}

.module-img-box.style-2 .box i,
.module-img-box.style-3 .box i{
/*  width: 30%; */
  margin-right: 0.5em;
}

.module-img-box.style-2 .text-wrap,
.module-img-box.style-3 .text-wrap{
/*  width: 70%; */
  display: inline-block;
}

@media (min-width: 769px){

  .module-img-box.style-2 .boxes-wrap{
    text-align: left;
  }


  .module-img-box.style-3 .boxes-wrap{
    text-align: right;
  }

}


.module-img-box.style-3 .box i{
  margin-left: 0.5em;
  margin-right: 0;
}

@media (max-width: 768px){

  .module-img-box.style-2 .boxes-wrap,
  .module-img-box.style-3 .boxes-wrap{
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;

  }

  .module-img-box.style-2 .box,
  .module-img-box.style-2 .text-wrap,
  .module-img-box.style-3 .box,
  .module-img-box.style-3 .text-wrap{

  }

  .module-img-box.style-2 .box i,
  .module-img-box.style-3 .box i{
    margin-left: 0!important;
    margin-right: 0!important;
  }

}

.module-img-box .more-link{
  display: block;
  clear: both;
  margin: 20px auto 0;
}

/* element animation */
.swingTop {
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*-----------------------------------------------------------------------------
 16.0 IE Browser
 ----------------------------------------------------------------------------*/
@media screen and (min-width: 0\0), (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .wl_column > .inner-column {
      display: block;
  }

  img.img-responsive{
    width: 100%;
  }

}
