/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Owl Theme Design */
//.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav [class*=owl-]{position: absolute;top: 50%;color:#fff;cursor:pointer;margin-top: -40px;opacity: 0.5;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}
.owl-theme .owl-nav .owl-prev:after{ font-family: "FontAwesome"; font-size:40px; height:40px; line-height: 40px; display: block; content: '\f104'; color: rgba(0,0,0,0.6); }
.owl-theme .owl-nav .owl-prev{ left: -50px; }
.owl-theme .owl-nav .owl-next:after{ font-family: "FontAwesome"; font-size:40px; height:40px; line-height: 40px; display: block; content: '\f105'; color: rgba(0,0,0,0.6); }
.owl-theme .owl-nav .owl-next{ right: -50px; }
.owl-theme .owl-nav [class*=owl-]:hover{opacity: 1;}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots {text-align: center; margin-top: 25px; margin-bottom: -10px;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline; margin-left: auto; margin-right: auto;}
.owl-theme .owl-dots .owl-dot span{width:6px;height:6px;margin:0 4px; opacity: 0.5; border:2px solid #999999; background:transparent;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span{background:#999999; opacity: 1;}
.owl-theme .owl-dots .owl-dot:hover span{opacity: 1;}{\rtf1}


/* start of blog list */

.bdt-blog-list {
    position: relative;
}
.bdt-blog-list .bdt-blog-list-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(130,130,130,0.2);
    text-decoration: none;
}
.bdt-blog-list .bdt-blog-list-item:last-child {
    border-bottom: 0;
}
.bdt-blog-list .bdt-blog-list-item .blog-list-item-description {
    -webkit-flex: 1;
    flex: 1;
}
.bdt-blog-list .bdt-blog-list-item .blog-list-item-description a {
    color: #666;
    -webkit-transition: all .25s;
    transition: all .25s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}
.bdt-blog-list .bdt-blog-list-item .blog-list-item-description a:hover {
    opacity: 0.7;
}
.bdt-blog-list .bdt-blog-list-item .blog-list-item-description p {
    margin: 10px 0 0;
    color: #999999;
}
.bdt-blog-list .bdt-blog-list-item .blog-list-item-date {
  background: rgba(0, 0, 0, 0.1);
  line-height: normal;
  margin-right: 25px;
  text-align: center;
  width: 48px;
  font-weight: 700;
  font-size: 32px;
  padding: 10px;
}
.bdt-blog-list .bdt-blog-list-item .blog-list-item-date span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
}

/* end of blog list */

/* Post carousel style */

.post_carousel{ opacity: 0; }
.post_carousel .wpb_content_element{ margin-bottom: 25px; }
.post_carousel.grab-true, .post_carousel.grab-true a{ 
	cursor: grab!important;
	cursor: -moz-grab!important;
	cursor: -webkit-grab!important;
}

.post_carousel.pagination_numbers .owl-dots{
	text-align: left;
}

