.sect-comparison {
  background: #FFFFFF;
  padding: 60px 0 70px;
  text-align: center;
}

@media only screen and (max-width: 480px){
  .sect-comparison .container {
      padding: 0;
  }
}

.sect-comparison .logo {
  height: 60px;
  width: auto;
}


.sect-comparison h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .sect-comparison h2 {
    padding: 0 4% 36px;
  }
  .sect-comparison h2.border-btm {
      font-weight: 700;
      line-height: 1.2;
  }
}

@media only screen and (max-width: 480px) {
  .sect-comparison h2 {
      font-size: 18px;
      padding: 0 15px 36px;
  }
}

@media only screen and (max-width: 640px) {
  .sect-comparison h2 strong {
      display: block;
  }
}

.sect-comparison .border-btm {
  font-weight: normal;
  padding: 0 0 36px;
  position: relative;
}
.sect-comparison .border-btm:before {
    background: #009588;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 6px;
    left: calc(50% - 35px);
    position: absolute;
    width: 70px;
}

.sect-comparison h2 {
    margin: 0 0 30px;
}

.sect-comparison .border-btm+p {
  font-size: 14px;
  margin: 0 15px 40px;
}

.sect-comparison p {
    font-weight: 400;
}

.sect-comparison .box-table {
    display: inline-block;
    height: auto;
    width: 100%;
}



.sect-comparison .box-table div:nth-of-type(1) {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 0 2%;
}
.sect-comparison .box-table div:nth-of-type(1) ul {
    margin: 85px 0 0;
}
.sect-comparison .box-table div:nth-of-type(1) ul li {
    background: #454545;
    color: #E2E2E2;
    font-size: 18px;
    font-weight: 400;
    padding: 0 8% 0 4%;
    text-align: right;
}


.sect-comparison .box-table div ul li span {
    display: inline-block;
    line-height: 1;
    margin: -8px 0 0 0;
    vertical-align: middle;
}
.sect-comparison .box-table div:nth-of-type(2) {
    width: 34%;
}
.sect-comparison .box-table div:nth-of-type(2) ul {
    background: #009588;
    border: solid 16px #009588;
    border-top: 0;
}
@media only screen and (max-width: 480px) {
  .sect-comparison .box-table div:nth-of-type(2) ul {
      border-left-width: 8px;
      border-right-width: 8px;
  }
}
.sect-comparison .box-table div:nth-of-type(2) ul li:nth-of-type(1) {
    background: #009588;
    height: 85px;
    line-height: 85px;
    border: 0;
}
.sect-comparison .box-table div:nth-of-type(2) ul li {
    background: #5cc5bb;
    border-bottom-color: #009588;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
}



.sect-comparison .box-table div:nth-of-type(3) {
    margin: 0 2% 0 0;
    width: 32%;
}
.sect-comparison .box-table div:nth-of-type(3) ul {
    margin: 10px 0 0 0;
}
.sect-comparison .box-table div:nth-of-type(3) ul li:nth-of-type(1) {
    font-size: 17px;
    height: 75px;
    line-height: 75px;
    text-transform: uppercase;
}
.sect-comparison .box-table div:nth-of-type(3) ul li {
    background: #dde6e5;
    color: #076961;
    font-size: 15px;
    font-weight: 700;
}
@media only screen and (max-width: 320px) {
  .sect-comparison .box-table div:nth-of-type(3) ul li:nth-of-type(1) {
      font-size: 11px;
  }
}

.sect-comparison .box-table div {
    background: transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    float: left;
    position: relative;
    width: 30%;
}
.sect-comparison .box-table div ul {
    background: transparent;
    margin: 0;
}
.sect-comparison .box-table div ul li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: solid 6px #F7F7F7;
    height: 70px;
    line-height: 70px;
    padding: 0 4%;
    text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .sect-comparison .box-table div ul li {
      font-size: 18px !important;
  }
}
@media only screen and (max-width: 768px) {
  .sect-comparison .box-table div ul li {
      font-size: 14px !important;
  }
}
@media only screen and (max-width: 480px) {
  .sect-comparison .box-table div ul li {
      font-size: 12px !important;
  }
}
@media only screen and (max-width: 320px) {
  .sect-comparison .box-table div ul li {
      font-size: 11px !important;
  }
}

.our-advantage-truncate {
  height: 89px;
  overflow: hidden;
}


/* --------------------------------------------
	LOAD IN ANIMATIONS
-------------------------------------------- */

.v-animation {
    -ms-perspective: 600px;
    perspective: 600px;
    opacity: 0;
    position: relative;
}
    html.no-js .v-animation, .mobile-browser .v-animation, .apple-mobile-browser .v-animation, .v-animation[data-animation="none"] {
        opacity: 1!important;
        left: auto!important;
        right: auto!important;
        bottom: auto!important;
        transform: scale(1)!important;
    }

    .v-animation[data-animation="grow"] {
        opacity: 0;
        transform: scale(0.4);
        transform-origin: 50% 50%;
        transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
    }
        .v-animation[data-animation="grow"].v-animate {
            opacity: 1;
            transform: scale(1);
        }
    .v-animation[data-animation="pop-up"].v-animate {
        transform-style: preserve-3d;
        transform: scale(0.2);
        animation: popUp 0.4s ease-in-out forwards;
    }
    .v-animation[data-animation="flip"].v-animate {
        transform-style: preserve-3d;
        transform-origin: 0% 0%;
        transform: rotateX(-80deg);
        animation: flip .8s ease-in-out forwards;
    }
    .v-animation[data-animation="helix"].v-animate {
        transform-style: preserve-3d;
        transform: rotateY(-180deg);
        animation: helix .8s ease-in-out forwards;
    }
    .v-animation[data-animation="move-up"].v-animate {
        transform: translateY(200px);
        animation: moveUp 0.65s ease forwards;
    }
    .v-animation[data-animation="spin"].v-animate {
        animation: spin 0.65s ease forwards;
    }
    .v-animation[data-animation="flip-x"].v-animate {
        backface-visibility: visible;
        animation: flipX 0.65s ease forwards;
    }
    .v-animation[data-animation="flip-y"].v-animate {
        backface-visibility: visible;
        animation: flipY 0.65s ease forwards;
    }
.v-animation[data-animation="fade-from-left"] {
	left: -70px;
}
.v-animation[data-animation="fade-from-right"] {
	right: -70px;
}
.v-animation[data-animation="fade-from-bottom"] {
	bottom: -120px;
}
.v-animation[data-animation="fade-from-left"], .v-animation[data-animation="fade-from-right"] {
	margin: 0 auto;
}
.browser-ie .v-animation[data-animation="pop-up"].v-animate, 
.browser-ie .v-animation[data-animation="flip"].v-animate, 
.browser-ie .v-animation[data-animation="helix"].v-animate, 
.browser-ie .v-animation[data-animation="fly"].v-animate, 
.browser-ie .v-animation[data-animation="move-up"].v-animate, 
.browser-ie .v-animation[data-animation="spin"].v-animate, 
.browser-ie .v-animation[data-animation="flip-x"].v-animate, 
.browser-ie .v-animation[data-animation="flip-y"].v-animate {
    opacity: 1;
    transform: scale(1);
}





/* #CSS3 Keyframes
================================================== */

@keyframes fadeIn {
	to { opacity: 1; }
}

@keyframes moveUp {
	to { transform: translateY(0); opacity: 1; }
}

@keyframes scaleUp {
	to { transform: scale(1); opacity: 1; }
}