.post_carousel.pagination_numbers .owl-dots:after{
	content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.post_carousel.pagination_numbers .owl-dots .owl-dot{
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	background: #333333;
	color: #ffffff;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.post_carousel.pagination_numbers .owl-dots .owl-dot.active{
	background: #44bdbd;
	color: #ffffff !important;
}

/* end of owl carousel */


.bdt-latest-blog {
	margin: 0 0px;
}

.bdt-latest-blog .bdt-carousel-slide {
	display: block;
	position: relative;
	background: #ffffff;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility:hidden;
	z-index: 1;
}

.bdt-latest-blog .bdt-carousel-slide .blog-pic{
	border-radius: 2px;
	overflow: hidden;
	display: block;
	position: relative;
	margin: 0;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility:hidden;
	z-index: 1;
}

.bdt-latest-blog .bdt-carousel-slide .blog-pic img{
	max-width: 100%;
    height: auto;
    display: block;
    -webkit-transition:all 0.6s ease;
       -moz-transition:all 0.6s ease;
         -o-transition:all 0.6s ease;
            transition:all 0.6s ease;
}

.bdt-latest-blog .bdt-carousel-slide .blog-pic:hover img{
	-webkit-transform:scale(1.2); /* Safari and Chrome */
       -moz-transform:scale(1.2); /* Firefox */
        -ms-transform:scale(1.2); /* IE 9 */
         -o-transform:scale(1.2); /* Opera */
            transform:scale(1.2);
}

.bdt-latest-blog .bdt-carousel-slide .blog-overlay{
	width: 100%;
    height: 100%;
    background: #e13a40;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition:all 0.6s ease;
       -moz-transition:all 0.6s ease;
         -o-transition:all 0.6s ease;
            transition:all 0.6s ease;
}

.bdt-latest-blog .bdt-carousel-slide .blog-pic i{
    display: block;
    width: 66px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 23px 0 0 -33px;
    border-radius:50%;
    background: #ffffff;
    text-align: center;
    line-height: 68px;
    opacity: 0;
    font-size: 14px;
    color: #44bdbd;
    font-weight: 400;
}

.bdt-latest-blog .bdt-carousel-slide .blog-pic:hover .blog-overlay {
	opacity: 0.6;
}

.bdt-latest-blog .bdt-carousel-slide .blog-item-description {
	padding: 30px;
}

.bdt-latest-blog .bdt-carousel-slide h4{
	font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0;
}

.bdt-latest-blog .bdt-carousel-slide .blog-item-description div{
    display: block;
}

.bdt-latest-blog .bdt-carousel-slide .blog-item-description span{
    color: #999999;
    display: block;
    margin: 20px 0 0 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.bdt-latest-blog .read-more-link{
	display: none;
}

/* grey */
.bdt-latest-blog.style-grey .bdt-carousel-slide{
	background: #f9f9f9;
}

.bdt-latest-blog.horizontal{
	margin-left: -20px;
	margin-right: -20px;
}

.bdt-latest-blog-list{
	margin:0;
	display: block;
}

.bdt-latest-blog-list h4{
	font-size: 18px;
    margin: 0 0 4px 0;
    padding: 0;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.4;
}

.bdt-latest-blog-list .blog-list-item-date{
	background: #f4f4f4;
	color:#666666;
	width:50px;
	text-align: center;
	font-size:20px;
	line-height: 20px;
	font-weight: bold;
	padding:10px 0 0 0;
	margin: 0 20px 0 0;
	float: left;
	overflow: hidden;
	border-radius: 2px;
}

.bdt-latest-blog-list .blog-list-item-date span{
	display: block;
	background: #666666;
	font-size:11px;
	line-height: 11px;
	font-weight: bold;
	padding:5px 0;
	margin:10px 0 0 0;
	text-transform: uppercase;
	color:#ffffff;
}

.bdt-latest-blog-list .blog-list-item-thumb{
	background: #f4f4f4;
	color:#666666;
	width:50px;
	height: 50px;
	padding:0;
	margin: 0 20px 0 0;
	float: left;
	overflow: hidden;
	border-radius: 2px;
}

.bdt-latest-blog-list .blog-list-item-description{
	overflow: hidden;
}

.bdt-latest-blog-list .blog-list-item-description span{
	color:#999999;
}

.blog-list-item-excerpt a{
	margin-top: 5px;
	display: block;
}

.bdt-latest-blog-list.horizontal .blog-list-item-excerpt a{
	display: block;
	margin-top: 10px;
}

.bdt-latest-blog-list-modern{
	margin: 0;
	padding: 0;
	list-style: none;
}

.bdt-latest-blog-list-modern li{
	margin: 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.bdt-latest-blog-list-modern li:last-child{
	border: none !important;
}

.bdt-latest-blog-list-modern li a{
	display: block;
	padding: 20px 0;
	-webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

.bdt-latest-blog-list-modern li a:hover{
	background: #f9f9f9;
}

.bdt-latest-blog-list-modern li h4{
	font-size: 18px;
	margin: 0 0 1px 0;
	display: block;
	padding: 0;
}

.bdt-latest-blog-list-modern li span{
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #999999;
	display: block;
}


/*------ Custom carousel design -------*/

.bdt-custom-carousel .uk-dotnav > * {
	padding-left: 6px
}
.bdt-custom-carousel .uk-dotnav > * > * {
	height: 8px;
	width: 8px;
}
/*------ Responsive medium css ------*/
@media only screen and (max-width: 767px) {
	/*owl carousel navigation design*/
	.bdt-owl-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
		left: 0;
	}
	.bdt-owl-carousel .owl-theme .owl-controls .owl-nav .owl-next {
	    right: 0;
	}
	
}


/* counter shortcode style */

.su-counter-number { line-height: normal; color: #444444;}
.su-counter-text { line-height: normal; color: #666666;}
.su-counter-wrapper {padding: 20px;}
.su-counter-icon i {color: #444444;}
.su-counter-top {
    text-align: center;
}
.su-counter-left .su-counter-number {
	text-align: left;
}
.su-counter-left .su-counter-desc {
    float: left;
    margin-left: 20px;
}
.su-counter-left .su-counter-icon {
    float: left;
    padding-top: 5px;
}

.su-counter-right .su-counter-number {
	text-align: right;
}
.su-counter-right .su-counter-desc {
    float: right;
    text-align: right;
    margin-right: 20px;
}
.su-counter-right .su-counter-icon {
    float: right;
    padding-top: 5px;
}


/* Countdown shortcode style */

.wpb_row .wpb_column .wpb_wrapper .bdt_countdown {
    height: auto;
    display: inline-block;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}
.bdt_countdown .bdt_countdown-row {
    display: block;
    margin: 0 auto;
}
.bdt_countdown .bdt_countdown-section {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;    
    margin-right: 25px;
    padding-right: 25px;
    text-align: center;
}

.bdt_countdown .bdt_countdown-section:after {
    position: absolute;
    content: '';
    right: 3px;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.1);
}

.bdt_countdown .bdt_countdown-section:last-child {
    margin-right: 0;
    padding-right: 0;
}
.bdt_countdown .bdt_countdown-section:last-child::after {
    display: none;
}

.bdt_countdown .bdt_countdown-section .bdt_countdown-amount {
    font-size: 36px;
    font-weight: bold;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    border: 1px solid rgba(0, 0, 0, 0);
    min-width: 1.15em;
    max-width: 100%;
    min-height: 1.15em;
    line-height: 1.15em;
    padding: 0;
    margin: 0 auto;
    display: block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bdt_countdown .bdt_countdown-section .bdt_countdown-period {
    padding: 0 4px;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #AAA;
}
.bdt_countdown.ult-cd-no-border .bdt_countdown-section .bdt_countdown-amount {
    min-width: 1em;
    max-width: 100%;
    min-height: 1em;
    line-height: 1em;
}
.bdt_countdown.ult-cd-s1 .bdt_countdown-section {
    padding: 0 7px;
}
.bdt_countdown.ult-cd-s1 .bdt_countdown-section .bdt_countdown-amount, .bdt_countdown .bdt_countdown-div.bdt_countdown-dateAndTime {
    display: inline-block;
}
.bdt_countdown.ult-cd-s2 .bdt_countdown-section {
    padding: 0 15px;
}
.bdt_countdown.ult-cd-s2 .bdt_countdown-section .bdt_countdown-amount {
    display: block;
}
.bdt_countdown.ult-cd-s2 .bdt_countdown-section .bdt_countdown-period {
    margin-top: 7px;
    width: 100%;
    display: block;
}
div.bdt_countdown h3.bdt_prefix-text,div.bdt_countdown h3.bdt_suffix-text {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
}
div.bdt_countdown h3.bdt_prefix-text {
    margin: 0 30px 0 0;
    text-align: right;
}
div.bdt_countdown h3.bdt_suffix-text {
    margin: 0 0 0 30px;
    text-align: left;
}

/* Responsive Code Here */
@media (max-width: 768px) {
    div.bdt_countdown h3.bdt_prefix-text,div.bdt_countdown h3.bdt_suffix-text {
        display: block;
        text-align: center;
    }
    div.bdt_countdown h3.bdt_prefix-text {
        margin: 0 0 30px;
    }
    div.bdt_countdown h3.bdt_suffix-text {
        margin: 30px 0 0;
    }
    .wpb_row .wpb_column .wpb_wrapper .bdt_countdown {
        display: block;
    }
}


/* Call to action shortcode style */

.su-call-to-action {
	padding: 25px 30px;
	background: #f5f5f5;
	min-height: 63px;
	border-radius: 2px;
}

.su-call-to-action .cta-dbtn {
	float: right;
	padding: 20px 30px;
	font-size: 16px;
	// margin: 0 0 20px;
	text-decoration: none;
	background-color: #444;
	color: #e5e5e5;
	border-radius: 2px;
}
.su-call-to-action .cta-dbtn:hover {
	background-color: #000;
	color: #fff;
}
.su-call-to-action h3 {
	font-size: 22px;
	line-height: 32px;
	margin: 0;
	color: #333;
}
.cta-content .su-ca-dtxt {
	color: #888;
}
.su-call-to-action p {
	margin: 5px 0 0;
}

.su-ca-vp {
 	display: none !important;
}

.su-call-to-action.cta-align-left {
	text-align: left;
}
.su-call-to-action.cta-align-right {
	text-align: right;
}
.su-call-to-action.cta-align-right a.cta-dbtn {
	float: left;
	margin-left: 0;
	margin-right: 20px; 
}
.su-call-to-action.cta-align-center {
	text-align: center;
}
.su-call-to-action.cta-align-center a.su-ca-hp {
	display: none;
}
.su-call-to-action.cta-align-center a.su-ca-vp {
	float: none !important;
	display: inline-block !important;
	margin: 20px 0 5px;
	min-width: 150px;
}

.su-call-to-action.cta-align-center .cta-content > div {margin-top: 10px;}

@media (max-width: 767px) {
	.su-call-to-action .cta-dbtn {
		float: none !important;
		margin: 18px 0 10px;
		text-align: center;
	}
	.su-call-to-action .cta-content {
		text-align: center;
	}
	.su-ca-vp {
	    display: inherit !important;
	}
	.su-ca-hp {
		display: none !important;
	}
	.su-call-to-action.cta-align-center a.su-ca-vp {
		display: block !important;
	}
}

@media only screen and (max-width: 480px) {
	.su-call-to-action .cta-dbtn {
		padding: 10px;
		margin: 18px 0 10px;
		font-size: 14px;
		text-align: center;
	}
	.su-call-to-action .cta-content {
		text-align: center;
	}
}


/* Divider shortcode style */

.su-divider { 
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 35px 0;
}
.su-divider.has-toplink {
	min-height: 12px;
}

.su-icon-style-3.su-divider > span {
	border-width: 1px;
	border-radius: 50%;
}
.su-divider-style-1.su-icon-style-3 > span, .su-divider-style-2.su-icon-style-3 > span {border-style:solid;}
.su-divider-style-3.su-icon-style-3 > span, .su-divider-style-4.su-icon-style-3 > span {border-style:dashed;}
.su-divider-style-5.su-icon-style-3 > span, .su-divider-style-6.su-icon-style-3 > span {border-style:dotted;}

.su-divider span i {
	display: inline-block;
	text-align: center;
}

.su-divider > span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

span.divider-left:before, span.divider-right:before {
	content: '';
	width: 2000px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	border-top-width: 1px;
	border-color: #e5e5e5;
}

span.divider-left:before, span.divider-left:after {right: 100%;}
span.divider-right:before, span.divider-right:after {left: 100%;}


/*=====================
Single line style
=====================*/
.su-divider-style-1 span.divider-left:before, .su-divider-style-1 span.divider-right:before{border-top-style: solid;}
.su-divider-style-1 span.divider-left:after, .su-divider-style-1 span.divider-right:after{border-top-style: solid;}

.su-divider-style-3 span.divider-left:before, .su-divider-style-3 span.divider-right:before{border-top-style: dashed;}
.su-divider-style-3 span.divider-left:after, .su-divider-style-3 span.divider-right:after{border-top-style: dashed;}

.su-divider-style-5 span.divider-left:before, .su-divider-style-5 span.divider-right:before{border-top-style: dotted;}
.su-divider-style-5 span.divider-left:after, .su-divider-style-5 span.divider-right:after{border-top-style: dotted;}

/*=====================
Double line style
=====================*/
.su-divider-style-2 span.divider-left:after, .su-divider-style-2 span.divider-right:after, 
.su-divider-style-4 span.divider-left:after, .su-divider-style-4 span.divider-right:after,
.su-divider-style-6 span.divider-left:after, .su-divider-style-6 span.divider-right:after {
	content: '';
	width: 2000px;
	position: absolute;
	top: 50%;
	border-top-width: 1px;
	margin-top: 2px;
}
.su-divider-style-2 span.divider-left:before, .su-divider-style-2 span.divider-right:before, 
.su-divider-style-4 span.divider-left:before, .su-divider-style-4 span.divider-right:before,
.su-divider-style-6 span.divider-left:before, .su-divider-style-6 span.divider-right:before {margin-top: -2px;}

.su-divider-style-2 span.divider-left:before, .su-divider-style-2 span.divider-right:before{border-top-style: solid;}
.su-divider-style-2 span.divider-left:after, .su-divider-style-2 span.divider-right:after{border-top-style: solid;}

.su-divider-style-4 span.divider-left:before, .su-divider-style-4 span.divider-right:before{border-top-style: dashed;}
.su-divider-style-4 span.divider-left:after, .su-divider-style-4 span.divider-right:after{border-top-style: dashed;}

.su-divider-style-6 span.divider-left:before, .su-divider-style-6 span.divider-right:before{border-top-style: dotted;}
.su-divider-style-6 span.divider-left:after, .su-divider-style-6 span.divider-right:after{border-top-style: dotted;}

.su-divider.su-divider-align-left {margin-left: 0 !important;}
.su-divider.su-divider-align-right {margin-right: 0 !important;}

.su-divider-ffw {
	overflow: visible !important;
}


/*------ Event carousel design -------*/

.bdt-ecs-wrapper .ecs-event-desc {
    padding: 30px;
}
.bdt-ecs-wrapper.style-grey .bdt-carousel-slide {
    background: #f9f9f9;
}
.bdt-ecs-wrapper.style-white .bdt-carousel-slide {
    background: #FFFFFF;
}
.bdt-ecs-wrapper span.duration.time {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}
.bdt-ecs-wrapper .owl-item img {
	width: 100%;
}


/*------- Flickr Shortcode and widget style --------*/

.flickrfeed {margin:0;padding: 0;}
.flickrfeed li { display: inline-block;margin: 0 5px 5px 0;}


/* featured donation shortcode style */
.bdt-featured-donation-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}
.bdt-featured-donation-wrapper .bdt-featured-donation-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-donation-sizing: border-donation;
    -moz-donation-sizing: border-donation;
    donation-sizing: border-donation;
    text-align: left;
    box-sizing: border-box;
}
.bdt-featured-donation-wrapper .bdt-featured-donation-title-wrapper::before,
.bdt-featured-donation-wrapper .bdt-featured-donation-title-wrapper::after {
    pointer-events: none;
}
.bdt-featured-donation-wrapper h2 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: normal;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 5px 0 10px;
}
.bdt-featured-donation img {
    position: relative;
    display: block;
    min-width: 100%;
    -webkit-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    transform: scaleX(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
}
.bdt-featured-donation:hover img {
    margin: 0 0 0 16px;
    opacity: 0.7;
}
.bdt-featured-donation h2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.bdt-featured-donation:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.bdt-featured-donation-desc {
    cursor: auto;
    text-align: center;
}
.bdt-featured-donation-desc h4 {
    margin-top: 20px;
}
.bdt-featured-donation-desc span {
    color: #999999;
}


/* Icon Shortcode Style */

.su-icon {
	display: inline-block;
  text-decoration: none !important;
}
.su-icon i {
  display: inline-block;
	margin: 0 1em 1em 0;
  background-color: #eee;
  color: #444;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.su-icon.square-size i {
	width: 1em;
	height: 1em;
}
.su-icon img {
	display: inline-block;
	vertical-align: middle;
}
a.su-icon:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.su-icon-text { margin-left: 0.5em; }

/* Heading shortcode style */

.su-heading { margin-bottom: 20px; }
.su-heading .su-heading-inner { font-size: 22px;line-height: 22px;color: #666; }
.su-heading.su-heading-align-left { text-align: left;margin-right: auto; }
.su-heading.su-heading-align-right { text-align: right;margin-left: auto; }
.su-heading.su-heading-align-center { text-align: center;margin-left: auto;margin-right: auto;}
.su-heading h1, .su-heading h2, .su-heading h3, .su-heading h4, .su-heading h5, .su-heading h6 {margin: 0;}
.su-heading-style-modern-1-dark {border-bottom: 1px solid #aaa;color: #333;}
.su-heading-style-modern-1-dark .su-heading-inner {display: inline-block;padding-bottom: 15px;border-bottom: 2px solid #444;margin-bottom: -1px;font-weight: bold;}
.su-heading-style-modern-2-dark {
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	color: #333;
}
.su-heading-style-modern-2-dark .su-heading-inner {
	display: inline-block;
	padding: 15px 0;
	border-bottom: 2px solid #444;
	border-top: 2px solid #444;
	margin-top: -1px;
	margin-bottom: -1px;
	font-weight: bold;
}

.su-heading-style-modern-1-light {
	border-bottom: 1px solid #eee;
	color: #ccc;
}
.su-heading-style-modern-1-light .su-heading-inner {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 2px solid #ccc;
	margin-bottom: -1px;
	font-weight: bold;
}

.su-heading-style-modern-2-light {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #ccc;
}
.su-heading-style-modern-2-light .su-heading-inner {
	display: inline-block;
	padding: 15px 0;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	margin-bottom: -1px;
	margin-top: -1px;
	font-weight: bold;
}

.su-heading-style-modern-1-blue {
	border-bottom: 1px solid #9DCCE3;
	color: #6299B2;
}
.su-heading-style-modern-1-blue .su-heading-inner {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 2px solid #76B8D7;
	margin-bottom: -1px;
	font-weight: bold;
}

.su-heading-style-modern-2-blue {
	border-bottom: 1px solid #9DCCE3;
	border-top: 1px solid #9DCCE3;
	color: #6299B2;
}
.su-heading-style-modern-2-blue .su-heading-inner {
	display: inline-block;
	padding: 15px 0;
	border-bottom: 2px solid #76B8D7;
	border-top: 2px solid #76B8D7;
	margin-bottom: -1px;
	margin-top: -1px;
	font-weight: bold;
}

.su-heading-style-modern-1-orange {
	border-bottom: 1px solid #FFA98C;
	color: #000;
}
.su-heading-style-modern-1-orange .su-heading-inner {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 2px solid #FF8157;
	margin-bottom: -1px;
	font-weight: bold;
}

.su-heading-style-modern-2-orange {
	border-bottom: 1px solid #FFA98C;
	border-top: 1px solid #FFA98C;
	color: #000;
}
.su-heading-style-modern-2-orange .su-heading-inner {
	display: inline-block;
	padding: 15px  0;
	border-bottom: 2px solid #FF8157;
	border-top: 2px solid #FF8157;
	margin-bottom: -1px;
	margin-top: -1px;
	font-weight: bold;
}

.su-heading-style-modern-1-violet {
	border-bottom: 1px solid #A5A8E8;
	color: #545899;
}
.su-heading-style-modern-1-violet .su-heading-inner {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 2px solid #7F84E8;
	margin-bottom: -1px;
	font-weight: bold;
}

.su-heading-style-modern-2-violet {
	border-bottom: 1px solid #A5A8E8;
	border-top: 1px solid #A5A8E8;
	color: #545899;
}
.su-heading-style-modern-2-violet .su-heading-inner {
	display: inline-block;
	padding: 15px 0;
	border-bottom: 2px solid #7F84E8;
	border-top: 2px solid #7F84E8;
	margin-bottom: -1px;
	margin-top: -1px;
	font-weight: bold;
}


.su-heading-style-line-dark,
.su-heading-style-line-light,
.su-heading-style-line-blue,
.su-heading-style-line-orange,
.su-heading-style-line-violet,
.su-heading-style-dotted-line-dark,
.su-heading-style-dotted-line-light,
.su-heading-style-dotted-line-blue,
.su-heading-style-dotted-line-orange,
.su-heading-style-dotted-line-violet {
	overflow: hidden;
}
.su-heading-style-line-dark .su-heading-inner,
.su-heading-style-line-light .su-heading-inner,
.su-heading-style-line-blue .su-heading-inner,
.su-heading-style-line-orange .su-heading-inner,
.su-heading-style-line-violet .su-heading-inner,
.su-heading-style-dotted-line-dark .su-heading-inner,
.su-heading-style-dotted-line-light .su-heading-inner,
.su-heading-style-dotted-line-blue .su-heading-inner,
.su-heading-style-dotted-line-orange .su-heading-inner,
.su-heading-style-dotted-line-violet .su-heading-inner {
	position: relative;
	display: inline-block;
	line-height: normal;
	padding: 0 10px;
}
.su-heading-style-line-dark .su-heading-inner:before ,
.su-heading-style-line-light .su-heading-inner:before ,
.su-heading-style-line-blue .su-heading-inner:before ,
.su-heading-style-line-orange .su-heading-inner:before ,
.su-heading-style-line-violet .su-heading-inner:before ,
.su-heading-style-dotted-line-dark .su-heading-inner:before,
.su-heading-style-dotted-line-light .su-heading-inner:before,
.su-heading-style-dotted-line-blue .su-heading-inner:before,
.su-heading-style-dotted-line-orange .su-heading-inner:before,
.su-heading-style-dotted-line-violet .su-heading-inner:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0px;
	width: 1000px;
}

.su-heading-style-line-dark .su-heading-inner:after ,
.su-heading-style-line-light .su-heading-inner:after ,
.su-heading-style-line-blue .su-heading-inner:after ,
.su-heading-style-line-orange .su-heading-inner:after ,
.su-heading-style-line-violet .su-heading-inner:after ,
.su-heading-style-dotted-line-dark .su-heading-inner:after,
.su-heading-style-dotted-line-light .su-heading-inner:after,
.su-heading-style-dotted-line-blue .su-heading-inner:after,
.su-heading-style-dotted-line-orange .su-heading-inner:after,
.su-heading-style-dotted-line-violet .su-heading-inner:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	height: 0px;
	width: 1000px;
}

.su-heading-style-line-dark .su-heading-inner:before, 
.su-heading-style-line-dark .su-heading-inner:after {
	border-bottom: 1px solid #aaa;
}
.su-heading-style-line-light .su-heading-inner:before,
.su-heading-style-line-light .su-heading-inner:after {
	border-bottom: 1px solid #ccc;
}

.su-heading-style-line-blue .su-heading-inner:before,
.su-heading-style-line-blue .su-heading-inner:after {
	border-bottom: 1px solid #76B8D7;
}

.su-heading-style-line-orange .su-heading-inner:before, 
.su-heading-style-line-orange .su-heading-inner:after {
	border-bottom: 1px solid #FF8157;
}
.su-heading-style-line-violet .su-heading-inner:before,
.su-heading-style-line-violet .su-heading-inner:after {
	border-bottom: 1px solid #7F84E8;
}

.su-heading-style-dotted-line-dark .su-heading-inner:before,
.su-heading-style-dotted-line-dark .su-heading-inner:after {
	border-bottom: 1px dashed;
}

.su-heading-style-dotted-line-light .su-heading-inner:before,
.su-heading-style-dotted-line-light .su-heading-inner:after {
	border-bottom: 1px dashed #ccc;
}

.su-heading-style-dotted-line-blue .su-heading-inner:before,
.su-heading-style-dotted-line-blue .su-heading-inner:after {
	border-bottom: 1px dashed #76B8D7;
}

.su-heading-style-dotted-line-orange .su-heading-inner:before,
.su-heading-style-dotted-line-orange .su-heading-inner:after {
	border-bottom: 1px dashed #FF8157;
}

.su-heading-style-dotted-line-violet .su-heading-inner:before,
.su-heading-style-dotted-line-violet .su-heading-inner:after {
	border-bottom: 1px dashed #7F84E8;
}

.su-heading-style-flat-dark {background: #333;border-left: 15px solid #555;padding: 10px 15px;line-height: 1.4;}
.su-heading-style-flat-dark h3 {color: #eee;}

.su-heading-style-flat-light {background: #eee;border-left: 15px solid #ddd;padding: 10px 15px;line-height: 1.2;}
.su-heading-style-flat-light h3 {color: #222;}

.su-heading-style-flat-blue {background: #1DABDA;border-left: 15px solid #1998C2;padding: 10px 15px;line-height: 1.4;}
.su-heading-style-flat-blue h3 {color: #fff;}

.su-heading-style-flat-green {background: #33CC94;border-left: 15px solid #2DB281;padding: 10px 15px;line-height: 1.4;}
.su-heading-style-flat-green h3 {color: #fff;}



.su-heading-style-small-line {
	position: relative;
	padding-bottom: 15px;
}
.su-heading-style-small-line .su-heading-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.su-heading-style-small-line :before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 100px;
	margin-left: -50px;
	height: 2px;
	background: rgba(221, 221, 221, 0.3);
}

.su-heading-align-left.su-heading-style-small-line :before {
	left: 0;
	margin-left: 0px;
}
.su-heading-align-right.su-heading-style-small-line :before {
	left: auto;
	right: 0;
	margin-left: 0px;
}

/*fancy title style*/
.su-heading-style-fancy h3.su-heading-inner {
  position: relative;
  text-transform: uppercase;
  margin: 0 0 35px 0;
  font-weight: 800;
  left: 0;
  padding: 25px 20%;
  line-height: normal;
}

.su-heading-style-fancy h3.su-heading-inner:before {left: 0;}
.su-heading-style-fancy h3.su-heading-inner:after {right: 0;}
.su-heading-style-fancy.su-heading-align-center  h3.su-heading-inner:before, .su-heading-style-fancy.su-heading-align-center  h3.su-heading-inner:after {
  width: 20%;
}
.su-heading-style-fancy h3.su-heading-inner:before, .su-heading-style-fancy h3.su-heading-inner:after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 1px;
  border-top: 1px solid #ccc;
  top: 50%;
  width: 40%;
}
.su-heading-style-fancy h3.su-heading-inner small{
  clear: both;
  display: block;
  font-size: 14px;
  text-transform: none;
  padding-top: 6px;
  color: inherit;
  opacity: .7;
  font-family: 'Open Sans', Arial, Helvetica;
}
.su-heading-style-fancy h3.su-heading-inner small:before{
  content: "";
  height: 3px;
  background-color: #428bca;
  width: 60%;
  max-width: 100%;
  display: block;
  top: 0px;
  position: absolute;
}

.su-heading-style-fancy.su-heading-align-center h3.su-heading-inner small:before{left: 20%;}
.su-heading-style-fancy.su-heading-align-left h3.su-heading-inner small:before{width: 50%;}
.su-heading-style-fancy.su-heading-align-left h3.su-heading-inner:before{border:none;}
.su-heading-style-fancy.su-heading-align-left h3.su-heading-inner:after {right: 0;width: 50%;}

.su-heading-style-fancy.su-heading-align-right h3.su-heading-inner small:before{width: 50%;right: 0;}
.su-heading-style-fancy.su-heading-align-right h3.su-heading-inner:before {right: 0;width: 50%;}
.su-heading-style-fancy.su-heading-align-right h3.su-heading-inner:after{border:none;}
.su-heading-style-1 .su-heading-inner, .su-heading-style-2 .su-heading-inner, .su-heading-style-3 .su-heading-inner {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
}
.su-heading-style-1 .su-heading-inner:before, .su-heading-style-2 .su-heading-inner:before, .su-heading-style-3 .su-heading-inner:before {
	position: absolute;
	content: '';
	bottom: 0px;
	height: 2px;
	background: #ddd;
}
.su-heading-style-1 .su-heading-inner:before {
	width: 30px;
}
.su-heading-style-2 .su-heading-inner:before {
	width: 50%;
}
.su-heading-style-3 .su-heading-inner:before {
	width: 100%;
}
.su-heading-style-1.su-heading-align-right .su-heading-inner:before, 
.su-heading-style-2.su-heading-align-right .su-heading-inner:before, 
.su-heading-style-3.su-heading-align-right .su-heading-inner:before,
.su-heading-style-6.su-heading-align-right .su-heading-inner:before,
.su-heading-style-7.su-heading-align-right .su-heading-inner:before {
	right: 0;
}
.su-heading-style-1.su-heading-align-center .su-heading-inner:before {margin-left: -15px;left: 50%;}
.su-heading-style-2.su-heading-align-center .su-heading-inner:before {left: 50%;margin-left: -25%;}

.su-heading-style-4 {border-bottom: 1px solid #eee;}
.su-heading-style-4 .su-heading-inner {border-bottom: 1px solid #ccc;display: inline-block;padding-bottom: 15px;margin-bottom: -1px;}

.su-heading-style-5  {overflow: hidden;}
.su-heading-style-5 .su-heading-inner {position: relative;display: inline-block;padding: 0 10px;}
.su-heading-style-5 .su-heading-inner:after, .su-heading-style-5 .su-heading-inner:before {content: '';position: absolute;width: 1200px;height: 100%;background-image: url('../images/heading/strip-pattern.svg');}
.su-heading-style-5 .su-heading-inner:after {right: 100%;}
.su-heading-style-5 .su-heading-inner:before {left: 100%;}
.su-heading-style-5.su-heading.su-heading-align-left .su-heading-inner {padding-left: 0;}
.su-heading-style-5.su-heading.su-heading-align-right .su-heading-inner {padding-right: 0;}

.su-heading-style-6 .su-heading-inner, .su-heading-style-7 .su-heading-inner {position: relative;display: inline-block;padding-bottom: 15px;}
.su-heading-style-6 .su-heading-inner:before {background-image: url('../images/heading/rectangle.svg');content: '';position: absolute;width: 33px;height: 8px;bottom: 0px;}
.su-heading-style-7 .su-heading-inner:before {background-image: url('../images/heading/circle.svg');content: '';position: absolute;width: 27px;height: 6px;bottom: 0px;}
.su-heading-style-6.su-heading-align-center .su-heading-inner:before, 
.su-heading-style-7.su-heading-align-center .su-heading-inner:before {left: 50%;margin-left: -15px;}

.su-heading-style-8 .su-heading-inner {position: relative;display: inline-block;padding-bottom: 20px;overflow: hidden;}
.su-heading-style-8 .su-heading-inner:before {background-image: url('../images/heading/circle-line.svg');content: '';position: absolute;width: 122px;height: 12px;bottom: 0px;}
.su-heading-style-8.su-heading-align-left .su-heading-inner:before {left: -55px;}
.su-heading-style-8.su-heading-align-center .su-heading-inner:before {left: 50%;margin-left: -61px;}
.su-heading-style-8.su-heading-align-right .su-heading-inner:before {right: -55px;}

/*heading9*/
.su-heading-style-9 .su-heading-inner {position: relative;display: inline-block;padding-bottom: 20px;overflow: hidden;}
.su-heading-style-9 .su-heading-inner:before {background-image: url('../images/heading/line-arrow.svg');content: '';position: absolute;width: 122px;height: 12px;bottom: 0px;}
.su-heading-style-9.su-heading-align-left .su-heading-inner:before {left: -48px;}
.su-heading-style-9.su-heading-align-center .su-heading-inner:before {left: 50%;margin-left: -61px;}
.su-heading-style-9.su-heading-align-right .su-heading-inner:before {right: -48px;}


.su-heading-style-10 .su-heading-inner {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.su-heading-style-10 .su-heading-inner:before, 
.su-heading-style-10 .su-heading-inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #444;
    border-radius: 2px;
}
.su-heading-style-10 .su-heading-inner:before {
    width: 4px;
    left: 0;
}
.su-heading-style-10 .su-heading-inner:after {
    width: 36px;
    left: 8px;
}
.su-heading-style-10.su-heading-align-right .su-heading-inner:before {
    right: 0;
    left: auto;
}
.su-heading-style-10.su-heading-align-right .su-heading-inner:after {
    right: 8px;
    left: auto;
}
.su-heading-style-10.su-heading-align-center .su-heading-inner:before {
    left: calc(50% - 24px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
} 
.su-heading-style-10.su-heading-align-center .su-heading-inner:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*Icon list style*/
.su-icon-list {
    padding: 0;
}

.su-icon-list.has-connector .icon_list_item  {
    overflow: hidden;
}

.su-icon-list .icon_list_item {
    padding-bottom: 30px;
    margin: 0;
    clear: both;
    position: relative;
    line-height: inherit;
}
.su-icon-list .icon_list_item .icon_list_icon {
    font-size: 24px;
    width: 3em;
    height: 3em;
    padding: 20px;
    line-height: 3em;
    text-align: center;
    background: transparent;
    z-index: 9;
    position: relative;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.su-icon-list .icon_list_item .icon_list_connector {position: relative;}
.su-icon-list .icon_list_item .icon_list_connector:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0px;
    margin-left: -1px;
    height: 900px;
    border-left: 2px dashed #ddd;
    z-index: 1;
    margin-top: 3px;
}

.su-icon-list .list-img-icon {
    display: block;
    margin: 0 auto;
    max-height: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.su-icon-list .icon_list_item .icon_description h3  {
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 10px;
    clear: none !important;
    line-height: normal;
}
.su-icon-list .icon_list_item .icon_description .icon_description_text {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    display: block;
}

.su-flip-box .su-icon-list:last-child .icon_list_item {
    padding-bottom: 0;
}

/*left*/
.su-icon-list.su-icon-align-left .icon_list_item .icon_list_wrapper {
    float: left;
}
/*right*/
.su-icon-list.su-icon-align-right {
    text-align: right;
}
.su-icon-list.su-icon-align-right .icon_list_item .icon_list_wrapper {
    float: right;
}

/*top*/
.su-icon-list.su-icon-align-top {
    display: flex;
}
.su-icon-list.su-icon-align-top .icon_list_item {
    display: table-cell;
    display:-moz-box;
    width: 100%;
}
.su-icon-list.su-icon-align-top .icon_list_item .icon_list_wrapper .icon_list_icon {
    margin: 0 auto;
    float: none;
}
.su-icon-list.su-icon-align-top .icon_list_item .icon_description {
    text-align: center;
    margin-top: 15px;
    padding-bottom:0;
}
.su-icon-list.su-icon-align-top_left .icon_list_icon,
.su-icon-list.su-icon-align-top_right .icon_list_icon {
  margin-bottom: 10px;
  display: inline-block;
}
.su-icon-list.su-icon-align-title .icon_list_icon {
  float: left;
  margin-right: 10px;
  background: none !important;
  margin-top: 6px;
}
.su-icon-list.su-icon-align-left .icon_list_icon {
  margin-top: 6px;
}
.su-icon-list.su-icon-align-top_left .icon_list_icon {
  text-align: left;
}
.su-icon-list.su-icon-align-top_right {
  text-align: right;
}


/* description gap style */
.su-icon-align-right .description-gap .icon_description {
    margin-right: 0 !important;
}

.description-gap .icon_description {
    margin-left: 0 !important;
}
.description-gap .icon_description .icon_description_text {
    display: inline-block;
    margin-top: 15px;
}
.su-il-has-url {
  cursor: pointer;
}



/* animation 1 */
.su-il-animation-1 .icon_list_item:hover .icon_list_icon {
    -webkit-animation-name: wobble-bottom;
    animation-name: wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@-webkit-keyframes wobble-bottom {
  16.65% { -webkit-transform: skew(-12deg); transform: skew(-12deg); }
  33.3% { -webkit-transform: skew(10deg); transform: skew(10deg); }
  49.95% { -webkit-transform: skew(-6deg); transform: skew(-6deg); }
  66.6% { -webkit-transform: skew(4deg); transform: skew(4deg); }
  83.25% { -webkit-transform: skew(-2deg); transform: skew(-2deg); }
  100% { -webkit-transform: skew(0); transform: skew(0); }
}
@keyframes wobble-bottom {
  16.65% { -webkit-transform: skew(-12deg); transform: skew(-12deg); }
  33.3% { -webkit-transform: skew(10deg); transform: skew(10deg); }
  49.95% { -webkit-transform: skew(-6deg); transform: skew(-6deg); }
  66.6% { -webkit-transform: skew(4deg); transform: skew(4deg); }
  83.25% { -webkit-transform: skew(-2deg); transform: skew(-2deg); }
  100% { -webkit-transform: skew(0); transform: skew(0); }
}

/* aniamtion 2 */
.su-il-animation-2 .icon_list_item:hover .icon_list_icon{
    -webkit-animation-name: push;
    animation-name: push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes push {
  50% { -webkit-transform: scale(0.8); transform: scale(0.8); } 
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes push {
  50% { -webkit-transform: scale(0.8); transform: scale(0.8); } 
  100% { -webkit-transform: scale(1); transform: scale(1); }
}

/* animation 3 */
.su-il-animation-3 .icon_list_item:hover .icon_list_icon {
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes pop {
  50% { -webkit-transform: scale(1.2); transform: scale(1.2); }
}
@keyframes pop {
  50% { transform: scale(1.2); transform: scale(1.2); }
}

/* animation 4 */
.su-il-animation-4 .icon_list_item:hover .icon_list_icon {
    -webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* effect 4 */
@-webkit-keyframes buzz-out {
  10% { -webkit-transform: translateX(3px) rotate(2deg); }
  20% { -webkit-transform: translateX(-3px) rotate(-2deg); }
  30% { -webkit-transform: translateX(3px) rotate(2deg); }
  40% { -webkit-transform: translateX(-3px) rotate(-2deg); }
  50% { -webkit-transform: translateX(2px) rotate(1deg); }
  60% { -webkit-transform: translateX(-2px) rotate(-1deg); }
  70% { -webkit-transform: translateX(2px) rotate(1deg); }
  80% { -webkit-transform: translateX(-2px) rotate(-1deg); }
  90% { -webkit-transform: translateX(1px) rotate(0); }
  100% { -webkit-transform: translateX(-1px) rotate(0); }
}
@keyframes buzz-out {
  10% { transform: translateX(3px) rotate(2deg); }
  20% { transform: translateX(-3px) rotate(-2deg); }
  30% { transform: translateX(3px) rotate(2deg); }
  40% { transform: translateX(-3px) rotate(-2deg); }
  50% { transform: translateX(2px) rotate(1deg); }
  60% { transform: translateX(-2px) rotate(-1deg); }
  70% { transform: translateX(2px) rotate(1deg); }
  80% { transform: translateX(-2px) rotate(-1deg); }
  90% { transform: translateX(1px) rotate(0); }
  100% { transform: translateX(-1px) rotate(0); }
}

/* animation 5 */
.su-il-animation-5 .icon_list_item:hover .icon_list_icon i {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}


/* animation 6 */
.su-il-animation-6 .icon_list_icon i:before {
    position: absolute;
    right: 50%;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.su-il-animation-6:hover .icon_list_icon i:before {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: icon-drop;
    animation-name: icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@-webkit-keyframes icon-drop {
  0% { opacity: 0; }
  50% { opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
  51%, 100% { opacity: 1; }
}

@keyframes icon-drop {
  0% { opacity: 0; }
  50% { opacity: 0; transform: translateY(-100%); }
  51%, 100% { opacity: 1; }
}

/* inside shortcode style */

.su-icon-align-right .su-list ul li {
  padding: 4px 2em 4px 0 !important;
}
.su-icon-align-right .su-list ul li i {
  right: 0;
  left: auto;
}

/*Note shortcode style*/

.su-note {
	margin: 0 0 1.5em 0;
	overflow: hidden;
	padding: 20px;
	border: 1px solid transparent;
}
.su-note .note-icon {
	font-size: 32px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 32px;
}
.su-note-inner > *:first-child { margin-top: 0; }
.su-note-inner > *:last-child { margin-bottom: 0; }

.su-note-inner:empty {
	display: none;
}

/*note type*/
.su-note-success {
	color: #629031;
	background-color: #CEF0AB;
	border-color: #B7E086;
}
.su-note-info {
	color: #218BB2;
	background-color: #96DDFA;
	border-color: #71C6E5;
}
.su-note-warning {
	color: #C6901F;
	background-color: #FDDD9E;
	border-color: #EDC471;
}
.su-note-danger {
	color: #C14029;
	background-color: #FDAA9A;
	border-color: #EA8676;
}

/*note style*/
.su-note-success.su-note-style2 {
	color: #fff;
	background-color: #8CC152;
	border-color: #8CC152;
}

.su-note-info.su-note-style2 {
	color: #fff;
	background-color: #3BAFDA;
	border-color: #3BAFDA;
}
.su-note-warning.su-note-style2 {
	color: #fff;
	background-color: #F6BB42;
	border-color: #F6BB42;
}
.su-note-danger.su-note-style2 {
	color: #fff;
	background-color: #E9573F;
	border-color: #E9573F;
}
.su-note-style2 a {color: #FFFFFF !important;}
.su-note.su-note-style3 {
	background: #fff;
	border: none;
	border-bottom: 3px solid transparent;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
.su-note-success.su-note-style3 {border-bottom-color: #8CC152;}
.su-note-info.su-note-style3 {border-bottom-color: #3BAFDA;}
.su-note-warning.su-note-style3 {border-bottom-color: #F6BB42;}
.su-note-danger.su-note-style3 {border-bottom-color: #E9573F;}

.su-note.su-note-style4 {
	background: #fff;
	border: none;
	border-left: 5px solid transparent;
}
.su-note-success.su-note-style4 {border-left-color: #8CC152;background-color: rgba(140,193,82,0.05)}
.su-note-info.su-note-style4 {border-left-color: #3BAFDA;background-color: rgba(59,175,218,0.05);}
.su-note-warning.su-note-style4 {border-left-color: #F6BB42;background-color: rgba(246,187,66,0.05);}
.su-note-danger.su-note-style4 {border-left-color: #E9573F;background-color: rgba(233,87,63,0.05);}

.su-note.su-note-style5 {
	background: #fff;
	border: none;
	position: relative;
}
.su-note.su-note-style5:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 18px;
	margin-top: -21px;
	margin-left: -66px;
	transform: rotate(-45deg);
}
.su-note-success.su-note-style5 {background-color: rgba(140,193,82,0.05)}
.su-note-info.su-note-style5 {background-color: rgba(59,175,218,0.05);}
.su-note-warning.su-note-style5 {background-color: rgba(246,187,66,0.05);}
.su-note-danger.su-note-style5 {background-color: rgba(233,87,63,0.05);}

.su-note-success.su-note-style5:before {background-color: #8CC152;}
.su-note-info.su-note-style5:before {background-color: #3BAFDA;}
.su-note-warning.su-note-style5:before {background-color: #F6BB42;}
.su-note-danger.su-note-style5:before {background-color: #E9573F;}

.su-note-style5.su-note-icon .su-note-inner {
	margin-left: 0;
}

.su-note-style5.su-note-icon:after {
	right: -13px;
	font-size: 110px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	top: 50px;
}
.su-note-success.su-note-style5.su-note-icon:after {
	color: rgba(140, 193, 82, 0.25);
}
.su-note-info.su-note-style5.su-note-icon:after {
	color: rgba(59, 175, 218, 0.25);
}
.su-note-warning.su-note-style5.su-note-icon:after {
	color: rgba(246, 187, 66, 0.25);
}
.su-note-danger.su-note-style5.su-note-icon:after {
	color: rgba(233, 87, 63, 0.25);
}

.su-note.su-note-style6 {
	border: none;
	border-top: 5px solid transparent;
	border-radius: 0 !important;
}
.su-note-success.su-note-style6 {border-top-color: #8CC152;}
.su-note-info.su-note-style6 {border-top-color: #3BAFDA;}
.su-note-warning.su-note-style6 {border-top-color: #F6BB42;}
.su-note-danger.su-note-style6 {border-top-color: #E9573F;}
.su-note-success.su-note-style6 {background-color: rgba(140,193,82,0.05)}
.su-note-info.su-note-style6 {background-color: rgba(59,175,218,0.05);}
.su-note-warning.su-note-style6 {background-color: rgba(246,187,66,0.05);}
.su-note-danger.su-note-style6 {background-color: rgba(233,87,63,0.05);}


/*note icon style*/
.su-note-icon {position: relative;}
.su-note-icon .su-note-inner {
	margin-left: 40px;
}
.su-note-icon:after {
	font-size: 24px;
	line-height: 24px;
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	margin-top: -12px;
}
.su-note-success.su-note-icon:after {
	content: "\f058";
}
.su-note-info.su-note-icon:after {
	content: "\f05a";
}
.su-note-warning.su-note-icon:after {
	content: "\f071";
}
.su-note-danger.su-note-icon:after {
	content: "\f057";
}

/*note link syle*/
.su-note a {font-weight: 700;}
.su-note-success a, .su-note-success a:hover {
	color: #2b542c;
}
.su-note-info a, .su-note-info a:hover {
	color: #245269;
}
.su-note-warning a, .su-note-warning a:hover {
	color: #66512c;
}
.su-note-danger a, .su-note-danger a:hover {
	color: #843534;
}

/* Progress bar shortcode style */

.su-progress-bar {
	margin-bottom: 1.5em;
	background-color: #f0f0f0;
	border-color: rgba(0,0,0,0.05);
	text-align: left;
}
.su-progress-bar .su-pb-fill {
	background-color: #4fc1e9;
	width: 0;
	color: #fff;
}
.su-progress-bar-style-1, .su-progress-bar-style-5 {
	font-size: 14px;
}
.su-progress-bar-style-1 > span, .su-progress-bar-style-5 > span , .su-progress-bar-style-4  > span {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	line-height: 30px;
	height: 30px;
}
.su-progress-bar-style-1 .su-pb-text, .su-progress-bar-style-5 .su-pb-text, .su-progress-bar-style-4 .su-pb-text {
	padding: 4px 5px;
	margin-left: 4px;
	margin-right: 4px;
}
.su-progress-bar-style-5 .su-pb-text, .su-progress-bar-style-4 .su-pb-text {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	line-height: 14px;
	font-size: 14px;
	margin-top: 4px;
}
.su-progress-bar-style-1 .su-pb-percent, .su-progress-bar-style-5 .su-pb-percent, .su-progress-bar-style-4 .su-pb-percent  {
	line-height: 14px;
	padding: 4px 5px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-right: 1px;
}
.su-progress-bar-style-5 .su-pb-percent, .su-progress-bar-style-4 .su-pb-percent  {
	background: rgba(0, 0, 0, 0.3);
}

.su-progress-bar .su-pb-percent {
	position: absolute;
	right: 4px;
	margin-right: 100px;
	opacity: 0;
}
.su-progress-bar-style-2 {
	padding: 3px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	font-size: 11px;
	line-height: 11px;
}
.su-progress-bar-style-2 span.su-pb-fill {
	position: relative;
	overflow: visible !important;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-image: url('../images/gradient.png');
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;
	min-width: 1%;
}
.su-progress-bar-style-2 span.su-pb-text {
	margin-left: 10px;
	text-transform: uppercase;
}
.su-progress-bar-style-2 span.su-pb-percent {
	right: 10px;
}
.su-progress-bar-style-3 {
	height: 4px;
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 13px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.su-progress-bar-style-3 > span {
	position: relative;
	display: block;
	height: 4px;
	overflow: visible !important;
}
.su-progress-bar-style-3 .su-pb-text {
	position: absolute;
	top: -23px;
	font-weight: 700;
	color: #444;
	min-width: 220px;
}
.su-progress-bar-style-3 .su-pb-percent {
	position: absolute;
	top: -28px;
	right: 0;
	background-color: #333;
	color: #f9f9f9;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	font-size: 11px;
	border-radius: 2px;
}
.su-progress-bar-style-3 .su-pb-percent:before, .su-progress-bar-style-3 .su-pb-percent:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.su-progress-bar-style-3 .su-pb-percent:before {
	border-top-color: #333;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}
.su-progress-bar-style-3 .su-pb-percent:after {
	border-top-color: #333;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
} 
@-webkit-keyframes progress-bar-stripes {
   100% { background-position: -40px 0px; }
}

@keyframes progress-bar-stripes {
   100% { background-position: -40px 0px; }
}
.su-progress-bar-style-5 {
	width:100%;
	display:block;
	background: rgba(200,200,200,0.1);
	margin-bottom:10px;
	border-radius: 3px;
}
.su-progress-bar-style-5 > span {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite;
	border-radius: 3px;
}
.su-progress-bar-style-4 > span {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size:40px 40px;
	background-size:40px 40px;
	border-radius: 2px;
}
.su-progress-bar-style-4 > span span, .su-progress-bar-style-5 > span span{ border-radius: 2px; }

/* Member shortcode styles */

.su-member {
	position: relative;
	overflow: hidden;
	margin: 0 auto 1.5em auto;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.su-member-photo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.su-member-photo img + img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.su-member:hover .su-member-photo img + img {
	opacity: 1;
}


.su-member-info { padding: 1.5em; }
.su-member-name {
	display: block;
	margin-bottom: .2em;
	font-size: 1.2em;
}
.su-member-role {
	display: block;
	margin-bottom: 1em;
	font-size: 0.9em;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.su-member-icons { padding: 1em; }
.su-member-icons a {
	display: inline-block;
	margin: 0 0.4em;
	font-size: 16px;
}
.su-member-icons a i { font-size: 16px; }
.su-member-icons a img {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.su-member-desc > :last-child { margin-bottom: 0 !important; }

.su-member-clickable:hover {
	cursor: pointer;
}
/*alignment style*/
.su-member.su-member-align-left {
	text-align: left;
}
.su-member.su-member-align-right {
	text-align: right;
}
.su-member.su-member-align-center {
	text-align: center;
}

/* Layout Style */

.su-member-style-1 .su-member-icons a:hover .fa-facebook {
	color: #3B5998 !important;
}
.su-member-style-1 .su-member-icons a:hover .fa-pinterest {
	color: #ff0084 !important;
}
.su-member-style-1 .su-member-icons a:hover .fa-google-plus {
	color: #dd4b39 !important;
}
.su-member-style-1 .su-member-icons a:hover .fa-twitter {
	color: #00aced !important;
}
.su-member-style-1 .su-member-icons a:hover .fa-github {
	color: #bd5990 !important;
}
.su-member-style-1 .su-member-icons a:hover .fa-linkedin {
	color: #007bb6 !important;
}
.su-member-style-1 .su-member-icons a:hover .fa-pinterest {
	color: #BD081C !important;
}

.su-member.su-member-style-1 .su-member-icons {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.su-member-style-3 .su-member-icons a:hover i {
	color: #ffffff !important;
}

.su-member-style-2 .su-member-icons a.su-m-facebook:hover, 
.su-member-style-3 .su-member-icons a.su-m-facebook:hover {
	background-color: #3B5998 !important;
}
.su-member-style-2 .su-member-icons a.su-m-pinterest:hover, 
.su-member-style-3 .su-member-icons a.su-m-pinterest:hover {
	background-color: #BD2126 !important;
}
.su-member-style-2 .su-member-icons a.su-m-google-plus:hover, 
.su-member-style-3 .su-member-icons a.su-m-google-plus:hover {
	background-color: #dd4b39 !important;
}
.su-member-style-2 .su-member-icons a.su-m-twitter:hover, 
.su-member-style-3 .su-member-icons a.su-m-twitter:hover {
	background-color: #00aced !important;
}
.su-member-style-2 .su-member-icons a.su-m-github:hover, 
.su-member-style-3 .su-member-icons a.su-m-github:hover {
	background-color: #bd5990 !important;
}
.su-member-style-2 .su-member-icons a.su-m-linkedin:hover, 
.su-member-style-3 .su-member-icons a.su-m-linkedin:hover {
	background-color: #007bb6 !important;
}

.su-member.su-member-style-2 .su-member-photo {
	position: relative;
}

.su-member.su-member-style-2 .su-member-icons {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.23);
	opacity: 0;
	-webkit-transition: all .25s cubic-bezier(0, 0.74, 0.58, 1);
	transition: all .25s cubic-bezier(0, 0.74, 0.58, 1);
	text-align: center;
} 
.su-member.su-member-style-2 .su-member-icons a {
	display: inline-block;
	margin: 3px;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.41);
	width: 35px;
	height: 35px;
	line-height: 35px;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.74, 0.58, 1);
    transition-timing-function: cubic-bezier(0, 0.74, 0.58, 1);
	text-align: center;
}
.su-member.su-member-style-2 .su-member-icons a:nth-child(1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.su-member.su-member-style-2 .su-member-icons a:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.su-member.su-member-style-2 .su-member-icons a:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.su-member.su-member-style-2 .su-member-icons a:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.su-member.su-member-style-2 .su-member-icons a:nth-child(5) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.su-member.su-member-style-2 .su-member-icons a:nth-child(6) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.su-member.su-member-style-2 .su-member-photo:hover .su-member-icons {
	opacity: 1;
}
.su-member.su-member-style-2 .su-member-photo:hover .su-member-icons a { 
	color: #fff !important;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.su-member.su-member-style-2 .su-member-icons .su-member-ic {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -32px;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
div.su-member.su-member-style-3:after {
	content: "";
	display: table;
	clear: both;
}
.su-member-style-3 div.su-member-photo {
	position: relative;
	width: 50%;
	float: left;
}
.su-member-style-3 .su-member-desc {
	padding: 10px 0;
	margin-top: 10px;
	border-top: 1px solid rgba(158, 158, 158, 0.3);
	border-bottom: 1px solid rgba(158, 158, 158, 0.3);
}
.su-member-style-3 div.su-member-info {
	float: left;
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}
.su-member.su-member-style-3 .su-member-icons a {
	border: 1px solid;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 3px;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.su-member.su-member-style-3 .su-member-icons a i {
	color: #ffffff;
}
.su-member.su-member-style-3 .su-member-icons a:hover {
	border-color: transparent;
}

/*=================
	style 4
==================*/
.su-member-style-4 .su-member-icons {
	position: relative;
	margin-top: -40px;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0;
	padding: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.su-member-style-4 .su-member-icons .su-member-ic a {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	color: #555;
	text-decoration: none;
}
.su-member-style-4 .su-member-icons .su-member-ic a:hover {
	background: #FFFFFF;
}
.su-member-style-4:hover .su-member-icons {
	opacity: 1;
}
.su-member-style-4 .su-member-info {
	position: relative;
	padding: 30px 15px;
	background: #FFFFFF;
}
.su-member-style-4 .su-member-icons a i {
	color: #555 !important;
	font-size: 18px;
}

/*=================
	style 5
==================*/
.su-member-style-5.su-member-align-left, 
.su-member-style-5.su-member-align-right {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.su-member-style-5.su-member-align-left {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.su-member-style-5.su-member-align-right {
	-webkit-flex-direction:row-reverse;
	-moz-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.su-member-style-5.su-member-align-left .su-member-photo, 
.su-member-style-5.su-member-align-right .su-member-photo {
	position: relative;
	width: 50%;
}
.su-member-style-5.su-member-align-left .su-member-info, 
.su-member-style-5.su-member-align-right .su-member-info {
	width: 50%;
	box-sizing: border-box;
	padding: 25px 35px;
}
.su-member.su-member-style-5 .su-member-icons a:hover {
	border-color: transparent;
}
.su-member-style-5 .su-member-icons {padding: 15px 0 0 0;}
.su-member-style-5.su-member-align-left .su-member-icons a:nth-child(n+2) {
	margin-left: 10px;
}
.su-member-style-5.su-member-align-right .su-member-icons a:nth-child(n+2) {
	margin-left: 10px;
}

/*=================
	Style 6
==================*/
.su-member-style-6 {
	padding: 35px;
}
.su-member-style-6.su-member-align-left, 
.su-member-style-6.su-member-align-right {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.su-member-style-6.su-member-align-left {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.su-member-style-6.su-member-align-right {
	-webkit-flex-direction:row-reverse;
	-moz-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.su-member-style-6.su-member-align-left .su-member-photo, 
.su-member-style-6.su-member-align-right .su-member-photo {
	position: relative;
	width: 20%;
}
.su-member-style-6.su-member-align-left .su-member-info, 
.su-member-style-6.su-member-align-right .su-member-info {
	width: 80%;
	box-sizing: border-box;
	padding: 0 35px;
}
.su-member-style-6.su-member-align-center .su-member-info {
    padding: 120px 0 0 0;
}
.su-member-style-6 .su-member-photo img {
	width: 100px;
	border-radius: 50%;
}
.su-member-style-6.su-member-align-center .su-member-photo {
	position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.su-member.su-member-style-6 .su-member-icons a:hover i {
	opacity: 0.8 !important;
}
.su-member-style-6 .su-member-icons {padding: 15px 0 0 0;}
.su-member-style-6.su-member-align-left .su-member-icons a:nth-child(n+2) {
	margin-left: 10px;
}
.su-member-style-6.su-member-align-right .su-member-icons a:nth-child(n+2) {
	margin-left: 10px;
}

/*Small Screen Mobile Modes*/
@media only screen and (max-width: 480px) {
	.su-member-style-5 {
		-ms-flex-align: initial !important;
		-webkit-align-items: initial !important;
		align-items: initial !important;
		display: block !important;
		display: block !important;
		display: block !important;
		-ms-flex-wrap: initial !important;
	    -webkit-flex-wrap: initial !important;
	    flex-wrap: initial !important;
	}
	.su-member-style-5 .su-member-photo, 
	.su-member-style-5 .su-member-info {
		width: 100% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.su-member-style-5 .su-member-icons {
		padding: 15px 0 0 0 !important;
	}
	.su-member-style-6.su-member-align-left, 
	.su-member-style-6.su-member-align-right {
		padding: 20px;
	}
	.su-member-style-6.su-member-align-left .su-member-info {
		padding: 0 0 0 20px;
		width: 70%;
	}
	.su-member-style-6.su-member-align-right .su-member-info {
		padding: 0 20px 0 0;
		width: 70%;
	}
	.su-member-style-6.su-member-align-left .su-member-photo, 
	.su-member-style-6.su-member-align-right .su-member-photo {
	    width: 30%;
	}
	.su-member-style-6 .su-content-wrap {
	    font-size: 12px;
	    line-height: 18px;
	}
	.su-member-style-3 div.su-member-photo, 
	.su-member-style-3 div.su-member-info {
		width: 100%;
	}

}

/* Spacer shortcode styles */

.su-spacer {display: block;height: 20px;clear: both;overflow: hidden;}
@media only screen and (min-width: 768px) and (max-width: 960px) {.su-spacer{height: 15px;}}
@media (max-width: 767px) {.su-spacer{height: 10px;}}


/* Photo gallery styles */

.bdt-photo-gallery .bdt-pg-item {
	position: relative;
}
.bdt-photo-gallery .bdt-pg-item .bdt-photo-gallery-links:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.bdt-photo-gallery .bdt-pg-item:hover .bdt-photo-gallery-links:after {
    opacity: 1;
}
.bdt-photo-gallery .bdt-photo-gallery-links a {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -20px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.31);
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
	margin-left: -20px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
    opacity: 0;
}
.bdt-photo-gallery .bdt-photo-gallery-links a:hover {
    background: rgba(255, 255, 255, 0.6);
}
.bdt-photo-gallery .bdt-pg-item:hover .bdt-photo-gallery-links a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

/* Testimonial shortcode styles */

.su-testimonial-has-photo .su-testimonial-photo img {height: 40px;width: 40px;-webkit-border-radius: 50%;border-radius: 50%;}
.su-testimonial-no-cite .su-testimonial-text:after, .su-testimonial-no-cite .su-testimonial-text:before {display: none !important;}
.su-testimonial-italic .su-testimonial-text {font-style: italic;}
/*========================
	Testimonial style 1
========================*/
.su-testimonial.su-testimonial-style-1  .su-testimonial-text {
	background: #fff;
	border: 4px solid #eee;
	margin: 0 0 10px;
	padding: 40px 40px 40px 70px;
	color: #474747;
	position: relative;
	text-align: justify;
}
.su-testimonial.su-testimonial-style-1  .su-testimonial-text:before {
	content: '';
	position: absolute;
	bottom: -27px;
	left: 16px;
	border: 12px solid transparent;
	border-top-color: #eeeeee;
}
.su-testimonial.su-testimonial-style-1  .su-testimonial-text:after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 20px;
	border: 8px solid transparent;
	border-top-color: #FFF;
}

.su-testimonial-has-photo.su-testimonial-style-1 .su-testimonial-photo {
	margin-left: 6px;
	margin-top: 35px;
	display: inline-block;
}
.su-testimonial-has-photo.su-testimonial-style-1 .su-testimonial-photo img {margin-left: 8px;margin-top: -25px;}
.su-testimonial.su-testimonial-style-1 .su-testimonial-cite {
	margin-left: 15px;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 8px;
}
.su-testimonial.su-testimonial-style-1 .su-testimonial-name, .su-testimonial.su-testimonial-style-2 .su-testimonial-name {
	font-weight: bold;
	display: block;
	font-size: 14px;
}
.su-testimonial .su-testimonial-title {
	opacity: 0.8;
}
.su-testimonial.su-testimonial-style-1 span.quote:before {
	content: '“';
	font-family: tahoma;
	position: absolute;
	top: 31px;
	left: 20px;
	font-size: 100px;
	color: rgba(0,0,0,0.1);
	line-height: 1;
	font-style: normal;
} 
/*========================
	Testimonial style 2
========================*/

.su-testimonial.su-testimonial-style-2 .su-testimonial-text {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 0px solid transparent;
	margin-bottom: 0;
	padding: 40px 40px 40px 70px;
	-webkit-box-shadow: -4px 0px 0 #F46E6E;
	box-shadow: -4px 0px 0 #F46E6E;
	margin-left: 4px;
	position: relative;

}
.su-testimonial.su-testimonial-style-2 .su-testimonial-text .quote:before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	top: 37px;
	left: 25px;
	font-size: 32px;
	font-style: normal;
	color: rgba(0, 0, 0, 0.06);
}
.su-testimonial-has-photo.su-testimonial-style-2 .su-testimonial-photo {
	display: inline-block;
	margin: 50px 10px 0 23px;
}
.su-testimonial-has-photo.su-testimonial-style-2 .su-testimonial-photo img {
	margin-left: 8px;
	margin-top: -25px;
}
.su-testimonial.su-testimonial-style-2 .su-testimonial-text:before, 
.su-testimonial.su-testimonial-style-2 .su-testimonial-text:after {
	content: "";
	display: block;
	position: absolute;
	border-right: 0 solid transparent;
}
.su-testimonial.su-testimonial-style-2 .su-testimonial-text:before {
	bottom: -22px;
	left: 48px;
	border-right: 22px solid transparent;
	border-top: 22px solid;
	border-top-color: #dcdcdc;
}
.su-testimonial.su-testimonial-style-2 .su-testimonial-text:after {
	bottom: -20px;
	left: 49px;
	border-right: 20px solid transparent;
	border-top: 20px solid;
	border-top-color: #fff;
}

.su-testimonial.su-testimonial-style-2 .su-testimonial-cite {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 36px;
}

/*=======================
	Testimonial style 3
=========================*/
.su-testimonial-style-3 {
	position: relative;
	text-align: center;
	margin-top: 110px !important;
}
.su-testimonial-style-3.su-testimonial-has-photo .su-testimonial-photo {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 15px;
	margin-left: -40px;
}
.su-testimonial-style-3.su-testimonial-has-photo .su-testimonial-photo img {
	height: 80px;
	width: 80px !important;
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.05);
	-webkit-transition: background .6s ease-out;
	transition: background .6s ease-out;
}
.su-testimonial-style-3.su-testimonial-has-photo:hover .su-testimonial-photo img {
	background: rgba(0,0,0,0.05);
}
.su-testimonial-style-3 .su-testimonial-text {
	margin: 10px 0;
	font-size: 18px;
	line-height: 1.5em;
}
.su-testimonial-style-3 .su-testimonial-cite {
	font-size: 12px;
}
.su-testimonial-style-3 .su-testimonial-name {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

/* Progress pie shortcode styles */

.su-progress-pie {
  text-align: center;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.su-progress-pie svg {
  margin: 0 auto;
}
.su-progress-pie-label {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.su-progress-pie-number, 
.su-progress-pie-text {
  font-size: 22px;
}
.su-progress-pie-label div {
  line-height: 1.2em;
}
.su-progress-pie-svg {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.su-progress-pie-svg svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.su-progress-pie .su-progress-pie-number,
.su-progress-pie .su-progress-pie-text {
  color: #bbbbbb;
  font-size: 22px;
}
.su-progress-pie svg ellipse {
  stroke: #f5f5f5;
}
.su-progress-pie svg path {
  stroke: #F14B51;
}
.su-progress-pie.su-pp-lc-square svg path {
  stroke-linecap: square;
}
.su-progress-pie.su-pp-lc-round svg path {
  stroke-linecap: round;
}
.su-progress-pie.su-pp-lc-butt svg path {
  stroke-linecap: butt;
}

/* Progress Pie After Title */
.su-progress-pie-wrapper .su-progress-pie-after-title {
  text-align: center;
  margin: 0 15px 20px;
}

/* dropcap styles */

.su-clearfix:before,
.su-clearfix:after {
	display: table;
	content: " ";
}
.su-clearfix:after { clear: both;}

.su-dropcap {
float: left;
display: inline-block;
width: 2em;
height: 2em;
margin: 0.2em 0.5em 0.2em 0;
line-height: 2em;
text-align: center;
overflow: hidden;
text-transform: uppercase;
}

.su-dropcap-style-default {
color: #fff;
background: rgb(69, 72, 77); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 1)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0); /* IE6-9 */
text-shadow: -1px -1px 0 #000;
-moz-text-shadow: -1px -1px 0 #000;
-webkit-text-shadow: -1px -1px 0 #000;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}

.su-dropcap-style-flat {background: #444;color: #fff;}

.su-dropcap-style-light {
color: #333;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
background: rgb(255, 255, 255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */}

.su-dropcap-style-simple {
width: 1em;
height: 1em;
line-height: 1em;
text-align: left;
margin: 0 0 10px 0px;
}

/* utility style  */
.no-margin-bottom {
	margin-bottom: 0;
}

/*List shortcode css*/
.su-list ul {
	list-style: none !important;
	margin: 0 0 1.5em 0;
	padding: 0;
}

.su-list ul li {
	position: relative;
	list-style-type: none !important;
	display: block !important;
	line-height: 1.3em;
	margin: 0 !important;
	padding: 4px 0 4px 2em !important;
}
.su-list ul li i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
	text-align: center;
}

/*Fancy text shortcode Styles*/

.su-ft-wrap {
  display: inline-block;
  position: relative;
  text-align: left;
}
.su-ft-wrap b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.su-ft-wrap b.is-visible {
  position: relative;
}
.no-js .su-ft-wrap b {
  opacity: 0;
}
.no-js .su-ft-wrap b.is-visible {
  opacity: 1;
}

.su-fancy-text b,
.su-fancy-text i,
.su-fancy-text em {
  font-style: inherit;
  font-weight: inherit;
}


/* -------------------------------- 

Effect 1 Style

-------------------------------- */
.su-fancy-text.su-fteffect1 .su-ft-wrap {
  vertical-align: top;
  overflow: hidden;
}
.su-fancy-text.su-fteffect1 .su-ft-wrap::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.su-fancy-text.su-fteffect1 .su-ft-wrap.waiting::after {
  -webkit-animation: su-ft-pulse 1s infinite;
  -moz-animation: su-ft-pulse 1s infinite;
  animation: su-ft-pulse 1s infinite;
}
.su-fancy-text.su-fteffect1 .su-ft-wrap.selected {
  background-color: #aebcb9;
}
.su-fancy-text.su-fteffect1 .su-ft-wrap.selected::after {
  visibility: hidden;
}
.su-fancy-text.su-fteffect1 .su-ft-wrap.selected b {
  color: #0d0d0d;
}
.su-fancy-text.su-fteffect1 b {
  visibility: hidden;
}
.su-fancy-text.su-fteffect1 b.is-visible {
  visibility: visible;
}
.su-fancy-text.su-fteffect1 i {
  position: absolute;
  visibility: hidden;
}
.su-fancy-text.su-fteffect1 i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes su-ft-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes su-ft-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes su-ft-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}




/* -------------------------------- 

Effect 2 Style 

-------------------------------- */
.su-fancy-text.su-fteffect2 b {
  opacity: 0;
}
.su-fancy-text.su-fteffect2 i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .su-fancy-text.su-fteffect2 i {
  opacity: 1;
}
.su-fancy-text.su-fteffect2 i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.su-fancy-text.su-fteffect2 i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .su-fancy-text.su-fteffect2 i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .su-fancy-text.su-fteffect2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}



/* -------------------------------- 

Effect 3 Style

-------------------------------- */
.su-fancy-text.su-fteffect3 .su-ft-wrap {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.su-fancy-text.su-fteffect3 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.su-fancy-text.su-fteffect3 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: su-fteffect3-in 1.2s;
  -moz-animation: su-fteffect3-in 1.2s;
  animation: su-fteffect3-in 1.2s;
}
.su-fancy-text.su-fteffect3 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: su-fteffect3-out 1.2s;
  -moz-animation: su-fteffect3-out 1.2s;
  animation: su-fteffect3-out 1.2s;
}

@-webkit-keyframes su-fteffect3-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes su-fteffect3-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes su-fteffect3-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes su-fteffect3-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes su-fteffect3-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes su-fteffect3-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

/* -------------------------------- 

Effect 4

-------------------------------- */
.su-fancy-text.su-fteffect4 .su-ft-wrap {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.su-fancy-text.su-fteffect4 i, .su-fancy-text.su-fteffect4 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.su-fancy-text.su-fteffect4 b {
  opacity: 0;
}
.su-fancy-text.su-fteffect4 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .su-fancy-text.su-fteffect4 i {
  opacity: 1;
}
.su-fancy-text.su-fteffect4 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.su-fancy-text.su-fteffect4 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.su-fancy-text.su-fteffect4 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .su-fancy-text.su-fteffect4 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .su-fancy-text.su-fteffect4 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .su-fancy-text.su-fteffect4 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}


/* -------------------------------- 
 Effect5 Style
-------------------------------- */
.su-fancy-text.su-fteffect5 .su-ft-wrap {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.su-fancy-text.su-fteffect5 b {
  opacity: 0;
}
.su-fancy-text.su-fteffect5 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .su-fancy-text.su-fteffect5 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.su-fancy-text.su-fteffect5 i.in {
  -webkit-animation: su-fteffect5-in 0.6s forwards;
  -moz-animation: su-fteffect5-in 0.6s forwards;
  animation: su-fteffect5-in 0.6s forwards;
}
.su-fancy-text.su-fteffect5 i.out {
  -webkit-animation: su-fteffect5-out 0.6s forwards;
  -moz-animation: su-fteffect5-out 0.6s forwards;
  animation: su-fteffect5-out 0.6s forwards;
}

.no-csstransitions .su-fancy-text.su-fteffect5 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .su-fancy-text.su-fteffect5 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes su-fteffect5-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes su-fteffect5-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes su-fteffect5-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes su-fteffect5-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes su-fteffect5-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes su-fteffect5-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}


/* -------------------------------- 

Effect 6 Style

-------------------------------- */
.su-fancy-text.su-fteffect6 span {
  display: inline-block;
}
.su-fancy-text.su-fteffect6 .su-ft-wrap {
  overflow: hidden;
  vertical-align: top;
}
.su-fancy-text.su-fteffect6 .su-ft-wrap::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.su-fancy-text.su-fteffect6 .su-ft-wrap.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.su-fancy-text.su-fteffect6 b {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.su-fancy-text.su-fteffect6 b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

Effect7 Style

-------------------------------- */
.su-fancy-text.su-fteffect7 span {
  display: inline-block;
}
.su-fancy-text.su-fteffect7 .su-ft-wrap {
  overflow: hidden;
  vertical-align: top;
}
.su-fancy-text.su-fteffect7 b {
  opacity: 0;
}
.su-fancy-text.su-fteffect7 b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.su-fancy-text.su-fteffect7 b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

Effect 8 Style

-------------------------------- */
.su-fancy-text.su-fteffect8 span {
  display: inline-block;
}
.su-fancy-text.su-fteffect8 .su-ft-wrap {
  overflow: hidden;
  vertical-align: top;
}
.su-fancy-text.su-fteffect8 .su-ft-wrap::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.su-fancy-text.su-fteffect8 b {
  opacity: 0;
}
.su-fancy-text.su-fteffect8 b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

Effect 9 Style 

-------------------------------- */
.su-fancy-text.su-fteffect9 .su-ft-wrap {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.su-fancy-text.su-fteffect9 b {
  opacity: 0;
}
.su-fancy-text.su-fteffect9 b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.su-fancy-text.su-fteffect9 b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}

/* -------------------------------- 

Effect 10 Style

-------------------------------- */
.su-fancy-text.su-fteffect10 b {
  opacity: 0;
}
.su-fancy-text.su-fteffect10 b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.su-fancy-text.su-fteffect10 b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/*Row Column Css*/

.su-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -25px;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.su-row:before,
.su-row:after {
  content: "";
  display: block;
  overflow: hidden;
}
.su-row:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes row more robust so that it can be used with other block elements
 * 3. Create horizontal gutter
 * 4. DEPRECATED Using `float` to support IE9
 */
.su-row > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0;
  padding-left: 25px;
  float: left;
}
/*
 * Remove margin from the last-child
 */
.su-row > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * This class is set by JavaScript and applies a vertical gutter if the columns stack or float into the next row
 * Higher specificity to override margin
 */

// .su-row.margin-bottom-yes { margin-bottom: 25px !important;}
// .su-row.margin-top-yes { margin-bottom: 25px !important;}

/*
 * Larger gutter for large screens
 */

/* Horizontal gutter */
.su-row:not(.su-row-preserve) {
  margin-left: -35px;
}
.su-row > * {
  padding-left: 35px;
}


/* Tablet and bigger */
@media (min-width: 768px) {
  /* Modifier: `has-divider`
   ========================================================================== */
  /*
   * Horizontal divider
   * Does not work with `su-push-*`, `su-pull-*` and not if the columns float into the next row
   */
  .has-divider:not(:empty) {
    margin-left: -25px;
    margin-right: -25px;
  }

  .has-divider > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .has-divider > [class*='su-column-']:not(.su-column-size-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
  .has-divider > [class*='su-column-']:not(.su-column-size-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .has-divider > [class*='su-column-large-']:not(.su-column-size-large-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}


/*
 * No gutter
 * Higher specificity to override large gutter
 */
.su-row.su-gutter-no {
  margin-left: 0; margin-right: 0;
}
.su-row.su-gutter-no > * {
  padding-left: 0; padding-right: 0;
  border-left: none !important;
}

/*
 * Small gutter
 * Higher specificity to override large gutter
 */
.su-row.su-gutter-small {
  margin-left: -10px;margin-right: -10px;
}
.su-row.su-gutter-small > * {
  padding-left: 10px;padding-right: 10px;
}

/*
 * large gutter
 * Higher specificity to override large gutter
 */
.su-row.su-gutter-large {
  margin-left: -40px;
  margin-right: -40px;
}
.su-row.su-gutter-large > * {
  padding-left: 40px;
  padding-right: 40px;
}

/* Sub-objects: `su-column-*`
 ========================================================================== */
[class*='su-column'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/*
 * Widths
 */
/* Whole */
.su-column-size-1-1 {
  width: 100%;
}
/* Halves */
.su-column-size-1-2,
.su-column-size-2-4,
.su-column-size-3-6,
.su-column-size-5-10 {
  width: 50%;
}
/* Thirds */
.su-column-size-1-3,
.su-column-size-2-6 {
  width: 33.333%;
}
.su-column-size-2-3,
.su-column-size-4-6 {
  width: 66.666%;
}
/* Quarters */
.su-column-size-1-4 {
  width: 25%;
}
.su-column-size-3-4 {
  width: 75%;
}
/* Fifths */
.su-column-size-1-5,
.su-column-size-2-10 {
  width: 20%;
}
.su-column-size-2-5,
.su-column-size-4-10 {
  width: 40%;
}
.su-column-size-3-5,
.su-column-size-6-10 {
  width: 60%;
}
.su-column-size-4-5,
.su-column-size-8-10 {
  width: 80%;
}
/* Sixths */
.su-column-size-1-6 {
  width: 16.666%;
}
.su-column-size-5-6 {
  width: 83.333%;
}
/* Tenths */
.su-column-size-1-10 {
  width: 10%;
}
.su-column-size-3-10 {
  width: 30%;
}
.su-column-size-7-10 {
  width: 70%;
}
.su-column-size-9-10 {
  width: 90%;
}


/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .su-column-size-small-1-1 {
    width: 100%;
  }
  /* Halves */
  .su-column-size-small-1-2,
  .su-column-size-small-2-4,
  .su-column-size-small-3-6,
  .su-column-size-small-5-10 {
    width: 50%;
  }
  /* Thirds */
  .su-column-size-small-1-3,
  .su-column-size-small-2-6 {
    width: 33.333%;
  }
  .su-column-size-small-2-3,
  .su-column-size-small-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .su-column-size-small-1-4 {
    width: 25%;
  }
  .su-column-size-small-3-4 {
    width: 75%;
  }
  /* Fifths */
  .su-column-size-small-1-5,
  .su-column-size-small-2-10 {
    width: 20%;
  }
  .su-column-size-small-2-5,
  .su-column-size-small-4-10 {
    width: 40%;
  }
  .su-column-size-small-3-5,
  .su-column-size-small-6-10 {
    width: 60%;
  }
  .su-column-size-small-4-5,
  .su-column-size-small-8-10 {
    width: 80%;
  }
  /* Sixths */
  .su-column-size-small-1-6 {
    width: 16.666%;
  }
  .su-column-size-small-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .su-column-size-small-1-10 {
    width: 10%;
  }
  .su-column-size-small-3-10 {
    width: 30%;
  }
  .su-column-size-small-7-10 {
    width: 70%;
  }
  .su-column-size-small-9-10 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .su-column-size-medium-1-1 {
    width: 100%;
  }
  /* Halves */
  .su-column-size-medium-1-2,
  .su-column-size-medium-2-4,
  .su-column-size-medium-3-6,
  .su-column-size-medium-5-10 {
    width: 50%;
  }
  /* Thirds */
  .su-column-size-medium-1-3,
  .su-column-size-medium-2-6 {
    width: 33.333%;
  }
  .su-column-size-medium-2-3,
  .su-column-size-medium-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .su-column-size-medium-1-4 {
    width: 25%;
  }
  .su-column-size-medium-3-4 {
    width: 75%;
  }
  /* Fifths */
  .su-column-size-medium-1-5,
  .su-column-size-medium-2-10 {
    width: 20%;
  }
  .su-column-size-medium-2-5,
  .su-column-size-medium-4-10 {
    width: 40%;
  }
  .su-column-size-medium-3-5,
  .su-column-size-medium-6-10 {
    width: 60%;
  }
  .su-column-size-medium-4-5,
  .su-column-size-medium-8-10 {
    width: 80%;
  }
  /* Sixths */
  .su-column-size-medium-1-6 {
    width: 16.666%;
  }
  .su-column-size-medium-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .su-column-size-medium-1-10 {
    width: 10%;
  }
  .su-column-size-medium-3-10 {
    width: 30%;
  }
  .su-column-size-medium-7-10 {
    width: 70%;
  }
  .su-column-size-medium-9-10 {
    width: 90%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .su-column-size-large-1-1 {
    width: 100%;
  }
  /* Halves */
  .su-column-size-large-1-2,
  .su-column-size-large-2-4,
  .su-column-size-large-3-6,
  .su-column-size-large-5-10 {
    width: 50%;
  }
  /* Thirds */
  .su-column-size-large-1-3,
  .su-column-size-large-2-6 {
    width: 33.333%;
  }
  .su-column-size-large-2-3,
  .su-column-size-large-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .su-column-size-large-1-4 {
    width: 25%;
  }
  .su-column-size-large-3-4 {
    width: 75%;
  }
  /* Fifths */
  .su-column-size-large-1-5,
  .su-column-size-large-2-10 {
    width: 20%;
  }
  .su-column-size-large-2-5,
  .su-column-size-large-4-10 {
    width: 40%;
  }
  .su-column-size-large-3-5,
  .su-column-size-large-6-10 {
    width: 60%;
  }
  .su-column-size-large-4-5,
  .su-column-size-large-8-10 {
    width: 80%;
  }
  /* Sixths */
  .su-column-size-large-1-6 {
    width: 16.666%;
  }
  .su-column-size-large-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .su-column-size-large-1-10 {
    width: 10%;
  }
  .su-column-size-large-3-10 {
    width: 30%;
  }
  .su-column-size-large-7-10 {
    width: 70%;
  }
  .su-column-size-large-9-10 {
    width: 90%;
  }
}

/* Match column height in rows
 ========================================================================== */
/*.su-match-height > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}*/
/*
 * 1. Behave like a block element
 */
/*.su-match-height > * > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}*/

/* Vertical Align */
.su-row .su-column[class*='su-vertical-align-'] > .su-column-inner {
  display: block;
  position: relative;
  font-size: 0;
}
.su-row .su-column[class*='su-vertical-align-'] > .su-column-inner:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.su-row .su-column[class*='su-vertical-align-'] > .su-column-inner:after {
    content: "";
    display: table;
    clear: both;
}
.su-vertical-align-middle > .su-column-inner > .su-column-content, 
.su-vertical-align-bottom > .su-column-inner > .su-column-content {
    display: inline-block;
    max-width: 100%;
    font-size: 1rem;
}
.su-vertical-align-middle > .su-column-inner > .su-column-content {
    vertical-align: middle
}
.su-vertical-align-bottom > .su-column-inner > .su-column-content {
    vertical-align: bottom
}

/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .su-row [class*='su-column-size-medium-']:not(.su-column-size-medium-1-1) {
  	margin-top: 25px;
  }
  .su-row:not(.su-row-preserve) {
      margin-left: -25px;
  }
  .su-row > * {
      padding-left: 25px;
  }
  .su-row.su-gutter-large {
    margin-left: -30px;
    margin-right: -30px;
  }
  .su-row.su-gutter-large > * {
      padding-left: 30px;
      padding-right: 30px;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .su-row:not(.su-clmms-no) [class*='su-column-size-']:nth-child(n+2) {
  	margin-top: 25px;
  }
  .su-row [class*='su-column-size-'][class*='su-column-size-medium-']:not(.su-column-size-medium-1-1):nth-child(1) {
    margin-top: 25px;
  }
  .su-row.margin-bottom-yes {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 960px){
  .su-row + .su-row {
      margin-top: 35px;
  }
  .su-row.su-gutter-small + .su-row.su-gutter-small {
      margin-top: 20px;
  }
  .su-row.su-gutter-no + .su-row.su-gutter-no {
      margin-top: 0px;
  }

}

.su-column-centered .su-column-inner {
  text-align: center;
}


/* style fix for internal shortcode */
.su-row .su-column > .su-column-inner > .su-column-content > *:first-child,
.su-row .su-column > .su-column-inner > .su-column-content > .su-animate > *:first-child { margin-top: 0; }

.su-row .su-column > .su-column-inner > .su-column-content > *:last-child,
.su-row .su-column > .su-column-inner > .su-column-content > .su-animate > *:last-child { margin-bottom: 0; }
.su-row .su-column > .su-column-inner > .su-column-content > .su-animate:last-child > .su-icon-list .icon_list_item { padding-bottom: 0;}
/* .su-row.su-gutter-no .su-column:nth-child(n+2) > .su-column-inner > .su-column-content > .su-panel {
  border-left-width: 0;
}
.su-row.su-gutter-no .su-column > .su-column-inner > .su-column-content > .su-panel {
  border-top-width: 0;
}
 */
@media (min-width: 960px) {
  .su-row .su-column > .su-column-inner > .su-column-content > .su-icon-list:last-child .icon_list_item { padding-bottom: 0;}
}


/*------------- Pricing table + plan ---------*/
.su-plan {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	width: 100%;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}
.su-plan-head {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.su-plan-icon {
	margin-top: 15px;
}
.su-plan-icon img {
	display: block;
	margin: 0 auto;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 95%;
}
.su-plan-name {
	margin-bottom: 15px;
	font-size: 1.3em;
}
.su-plan-price {
	font-weight: bold;
	font-size: 2.3em;
	line-height: normal;
}

.su-plan-price-value {
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
}
.su-plan-price-before,
.su-plan-price-after {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 0.7em;
}
.su-plan-period {
	margin-top: 5px;
	font-size: 0.9em;
	opacity: 0.7;
}
.su-plan-options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.su-plan-options ul li {
	margin: 0;
	padding: 0.5em 0.2em;
	border-top: 1px dotted rgba(221, 221, 221, 0.5);
	list-style: none;
	-webkit-transform: translateZ(0);
}
.su-plan-footer {
	padding: 30px 0;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.su-plan-footer a {
	display: inline-block;
	text-decoration: none !important;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translateZ(0);
}
.su-plan-footer a:active,
.su-plan-footer a:focus,
.su-plan-footer a:hover {

}
.su-plan {
	float: left;
	border-left-width: 0;
}
.su-plan-featured {
	z-index: 2;
}
.su-plan .su-tooltip {
	border-bottom: 1px dotted rgba(0,0,0,0.2);
	padding-bottom: 2px;
	margin-bottom: -3px;
}
.su-plan {
	position: relative;
	overflow: hidden;
}
.su-plan {
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-right: 15px;
}
.su-plan:last-child {
	margin-right: 0;
}
.su-plan .su-plan-head {
	padding-top: 0;
}
.su-plan-featured {
	margin-top: -30px !important;
}
.su-plan-featured .su-plan-badge {
	z-index: 1;
}
 .su-plan-name {
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.03);
}
.su-plan-icon i {
	font-size: 48px;
}
.su-plan-featured div.su-plan-options {
	margin-top: 30px;
}
.su-plan-options ul li {
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top:	none; 
}
.su-plan-options ul li:last-child {
	border-bottom: none;
}
.su-plan .su-plan-button {
	min-width: 60%;
}
.su-plan .su-plan-badge {
	position: absolute;
	right: -35px;
	top: 23px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 5px 8px;
	width: 125px;
	color: #FFF;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	font-size: 10px;
	line-height:10px;
}



/*// Mobile Modes*/
@media (max-width: 767px) {
	.su-plan {
		clear: both;
		margin-bottom: 30px;
	}
	.su-plan:last-child {
		clear: both;
		margin-bottom: 0;
	}
	.su-plan-featured .su-plan-head {padding: 20px 0; }
	.su-plan-featured .su-plan-footer {padding: 15px 0;}
	.su-plan-featured {
		margin-top: 0;
	}
	.owl-theme .owl-nav {
		display: none;
	}
}


/* Bdthemes Newsletter Styles */
.bdt-newsletter-wrapper input.bdt-email {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid rgba(130,130,130,0.1);
	padding: 8px 16px;
	margin-bottom: 20px;
}
.bdt-newsletter-wrapper input.bdt-submit {
    border: none;
    font-size: 14px;
    border-radius: 0;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    height: 40px;
    color: #fff;
    cursor: pointer;
}
.bdt-newsletter-result {
  display: block;
  margin-top: 8px;
}