@keyframes fallPerspective {
	100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes fly {
	100% { transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	100% { transform: rotateX(0deg); opacity: 1; }
}

@keyframes helix {
	100% { transform: rotateY(0deg); opacity: 1; }
}

@keyframes popUp {
	70% { transform: scale(1.1); opacity: .8; animation-timing-function: ease-out; }
	100% { transform: scale(1); opacity: 1; }
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); opacity: 1; }
}
@keyframes flipX {
    0% {transform: perspective(400px) rotateX(90deg);opacity: 0;}
    100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@keyframes flipY {
    0% {transform: perspective(400px) rotateY(90deg);opacity: 0;} 
    100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@keyframes shake {
    0%, 50%, 100% {transform: translateX(0);}
    25% {transform: translateX(-100px);}
    75% {transform: translateX(100px);}
}
/* Info
================================================== 
     Author: www.master-themes.com 
     Version: 1.0
     License: GNU General Public License version
 ================================================== 
 Info */

.v-bg-stylish.v-divider {
	border-color: #e4e4e4;
}

.v-bg-stylish.v-bg-stylish-v1 {
	background-color: #ffffff;
	background-image: url(/img/base/ff_rp_bkg2.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	border-top: 1px solid rgb(236, 236, 236);
	border-bottom: 1px solid rgb(238, 238, 238);
}

.v-page-heading.v-bg-stylish.v-bg-stylish-v1 {
	background-color: #f7f7f7;
	border-color: #e6e6e6;
}

.v-bg-stylish.v-bg-stylish-v1,
.v-bg-stylish.v-bg-stylish-v1 h1,
.v-bg-stylish.v-bg-stylish-v1 h2,
.v-bg-stylish.v-bg-stylish-v1 h3,
.v-bg-stylish.v-bg-stylish-v1 h3,
.v-bg-stylish.v-bg-stylish-v1 h4,
.v-bg-stylish.v-bg-stylish-v1 h5,
.v-bg-stylish.v-bg-stylish-v1 h6,
.v-bg-stylish-v1 .carousel-wrap > a {
	color: #333;
}

.v-bg-stylish.v-bg-stylish-v1 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v1 h4.v-center-heading span:after {
	border-color: #333;
}

.v-bg-stylish-v1.v-full-width-text:after {
	border-top-color: #ffffff;
	background-image: url(/img/base/page-heading-bg.png);
	background-repeat: repeat;
	background-size: cover;
}

.v-bg-stylish-v1 h4.v-text-heading,
.v-bg-stylish-v1 h4.v-heading {
	border-bottom-color: #333;
}

.v-bg-stylish.v-bg-stylish-v2 {
	background-color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v2 {
	background-image: url(/img/base/pw_maze_white.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}

.v-bg-stylish.v-bg-stylish-v2,
.v-bg-stylish.v-bg-stylish-v2 h1,
.v-bg-stylish.v-bg-stylish-v2 h2,
.v-bg-stylish.v-bg-stylish-v2 h3,
.v-bg-stylish.v-bg-stylish-v2 h3,
.v-bg-stylish.v-bg-stylish-v2 h4,
.v-bg-stylish.v-bg-stylish-v2 h5,
.v-bg-stylish.v-bg-stylish-v2 h6,
.v-bg-stylish-v2 .carousel-wrap > a {
	color: #333;
}

.v-bg-stylish.v-bg-stylish-v2 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v2 h4.v-center-heading span:after {
	border-color: #333;
}

.v-bg-stylish-v2.v-full-width-text:after {
	border-top-color: #ffffff;
}

.v-bg-stylish-v2 h4.v-text-heading,
.v-bg-stylish-v2 h4.v-heading {
	border-bottom-color: #333;
}

.v-bg-stylish.v-bg-stylish-v3 {
	background-image: url(/img/base/tiny_grid.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	border-top: 1px solid rgb(236, 236, 236);
	border-bottom: 1px solid rgb(228, 228, 228);
	box-shadow: none;
}

.v-bg-stylish.v-bg-stylish-v3 .flex-control-nav li a {
	color: #7a7a7a;
}

.v-bg-stylish.v-bg-stylish-v3 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v3 h4.v-center-heading span:after {
	border-color: #ffffff;
}

.v-bg-stylish-v3.v-full-width-text:after {
	border-top-color: #ffffff;
}

.v-bg-stylish-v3 h4.v-text-heading,
.v-bg-stylish-v3 h4.v-heading {
	border-bottom-color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v4 {
	background-color: #f7f7f7;
	border-color: #e4e4e4;
}

.v-bg-stylish.v-bg-stylish-v4,
.v-bg-stylish.v-bg-stylish-v4 h1,
.v-bg-stylish.v-bg-stylish-v4 h2,
.v-bg-stylish.v-bg-stylish-v4 h3,
.v-bg-stylish.v-bg-stylish-v4 h3,
.v-bg-stylish.v-bg-stylish-v4 h4,
.v-bg-stylish.v-bg-stylish-v4 h5,
.v-bg-stylish.v-bg-stylish-v4 h6,
.v-bg-stylish-v4 .carousel-wrap > a {
	color: #333;
}

.v-bg-stylish.v-bg-stylish-v4 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v4 h4.v-center-heading span:after {
	border-color: #4a4a4a;
}

.v-bg-stylish-v4.v-full-width-text:after {
	background-color: #f6f6f6;
}

.v-bg-stylish-v4 h4.v-text-heading,
.v-bg-stylish-v4 h4.v-heading {
	border-bottom-color: #4a4a4a;
}

.v-bg-stylish.v-bg-stylish-v5 {
	background-color: #4a4a4a;
}

.v-bg-stylish.v-bg-stylish-v5,
.v-bg-stylish.v-bg-stylish-v5 h1,
.v-bg-stylish.v-bg-stylish-v5 h2,
.v-bg-stylish.v-bg-stylish-v5 h3,
.v-bg-stylish.v-bg-stylish-v5 h3,
.v-bg-stylish.v-bg-stylish-v5 h4,
.v-bg-stylish.v-bg-stylish-v5 h5,
.v-bg-stylish.v-bg-stylish-v5 h6,
.v-bg-stylish-v5 .carousel-wrap > a {
	color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v5 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v5 h4.v-center-heading span:after {
	border-color: #ffffff;
}

.v-bg-stylish-v5.v-full-width-text:after {
	background-color: #4a4a4a;
	border-color: #4a4a4a;
}

.v-bg-stylish-v5 h4.v-text-heading,
.v-bg-stylish-v5 h4.v-heading {
	border-bottom-color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v6 .social-icons a {
	color: #999;
}

.v-bg-stylish.v-bg-stylish-v6 {
	background-image: url(/assets/img/web/theme/ff_header_bkg_dark.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	background-color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v6,
.v-bg-stylish.v-bg-stylish-v6 h1,
.v-bg-stylish.v-bg-stylish-v6 h2,
.v-bg-stylish.v-bg-stylish-v6 h3,
.v-bg-stylish.v-bg-stylish-v6 h3,
.v-bg-stylish.v-bg-stylish-v6 h4,
.v-bg-stylish.v-bg-stylish-v6 h5,
.v-bg-stylish.v-bg-stylish-v6 h6,
.v-bg-stylish-v6 .carousel-wrap > a {
	color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v6 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v6 h4.v-center-heading span:after {
	border-color: #ffffff;
}

.v-bg-stylish-v6.v-full-width-text:after {
	/*background-image: url(/img/base/ff_header_bkg_dark.png);*/
	background-repeat: repeat;
	border: 0;
	background-color: transparent;
}

.v-bg-stylish-v6 h4.v-text-heading,
.v-bg-stylish-v6 h4.v-heading {
	border-bottom-color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v7 {
	background-color: #ffc154;
}

.v-bg-stylish.v-bg-stylish-v7,
.v-bg-stylish.v-bg-stylish-v7 h1,
.v-bg-stylish.v-bg-stylish-v7 h2,
.v-bg-stylish.v-bg-stylish-v7 h3,
.v-bg-stylish.v-bg-stylish-v7 h3,
.v-bg-stylish.v-bg-stylish-v7 h4,
.v-bg-stylish.v-bg-stylish-v7 h5,
.v-bg-stylish.v-bg-stylish-v7 h6,
.v-bg-stylish-v7 .carousel-wrap > a {
	color: #4a504e;
}

.v-bg-stylish.v-bg-stylish-v7 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v7 h4.v-center-heading span:after {
	border-color: #4a504e;
}

.v-bg-stylish-v7.v-full-width-text:after {
	background-color: #ffc154;
	border-color: #ffc154;
}

.v-bg-stylish-v7 h4.v-text-heading,
.v-bg-stylish-v7 h4.v-heading {
	border-bottom-color: #4a504e;
}

.v-bg-stylish.v-bg-stylish-v8 {
	background-color: #000000;
}

.v-bg-stylish-v8.v-full-width-text:after {
	background-color: #000000;
	border-color: #000000;
}

.v-bg-stylish.v-bg-stylish-v8,
.v-bg-stylish.v-bg-stylish-v8 h1,
.v-bg-stylish.v-bg-stylish-v8 h2,
.v-bg-stylish.v-bg-stylish-v8 h3,
.v-bg-stylish.v-bg-stylish-v8 h3,
.v-bg-stylish.v-bg-stylish-v8 h4,
.v-bg-stylish.v-bg-stylish-v8 h5,
.v-bg-stylish.v-bg-stylish-v8 h6,
.v-bg-stylish-v8 .carousel-wrap > a {
	color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v8 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v8 h4.v-center-heading span:after {
	border-color: #ffffff;
}

.v-bg-stylish-v8.v-full-width-text:after {
	border-top-color: #000000;
}

.v-bg-stylish-v8 h4.v-text-heading,
.v-bg-stylish-v8 h4.v-heading {
	border-bottom-color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v9 {
	background-image: url(/img/base/starring.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
}

.v-bg-stylish-v9.v-full-width-text:after {
	background-image: url(/img/base/starring.png);
	background-repeat: repeat;
	border: 0;
}

.v-bg-stylish.v-bg-stylish-v9,
.v-bg-stylish.v-bg-stylish-v9 h1,
.v-bg-stylish.v-bg-stylish-v9 h2,
.v-bg-stylish.v-bg-stylish-v9 h3,
.v-bg-stylish.v-bg-stylish-v9 h3,
.v-bg-stylish.v-bg-stylish-v9 h4,
.v-bg-stylish.v-bg-stylish-v9 h5,
.v-bg-stylish.v-bg-stylish-v9 h6,
.v-bg-stylish-v9 .carousel-wrap > a {
	color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v9 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v9 h4.v-center-heading span:after {
	border-color: #cf514b;
}

.v-bg-stylish-v9 h4.v-text-heading,
.v-bg-stylish-v9 h4.v-heading {
	border-bottom-color: #cf514b;
}

.v-bg-stylish.v-bg-stylish-v10,
.v-bg-stylish.v-bg-stylish-v10 h1,
.v-bg-stylish.v-bg-stylish-v10 h2,
.v-bg-stylish.v-bg-stylish-v10 h3,
.v-bg-stylish.v-bg-stylish-v10 h3,
.v-bg-stylish.v-bg-stylish-v10 h4,
.v-bg-stylish.v-bg-stylish-v10 h5,
.v-bg-stylish.v-bg-stylish-v10 h6,
.v-bg-stylish-v10 .carousel-wrap > a {
	color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v10 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v10 h4.v-center-heading span:after {
	border-color: #ffffff;
}

.v-bg-stylish-v10 h4.v-text-heading,
.v-bg-stylish-v10 h4.v-heading {
	border-bottom-color: #ffffff;
}

.v-bg-stylish.light-style,
.v-bg-stylish.light-style h1,
.v-bg-stylish.light-style h2,
.v-bg-stylish.light-style h3,
.v-bg-stylish.light-style h3,
.v-bg-stylish.light-style h4,
.v-bg-stylish.light-style h5,
.v-bg-stylish.light-style h6 {
	color: #fff !important;
}

.v-bg-stylish.dark-style,
.v-bg-stylish.dark-style h1,
.v-bg-stylish.dark-style h2,
.v-bg-stylish.dark-style h3,
.v-bg-stylish.dark-style h3,
.v-bg-stylish.dark-style h4,
.v-bg-stylish.dark-style h5,
.v-bg-stylish.dark-style h6 {
	color: #4a4a4a !important;
}

.v-parallax .v-bg-overlay {
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-image: url("/img/base/video-overlay-1.png");
}

.v-parallax .v-bg-overlay.overlay-colored {
	opacity: 0.6;
}

.v-bg-stylish.v-bg-stylish-v11 {
	background-color: #f7f7f7;
	background-image: url(/img/base/v-arrow.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid rgb(238, 238, 238);
}

.v-bg-stylish.v-bg-stylish-v11,
.v-bg-stylish.v-bg-stylish-v11 h1,
.v-bg-stylish.v-bg-stylish-v11 h2,
.v-bg-stylish.v-bg-stylish-v11 h3,
.v-bg-stylish.v-bg-stylish-v11 h3,
.v-bg-stylish.v-bg-stylish-v11 h4,
.v-bg-stylish.v-bg-stylish-v11 h5,
.v-bg-stylish.v-bg-stylish-v11 h6,
.v-bg-stylish-v11 .carousel-wrap > a {
	color: #4a4a4a;
}

.v-bg-stylish.v-bg-stylish-v11 h4.v-center-heading span:before,
.v-bg-stylish.v-bg-stylish-v11 h4.v-center-heading span:after {
	border-color: #4a4a4a;
}

.v-bg-stylish-v11.v-full-width-text:after {
	border-top-color: #ffffff;
}

.v-bg-stylish-v11 h4.v-text-heading,
.v-bg-stylish-v1 h4.v-heading {
	border-bottom-color: #4a4a4a;
}

/* Info
==================================================

     Author: www.master-themes.com
     Version: 1.0
     License: GNU General Public License version

 ==================================================
 Info */

/* --------------------------------------------

	* Table Of Contents

    - GALLERY SHORTCODE
    - MAP SHORTCODE
    - TEAM SHORTCODE
    - ICON SHORTCODE
    - ICON BOX SHORTCODE
    - BUTTON SHORTCODE
    - TABS SHORTCODE
    - TESTIMATION SHORTCODE
    - TAGLINE SHORTCODE
    - SOCIAL SHORTCODE
    - PARALLAX SHORTCODE
    - PRICING TABLE SHORTCODE
    - CLIENTS SHORTCODE
    - DIVIDER SHORTCODE
    - COUNT SHORTCODE
    - TEXT BLOCK SHORTCODE
    - BOXED CONTENT SHORTCODE
    - CODE SHORTCODE
    - TABLE SHORTCODE
    - ALERT SHORTCODE
    - IMAGE SHORTCODE
    - SEARCH SHORTCODE
    - HR SHORTCODE
    - CLIENT BOX SHORTCODE
    - TYPOGRAPHY SHORTCODE
    - LIST SHORTCODE
    - PROGRESS SHORTCODE
    - CIRCLE CHART SHORTCODE
    - LATEST TWEET SHORTCODE
    - ACCORDION SHORTCODE
    - PROCESS STEPS SHORTCODE
    - TWEET SLIDER SHORTCODE

-------------------------------------------- */

.nseparator-shadow {
	background: transparent url(/img/base/sep-shadow.png) no-repeat top center;
	height: 9px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	background-size: 100% 100%;
}

/* --------------------------------------------
	TEAM SHORTCODE
-------------------------------------------- */

.v-team-member-wrap {
	margin-bottom: 30px;
	/*display: table;*/
}

.v-team-member-box .cover {
	border: 1px solid rgb(235, 235, 235);
}

.v-team-member-box a.read-more i {
	font-size: 22px;
	position: absolute;
	right: 60%;
	top: -5px;
	opacity: 0;
	transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.v-team-member-box a.read-more:hover i {
	opacity: 0.4;
	right: 100%;
}

.v-team-member-statu {
	color: #a5a5a5;
	font-size: 12px;
	line-height: 1;
}

.v-team-member-name {
	font-size: 19px;
	line-height: 1.6;
}

.v-team-member-box a.read-more {
	position: relative;
	font-size: 11px;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #7a7a7a;
}

.v-team-member-box p {
	color: rgb(122, 122, 122);
	direction: ltr;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
}

.v-team-member-box .read-more {
	border-bottom: 0px;
}

.v-team-member-box .read-more:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.v-team-member-box .widget {
	padding-bottom: 0px;
}

.v-team-member-box .v-team-member-img {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 auto;
	border-radius: 2px;
	height: 260px;
}

.v-team-member-box .v-team-member-img img {
	max-width: 100%;
	height: 100%;
	vertical-align: top;
	width: 100%;
}

.v-team-member-box .v-team-member-img .member-bg {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(bottom, rgba(0, 0, 0, 0.66), transparent);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.v-team-member-box .v-team-member-img .social-icons {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 36px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	color: #fff;
}

.v-team-member-box .v-team-member-img .social-icons a {
	width: 36px;
	height: 36px;
	color: inherit;
}

.v-team-member-box .v-team-member-img .social-icons a i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	bottom: auto;
	/*top: 34px;*/
	transition: top 0.3s ease-in-out;
	color: white;
}

.v-team-member-box .v-team-member-img .social-icons a:hover i {
	top: 0;
}

.v-team-member-box .v-team-member-img .social-icons a + .soc-tooltip {
	display: none;
}

.v-team-member-box .v-team-member-img:hover .member-bg {
	opacity: 1;
}

.v-team-member-box .v-team-member-img:hover .social-icons {
	opacity: 1;
}

.v-team-member-box .heading {
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	min-height: 91px;
}

.v-team-member-box .heading .v-team-member-info {
	padding-bottom: 10px;
	position: relative;
}

.v-team-member-box .member-info {
	padding: 8px 14px;
	display: block;
	background-color: white;
}

.v-team-member-box .heading .v-team-member-info > .v-team-member-name {
	top: 0;
	z-index: 1;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 0px;
}

.v-team-member-box .heading .v-team-member-info > .v-team-member-statu {
	padding-top: 0;
	position: relative;
	z-index: 1;
	opacity: 1;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.v-team-member-box .heading .read-more-block {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 23px;
	text-align: right;
	line-height: 1;
}

.v-team-member-box .v-team-member-desc {
	position: relative;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

.v-team-member-box .v-team-member-desc p {
	margin-bottom: 0;
}

.v-team-member-box .social-icons {
	position: relative;
	font-size: 16px;
	text-align: center;
}

.v-team-member-box ul.social-icons li {
	height: 36px;
	float: none;
}

.v-team-member-box ul.social-icons li:not(.sf-love) a {
	padding: 0px;
}

.v-team-member-box .social-icons a {
	position: relative;
	display: inline-block;
	width: 39px;
	height: 39px;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	line-height: 39px;
	text-align: center;
	background-color: transparent;
	transition: color 0.3s ease-out, top 0.3 sss ease-out;
}

.v-team-member-box .social-icons a:before {
	opacity: 1;
	transition: opacity 0.2s ease-out;
}

.v-team-member-box .social-icons a:hover {
	color: #fff;
}

.v-team-member-box .social-icons a:hover:before {
	opacity: 0;
}

.v-team-member-box .social-icons a:last-child {
	margin-right: 0px;
}

.v-team-member-box .social-icons a i {
	display: block;
	width: 39px;
	height: 39px;
	line-height: 39px;
	position: absolute;
	bottom: 37px;
	transition: bottom 0.3s ease-in-out;
}

.v-team-member-box ul.social-icons li a:hover i {
	top: 1% !important;
}

.v-team-member-box .social-icons.widget.social-icons-bottom-margin,
.v-team-member-box .social-icons.social-icons-bottom-margin {
	margin-bottom: 35px;
}

.v-team-member-box .widget.social-icons {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 10px;
}

.v-team-member-box .widget.social-icons h3 {
	margin-bottom: 23px;
}

.v-team-member-box .widget.social-icons a {
	color: #656565;
	transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.v-team-member-box .widget.social-icons a:hover {
	color: #fff;
}

.v-team-member-box .widget.social-icons.social-icons-small a i {
	bottom: 39px;
}

.v-team-member-box .widget.social-icons.social-icons-small a:hover i {
	bottom: 0;
}

.v-team-member-box .widget.social-icons.social-icons-small .soc-tooltip {
	display: none;
}

.v-team-member-box .widget.social-icons.social-icons-small.bordered a {
	margin-right: 2px;
}

.v-team-member-box .widget.social-icons.social-icons-small.bordered a:before {
	display: block;
	width: 39px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #ebebeb;
}

/* --------------------------------------------
	ICON SHORTCODE
-------------------------------------------- */

.v-icon {
	font-size: 30px;
	line-height: 32px;
	padding: 0;
	width: auto;
	background-image: none;
}

.icon-character {
	font-weight: bold;
	margin-left: 5px;
	margin-right: 12px;
}

.v-icon.medium {
	font-size: 36px !important;
	line-height: 36px !important;
	width: auto;
	height: 38px;
}

.feature-box-icon.small .v-icon {
	line-height: 30px;
	height: 30px;
}

.v-icon.v-icon-large {
	font-size: 50px;
	line-height: 69px;
	width: auto;
	height: 56px;
}

.feature-box-icon.cont-large .v-icon {
	line-height: 76px;
}

.feature-box-icon.cont-large .v-icon[class^="icon-"] {
	line-height: 92px;
}

.feature-box-icon.cont-large .icon-character {
	font-size: 80px;
}

.feature-box-icon .v-icon {
	padding: 0;
	display: block;
}

.feature-box-icon {
	padding: 20px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 30px;
	width: 30px;
	line-height: 12px;
	border: 2px solid transparent;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	background-size: 100% 100%;
	background-position: center center;
	transition: all 0.1s ease-in-out;
	border-color: #ebebeb;
}

.feature-box-icon:hover,
.sf-hover .feature-box-icon {
	background-image: url(/img/crease.svg);
}

.browser-ie .feature-box-icon:hover,
.browser-ie .sf-hover .feature-box-icon,
.browser-ie10 .feature-box-icon:hover,
.browser-ie10 .sf-hover .feature-box-icon {
	background-image: none;
}

.feature-box-icon.small {
	padding: 25px;
}

.feature-box-icon.small.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-box-icon.cont-large {
	padding: 37px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	width: 77px;
	height: 77px;
}

.v-icon.v-icon-large:before {
	font-size: 72px;
}

.v-icon-float-left {
	float: left;
	padding: 5px 10px 0 0;
}

.v-icon-float-right {
	float: right;
	padding: 5px 0 0 10px;
}

.icn-holder {
	display: inline-block;
}

.feature-box h3 > i[class*="icon-"] {
	vertical-align: -4px;
}

/* --------------------------------------------
	ICON BOX SHORTCODE
-------------------------------------------- */

.feature-box {
	display: block;
	position: relative;
	z-index: 2;
}

.feature-box.feature-box-st {
	text-align: center;
	padding: 10px;
}

.feature-box-st .feature-box-icon {
	margin-right: 0;
	margin-bottom: 5px;
}

.feature-box-st .v-icon {
	padding: 0;
}

.feature-box h3 > i {
	font-size: 1.3em;
	margin-right: 15px;
}

.feature-box.feature-box-st h3 {
	margin-bottom: 20px;
}

.feature-box.left-icon h3,
.feature-box.left-icon-v2 h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.feature-box.left-icon .feature-box-icon {
	float: left;
	position: relative;
}

.feature-box.left-icon-v2 > i {
	float: left;
	position: relative;
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	width: 40px;
}

.feature-box.left-icon-v2 > span {
	float: left;
	position: relative;
	font-size: 46px;
	line-height: 46px;
	text-align: center;
	width: 48px;
	margin-left: 0;
}

.feature-box.feature-box-secundary-two .v-icon {
	margin-bottom: 15px;
}

.feature-box.feature-box-secundary-two h3 {
	margin-top: 10px;
}

.feature-box[class*="feature-box-secundary-"] .feature-box-icon {
	background-image: url(/img/crease.svg);
	background-size: 100% 100%;
	background-position: center center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -32px;
	border-radius: 0 100px 100px;
	height: 30px;
	width: 30px;
	line-height: 12px;
	border: 0;
	margin: 0;
	transition: all 0.1s ease-in-out;
}

.browser-ie .feature-box[class*="feature-box-secundary-"] .feature-box-icon,
.browser-ie10 .feature-box[class*="feature-box-secundary-"] .feature-box-icon {
	background-image: none;
}

.feature-box.feature-box-secundary-three .feature-box-icon {
	right: 50%;
	margin-right: -35px;
}

.feature-box[class*="feature-box-secundary-"] .feature-box-text {
	background: #fff;
	padding: 40px 30px 40px 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.feature-box[class*="feature-box-secundary-"].left-icon-x .feature-box-icon {
	top: 35%;
	left: 0px;
}

.feature-box[class*="feature-box-secundary-"].left-icon-x .feature-box-text {
	/*width: 93%;*/
	margin-left: 35px;
	padding: 20px 30px 30px 50px;
}

.feature-box[class*="feature-box-secundary-"].left-icon-x h3,
.feature-box[class*="feature-box-secundary-"].left-icon-x .feature-box-text-inner {
	text-align: left;
}

.feature-box.feature-box-secundary-three .feature-box-text {
	padding: 60px 30px 65px 30px;
	padding-bottom: 40px;
}

.feature-box.feature-box-secundary-two .feature-box-text {
	padding-bottom: 30px;
	text-align: center;
}

.feature-box.feature-box-secundary-four .feature-box-text {
	padding: 25px 30px 20px;
}

.feature-box.feature-box-secundary-four h3 {
	margin-top: 0;
}

.feature-box .feature-box-text {
	display: block;
}

.feature-box.left-icon .feature-box-text {
	display: block;
	margin-left: 90px;
}

.feature-box.left-icon-v2 .feature-box-text {
	display: block;
	margin-left: 55px;
}

.feature-box.left-icon-v2 .feature-box-text h3 {
	margin-bottom: 8px;
	font-weight: 500;
	width: 100%;
}

.feature-box-text h3 {
	font-size: 1.7rem;
}

.feature-box.feature-box-secundary-three h3,
.feature-box.feature-box-secundary-three .feature-box-text-inner {
	text-align: center;
}

.feature-box[class*="feature-box-secundary-"] h3,
.feature-box[class*="feature-box-secundary-"] .feature-box-text-inner {
	font-weight: 500;
	text-align: center;
}

.feature-box-line {
	width: 50px;
	height: 2px;
	margin: 0 auto;
	display: block;
	background: #e4e4e4;
	margin-bottom: 20px;
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0 !important;
}

.sf-hover .feature-box-line {
	width: 100px;
}

.feature-box-text-inner {
	display: block;
	width: 100%;
	line-height: 165%;
}

.feature-box-text-inner p:last-child {
	margin-bottom: 0;
}

.feature-box-icon:hover .v-icon,
.sf-hover .feature-box-icon .v-icon,
.feature-box.feature-box-secundary-one .v-icon,
.feature-box.feature-box-secundary-three .v-icon {
	color: #ffffff;
}

.feature-box-icon:hover .icon-image,
.sf-hover .feature-box-icon .icon-image,
.feature-box.feature-box-secundary-one .icon-image,
.feature-box.feature-box-secundary-three .icon-image {
	filter: contrast(0) brightness(200%);
}

.feature-box .icon-white {
	color: #ffffff;
}

.feature-box-animated .back,
.feature-box-animated .back h3 {
	color: #ffffff !important;
}

/* --------------------------------------------
	BUTTON SHORTCODE
-------------------------------------------- */

.btn {
	padding: 9px 12px;
	outline: none !important;
}

.btn.v-btn {
	margin-bottom: 20px;
	outline: none !important;
}

.btn.v-btn,
input[type="submit"] {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	zoom: 1;
	margin-top: 25px;
	border-radius: 2px;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 0 #017d73;
	padding: 13px 20px 13px;
	font-weight: bold;
}

.btn.subscriber-button {
	margin-bottom: 0px;
	margin-right: 0px;
}

button.btn:not(.v-btn.v-second-dark):not(.v-btn.v-third-dark) {
	border: none;
}

.btn.v-btn.disabled {
	cursor: default !important;
	background: rgba(39, 174, 96, 0.8) !important;
	box-shadow: 0 1px 0 0 rgba(19, 154, 76, 0.9) !important;
}

.btn.v-btn-default:hover,
input[type="submit"]:hover {
	color: #fff;
	color: rgba(255, 255, 255, 1) !important;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
	background: #007c72 !important;
	transform: translateY(-3px);
}

.btn.v-btn.btn-danger {
	box-shadow: none;
	padding: 12px 16px;
	margin-bottom: 0px;
}

.btn.v-btn i {
	position: relative;
	top: 0px;
	font-size: 1.2em;
	margin-right: 8px;
}

.btn.v-btn i[class*="icon-"] {
	font-size: 1em;
}

.v-dropdown-box a.btn.v-btn {
	color: #eee;
	color: rgba(255, 255, 255, 0.8) !important;
}

.v-dropdown-box a.btn.v-btn:hover {
	color: #fff;
	color: rgba(255, 255, 255, 1) !important;
}

.btn.v-btn.special-icon {
	padding-left: 55px !important;
}

.btn.v-btn.special-icon i {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 37px;
	background: #017d73;
	text-align: center;
	line-height: 48px;
	margin-right: 0;
}

.btn.v-btn.special-icon i::after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #017d73;
	border-right: 0;
	border-bottom: 0;
	top: 50%;
	margin-top: -3px;
	right: -5px;
	transform: rotate(45deg);
	z-index: 8;
}

.btn.v-btn.special-icon:hover i,
.btn.v-btn.special-icon:hover i::after {
	/* background: #0f3a36; */
}

.v-btn.v-turqoise {
	background: rgba(26, 188, 156, 0.8);
	box-shadow: 0 1px 0 0 rgba(6, 168, 136, 0.9);
}

.btn.v-btn.v-turqoise.special-icon i::after,
.btn.v-btn.v-turqoise.special-icon i {
	background: rgba(6, 168, 136, 1);
}

.v-btn.v-turqoise:hover {
	background: rgba(26, 188, 156, 1);
	box-shadow: 0 1px 0 0 rgba(6, 168, 136, 1);
}

.v-btn.v-green-sea {
	background: rgba(22, 160, 133, 0.8);
	box-shadow: 0 1px 0 0 rgba(2, 140, 113, 0.9);
}

.btn.v-btn.v-green-sea.special-icon i::after,
.btn.v-btn.v-green-sea.special-icon i {
	background: rgba(2, 140, 113, 1);
}

.v-btn.v-green-sea:hover {
	background: rgba(22, 160, 133, 1);
	box-shadow: 0 1px 0 0 rgba(2, 140, 113, 1);
}

.v-btn.v-sunflower {
	background: rgba(241, 196, 15, 0.8);
	box-shadow: 0 1px 0 0 rgba(221, 176, 0, 0.9);
}

.btn.v-btn.v-sunflower.special-icon i::after,
.btn.v-btn.v-sunflower.special-icon i {
	background: rgba(221, 176, 0, 1);
}

.v-btn.v-sunflower:hover {
	background: rgba(241, 196, 15, 1);
	box-shadow: 0 1px 0 0 rgba(221, 176, 0, 1);
}

.v-btn.v-orange {
	background: rgba(243, 156, 18, 0.8);
	box-shadow: 0 1px 0 0 rgba(223, 136, 0, 0.9);
}

.btn.v-btn.v-orange.special-icon i::after,
.btn.v-orange.special-icon i {
	background: rgba(223, 136, 0, 1);
}

.v-btn.v-orange:hover {
	background: rgba(243, 156, 18, 1);
	box-shadow: 0 1px 0 0 rgba(223, 136, 0, 1);
}

.v-btn.v-emerald {
	background: rgba(46, 204, 113, 0.8) !important;
	box-shadow: 0 1px 0 0 rgba(26, 184, 93, 0.9) !important;
}

.v-btn.btn.v-emerald.special-icon i::after,
.btn.v-btn.v-emerald.special-icon i {
	background: rgba(26, 184, 93, 1);
}

.v-btn.v-emerald:hover {
	background: rgba(46, 204, 113, 1) !important;
	box-shadow: 0 1px 0 0 rgba(26, 184, 93, 1) !important;
}

.v-btn.v-nephritis {
	background: rgba(39, 174, 96, 0.8);
	box-shadow: 0 1px 0 0 rgba(19, 154, 76, 0.9);
}

.btn.v-btn.v-nephritis.special-icon i::after,
.btn.v-btn.v-nephritis.special-icon i {
	background: rgba(19, 154, 76, 1);
}

.v-btn.v-nephritis:hover {
	background: rgba(39, 174, 96, 1);
	box-shadow: 0 1px 0 0 rgba(19, 154, 76, 1);
}

.v-btn.v-carrot {
	background: rgba(230, 126, 34, 0.8);
	box-shadow: 0 1px 0 0 rgba(210, 106, 14, 0.9);
}

.btn.v-btn.v-carrot.special-icon i::after,
.btn.v-btn.v-carrot.special-icon i {
	background: rgba(210, 106, 14, 1);
}

.v-btn.v-carrot:hover {
	background: rgba(230, 126, 34, 1);
	box-shadow: 0 3px 0 0 rgba(210, 106, 14, 1);
}

.v-btn.v-pumpkin {
	background: rgba(211, 84, 0, 0.8);
	box-shadow: 0 1px 0 0 rgba(191, 64, 0, 0.9);
}

.btn.v-btn.v-pumpkin.special-icon i::after,
.btn.v-btn.v-pumpkin.special-icon i {
	background: rgba(191, 64, 0, 1);
}

.v-btn.v-pumpkin:hover {
	background: rgba(211, 84, 0, 1);
	box-shadow: 0 1px 0 0 rgba(191, 64, 0, 1);
}

.v-btn.v-btn.v-peter-river {
	background: rgba(52, 152, 219, 0.8);
	box-shadow: 0 1px 0 0 rgba(32, 132, 199, 0.9);
}

.btn.v-btn.v-btn.v-peter-river.special-icon i::after,
.btn.v-btn.v-btn.v-peter-river.special-icon i {
	background: rgba(32, 132, 199, 1);
}

.v-btn.v-peter-river:hover {
	background: rgba(52, 152, 219, 1);
	box-shadow: 0 1px 0 0 rgba(32, 132, 199, 1);
}

.v-btn.v-belize-hole {
	background: rgba(41, 128, 185, 0.8);
	box-shadow: 0 1px 0 0 rgba(21, 108, 165, 0.9);
}

.btn.v-btn.v-belize-hole.special-icon i::after,
.btn.v-btn.v-belize-hole.special-icon i {
	background: rgba(21, 108, 165, 1);
}

.v-btn.v-belize-hole:hover {
	background: rgba(41, 128, 185, 1);
	box-shadow: 0 3px 0 0 rgba(21, 108, 165, 1);
}

.v-btn.v-alizarin {
	background: rgba(231, 76, 60, 0.8);
	box-shadow: 0 1px 0 0 rgba(221, 56, 40, 0.9);
}

.btn.v-btn.v-alizarin.special-icon i::after,
.btn.v-btn.v-alizarin.special-icon i {
	background: rgba(221, 56, 40, 1);
}

.v-btn.v-alizarin:hover {
	background: rgba(231, 76, 60, 1);
	box-shadow: 0 1px 0 0 rgba(221, 56, 40, 1);
}

.v-btn.v-pomegranate {
	background: rgba(192, 57, 43, 0.8);
	box-shadow: 0 1px 0 0 rgba(172, 37, 23, 0.9);
}

.btn.v-btn.v-pomegranate.special-icon i::after,
.btn.v-btn.v-pomegranate.special-icon i {
	background: rgba(172, 37, 23, 1);
}

.v-btn.v-pomegranate:hover {
	background: rgba(192, 57, 43, 1);
	box-shadow: 0 3px 0 0 rgba(172, 37, 23, 1);
}

.v-btn.v-amethyst {
	background: rgba(155, 89, 182, 0.8);
	box-shadow: 0 1px 0 0 rgba(135, 69, 162, 0.9);
}

.btn.v-btn.v-amethyst.special-icon i::after,
.btn.v-btn.v-amethyst.special-icon i {
	background: rgba(135, 69, 162, 1);
}

.v-btn.v-amethyst:hover {
	background: rgba(155, 89, 182, 1);
	box-shadow: 0 1px 0 0 rgba(135, 69, 162, 1);
}

.v-btn.v-wisteria {
	background: rgba(142, 68, 173, 0.8);
	box-shadow: 0 1px 0 0 rgba(122, 48, 153, 0.9);
}

.btn.v-btn.v-wisteria.special-icon i::after,
.btn.v-btn.v-wisteria.special-icon i {
	background: rgba(122, 48, 153, 1);
}

.v-btn.v-wisteria:hover {
	background: rgba(142, 68, 173, 1);
	box-shadow: 0 1px 0 0 rgba(122, 48, 153, 1);
}

.v-btn.v-wet-asphalt {
	background: rgba(52, 73, 94, 0.8);
	box-shadow: 0 1px 0 0 rgba(32, 53, 74, 0.9);
}

.btn.v-btn.v-wet-asphalt.special-icon i::after,
.btn.v-btn.v-wet-asphalt.special-icon i {
	background: rgba(32, 53, 74, 1);
}

.v-btn.v-wet-asphalt:hover {
	background: rgba(52, 73, 94, 1);
	box-shadow: 0 1px 0 0 rgba(32, 53, 74, 1);
}

.v-btn.v-midnight-blue {
	background: rgba(44, 62, 80, 0.8);
	box-shadow: 0 1px 0 0 rgba(24, 42, 60, 0.9);
}

.btn.v-btn.v-midnight-blue.special-icon i::after,
.btn.v-btn.v-midnight-blue.special-icon i {
	background: rgba(24, 42, 60, 1);
}

.v-btn.v-midnight-blue:hover {
	background: rgba(44, 62, 80, 1);
	box-shadow: 0 1px 0 0 rgba(24, 42, 60, 1);
}

.v-btn.v-concrete {
	background: rgba(149, 165, 166, 0.8);
	box-shadow: 0 1px 0 0 rgba(129, 145, 146, 0.8);
}

.btn.v-btn.v-concrete.special-icon i::after,
.btn.v-btn.v-concrete.special-icon i {
	background: rgba(129, 145, 146, 1);
}

.v-btn.v-concrete:hover {
	background: rgba(149, 165, 166, 1);
	box-shadow: 0 1px 0 0 rgba(109, 125, 126, 0.8);
}

.v-btn.v-asbestos {
	background: rgba(127, 140, 141, 0.8);
	box-shadow: 0 1px 0 0 rgba(107, 120, 121, 0.9);
}

.btn.v-btn.v-asbestos.special-icon i::after,
.btn.v-btn.v-asbestos.special-icon i {
	background: rgba(107, 120, 121, 1);
}

.v-btn.v-asbestos:hover {
	background: rgba(127, 140, 141, 1);
	box-shadow: 0 1px 0 0 rgba(107, 120, 121, 1);
}

.v-btn.v-darkly {
	background: rgba(50, 52, 54, 0.8);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 3px 0 0 rgba(30, 32, 34, 0.8);
}

.btn.v-btn.v-darkly.special-icon i::after,
.btn.v-btn.v-darkly.special-icon i {
	background: rgba(30, 32, 34, 1);
}

.v-btn.v-darkly:hover {
	background: rgba(50, 52, 54, 0.8);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 3px 0 0 rgba(30, 32, 34, 0.9);
}

.v-btn.v-second-dark {
	background: transparent !important;
	border: solid 2px rgba(0, 0, 0, 0.6);
	color: #323436 !important;
	box-shadow: none;
	padding: 12px 25px 12px 25px !important;
}

.v-btn.v-second-dark:hover {
	background: #323436 !important;
	color: #fff !important;
	box-shadow: none;
}

.v-btn.v-third-dark {
	background: transparent !important;
	border: solid 2px #ececec;
	border-color: rgba(0, 0, 0, 0.1);
	color: #323436 !important;
	box-shadow: none;
	padding: 13px 40px 12px 40px !important;
}

.v-btn.v-yellow {
	background: #ffd62c !important;
	border: none;
	color: #323436 !important;
	box-shadow: none;
	padding: 15px 40px 13px 40px !important;
}

.v-btn.v-yellow:hover {
	background: #323436 !important;
	box-shadow: none;
	color: #fff !important;
}

.v-btn.v-third-dark:hover {
	background: #323436 !important;
	color: #fff !important;
	box-shadow: none;
	border-color: #323436;
}

.v-btn.v-second-light,
.v-third-light {
	background: transparent !important;
	border: solid 2px #fff;
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff !important;
	box-shadow: none !important;
	padding: 14px 30px !important;
}

.v-btn.v-second-light:hover {
	background: #fff !important;
	color: #000 !important;
}

.v-btn.v-third-light {
	background: #fff !important;
	color: #000 !important;
}

.v-btn.v-third-light:hover {
	background: transparent !important;
	color: #fff !important;
}

.btn.v-btn.no-three-d {
	box-shadow: none !important;
}

/*.btn.v-btn:not(.no-three-d):not(.btn-danger):not(.v-third-dark):not(.v-second-dark):active,
input[type=submit]:not(.no-three-d):not(.v-third-dark):not(.v-second-dark):active {
    top: 3px!important
}*/

.btn.v-btn i {
	margin-top: 0 !important;
}

.btn.v-btn.v-large-button {
	padding: 24px 30px 20px;
	font-size: 14px;
	letter-spacing: 2px;
}

.btn.v-btn.v-large-button.special-icon i {
	line-height: 60px;
}

.btn.v-btn.special-icon.v-large-button {
	padding-left: 60px !important;
}

.btn.v-btn.v-small-button,
input[type="submit"] {
	padding: 12px 16px 10px !important;
	font-size: 12px;
	letter-spacing: 1px;
}

.btn.v-btn.v-small-button {
	padding: 10px 18px 9px !important;
	font-weight: 600;
	letter-spacing: 0;
}

.btn.v-btn.v-small-button.special-icon i {
	line-height: 37px;
}

.btn.v-btn.special-icon.v-small-button {
	padding-left: 55px !important;
}

/* --------------------------------------------
	TABS SHORTCODE
-------------------------------------------- */

.tabs {
	border-radius: 4px;
	margin-bottom: 35px;
}

.nav-tabs {
	margin: 0;
	font-size: 0;
	border-bottom-color: #eee;
}

.nav-tabs li {
	display: inline-block;
	float: none;
	border-radius: 0px;
	margin-right: -1px;
	font-size: 13px;
	border-bottom: 1px solid #e4e4e4;
}

.nav-tabs > li > a {
	margin-right: 0px;
	border-radius: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: transparent;
}

.nav-tabs li:first-child a {
	border-top-left-radius: 3px;
	border-left: 1px solid #e4e4e4;
}

.nav-tabs li:last-child a {
	border-top-right-radius: 3px;
	margin-right: 0;
}

.nav-tabs > li {
	margin-bottom: 0px;
}

.nav > li > a {
	padding: 10px 18px;
}

.nav-tabs li a,
.nav-tabs li a:hover {
	border-bottom: none;
	border-right: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}

.nav-tabs li a:hover {
	border-bottom-color: transparent;
	box-shadow: none;
}

.nav-tabs li a:active,
.nav-tabs li a:focus {
	border-bottom: 0;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background-color: #f7f7f7;
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-bottom: 0px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.tab-content {
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #fff;
	border: 1px solid #eee;
	margin-top: -2px;
	padding: 20px;
}

.tabs.clean .tab-content {
	padding: 0px;
	padding-top: 20px;
	border: 0px solid #fff;
	box-shadow: none;
}

.tabs.clean.tabs-vertical .tab-content {
	padding: 0px;
	padding-left: 20px;
	border: 0px solid #fff;
	box-shadow: none;
}

/* Right Aligned */
.nav-tabs.nav-right {
	text-align: right;
}

/* Bottom Tabs */
.tabs.tabs-bottom .tab-content {
	border-radius: 3px 3px 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs {
	border-bottom: none;
	border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs li {
	margin-bottom: 0;
	margin-top: -1px;
}

.tabs.tabs-bottom .nav-tabs li:last-child a {
	margin-right: 0;
}

.tabs.tabs-bottom .nav-tabs li a {
	border-radius: 0 0 3px 3px;
	font-size: 14px;
	margin-right: 1px;
}

.tabs.tabs-bottom .nav-tabs li a,
.tabs.tabs-bottom .nav-tabs li a:hover {
	border-bottom: 3px solid #eee;
	border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs li a:hover {
	border-bottom: 3px solid #ccc;
	border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs li.active a,
.tabs.tabs-bottom .nav-tabs li.active a:hover,
.tabs.tabs-bottom .nav-tabs li.active a:focus {
	border-bottom: 3px solid #ccc;
	border-top-color: transparent;
}

/* Vertical */
.tabs-vertical {
	display: table;
	width: 100%;
}

.tabs-vertical .tab-content {
	display: table-cell;
	vertical-align: top;
}

.tabs-vertical .nav-tabs {
	border-bottom: none;
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	vertical-align: top;
}

.tabs-vertical .nav-tabs > li {
	display: block;
}

.tabs-vertical .nav-tabs > li a {
	border-radius: 0;
	display: block;
	padding-top: 10px;
}

.tabs-vertical .nav-tabs > li a,
.tabs-vertical .nav-tabs > li a:hover,
.tabs-vertical .nav-tabs > li a:focus {
	border-bottom: none;
	border-top: none;
}

.tabs-vertical .nav-tabs > li.active a,
.tabs-vertical .nav-tabs > li.active a:hover,
.tabs-vertical .nav-tabs > li.active:focus {
	border-top: none;
}

/* Vertical - Left Side */
.tabs-left .tab-content {
	border-radius: 0 3px 3px 3px;
}

.tabs-left .nav-tabs > li {
	margin-right: -2px;
}

.tabs-left .nav-tabs > li:first-child a:hover,
.tabs-left .nav-tabs > li:first-child a {
	border-radius: 3px 0 0 0;
	border-top: 1px solid #e4e4e4;
}

.tabs-left .nav-tabs > li:last-child a {
	border-radius: 0 0 0 3px;
}

.tabs-left .nav-tabs > li a {
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	margin-right: 1px;
	margin-left: -1px;
}

.nav-tabs > li a i.fa {
	width: 20px;
}

/* Vertical - Right Side */
.tabs-right .tab-content {
	border-radius: 5px 0 5px 5px;
	border-right: none;
}

.tabs-right .nav-tabs > li {
	margin-left: -1px;
}

.tabs-right .nav-tabs > li:first-child a {
	border-radius: 0 5px 0 0;
}

.tabs-right .nav-tabs > li:last-child a {
	border-radius: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}

.tabs-right .nav-tabs > li a {
	border-right: 3px solid #eee;
	border-left: 1px solid #eee;
	margin-right: 1px;
	margin-left: 1px;
}

.tabs-right .nav-tabs > li a:hover {
	border-right-color: #ccc;
}

.tabs-right .nav-tabs > li.active a,
.tabs-right .nav-tabs > li.active a:hover,
.tabs-right .nav-tabs > li.active a:focus {
	border-right: 3px solid #ccc;
	border-left: 1px solid #fff;
}

/* Justified */
.nav-tabs.nav-justified {
	margin-bottom: -1px;
}

.nav-tabs.nav-justified li {
	margin-bottom: 0;
}

.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover {
	border-radius: 5px 0 0 0;
}

.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover {
	border-radius: 0 5px 0 0;
}

.nav-tabs.nav-justified li a {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	margin-right: 0;
}

.nav-tabs.nav-justified li a:hover,
.nav-tabs.nav-justified li a:focus {
	border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
	background: #fff;
	border-left-color: #eee;
	border-right-color: #eee;
	border-top-width: 3px;
}

.nav-tabs.nav-justified li.active a {
	border-bottom: 1px solid #fff;
}

.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus {
	border-top-width: 3px;
}

.nav-tabs.nav-justified li.active a:hover {
	border-bottom: 1px solid #fff;
}

/* Bottom Tabs with Justified Nav */
.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
	border-top: none;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
	margin-right: 0;
	border-top-color: transparent;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
	border-radius: 0 0 0 5px;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
	margin-right: 0;
	border-radius: 0 0 5px 0;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
	border-top-color: transparent;
}

/* Responsive */
@media (max-width: 479px) {
	.tabs .nav.nav-tabs.nav-justified li {
		display: block;
		margin-bottom: -5px;
	}

	.tabs .nav.nav-tabs.nav-justified li a {
		border-top-width: 3px !important;
		border-bottom-width: 0 !important;
	}

	.tabs .nav.nav-tabs.nav-justified li:first-child a,
	.tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
		border-radius: 5px 5px 0 0;
	}

	.tabs .nav.nav-tabs.nav-justified li:last-child a,
	.tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
		border-radius: 0;
	}

	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
		margin-bottom: 0;
		margin-top: -5px;
	}

	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
		border-bottom-width: 3px !important;
		border-top-width: 0 !important;
	}

	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
		border-radius: 0;
	}

	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
		border-radius: 0 0 5px 5px;
	}
}

/* --------------------------------------------
	TAGLINE SHORTCODE
-------------------------------------------- */

.v-shadow-wrap {
	z-index: 1;
	position: relative;
}

/*Common Style*/
.v-box-shadow {
	background: #fff;
	position: relative;
}

.v-box-shadow:after,
.v-box-shadow:before {
	top: 80%;
	left: 5px;
	width: 50%;
	z-index: -1;
	content: "";
	bottom: 15px;
	max-width: 300px;
	background: #999;
	position: absolute;
}

/*Effect 1*/
.shadow-effect-1 {
	box-shadow: 0 10px 6px -6px #bbb;
}

/*Effect 2,3,4*/
.shadow-effect-2 {
	position: relative;
}

.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
	transform: rotate(-3deg);
	box-shadow: 0 15px 10px #999;
}

.shadow-effect-2:after,
.shadow-effect-4:after {
	left: auto;
	right: 5px;
	transform: rotate(3deg);
}

blockquote.hero {
	padding: 22px 25px;
	font-size: 16px;
	background: #f3f3f3;
	border-left-width: 2px;
	border-left-style: solid;
	margin-bottom: 50px;
}

/*Tag Boxes v1*/
.v-tagline-box-v1 {
	border: solid 1px #eee;
	border-top-width: 2px;
	border-top-style: solid;
}

/*Tag Boxes v2*/
.v-tagline-box-v2 {
	border: solid 1px #eee;
	border-left-width: 2px;
	border-left-style: solid;
}

.v-tagline-box {
	padding: 25px 30px;
	background: #fff;
	margin-bottom: 30px;
}

.v-tagline-box h1,
.v-tagline-box h2,
.v-tagline-box h3 {
	margin-top: 5px;
}

/* --------------------------------------------
	SOCIAL SHORTCODE
-------------------------------------------- */

ul.social-icons {
	height: auto;
	overflow: hidden;
	list-style: none !important;
}

ul.social-icons li {
	float: left;
	display: inline-block;
	/*height: 36px;*/
}

.share-links ul.social-icons li {
	height: 36px;
}

ul.social-icons.center li {
	float: none;
}

ul.social-icons li:not(.sf-love) a {
	display: inline-block;
	padding: 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all 0.35s;
}

ul.social-icons li:not(.sf-love) a i {
	display: block;
	height: 100%;
	position: relative;
	top: 1%;
	transition: top 0.35s;
	width: 100%;
	margin-bottom: 30px;
}

.browser-ie ul.social-icons li a {
	display: inline-block;
	padding: 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all 0.35s;
	color: #222;
}

.browser-ie ul.social-icons li a i {
	display: block;
	height: 100%;
	position: relative;
	top: 0%;
	transition: top 0.35s;
	width: 100%;
	margin-bottom: 31px;
}

ul.social-icons.light li a {
	color: #fff;
}

ul.social-icons.dark li a {
	color: #222;
}

ul.social-icons li a:hover {
	color: #fff !important;
}

ul.social-icons li a:hover i {
	top: -46px;
}

ul.social-icons.large li {
	height: 50px;
	margin-bottom: 10px;
}

ul.social-icons.large li a {
	padding: 14px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
}

ul.social-icons.large li a i {
	margin-top: 0;
}

ul.social-icons.large li a:hover i {
	top: -52px;
}

ul.social-icons li.twitter a:hover {
	background-color: #00aced;
}

ul.social-icons li.facebook a:hover {
	background-color: #3b5998;
}

ul.social-icons li.googleplus a:hover {
	background-color: #dd4b39;
}

ul.social-icons li.youtube a:hover {
	background-color: #bb0000;
}

ul.social-icons li.instagram a:hover {
	background-color: #517fa4;
}

ul.social-icons li.linkedin a:hover {
	background-color: #007bb6;
}

ul.social-icons li.pinterest a:hover {
	background-color: #cb2027;
}

ul.social-icons li.foursquare a:hover {
	background-color: #00aeef;
}

ul.social-icons li.flickr a:hover {
	background-color: #ff0084;
}

ul.social-icons li.tumblr a:hover {
	background-color: #32506d;
}

ul.social-icons li.vimeo a:hover {
	background-color: #aad450;
}

ul.social-icons li.dribbble a:hover {
	background-color: #ea4c89;
}

ul.social-icons li.skype a:hover {
	background-color: #0078ca;
}

ul.social-icons li.whatsapp a:hover {
	background-color: #128c7e;
}

ul.social-icons li.github a:hover {
	background-color: #333333;
}

ul.social-icons li.xing a:hover {
	background-color: #006567;
}

ul.social-icons li.mail a:hover {
	background-color: #666;
}

ul.social-icons li.page-link a:hover {
	background-color: #333;
}

.article-body-wrap .share-links ul li.sf-love > div a.like-info-inner {
	padding: 9px 0;
	width: 20px;
	vertical-align: 0px;
}

.article-body-wrap .share-links ul li.sf-love a:hover i {
	top: inherit;
}

.article-body-wrap .share-links ul li.sf-love > div span.like-count {
	display: inline;
	vertical-align: 0px;
}

ul.social-icons.standard.circle li a {
	border: 1px solid #e2e2e2;
	border-radius: 0 100px 100px;
	margin-right: 8px;
}

ul.social-icons.large.circle li a {
	border: 1px solid #e2e2e2;
	border-radius: 0 100px 100px;
	margin-right: 8px;
	padding: 13px;
}

ul.social-icons.std-menu {
	margin-bottom: 0px;
	margin-top: -3px;
}

ul.social-icons.std-menu li {
	height: 36px;
}

ul.social-icons.std-menu li a {
	font-size: 20px;
}

ul.social-icons.std-menu li a:hover i {
	top: 1%;
}

/* --------------------------------------------
	PRICING TABLE SHORTCODE
-------------------------------------------- */

.pricing-table {
	margin-bottom: 35px;
}

.v-bg-stylish .pricing-table {
	margin-top: 20px;
	margin-bottom: 0px;
}

.pricing-table:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pricing-table > div:first-child:not(.highlight) .pricing-column-content,
.pricing-table > div:first-child:not(.highlight) h3 {
	border-left: 1px solid #e4e4e4 !important;
}

.pricing-column {
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	background-color: #fff;
	transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-webkit-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
}

.pricing-column .pricing-column-content {
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 0px 0px 20px 0px;
}

.pricing-column .pricing-column-content .btn {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.pricing-column.highlight {
	position: relative;
	z-index: 100;
	margin: -20px -1px 0px -1px;
	background-color: #fff;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
}

.pricing-column.highlight ul.features {
	margin-bottom: 35px;
}

.pricing-column.highlight .nectar-button {
	margin: 10px 0px 20px 0px;
}

.pricing-column.highlight .pricing-column-content,
.pricing-column.highlight h3 {
	border: none;
	border-radius: 5px 5px 0px 0px;
}

.pricing-column.highlight h3 .highlight-reason {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: rgba(255, 255, 255, 0.7);
}

.pricing-column.highlight .pricing-column-content {
	border-right: 3px solid #009588;
	border-left: 3px solid #009588;
	border-bottom: 3px solid #009588;
	border-radius: 0px 0px 5px 5px;
}

.pricing-column.highlight:hover {
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
}

.pricing-column ul li {
	color: #888 !important;
	padding: 10px 20px;
	list-style: none;
	line-height: 18px;
	border-bottom: 1px solid #efefef;
}

.pricing-column ul li i.fa {
	width: 20px;
	margin-right: 3px;
}

.pricing-column ul li:first-child {
	border-top: 1px solid #efefef;
}

.pricing-column ul li:nth-child(2n + 1) {
	background-color: #fbfbfb;
}

.pricing-column.highlight h3 {
	color: #fff !important;
	padding: 15px 0px;
	margin-bottom: 0px !important;
	padding-top: 20px;
}

.toggle .pricing-column h3 {
	font-size: 26px !important;
}

.pricing-column h3 {
	background-color: rgba(252, 252, 252, 0.75);
	margin-bottom: 0px;
	font-size: 26px;
	line-height: 28px !important;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #e4e4e4;
	padding: 20px 0px 18px 0px;
	margin-top: 0px;
}

.pricing-column h4 {
	margin-left: -22px;
	padding: 20px 30px 20px 30px;
	font-size: 54px !important;
	line-height: 42px !important;
	color: #333;
	margin-bottom: 0px;
	margin-top: 0px;
}

.pricing-column h4 .dollar-sign {
	font-size: 22px;
	line-height: 22px;
	top: -24px;
	right: -10px;
	position: relative;
}

.pricing-column h5 {
	padding: 15px 30px 0px 30px;
	font-size: 32px !important;
	line-height: 42px !important;
	color: #333;
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-column h5 .dollar-sign {
	font-size: 22px;
	line-height: 34px;
	top: -12px;
	right: 0px;
	position: relative;
}

.pricing-column .pricing-column-content .save-discount {
	background-color: #dcf7f7;
	color: #009588;
	font-weight: 700;
	padding: 5px 15px;
}

.pricing-column div.save-discount-filler {
	min-height: 20px;
}

.pricing-column .discounted-price::content {
	text-decoration: line-through;
}

.strike {
	text-decoration: line-through;
}

.pricing-column .interval {
	display: block;
	color: #999;
	min-height: 38px;
	padding-bottom: 17px;
}

.pricing-column ul {
	margin-left: 0px;
}

.pricing-table.six-cols > div {
	width: 16.5%;
}

.pricing-table.five-cols > div {
	width: 20%;
}

.pricing-table.four-cols > div {
	width: 25%;
}

.pricing-table.three-cols > div {
	width: 33.2%;
}

.pricing-table.two-cols > div {
	width: 50%;
}

.pricing-table .col {
	padding: 0px 20px;
}

.col .pricing-table h3 {
	margin-bottom: 0px;
}

/* --------------------------------------------
	CLIENTS SHORTCODE
-------------------------------------------- */

ul.v-clients-items {
	list-style: none;
}

.v-clients-item {
	float: left;
	margin-bottom: 30px;
}

.v-clients-widget-v2.v-bg-stylish {
	padding-top: 25px;
	padding-bottom: 25px;
}

.v-clients-widget-v2 h4 {
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}

/* --------------------------------------------
	DIVIDER SHORTCODE
-------------------------------------------- */

.divider-wrap {
	margin: 40px 0px;
}

.v-divider {
	display: block;
	border-bottom-width: 1px;
	margin-bottom: 30px;
}

.v-divider.v-bg-stylish {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none;
}

.v-divider.standard {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.v-divider.thin {
	border-bottom-style: solid;
}

.v-divider.dotted {
	border-bottom-style: dotted;
}

.v-divider.v-up {
	padding: 0;
}

.v-divider.v-up a {
	text-align: right;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	margin-bottom: 30px;
	border-color: #e4e4e4;
}

.v-divider.v-up-v1 {
	position: relative;
	height: 9px;
	border-bottom: 1px solid transparent;
}

.v-divider.v-up-v2 {
	position: relative;
	height: 10px;
	border-bottom: 1px solid transparent;
}

.v-divider.v-up-v1 a,
.v-divider.v-up-v2 a {
	position: absolute;
	right: 0;
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	background: #ffffff;
}

.v-divider.v-up-v2 a i {
	padding-left: 6px;
	vertical-align: -1px;
}

.v-divider,
.v-divider.v-up-v1,
.v-divider.v-up-v2 {
	border-color: #e4e4e4;
}

.v-divider-v2 {
	border: 0;
	margin: 40px 0;
	height: 4px;
	border-top: #e4e4e4 1px solid;
	border-bottom: #e4e4e4 1px solid;
	text-align: center;
	position: relative;
	clear: both;
	color: #2e363f;
	width: 50%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.v-divider-v2 i[class*="icon-"],
.v-divider-v2 .fa {
	color: #bbb;
	background: #f7f7f7;
	text-align: center;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	font-size: 30px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin: 0 auto 0 -25px;
}

.v-divider-v2 i[class*="icon-"] {
	top: -20px;
}

/* --------------------------------------------
	COUNT SHORTCODE
-------------------------------------------- */

.v-counter {
	text-align: center;
	padding: 20px 0;
	padding-top: 25px;
}

.v-counter .count-number {
	font-size: 50px;
	font-weight: 500;
	color: #4a4a4a;
}

.v-counter .count-divider {
	width: 100%;
	text-align: center;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.v-counter .count-divider span {
	background: #e4e4e4;
	width: 0px;
	height: 3px;
	display: inline-block;
}

.v-counter .v-counter-text {
	opacity: 0;
	bottom: -15px;
	position: relative;
	padding-top: 12px;

	font-weight: 600 !important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.v-counter-wrap .v-icon {
	font-size: 44px;
	line-height: 45px;
	height: 45px;
}

.v-counter h6.v-counter-text {
	letter-spacing: 1px;
}

.v-bg-stylish-v5 .v-counter-wrap .v-icon {
	color: #ffffff;
}

.v-counter-wrap.white .v-icon,
.v-counter-wrap.white .count-number,
.v-counter-wrap.white .v-counter-text,
.v-counter-wrap.white .v-counter-text {
	color: white;
}

/* --------------------------------------------
	TEXT BLOCK SHORTCODE
-------------------------------------------- */

.v-text-section ul,
.v-boxed-content-wrap ul {
	list-style: disc inside none;
}

.v-text-section {
	margin-bottom: 10px;
}

.v-full-width-text {
	padding-top: 50px;
	padding-bottom: 50px !important;
	position: relative;
}

.v-full-width-text:after {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	content: "";
	position: absolute;
	bottom: -20px;
	width: 40px;
	height: 40px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	transform: rotate(45deg);
	background-color: #f7f7f7;
}

.v-full-width-text a.btn {
	margin: 0 10px 0px 0 !important;
}

.v-full-width-text .heading-wrap,
.v-parallax .heading-wrap {
	text-align: center;
}

.v-full-width-text h4.v-heading,
.v-testimonial-slide-widget h4.v-heading,
.v-tweets-slide-widget h4.v-heading,
.v-parallax h4.v-heading {
	display: inline-block;
}

.v-full-width-text h4.v-heading span,
.v-testimonial-slide-widget h4.v-heading span,
.v-tweets-slide-widget h4.v-heading span,
.v-bg-stylish h4.v-heading span,
.v-parallax h4.v-heading span {
	padding: 0 0 5px;
}

.v-parallax h4.v-heading span {
	background: transparent;
}

.v-full-width-text p {
	margin-bottom: 20px;
}

.v-full-width-text p:last-child {
	margin-bottom: 0;
}

.v-full-width-text .v-wrapper {
	padding: 0 15px;
}

/* --------------------------------------------
	BOXED CONTENT SHORTCODE
-------------------------------------------- */

.v-boxed-content .v-boxed-content-wrap {
	border-radius: 2px;
	padding: 30px;
}

.v-boxed-content .v-boxed-content-wrap p:last-child {
	margin-bottom: 0;
}

.v-boxed-content.whitestroke .v-boxed-content-wrap {
	border: 1px solid transparent;
	background-color: #fff;
	border-color: #e4e4e4;
}

.v-boxed-content.coloured .v-boxed-content-wrap {
	background: #222222;
	color: #fff;
}

/* --------------------------------------------
	ALERT SHORTCODE
-------------------------------------------- */

.alert {
	height: auto;
	line-height: 16px;
	overflow: hidden;
	padding: 13px 15px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	border-radius: 0;
	border: 0;
	background-color: #ffd56c;
	color: #222;
}

.alert .messagebox_text {
	background: none;
	padding-left: 0;
}

.alert .messagebox_text p {
	float: left;
	margin-bottom: 0;
}

.alert .messagebox_text p strong {
	letter-spacing: normal !important;
}

.alert .messagebox_text:before {
	content: "\f05a";
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	display: block;
	text-decoration: inherit;
	width: 10px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
	font-size: 19px;
	text-indent: 0;
}

.alert.alert-info .messagebox_text:before {
	content: "\f05a";
}

.alert.alert-error .messagebox_text:before {
	content: "\f057";
}

.alert.alert-success .messagebox_text:before {
	content: "\f00c";
}

.alert.alert-info {
	background-color: #5adcff;
}

.alert.alert-error {
	background-color: #fe504f;
}

.alert.alert-success {
	background-color: #51e3a8;
}

.alert-success {
	background-color: #97f3ce;
	border-color: #73e4b7;
	color: #20533e;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
}

.alert-info {
	background-color: #5adcff;
	border-color: #39d0f8;
	color: #204b61;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
}

.alert-warning {
	background-color: #fad883;
	border-color: #fac951;
	color: #554222;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
}

.alert-danger {
	background-color: #fa7a7a;
	border-color: #fa6867;
	color: #421918;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
}

.alert-icon {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 0px;
	border: 1px solid transparent;
}

.alert-success-icon {
	border-color: #73e4b7;
	color: #20533e;
	background: #97f3ce url("/img/base/icon-box-success.png") no-repeat 12px 8px;
	padding: 10px 20px 10px 44px;
	border-left-width: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
}

.alert-warning-icon {
	border-color: #fac951;
	color: #554222;
	background: #fad883 url("/img/base/icon-box-notice.png") no-repeat 12px 8px;
	padding: 10px 20px 10px 44px;
	border-left-width: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
}

.alert-info-icon {
	border-color: #39d0f8;
	color: #204b61;
	background: #5adcff url("/img/base/icon-box-info.png") no-repeat 12px 8px;
	padding: 10px 20px 10px 44px;
	border-left-width: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
}

.alert-danger-icon {
	border-color: #fa6867;
	color: #421918;
	background: #fa7a7a url("/img/base/icon-box-error.png") no-repeat 12px 8px;
	padding: 10px 20px 10px 44px;
	border-left-width: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.05);
}

/* --------------------------------------------
	IMAGE SHORTCODE
-------------------------------------------- */

.glowframe img {
	border: 6px solid transparent;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.borderframe img {
	border: 6px solid transparent;
	width: 100%;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #eeeeee;
}

.shadowframe figure {
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
}

/* --------------------------------------------
	SEARCH SHORTCODE
-------------------------------------------- */

.search-widget {
	margin-bottom: 0;
}

.search-widget input {
	margin: 25px 0;
	width: 80%;
	padding: 10px 5% 10px 30px;
}

/* --------------------------------------------
	HR SHORTCODE
-------------------------------------------- */

.horizontal-break {
	height: 2px;
	width: 50px;
	margin: 20px auto 25px;
	background-color: #dadada;
}

.horizontal-break.left {
	margin-left: 0px !important;
}

.horizontal-break.right {
	margin-right: 0px !important;
}

/* --------------------------------------------
	CLIENT BOX SHORTCODE
-------------------------------------------- */

.client-box {
	width: 228px;
	height: auto;
	background-color: #fafafa;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin: 0 2px 7px 5px;
}

.client-box img {
	width: 100%;
	height: auto;
	display: block;
}

/* --------------------------------------------
	TYPOGRAPHY SHORTCODE
-------------------------------------------- */

span.highlighted {
	padding: 1px 3px;
	border-radius: 1px;
	margin-right: 2px;
	color: #fff;
}

span.dropcap1,
span.dropcap2 {
	float: left;
	padding: 11px 0px 9px;
	margin-right: 8px;
	font-size: 46px;
	font-style: normal;
}

span.dropcap3,
span.dropcap4 {
	float: left;
	font-style: normal;
	font-size: 18px;
	padding: 6px 10px 6px 11px;
	margin: 4px 10px 2px 0;
	border-radius: 2px;
}

span.dropcap3 {
	background: #000;
	color: #fff;
}

span.dropcap4 {
	border-radius: 30px;
	color: #ffffff;
}

blockquote {
	border-left: 0;
	padding: 10px 0;
}

blockquote,
blockquote p {
	font-size: 15px;
	line-height: 24px;
	font-style: italic;
}

blockquote.blockquote1,
blockquote.blockquote1 p {
	font-size: 12px;
	line-height: 18px;
}

blockquote.blockquote2,
blockquote.blockquote1 p,
blockquote.pullquote,
blockquote.pullquote p {
	font-size: 13px;
	line-height: 22px;
}

blockquote.pullquote {
	border-left: 2px solid transparent;
	padding: 0 0 0 20px;
	margin-left: 25px;
}

.decorative-ampersand {
	font-family: "Vidaloka", serif;
	font-size: 24px;
}

/* --------------------------------------------
	LIST SHORTCODE
-------------------------------------------- */

.v-list {
	margin-left: 0;
	list-style: none !important;
}

.v-list li {
	padding: 2px 0;
	line-height: 182%;
}

.v-list li i {
	margin-right: 10px;
	width: 10px;
}

.v-list-v2 {
	margin-left: 0;
	list-style: none !important;
}

.v-list-v2 li {
	padding: 5px 0;
	line-height: 185%;
	border-bottom: 1px solid rgb(240, 240, 240);
}

.v-list-v2 li i {
	margin-right: 8px;
	width: 13px;
}

.v-list h3 {
	display: inline-block;
	margin-bottom: 6px;
}

/* --------------------------------------------
	PROGRESS SHORTCODE
-------------------------------------------- */

.progress {
	border-radius: 2px;
	height: 7px;
	background: #fafafa;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	overflow: visible;
}

.progress-bar {
	box-shadow: none;
	position: relative;
	border-radius: 2px;
}

span.progress-bar-tooltip {
	position: absolute;
	padding: 3px 5px;
	padding-top: 2px;
	background-color: #333;
	color: #fff;
	line-height: 15px;
	font-size: 11px;
	display: block;
	top: -28px;
	right: 2px;
	border-radius: 3px;
	filter: alpha(opacity=0);
	opacity: 0;
}

span.progress-bar-tooltip:after {
	border-color: #333 transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: "";
	display: block;
	left: 13px;
	position: absolute;
	width: 0;
}

.progress-label {
	margin-bottom: 2px;
}

/* --------------------------------------------
	CIRCLE CHART SHORTCODE
-------------------------------------------- */

.v-circle-chart {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.v-circle-chart.chart-center {
	margin: 0 auto;
}

.v-circle-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.v-circle-chart span {
	font-size: 14px;
	vertical-align: -1px;
}

.v-circle-chart.chart-70 span i[class*="icon-"] {
	vertical-align: -2px;
}

.v-circle-chart.v-circle-x span i[class*="icon-"] {
	vertical-align: -2px;
}

.v-circle-chart.v-circle-x span {
	font-size: 36px;
	vertical-align: 0px;
}

/* --------------------------------------------
	LATEST TWEET SHORTCODE
-------------------------------------------- */

.latest-tweet ul {
	margin-bottom: 10px;
	list-style: none !important;
}

.latest-tweet ul li {
	margin-left: 0;
}

.latest-tweet p {
	margin-bottom: 0;
}

.latest-tweet .tweet-author {
	margin-right: 4px;
	font-weight: bold;
}

.latest-tweet .tweet-date {
	text-decoration: none;
	color: #999;
	margin-left: 5px;
	display: inline-block;
}

/* --------------------------------------------
	ACCORDION SHORTCODE
-------------------------------------------- */

.panel-group .panel-heading {
	padding: 0;
	border-radius: 3px;
}

.panel-group .panel-heading a {
	display: block;
	padding: 12px 15px;
	font-size: 13px;
	background-color: #ffffff;
	font-weight: 600;
}

.panel-group .panel-heading a.accordion-toggle.collapsed {
	box-shadow: none;
	background-color: rgb(251, 251, 251);
}

.panel-group .panel-heading a.accordion-toggle {
	background-color: #ffffff;
}

.panel-group .panel-heading a i.fa {
	width: 20px;
	font-size: 15px;
	margin-right: 2px;
}

.panel-group .panel-heading a:hover,
.panel-group .panel-heading a:focus {
	text-decoration: none;
}

.panel-group .panel-heading a [class^="icon-"] {
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.panel-group.secundary .panel-heading a {
	color: #fff;
}

/* --------------------------------------------
	PROCESS STEPS SHORTCODE
-------------------------------------------- */

.v-process-steps {
	text-align: center;
}

.v-process-steps .feature-box {
	padding-left: 15px;
	padding-right: 15px;
}

.v-process-steps .feature-box-icon {
	width: 80px;
	height: 80px;
	line-height: 81px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.v-process-steps .feature-box-icon.small .v-icon {
	line-height: 81px;
}

.v-process-steps.three-columns .feature-box-icon.small .v-icon {
	line-height: 150px;
}

.v-process-steps ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.v-process-steps ul li {
	display: inline-block;
	float: left;
	margin: 0;
}

.v-process-steps.four-columns ul li {
	width: 25%;
}

.v-process-steps.three-columns ul li {
	width: 33.33%;
}

.v-process-steps.five-columns ul li {
	width: 20%;
}

.v-process-steps ul:before {
	position: absolute;
	left: 100px;
	display: block;
	width: 83%;
	height: 0;
	border-top: 1px dashed #b1b1b1;
	content: "";
	top: 56px;
	z-index: 0 !important;
}

.v-process-steps.three-columns .feature-box-icon {
	width: 160px;
	height: 160px;
	border-radius: 90px;
	line-height: 160px;
	font-size: 55px;
}

.v-process-steps.three-columns ul:before {
	top: 110px;
	left: 150px;
	width: 70%;
}

.v-process-steps.five-columns ul:before,
.v-process-steps.four-columns ul:before {
	top: 74px;
}

.v-process-steps .v-icon {
	font-size: 40px;
}

/* Form - iOS Override */
/* input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bdbdbd;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bdbdbd;
} */

/* Form - Bootstrap Override */
.btn-lg,
.btn-group-lg > .btn {
	line-height: 1.334;
}

select.input-sm,
select.input-lg {
	line-height: 1;
}

/* Form - Custom Fields */
.required {
	display: inline-block;
	color: #d2322d;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	top: -0.2em;
}

label.error {
	color: #b94a48;
	margin-top: 2px;
}

/* Form - Group Override */
.form-group:after {
	clear: both;
	display: block;
	content: "";
}

.form-group:last-child,
.form-group:last-of-type {
	margin-bottom: 0;
}

/* Form - Bordered */
.form-bordered .form-group {
	border-bottom: 1px solid #eff2f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.form-bordered .form-group:last-child,
.form-bordered .form-group:last-of-type {
	border-bottom: none !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

/* Form - Vertical Group / Stacked */
.form-group-vertical {
	position: relative;
	white-space: nowrap;
}

.form-group-vertical .form-control {
	border-radius: 0;
	margin-top: -1px;
	z-index: 1;
}

.form-group-vertical .form-control:first-child,
.form-group-vertical .form-control:first-of-type {
	border-radius: 4px 4px 0 0;
}

.form-group-vertical .form-control:last-child,
.form-group-vertical .form-control:last-of-type {
	border-radius: 0 0 4px 4px;
}

.form-group-vertical .form-control:focus {
	position: relative;
	z-index: 2;
}

.form-group-vertical .input-group {
	margin-top: -1px;
}

.form-group-vertical .input-group .form-control {
	margin-top: 0;
}

.form-group-vertical .input-group:first-child .input-group-addon,
.form-group-vertical .input-group:first-of-type .input-group-addon {
	border-radius: 4px 0 0 0;
}

.form-group-vertical .input-group:first-child .form-control,
.form-group-vertical .input-group:first-of-type .form-control {
	border-radius: 0 4px 0 0;
}

.form-group-vertical .input-group:last-child .input-group-addon,
.form-group-vertical .input-group:last-of-type .input-group-addon {
	border-radius: 0 0 0 4px;
}

.form-group-vertical .input-group:last-child .form-control,
.form-group-vertical .input-group:last-of-type .form-control {
	border-radius: 0 0 4px 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .input-group-addon,
.form-group-vertical .input-group.input-group-icon:first-of-type .input-group-addon {
	border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .form-control,
.form-group-vertical .input-group.input-group-icon:first-of-type .form-control {
	border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:last-child .input-group-addon,
.form-group-vertical .input-group.input-group-icon:last-of-type .input-group-addon {
	border-radius: 0 0 4px 4px;
}

.form-group-vertical .input-group.input-group-icon:last-child .form-control,
.form-group-vertical .input-group.input-group-icon:last-of-type .form-control {
	border-radius: 0 0 4px 4px;
}

/* Form - Input Override */
.input-lg {
	border-radius: 4px;
}

/* Form - Input Icon */
.input-group-icon,
.input-search {
	width: 100%;
	table-layout: fixed;
}

.input-group-icon input.form-control,
.input-search input.form-control {
	font-size: 12px;
	font-size: 1.2rem;
	padding-right: 36px;
}

.input-group-icon input.form-control:first-child,
.input-group-icon input.form-control:last-child,
.input-search input.form-control:first-child,
.input-search input.form-control:last-child {
	border-radius: 4px;
}

.input-group-icon .input-group-btn,
.input-search .input-group-btn {
	border-radius: 500px;
	width: 0;
}

.input-group-icon .input-group-btn:first-child,
.input-group-icon .input-group-btn:last-child,
.input-search .input-group-btn:first-child,
.input-search .input-group-btn:last-child {
	border-radius: 500px;
}

.input-group-icon .input-group-btn button,
.input-search .input-group-btn button {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border: 0;
	z-index: 3;
	background: transparent;
}

.input-group-icon .input-group-btn button:active,
.input-search .input-group-btn button:active {
	box-shadow: none;
}

.input-group-icon .input-group-btn:last-child button,
.input-search .input-group-btn:last-child button {
	left: auto;
	right: 0;
}

.input-group-icon .input-group-btn + input.form-control,
.input-search .input-group-btn + input.form-control {
	padding-right: 12px;
	padding-left: 36px;
}

.input-group-icon .input-group-addon,
.input-search .input-group-addon {
	position: relative;
	padding: 0;
	border: 0 none;
	width: 0;
}

.input-group-icon .input-group-addon span.icon,
.input-search .input-group-addon span.icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: 0;
	z-index: 3;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 10px 12px;
	background: transparent;
	line-height: 1.42857143;
	box-sizing: content-box;
	pointer-events: none;
}

.input-group-icon .input-group-addon span.icon.icon-lg,
.input-search .input-group-addon span.icon.icon-lg {
	padding: 10px 14px;
	font-size: 18px;
}

.input-group-icon .input-group-addon:last-child span.icon,
.input-search .input-group-addon:last-child span.icon {
	left: auto;
	right: 0;
}

.input-group-icon .input-group-addon + input.form-control,
.input-search .input-group-addon + input.form-control {
	padding-right: 12px;
	padding-left: 36px;
}

/* Form - Round Input */
input.input-rounded {
	border-radius: 500px;
}

.input-group-rounded input.form-control,
.input-search input.form-control {
	border-radius: 500px;
}

.input-group-rounded input.form-control:first-child,
.input-group-rounded input.form-control:last-child,
.input-search input.form-control:first-child,
.input-search input.form-control:last-child {
	border-radius: 500px;
}

.input-group-rounded .input-group-addon:first-child,
.input-search .input-group-addon:first-child {
	border-radius: 500px 0 0 500px;
}

.input-group-rounded .input-group-addon:last-child,
.input-search .input-group-addon:last-child {
	border-radius: 0 500px 500px 0;
}

/* Form - Custom Checkbox */
.checkbox-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.checkbox-custom.checkbox-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .checkbox-custom.checkbox-inline {
	margin-top: 7px;
	padding-top: 0;
}

.checkbox-custom:last-child,
.checkbox-custom:last-of-type {
	margin-bottom: 0;
}

.checkbox-custom input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.checkbox-custom input[type="checkbox"]:checked + label:after {
	position: absolute;
	display: inline-block;
	font-family: "FontAwesome";
	content: "\F00C";
	top: 50%;
	left: 4px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}

.checkbox-custom input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

.checkbox-custom input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
}

.checkbox-custom input[type="checkbox"]:disabled + label:before {
	background-color: #eee;
}

.checkbox-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}

.checkbox-custom label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}

.checkbox-custom label + label.error {
	display: block;
}

.checkbox-primary input[type="checkbox"]:checked + label:after {
	color: #fff;
}

.checkbox-primary label:before {
	background: #cccccc;
	border-color: #bfbfbf;
}

.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #cccccc;
}

.checkbox-success input[type="checkbox"]:checked + label:after {
	color: #fff;
}

.checkbox-success label:before {
	background: #47a447;
	border-color: #3f923f;
}

.checkbox-text-success input[type="checkbox"]:checked + label:after {
	color: #47a447;
}

.checkbox-warning input[type="checkbox"]:checked + label:after {
	color: #fff;
}

.checkbox-warning label:before {
	background: #ed9c28;
	border-color: #e89113;
}

.checkbox-text-warning input[type="checkbox"]:checked + label:after {
	color: #ed9c28;
}

.checkbox-danger input[type="checkbox"]:checked + label:after {
	color: #fff;
}

.checkbox-danger label:before {
	background: #d2322d;
	border-color: #bd2d29;
}

.checkbox-text-danger input[type="checkbox"]:checked + label:after {
	color: #d2322d;
}

.checkbox-info input[type="checkbox"]:checked + label:after {
	color: #fff;
}

.checkbox-info label:before {
	background: #5bc0de;
	border-color: #46b8da;
}

.checkbox-text-info input[type="checkbox"]:checked + label:after {
	color: #5bc0de;
}

/* Form - Custom Radio */
.radio-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.radio-custom.radio-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
	margin-top: 7px;
	padding-top: 0;
}

.radio-custom:last-child,
.radio-custom:last-of-type {
	margin-bottom: 0;
}

.radio-custom input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -5px;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	width: 10px;
	height: 10px;
	background-color: #444;
	border-radius: 50px;
	box-shadow: 0px 0px 1px #444;
}

.radio-custom input[type="radio"]:disabled {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
	color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
	background-color: #eee;
}

.radio-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}

.radio-custom label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #bbb;
	background: #fff;
}

.radio-custom label + label.error {
	display: block;
}

.radio-primary input[type="radio"]:checked + label:after {
	background: #cccccc;
	box-shadow: 0px 0px 1px #cccccc;
}

.radio-success input[type="radio"]:checked + label:after {
	background: #47a447;
	box-shadow: 0px 0px 1px #47a447;
}

.radio-warning input[type="radio"]:checked + label:after {
	background: #ed9c28;
	box-shadow: 0px 0px 1px #ed9c28;
}

.radio-danger input[type="radio"]:checked + label:after {
	background: #d2322d;
	box-shadow: 0px 0px 1px #d2322d;
}

.radio-info input[type="radio"]:checked + label:after {
	background: #5bc0de;
	box-shadow: 0px 0px 1px #5bc0de;
}

/* Form - Error Container */
div.validation-message ul {
	display: none;
	list-style: none;
	margin: -15px -15px 15px -15px;
	padding: 15px;
	border-bottom: 1px solid #ffcbcb;
	background: #ffefef;
}

div.validation-message ul label.error {
	display: block;
	padding-left: 22px;
	position: relative;
}

div.validation-message ul label.error:before {
	font-family: "FontAwesome";
	content: "\f00d";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #d9534f;
	display: inline-block;
}

.introjs-overlay{position:absolute;box-sizing:content-box;z-index:999999;background-color:#000;opacity:0;background:radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,.4) 0,rgba(0,0,0,.9) 100%);transition:all .3s ease-out}.introjs-fixParent{z-index:auto!important;opacity:1!important;transform:none!important}.introjs-showElement,tr.introjs-showElement>td,tr.introjs-showElement>th{z-index:9999999!important}.introjs-disableInteraction{z-index:99999999!important;position:absolute;background-color:#fff;opacity:0}.introjs-relativePosition,tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative}.introjs-helperLayer{box-sizing:content-box;position:absolute;z-index:9999998;background-color:#fff;background-color:rgba(255,255,255,.9);border:1px solid #777;border:1px solid rgba(0,0,0,.5);border-radius:4px;box-shadow:0 2px 15px rgba(0,0,0,.4);transition:all .3s ease-out}.introjs-tooltipReferenceLayer{box-sizing:content-box;position:absolute;visibility:hidden;z-index:100000000;background-color:transparent;transition:all .3s ease-out}.introjs-helperLayer *,.introjs-helperLayer :after,.introjs-helperLayer :before{-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box}.introjs-helperNumberLayer{box-sizing:content-box;position:absolute;visibility:visible;top:-16px;left:-16px;z-index:9999999999!important;padding:2px;font-family:Arial,verdana,tahoma;font-size:13px;font-weight:700;color:#fff;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.3);background:#ff3019;background:linear-gradient(to bottom,#ff3019 0,#cf0404 100%);width:20px;height:20px;line-height:20px;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.4)}.introjs-arrow{border:5px solid transparent;content:'';position:absolute}.introjs-arrow.top{top:-10px;border-bottom-color:#fff}.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:#fff}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:#fff}.introjs-arrow.right{right:-10px;top:10px;border-left-color:#fff}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:#fff}.introjs-arrow.bottom{bottom:-10px;border-top-color:#fff}.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:#fff}.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:#fff}.introjs-arrow.left{left:-10px;top:10px;border-right-color:#fff}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:#fff}.introjs-tooltip{box-sizing:content-box;position:absolute;visibility:visible;padding:10px;background-color:#fff;min-width:200px;max-width:300px;border-radius:3px;box-shadow:0 1px 10px rgba(0,0,0,.4);transition:opacity .1s ease-out}.introjs-tooltipbuttons{text-align:right;white-space:nowrap}.introjs-button{box-sizing:content-box;position:relative;overflow:visible;display:inline-block;padding:.3em .8em;border:1px solid #d4d4d4;margin:0;text-decoration:none;text-shadow:1px 1px 0 #fff;font:11px/normal sans-serif;color:#333;white-space:nowrap;cursor:pointer;outline:0;background-color:#ececec;background-image:linear-gradient(#f4f4f4,#ececec);-webkit-background-clip:padding;-moz-background-clip:padding;-o-background-clip:padding-box;border-radius:.2em;zoom:1;margin-top:10px}.introjs-button:hover{border-color:#bcbcbc;text-decoration:none;box-shadow:0 1px 1px #e3e3e3}.introjs-button:active,.introjs-button:focus{background-image:linear-gradient(#ececec,#f4f4f4)}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{box-sizing:content-box;margin-right:5px;color:#7a7a7a}.introjs-prevbutton{border-radius:.2em 0 0 .2em;border-right:none}.introjs-prevbutton.introjs-fullbutton{border:1px solid #d4d4d4;border-radius:.2em}.introjs-nextbutton{border-radius:0 .2em .2em 0}.introjs-nextbutton.introjs-fullbutton{border-radius:.2em}.introjs-disabled,.introjs-disabled:focus,.introjs-disabled:hover{color:#9a9a9a;border-color:#d4d4d4;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:15px auto 0;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:hover{background:#999}.introjs-bullets ul li a.active{background:#999}.introjs-progress{box-sizing:content-box;overflow:hidden;height:10px;margin:10px 0 5px 0;border-radius:4px;background-color:#ecf0f1}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;position:absolute;background:0 0;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}.introjs-hint:hover>.introjs-hint-pulse{border:5px solid rgba(60,60,60,.57)}.introjs-hint-pulse{box-sizing:content-box;width:10px;height:10px;border:5px solid rgba(60,60,60,.27);border-radius:30px;background-color:rgba(136,136,136,.24);z-index:10;position:absolute;transition:all .2s ease-out}.introjs-hint-no-anim .introjs-hint-dot{animation:none}.introjs-hint-dot{box-sizing:content-box;border:10px solid rgba(146,146,146,.36);background:0 0;border-radius:60px;height:50px;width:50px;animation:introjspulse 3s ease-out;animation-iteration-count:infinite;position:absolute;top:-25px;left:-25px;z-index:1;opacity:0}@keyframes introjspulse{0%{transform:scale(0);opacity:0}25%{transform:scale(0);opacity:.1}50%{transform:scale(.1);opacity:.3}75%{transform:scale(.5);opacity:.5}100%{transform:scale(1);opacity:0}}

