﻿
/* --------------------------------------------
	MAIN
-------------------------------------------- */

body {
    font-weight: 400;
    font-family: 'SF-Pro-Display', Roboto, Sans-Serif;
   font-style: normal;
   font-weight: 400;
   font-size: 15px;
   line-height: 1.70;
   margin: 0;
   overflow-x: hidden;
   color: #777777;
   background: #fff;
}

html.boxed-layout .wrapper {
   box-shadow: 0 0 7px rgba(0,0,0,0.15);
   overflow: hidden;
}

html.boxed-layout.v2 {
   margin: 50px auto;
}

html.boxed-layout .top-bar > .container,
html.boxed-layout .l-navbar > .container {
   width: 100%;
   padding-left: 25px;
   padding-right: 25px;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
   line-height: 1.3;
    font-family: 'SF-Pro-Display', Roboto, Sans-Serif;
}

h1 {
   font-size: 32px;
   color: #333;
   margin-top: 0.67em;
   margin-bottom: 0.67em;
   letter-spacing: 0px;
}

h2 {
   font-size: 26px;
   margin-bottom: .7em;
}

h3 {
   font-size: 20px;
   font-weight: normal;
   margin-bottom: 15px;
}

h4 {
   font-size: 16px;
   font-weight: normal;
   margin-bottom: 15px;
}

h5 {
   font-size: 14px;
   font-weight: normal;
   margin-bottom: 15px;
}

h6 {
   font-size: 12px;
   font-weight: 600;
   margin-bottom: 10px;
}


h1 a {
   color: #303133;
}

h2, h2 a {
   color: #303133;
}

h3, h3 a {
   color: #303133;
}

h4, h4 a {
   color: #303133;
}

h5, h5 a {
   color: #303133;
}

h6, h6 a {
   color: #303133;
}

a {
   outline: none !important;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   text-decoration: none !important;
   color: #4a4a4a;
}

a:hover {
   text-decoration: none;
}

a:active {
   outline: none;
}

a:focus {
   -moz-outline-style: none;
   outline-style: none;
   outline: none;
   text-decoration: none;
}

hr {
   margin-top: 20px;
   margin-bottom: 20px;
   border-top: none;
   border-bottom: 1px solid rgba(0,0,0,0.1) !important;
   box-shadow: 0 1px 0 0 rgba(255,255,255,0.715) !important;
}

a.read-more {
   position: relative;
}

body .page-inner {
   /* min-height: 500px; */
   padding-bottom: 50px;
   padding-top: 50px;
   position: relative;
}

body .page {
   overflow: hidden;
   border-top-width: 0 !important;
}

iframe {
   border: 0;
}


table {
   border-collapse: collapse;
   border-spacing: 0;
   font-size: 14px;
   line-height: 2;
}

table th {
   font-weight: bold;
}

table thead th {
   text-transform: uppercase;
}

table tr > th {
   padding-right: 20px;
}

table td {
   padding: 5px 10px 5px 0;
}

address {
   margin: 0 0 24px;
}

img {
   max-width: 100%;
   height: auto;
}

ins {
   background: #fff9c0;
   text-decoration: none;
}

ul {
   padding-left: 30px;
}

ul li {
   line-height: 1.65;
}

pre {
   background: #f5f5f5;
   color: #666;
   font-family: monospace;
   font-size: 14px;
   margin: 20px 0;
   overflow: auto;
   padding: 20px;
   white-space: pre;
   white-space: pre-wrap;
   -ms-word-wrap: break-word;
   word-wrap: break-word;
   border: 1px solid #E4E4E4;
   border-radius: 2px;
}

audio {
   margin: 20px 0;
}




/* --------------------------------------------
	STANDARD MEDIA STYLING
-------------------------------------------- */

figure {
   margin: 0;
}

figure img {
   width: 100%;
   height: auto;
}

figure a {
   /*display: block;*/
}

figure .overlay {
   width: 100%;
   height: 100%;
   position: absolute;
   display: block;
   z-index: 3;
   -moz-opacity: 0;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   margin-left: -0.6px;
   padding-right: 0.6px;
}

figure:hover > a > .overlay {
   -moz-opacity: 0.9;
   opacity: 0.9;
   filter: alpha(opacity=90);
   margin-top: -1.6px;
   padding-bottom: 1.6px;
}

figure.animated-overlay figcaption {
   background-color: rgba(65, 150, 224, 0.8);
}

figure.animated-overlay.transparent figcaption {
   background-color: transparent;
}

figure.animated-overlay figcaption .thumb-info h4,
figure.animated-overlay figcaption .thumb-info h5,
figcaption .thumb-info-excerpt p {
   color: #ffffff;
}

figcaption .thumb-info h5 {
   margin-bottom: 0;
   margin-top: 4px;
   transform: translate(0,30px);
}


figure.animated-overlay figcaption .thumb-info i {
   background: #222222;
   color: #ffffff;
   cursor: pointer !important;
   -webkit-transition-duration: 0.3s;
   -moz-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   transition-duration: 0.3s;
}

figcaption .thumb-info {
   position: absolute;
   width: 100%;
   height: 100%;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
}

figcaption .thumb-info h4 {
   line-height: 20px;
   padding: 0 5%;
   width: 100%;
   -ms-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
   text-align: center;
   -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
   -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
   text-shadow: 0 0 5px rgba(0,0,0,.2);
   position: absolute;
   bottom: 25px;
}

figcaption .thumb-info-extended h4 {
   margin-top: -60px;
}

figcaption .thumb-info-extended h5 {
   padding: 0 5%;
   width: 100%;
   position: absolute;
   bottom: 5px;
}

figcaption .thumb-info a:hover {
   -moz-opacity: 1;
   opacity: 1;
   filter: alpha(opacity=100);
}

figcaption .thumb-info i {
   font-size: 22px;
   line-height: 33px;
   padding: 14px;
   border-radius: 50%;
   height: 34px;
   width: 34px;
   display: block;
   -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
   -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
   text-shadow: 0 0 5px rgba(0,0,0,.2);
   text-align: center;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   -ms-box-sizing: content-box;
   box-sizing: content-box;
   position: absolute;
   left: 50%;
   top: 47%;
   margin: -24px 0 0 -24px;
}

figcaption .thumb-info-v2 i {
   font-size: 30px;
   line-height: 37px;
   padding: 10px;
   border-radius: 50%;
   height: 40px;
   width: 40px;
   top: 50%;
   margin-top: -25px;
   margin-left: -30px;
   left: 50%;
   position: absolute;
   text-align: center;
}

figcaption .thumb-info-excerpt h4 {
   line-height: 20px;
   margin-bottom: 0;
   padding: 0 5%;
   width: 100%;
   -ms-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
   text-align: center;
   -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
   -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
   text-shadow: 0 0 5px rgba(0,0,0,.2);
   position: absolute;
   top: 40%;
   margin-top: -40px;
}

figcaption .thumb-info-excerpt p {
   line-height: 22px;
   margin-bottom: 0;
   padding: 0 5%;
   width: 100%;
   text-align: center;
   -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
   -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
   text-shadow: 0 0 5px rgba(0,0,0,.2);
   position: absolute;
   top: 40%;
   margin-top: 0;
}

figcaption .thumb-info-excerpt i {
   display: none;
}

figure.animated-overlay {
   position: relative;
   overflow: visible;
   z-index: 2;
}

figure.animated-overlay > a {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 4;
}

figure.animated-overlay .thumb-slider ul.slides li a {
   position: relative;
   z-index: 2;
}

figure.animated-overlay figcaption {
   height: 100%;
   width: 100%;
   display: block;
   opacity: 0;
   filter: alpha(opacity=0);
   text-align: center;
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   /*background-image: url(../img/crease.svg);*/
   -moz-background-size: cover;
   background-size: cover;
   background-position: center center;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
   -moz-transition: -moz-transform 0.3s, opacity 0.3s;
   -o-transition: transform 0.3s, opacity 0.3s;
   transition: transform 0.3s, opacity 0.3s;
}

.browser-ie figure.animated-overlay figcaption,
.browser-ie10 figure.animated-overlay figcaption {
   background-image: none;
}

figure.animated-overlay:hover figcaption {
   opacity: 1;
   filter: alpha(opacity=100);
}


.portfolio-item-info {
   text-align: center;
   padding-top: 15px;
   padding-bottom: 15px;
}

.portfolio-item-title {
   font-size: 18px;
   margin: 0;
}



/* --------------------------------------------
	HORIZONTAL BREAK
-------------------------------------------- */

.horizontal-break {
   height: 1px;
   width: 50px;
   margin: 20px auto 20px;
   background-color: #e4e4e4;
}

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

.horizontal-break-two {
   height: 2px;
   width: 70px;
   margin: 22px auto 22px;
   background-color: #0cb4ce;
}



/* --------------------------------------------
	ISOTOPE
-------------------------------------------- */

.isotope-item {
   z-index: 2;
}

.isotope-hidden.isotope-item {
   pointer-events: none;
   z-index: 1;
}

.isotope,
.isotope .isotope-item {
   /* change duration value to whatever you like */
   -webkit-transition-duration: 0.6s;
   -moz-transition-duration: 0.6s;
   -ms-transition-duration: 0.6s;
   -o-transition-duration: 0.6s;
   transition-duration: 0.6s;
}

.isotope {
   -webkit-transition-property: height, width;
   -moz-transition-property: height, width;
   -ms-transition-property: height, width;
   -o-transition-property: height, width;
   transition-property: height, width;
}

.isotope .isotope-item {
   -webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property: -moz-transform, opacity;
   -ms-transition-property: -ms-transform, opacity;
   -o-transition-property: top, left, opacity;
   transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
   -webkit-transition-duration: 0s;
   -moz-transition-duration: 0s;
   -ms-transition-duration: 0s;
   -o-transition-duration: 0s;
   transition-duration: 0s;
}



/* --------------------------------------------
	PAGE HEADING
-------------------------------------------- */

.v-page-heading {
   padding-top: 15px;
   padding-bottom: 15px;
   margin-top: 0;
   margin-bottom: 0 !important;
   position: relative;
   text-align: left;
   border-bottom: 1px solid transparent;
   border-top: 0 !important;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.header-overlay .v-page-heading {
   padding-top: 125px;
}

.v-page-heading .heading-text {
   /*float: left;
    margin-left: 15px;*/
}

.v-page-heading h1 {
   margin-top: 0;
   margin-bottom: 0;
   white-space: nowrap;
   font-size: 18px;
   line-height: 38px;
}

.v-page-heading h3 {
   margin-bottom: 0;
}

.v-page-heading.v-fancy-heading {
   background-attachment: local;
   -moz-background-size: cover;
   -webkit-background-size: cover;
   background-size: cover;
   background-repeat: repeat;
   background-position: 50% 0;
   text-align: center;
   padding-top: 120px;
   padding-bottom: 120px;
   display: none;
}

.v-page-heading {
   background-color: #f7f7f7;
   border-bottom-color: #e4e4e4;
}

.v-fancy-heading h1 {
   font-size: 38px;
   line-height: 48px;
   letter-spacing: inherit;
}

.v-fancy-heading.v-fancy-image.light-style h1,
.v-fancy-heading.v-fancy-image.light-style h3 {
   color: #fff !important;
}

.v-fancy-heading.v-fancy-image.dark-style h1,
.v-fancy-heading.v-fancy-image.dark-style h3 {
   color: #222 !important;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header {
   padding-top: 150px;
   padding-bottom: 100px;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header-2x {
   padding-top: 240px;
   padding-bottom: 180px;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header-3x {
   padding-top: 300px;
   padding-bottom: 240px;
}

.v-fancy-heading.v-fancy-top-header .heading-text .v-fancy-heading.v-fancy-top-header-2x .heading-text .v-fancy-heading.v-fancy-top-header-3x .heading-text {
   float: left;
}

.v-fancy-heading.v-fancy-top-header.v-fancy-image.light-style h2 .v-fancy-heading.v-fancy-top-header-2.v-fancy-image.light-style h2 .v-fancy-heading.v-fancy-top-header-3.v-fancy-image.light-style h2 {
   margin-top: 0px;
   margin-left: 0px;
   float: left;
   opacity: 0.7;
}


.page-header.bg-stylish-header {
   background-color: #f7f7f7;
   border-color: #DDDDDD;
   background-image: url(../img/core/page-heading-bg.png);
}

/* --------------------------------------------
	TOOLTIPS
-------------------------------------------- */

/*a[rel="tooltip"] {
	border-bottom: 1px dotted #e3e3e3;
     border-color: #1e73be;
}*/
span.tooltip {
   display: block;
   background: #5F5F5F;
   color: #f7f7f7;
   position: absolute;
   left: 50%;
   bottom: 25px;
   padding: 3px 10px;
   width: auto;
   line-height: 20px;
   white-space: nowrap;
   z-index: 8;
   -moz-opacity: 0;
   opacity: 0;
   filter: alpha(opacity=0);
   display: none;
}

span.tooltip .arrow {
   position: absolute;
   left: 50%;
   bottom: -4px;
   margin-left: -6px;
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 5px solid #5F5F5F;
}


/* --------------------------------------------
	ICON LIST
-------------------------------------------- */

ul.i-list {
   padding-left: 0;
   list-style: none;
}

ul.i-list .list-title {
   display: inline-block;
   position: absolute;
}

ul.i-list li {
   padding: 2px 0px;
}

ul.i-list i.fa {
   margin-right: 7px;
}

ul.i-list .list-item {
   margin-top: 3px;
   display: inline-block;
}

ul.i-list.filled i.fa {
   color: white;
   font-size: 9px;
   padding: 5px;
   border-radius: 50%;
}

ul.e-icon-list.filled li {
   padding: 2px 0px;
   line-height: 24px;
}

ul.i-list.underline li {
   padding: 6px 0px;
   border-bottom: 1px solid #eee;
}

ul.i-list.medium li {
   padding-bottom: 25px;
   position: relative;
}

ul.i-list.medium .icon {
   margin-right: 25px;
   color: white;
   font-size: 25px;
   text-align: center;
   line-height: 68px;
   width: 68px;
   height: 68px;
   border-radius: 50%;
   box-shadow: 0 5px 16px rgba(0,0,0,.28);
   position: relative;
   z-index: 1;
   /*background-image: url(../img/crease.svg) !important;
   -moz-background-size: 100% 100% !important;
   background-size: 100% 100% !important;
   background-position: center center !important;*/
}

ul.i-list.medium .icon i.fa {
   margin: 0;
}

ul.i-list.medium.bordered .icon {
   background: white;
   color: inherit;
   border: 2px solid #8fc135;
   font-size: 26px;
   color: #8fc135;
   position: relative;
   z-index: 1;
   box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

ul.i-list.medium .list-item {
   text-transform: uppercase;
}

ul.i-list.large .icon {
   margin-right: 30px;
   background: #d0d0d0;
   color: white;
   font-size: 30px;
   text-align: center;
   line-height: 80px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

ul.i-list.large .icon i.fa {
   margin: 0;
}

ul.i-list.large.bordered .icon {
   background: inherit;
   color: inherit;
   border: 2px solid #8fc135;
   font-size: 30px;
   color: #8fc135;
}

ul.i-list.large .list-item {
   text-transform: uppercase;
}

ul.i-list .icon {
   float: left;
}

ul.i-list.right {
   text-align: right;
}

ul.i-list.right .icon {
   float: right;
}

ul.i-list.right .icon {
   float: right;
   margin-right: 0;
   margin-left: 25px;
}

ul.i-list.large.right .icon {
   float: right;
   margin-right: 0;
   margin-left: 30px;
}

ul.i-list.large li {
   margin-bottom: 25px;
}

ul.i-list .icon-content {
   overflow: hidden;
}

ul.i-list .icon-content .title {
   margin-top: 5px;
   margin-bottom: 10px;
}

.left-line .iconlist-timeline {
   left: auto;
   right: 35px;
}

.iconlist-timeline {
   position: absolute;
   top: 1%;
   left: 32px;
   width: 1px;
   height: 99%;
   border-right-width: 1px;
   border-right-style: dashed;
   height: 100%;
   border-color: #ccc;
}


/* --------------------------------------------
	PAGE HEADER
-------------------------------------------- */

.page-header {
   padding: 30px 0px;
   margin: 0;
   background-image: url('../img/core/ff_rp_bkg2.png');
   background-repeat: repeat;
   background-position: center top;
   background-size: auto;
   background: rgba(0,0,0,0.0225);
   border-bottom: 1px solid rgba(0,0,0,0.1);
   box-shadow: 0 1px 0 0 rgba(255,255,255,0.715);
}

.page-header.b-bordered {
   box-shadow: none;
}

.page-header.small {
   padding: 20px 0px;
}

.page-header .title {
   font-size: 20px;
   display: inline-block;
   margin: 0;
   vertical-align: middle;
   vertical-align: -webkit-baseline-middle;
}

.page-header.small .title {
   font-size: 16px;
   line-height: 20px;
}

.page-header .breadcrumb {
   font-size: 11px;
   line-height: 22px;
   margin: 0;
   padding: 7px 12px 5px;
   float: right;
   text-align: right;
   white-space: nowrap;
   -moz-border-radius: 4px / 4px 4px 4px 4px;
   -webkit-border-radius: 4px / 4px 4px 4px 4px;
   border-radius: 4px / 4px 4px 4px 4px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   -webkit-box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
   box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
   background: #ffffff;
}

.breadcrumb.clean-breadcrumb {
   background: transparent;
   box-shadow: none;
}

.breadcrumb.text-white a {
   color: white !important;
}

.page-header.small .breadcrumb {
   padding: 4px 15px;
}

.page-header .breadcrumb > li + li:before,
.page-header .breadcrumb a {
   font-size: 12px;
   color: #999999;
}

.page-header.page-header-center .breadcrumb a {
   font-size: 13px;
}

.page-header.page-header-center .breadcrumb {
   float: none;
}

.page-header.small .breadcrumb > li + li:before,
.page-header.small .breadcrumb a {
   font-size: 11px;
   color: #999999;
}

.breadcrumb > li + li:before {
   text-indent: -50em;
   vertical-align: middle;
   display: inline-block;
   overflow: hidden;
   width: 20px;
   background: url('../img/core/bcrumb-arrow.gif') 50% 50% no-repeat;
}

.page-header.mini {
   padding: 13px 0px;
}

.page-header.mini .breadcrumb > li + li:before,
.page-header.mini .breadcrumb a {
   font-size: 11px;
}

.page-header.mini .breadcrumb {
   padding: 0px 10px;
}

.page-header.light {
   overflow: hidden;
   /*border-top: solid 1px #eee;*/
   border-bottom: solid 1px rgba(207,215,223,.25);
   background: url(../img/patterns/breadcrumbs.png) repeat;
}

.page-header.page-header-dark {
   background: #333;
}

.page-header.page-header-dark,
.page-header.page-header-dark h1,
.page-header.page-header-dark h2,
.page-header.page-header-dark h3,
.page-header.page-header-dark h4,
.page-header.page-header-dark h5,
.page-header.page-header-dark h6 {
   color: #EEE;
}

.page-header-dark .breadcrumb a {
   color: #BBB;
}

.page-header.page-header-primary,
.page-header.page-header-primary h1,
.page-header.page-header-primary h2,
.page-header.page-header-primary h3,
.page-header.page-header-primary h4,
.page-header.page-header-primary h5,
.page-header.page-header-primary h6 {
   color: #EEE;
}

.page-header-primary .breadcrumb a {
   color: #BBB;
}

.page-header .title .sub-title {
   display: block;
   font-size: 16px;
   font-weight: 300;
   margin: 2px 0 0;
   line-height: 20px;
   opacity: 0.65;
}

.page-header.small .title .sub-title {
   font-size: 14px;
   margin-top: 0px;
}

.breadcrumb > li {
   display: inline-block;
   font-size: 12px;
   color: #999999;
}

.breadcrumb > li:after {
   padding: 0 7px;
   color: #ccc;
   content: "\f105";
   font-family: FontAwesome;
}

.breadcrumb > li i {
   margin-right: 5px;
}

.breadcrumb > li + li:last-child::after {
   content: none;
}

.you-are-here {
   margin-right: 10px;
}

.page-header.big {
   padding: 75px 0px;
}

.page-header.primary .breadcrumb > .active,
.page-header.primary .breadcrumb a,
.page-header.primary .title {
   color: white;
}

.page-header.primary .breadcrumb > .active {
   opacity: 0.65;
}


.page-header.breadcrumb-after-image {
   text-shadow: 0 1px 0 rgba(255,255,255,0.55);
   text-transform: uppercase;
   background-color: rgba(0,0,0,0.0225);
   box-shadow: 0 1px 0 0 rgba(255,255,255,0.715);
   border-bottom: 1px solid rgba(0,0,0,0.1);
   padding-top: 10px;
   padding-bottom: 10px;
}

.page-header.breadcrumb-after-image .breadcrumb {
   float: left;
   border: none;
   box-shadow: none;
   background: transparent;
   padding: 0;
}

.page-header.breadcrumb-after-image {
   background-image: none;
}

.page-header.breadcrumb-after-image .breadcrumb > li:after {
   padding: 0 7px;
   color: inherit;
   content: "/";
}

.page-header.breadcrumb-after-image .breadcrumb > li:last-child:after {
   content: " ";
}

.page-header.breadcrumb-after-image .breadcrumb a {
   font-size: 10px;
   font-weight: 600;
   letter-spacing: 1px;
   line-height: 1.4;
   text-shadow: 0 1px 0 rgba(255,255,255,0.55);
   text-transform: uppercase;
   box-shadow: 0 1px 0 0 rgba(255,255,255,0.715);
   color: #444;
}

/* --------------------------------------------
	GOOGLE MAP
-------------------------------------------- */
.google-map {
   background: #E5E3DF;
   height: 400px;
   width: 100%;
   margin-bottom: 50px;
}


/* --------------------------------------------
	COMMENTS
-------------------------------------------- */

.post-block.post-comments {
   margin-top: 30px;
}

ul.comments {
   list-style: none;
   margin: 0;
   padding: 0;
}

ul.comments li {
   clear: both;
   padding: 10px 0 0 90px;
}

ul.comments li .comment {
}

ul.comments li .img-thumbnail {
   margin-left: -90px;
   position: absolute;
   border: none;
   border-radius: 50%;
}

ul.comments .comment-block {
   padding-bottom: 25px;
   padding-top: 5px;
   position: relative;
   border-bottom: 1px solid rgba(207,215,223,.25);
   margin-bottom: 15px;
   border-bottom: 1px solid rgba(0,0,0,0.1) !important;
   box-shadow: 0 1px 0 0 rgba(255,255,255,0.715) !important;
}

ul.comments li ul.reply {
   margin: 0;
}

ul.comments .comment-block .comment-by {
   display: block;
   font-size: 16px;
   line-height: 21px;
}

ul.comments .comment-block p {
   margin: 0;
   padding: 0;
   padding-top: 5px;
}

ul.comments .comment-arrow {
   border-bottom: 15px solid transparent;
   border-right: 15px solid #F4F4F4;
   border-top: 15px solid transparent;
   height: 0;
   left: -15px;
   position: absolute;
   top: 28px;
   width: 0;
}

ul.comments li img.avatar {
   width: 60px;
   border-radius: 50%;
}

ul.comments a.reply {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

ul.comments .date {
   font-size: 12px;
   opacity: 0.7;
}

.post-block.post-leave-comment {
   margin-top: 20px;
}

.post-block.post-leave-comment.v2 {
   margin-top: 40px;
   background: #f1f1f1;
   padding: 30px 40px;
   border: 1px solid rgba(207,215,223,.25);
}

.post-author-block {
   margin-top: 50px;
}

.post-author-block {
   /*padding-top: 20px;*/
}

.post-author-avatar {
   display: block;
   float: left;
}

.post-author-info {
   margin-left: 100px;
   margin-top: 0;
}

.post-author-info .title {
   margin-top: 0;
   font-size: 18px;
   font-weight: normal;
}

.post-author-avatar img {
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border: 4px solid white;
   box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
}

.post-author-avatar img:hover {
   box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.post-author-block .title {
   font-size: 18px;
   font-weight: normal;
}

.comment-reply-title,
.comments-title {
   padding-bottom: 20px;
}



.post-meta-section-title {
   padding-bottom: 20px;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 600;
   text-align: center;
   letter-spacing: 0.8px;
}

.post-meta-section-title h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}

.blog-sharing-box .blog-social-networks,
.blog-single-sharing-box h4 {
   display: table-cell;
   vertical-align: middle;
}

.blog-single-sharing-box h4 {
   font-size: 18px;
   margin-bottom: 0;
}

.blog-social-networks {
   float: right;
}

.blog-single-sharing-box {
   display: table;
   padding: 20px;
   height: 70px;
   width: 100%;
   background-color: #fbfbfb;
   box-sizing: border-box;
}

.blog-single-sharing-box .social-icon {
   margin-bottom: 0;
}

.related-image-wrap {
   display: table-cell;
   float: none;
   background-color: transparent;
   width: 60px;
   height: 60px;
   border-radius: 100px;
}

.related-image-wrap img {
   width: 58px;
   height: 58px;
   bottom: auto;
   right: auto;
   border-radius: 100px;
}

.single-related-posts {
   padding-top: 10px;
}

.single-related-posts a {
   margin: 2px 0;
   padding: 6px;
   border-radius: 3px;
   display: table;
   width: 100%;
   text-decoration: none;
   text-align: left;
   border: 1px solid transparent;
   border-color: #e4e4e4;
   background: #fbfbfb;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.related-wrap-title {
   text-decoration: none;
   display: table-cell;
   vertical-align: middle;
   padding: 5px 15px;
   line-height: 1.2em;
   font-size: 13px;
   font-weight: 600;
   color: #333;
}

.related-wrap-title:hover,
.related-wrap-title a:hover {
   color: #0cb4ce;
}

.blog-single-meta {
   position: relative;
   margin-top: 50px;
}

.blog-single-meta .post-meta-section {
   padding-bottom: 40px;
   margin-bottom: 40px;
   border-bottom: 1px solid #eee;
}



/* --------------------------------------------
    SECTION
-------------------------------------------- */

section {
   position: relative;
}

.section-tiny {
   padding: 25px 0px;
}

.section-primary {
   padding: 75px 0px;
}

.section-small {
   padding: 40px 0px;
}

.section-medium {
   padding: 55px 0px;
}

.section-big {
   padding: 100px 0px;
}

div.main-color,
section.main-color {
   background: white;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: #303133;
    font-family: Poppins;
    letter-spacing: -0.02em;
}

.section-title strong {
   font-weight: 500;
}

.section-sub-title {
   font-size: 18px;
   margin-bottom: 20px;
   font-weight: 400;
       font-family: Poppins;
}

.bg-overlay {
   color: inherit;
   position: absolute;
   width: 100%;
   height: 100% !important;
   left: 0;
   top: 0;
   background-color: rgba(0,0,0,0.5);
}

.section-overlay {
   background: rgba(0, 0, 0, .42);
   position: absolute;
   width: 100%;
   height: 100%;
}

.section-overlay.light {
   background: rgba(177, 177, 177, 0.4);
}

section.has-bordered-col .bordered-col-first {
   padding-right: 50px;
   border-right: 1px solid rgba(207,215,223,.25);
}

section.has-bordered-col .bordered-col-second {
   padding-left: 50px;
}

section.section-primary.has-bordered-col {
   padding: 0;
}

section.section-primary.has-bordered-col .bordered-col-first {
   padding-top: 55px;
   padding-bottom: 55px;
}

section.section-primary.has-bordered-col .bordered-col-second {
   padding-top: 55px;
   padding-bottom: 55px;
}




/* --------------------------------------------
 SCROLL TO TOP
 -------------------------------------------- */

.lift-off {
   position: fixed;
   right: 15px;
   bottom: 90px;
   width: 40px;
   height: 40px;
   -webkit-transition: all .3s;
   transition: all .3s;
   text-align: center;
   color: #fff;
   background: #0cb4ce;
   line-height: 40px;
   border-radius: 3px;
}

.lift-off .fa {
   font-size: 20px;
}

.lift-off,
a.lift-off:active .fa,
.lift-off:hover .fa,
.lift-off .fa:hover {
   color: white;
}

.lift-off_show {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}

.lift-off_hide {
   visibility: hidden;
   -webkit-transform: translateY(40px);
   -ms-transform: translateY(40px);
   transform: translateY(40px);
   opacity: 0;
}


/* --------------------------------------------
   LABELS
 -------------------------------------------- */

.label {
   display: inline;
   padding: .3em .6em .3em;
   font-size: 11px;
   font-weight: normal;
   line-height: 1;
   color: #fff;
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
   border-radius: .25em;
   vertical-align: 1px;
}

.label-default {
   background-color: #777;
}

.label-success {
   background-color: #5cb85c;
}

.label-info {
   background-color: #5bc0de;
}

.label-warning {
   background-color: #f0ad4e;
}

.label-danger {
   background-color: #d9534f;
}


/* --------------------------------------------
   DROP CAPS
 -------------------------------------------- */

span.dropcap1,
span.dropcap2 {
   float: left;
   padding: 8px 0px 9px;
   margin-right: 10px;
   font-size: 50px;
   line-height: 48px;
   font-style: normal;
}

span.dropcap3,
span.dropcap4 {
   float: left;
   font-style: normal;
    font-size: 20px;
    padding: 9px 16px 9px 16px;
   margin: 8px 10px 2px 0;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}

span.dropcap3 {
   color: #fff;
}


/* --------------------------------------------
   SEARCH LIST
 -------------------------------------------- */

.xsearch-items {
   padding-left: 0px;
}


.search-item-img {
   float: left;
   position: relative;
}

.search-item-img img, .search-item-img .img-holder {
   height: 70px;
   width: 70px;
   display: block;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
   border: 4px solid white;
}

.search-item-img .img-holder {
   border: 1px solid #e3e3e3;
   line-height: 20px;
   background: #f7f7f7;
   border-color: rgba(207,215,223,.25);
}

.search-item-img .img-holder i {
   display: inline-block;
   padding: 28px 20px;
   font-size: 28px;
   opacity: 0.5;
}

.search-item-content {
   margin-left: 100px;
   padding-bottom: 35px;
   margin-bottom: 20px;
   /*border-bottom: 1px solid rgb(231, 231, 231);*/
}

.search-item-content.no-excerpt h3 {
   margin-top: 8px;
}

.search-item-content .search-item-meta {
   display: block;
   margin-bottom: 10px;
}

.search-item-meta-down a,
.search-item-meta a {
   font-size: 11px;
   text-transform: uppercase;
}

.xsearch-items a:hover {
   border-bottom-width: 1px;
   border-bottom-style: dotted;
}

.search-item-content .time {
   color: #999;
   font-size: 11px;
   text-transform: uppercase;
}

.search-item-content time,
.search-item-content span {
   color: #999999;
}

.xsearch-items h3.search-item-caption {
   margin-bottom: 2px;
   font-weight: 600;
   font-size: 20px;
}

.xsearch-items .search-item-meta-down {
   margin-top: 5px;
   color: #999;
   font-size: 12px;
}

.xsearch-items .star-vote li {
   padding: 0;
   font-size: 14px;
}

.xsearch-result-count {
   color: #999;
   margin-bottom: 30px;
}


ul.xsearch-items-2 {
   padding-left: 0;
   margin-left: 0;
}

.xsearch-items-2 li {
   list-style: none;
}


.xsearch-info-meta:before, .xsearch-info-meta:after {
   content: "";
   display: table;
}

.xsearch-info-meta:after {
   clear: both;
}

.xsearch-info-meta {
   padding: 0;
   margin: 0;
   list-style-type: none;
   margin-bottom: 5px;
   font-size: 12px;
   opacity: 0.7;
}

.xsearch-info-meta-item {
   float: left;
   margin-right: 10px;
}

.xsearch-item-title h3,
.xsearch-item-title h4 {
   margin-bottom: 5px;
}

.xsearch-desc {
   margin-bottom: 2px;
}

.search-item-icon {
   padding-right: 3px;
}

nav.xsearch-navbar {
   padding-left: 0;
}

nav.xsearch-navbar.navbar-light .navbar-nav .active > .nav-link {
   border-bottom-width: 2px;
   border-bottom-style: solid;
   padding-bottom: 12px;
}

.xsearch-item .xsearch-item-title strong {
   font-weight: 600;
}

ul.xsearch-items-2 .xsearch-item {
   margin-bottom: 40px;
}

.xsearch-item .xsearch-desc strong {
   color: #111;
}



.search-result-wrap .search-result-item {
   padding-bottom: 25px;
   padding-top: 25px;
   border-bottom: 1px solid rgba(207,215,223,.25);
}

.search-result-wrap .search-result-item .title h4,
.search-result-wrap .search-result-item .title h3 {
   margin-bottom: 5px;
}

.search-result-item-meta {
   font-size: 14px;
   margin-bottom: 10px;
   margin-left: 25px;
}

.search-result-item-meta li {
   color: #999;
   margin-right: 5px;
}

.search-result-item-meta li i {
   margin-right: 4px;
}

.search-result-item-meta li a {
   /*border-bottom:1px dotted rgba(207,215,223,.25);
    padding-bottom:2px;*/
   color: #999;
}

.search-result-item-link,
.search-result-item-excerpt,
.search-result-item-meta {
   margin-left: 25px;
}

.search-result-item-excerpt strong {
   color: #444;
   font-weight: 600;
}

.search-result-item-excerpt {
   margin-bottom: 5px;
}

.search-result-item-meta li:first-child {
   margin-left: 0;
   padding-left: 0;
}




/* --------------------------------------------
    Footer
-------------------------------------------- */

.footer {
   border-top: 1px solid transparent;
   background: #252525;
}

.footer strong {
   color: inherit;
   font-weight: 600;
}

.footer .title {
   margin-top: 0px;
   color: #ececec;
   letter-spacing: 1px;
   font-size: inherit;
   margin-bottom: 20px;
   position: relative;
}

.footer .main ul li {
   line-height: 24px;
   margin-bottom: 2px;
   list-style: none;
}

.footer .post-date {
   margin-bottom: 15px;
   line-height: 20px;
   font-family: "Droid Serif", Georgia, Times, serif;
}

.footer hr {
   border-top: 1px dashed #4e4e4e;
   margin: 15px 0;
}

.map-img {
   background: url(../img/core/world-map.png) 5px 60px no-repeat;
}

.terms-menu li:first-child {
   border-left: none;
   padding: 0 7px 0 0;
}

.terms-menu li {
   line-height: 10px;
   margin-right: 2px;
   padding-left: 9px;
   border-left: 1px solid #999;
}

.footer .img-holder {
   float: left;
   margin-right: 10px;
   margin-top: 3px;
}

.footer i.fa {
   margin-right: 3px;
}

.copyright {
   padding: 20px 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   height: auto;
   overflow: hidden;
   font-size: 14px;
   border-top: 0 solid transparent;
   border-top-width: 1px;
   background-color: #1c1c1c;
}

.copyright a, .copyright a:hover {
   text-decoration: none;
}

/*.footer stylelamas*/

.footer.stylelamas {
   background-color: #202225;
   position: relative;
}

.footer.stylelamas .copyright {
   background-color: #202225;
   padding: 20px 0;
}

.footer.stylelamas .copyright a {
   font-size: 12px;
   font-weight: normal;
   color: white;
}

.footer.stylelamas .copyright p {
   font-weight: 600;
}

.footer.stylelamas .main {
   border-bottom: 1px solid #303235;
   padding: 50px 0 40px;
}

.footer.stylelamas .main ul li {
   line-height: inherit;
   color: #989da5;
}

.footer.stylelamas .title {
   letter-spacing: 2px;
   margin-bottom: 15px;
   padding-bottom: 0;
   font-size: 13px;
   line-height: 23px;
   display: inline-block;
   width: auto;
   font-weight: 600;
}



.footer.stylelamas address,
.footer.stylelamas p {
   color: #878787;
}

.footer.stylelamas a:hover {
   color: white;
}

.footer.stylelamas #newsletterForm .input-group .form-control {
   border: solid 1px #545454;
   background-color: #2b2d2f !important
}

.footer span.label {
   padding: .2em .6em .2em;
   font-size: 10px;
}


/* Footer Minimal */
.footer.footer-minimal {
   border-top: 1px solid rgba(207,215,223,.25);
   background: #fff;
   color: #333;
}

.footer.footer-minimal .main {
   padding-bottom: 35px;
}

.footer.footer-minimal hr {
   background-image: linear-gradient(to right,silver 50%,rgba(255,255,255,0) 40%);
   background-position: top;
   background-size: 3px 1px;
   background-repeat: repeat-x;
   height: 1px;
   border-top: 0;
   border-bottom: 0;
   margin-top: 10px;
   margin-bottom: 10px;
}

.footer.footer-minimal .main ul li {
   line-height: inherit;
   margin-bottom: inherit;
}

/*Footer 2*/
.footer.footer-2 {
   background-color: #242424;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer.footer-2 .main {
   padding: 80px 0 65px;
   color: #f5f5f5;
   font-size:14px;
}

.footer.footer-2 .title {
   letter-spacing: 1px;
   font-weight: 600;
   font-size: 12px;
   margin-bottom: 30px;
   position: relative;
   z-index: 1;
   color: #fff;
}


.footer.footer-2 .copyright {
   background-color: #242424;
   border-top: 1px solid #3E3F3F;
   padding: 35px 0px;
   color: white;
}

.footer.footer-2 .spost .entry-meta {
   margin-top: 0;
}

.footer.footer-2 .spost .entry-meta li {
   font-family: inherit;
   font-style: inherit;
}

.footer.footer-2 .copyright ul li {
   border-left: 1px solid #505050;
   display: inline-block;
   line-height: 12px;
   margin: 0;
   padding: 0 10px;
}

.footer.footer-2 .copyright ul li:first-child {
   border: medium none;
   padding-left: 0;
}

.footer.footer-2 .copyright a {
   font-size: 13px;
       font-weight: 500;
}

.footer.footer-2 .spost .entry-image img {
   border: 4px solid #525252;
}

.footer.footer-2 .footer-contact-info p {
   margin-bottom: 3px;
}

.footer.footer-2 .spost {
   border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.footer.footer-2 .spost:first-child {
   border-top-width: 0px;
}

.footer.footer-2 .input-group .form-control {
   background-color: #444;
   border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer.footer-2 a {
   color: #ddd;
   line-height: 1;
   font-size: 14px;
}

.footer.footer-2 ::-webkit-input-placeholder {
   color: #666;
}

.footer.footer-2 :-moz-placeholder {
   color: #666;
}

.footer.footer-2 ::-moz-placeholder {
   color: #666;
}

.footer.footer-2 :-ms-input-placeholder {
   color: #666;
}





footer.footer-pompis {
   background: #222;
}

footer.footer-pompis a {
   color: #eee;
}

footer.footer-pompis .spost .entry-meta li {
   font-family: inherit;
   font-style: inherit;
}

footer.footer-pompis .spost .entry-meta {
   margin-top: 0;
}

footer.footer-pompis .copyright a,
footer.footer-pompis .copyright a:hover {
   border-bottom: 1px dotted #555;
   color: #666;
}

footer.footer-pompis p {
   color: #999;
   font-size:13px;
}

footer.footer-pompis .main {
   padding: 55px 0 50px;
}

footer.footer-pompis .title {
   font-size: 12px;
   font-weight:700;
   letter-spacing: 1px;
   color: #f4f4f4;
}

footer.footer-pompis .spost:first-child {
   border-top: none;
   margin-top: 0px;
   padding-top: 0px;
}

footer.footer-pompis .spost .entry-image,
footer.footer-pompis .spost .entry-image a,
footer.footer-pompis .spost .entry-image img,
footer.footer-pompis .spost .entry-image i {
   width: 50px;
   height: auto;
}

footer.footer-pompis .copyright {
   padding: 27px 0;
   border-top: 1px solid #333;
   background-color: #242424;
}

footer.footer-pompis .title:after {
   content: "";
   background-color: #777;
   width: 30px;
   height: 2px;
   display: block;
   margin-top: 10px;
   margin-bottom: 33px;
}

footer.footer-pompis .spost .entry-title h4,
footer.footer-pompis .mpost .entry-title h4 {
   line-height: 1.5;
}

footer.footer-pompis .spost, .mpost {
   border-top: 1px dashed #404040;
   margin-top: 15px;
   padding-top: 15px;
}

footer.footer-pompis .social-icon.si-dark {
   background-color: #2f2f2f;
}


#newsletterForm .btn {
   padding: 12px 14px 12px;
   cursor: pointer;
   border-left-width: 0;
   font-size: 18px;
   color: #666;
   background: #2b2d2f;
   border: 1px solid #545454;
   border-left: none;
}

.social-wrap .meta {
   line-height: 18px;
   display: inline-block;
   margin-top: 3px;
}

.social-wrap .meta .name {
   font-size: 12px;
}


footer .footer-contact-info p {
   margin-bottom: 6px;
}

footer .footer-contact-info .fa {
   margin-right: 10px;
   font-size: 14px;
   width: 12px;
}

footer .copyright p {
   font-size: 13px;
}


/* --------------------------------------------
	FOOTER
-------------------------------------------- */

a.sf-button.sf-icon-reveal {
   padding: 15px 35px;
   line-height: 20px;
   -webkit-transform: translate3d(0,0,0);
   background-color: #fff;
}



.contact-details {
   display: block;
   position: relative;
   padding: 0;
}

.contact-details strong {
   color: #fff;
   font-weight: 400;
   display: block;
   line-height: 1.2;
}

.contact-info i {
   float: left;
   text-align: center;
   width: 16px;
   top: -2px;
   margin: 4px 12px 10px 0 !important;
   font-size: 1.2em;
   position: static !important;
}

.contact-info ul li {
   padding-bottom: 15px;
}



footer.footer-emel {
   color: #999;
   background-color: #252525;
   font-size: 13px;
}

footer .copyright {
   color: #999;
   background-color: #252525;
   padding: 25px 0px;
}

footer.footer-emel .main > .container:after {
   content: '';
   position: absolute;
   left: 10px;
   padding-top: 50px;
   width: calc(100% - 20px);
   border-bottom: 1px solid #3d3d38;
}


footer.footer-emel a {
   color: #999;
}

footer.footer-emel .title {
   font-size: 14px;
   font-weight: 600;
}

footer.footer-emel .tag-cloud .tag-cloud-inner li > a {
   padding: 6px 7px;
   font-size:11px;
       line-height: 16px;
   text-decoration: none;
   -webkit-border-radius: 2px;
   border-radius: 2px;
       color: #b9b9b9;
   border: 1px solid rgba(207,215,223,.25);
   letter-spacing: 1px;
   background-color: #2b2d2f;
   box-shadow: 0 1px 1px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
   border: 2px solid #2b2d2f;
}

footer.footer-emel .tag-cloud .tag-cloud-inner li {
   margin-right: 8px !important;
   margin-bottom: 10px !important;
}

footer.footer-emel #newsletterForm .input-group .form-control {
   border: solid 1px #545454;
   background-color: #2b2d2f !important;
}

footer.footer-emel #newsletterForm .btn {
   padding: 14px 14px 14px;
   cursor: pointer;
   border-left-width: 0;
   font-size: 13px;
   color: #0cb4ce;
   background: #2b2d2f;
   border: 1px solid #545454;
   border-left: none;
    font-size: 11px!important;
}

footer.footer-emel .si-dark {
   background-color: #35373a;
}

footer.footer-emel .social-icon.si-small {
   width: 37px;
   height: 37px;
   font-size: 13px;
   line-height: 36px !important;
}







.v-heading i {
   font-size: 20px;
   margin-right: 10px;
   display: inline-block;
   vertical-align: -1px;
}

.heading-wrap {
   position: relative;
   z-index: 2;
}

h4.v-heading,
h3.v-heading,
h4.v-line-heading {
   line-height: 0px !important;
   text-align: left;
   padding: 10px 0;
   margin-top: 0;
   max-width: 100%;
   -ms-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}

h3.v-heading {
   margin-bottom: 28px;
}

h4.v-heading span,
h3.v-heading span,
h4.v-line-heading span {
   display: inline-block;
   position: relative;
}

h4.v-heading span:before,
h4.v-heading span:after,
h3.v-heading span:before,
h3.v-heading span:after,
h4.v-line-heading span:before,
h4.v-line-heading span:after {
   content: "";
   position: absolute;
   height: 7px !important;
   border-top: 1px solid #E9E9E9;
   border-bottom: 1px solid #E9E9E9;
   top: -2px;
   width: 1200px;
}

aside h4.v-heading span:before,
aside h4.v-heading span:after {
   display: none;
}


h3.spb-icon-heading span:before,
h3.spb-icon-heading span:after {
   top: 11px;
}

h4.v-heading span:before,
h3.v-heading span:before,
h4.v-line-heading span:before {
   right: 100%;
   margin-right: 15px;
}

h4.v-heading span:after,
h3.v-heading span:after,
h4.v-line-heading span:after {
   left: 100%;
   margin-left: 15px;
}

h4.v-center-heading span:before,
h3.v-center-heading span:before,
h4.v-center-heading span:after,
h3.v-center-heading span:after {
   max-width: 30px;
   margin: 0 -10px;
}

h3.v-center-heading,
h4.v-center-heading {
   display: block !important;
   max-width: 100%;
   margin: 20px auto 45px;
   text-align: center;
       font-weight: 600;
}

h3.v-center-heading span, h4.v-center-heading span {
   padding: 0 20px;
   position: relative;
   z-index: 5;
}

.slider-wrap .heading-wrap {
   text-align: center;
   margin-bottom: 10px;
}

.v-full-width-text h4.v-heading:before,
.v-bg-stylish h4.v-heading:before {
   border: 0;
}

.v-full-width-text h4.v-heading span,
.v-bg-stylish h4.v-heading span {
   background: transparent !important;
}

h4.v-heading span:before,
h4.v-heading span:after,
h3.v-heading span:before,
h3.v-heading span:after,
h4.v-line-heading span:before,
h4.v-line-heading span:after {
   border-color: #e4e4e4;
}

h4.v-heading:before,
h3.v-heading:before,
h4.v-line-heading:before {
   border-top-color: #e4e4e4;
}



/* ==================================================
    Side bar
===================================================== */

.page.has-sidebar.bordered .page-header {
   margin-bottom: 0;
}

.page.has-sidebar.bordered .page-inner {
   padding-bottom: 0;
   padding-top: 0px;
}

.page.has-sidebar.bordered .left-side-sidebar {
   padding-top: 50px;
   padding-bottom: 50px;
}

.page.has-sidebar.bordered .right-side-sidebar {
   padding-top: 50px;
   padding-bottom: 50px;
}

.has-sidebar.bordered.has-right-sidebar .left-side-sidebar {
   border-right: 1px solid rgba(0,0,0,0.1) !important;
   box-shadow: 1px 0px 0px 0px rgba(255,255,255,0.715) !important;
   padding-right: 45px;
}

.has-sidebar.bordered.has-right-sidebar .right-side-sidebar {
   padding-left: 40px;
}

.has-sidebar.bordered.has-left-sidebar .right-side-sidebar {
   padding-left: 45px;
}

.has-sidebar.bordered.has-left-sidebar .left-side-sidebar {
   border-right: 1px solid rgba(0,0,0,0.1) !important;
   box-shadow: 1px 0px 0px 0px rgba(255,255,255,0.715) !important;
   padding-right: 40px;
}

.page.has-sidebar .left-side-sidebar {
   padding-top: 50px;
   padding-bottom: 50px;
}

.page.has-sidebar .page-inner {
   padding-bottom: 0;
   padding-top: 0px;
}

.page.has-sidebar .right-side-sidebar {
   padding-top: 50px;
   padding-bottom: 50px;
}



aside section {
   margin-bottom: 60px;
}

aside section:after {
   clear: both;
   display: table;
   content: " ";
}

aside .heading .title {
margin-top: 0;
    margin-bottom: 28px;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

aside section .list-inline > li {
   padding-right: 0;
}

aside .img-holder {
   float: left;
   margin-right: 10px;
   margin-top: 3px;
}

aside section hr {
   margin-top: 10px;
   margin-bottom: 10px;
}

.sidebar-widget-inner:after {
   clear: both;
   content: ' ';
   display: table;
}

.sidebar .list-group-item {
   padding: 0;
   background-color: transparent;
   border-width: 0;
   /*border-bottom: 1px solid rgba(207,215,223,.25);*/
   margin-bottom: 0;
   box-shadow: inset 0px 1px 0 rgba(0,0,0,.08);
}

.sidebar .list-group-item:last-child {
   border-bottom-width: 0;
}

.sidebar .list-group-item a {
   text-decoration: none;
   padding-bottom: 10px;
   padding-top: 10px;
   padding-left: 15px;
   padding-right: 15px;
   font-size: 15px;
   display: block;
   line-height: 21px;
}

.sidebar .list-group-item.active > a {
   /*padding-left: 10px;*/
}

.sidebar .list-group-item.active {
   background-color: #fbfbfb;
}

.sidebar .list-group-item i {
   margin-right: 10px;
   width: 15px;
}

.sidebar .list-group-item a:hover {
   color: #96cd56;
}

.sidebar .list-group-item ul {
   padding-top: 0px;
   padding-bottom: 15px;
   list-style: none;
   width: 100%;
}

.sidebar .list-group-item ul li {
}

.sidebar .list-group-item ul li > a {
   color: #777;
   font-size: 13px;
   padding-bottom: 4px;
   padding-top: 4px;
}

.sidebar .list-group-item > a {
   display: block;
   width: 100%;
   color: #444;
}

.sidebar .list-group-item.list-toggle > a {
   display: block;
   width: 100%;
   /*color: #333;*/
}

.sidebar .list-group-item:not(.list-toggle) > a:before {
   content: "\f105";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   display: block;
   float: right;
   text-decoration: inherit;
   font-size: 14px;
}

.sidebar .list-group-item.list-toggle > a:hover {
   color: #96cd56;
}

.sidebar .list-group-item.active.list-toggle > a:hover {
   color: inherit;
}

.sidebar .list-group-item.list-toggle > a.collapsed:after {
   content: "\f101";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   display: block;
   float: right;
   text-decoration: inherit;
   font-size: 14px;
}

.sidebar .list-group-item.list-toggle > a:after {
   content: "\f103";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   display: block;
   float: right;
   text-decoration: inherit;
   font-size: 14px;
}

.sidebar .list-group-item.list-toggle {
   /*background-color: transparent;*/
}

.sidebar .bordered-sidebar .list-group-item {
   padding: 0;
   border-width: 1px;
   border: 1px solid rgba(207,215,223,.25);
   margin-bottom: -1px;
   background-color: #fbfbfb;
   border-top: none;
}

.list-group-fw {
   margin-right: -40px;
}

.right-side-sidebar .list-group-fw {
   margin-right: 0px;
   margin-left: -40px;
}

.right-side-sidebar .sidebar .list-group-item ul {
   padding-left: 15px;
}







ul.recent-posts-list {
   padding-left: 0px;
}

.recent-posts-list > li {
   height: auto;
   overflow: hidden;
   margin-bottom: 0;
   padding: 20px 0 0;
   border-top: 1px solid rgba(207,215,223,.25);
   margin-top: 20px
}

.recent-posts-list > li:first-child {
   border-top-width: 0;
   padding-top: 0;
   margin-top: 0
}

.recent-posts-list li .recent-post-image {
   padding: 0;
   float: left;
   width: 50px;
   height: 50px;
   background: #222;
   position: relative;
   border-radius: 4px;
   overflow: hidden
}

.recent-posts-list li .recent-post-image img {
   display: block;
   width: 100%;
   height: auto
}

.recent-posts-list li .recent-post-image i {
   color: #fff;
   width: 100%;
   text-align: center;
   font-size: 24px;
   top: 50%;
   position: absolute;
   margin-top: -6px
}

.recent-posts-list li.has-image .recent-post-details {
   padding: 0;
   margin-left: 66px
}

.recent-posts-list li .recent-post-title {
   display: block;
   margin-top: -3px;
   margin-bottom: 3px;
   font-size: 14px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #444;
}

.recent-posts-list li .recent-post-details > span {
   font-size: 12px;
   font-style: italic
}

.recent-posts-list li .recent-post-details .-excerpt p {
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   line-height: 150%;
   margin-bottom: 0;
   font-size: 12px;
   color: #999;
}

.recent-posts-list li .recent-post-details .blog-item-details {
   margin-top: 0px;
   padding-bottom: 0;
   font-size: 12px !important;
}

.recent-post figure {
   margin-bottom: 15px;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px
}

.blog-item-details time:before {
   content: '\e8b1';
   font-family: "fontello";
   margin-right: 6px;
   font-size: 12px;
   font-weight: normal;
}










ul.portfolio-grid {
   padding: 0;
   list-style: none;
}

.portfolio-grid li {
   float: left;
   height: 70px;
   position: relative;
   margin: 0 9px 9px 0 !important;
   background-image: url(/img/crease.svg);
   background-size: 100% 100%;
   background-position: center center;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box
}

.browser-ie .portfolio-grid li, .browser-ie10 .portfolio-grid li {
   background-image: none
}

.portfolio-grid li a {
   padding: 0;
}

.portfolio-grid li a img {
   width: 70px;
   height: 70px;
   transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
}

.portfolio-grid li:hover img {
   opacity: 0;
   -moz-opacity: 0;
   filter: alpha(opacity=0)
}

.portfolio-grid li a:after {
   content: "\f002";
   font-family: "FontAwesome";
   font-weight: normal;
   font-style: normal;
   display: inline-block;
   text-decoration: inherit;
   font-size: 18px;
   position: absolute;
   right: 50%;
   top: 50%;
   margin-top: -15px;
   margin-right: -9px;
   color: #fff;
   opacity: 0;
   -moz-opacity: 0;
   filter: alpha(opacity=0);
   transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out
}

.portfolio-grid li:hover a:after {
   opacity: 1;
   -moz-opacity: 1;
   filter: alpha(opacity=100)
}


ul.portfolio-grid.four-columns li a img {
   width: 58px;
   height: 58px;
   border-radius: 3px;
}

ul.portfolio-grid.four-columns li {
   height: 58px;
   border-radius: 3px;
   margin: 0 7px 7px 0 !important;
}






ul.-icon-list i {
   margin-right: 5px;
   width: 20px;
}

ul.tag-cloud-inner {
   padding-left: 0;
}

.tag-cloud .tag-cloud-inner li {
   float: left;
   list-style: none;
}

.tag-cloud-inner {
   margin: 0;
}

.tag-cloud .tag-cloud-inner li > a {
    font-size: 11px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    float: left;
    position: relative;
    margin: 0 5px 6px 0;
    padding: 4px 14px;
    background: #f7f7f7;
    color: #303133;
   -webkit-box-shadow: 0 1px 3px rgba(2, 6, 32, 0.1);
   -moz-box-shadow: 0 1px 3px rgba(2, 6, 32, 0.1);
   -ms-box-shadow: 0 1px 3px rgba(2, 6, 32, 0.1);
   -o-box-shadow: 0 1px 3px rgba(2, 6, 32, 0.1);
   box-shadow: 0 1px 3px rgba(2, 6, 32, 0.1);
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   -ms-border-radius: 40px;
   -o-border-radius: 40px;
   border-radius: 40px;
}







.p-content {
   width: 100%
}

.p-content {
   -webkit-perspective: 600px;
   -moz-perspective: 600px;
   perspective: 600px;
}

.p-section {
   text-transform: uppercase;
   font-weight: 500;
   font-size: 12px;
}

.p-image {
   margin-bottom: 15px;
}

.p-title h4,
.p-title h3 {
   margin-bottom: 7px;
   margin-top: 5px;
}

.p-content-2 .p-image {
   margin-bottom: 0px;
}

.p-content-2 .p-title {
   text-align: center;
}

.p-content-2 .p-info {
   padding: 15px 10px;
   background: white;
}








/* --------------------------------------------
	BLOG POST
-------------------------------------------- */

ul.post-wrap {
   list-style: none;
   padding-left: 0;
}

.post-author-wrap {
   text-align: center;
   padding-right: 30px;
   padding-left: 20px;
   position: relative;
   z-index: 1;
}

.post-content-wrap .link-to-post {
   position: relative;
   display: block;
}

.post-author-wrap .author-avatar {
   margin-bottom: 15px;
}

.post-author-wrap .author-avatar img {
   border-radius: 50%;
   box-shadow: 0 1px 3px rgba(0,0,0,0.1);
   -webkit-transition: border 0.3s ease,box-shadow 0.3s ease;
   transition: border 0.3s ease,box-shadow 0.3s ease;
   border: 4px solid white;
   width: 75px;
   display: inline-block;
}

.post-author-wrap .author-avatar img:hover {
   box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

.post-content-wrap figure {
   margin-bottom: 20px;
}

.post-content-wrap .post-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.post-content-wrap .post-meta ul {
   list-style: none;
   font-size: 14px;
   color: #999;
   position: relative;
   padding-left: 0;
}

.post-content-wrap .post-meta ul li {
   display: inline-block;
   margin-right: 3px;
   font-size: 11px;
   text-transform: uppercase;
}

.post-content-wrap .post-meta ul li i {
   margin-right: 4px;
}

.post-content-wrap .post-meta ul li a {
   color: #999;
}

.post-content-wrap .post-meta ul li.post-meta-seperator:after {
   clear: both;
   content: '/';
   opacity: 0.5;
}

.post-author-timeline {
   width: 2px;
   height: 80%;
   border-right-width: 1px;
   border-right-style: dashed;
   border-right-color: #bbb;
   margin-left: auto;
   margin-right: auto;
}

.medium-post .post-author-wrap {
   text-align: left;
   margin-top: -45px;
   padding-left: 15px;
}

.medium-post .post-author-wrap .author-avatar img {
   width: 50px;
   border: 3px solid white;
}

.medium-post .post-author-wrap .post-author-name {
   vertical-align: -18px;
   font-size: 14px;
}

.medium-post .post-author-timeline {
   margin-left: 45px;
   height: 24%;
}

.medium-post.post-content-wrap .post-meta ul {
   margin-bottom: 15px;
}

.post-content-wrap figure .post-overlay {
   height: 100%;
   width: 100%;
   display: block;
   opacity: 0;
   filter: alpha(opacity=0);
   text-align: center;
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   background-image: url(../img/crease.svg);
   -moz-background-size: cover;
   background-size: cover;
   background-position: center center;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition: -webkit-transform 0.3s, all 0.3s;
   -moz-transition: -moz-transform 0.3s, all 0.3s;
   -o-transition: transform 0.3s, all 0.3s;
   transition: transform 0.3s, all 0.3s;
}

.post-content-wrap figure:hover .post-overlay {
   opacity: 1;
   filter: alpha(opacity=100);
   background-color: rgba(140, 199, 71, 0.73);
}

.post-content-wrap figure .post-overlay:after {
   position: absolute;
   top: 50%;
   border-radius: 50%;
   background: #333;
   min-width: 60px;
   min-height: 60px;
   line-height: 60px;
   text-align: center;
   font-size: 24px;
   margin-left: -30px;
   margin-top: -25px;
   color: white;
   content: "\f101";
   font-family: FontAwesome;
}

.masonary-post.post-content-wrap figure {
   margin-bottom: -15px;
   position: relative;
}

.masonary-post.post-content-wrap .post-author-wrap .author-avatar {
   text-align: left;
   /*margin-bottom:10px;*/
}

.masonary-post.post-content-wrap .post-author-name {
   vertical-align: -11px;
   font-weight: 500;
   font-size: 14px;
}

.masonary-post .post-content-wrap-inner {
   background: white;
   padding: 35px;
   padding-left: 40px;
   padding-top: 0;
   padding-right: 40px;
}

.main-color .masonary-post .post-content-wrap-inner {
   background: #f6f9fc;
}

.masonary-post .post-author-wrap {
   padding: 0;
}

.post-blockquote blockquote.quote-simple p {
   font-size: 22px;
   line-height: 28px;
   font-style: normal;
   font-weight: 300;
}

.masonary-post .post-author-wrap .author-avatar img {
   border-radius: 50%;
   margin-right: 10px;
   border: 3px solid white;
   width: 50px;
   background-color: #fff;
   box-shadow: 0 1px 3px rgba(0,0,0,0.1);
   -webkit-transition: border 0.3s ease,box-shadow 0.3s ease;
   transition: border 0.3s ease,box-shadow 0.3s ease;
}

.masonary-post .post-meta {
   margin-bottom: 15px;
}

ul.masonary-post-wrap {
   padding-left: 0;
   list-style: none;
   padding-right: 0;
}

ul.masonary-post-wrap .masonary-post-item {
   margin-bottom: 30px;
}

ul.masonary-post-wrap .masonary-post-item .btn {
   margin-bottom: 5px;
}

.browser-ie figure.animated-overlay figcaption,
.browser-ie10 figure.animated-overlay figcaption {
   background-image: none;
}

figure.animated-overlay:hover figcaption {
   opacity: 1;
   filter: alpha(opacity=100);
}




.minimal-post.post-content-wrap {
   padding: 10px;
}

.minimal-post.post-content-wrap a.read-more {
   position: absolute;
   margin-bottom: 30px;
   bottom: 0;
   border-bottom: none;
}

.minimal-post.post-content-wrap .post-title {
   margin-bottom: 10px;
}

.minimal-post .post-content-wrap-inner {
   box-shadow: 0 0.125em 0.275em 0 rgba(0,0,0,0.075);
   padding: 30px;
   /*border: 1px solid rgba(0,0,0,0.10);*/
   background: white;
   min-height: 250px;
}

.minimal-post.post-content-wrap .post-title {
   font-size: 18px;
}

.minimal-post.post-content-wrap .post-meta ul li.date {
   padding: 0 8px;
   display: inline-block;
   position: relative;
}

.minimal-post.post-content-wrap .post-meta ul li.date:before {
   position: absolute;
   content: "";
   opacity: .08;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   -ms-transform: skew(-15deg);
   -webkit-transform: skew(-15deg);
   transform: skew(-15deg);
   background: #888888;
}

.minimal-post.post-content-wrap .post-meta ul li {
   text-transform: uppercase;
   font-size: 11px;
}

.minimal-post.post-content-wrap .post-meta ul:after {
   position: absolute;
   bottom: -25px;
   width: 45px;
   height: 2px;
   background: #111c24;
   content: "";
   left: 0;
   background: #8cc747;
   border-radius: 100px;
}



.post-wrap.v2 .post-content-wrap-inner {
   background: transparent;
   padding: 0;
   padding-top: 0;
}

.post-wrap.v2 .post-author-wrap .author-avatar {
   margin-bottom: 10px;
   padding-left: 10px;
}

.post-wrap.v2 .author-avatar img {
   width: 49px;
}

.post-wrap.v2 .post-meta {
   margin-bottom: 18px;
   padding-bottom: 18px;
   border-bottom: 1px solid rgba(0,0,0,0.1) !important;
   box-shadow: 0 1px 0 0 rgba(255,255,255,0.715) !important;
}

.post-wrap.v2 .post-content-wrap .post-title {
   padding-top: 5px;
}

.post-wrap.v2 .post-author-name {
   text-transform: uppercase;
   font-size: 12px;
}

.post-wrap.v3 .post-content-wrap-inner {
   padding: 40px;
   padding-top: 0;
   padding-bottom: 35px;
}

.post-wrap.v3 .post-meta {
   margin-bottom: 0px;
}

.post-wrap.v3 .post-content-wrap .post-title {
   margin-bottom: 15px;
}

.post-wrap.v3 .post-content-wrap .figure-excerpt p:last-child {
   padding-bottom: 18px;
   margin-bottom: 18px;
   border-bottom: 1px solid rgba(207,215,223,.25);
}

.post-wrap.v3 .post-content-wrap .post-author-wrap .author-avatar {
   margin-left: -7px;
}


/*version 4*/
.post-wrap.v4 .post-author-wrap .author-avatar img {
   width: 35px;
   margin-right: 10px;
}

.post-wrap.v4 .post-author-wrap {
   text-align: left;
   padding-right: 0;
   padding-left: 0;
}

.post-wrap.v4 .post-content-wrap .post-meta {
   margin-bottom: 10px;
}

.post-wrap.v4 .post-content-wrap .post-title {
   margin-bottom: 15px;
   padding-right: 20px;
}

.post-wrap.v4 .figure-excerpt p:last-child {
   padding-bottom: 18px;
   margin-bottom: 18px;
   border-bottom: 1px solid rgba(207,215,223,.25);
}

.post-wrap.v4 .post-author-name {
   vertical-align: sub;
   text-transform: uppercase;
   font-size: 12px;
}



/*version 5*/
.post-wrap.v5 .post-author-wrap .author-avatar img {
   width: 30px;
   margin-right: 10px;
}

.post-wrap.v5 .post-author-wrap {
   text-align: left;
   padding-right: 0;
   padding-left: 0;
}

.post-wrap.v5 .post-content-wrap .post-meta {
   margin-bottom: 10px;
}

.post-wrap.v5 .post-content-wrap .post-title {
   margin-bottom: 15px;
}

.post-wrap.v5 .figure-excerpt p:last-child {
   padding-bottom: 18px;
   margin-bottom: 25px;
   border-bottom: 0px solid rgba(207,215,223,.25);
}

.post-wrap.v5 .post-author-name {
   vertical-align: sub;
   text-transform: uppercase;
   font-size: 12px;
}

.post-wrap.v5 .post-content-wrap {
   padding: 45px;
   background-color: white;
}

.post-wrap.v5 .post-author-name {
   border-top: 1px solid rgba(207,215,223,.25);
   padding-top: 12px;
}

.post-wrap.v5 .post-author-wrap .author-avatar {
   margin-bottom: 0;
}








.blog-single-post .post-author-wrap.v2 {
   text-align: center;
   margin-top: -85px;
   padding-left: 15px;
}

.blog-single-post .post-author-name {
   vertical-align: -18px;
   font-weight: 500;
}

.blog-single-post .author-avatar img {
   border-radius: 50%;
   width: 75px;
   border: 4px solid white;
}


.post-link .post-content-wrap-inner {
   text-align: center;
}

.post-link .figure-excerpt a {
   border-bottom: 1px dotted;
   word-break: break-all;
   font-size: 16px;
}

.single-post-project.owl-carousel .owl-stage-outer {
   box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

.post-content-wrap .carousel-wrap a.next {
   right: 10px;
}

.post-content-wrap .carousel-wrap a.prev {
   left: 10px;
}

.no-figure .post-content-wrap-inner {
   padding-top: 35px;
}

.no-figure .post-author-wrap .author-avatar {
   text-align: center !important;
}

.masonary-post.no-figure.post-content-wrap .post-author-name {
   vertical-align: -5px;
}

.post-content-wrap video {
   display: inline-block;
   width: 100%;
}

.post-video .post-content-wrap-inner {
   padding-top: 20px;
}

.post-content-wrap.post-video figure {
   margin-bottom: 0;
}

.post-content-wrap.post-video .post-author-name {
   vertical-align: -3px;
}

.post-content-wrap.post-audio audio {
   position: absolute;
   left: 20px;
   right: 20px;
   bottom: 30px;
   margin: 0 auto;
}

.post-video.medium-post .post-author-wrap {
   text-align: left;
   margin-top: 0px;
   padding-left: 0px;
}


.main-color .post-content-wrap {
   background-color: #f7f7f7;
}



/* --------------------------------------------
	SMALL POST
-------------------------------------------- */

.spost,
.mpost {
   margin-top: 20px;
   padding-top: 20px;
   border-top: 1px dashed #E5E5E5;
}

.mpost {
   margin-top: 25px;
   padding-top: 25px;
}

.spost:first-child,
.mpost:first-child {
   margin-top: 0;
   padding-top: 0;
   border-top: 0;
}

.spost .entry-image,
.mpost .entry-image {
   float: left;
   margin: 0 15px 0 0;
   text-align: center;
}

.spost .entry-image,
.spost .entry-image a,
.spost .entry-image img,
.spost .entry-image i {
   width: 48px;
   height: 48px;
}

.spost .entry-image img {
   box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
   border: 4px solid white;
}

.spost .entry-image img:hover {
   box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.spost .entry-image a i,
.mpost .entry-image a i {
   font-size: 28px;
   line-height: 48px;
   color: #666;
   background-color: #EEE;
}

.spost .entry-title h4,
.mpost .entry-title h4 {
   margin: 0;
   font-size: 15px;
   font-weight: inherit;
}

.spost .entry-meta {
   margin-top: 5px;
   list-style: none;
   padding-left: 0;
}

.spost .entry-meta li,
.mpost .entry-meta li {
   font-size: 13px;
   margin: 0 10px 0 0;
}

.entry-meta li {
   float: left;
   font-size: 14px;
   line-height: 14px;
   margin: 0 10px 15px 0;
   color: #999;
   font-family: 'Crete Round', serif;
   font-style: italic;
}

.entry-meta li i {
   position: relative;
   top: 1px;
   font-size: 14px;
   margin-right: 3px;
}

.entry-c {
   position: relative;
   overflow: hidden;
   padding-left: 2px;
}




.latest-news-v2 .spost .entry-image img {
   box-shadow: none;
   border: 0;
}

.latest-news-v2 .spost .entry-image,
.latest-news-v2 .spost .entry-image a,
.latest-news-v2 .spost .entry-image img,
.latest-news-v2 .spost .entry-image i {
   width: 60px;
   height: 60px;
}

.latest-news-v2 .entry-c {
   padding-top: 10px;
}

.latest-news-v2 .spost, .latest-news-v2 .mpost {
   border-top-width: 0px;
   margin-bottom: 20px;
   padding-top: 0px;
}

.latest-news-v2 .entry-meta li {
   font-family: inherit;
   font-style: normal;
}



/* --------------------------------------------
	SERVICE GRID
-------------------------------------------- */

.service-grid-wrap {
   margin-bottom: 20px;
   position: relative;
}

.service-grid-wrap .service-item-img {
   position: relative;
}

.service-grid-wrap .service-item-content {
   padding: 30px;
   background: white;
   box-shadow: 0 5px 20px -4px rgba(0,0,0,0.11);
   min-height: 290px;
   position: relative;
}

.service-item-title {
   font-size: 20px;
   position: relative;
   margin-bottom: 45px;
   border-bottom: 1px solid rgba(0,0,0,0.05);
   padding-bottom: 1.2rem;
   margin-bottom: 2rem;
   position: relative;
   z-index: 1;
}

.service-item-excerpt {
}

.service-item-title:after {
   content: "";
   background-color: #8cc747;
   width: 22px;
   height: 4px;
   border-radius: 2px;
   display: block;
   position: absolute;
   bottom: -2px;
   left: 0px;
}

.service-grid-wrap a.read-more {
   position: absolute;
   margin-bottom: 30px;
   bottom: 0;
   border-bottom: none;
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 0.3px;
}

.service-grid-wrap .media-box {
   position: relative;
}

.service-grid-wrap .service-grid-overlay {
   height: 100%;
   width: 100%;
   display: block;
   opacity: 0;
   filter: alpha(opacity=0);
   text-align: center;
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;
   background-image: url(../img/crease.svg);
   -moz-background-size: cover;
   background-size: cover;
   background-position: center center;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition: -webkit-transform 0.3s, all 0.3s;
   -moz-transition: -moz-transform 0.3s, all 0.3s;
   -o-transition: transform 0.3s, all 0.3s;
   transition: transform 0.3s, all 0.3s;
}

.service-grid-wrap .service-grid-overlay:after {
   position: absolute;
   top: 50%;
   border-radius: 50%;
   background: #333;
   min-width: 60px;
   min-height: 60px;
   line-height: 60px;
   text-align: center;
   font-size: 21px;
   margin-left: -30px;
   margin-top: -25px;
   color: white;
   content: "\f002";
   font-family: FontAwesome;
}

.service-grid-wrap .service-item-img:hover .service-grid-overlay {
   opacity: 1;
   filter: alpha(opacity=100);
   background-color: rgba(140, 199, 71, 0.73);
}








/* --------------------------------------------
	CAROUSEL WRAP
-------------------------------------------- */

.carousel-wrap {
   position: relative;
}

.carousel-wrap a.next,
.carousel-wrap a.prev {
   width: 38px;
   height: 38px;
   margin: -19px 0 0;
   display: block;
   background: transparent url('../img/core/showcase-nav.png') no-repeat center left;
   position: absolute;
   top: 50%;
   cursor: pointer;
   text-indent: -9999px;
   opacity: 0;
   filter: alpha(opacity=0);
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   z-index: 3;
   border-radius: 50%;
   box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.carousel-wrap > a {
   color: #4a4a4a;
}

.carousel-wrap a.prev {
   left: -20px;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -moz-opacity: 0;
   opacity: 0;
   filter: alpha(opacity=0);
}

.carousel-wrap a.next {
   right: -20px;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -moz-opacity: 0;
   opacity: 0;
   filter: alpha(opacity=0);
   background-position: center right;
}

.carousel-wrap:hover a.next, .carousel-wrap:hover a.prev {
   -moz-opacity: 1;
   opacity: 1;
   filter: alpha(opacity=100);
}



/* --------------------------------------------
	FADE FOR SECTIONS
-------------------------------------------- */

.xfade.v1 {
   position: absolute;
   top: -120px;
   right: -300px;
   width: 700px;
   height: 600px;
   background-image: -webkit-gradient(linear, left top, right top, from(rgba(227,231,248,0)), to(#8BBAF5));
   background-image: linear-gradient(90deg, rgba(227,231,248,0) 0%, #8BBAF5 100%);
   -webkit-transform: translate(-150px, -200px) rotate(-45deg);
   transform: translate(-150px, -200px) rotate(-45deg);
   z-index: -1
}

.xfade.v1:before {
   content: "";
   position: absolute;
   right: 200px;
   top: -200px;
   width: 800px;
   height: 600px;
   background-image: -webkit-gradient(linear, left top, right top, from(rgba(227,231,248,0)), to(#E8F2FC));
   background-image: linear-gradient(90deg, rgba(227,231,248,0) 0%, #E8F2FC 100%);
   z-index: -1
}

.xfade.v2 {
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 800px;
   height: 600px;
   background-image: -webkit-gradient(linear, right top, left top, from(rgba(237,240,243,0)), to(#8BBAF5));
   background-image: linear-gradient(-90deg, rgba(237,240,243,0) 0%, #8BBAF5 100%);
   z-index: -1;
   -webkit-transform: translate(-360px, 0px) rotate(-45deg);
   transform: translate(-360px, 0px) rotate(-45deg)
}

.xfade.v2:before {
   content: "";
   position: absolute;
   right: 200px;
   top: -200px;
   width: 800px;
   height: 600px;
   background-image: -webkit-gradient(linear, right top, left top, from(rgba(227,231,248,0)), to(#E8F2FC));
   background-image: linear-gradient(-90deg, rgba(227,231,248,0) 0%, #E8F2FC 100%);
   z-index: -1
}

.xfade.v3 {
   position: absolute;
   right: -800px;
   top: 0px;
   width: 800px;
   height: 600px;
   background-image: -webkit-gradient(linear, left top, right top, from(rgba(227,231,248,0)), to(#8BBAF5));
   background-image: linear-gradient(90deg, rgba(227,231,248,0) 0%, #8BBAF5 100%);
   -webkit-transform: translate(-360px, 0px) rotate(-45deg);
   transform: translate(-360px, 0px) rotate(-45deg);
   z-index: -1;
}

.xfade.v3:before {
   content: "";
   position: absolute;
   right: -40px;
   top: -200px;
   width: 1000px;
   height: 600px;
   background-image: -webkit-gradient(linear, left top, right top, from(rgba(227,231,248,0)), to(#E8F2FC));
   background-image: linear-gradient(90deg, rgba(227,231,248,0) 0%, #E8F2FC 100%);
   z-index: -1
}

.xfade.v4 {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 800px;
   height: 600px;
   background-image: -webkit-gradient(linear, right top, left top, from(rgba(237,240,243,0)), to(rgba(54,51,175,0.57)));
   background-image: linear-gradient(-90deg, rgba(237,240,243,0) 0%, rgba(54,51,175,0.57) 100%);
   z-index: 1;
   -webkit-transform: translate(-360px, 0px) rotate(-45deg);
   transform: translate(-360px, 0px) rotate(-45deg)
}

.xfade.v4:before {
   content: "";
   position: absolute;
   right: 200px;
   top: -200px;
   width: 800px;
   height: 600px;
   background-image: -webkit-gradient(linear, right top, left top, from(rgba(227,231,248,0)), to(rgba(236,218,255,0.43)));
   background-image: linear-gradient(-90deg, rgba(227,231,248,0) 0%, rgba(236,218,255,0.43) 100%);
   z-index: -1
}


section.fx--y .aframe-fxs {
   position: absolute;
   width: 100%;
   height: 100%;
   background-image: linear-gradient(90deg,#0cb4ce,#0981b7);
   top: -130px;
   transform: skewY(-10deg);
}

section.fx--y .aframe-fxs .s1 {
   top: 0;
   left: 12%;
   width: 40%;
   background: linear-gradient(90deg,rgb(39, 160, 214),rgb(13, 133, 187));
}

section.fx--y .aframe-fxs .s2 {
   bottom: 0;
   left: 0;
   width: 51%;
   background: linear-gradient(90deg,#0c84ba,rgba(60,66,114,0));
}

section.fx--y .aframe-fxs .aframe-fx {
   position: absolute;
   height: 190px;
}

.common-Card {
   position: relative;
   background-color: #fff;
   border-radius: 4px;
   padding: 40px;
   box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

section.fx--y aside.guide .cover {
   margin: -40px -40px 25px;
}

section.fx--y aside.guide .cover {
   margin: -40px -40px 25px;
   position: relative;
   height: 170px;
   background-size: 1267px 400px;
   background-repeat: no-repeat;
   background-position: -190px -165px;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   overflow: hidden;
}

section.fx--y aside.guide .cover:after {
   content: "";
   position: absolute;
   width: 100%;
   height: 200px;
   top: 100%;
   left: 0;
   background-color: #fff;
   transform: skewY(-10deg);
   transform-origin: 0 0;
}








.project-details {
   margin-bottom: 0;
}

.project-details li h5 {
   margin-bottom: 0px;
}














.bg-overlay--gradient-dark::after {
   background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
   background-repeat: repeat-x;
}

.bg-overlay--gradient-dark::after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}




.fontawesome-icon-list .fa-hover a .fa {
   width: 32px;
   font-size: 14px;
   display: inline-block;
   text-align: right;
   margin-right: 10px;
}

.fontawesome-icon-list .fa-hover a {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   display: block;
   line-height: 32px;
   height: 32px;
   border-radius: 2px;
}

.fontawesome-icon-list .fa-hover a:hover {
   color: #fff;
   text-decoration: none;
}

.ion-icon-list,
.bs-glyphicons-list {
   padding-left: 0;
   list-style: none;
}

.ion-icons li,
.bs-glyphicons li {
   float: left;
   width: 20%;
   padding-left: 15px;
   padding-bottom: 4px;
   padding-top: 4px;
   padding-right: 5px;
   border-radius: 2px;
}

.ion-icons li:before,
.bs-glyphicons .glyphicon {
   font-size: 14px;
   width: 23px !important;
}

.ion-icons li:before {
   font-size: 16px;
}

.ion-icons li:hover,
.bs-glyphicons li:hover {
   color: #fff;
   text-decoration: none;
   cursor: pointer
}

.ion-icons li:hover:before,
.bs-glyphicons li:hover .glyphicon {
   color: #fff;
}

























/* Home Slider - Revolution Slider */
.slider-container {
   background: #171717;
   height: 500px;
   overflow: hidden;
   width: 100%;
   direction: ltr;
}

.slider-container .tparrows {
   border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
   display: none;
}

.slider-container .top-label {
   color: #FFF;
   font-size: 24px;
   font-weight: 300;
}

.slider-container .main-label {
   color: #FFF;
   font-size: 62px;
   line-height: 62px;
   font-weight: 800;
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
   color: #FFF;
   font-size: 52px;
   line-height: 52px;
   font-weight: 800;
   text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
   color: #FFF;
   font-size: 20px;
   line-height: 20px;
   font-weight: 300;
}

.slider-container .blackboard-text {
   color: #BAB9BE;
   font-size: 46px;
   line-height: 46px;
   font-family: "Shadows Into Light", cursive;
   text-transform: uppercase;
}

.slider-container .btn.btn-lg.btn-slider-action {
   font-size: 22px;
   font-weight: 600;
   line-height: 20px;
   padding: 1.2rem 1.8rem;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
   color: #333;
}

.slider-container .tp-caption-dark a {
   color: #333;
}

.slider-container .tp-caption-dark a:hover {
   color: #333;
}

.slider-container .tp-caption-overlay {
   background: #000;
   padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
   background: rgba(0, 0, 0, 0.4);
   padding: 10px;
}

.slider-container .tp-opacity-overlay {
   background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
   background-color: transparent;
}

.slider-container.light {
   background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
   opacity: 0.05;
   top: 0;
   bottom: auto;
   z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
   color: #333;
}

.slider-container.light .tp-caption a {
   color: #333;
}

.slider-container.light .tp-caption a:hover {
   color: #333;
}

/* Arrows */
.tparrows.tparrows-carousel {
   display: inline-block;
   position: absolute;
   width: 30px;
   height: auto;
   padding: 20px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow {
   right: auto !important;
   left: -30px !important;
   border-radius: 0 4px 4px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
   font-family: FontAwesome;
   content: "\f053";
   position: relative;
   left: -1px;
   top: 1px;
}

.tparrows.tparrows-carousel.tp-rightarrow {
   right: -60px !important;
   left: auto !important;
   border-radius: 4px 0 0 4px;
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
   font-family: FontAwesome;
   content: "\f054";
   position: relative;
   left: 2px;
   top: 1px;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
   overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
   border: 0 !important;
}

/* Defaults */
.hesperiden-custom {
   padding: 10px 0 !important;
}

.hesperiden-custom .tp-tab {
   border: 0 !important;
}

/* Slider With Overlay */
.slider-with-overlay {
   position: relative;
}

.slider-with-overlay .slider-container {
   z-index: auto;
}

/* Slider Contact Form */
.slider-contact-form {
   margin: -45px 0 25px;
}

.slider-contact-form .featured-box {
   text-align: left;
}

.slider-contact-form label.error {
   display: none !important;
}

.slider-contact-form .alert {
   padding: 6px;
   text-align: center;
}

.slider-contact-form textarea {
   resize: none;
}

/* Responsive */
@media (min-width: 992px) {
   .slider-contact-form {
      margin: 0;
      position: absolute;
      top: 20px;
      z-index: 99;
      width: 100%;
   }
}
/* Boxed */
html.boxed .slider-container {
   width: 100% !important;
   left: auto !important;
}



.dzsparallaxer div.semi-black-overlay-2 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: -moz-linear-gradient(top, rgba(239, 239, 239, 0.2) 0%, rgb(255, 255, 255) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));
   background: -webkit-linear-gradient(top, rgba(239, 239, 239, 0.2) 0%, rgb(255, 255, 255) 100%);
   background: -o-linear-gradient(top, rgba(239, 239, 239, 0.2) 0%, rgb(255, 255, 255) 100%);
   background: -ms-linear-gradient(top, rgba(239, 239, 239, 0.2) 0%, rgb(255, 255, 255) 100%);
   background: linear-gradient(to bottom, rgba(239, 239, 239, 0.2) 0%, rgb(255, 255, 255) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 );
}



.bg-ps-right {
   background-position: right !important;
   background-repeat: no-repeat !important;
}

.bg-ps-left {
   background-position: left !important;
   background-repeat: no-repeat !important;
}

.left-top-br:before {
   content: "";
   border-top-width: 3px;
   border-top-style: solid;
   width: 50%;
   display: block;
   position: absolute;
   top: 0;
}

.right-top-br:before {
   content: "";
   border-top-width: 3px;
   border-top-style: solid;
   width: 50%;
   margin-left: 50%;
   display: block;
   position: absolute;
   top: 0;
}




.title-highlight-inner {
   border-left-width: 4px;
   border-left-style: solid;
   padding-left: 23px;
}

.title-highlight .detail-text {
   font-size: 18px;
   line-height: 29px;
   margin-top: 15px;
   padding-bottom: 5px;
   font-weight: 300;
}

.title-highlight .title-text {
   padding-top: 5px;
   font-size: 22px;
   font-weight: 500;
}



.video-link-wrap .icon:before {
   font-size: 24px;
   opacity: 0.7;
   margin-right: 5px;
   vertical-align: -3px;
   font-family: FontAwesome;
   content: "\f01d";
   color: #a4b8c4;
}

.video-link-wrap a {
   text-decoration: underline !important;
}

.ss-icon, .ss-icon.ss-gizmo,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-gizmo:before, [class*=" ss-"].ss-gizmo:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-gizmo.right:after, [class*=" ss-"].ss-gizmo.right:after {
   vertical-align: middle;
}





.xfade-bg {
   top: 0;
   height: 608px;
   z-index: -1;
   position: absolute;
   left: 0;
   right: 0;
   transform: skewY(-12deg);
   pointer-events: none;
}

.xfade-bg .skewY {
   height: 190px;
   position: absolute;
   top: auto;
   left: 0;
   right: 0;
}

.xfade-bg .s0 {
   bottom: 0;
   height: 1000px;
   background: linear-gradient(180deg,rgba(230,235,241,.45),rgba(246,249,252,.5))
}

.xfade-bg .s1 {
   bottom: 0;
   background: rgba(230,235,241,.45);
   left: calc(50% + 330px)
}

.xfade-bg .s2 {
   bottom: 190px;
   background: hsla(0,0%,100%,.45);
   right: 70%
}

.xfade-bg .s3 {
   bottom: 380px;
   background: #f6f9fc
}

.xfade-bg .s4 {
   bottom: 570px;
   background: linear-gradient(90deg,#f6f9fc,#e6ebf1)
}



.xfade-bg-2.v2 {
   position: absolute;
   left: 0;
   top: 50%;
   right: 0;
   transform: skewY(-12deg);
   pointer-events: none;
   top: calc(50% + 310px);
}

.xfade-bg-2.v2 .skewY {
   position: absolute;
   top: auto;
   left: 0;
   right: 0;
   height: 200px
}

.xfade-bg-2.v2 .s0 {
   height: 5000px;
   bottom: 200px;
   background: linear-gradient(90deg,#e4ecf5,#f5fdff)
}

.xfade-bg-2.v2 .s1 {
   bottom: 0;
   left: calc(50% + 220px);
   background: linear-gradient(90deg,#f4fafd,#eff8fc)
}

.xfade-bg-2.v2 .s2 {
   bottom: 200px;
   right: calc(50% - 220px);
   background: linear-gradient(90deg,#d6e3f0,#e7f3fa)
}

.xfade-bg-2.v2 .s3 {
   bottom: 600px;
   left: 10%;
   right: calc(50% - 300px);
   background: linear-gradient(90deg,#ecf4fa,#e4eff6)
}



.pattern1 {
   background-image: url('../img/icons/pattern.svg');
   background: -webkit-linear-gradient(top left,rgba(40,40,40,.92),rgba(40,40,40,.92)), url("../img/icons/pattern.svg");
   background: linear-gradient(to bottom right,rgba(40,40,40,.92),rgba(40,40,40,.92)), url("../img/icons/pattern.svg");
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 10px;
}

.pattern2 {
   background-image: url('../img/icons/bg-page-section.png');
   background-blend-mode: overlay;
   height: 200%;
   left: 0;
   position: absolute;
   right: 0;
   top: -100%;
   z-index: -10;
   background-color: inherit;
   background-size: 480px;
   background-color: rgba(245,245,245,0.5);
}


.signup-form-wrap {
   display: block;
   padding: 45px 40px;
   padding-bottom: 30px;
   background: #f6f9fc;
   border-radius: 2px;
}

form label {
   font-size: 0.92em;
}

/*==============================================
            Home Intro
            ===============================================*/

.home-intro {
   background-color: #333;
   overflow: hidden;
   padding: 30px 0 10px 0;
   position: relative;
   text-align: left;
}

.home-intro .get-started {
   margin-top: 15px;
   margin-bottom: 15px;
   position: relative;
}

.home-intro .learn-more {
   margin-left: 15px;
   display: inline-block;
   white-space: nowrap;
}

.home-intro .pattern1 {
   margin-top: -30px;
   padding-top: 40px;
   margin-bottom: -10px;
   padding-bottom: 20px;
}


/* ==================================================
    Custom Sections
===================================================== */

.cover-bg:before {
   content: '';
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
}

.cover-blue-bg:before {
   background-image: url(../img/core/cover-blue-nodots.svg?v=aff243ab41ef), linear-gradient(87deg,#0577f4 0,#53d3d4 100%);
   background-size: 1420px auto,auto auto;
   background-position: center -85px,0 0;
}

.cover-purple-bg:before {
   background-image: url(../img/core/cover-purple-nodots.svg?v=568f5741dd20),linear-gradient(87deg,#6c24ae 0,#9e5cce 100%);
   background-size: 1420px auto,auto auto;
   background-position: center -85px,0 0;
}

.section-primary.cover-purple-bg:before,
.section-primary.cover-blue-bg:before {
   margin-top: -55px;
}

.section-big.cover-purple-bg:before,
.section-big.cover-blue-bg:before {
   margin-top: -75px;
}


.exp-separator {
   border-color: #0cb4ce;
   border-top-width: 2px;
   margin-top: 10px;
   margin-bottom: 2px;
   width: 100%;
   max-width: 55px;
   border-top-style: solid;
   height: auto;
   clear: both;
   position: relative;
   z-index: 11;
}

.exp-separator-inner {
   border-color: #0cb4ce;
   opacity: 0.4;
   border-top-width: 2px;
   margin-top: 6px;
   margin-bottom: 35px;
   width: 100%;
   max-width: 30px;
   border-top-style: solid;
   height: auto;
   clear: both;
   position: relative;
   z-index: 11;
}

.center-separator .exp-separator-inner,
.center-separator.exp-separator {
   margin-left: auto;
   margin-right: auto;
}

.right-separator .exp-separator-inner,
.right-separator.exp-separator {
   margin-right: 0;
   margin-left: auto;
}

.section-img {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
}

.section-img img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   pointer-events: none;
   -o-object-position: 33% 100%;
   object-position: 33% 100%;
}


.nav-list a:hover {
   cursor: pointer;
}








.new-customers__box {
   position: relative;
   width: 100%;
   height: auto;
   padding: 60px 0;
   background-color: #fff;
   -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.102);
   box-shadow: 0 0 40px 0 rgba(0,0,0,.102);
   text-align: center;
   border-radius: 10px;
}

.new-customers__box span {
   font-size: 30px;
   font-weight: 100;
   line-height: 1;
}

.new-customers__box p {
   font-size: 16px;
   line-height: 1.5;
}

.new-customers__box--last {
   padding-top: 40px;
}

.new-customers__box--content {
   min-height: 150px;
}





.exp-steps--boxes__item--wrap {
   position: relative;
   width: 140px;
   height: 140px;
   margin: 0 auto;
   background-color: #fff;
   -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.051);
   box-shadow: 0 5px 10px 0 rgba(0,0,0,.051);
   border: 1px solid rgba(48,48,48,.102);
   border-radius: 50%;
   text-align: center;
   display: table;
}

.exp-steps--boxes__item--wrap > span {
   display: block;
   position: absolute;
   z-index: 1;
   width: 40px;
   height: 40px;
   background-color: #ffbb3c;
   border-radius: 50%;
   line-height: 40px;
   color: #fff;
   font-size: 18px;
   bottom: 10px;
   left: -4px;
}

.exp-steps--boxes-icon {
   font-size: 45px;
   vertical-align: middle;
   display: table-cell;
   margin-left: auto;
   margin-right: auto;
}

.exp-steps--boxes__item {
   text-align: center;
}

.exp-steps--boxes-img {
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   right: 0;
   left: 0;
}






.exp-case-boxes--item-large__content {
   padding: 40px;
   padding-right: 90px;
   top: inherit;
   bottom: 0;
   position: absolute;
}

.exp-case-boxes--item-large__bg {
   position: relative;
   width: inherit;
   height: inherit;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   border-radius: 10px;
}

.exp-case-boxes--item-small__content {
   bottom: 0;
   padding: 40px 30px;
   position: absolute;
}

.exp-case-boxes--item-small__layer {
   width: inherit;
   height: inherit;
   border-radius: 10px;
}

.exp-case-boxes--item-small__bg {
   position: relative;
   width: inherit;
   height: inherit;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   border-radius: 10px;
}

.exp-case-boxes--item-large {
   height: 454px;
   width: 100%;
}

.exp-case-boxes--item-small {
   width: 100%;
   height: 212px;
   border-radius: 5px;
}

.exp-case-boxes--item-large__layer {
   text-shadow: 0 0 10px rgba(0,0,0,.6);
   width: inherit;
   height: inherit;
   border-radius: 10px;
   background-image: -webkit-linear-gradient(220deg,rgba(255,187,60,.6),rgba(214,22,39,.8));
   background-image: -moz-linear-gradient(220deg,rgba(255,187,60,.6),rgba(214,22,39,.8));
   background-image: -o-linear-gradient(220deg,rgba(255,187,60,.6),rgba(214,22,39,.8));
   background-image: -ms-linear-gradient(220deg,rgba(255,187,60,.6),rgba(214,22,39,.8));
   background-image: linear-gradient(230deg,rgba(255,187,60,.6),rgba(214,22,39,.8));
}

.exp-case-boxes--item-small__layer--green {
   text-shadow: 0 0 10px rgba(0,0,0,.6);
   background-image: -webkit-linear-gradient(201deg,rgba(180,237,80,.3),rgba(66,147,33,.6));
   background-image: -moz-linear-gradient(201deg,rgba(180,237,80,.3),rgba(66,147,33,.6));
   background-image: -o-linear-gradient(201deg,rgba(180,237,80,.3),rgba(66,147,33,.6));
   background-image: -ms-linear-gradient(201deg,rgba(180,237,80,.3),rgba(66,147,33,.6));
   background-image: linear-gradient(249deg,rgba(180,237,80,.3),rgba(66,147,33,.6));
}

.exp-case-boxes--item-small__layer--yellow {
   text-shadow: 0 0 10px rgba(0,0,0,.6);
   background-image: -webkit-linear-gradient(201deg,rgba(255,233,0,.5),rgba(165,106,10,.7));
   background-image: -moz-linear-gradient(201deg,rgba(255,233,0,.5),rgba(165,106,10,.7));
   background-image: -o-linear-gradient(201deg,rgba(255,233,0,.5),rgba(165,106,10,.7));
   background-image: -ms-linear-gradient(201deg,rgba(255,233,0,.5),rgba(165,106,10,.7));
   background-image: linear-gradient(249deg,rgba(255,233,0,.5),rgba(165,106,10,.7));
}


.col_half,
.col_full {
   margin-bottom: 15px;
}




.join-us-form {
   padding: 30px;
   padding-top: 60px;
   padding-bottom: 20px;
   width: 100%;
   border: 5px solid #ececec;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   position: relative;
   background: white;
}

.join-us-form:before {
   background: #0cb4ce;
   color: white;
   z-index: 1;
   content: "\f0e0";
   height: 75px;
   text-align: center;
   font-family: FontAwesome;
   position: absolute;
   top: -40px;
   left: 50%;
   margin-left: -35px;
   width: 75px;
   line-height: 74px;
   font-size: 35px;
   vertical-align: middle;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.18);
   -moz-box-shadow: 1px 2px 2px rgba(0,0,0,.18);
   box-shadow: 1px 2px 2px rgba(0,0,0,.18);
}



.page-login-vertex__rightSection {
   width: calc(100% - 400px);
   z-index: 1;
   min-height: 100%;
   height: auto;
   position: fixed;
   top: 0;
   right: 0;
   background-size: cover;
   background-position: left 50% top 50%;
}

.page-login-vertex__leftSection {
   min-height: 100vh;
   background-color: #f1f3f7;
   z-index: 10;
   position: absolute;
   top: 0;
   left: 0;
   width: 400px;
   box-shadow: 3px 0 28px hsla(0,0%,45%,.5);
}

.page-login-vertex .smart-forms .form-body {
   padding: 40px 60px;
}

.page-login-vertex .smart-container {
   background: transparent;
   box-shadow: none;
}

.page-login-vertex .smart-forms .tagline span {
   background: #f1f3f7;
}





.img-thumbnail {
   border-radius: 2px;
   position: relative;
}

.img-thumbnail img {
   border-radius: 2px;
}

.img-thumbnail .zoom {
   background: #CCC;
   border-radius: 100%;
   bottom: 8px;
   color: #FFF;
   display: block;
   height: 30px;
   padding: 6px;
   position: absolute;
   right: 8px;
   text-align: center;
   width: 30px;
}

.img-thumbnail .zoom i {
   font-size: 14px;
   left: -1px;
   position: relative;
   top: -3px;
}

.img-thumbnail.img-thumbnail-hover-icon {
   position: relative;
}

.img-thumbnail.img-thumbnail-hover-icon img {
   position: relative;
   z-index: 1;
}

.img-thumbnail.img-thumbnail-hover-icon:before {
   -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
   transition: all 0.2s;
   background: rgba(156, 206, 59, 0.89);
   border-radius: 2px;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   opacity: 0;
   z-index: 2;
}

.img-thumbnail.img-thumbnail-hover-icon:after {
   -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
   transition: all 0.2s;
   font-family: FontAwesome;
   color: #FFF;
   content: "\f002";
   font-size: 26px;
   height: 30px;
   position: absolute;
   top: 30%;
   margin-top: -18px;
   display: block;
   text-align: center;
   width: 95%;
   opacity: 0;
   z-index: 3;
}

.img-thumbnail.img-thumbnail-hover-icon:hover:before {
   opacity: 1;
}

.img-thumbnail.img-thumbnail-hover-icon:hover:after {
   top: 50%;
   opacity: 1;
}


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


.streamline-icon-wrap.bs-glyphicons li {
   width: 25%;
}

.streamline-icon-wrap.bs-glyphicons li {
   padding-bottom: 5px;
   padding-top: 5px;
}

.streamline-icon-wrap .ion-icons li:before,
.streamline-icon-wrap.bs-glyphicons .glyphicon {
   font-size: 24px;
   width: 40px !important;
}

.streamline-icon-wrap .glyphicon-class {
   vertical-align: text-bottom;
}






/* --------------------------------------------
	OWL CAROUSEL
-------------------------------------------- */


.owl-carousel .owl-dots .owl-dot span {
   margin-left: 3px;
   margin-right: 3px;
   width: 13px;
   height: 13px;
   border: 2px solid rgba(0, 0, 0, 0.2);
   border-radius: 8px;
   background: none;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
   border-color: #444;
   background: none;
   position: relative;
}

.owl-carousel .owl-dots .owl-dot.active span:before,
.owl-carousel .owl-dots .owl-dot:hover span:before {
   content: '';
   position: absolute;
   left: 3px;
   top: 3px;
   right: 3px;
   bottom: 3px;
   background-color: #444;
   border-radius: 20px;
}

.owl-carousel .owl-nav {
   top: 50%;
   position: absolute;
   margin-top: -20px;
   width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
   display: inline-block;
   position: absolute;
   width: 30px;
   height: 30px;
}

.owl-carousel .owl-nav .owl-prev {
   left: -5px;
}

.owl-carousel .owl-nav .owl-prev:before {
   font-family: FontAwesome;
   content: "\f053";
   position: relative;
   left: -1px;
   top: 1px;
}

.owl-carousel .owl-nav .owl-next {
   right: -5px;
}

.owl-carousel .owl-nav .owl-next:before {
   font-family: FontAwesome;
   content: "\f054";
   position: relative;
   left: 2px;
   top: 1px;
}

.owl-carousel.stage-margin .owl-stage-outer {
   margin-left: 40px !important;
   margin-right: 40px !important;
}

.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.owl-carousel.show-nav-hover .owl-nav {
   opacity: 0;
   -webkit-transition: opacity 0.2s ease-in-out;
   -moz-transition: opacity 0.2s ease-in-out;
   transition: opacity 0.2s ease-in-out;
}

.owl-carousel.show-nav-hover .owl-nav .owl-prev {
   left: -20px;
}

.owl-carousel.show-nav-hover .owl-nav .owl-next {
   right: -20px;
}

.owl-carousel.show-nav-hover:hover .owl-nav {
   opacity: 1;
}

.owl-carousel.show-nav-title .owl-nav {
   top: 0;
   right: 0;
   margin-top: -45px;
   width: auto;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"], .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {
   font-size: 18px;
   background: transparent !important;
   width: 18px;
   font-size: 18px;
}

.owl-carousel.show-nav-title .owl-nav .owl-prev {
   left: -45px;
}

.owl-carousel.rounded-nav .owl-nav [class*="owl-"] {
   padding: 3px 7px;
   border-radius: 50%;
   background: transparent;
   border: 1px solid #999 !important;
   color: #999;
}

.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover, .owl-carousel.rounded-nav .owl-nav [class*="owl-"].hover {
   background: transparent !important;
   border: 1px solid #a1a1a1 !important;
   color: #a1a1a1 !important;
}

.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:active, .owl-carousel.rounded-nav .owl-nav [class*="owl-"].active {
   background: transparent !important;
   border: 1px solid #666 !important;
   color: #666 !important;
}

.owl-carousel.nav-bottom .owl-nav {
   position: static;
   margin: 0;
   padding: 0;
   width: auto;
}

.owl-carousel.nav-bottom .owl-nav .owl-prev, .owl-carousel.nav-bottom .owl-nav .owl-next {
   position: static;
}

.owl-carousel.nav-inside .owl-nav, .owl-carousel.nav-inside .owl-dots {
   bottom: 2px;
   margin-top: 10px;
   position: absolute;
   right: 6px;
}

.owl-carousel.full-width .owl-nav, .owl-carousel.big-nav .owl-nav {
   margin-top: -30px;
}

.owl-carousel.full-width .owl-nav [class*="owl-"], .owl-carousel.full-width .owl-nav [class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav [class*="owl-"], .owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {
   height: auto;
   padding: 20px 0;
}

.owl-carousel.full-width .owl-nav .owl-prev, .owl-carousel.big-nav .owl-nav .owl-prev {
   border-radius: 0 4px 4px 0;
}

.owl-carousel.full-width .owl-nav .owl-next, .owl-carousel.big-nav .owl-nav .owl-next {
   border-radius: 4px 0 0 4px;
}

.owl-carousel.top-border {
   border-top: 1px solid #DBDBDB;
   padding-top: 18px;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav [class*="owl-"].hover {
   color: #90ce4e;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
   color: #90ce4e;
}

.owl-carousel .owl-nav [class*="owl-"] {
   background-color: #90ce4e;
   border-color: #90ce4e #90ce4e #006699;
   color: #ffffff;
}

.owl-carousel .owl-nav [class*="owl-"]:hover, .owl-carousel .owl-nav [class*="owl-"].hover {
   background-color: #00a1f2;
   border-color: #00aaff #00aaff #90ce4e;
   color: #ffffff;
}

.owl-carousel .owl-nav [class*="owl-"]:active, .owl-carousel .owl-nav [class*="owl-"].active {
   background-color: #006ea6;
   background-image: none;
   border-color: #006699 #006699 #004466;
}


/* --------------------------------------------
	VERTEX BOX
-------------------------------------------- */

.vertex-box {
   position: relative;
   padding: 0;
   border-radius: 6px;
   background-color: #0cb4ce;
   margin-bottom: 20px;
}

.vertex-box:before {
   position: absolute;
   content: '';
   background-color: #0cb4ce;
   width: 30px;
   height: 32px;
   display: block;
   bottom: -6px;
   left: 20%;
   border-radius: 4px;
   -webkit-transform: skewY(35deg);
   -ms-transform: skewY(35deg);
   transform: skewY(35deg);
   border-top: 0;
}

.vertex-box .vertex-box-inner {
   position: relative;
   padding: 30px;
   padding-top: 50px;
   padding-bottom: 60px;
   border-radius: 4px;
}

.vertex-box .vertex-box-inner:before {
   position: absolute;
   content: '';
   background-color: #0cb4ce;
   top: -6px;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   -webkit-transform: skewY(1.5deg);
   -ms-transform: skewY(1.5deg);
   transform: skewY(1.5deg);
   border-radius: 6px;
   transform-origin: right top;
}


.col-md-border:not(:last-child) {
   border-right: 1px solid #e4e4e4;
}

.col-md-border + .col-md-border {
   border-left: 1px solid #e2e2e2;
   margin-left: -1px;
}

.e-custom-heading {
   display: block;
   font-family: "Playfair Display", Georgia, Times, serif !important;
   font-weight: normal;
   font-style: italic;
   float: none;
   letter-spacing: 0;
}


.search-form {
   position:relative;
}

/* Grid */
.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-2-5, .col-sm-2-5,
.col-md-2-5, .col-lg-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5,
.col-lg-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}

	.col-lg-2-5 {
		width: 40%;
		float: left;
	}

	.col-lg-3-5 {
		width: 60%;
		float: left;
	}

	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}

/**
 * main-shortcodes.css
 */
 .feature-box .icon.filled.medium {
   height: 70px;
   width: 70px;
   line-height: 68px;
   font-size: 30px;
   font-size: 25px;
   margin-bottom: 15px;
   border: 1px solid #0cb4ce;
   color: white;
   border-radius: 50%;
   text-align: center;
   box-shadow: 0 5px 14px rgba(0,0,0,.20);
}

.feature-box-core {
   border-radius: 4px;
   box-shadow: 0 1px 1px 0 rgba(23,55,87,.1), 0 5px 15px 0 rgba(0,0,0,.07);
   padding: 25px 40px;
   position: relative;
   transition-property: color,background-color,box-shadow,transform;
   transition-duration: .15s;
   display: block;
   background: #fff;
   margin-bottom: 25px;
   height: auto;
   -ms-flex: 100%;
   flex: 100%;
}

a.feature-box-core {
   color: inherit;
}

.feature-box-core:hover {
   transform: translateY(-2px);
   box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
}

.feature-box-core p {
   margin: 0;
}

.feature-box-core .feature-box-core-category {
   font-size: 14px;
   margin-bottom: 5px;
}

.feature-box-core-icon {
   width: 60px;
   height: 60px;
   -ms-flex-item-align: start;
   align-self: flex-start;
   border-radius: 50%;
   box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
   display: block;
   width: 50px;
   height: 50px;
   margin-right: 17px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   background: #fff;
}

.feature-box-core-detail {
   max-width: calc(100% - 75px);
}

.feature-box-core-title {
   margin-bottom: 3px;
   font-size: 16px;
   font-weight: 600;
}

.feature-box-core .row {
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -ms-flex-align: center;
   align-items: center;
}


.feature-box-core.v2 {
   text-align: center;
   padding: 30px 40px;
}

.feature-box-core.v2 .feature-box-core-title {
   margin-bottom: 10px;
}

.feature-box-core.v2 .feature-box-core-detail {
   max-width: 100%;
}

.feature-box-core.v2 .feature-box-core-icon {
   width: 85px;
   height: 85px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 25px;
   margin-top: -65px;
   padding: 10px;
}

.feature-box-core.v2 p {
   margin: 0;
}

.feature-box-core.alternate-color {
   background: #fafafa;
}

.feature-box-core.alternate-color .feature-box-core-icon {
   background: #fafafa;
}





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

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

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

.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;
   -moz-border-radius: 50%;
   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;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   -ms-box-sizing: content-box;
   box-sizing: content-box;
   -moz-background-size: 100% 100%;
   background-size: 100% 100%;
   background-position: center center;
   -moz-transition: all 0.1s ease-in-out;
   -webkit-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   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: 19px;
}

.feature-box-icon.cont-large {
   padding: 37px;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   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-shadow {
   box-shadow: 0 8px 22px rgba(0,0,0,.18);
}




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

.feature-box {
   display: block;
   position: relative;
   z-index: 2;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   transition: all .3s;
}

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

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

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

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

.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);
   -moz-background-size: 100% 100%;
   background-size: 100% 100%;
   background-position: center center;
   position: absolute;
   left: 40px;
   top: -32px;
   -moz-border-radius: 0 100px 100px;
   -webkit-border-radius: 0 100px 100px;
   border-radius: 0 100px 100px;
   height: 30px;
   width: 30px;
   line-height: 12px;
   border: 0;
   margin: 0;
   -moz-transition: all 0.1s ease-in-out;
   -webkit-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}

.feature-box[class*="feature-box-secundary-"] .feature-box-icon.center-icon {
   left: 42%;
   right: 0;
}

/*.feature-box[class*="feature-box-secundary-"] .v-icon:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 1px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  left: 29px;
  bottom: -10px;
}*/

.feature-box[class*="feature-box-secundary-"].inside-icon .v-icon:after {
   content: none;
}

.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: 50px 30px 40px 30px;
   margin-top: 30px;
   margin-bottom: 20px;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
}

.feature-box[class*="feature-box-secundary-"] .feature-box-text.no-padding {
   padding: 50px 0px 0px 0px;
}

.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.feature-box-st-title .feature-box-text h3 {
   margin-bottom: 10px;
}

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

.feature-box.left-icon-v2 .feature-box-text {
   display: table;
   margin-left: 65px;
}

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

.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 {
   margin-top: 15px;
   text-align: center;
}

ul.i-list .icon-content .title,
.feature-box .title,
.feature-box h3 {
   font-weight: 600;
   font-size: 18px;
}

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

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

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

.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-white {
   color: #ffffff;
}

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

.feature-box-shadow {
   box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
}

.feature-box-shadow-2x {
   box-shadow: 0 5px 20px -4px rgba(0,0,0,0.11);
}

.feature-box-hover:hover {
   -moz-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
   -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.1);
   box-shadow: 0 20px 40px rgba(0,0,0,0.1);
   -webkit-transform: translateY(-4px);
   -moz-transform: translateY(-4px);
   transform: translateY(-4px);
}



/* --------------------------------------------
  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%;
}

.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;
   -webkit-border-radius: 90px;
   -moz-border-radius: 90px;
   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;
}













/* --------------------------------------------
  PROMO BAR
-------------------------------------------- */

.xpromo-bar {
   padding: 105px 10%;
   text-align: center;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out
}

.xpromo-bar p {
   margin-bottom: 0;
   display: inline-block;
   vertical-align: middle;
}

.xpromo-bar p.standard {
   line-height: 48px
}

.xpromo-bar.promo-custom p {
   font-size: 20px;
   line-height: 46px
}

.xpromo-bar.promo-button p {
   margin-right: 30px
}

.xpromo-bar.promo-button a.btn {
   margin-right: 0
}

.xpromo-bar a.btn {
   /*padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 13px;
  padding-top: 12px;*/
   margin-bottom: 0
}

.xpromo-bar.promo-text {
   padding: 0;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out
}

.xpromo-bar.promo-text > a {
   display: block;
   padding: 80px 0;
}

.xpromo-bar.promo-text > a.standard {
   font-size: 20px;
   line-height: 46px;
   display: block
}

.xpromo-bar.promo-text p {
   display: block
}

.xpromo-bar.promo-arrow > a > i {
   vertical-align: -10px;
   font-size: 32px;
   display: inline-block;
   margin-left: 10px;
   height: 40px
}

.xpromo-bar {
   padding: 35px 10%;
}

.xpromo-bar p {
   font-size: 20px;
   line-height: 46px;
   margin-right: 15px;
}

.xpromo-bar.promo-arrow a,
.xpromo-bar.promo-text a {
   padding: 35px 10%;
   display: block;
}

.xpromo-bar.promo-arrow > a,
.xpromo-bar.promo-text > a {
   font-size: 20px;
   line-height: 46px;
   display: block;
   text-decoration: none;
}

.xpromo-bar.promo-arrow:hover,
.xpromo-bar.promo-text:hover {
   background-color: #5fb611 !important;
   color: #ffffff !important;
}



/* --------------------------------------------
  VIDEO FRAME
-------------------------------------------- */

.video-wrap {
   position: relative;
}

.video-wrap .video-text {
   position: absolute;
   bottom: 25px;
   left: 40px;
   text-align: left;
}

.video-wrap-link {
   display: block;
}

.video-wrap-link:hover .video-wrap-icon {
   /*-webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);*/
}

.video-wrap-image {
   display: block;
   width: 100%;
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.video-wrap-link:hover .video-wrap-image {
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}

.video-overlay {
   background: #000 none repeat scroll 0 0;
   display: block;
   height: 100%;
   left: 0;
   opacity: 0.4;
   position: absolute;
   top: 0;
   width: 100%;
}

.video-wrap-icon {
   background: url(../img/core/videoPlay-active.png) no-repeat center center;
   width: 80px;
   height: 80px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -40px;
   margin-top: -40px;
}

.video-wrap[data-cursor-overlay] .video-wrap-link:before {
   position: absolute;
   top: 0;
   left: 0;
   content: "";
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.4);
}

.video-wrap[data-cursor-overlay="1"] .video-wrap-link:before {
   background-color: rgba(0, 0, 0, 0.1);
}

.video-wrap[data-cursor-overlay="2"] .video-wrap-link:before {
   background-color: rgba(0, 0, 0, 0.2);
}

.video-wrap[data-cursor-overlay="3"] .video-wrap-link:before {
   background-color: rgba(0, 0, 0, 0.3);
}

.video-wrap[data-cursor-overlay="4"] .video-wrap-link:before {
   background-color: rgba(0, 0, 0, 0.4);
}

.video-wrap[data-cursor-overlay="5"] .video-wrap-link:before {
   background-color: rgba(0, 0, 0, 0.5);
}

.video-wrap[data-cursor-overlay="6"] .video-wrap-link:before {
   background-color: rgba(0, 0, 0, 0.6);
}

.video-wrap[data-cursor-overlay="7"] .video-wrap-link:before {
   background-color: rgba(0, 0, 0, 0.7);
}

.video-wrap[data-cursor-overlay="8"] .video-wrap-link:before {
   background-color: rgba(0, 0, 0, 0.8);
}

.video-wrap[data-cursor-overlay="9"] .video-wrap-link:before {
   background-color: rgba(0, 0, 0, 0.9);
}

.video-wrap[data-cursor-round] {
   overflow: hidden;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.video-wrap[data-cursor-round="5"] {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.video-wrap[data-cursor-round="10"] {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.video-wrap[data-cursor-round="15"] {
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
}

.video-wrap[data-cursor-round="20"] {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.video-wrap[data-cursor-shadow="20"] {
   -webkit-box-shadow: 0px 5px 10px 0px rgba(107, 107, 107, 0.2);
   -moz-box-shadow: 0px 5px 10px 0px rgba(107, 107, 107, 0.2);
   box-shadow: 0px 5px 10px 0px rgba(107, 107, 107, 0.2);
}

.video-wrap[data-cursor-shadow="40"] {
   -webkit-box-shadow: 0px 10px 40px 0px rgba(107, 107, 107, 0.4);
   -moz-box-shadow: 0px 10px 40px 0px rgba(107, 107, 107, 0.4);
   box-shadow: 0px 10px 40px 0px rgba(107, 107, 107, 0.4);
}


/* --------------------------------------------
  COLOURED BOX
-------------------------------------------- */

.coloured-box-wrap .row.fw-row .col-md-2,
.coloured-box-wrap .row.fw-row .col-md-3,
.coloured-box-wrap .row.fw-row .col-md-4 {
   padding-left: 0px;
   padding-right: 0px;
}

.coloured-box-wrap .row.fw-row .btn {
   margin-top: 10px;
}

.coloured-box-wrap .row.fw-row .coloured-box-inner {
   padding: 12% 16%;
   color: #ffffff;
}



/* --------------------------------------------
   TEAM MEMBER
-------------------------------------------- */

.team-member {
   margin: 10px 0;
}

.team-member .member-name .name {
   font-size: 18px;
   padding: 0;
   margin-top: 20px;
   margin-bottom: 0px;
   font-weight: 600;
}

.member-photo {
   position: relative;
   overflow: hidden;
   border-radius: 3px;
   text-align: center;
}

.member-photo.member-photo-shadow {
   box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

.team-member .member-position {
   font-style: italic;
   font-size: 14px;
       color: #999;
}

.team-member .member-social ul {
   margin: 5px 0;
}

.team-member .member-social {
   border: 7px solid rgba(0,0,0,0.1);
   position: absolute;
   font-size: 19px;
   background: #fff;
   background: rgba(255,255,255,0.7);
   opacity: 0;
   visibility: hidden;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   text-align: center;
   border-radius: 3px;
   -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
   -ms-transition: all 0.2s;
   transition: all 0.2s;
}

.team-member .member-social-inner {
   width: 100%;
   padding: 0 5%;
   position: absolute;
   top: 50%;
   margin-top: -26px;
   left: 0;
}

.team-member .member-social a {
   text-decoration: none;
   position: relative;
   border-radius: 30px;
   padding: 0 9px;
   background: #fff;
   margin: 3px;
   display: inline-block;
   height: 39px;
   line-height: 41px;
   width: 39px;
}

.team-member .member-social .list-inline > li {
   padding-right: 0;
   padding-left: 0;
}

.team-member .member-photo:hover .member-social {
   visibility: visible;
   opacity: 1;
   -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
   -ms-transition: all 0.2s;
   transition: all 0.2s;
}

.team-member.style-1 .member-name .name {
   margin-top: 3px;
}

.team-member.style-1 .member-position {
   margin-top: 20px;
}

.team-member .member-desc {
margin-top: 10px;
   padding-top: 10px;
}

.team-member.img-circle {
   text-align: center;
}

.team-member.img-circle .member-photo {
   border-radius: 50%;
}

.team-member.img-circle .member-social {
   border: 7px solid rgba(0,0,0,0.1);
   border-radius: 50%;
}

.team-member.img-bordered .member-photo {
   border: 2px solid rgba(207,215,223,.25);
}



/* Version 2 */
.team-member.v2 {
   position: relative;
}

.team-member.v2 .member-name .name {
   margin-top: 0px;
   font-size: 16px;
   /*font-weight: 600;*/
}

.team-member.v2 .member-position {
   font-style: normal;
   font-size: 14px;
   opacity: 0.8;
}

.team-member.v2 .member-info {
   position: relative;
   background: #FFF;
   padding: 20px 25px;
}

.team-member.v2 .member-info .share {
   position: absolute;
   bottom: calc(100% - 22px);
   right: 15px;
   width: 42px;
   overflow: hidden;
   z-index: 1;
   -webkit-transition: ease height 300ms;
   -moz-transition: ease height 300ms;
   transition: ease height 300ms;
}

.team-member.v2 .member-info .share:hover .share-icons {
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
}

.team-member.v2 .member-info .share:after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   background: #FFF;
   width: 100%;
   height: 22px;
}

.team-member.v2 .member-info .share .share-icons {
   background-color: white;
   text-align: center;
   padding-bottom: 42px;
   border-radius: 50px;
   -webkit-transform: translateY(100%);
   -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
   -o-transform: translateY(100%);
   transform: translateY(100%);
   -webkit-transition: ease transform 300ms;
   -moz-transition: ease transform 300ms;
   transition: ease transform 300ms;
}

.team-member.v2 .member-info .share i {
   display: block;
   color: #FFF;
   padding: 15px;
   opacity: 0.5;
   -webkit-transition: ease opacity 300ms;
   -moz-transition: ease opacity 300ms;
   transition: ease opacity 300ms;
}

.team-member.v2 .member-info .share i.fa-share-alt {
   position: absolute;
   bottom: 0;
   left: 0;
   border-radius: 50px;
   opacity: 1;
   z-index: 1;
}

.team-member.v2 .member-info .share i.fa-facebook {
   color: #4d70a8;
}

.team-member.v2 .member-info .share i.fa-instagram {
   color: #964b00;
}

.team-member.v2 .member-info .share i.fa-linkedin {
   color: #0077b5;
}

.team-member.v2 .member-info .share i:hover {
   opacity: 1;
}

.team-member.v2 .member-photo img {
   -webkit-transition: ease transform 300ms;
   -moz-transition: ease transform 300ms;
   transition: ease transform 300ms;
}

.team-member.v2:hover .member-photo img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}

.team-member.v2.img-circle .member-info {
   background: transparent;
}

.team-member.v2.img-circle .member-info .share {
   bottom: calc(140% - 22px);
   right: 12px;
}

.team-member.v2.img-circle .member-info .share:after {
   background: transparent;
}


/* --------------------------------------------
  VERTEX CARD
-------------------------------------------- */

.main-color.exp-card-wrap .exp-card-item {
   background: #f8f8f8;
}

.exp-card-wrap .exp-card-item {
   display: block;
   text-decoration: none;
   background: #fff;
   padding: 30px 25px;
   box-shadow: 0 3px 6px 0 rgba(0,0,0,.12);
   overflow: hidden;
   color: #999;
   position: relative
}

.exp-card-wrap .exp-card-item,
.exp-card-wrap .exp-card-item h4,
.exp-card-wrap .exp-card-item .pic {
   -webkit-transition-property: background,color;
   -moz-transition-property: background,color;
   -o-transition-property: background,color;
   transition-property: background,color;
   -webkit-transition-duration: .2s;
   -moz-transition-duration: .2s;
   -o-transition-duration: .2s;
   transition-duration: .2s;
   -webkit-transition-timing-function: linear;
   -moz-transition-timing-function: linear;
   -o-transition-timing-function: linear;
   transition-timing-function: linear
}

.exp-card-wrap .exp-card-item.regular:hover,
.exp-card-wrap .exp-card-item.horizontal:hover {
   background-color: #83c145;
   background-image: -webkit-linear-gradient(top,#83c145,#3e8200);
   background-image: linear-gradient(to bottom,#83c145,#3e8200);
   color: #fff
}

.exp-card-wrap .exp-card-item.regular:hover h4,
.exp-card-wrap .exp-card-item.horizontal:hover h4 {
   color: #fff
}

.exp-card-wrap .exp-card-item.regular:hover .pic,
.exp-card-wrap .exp-card-item.horizontal:hover .pic {
   opacity: .25
}

.exp-card-wrap .exp-card-item.large {
   background-color: #83c145;
   background-image: -webkit-linear-gradient(top,#83c145,#3e8200);
   background-image: linear-gradient(to bottom,#83c145,#3e8200);
   color: #fff;
   height: 400px
}

.exp-card-wrap .exp-card-item.regular,
.exp-card-wrap .exp-card-item.horizontal {
   height: 190px
}

.exp-card-wrap .exp-card-item h4 {
   margin-top: 0;
   z-index: 10
}

.exp-card-wrap .exp-card-item.large h4 {
   font-size: 36px;
}

.exp-card-wrap .exp-card-item.regular h4 {
   font-size: 1.8em;
}

.exp-card-wrap .exp-card-item.horizontal h4 {
   font-size: 2em;
}

.exp-card-wrap .exp-card-item .text {
   z-index: 10;
   position: relative
}

.exp-card-wrap .exp-card-item.large .text > span:first-child {
   opacity: .8;
   font-size: 1.2em;
   font-weight: 400;
   width: 70%;
   display: block
}

.exp-card-wrap .exp-card-item.regular .text {
   font-size: .9em;
   width: 75%
}

.exp-card-wrap .exp-card-item.horizontal .text {
   font-size: 1em;
   width: 50%
}

.exp-card-wrap .exp-card-item .btn {
   margin-top: 30px;
   display: inline-block
}

.exp-card-wrap .exp-card-item .pic {
   position: absolute;
   z-index: 5
}

.exp-card-wrap .exp-card-item.regular .pic {
   width: 270px;
   height: 150px
}

.exp-card-wrap .exp-card-item.large .pic,
.exp-card-wrap .exp-card-item.horizontal .pic {
   width: 568px;
   height: 340px
}

.exp-card-wrap .exp-card-item.large .pic {
   right: 0;
   bottom: 0
}

.exp-card-wrap .exp-card-item.horizontal .pic {
   right: 0;
   top: -50px
}

.exp-card-wrap .exp-card-item.regular .pic {
   right: 0;
   bottom: 0
}

@media(max-width: 1199px) {
   .exp-card-wrap .exp-card-item.large {
       height: 400px
   }
}

@media(max-width: 991px)and (min-width:768px) {
   .exp-card-wrap .exp-card-item.large .pic {
       bottom: -70px
   }

   .exp-card-wrap .exp-card-item.regular, .exp-card-wrap .exp-card-item.horizontal {
       height: 200px
   }

   .exp-card-wrap .exp-card-item.regular .text {
       font-size: 1em
   }

   .exp-card-wrap .exp-card-item.horizontal h4 {
       font-size: 1.8em
   }

   .exp-card-wrap .exp-card-item.horizontal .pic {
       width: 250px;
       height: 150px;
       background-size: 100% 100%;
       bottom: 0;
       right: 0;
       top: auto
   }

   .exp-card-wrap .exp-card-item.horizontal .text,
   .exp-card-wrap .exp-card-item.regular .text,
   .exp-card-wrap .exp-card-item.large .text {
       width: 80%
   }
}

@media(max-width: 767px) {
   .exp-card-wrap .exp-card-item.large {
       background: #fff
   }

   .exp-card-wrap .exp-card-item.horizontal .pic,
   .exp-card-wrap .exp-card-item.large .pic {
       width: 250px;
       height: 150px;
       background-size: 100% 100%;
       bottom: 0;
       right: 0;
       top: auto
   }

   .exp-card-wrap .exp-card-item.large h4,
   .exp-card-wrap .exp-card-item.regular h4,
   .exp-card-wrap .exp-card-item.horizontal h4 {
       font-size: 1.8em;
       color: #666
   }

   .exp-card-wrap .exp-card-item.large,
   .exp-card-wrap .exp-card-item.regular,
   .exp-card-wrap .exp-card-item.horizontal {
       height: 300px
   }

   .exp-card-wrap .exp-card-item.large .text span:first-child,
   .exp-card-wrap .exp-card-item.regular .text,
   .exp-card-wrap .exp-card-item.horizontal .text {
       width: 90%;
       color: #999;
       font-size: 1.1em
   }

   .exp-card-wrap .exp-card-item .btn {
       display: none
   }

   .exp-card-wrap .exp-card-item.large:hover {
       background-color: #267de5;
       background-image: -webkit-linear-gradient(top,#267de5,#364abe);
       background-image: linear-gradient(to bottom,#267de5,#364abe);
       color: #fff
   }

   .exp-card-wrap .exp-card-item.regular:hover h4,
   .exp-card-wrap .exp-card-item.regular:hover .text,
   .exp-card-wrap .exp-card-item.horizontal:hover h4,
   .exp-card-wrap .exp-card-item.horizontal:hover .text,
   .exp-card-wrap .exp-card-item.large:hover h4,
   .exp-card-wrap .exp-card-item.large:hover .text > span:first-child {
       color: #fff
   }

   .exp-card-wrap .exp-card-item.large:hover .pic {
       opacity: .25
   }
}


/* --------------------------------------------
  PLATFORM BLOCK
-------------------------------------------- */

.platform-block {
   padding: 0 !important;
   padding: 30px;
   border-radius: 4px;
   border: 1px solid rgba(207,215,223,.25);
   transition: box-shadow 200ms ease;
}

.platform-block-content {
   padding: 25px 35px;
   padding-top: 30px;
   background: white;
}

.platform-block-img {
   width: 100%;
}

.platform-block-title {
   font-size: 18px;
   line-height: 1.3;
   font-weight: 600;
}

.platform-block-steps {
   list-style-type: circle;
   border-radius: 0 0 4px 4px;
   line-height: .5;
   padding: 20px;
   padding-bottom: 0px;
   padding-top: 15px;
   padding-right: 0px;
}

.platform-block-steps a {
   list-style: none;
   padding: 0;
   border: 0;
   margin: 0;
   font: inherit;
   color: inherit;
   line-height: normal;
   padding-top: 5px;
   padding-bottom: 5px;
   display: inline-block;
}

.platform-block.v2 .platform-block-steps {
   list-style: none;
   padding-left: 5px;
   margin-bottom: 10px;
}


.platform-block.v2 .platform-block-steps li:before {
   content: "\f101";
   font-family: FontAwesome;
   vertical-align: top;
   float: left;
   transition: transform 0.3s;
   line-height: 25px;
   width: 20px;
   opacity: 0.7;
}



/* --------------------------------------------
  CALL TO ACTIONS
-------------------------------------------- */

.cta {
   position: relative;
}

.cta-inner {
   display: flex;
   justify-content: center; /* align horizontal */
   align-items: center;
   padding: 25px 50px;
}

.cta::after {
   clear: both;
   content: "";
   display: table;
}

.cta h3 {
   text-transform: none;
   padding: 0;
   margin: 0 0 0px;
   vertical-align: middle;
}

.cta p {
   font-size: 1em;
   margin-bottom: 0;
   margin-top: 3px;
}

.cta .cta-content {
   /*text-align: center;*/
   width: 100%;
}

.cta .cta-btn {
   margin-left: 25px;
}

.cta .cta-btn .btn {
   margin-bottom: 0;
   margin-right: 0;
   box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.cta.cta-front {
   z-index: 1;
}

.cta.cta-default {
   background-color: #eaeaea !important;
   box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 0 2px rgba(0,0,0,0.05);
}

.cta.cta-dark {
   background: #2e353e;
}

.cta.cta-dark h3, .cta.cta-dark p {
   color: #FFF;
}

.cta.with-borders {
   border-top: 1px solid rgba(207,215,223,.25);
   border-bottom: 1px solid rgba(207,215,223,.25);
   border-left: 1px solid rgba(207,215,223,.25);
   border-right: 1px solid rgba(207,215,223,.25);
}

.cta.top-bordered {
   border-top-width: 2px;
}

.cta.left-bordered {
   border-left-width: 2px;
}

.cta.with-full-borders {
   border: 2px solid rgba(207,215,223,.25);
}

.cta.featured {
   background-color: white;
   padding: 0;
   margin: 0;
   border-top: 2px solid rgba(207,215,223,.25);
   border-bottom: 1px solid rgba(207,215,223,.25);
   border-left: 1px solid rgba(207,215,223,.25);
   border-right: 1px solid rgba(207,215,223,.25);
}

.cta.featured.featured-primary {
   border-top-color: rgba(207,215,223,.25);
}

.cta.featured.featured-secondary {
   border-top-color: #E36159;
}

.cta.featured.featured-tertiary {
   border-top-color: #2BAAB1;
}

.cta.featured.featured-quaternary {
   border-top-color: #2e353e;
}

.cta.with-button-arrow .cta-btn {
   top: 30%;
}

.cta.button-centered .cta-content {
   text-align: center;
}

.cta.button-centered .cta-btn {
   text-align: center;
   margin-top: 20px;
}

.cta.cta-in-footer {
   padding-top: 50px;
   padding-bottom: 50px;
   margin-top: 30px;
}

.cta.cta-in-footer:before {
   content: "";
   display: block;
   position: absolute;
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
   border-top: 20px solid #FFF;
   height: 20px;
   width: 20px;
   top: -1px;
   left: 50%;
   margin-left: -20px;
}

.cta.no-top-arrow:before {
   display: none;
}

.cta.cta-in-footer-margin-top {
   margin-top: 60px;
}

.container .cta {
   border-radius: 2px;
   background-color: white;
}

.cta.pompis-style h3 {
   border-left: 3px solid #0cb4ce;
   padding-left: 25px;
   font-size: 22px;
   font-weight: 300;
   line-height: 34px;
}

.cta.pompis-style .cta-inner {
   padding: 30px 42px;
}

.cta.pompis-style {
   border: 1px solid #e8e8e8;
}


/* Responsive */
@media (max-width: 767px) {
   .cta .cta-content,
   .cta .cta-btn {
       margin: 0;
       padding: 20px;
       position: static;
       width: auto;
   }
}

@media (max-width: 479px) {
   .cta-inner {
       display: block;
   }
}


html .cta.cta-primary {
   box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 0 2px rgba(0,0,0,0.05);
}

html .cta.cta-primary h3,
html .cta.cta-primary p {
   color: #ffffff;
}

html .cta.featured.featured-secondary {
   border-top-color: #ff7e7e;
}

html .cta.cta-secondary {
   background: #ff7e7e;
}

html .cta.with-full-borders-secondary {
   border-color: #ff7e7e;
}

html .cta.cta-secondary {
   background: #ff7e7e;
   box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 0 2px rgba(0,0,0,0.05);
}

html .cta.cta-secondary h3,
html .cta.cta-secondary p {
   color: #ffffff;
}

html .cta.featured.featured-tertiary {
   border-top-color: #a0d0f9;
}

html .cta.cta-tertiary {
   background: #a0d0f9;
}

html .cta.with-full-borders-tertiary {
   border-color: #a0d0f9;
}

html .cta.cta-tertiary {
   background: #a0d0f9;
   box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 0 2px rgba(0,0,0,0.05);
}

html .cta.cta-tertiary h3,
html .cta.cta-tertiary p {
   color: #ffffff;
}

html .cta.featured.featured-quaternary {
   border-top-color: #383f48;
}

html .cta.cta-quaternary {
   background: #383f48;
}

html .cta.with-full-borders-quaternary {
   border-color: #383f48;
}

html .cta.cta-quaternary {
   background: #383f48;
}

html .cta.cta-quaternary h3,
html .cta.cta-quaternary p {
   color: #ffffff;
}

html .cta.featured.featured-dark {
   border-top-color: #222;
}

html .cta.cta-dark {
   background: #222;
}

html .cta.with-full-borders-dark {
   border-color: #222;
}

html .cta.cta-dark {
   background: #222;
}

html .cta.cta-dark p {
   color: #848484 !important;
}

html .cta.cta-dark h3,
html .cta.cta-dark p {
   color: #ffffff;
}

html .cta.featured.featured-light {
   border-top-color: #ffffff;
}

html .cta.cta-light {
   background: #ffffff;
}

html .cta.with-full-borders-light {
   border-color: #ffffff;
}

html .cta.cta-light {
   background: #ffffff;
}

html .cta.cta-light h3,
html .cta.cta-light p {
   color: #777777;
}


.cta-shadow {
   box-shadow: 0 2px 4px 0 rgba(50,50,93,.1);
}

.cta-shadow-2x {
   box-shadow: 0 3px 5px 0 rgba(50,50,93,.1);
}

.cta-shadow-3x {
   box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

.cta-shadow-4x {
   -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.102);
   box-shadow: 0 0 40px 0 rgba(0,0,0,.102);
}







/* --------------------------------------------
  SPECIAL HEADING
-------------------------------------------- */

.special-heading {
   line-height: 0px;
   text-align: left;
   padding: 10px 0;
   max-width: 100%;
   -ms-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}

.special-heading span:before,
.special-heading span:after {
   content: "";
   position: absolute;
   height: 7px;
   border-top: 1px solid rgba(207,215,223,.25);
   border-bottom: 1px solid rgba(207,215,223,.25);
   top: 37%;
   width: 1200px;
}

.special-heading.line span:before,
.special-heading.line span:after {
   content: "";
   position: absolute;
   height: 0px;
   border-top: 0px solid rgba(207,215,223,.25);
   border-bottom: 1px solid rgba(207,215,223,.25);
   top: 50%;
   width: 1200px;
}

.special-heading.tiny-line span:before,
.special-heading.tiny-line span:after,
.special-heading.line.tiny-line span:before,
.special-heading.line.tiny-line span:after {
   width: 50px;
}

.special-heading span,
.special-heading span {
   display: inline-block;
   position: relative;
}

.special-heading span:before {
   right: 100%;
   margin-right: 15px;
}

.special-heading span:after {
   left: 100%;
   margin-left: 15px;
}

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

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

.special-heading.underline span:before {
   content: none;
}

.special-heading.underline span:after {
   content: "";
   position: initial;
   height: 0px;
   border-top: 0px solid rgba(207,215,223,.25);
   border-bottom: 4px solid #0cb4ce;
   display: block;
   width: 25px;
   margin-top: 10px;
   margin-left: 0;
   border-radius: 2px;
}

.special-heading.underline.center span:after {
   margin-left: auto;
   margin-right: auto;
}

.special-heading.underline.right span:after {
   margin-left: auto;
}

.special-heading.word-underline span:before,
.special-heading.word-underline span:after {
   content: none;
}

.special-heading.word-underline .special-heading-inner {
      font-weight: 600;
   border-bottom: 1px solid rgba(207,215,223,.25);
}

.special-heading.word-underline span {
   padding-bottom: 10px;
   border-bottom: 2px solid #0cb4ce;
}

.special-heading.word-underline h4 span {
   padding-bottom: 8px;
}


.special-heading.word-underline .special-heading-inner {
   border-bottom: 1px solid rgba(0,0,0,0.1) !important;
   box-shadow: 0 1px 0 0 rgba(255,255,255,0.715) !important;
}


.special-heading.word-underline-2 span:before,
.special-heading.word-underline-2 span:after {
   content: none;
}

.special-heading.word-underline-2 .special-heading-inner {
   /*border-bottom: 1px solid rgba(207,215,223,.25);*/
   /*margin-bottom: 10px;*/
}

.special-heading.word-underline-2 .special-heading-sub-title-top {
   margin-bottom: 8px;
}

.special-heading.word-underline-2 span {
   padding-bottom: 10px;
   border-bottom: 2px solid #0cb4ce;
}

.special-heading.word-underline-2 h4 span {
   padding-bottom: 7px;
}

.special-heading.word-underline-2 span.label {
   padding: .35em .6em .3em;
   vertical-align: middle;
   border-bottom: none;
   font-weight: 600;
}

.special-heading.underline h4 span:after {
   margin-top: 8px;
}


.xspecial-heading.v2 {
   border-bottom: 1px solid rgba(0,0,0,0.1) !important;
   box-shadow: 0 1px 0 0 rgba(255,255,255,0.715) !important;
   padding-bottom: 1rem;
   margin-bottom: 2rem;
   position: relative;
   z-index: 1;
   font-weight: 600;
}

.xspecial-heading.v2:after {
   content: "";
   width: 22px;
   height: 4px;
   border-radius: 2px;
   display: block;
   position: absolute;
   bottom: -2px;
   left: 0px;
}

.xheading-vm {
   margin-bottom: 0;
}

.xheading-vm:before {
   position: absolute;
   content: "";
   opacity: .08;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   -ms-transform: skew(-15deg);
   -webkit-transform: skew(-15deg);
   transform: skew(-15deg);
   background: #888888;
}

/* --------------------------------------------
  ALERT MESSAGES
-------------------------------------------- */

.alert {
   border-radius: 2px;
   font-size: 14px;
}

.alert .alert-icon {
   width: 20px;
   display: inline-block;
   font-size: 15px;
}

.alert strong {
   color: inherit;
   font-weight: bold;
}

.alert-success {
   background-color: #cce882;
   border-color: #cce882;
   color: #20533E;
   box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 0 2px rgba(0,0,0,0.05);
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.alert-success code {
   background-color: #d8ffaa;
}

.alert-info {
   background-color: #c3ddf3;
   border-color: #c3ddf3;
   color: #204B61;
   box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 0 2px rgba(0,0,0,0.05);
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.alert-info code {
   background-color: #dcf8ff;
}

.alert-warning {
   background-color: #f9e893; /*fbe09b*/
   border-color: #f9e893;
   color: #554222;
   box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 0 2px rgba(0,0,0,0.05);
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.alert-warning code {
   background-color: #ffe9a7;
}

.alert-danger {
   background-color: #fb9e9e;
   border-color: #fb9e9e;
   color: #772f2d;
   box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 0 2px rgba(0,0,0,0.05);
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.59);
}

.alert-danger code {
   background-color: #fdc1c1;
}

.alert-link {
   border-bottom: 1px dotted;
}

.alert .alert-title {
   margin-top: 5px;
   font-weight: 600;
   font-size: 16px;
   margin-bottom: 10px;
}

.alert > ul {
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 23px;
}



/* --------------------------------------------
  PROGRESS SHORTCODE
-------------------------------------------- */
/* Progress */
.progress {
   border-radius: 1px;
   height: 6px;
   background: #FAFAFA;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
   overflow: visible;
   margin-bottom: 24px;
}

.progress.progress-border-radius {
   border-radius: 3px;
}

.progress.progress-border-radius .progress-bar {
   border-radius: 3px;
}

.progress.progress-no-border-radius {
   border-radius: 0;
}

.progress.progress-no-border-radius .progress-bar {
   border-radius: 0;
}

.progress.progress-sm {
   height: 10px;
}

.progress.progress-sm .progress-bar {
   line-height: 10px;
   height: auto;
}

.progress.progress-lg {
   height: 35px;
}

.progress.progress-lg .progress-bar {
   font-size: 13px;
   line-height: 35px;
   height: auto;
}

.progress-bar {
   background-color: #CCC;
   box-shadow: none;
   position: relative;
   border-radius: 2px;
   height: 100%;
}

.progress-bar-tooltip {
   position: absolute;
   padding: 4px 8px;
   background-color: #333;
   color: #FFF;
   line-height: 15px;
   font-size: 11px;
   display: block;
   position: absolute;
   top: -28px;
   right: 5px;
   border-radius: 2px;
   opacity: 0;
}

.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-bar-primary {
   background-color: #CCC;
   color: #FFF;
}

.progress-bar-success {
   background-color: #28a745;
   color: #FFF;
}

.progress-bar-warning {
   background-color: #dc3545;
   color: #FFF;
}

.progress-bar-danger {
   background-color: #ffc107;
   color: #FFF;
}

.progress-bar-info {
   background-color: #17a2b8;
   color: #FFF;
}

.progress-bar-dark {
   background-color: #1d2127;
   color: #FFF;
}

.progress-label {
   margin-top: 15px;
   margin-bottom: 6px;
   font-size: 15px;
}


/* --------------------------------------------
  CODE
-------------------------------------------- */
code {
   padding: .2rem .4rem;
   font-size: 90%;
   color: #bd4147;
   background-color: rgba(207,215,223,.25);
   border-radius: .25rem;
}


/* --------------------------------------------
  THUMBNAILS
-------------------------------------------- */

.thumbnail {
   display: block;
   padding: 4px;
   margin-bottom: 20px;
   background-color: #fff;
   border: 1px solid rgba(207,215,223,.25);
   border-radius: 2px;
   -webkit-transition: border .2s ease-in-out;
   -o-transition: border .2s ease-in-out;
   transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
   margin-right: auto;
   margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
   border-color: #0cb4ce;
}

.thumbnail .caption {
   padding: 20px;
   padding-bottom: 15px;
}

.thumbnail .caption > p {
   font-size: 14px;
}


/* --------------------------------------------
  SPECIAL SOCIAL ICON
-------------------------------------------- */


.social-wrap ul li {
   margin-right: 10px;
}

.social-wrap ul li:last-child {
  margin-right:0;
}

.asc_twitter .social-icon {
   color: #fff;
   background-color: #46d4fe;
   border-color: #46d4fe;
   text-shadow: 1px 1px 1px #17ACD8;
}

.asc_rss .social-icon {
   color: #fff;
   background-color: #ffa133;
   border-color: #ffa133;
   text-shadow: 1px 1px 1px #D18021;
}

.asc_facebook .social-icon {
   color: #fff;
   background-color: #3b5998;
   border-color: #3b5998;
   text-shadow: 1px 1px 1px #193163;
}

.social-wrap a strong {
   font-size: 13px;
   line-height: 1.3;
   font-weight: bold;
   color: #666;
}



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



.counters .counter {
   text-align: center;
   padding: 15px;
}

.counters .counter > strong {
   color: #444;
   font-size: 55px;
   font-weight: 300;
   line-height: 1.3;
}

.counters-light.counters .counter > strong {
   color: white;
}

.counters .counter.bb {
   background: #fafafa;
   padding-top: 35px;
   min-height: 180px;
}


.counters .counter span {
   font-size: 20px;
   font-weight: 300;
   display: block;
}

.counters-light.counters .counter span {
   color: white;
}

.counters .counter .counter-icon {
   display: inline-block;
   font-size: 42px;
   line-height: inherit;
   margin: 0px 5px;
   vertical-align: super;
}

.counters .counter .counter-icon.top-icon {
   display: block;
   clear: both;
   position: relative;
}

.counters span.counter-append {
   font-size: 53px;
   display: inline-block;
   vertical-align: 1px;
   font-weight: 300;
   color: #0cb4ce;
   line-height: inherit;
   margin: 0;
   margin-left: 5px;
   margin-right: 5px;
}

.counters.v2 .counter {
   padding: 0;
}

.counters.v2 .counter strong {
   font-weight: 500;
}

.counters.v2 .counter > i {
   margin-right: 10px;
   float: left;
   margin-top: 2px;
}


.counters-emel.counters .counter > strong {
   color: #444;
   font-size: 50px;
   font-weight: 400;
   line-height: 1.3;
}

.counters-emel.counters span.counter-append {
   font-size: 49px;
   font-weight: 300;
   line-height: 1.3;
}

.counters-emel .count-divider {
   width: 100%;
   text-align: center;
   height: 1px;
   margin-top: 25px;
   margin-bottom: 25px;
}

.counters-emel .count-divider span {
   background: #ddd;
   width: 0;
   height: 1px;
   margin-left: auto;
   margin-right: auto;
}

.counters-emel.counters .counter span.text {
   font-size: 13px;
   font-weight: 600;
   display: block;
   text-transform: uppercase;
   color: #333;
   letter-spacing: 1px;
}

.counters-emel.counters span.counter-append {
   margin-left: 0;
   margin-right: 0;
   color: #333;
}

.counters-emel.counters .counter .counter-icon.top-icon {
   margin-bottom: 25px;
   font-size: 60px;
   color: #0cb4ce;
}


/* --------------------------------------------
  FLEX BLOCK
-------------------------------------------- */

.flex-block {
   display: block;
}

.flex-block .item {
   cursor: pointer;
}

.flex-block .item img,
.flex-block .item i,
.flex-block .item .item-detail {
   -webkit-transition: all 0.2s cubic-bezier(0.94, 0.40, 0.62, 0.93);
   -moz-transition: all 0.2s cubic-bezier(0.94, 0.40, 0.62, 0.93);
   -ms-transition: all 0.2s cubic-bezier(0.94, 0.40, 0.62, 0.93);
   transition: all 0.2s cubic-bezier(0.94, 0.40, 0.62, 0.93);
}

.flex-block .item:hover img,
.flex-block .item:hover i,
.flex-block .item:hover .item-detail {
   -webkit-transform: translateY(-5px);
   -moz-transform: translateY(-5px);
   -ms-transform: translateY(-5px);
   transform: translateY(-5px);
}

.flex-block a {
   display: block;
   font-weight: 600;
   font-size: 14px;
   text-align: center;
   opacity: 0.8;
   text-decoration: none;
}

.flex-block .item {
   text-align: center;
   margin-right: 15px;
   margin-left: 15px;
}

.flex-block.left a {
   display: initial;
   margin-left: 6px;
   font-size: 20px;
   color: #9a9999;
   opacity: 1;
   font-weight: normal;
}

.flex-block.left-2 a {
   display: initial;
   margin-left: 6px;
}

.flex-block a {
   display: block;
   font-weight: 500;
   font-size: 15px;
   text-align: center;
   opacity: 0.9;
   text-decoration: none;
}


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

.accordion .card {
   margin-bottom: -2px;
   border-bottom-color: #eaeaea;
}

.accordion .card-header h5 {
   margin: 0;
   line-height: 1.5;
}

.accordion .card-header a {
   display: block;
   text-transform: uppercase;
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 0.1em;
   font-family: 'SF-Pro-Display', Roboto, Sans-Serif;
}

.accordion .card-header a i {
   margin-right: 10px;
}

.accordion .card-header {
   padding: 0;
  border-bottom-color: #eaeaea;
}

.accordion .card-header h5 > a {
   padding: .90rem 1.25rem;
}

.accordion .card-header [aria-expanded="true"] {
   /*border-bottom:1px solid rgba(0,0,0,.125);*/
      background-color: white;
}

.accordion .card-header h5 > a:after {
   content: '\f106';
   font-family: FontAwesome;
   font-size: 1.3em;
   line-height: 1.4;
   position: absolute;
   text-align: right;
   right: 15px;
   font-weight: 100;
   transition: transform 0.3s;
}

.accordion .card-header h5 > a.collapsed:after {
   content: '\f106';
   font-family: fontawesome;
   font-size: 1.3em;
   line-height: 1.4;
   position: absolute;
   text-align: right;
   right: 15px;
   transform: rotate(180deg);
   transition: transform 0.3s;
   font-weight: 100;
}

.accordion.clean-accordion .card-header {
   background-color: white;
}


.accordion .card-header {
   margin-bottom: -1px;
}

.accordion.clean-accordion .card-header [aria-expanded="true"] {
   border-left-width: 0;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   border-bottom-width: 1px;
}

.accordion.clean-accordion .card-header a {
   text-transform: uppercase;
   font-size: 13px;
   letter-spacing: 1px;
   font-weight: 600;
   padding: 18px 0px 18px 0px;
}

.accordion.clean-accordion .card {
   margin-bottom: -1px;
   border-right: 0;
   border-left: 0;
}




.accordion.v7 {
   border-radius: 5px;
   box-shadow: 0 3px 6px rgba(46,61,73,0.03);
}

.accordion.v7 .card-block {
   padding: 29px 0 36px;
   margin: 0 30px 0 33px;
   border-top: 1px solid rgba(0,0,0,.125);
}

.accordion.v7 > div {
   background: #fafbfd;
}

.accordion.v7 .card-header {
   padding: 0;
   background: white;
   margin-bottom: 0;
   border-bottom: 0;
}

.accordion.v7 .card-header > h5 a {
   padding: 20px 30px 20px 30px;
   display: block;
   font-size: 15px;
   font-style: normal;
   font-weight: 500;
   text-transform: none;
   letter-spacing: 0;
}

.accordion.v7 .card-header h5 > a:after {
   font-size: 1.6em;
   font-weight: 100;
}

.accordion.v7 .card-header [aria-expanded="true"] {
   background: #fafbfd;
}

.accordion.v7 [aria-expanded="true"] .card-block {
   background-color: #fafbfd;
}

.accordion.v7 .card-header [aria-expanded="true"] {
   border-bottom-width: 0;
}

.accordion-see-more {
   padding: 14px 30px 20px;
   margin-bottom: 0;
   padding-bottom: 18px;
}

.accordion-tag {
   font-size: 14px;
   margin-right: 6px;
}


.accordion.v8 [aria-expanded="true"] .card-block {
   /*background-color: #fafbfd;*/
}

.accordion.v8 .card-header > h5 a {
   padding: 15px 20px;
   display: block;
}

.accordion.v8 .card-header {
   padding: 0;
   background: white;
   margin-bottom: 0;
   border-bottom: 0;
}

.accordion.v8 .card-header [aria-expanded="true"] {
   background: #eee;
}

.accordion.v8 .card-header h5 > a.collapsed:after {
   content: '+';
   font-size: 18px;
   vertical-align: top;
   float: right;
   transform: rotate(180deg);
   transition: transform 0.3s;
   line-height: 20px;
}

.accordion.v8 .card-header h5 > a:after {
   content: '–';
   font-size: 18px;
   float: right;
   transition: transform 0.3s;
   line-height: 17px;
   width: 19px;
   height: 19px;
   text-align: center;
   background: white;
   border-radius: 50%;
}


.accordion.clean-tab-style-2 .card-header {
   background-color: white;
}

.accordion.clean-tab-style-2 .card-block {
   padding: 0;
   padding-top: 25px;
   padding-bottom: 20px;
}

.accordion.clean-tab-style-2 .card {
   border-width: 0;
   margin-bottom: 0;
}

.accordion.clean-tab-style-2 .card .card-header {
   border-top: 1px solid #eaeaea;
   margin-bottom: -1px;
}

.accordion.clean-tab-style-2 .card-header {
   border-bottom: 1px solid #eaeaea;
}

.accordion.clean-tab-style-2 .card-header h5 > a {
   padding-left: 5px;
   padding-right: 0;
}





/* --------------------------------------------
  TESTIMONIALS
-------------------------------------------- */

.block-bg-overlay {
   border-radius: inherit;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0px;
   -webkit-transition: opacity 0.2s;
   -moz-transition: opacity 0.2s;
   -o-transition: opacity 0.2s;
   transition: opacity 0.2s;
}

.style-color-bg-1 {
   background: radial-gradient(left top,circle cover,rgb(12,180,206) 9%,rgb(0,108,255) 48%,rgb(100,66,255) 91%);
   background: -o-radial-gradient(left top,circle cover,rgb(12,180,206) 9%,rgb(0,108,255) 48%,rgb(100,66,255) 91%);
   background: -ms-radial-gradient(left top,circle cover,rgb(12,180,206) 9%,rgb(0,108,255) 48%,rgb(100,66,255) 91%);
   background: -moz-radial-gradient(left top,circle cover,rgb(12,180,206) 9%,rgb(0,108,255) 48%,rgb(100,66,255) 91%);
   background: -webkit-radial-gradient(left top,circle cover,rgb(12,180,206) 9%,rgb(0,108,255) 48%,rgb(100,66,255) 91%);
}


.testimonial-one blockquote.pullquote p {
   font-family: Georgia, serif;
   font-weight: 400;
   font-style: italic;
   font-size: 24px;
   text-transform: none;
   letter-spacing: 0px;
}

.testimonial-one .testimonial-image {
   margin-bottom: 10px;
   margin-top: 20px;
}

.testimonial-one .testimonial-image img {
   border-radius: 50%;
   display: inherit !important;
   margin-left: auto;
   margin-right: auto;
   width: 70px !important;
}

blockquote.pullquote > p:first-of-type:before {
   font-family: Georgia, serif;
   content: open-quote;
   font-size: 1.5em;
   line-height: 0;
   vertical-align: -0.25em;
   margin-right: .2em;
}

blockquote.pullquote > p:first-of-type:after {
   font-family: Georgia, serif;
   content: close-quote;
   font-size: 1.5em;
   line-height: 0;
   vertical-align: -0.25em;
   margin-left: .1em;
}





.testimonial-two {
   padding: 20px;
   border: 2px solid #0cb4ce;
   border-radius: 2px;
}


.testimonial-two blockquote p:before {
   font-family: 'Playfair Display';
   font-size: 54px;
   color: #0cb4ce;
   font-weight: 900;
   left: 10px;
   color: #FFF;
   content: "“";
   font-style: normal;
   line-height: 1;
   position: absolute;
   top: 5px;
   font-size: 45px;
}

.testimonial-two blockquote p:after {
   font-family: 'Playfair Display';
   font-size: 54px;
   color: #0cb4ce;
   content: "”";
   font-size: 80px;
   font-style: normal;
   line-height: 1;
   position: absolute;
   bottom: -0.5em;
   right: 10px;
   font-weight: 900;
   transform: scaleY(-1);
   font-size: 45px;
   bottom: -5px;
}


.testimonial-two blockquote {
   padding: 15px 15px 15px 48px;
   position: relative;
}

.testimonial-two blockquote p:before,
.testimonial-two blockquote p:after {
   color: #0cb4ce;
   font-weight: 900;
}

.testimonial-two blockquote p {
   font-size: inherit;
   font-weight: inherit;
}

.testimonial-two .testimonial-author p {
   color: #999;
   margin: 0 0 0 25px;
   text-align: left;
}

.testimonial-two .testimonial-author strong {
   display: block;
   padding-top: 10px;
   margin-bottom: -2px;
   font-weight: 500;
   font-size: 14px;
   color: #444;
}

.testimonial-two .testimonial-author span {
   color: #666;
   display: block;
   font-size: 12px;
}

.testimonial-two .testimonial-author .testimonial-author-thumbnail {
   float: left;
   margin-right: 15px;
   width: auto;
}

.testimonial-two .testimonial-author img {
   max-width: 55px;
}

.testimonial-two .testimonial-author {
   margin-left: 12px;
   margin-bottom: 15px;
}


.testimonial-two .owl-theme .owl-nav.disabled + .owl-dots {
   margin-top: 0px;
}

.testimonial-two .owl-theme .owl-dots {
   text-align: left;
   margin-left: 50px;
}

.testimonial-two .owl-carousel .owl-dots .owl-dot.active span,
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span {
      border-color: #0cb4ce;
}

.testimonial-two .owl-carousel .owl-dots .owl-dot.active span:before,
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span:before {
   background-color: #0cb4ce;
}




.testimonial-three .testimonial-image {
   float: left;
   margin: 0 20px 0 0;
   width: 80px;
   height: 80px;
   border-radius: 100px;
   overflow: hidden;
}

.testimonial-three .testimonial-content {
   overflow: hidden;
}

.testimonial-three .testimonial-meta {
   position: relative;
   overflow: hidden;
   margin-left: 100px;
}


.testimonial-three .testimonial-name {
   display: block;
}


.testimonial-three .testimonial-three-col {
   padding-bottom: 35px;
}

.testimonial-three .testimonial-three-col {
   border-right-style: dashed;
   border-right-width: 1px;
   border-bottom-style: dashed;
   border-bottom-width: 1px;
   border-right-color: #ddd;
   border-bottom-color: #ddd;
   padding: 25px;
}

.testimonial-three .testimonial-three-col:hover {
  background-color:#f7f7f7;
}

.alternate-color .testimonial-three .testimonial-three-col:hover {
  background-color:white;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-child(2n) {
   border-right: none;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-two .testimonial-three-col:last-child {
   border-bottom: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-child(3n) {
   border-right: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+3),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:last-child {
   border-bottom: none;
}







.testimonial-four .testimonial-author .testimonial-author-thumbnail {
  float: left;
  margin-right: 15px;
  width: auto;
}

.testimonial-four .testimonial-author img {
  max-width: 55px;
}

.testimonial-four .testimonial-author strong {
  display: block;
  padding-top: 10px;
  margin-bottom: -2px;
  font-weight: 500;
  font-size: 14px;
  color: #444;
}

.testimonial-four .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}

.testimonial-four blockquote {
  padding: 30px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border: 2px solid #eaeaea;
}

.testimonial-four blockquote::after {
  content: "";
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg);
  position: absolute;
  left: 55px;
  bottom: -12px;
  width: 15px;
  height: 21px;
  overflow: hidden;
  background: white;
}

.testimonial-four .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  float: right;
  text-align: right;
  right: 3px;
  bottom: 40px;
}

.testimonial-four .testimonial-author {
  position: relative;
  overflow: hidden;
}

.testimonial-four blockquote:hover::after {
  border-right: 2px solid #0cb4ce;
  border-bottom: 2px solid #0cb4ce;
}

.testimonial-four blockquote:hover {
  border: 2px solid #0cb4ce;
}





.testimonial-five blockquote p {
   font-weight: 400;
   font-size: 14.58px;
   line-height: 1.6;
   margin-bottom:0;
}

.testimonial-five .testimonial-author .testimonial-author-thumbnail {
  float: left;
  margin-right: 15px;
  width: auto;
}

.testimonial-five .testimonial-author img {
  max-width: 55px;
}

.testimonial-five .testimonial-author strong {
  display: block;
  padding-top: 10px;
  margin-bottom: -2px;
  font-weight: 600;
  font-size: 13px;
}

.testimonial-five .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}

.testimonial-five blockquote {
  padding: 32px 41px 37px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  border: 0px solid #eaeaea;
  background-color: #f7f7f7;
}

.testimonial-five blockquote::after {
  content: "";
  border-right: 0px solid #eaeaea;
  border-bottom: 0px solid #eaeaea;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg);
  position: absolute;
  left: 55px;
  bottom: -10px;
  width: 15px;
  height: 21px;
  overflow: hidden;
  background: #f7f7f7;
}

.testimonial-five.testimonial-light blockquote{
  background-color:white;
}
.testimonial-five.testimonial-light blockquote::after {
  background: white;
}


.testimonial-five .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  float: right;
  text-align: right;
  right: 3px;
  bottom: 40px;
}

.testimonial-five .testimonial-author {
  position: relative;
  overflow: hidden;
}

.testimonial-five blockquote:before {
   content: "“";
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 170px;
   color: rgba(189, 189, 189, 0.2);
   position: absolute;
   top: 10px;
   left: 20px;
}






.stories_wrapper {
   margin-bottom: 50px;
}

.stories_wrapper .img_testimonial img {
   width: 70px;
   margin-right: 20px;
   border-radius: 50%;
   box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02);
   border: 4px solid white;
}

.stories_wrapper .img_testimonial img:hover {
   box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.stories_wrapper .testimonial_name {
   font-weight: 500;
}

.stories_wrapper .testimonial_job {
   font-size: 14px;
   color: #999;
}

.stories_wrapper .quotes:before {
   width: 14px;
   height: 12px;
   display: inline-block;
   position: relative;
   margin-right: 6px;
   font-family: FontAwesome;
   content: "\f10d";
}





/* --------------------------------------------
  BUTTONS
-------------------------------------------- */

.pricing__action,
.btn {
   display: inline-block;
   font-size: 12px;
   line-height: 14px;
   letter-spacing: 1px;
   height: auto;
   padding: 15px 30px 15px 30px;
   margin: 0 10px 10px 0;
   font-weight: 600 !important;
       font-family: Poppins !important;
   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   transition: all .3s ease-out;
   border: 0;
   position: relative;
   overflow: hidden;
   outline: 0;
   text-shadow: none;
   text-decoration: none;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   vertical-align: middle;
   text-transform: uppercase;
   cursor: pointer;
}
.pricing__action {
   padding: 14px 2em!important;
}

.btn.btn-rounded.transparent-light {
  padding: 13px 30px;
}

.btn i.fa {
   margin-right: 5px;
   margin-left: 5px;
}

.btn.transparent-dark,
.btn.btn-link {
   box-shadow: none;
}


.btn.btn-xs {
   padding: 6px 12px;
   font-size: 11px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
   outline: none;
   box-shadow: none;
}

.btn:hover {
   text-decoration: none !important;
   color: #fff
}

.btn.btn-link:hover {
   color: inherit;
}

.btn.large {
   font-size: 14px;
   line-height: 26px;
   padding: 14px 25px
}

.btn.dropshadow {
   -moz-box-shadow: 2px 2px 0 rgba(0,0,0,.25);
   -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.25);
   box-shadow: 2px 2px 0 rgba(0,0,0,.25)
}

.btn.stroke-to-fill {
   border: 1px solid transparent;
   padding: 13px 30px
}

.btn.large.stroke-to-fill {
   padding: 13px 40px;
   overflow: visible
}

.btn.accent:hover {
   background-color: #222;
   color: #fff;
}

.btn.black {
   background-color: #222;
   color: #fff
}

.btn.black:hover {
   background-color: #111
}

.btn.white {
   background-color: #fff;
   color: #222
}

.btn.white:hover {
   background-color: #e4e4e4
}

.btn.blue {
   background-color: #00bff3;
   color: white;
}

.btn.blue:hover {
   background-color: #00acda
}

.btn.grey {
   background-color: #444;
   color: white;
}

.btn.grey:hover {
   background-color: #333
}

.btn.lightgrey {
   background-color: #e4e4e4;
   color: #222
}

.btn.lightgrey:hover {
   background-color: #ccc
}

.btn.orange {
   background-color: #ff7534;
   color: #fff
}

.btn.orange:hover {
   background-color: #e5692f
}

.btn.turquoise {
   background-color: #00d1c5;
   color: #fff
}

.btn.turquoise:hover {
   background-color: #00bcb1
}

.btn.green {
   background-color: #37ba85;
   color: #fff
}

.btn.green:hover {
   background-color: #31a777
}

.btn.pink {
   background-color: #fe504f;
   color: #fff
}

.btn.pink:hover {
   background-color: #e44847
}

.btn.gold {
   background-color: #ffd56c;
   color: #222
}

.btn.gold:hover {
   background-color: #e5bf61
}

.btn.transparent-light {
   border: 1px solid #fff;
   border: 1px solid rgba(255,255,255,.5);
   color: #fff !important
}

.btn.transparent-light:hover {
   background: #fff;
   border-color: #fff
}

.btn.transparent-dark {
   border: 1px solid #222;
   border: 1px solid rgba(34,34,34,.2)
}

.btn.transparent-dark:hover {
   background: #222;
   border-color: #222
}

.btn.accent {
   color: #fff;
}

.btn.btn-icon-reveal {
   padding: 0;
   line-height: 23px
}

.btn.sf-icon-stroke {
   border: 1px solid rgba(0, 0, 0, 0);
   padding: 0;
   line-height: 23px;
   border-radius: 3px;
}

.btn.btn-sm.sf-icon-stroke {
   padding: 0;
}

.btn.btn-icon-reveal i {
   padding: 15px 14px 10px;
   background: rgba(0,0,0,0.1);
   left: -48px;
   font-size: 18px;
   height: 100%;
   line-height: 16px;
   display: inline-block;
   position: absolute;
   margin-left: 0;
}

.btn.large.btn-icon-reveal i {
   padding: 22px 17px 14px;
   height: 56px;
   font-size: 22px;
   left: -57px
}

.btn.btn-icon-reveal span.text {
   padding: 10px 35px;
   display: block;
   vertical-align: 4px;
   text-align: center
}

.btn.large.btn-icon-reveal span.text {
   padding: 18px 50px
}

.btn.btn-icon-reveal i, .btn.btn-icon-reveal span.text {
   -webkit-transition: all 200ms linear;
   -moz-transition: all 200ms ease;
   -o-transition: all 200ms ease;
   transition: all 200ms linear
}

.btn.btn-icon-reveal:hover i {
   left: 0
}

.btn.btn-icon-reveal:hover span.text {
   padding-left: 59px;
   padding-right: 11px
}

.btn.btn-icon-reveal.large:hover span.text {
   padding-left: 77px;
   padding-right: 23px
}

.btn.btn-icon-reveal.black {
   background-color: #222
}

.btn.btn-icon-reveal.white {
   background-color: #fff;
   color: #222
}

.btn.btn-icon-reveal.blue {
   background-color: #00bff3
}

.btn.btn-icon-reveal.grey {
   background-color: #444
}

.btn.btn-icon-reveal.lightgrey {
   background-color: #e4e4e4
}

.btn.btn-icon-reveal.orange {
   background-color: #ff7534
}

.btn.btn-icon-reveal.turquoise {
   background-color: #00d1c5
}

.btn.btn-icon-reveal.green {
   background-color: #37ba85
}

.btn.btn-icon-reveal.pink {
   background-color: #fe504f
}

.btn.btn-icon-reveal.gold {
   background-color: #ffd56c
}

.btn.sf-icon-stroke i {
   padding: 17px 14px;
   padding-left: 15px;
   border-right: 1px solid rgba(0,0,0,0.1);
   left: 0;
   top: 0;
   font-size: 18px;
   line-height: 10px;
   display: inline-block;
   position: absolute;
}

.btn.sf-icon-stroke span.text {
   padding: 12px 20px 12px 66px;
   display: inline-block;
   white-space: nowrap;
   vertical-align: 4px;
   line-height: 20px
}

.btn.large.sf-icon-stroke i {
   padding: 21px 16px 8px;
   height: 54px;
   font-size: 22px
}

.btn.large.sf-icon-stroke span.text {
   padding: 14px 30px 14px 84px;
   line-height: 26px
}

.btn.btn-sm.sf-icon-stroke span.text {
   padding: 10px 20px 10px 62px;
}

.btn.btn-sm.sf-icon-stroke i {
   padding: 15px 14px 14px;
}

.box-content-wrap {
   background: #333;
   color: #fff;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   padding: 30px;
}



.btn-fb {
   color: #fff !important;
   background-color: #3b5998 !important;
   padding: 12px 25px;
}

.btn-fb:hover {
   color: #fff;
   background-color: #496ebc
}

.btn-tw {
   color: #fff;
   background-color: #55acee;
   padding: 12px 25px;
}

.btn-tw:hover {
   color: #fff;
   background-color: #59b5fa;
}


.btn.btn-default {
   background-color: #e4e4e4;
}

.btn.btn-rounded {
   border-radius: 50px;
}

.btn.btn-outline-primary {
   background-image: none;
   background-color: transparent !important;
   border-width: 1px;
   border-style: solid;
}

.btn.btn-outline-primary:hover {
   color: #fff;
}

.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-success,
.btn-outline-secondary,
.btn.btn-outline-primary {
   border-width: 1px !important;
   border-style: solid !important;
}

.btn-outline-white {
   border-color: white;
   color: white;
   border-width: 1px !important;
   border-style: solid !important;
}

.btn-outline-white:hover {
   background-color: white;
   color: #333;
}


.btn.btn-xs {
   padding: 6px 14px 6px;
   font-size: 10px;
}

.btn.btn-sm {
   padding: 8px 18px 8px;
   font-size: 11px;
}

.btn.btn-md {
   padding: 17px 45px 17px;
   font-size: 14px;
}

.btn.btn-lg {
   padding: 21px 36px 21px;
   font-size: 15px;
}

.btn.btn-xlg {
   padding: 25px 40px 25px;
   font-size: 16px;
}

.btn.btn-shadow {
   box-shadow: 1px 2px 5px 0 rgba(0,0,0,.09);
}

.btn.btn-shadow:hover {
   transform: translateY(-1px);
   box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
}

.btn.btn-icon-reveal.btn-sm {
   padding: 0;
}

/* --------------------------------------------
  SECTION ARROWS
-------------------------------------------- */

.section-arrow--bottom-center:after {
   z-index: 1;
   position: absolute;
   left: 50%;
   margin-left: -15px;
   content: "";
   position: absolute;
   bottom: -15px;
   width: 30px;
   height: 30px;
   border-right: 1px solid #262626;
   border-bottom: 1px solid #262626;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   background-color: #262626;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
  background-color: #0cb4ce;
  border-right-color: #0cb4ce;
  border-bottom-color: #0cb4ce;
}

.section-arrow--bottom-left:after {
   z-index: 1;
   position: absolute;
   left: 14%;
   margin-left: -15px;
   content: "";
   position: absolute;
   bottom: -15px;
   width: 30px;
   height: 30px;
   border-right: 1px solid #262626;
   border-bottom: 1px solid #262626;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   background-color: #262626;
}

.section-arrow--bottom-right:after {
   z-index: 1;
   position: absolute;
   right: 14%;
   margin-left: -15px;
   content: "";
   position: absolute;
   bottom: -15px;
   width: 30px;
   height: 30px;
   border-right: 1px solid #262626;
   border-bottom: 1px solid #262626;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   background-color: #262626;
}

.section-arrow--top-center:after {
   z-index: 1;
   position: absolute;
   left: 50%;
   margin-left: -15px;
   content: "";
   position: absolute;
   top: -15px;
   width: 30px;
   height: 30px;
   border-right: 1px solid #262626;
   border-bottom: 1px solid #262626;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   background-color: #262626;
}

.section-arrow--top-left:after {
   z-index: 1;
   position: absolute;
   left: 14%;
   margin-left: -15px;
   content: "";
   position: absolute;
   top: -15px;
   width: 30px;
   height: 30px;
   border-right: 1px solid #262626;
   border-bottom: 1px solid #262626;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   background-color: #262626;
}

.section-arrow--top-right:after {
   z-index: 1;
   position: absolute;
   right: 14%;
   margin-left: -15px;
   content: "";
   position: absolute;
   top: -15px;
   width: 30px;
   height: 30px;
   border-right: 1px solid #262626;
   border-bottom: 1px solid #262626;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   background-color: #262626;
}






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

.tab-wrap .nav-tabs {
   margin-bottom: 0;
   border-bottom: 0;
}

.tab-wrap .nav-tabs li {
   margin-right: 0;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
       letter-spacing: 0.1em;
}

.tab-wrap .nav-tabs .nav-link {
   color: #999;
}

.tab-wrap .nav-tabs .nav-item.show .nav-link,
.tab-wrap .nav-tabs .nav-link.active {
   border-color: #eaeaea;
}

.tab-wrap .nav-tabs .nav-link.active {
   border-bottom-color: transparent;
}

.tab-wrap .nav-tabs li a {
   padding: 0 30px;
   border-width: 1px 1px 0 !important;
   border-left-width: 0 !important;
   border-bottom-width: 1px !important
}

.tab-wrap .nav-tabs li:first-child a {
   border-top-left-radius: 4px
}

.tab-wrap .nav-tabs li:last-child a {
   border-top-right-radius: 4px
}

.tab-wrap .nav-tabs li a span {
   padding: 13px 0 10px;
   display: block;
   position: relative;
   line-height: 1.6;
}

.tab-wrap .nav-tabs li a span::after {
   content: "";
   width: 0;
   height: 2px;
   position: absolute;
   bottom: 0;
   left: 0;
   transition: all .5s cubic-bezier(0.725,0,0,.995);
   -moz-transition: all .5s cubic-bezier(0.725,0,0,.995);
   -webkit-transition: all .5s cubic-bezier(0.725,0,0,.995);
   -o-transition: all .5s cubic-bezier(0.725,0,0,.995)
}

.tab-wrap .nav-tabs li.active a span::after {
   width: 100%
}

.tab-wrap .nav-tabs li a i {
   margin-right: 8px
}

.tab-wrap .tab-content {
   border-width: 1px;
   border-style: solid;
   padding: 30px 30px 25px;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   border-color: #eaeaea;
   overflow: hidden;
}

.nav-tabs .nav-link {
   border: 1px solid #eaeaea;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}

.tab-wrap .nav-tabs li:first-child a {
   border-left-width: 1px !important
}

.tab-wrap .nav-tabs li .nav-link.active span:after {
   background-color: #0cb4ce;
   width: 100%;
}

.tab-wrap .nav-tabs li a {
   background-color: #f7f7f7;
   border-color: #eaeaea;
}


.tab-wrap .nav-tabs.center-tabs {
   text-align: center;
}




.tab-wrap.clean-tab .nav-tabs {
   margin-bottom: 25px;
}


.tab-wrap.clean-tab .tab-content {
   padding: 0;
   border: none;
}

.tab-wrap.clean-tab .nav-tabs li a {
   border-radius: 0;
   font-size: 13px;
   font-weight: 600;
   white-space: nowrap;
   margin-right: 0;
   padding: 9px 18px;
   text-transform: none;
   border-left-width: 0;
}

.tab-wrap.clean-tab .nav-tabs .nav-item.show .nav-link,
.tab-wrap.clean-tab .nav-tabs .nav-link.active {
   border-bottom: 1px solid #eaeaea;
}

.tab-wrap.clean-tab .nav-tabs li:first-child a {
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
}

.tab-wrap.clean-tab .nav-tabs li:last-child a {
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
}

.tab-wrap.clean-tab .nav-tabs .nav-link {
   color: inherit;
}

.tab-wrap.clean-tab .nav-tabs li a {
   background-color: white;
}

.tab-wrap.clean-tab .nav-tabs .nav-link.active {
   border-left-width: 0;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
   box-shadow: inset 0 0 5px rgba(0,0,0,.1);
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   background-color: #f7f7f7;
}


.tab-wrap.line-tab .nav-tabs {
   margin-bottom: 30px;
   border-bottom: 1px solid #ddd;
}

.tab-wrap.line-tab .tab-content {
   padding: 0;
   border: none;
}

.tab-wrap.line-tab .nav-tabs li a {
   background-color: #fff;
   border-width: 0 !important;
}

.tab-wrap.line-tab .nav-item {
   margin-bottom: 0;
}

.tab-wrap.line-tab .nav-tabs li a {
   padding: 0 15px;
}

.tab-wrap.line-tab .nav-tabs li a span::after {
   bottom: -1px;
}

/* --------------------------------------------
  List
-----------------------------------------------*/

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

.v-list li > i {
   width: 30px;
   display: inline-block;
}

.v-list > li {
   padding-top: 3px;
   padding-bottom: 3px;
}

.v-list.v2 > li {
   padding-top: 5px;
   padding-bottom: 5px;
}

.v-list.v2 li > i {
   float: left;
   line-height: 23px;
}

.v-list.v2 > li span {
   display: block;
   overflow: hidden;
   border-bottom: 1px solid rgba(207,215,223,.25);
   padding-bottom: 7px;
}

.v-list.v2 > li:last-child span {
   border-bottom-width: 0px;
}

.v-list.v3 > li {
   margin-bottom: 8px;
   padding-top: 5px;
   padding-left: 36px;
   position: relative;
}

.v-list.v3 li > i {
   position: absolute;
   left: 0;
   top: 3px;
   font-size: 0.7em;
   padding: 10px;
   padding-top: 8px;
   border-radius: 50%;
   width: 25px;
   height: 25px;
   text-align: center;
   color: #fff;
   line-height: 11px;
}

ul.fancy-list, ul.fancy-list ul {
   padding: 0;
   list-style: none;
}

ul.fancy-list li {
   border-top: 1px solid #e6e6e6;
   line-height: 1.4;
   padding: 12px 0;
}

ul.fancy-list li:first-child {
   border-top: 0;
}

.fancy-list li::before {
   content: '';
   display: inline-block;
   margin-right: 12px;
   width: 8px;
   height: 2px;
   background: #E1E1E1;
   vertical-align: middle;
   -webkit-transition: all .15s ease-out;
   transition: all .15s ease-out;
}

.fancy-list li:hover::before {
   width: 12px;
   margin-right: 8px;
}

/* ----------------------------------------------------------------
  Docs
-----------------------------------------------------------------*/

.docs-navigation {
   padding-top: 0px;
   padding-bottom: 15px;
   /*width: 16%;
   float: left;
   position: fixed;*/
   /*padding-right: 5px;
   overflow-y: auto;
   overflow-y: scroll;
   width:255px;
   height:650px;*/
}

.docs-navigation ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.docs-navigation ul li {
   position: relative;
}

.docs-navigation ul ul {
   margin: 0 0 5px;
}

.docs-navigation ul li:first-child {
   border-top: 0;
}

.docs-navigation ul a {
   display: block;
   position: relative;
   padding: 2px 5px;
   line-height: 24px;
   font-weight: 500;
   font-size: 12px;
   text-transform: uppercase;
   color: #000;
}

.docs-navigation ul li:hover > a,
.docs-navigation ul li.ui-tabs-active > a {
   font-weight: 700;
   text-decoration: none;
}

.docs-navigation ul li > a .label:not(.label-primary):not(.label-default) {
   position: relative;
   top: -1px;
   margin-left: 5px;
}

.docs-navigation span.label.label-default,
.docs-navigation span.label.label-primary {
   vertical-align: 0;
   margin-left: 4px;
}

.docs-navigation ul ul {
   display: none;
}

.docs-navigation ul li.ui-tabs-active ul {
   display: block;
}

.docs-navigation ul ul a {
   color: #666;
   padding: 2px 10px 1px 15px;
   letter-spacing: 0;
   font-weight: 400;
   text-transform: none;
}

.docs-navigation ul ul a i {
   width: 20px;
   display: inline-block;
}

.docs-navigation ul ul li:hover > a,
.docs-navigation ul ul li.current > a {
   color: #222;
   font-weight: 500;
}

.docs-navigation ul ul li.current a:after {
   content: "\f101";
   position: absolute;
   top: 3px;
   right: 20px;
   font-size: 14px;
   font-family: FontAwesome;
}

.docs-content {
   position: relative;
   overflow: hidden;
   width: 72%;
   float: left;
   min-height: 1000px;
   margin-left: 280px;
}

.docs-content ul ul,
.docs-content ol ol,
.docs-content ul ol,
.docs-content ol ul {
   margin-top: 10px;
   margin-left: 30px;
}


.page-section {
   margin: 0;
   padding: 0;
}


/* ----------------------------------------------------------------
  Icons
-----------------------------------------------------------------*/

ul.docs-icons {
   list-style: none;
   margin: 0 -15px -20px;
   padding: 0;
}

ul.docs-icons li {
   float: left;
   width: 33.3%;
   margin-bottom: 20px;
   font-size: 16px;
   padding: 0 15px;
}


ul.docs-icons li i {
   position: relative;
   top: 5px;
   margin-right: 20px;
   width: 24px;
   height: 24px;
   line-height: 24px;
   text-align: center;
   font-size: 24px;
}

ul.docs-icons li span {
   display: inline-block;
   line-height: 24px;
}


.show-grid [class^=col-],
.show-grid [class^=col_] {
   padding-top: 10px;
   padding-bottom: 10px;
   background-color: #eee;
   border: 1px solid rgba(207,215,223,.25);
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}

.show-grid [class^=col_] {
   padding: 10px 15px;
   margin-bottom: 20px;
}


.docs-navigation::-webkit-scrollbar {
   opacity: 0;
}

.docs-navigation::-webkit-scrollbar:hover {
   opacity: 1;
}

.docs-navigation::-webkit-scrollbar {
   width: 8px;
}

.docs-navigation::-webkit-scrollbar-track {
   background-color: #eaeaea;
   border-left: 1px solid #ccc;
}

.docs-navigation::-webkit-scrollbar-thumb {
   background-color: #ccc;
}

.docs-navigation::-webkit-scrollbar-thumb:hover {
   background-color: #aaa;
}



ul.nav-shortcodes label {
   display: block;
   position: relative;
   padding: 2px 5px;
   line-height: 24px;
   margin-bottom: 10px;
   letter-spacing: 1px;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
}

ul.nav-shortcodes ul a {
   color: #666;
   padding: 2px 10px 4px 15px;
   letter-spacing: 0;
   font-weight: 400;
   text-transform: none;
   font-size: 14px;
}

ul.nav-shortcodes ul a:hover {
   padding-left: 20px;
}

ul.nav-shortcodes a {
   display: block;
   position: relative;
   padding: 2px 5px;
   line-height: 24px;
   font-weight: 500;
   font-size: 14px;
}

ul.nav-shortcodes ul a i {
   width: 25px;
   display: inline-block;
}

ul.nav-shortcodes > li {
   padding-left: 20px;
}

ul.nav-shortcodes li:after,
ul.nav-shortcodes li:before {
   content: '';
   position: absolute;
   top: calc((1em - 7px) / 2);
}

ul.nav-shortcodes > li:before {
   height: 100%;
   width: 1px;
   left: 3px;
   top: 14px;
   background-color: #ddd;
}

ul.nav-shortcodes > li:after {
   left: 0;
   display: inline-block;
   box-sizing: border-box;
   width: 7px;
   height: 7px;
   top: 10px;
   border: 1px solid #ccc;
   border-radius: 50%;
   background-color: #fff;
   -ms-flex-negative: 0;
   flex-shrink: 0;
}

ul.nav-shortcodes > li.active:after {
   background-color: #72c02c;
}


ul.nav-shortcodes .nav.nav-list {
   padding-bottom: 20px;
}

ul.nav-shortcodes > li:not(.active) ul {
   display: none;
}



/* ----------------------------------------------------------------
  BLOCKQUOTE
-----------------------------------------------------------------*/

.blockquote {
   padding-left: 1.4rem;
   border-left-color: #ededed;
   border-left-width: 3px;
}

blockquote footer {
   font-weight: 300;
   font-size: 16px;
}

blockquote p {
   margin-bottom: 10px;
   font-size: 20px;
   letter-spacing: 0px;
   text-transform: none;
   font-style: normal;
   font-weight: 300;
}

.blockquote-secondary {
   border-color: #e36159 !important;
}

.blockquote-tertiary {
   border-color: #2baab1 !important;
}

.blockquote-quaternary {
   border-color: #383f48 !important;
}

.blockquote-dark {
   border-color: #2e353e !important;
}

.blockquote-light {
   border-color: #ffffff !important;
}



blockquote.quote-simple {
   background: transparent;
   border-width: 0;
   text-align: center;
   padding: 0;
   margin: 20px 0;
   display: block;
}

blockquote.quote-simple p {
   color: inherit;
   font-size: 26px;
   line-height: 34px;
   font-weight: 400;
   font-style: italic;
}

blockquote.quote-simple cite {
   font-size: 16px;
   display: block;
   text-align: right;
   margin-top: 10px;
   text-align: center;
}

blockquote.quote-simple.alignleft {
   text-align: left;
   margin: 0.316em 1.474em 1.474em 0;
   margin-left: -5%;
   width: 50%;
   float: left;
}

blockquote.v3 {
   background: #333;
   padding: 30px 50px;
   margin: 20px 0;
   display: block;
   color: #ffffff;
}

blockquote.v3::before {
   display: block;
   content: "\f10d";
   font-family: fontawesome;
   font-size: 26px;
   margin-bottom: 15px;
}

blockquote.v3 p {
   margin-bottom: 1.474em;
   font-size: 22px;
   line-height: 30px;
   font-style: italic;
   margin-bottom: 0;
   font-family: "Droid Serif", Georgia, Times, serif !important;
}

blockquote.v3 cite {
   font-size: 16px;
   display: block;
   text-align: right;
   margin-top: 10px;
}



/* ----------------------------------------------------------------
  TIMELINE
-----------------------------------------------------------------*/

.custom-timeline {
   margin-top: 20px;
}

.custom-timeline .custom-timeline-box {
   position: relative;
   padding-left: 105px;
}

.custom-timeline .custom-timeline-box:before {
   background: none repeat scroll 0 0 #0cb4ce;
   border-radius: 50%;
   box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #0cb4ce;
   content: "";
   display: block;
   height: 6px;
   margin-left: -5px;
   position: absolute;
   left: 68px;
   top: 8px;
   width: 6px;
   z-index: 2;
}

.custom-timeline .custom-timeline-box:after {
   content: '';
   display: block;
   position: absolute;
   left: 66px;
   top: 10px;
   height: 120%;
   border-left-width: 1px;
   border-left-style: solid;
   z-index: 1;
}

.custom-timeline .custom-timeline-box .date {
   position: absolute;
   top: 0;
   left: 0;
}

.custom-timeline .timeline-title {
   font-size: 20px;
   margin-bottom: 14px;
}

.custom-timeline .timeline-detail {
   margin-bottom: 25px;
}







.timeline.v2 {
   padding-bottom: 50px;
   list-style: none;
   position: relative;
}

.timeline.v2:before {
   content: " ";
   position: absolute;
   top: 0;
   bottom: 0;
   width: 4px;
   background-color: #ededed;
   left: 50%;
   margin-left: -1.5px;
}

.timeline.v2:after {
   background: none repeat scroll 0 0 #0cb4ce;
   border-radius: 50%;
   box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #0cb4ce;
   content: "";
   display: block;
   height: 6px;
   left: 68px;
   top: 6px;
   width: 6px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

.timeline.v2 .timeline-movement {
   position: relative;
   padding-bottom: 40px;
}

.timeline.v2:before {
   background: none;
}

.timeline-movement {
   padding-bottom: 0;
   margin-bottom: 30px;
}

.timeline-movement .date {
   display: inline-block;
   padding: 10px 30px;
   border-radius: 3px;
   font-weight: 600;
   font-size: 16px;
   background: #f9f9f9;
}

.timeline-movement .date:after {
   z-index: 1;
   position: absolute;
   left: 50%;
   margin-left: -9px;
   content: "";
   position: absolute;
   bottom: -8px;
   width: 15px;
   height: 15px;
   border-right: 1px solid #f9f9f9;
   border-bottom: 1px solid #f9f9f9;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   background-color: #f9f9f9;
}

.timeline-movement .timeline-item {
   padding: 50px 0;
   padding-bottom: 40px;
}

.timeline-movement:before {
   content: " ";
   position: absolute;
   top: 75px;
   bottom: 0;
   width: 7px;
   left: 50%;
   margin-left: -3.5px;
   background-repeat: no-repeat;
}

.timeline-movement:before {
   background-image: url(../img/core/border-svg.svg) !important;
}

.timeline-movement .title {
   font-size: 24px;
   font-weight: 500;
   line-height: 1.5;
   max-width: 320px;
   display: inline-block;
   margin-right: 30px;
}

.timeline-movement .right-title .title {
   margin-right: 0;
   margin-left: 30px;
}

.timeline-movement .details {
   display: inline-block;
   max-width: 300px;
}

.timeline.v2 .timeline-movement .timeline-item .timeline-panel.left-part {
   text-align: right;
   margin-right: 30px;
   margin-left: 0;
}







/* Content Grid */
.content-grid {
   overflow: hidden;
   margin: 0;
   padding: 0;
}

.content-grid .content-grid-item {
   position: relative;
   padding: 30px;
   margin: 0;
}

.content-grid .content-grid-item:before,
.content-grid .content-grid-item:after {
   content: '';
   position: absolute;
}

.content-grid .content-grid-item:before {
   height: 100%;
   top: 0;
   left: -1px;
   border-left: 1px solid #e8e8e8;
}

.content-grid .content-grid-item:after {
   width: 100%;
   height: 0;
   top: auto;
   left: 0;
   bottom: -1px;
   border-bottom: 1px solid #e8e8e8;
}

.content-grid .content-grid-item .img-responsive {
   display: inline-block;
}

.content-grid.content-grid-dashed .content-grid-item:before {
   border-left: 1px dashed #DADADA;
}

.content-grid.content-grid-dashed .content-grid-item:after {
   border-bottom: 1px dashed #DADADA;
}




/* ----------------------------------------------------------------
  DATA TABLES
-----------------------------------------------------------------*/

.table td, .table th {
   padding-top: .50rem;
   padding-bottom: .50rem;
}

.table thead th {
   vertical-align: bottom;
   border-bottom: 1px solid #d2d2d2;
   background-color: rgba(225, 225, 225, 0.95);
}

.table-sm td {
   padding: .1rem .8rem;
   vertical-align: inherit;
}

.table-sm th {
   padding: .4rem .8rem;
   vertical-align: inherit;
}

table th {
   font-weight: 600;
   font-size: 14px;
   font-weight: 900;
   font-size: 11px;
   color: #555;
}

table td .btn {
   margin-bottom: 0;
}

.table-bordered td, .table-bordered th {
   border: 1px solid #e2e2e2;
}

.table td, .table th {
   border-top: 1px solid #e2e2e2;
}

.p-table {
   display: table;
   border: 1px solid rgba(207,215,223,.25);
}

.p-table > .panel-heading {
   display: table-header-group;
   background: transparent;
}

.p-table > .panel-body {
   display: table-row-group;
}

.p-table > .panel-body:before,
.p-table > .panel-body:after {
   content: none;
}

.p-table > .panel-footer {
   display: table-footer-group;
   background: transparent;
}

.p-table > div > .tr {
   display: table-row;
}

.p-table > div:last-child > .tr:last-child > .td {
   border-bottom: none;
}

.p-table .td {
   display: table-cell;
   padding: 15px;
   padding-left: 20px;
   padding-right: 20px;
   border: 1px solid rgba(207,215,223,.25);
   border-top: none;
   border-left: none;
}

.p-table .td:last-child {
   border-right: none;
}

.p-table > .panel-heading > .tr > .td,
.p-table > .panel-footer > .tr > .td {
   background-color: #f5f5f5;
}

.p-table > .panel-heading > .tr > .td:first-child {
   border-radius: 4px 0 0 0;
}

.p-table > .panel-heading > .tr > .td:last-child {
   border-radius: 0 4px 0 0;
}

.p-table > .panel-footer > .tr > .td:first-child {
   border-radius: 0 0 0 4px;
}

.p-table > .panel-footer > .tr > .td:last-child {
   border-radius: 0 0 4px 0;
}


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

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

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

.clients-wrap .owl-carousel .owl-item figure {
   position: relative;
   width: 100%;
   height: 120px;
   -webkit-border-radius: 1px;
   -moz-border-radius: 1px;
   border-radius: 1px;
   border: 1px solid rgba(207,215,223,.25);
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   -moz-opacity: 0.85;
   opacity: 0.85;
   filter: alpha(opacity= 85);
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.clients-wrap .owl-carousel .owl-item figure:hover {
   -moz-opacity: 1;
   opacity: 1;
   filter: alpha(opacity= 100);
}

.clients-wrap .owl-carousel .owl-item figure img {
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   max-height: 100%;
   padding: 20px;
   width: auto;
   display: block;
}

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

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

.clients-wrap-v2 .owl-carousel .owl-item figure {
   position: relative;
   width: 100%;
   height: auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

.clients-wrap-v2 .owl-carousel .owl-item figure img {
   max-height: 70px;
   width: auto;
}

.clients-wrap-v2 .owl-carousel .owl-item figure img.free {
   max-height: inherit;
}

.clients-wrap-v2 .owl-carousel .owl-item a {
   text-align: center;
}

.clients-wrap-v2 .owl-carousel:hover .owl-item a {
   -moz-opacity: 0.5;
   opacity: 0.5;
   filter: alpha(opacity= 50);
}

.clients-wrap-v2 .owl-carousel .owl-item:hover a {
   -moz-opacity: 1;
   opacity: 1;
   filter: alpha(opacity= 100);
}

.clients-wrap .owl-carousel .owl-item figure:hover {
   border-width: 5px;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.clients-wrap.v3 .owl-carousel .owl-item figure {
   border: none;
}

table.clients-wrap.v4 td {
   padding: 10px 15px;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

table.clients-wrap.v4 td:hover {
   -moz-transition: all 0.1s ease-in-out;
   -webkit-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   background-color: white;
   box-shadow: 0px 1px 9px rgba(0,0,0,.12);
}


/* --------------------------------------------
  MODAL SHORTCODE
-------------------------------------------- */

.modal-body {
   padding: 25px 30px;
}

.modal-dialog.modal-sm .modal-body {
   padding: 25px;
}

.modal-header {
   background-color: #f9f9f9;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}

.modal-header button.close {
   padding: 0;
   outline: none;
   cursor: pointer;
   background: 0 0;
   border: 0;
   -webkit-appearance: none;
   /*border: 1px solid #aaa;*/
   border-radius: 50%;
   width: 27px;
   height: 27px;
   line-height: 26px;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   border: 2px solid transparent;
}

.modal-header button.close:hover {
   border: 2px solid #ddd;
   transform: scale(0.8);
   -webkit-transform: scale(0.8) rotateZ(90deg);
   width: 27px;
   height: 27px;
   line-height: 24px;
}

.modal-footer {
   background-color: #f9f9f9;
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
}

.modal-title {
   font-size: 18px;
}




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

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

.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;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   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: 13px;
   border-bottom: 1px solid transparent;
}

.v-divider.v-up-v2 {
   position: relative;
   height: 13px;
   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 7px 0 10px;
   text-decoration: none;
   background: #f9f9f9;
}

.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: #e2e2e2;
}

.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;
}


.sep-double {
   height: 8px;
   border-top: 1px solid #e7e6e6;
   border-bottom: 1px solid #e7e6e6;
}

.demo-sep {
   clear: both;
}

.sep-double,
.sep-dashed, .sep-dotted, .search-page-search-form {
   border-color: #e0dede !important;
}


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

.process-step .process-step-step {
   padding: 0;
   position: relative;
}

.process-step .process-step-step + .process-step-step {
}

.process-step .process-step-step .process-step-stepnum {
   font-size: 20px;
   margin-bottom: 5px;
}

.process-step .process-step-step .process-step-info {
   padding-left: 25px;
   padding-right: 25px;
}

.process-step .process-step-step .process-step-dot {
   position: absolute;
   width: 30px;
   height: 30px;
   display: block;
   background: #b9e486;
   top: 55px;
   left: 50%;
   margin-top: -15px;
   margin-left: -15px;
   border-radius: 50%;
}

.process-step .process-step-step .process-step-dot:after {
   content: ' ';
   width: 14px;
   height: 14px;
   border-radius: 50px;
   position: absolute;
   top: 8px;
   left: 8px;
}

.process-step .process-step-step .progress {
   position: relative;
   border-radius: 0px;
   height: 7px;
   box-shadow: none;
   margin: 30px 0;
}

.process-step .process-step-step .progress .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #0cb4ce;
  opacity: 0.6;
}

.process-step .process-step-step.complete .progress .progress-bar {
   width: 100%;
}

.process-step .process-step-step.active .progress .progress-bar {
   width: 50%;
}

.process-step .process-step-step:first-child.active .progress .progress-bar {
   width: 0%;
}

.process-step .process-step-step:last-child.active .progress .progress-bar {
   width: 100%;
}

.process-step .process-step-step.disabled .process-step-dot {
   background-color: #e8e8e8;
}

.process-step .process-step-step.disabled .process-step-dot:after {
   opacity: 0.2;
}

.process-step .process-step-step:first-child .progress {
   left: 50%;
   width: 50%;
}

.process-step .process-step-step:last-child .progress {
   width: 50%;
}

.process-step .process-step-step.disabled a.process-step-dot {
   pointer-events: none;
}

.process-step-icon {
   height: 75px;
   text-align: center;
   display: table;
   width: 100%;
}

.process-step-icon i {
   display: table-cell;
   vertical-align: middle;
}

.process-step-content {
   position: relative;
}


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

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

.xcircle-chart.chart-center {
   margin: 0 auto;
}

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

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

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

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

.xcircle-chart.xcircle-x span {
   font-size: 36px;
   vertical-align: 0px;
   color: #555;
}



.xcircle-chart-wrap .xcircle-chart-title {
   margin-top: 20px;
   margin-bottom: 15px;
   font-size: 18px;
   font-weight: normal;
}

.xcircle-chart-wrap p {
   /*font-size: 14px;*/
}










/*========================
   Image Caption #1
==========================*/
.tc-image-caption1 {
   position: relative;
   overflow: hidden;
}

.tc-image-caption1 img {
   -webkit-transform: scale(1.5) translateY(0);
   transform: scale(1.5) translateY(0);
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}

.tc-image-caption1:hover img {
   -webkit-transform: scale(1.5) translateY(-12px);
   transform: scale(1.5) translateY(-12px);
}

.tc-image-caption1 .caption {
   position: absolute;
   bottom: 20px;
   left: 20px;
   z-index: 10;
}

.tc-image-caption1:after {
   position: absolute;
   content: '';
   height: 100%;
   width: 100%;
   background-color: rgba(0, 0, 0, 0.6);
   -webkit-transition: opacity .25s ease-in-out;
   transition: opacity .3s ease-in-out;
   opacity: 0;
   top: 0;
}

.tc-image-caption1:hover:after {
   opacity: 1;
}

.tc-image-caption1 .caption h3 {
   color: #fff;
   font-size: 18px;
   margin-bottom: 5px;
   -webkit-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   opacity: 0;
}

.tc-image-caption1 .caption p {
   -webkit-transform: translateY(50px);
   transform: translateY(50px);
   color: rgba(255,255,255,0.7);
   opacity: 0;
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption1:hover .caption h3,
.tc-image-caption1:hover .caption p {
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}

.tc-image-caption1 .link-wrap {
   position: absolute;
   top: 15px;
   right: 15px;
   z-index: 10;
}

.tc-image-caption1 .link-wrap a {
   display: inline-block;
   height: 48px;
   width: 48px;
   line-height: 48px;
   background-color: rgba(255,255,255,0.1);
   text-align: center;
   color: #fff;
   font-size: 14px;
   opacity: 0;
   border-radius: 50%;
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption1 .link-wrap a:first-child {
   -webkit-transform: translateY(-30px);
   transform: translateY(-30px);
   margin-right: 2px;
}

.tc-image-caption1 .link-wrap a:last-child {
   -webkit-transform: translateY(-60px);
   transform: translateY(-60px);
}

.tc-image-caption1:hover .link-wrap a {
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}

.tc-image-caption1 .link-wrap a:hover {
   background-color: rgba(255,255,255,0.4);
}

/*========================
   Image Caption #2
==========================*/
.tc-image-caption2 {
   position: relative;
   overflow: hidden;
}

.tc-image-caption2 img {
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}

.tc-image-caption2:hover img {
   -webkit-transform: scale(1.3);
   transform: scale(1.3);
}

.tc-image-caption2 .caption {
   position: absolute;
   bottom: 5px;
   z-index: 10;
   width: 100%;
   text-align: center;
}

.tc-image-caption2:after {
   position: absolute;
   content: '';
   height: 100%;
   width: 100%;
   background-color: rgba(0, 0, 0, 0.4);
   -webkit-transition: opacity .25s ease-in-out;
   transition: opacity .3s ease-in-out;
   opacity: 0;
   top: 0;
}

.tc-image-caption2:hover:after {
   opacity: 1;
}

.tc-image-caption2 .caption h3 {
   color: #fff;
   font-size: 18px;
   padding-top: 12px;
   margin-bottom: 0px;
   border-top: 1px solid rgba(255,255,255,.2);
   -webkit-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   opacity: 0;
}

.tc-image-caption2 .caption p {
   -webkit-transform: translateY(50px);
   transform: translateY(50px);
   color: rgba(255,255,255,0.6);
   opacity: 0;
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption2:hover .caption h3,
.tc-image-caption2:hover .caption p {
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}

.tc-image-caption2 .link-wrap {
   position: absolute;
   top: 45%;
   left: 50%;
   z-index: 10;
   -webkit-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
}

.tc-image-caption2 .link-wrap a {
   display: inline-block;
   height: 44px;
   width: 44px;
   line-height: 44px;
   border: 1px solid rgba(255,255,255,0.8);
   text-align: center;
   color: #fff;
   font-size: 14px;
   opacity: 0;
   border-radius: 50%;
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption2 .link-wrap a:first-child {
   -webkit-transform: translateY(-30px);
   transform: translateY(-30px);
   margin-right: 2px;
}

.tc-image-caption2 .link-wrap a:last-child {
   -webkit-transform: translateY(-60px);
   transform: translateY(-60px);
}

.tc-image-caption2:hover .link-wrap a {
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}

.tc-image-caption2 .link-wrap a:hover {
   background-color: rgba(255,255,255,0.8);
   color: #444;
}

/*========================
   Image Caption #3
==========================*/
.tc-image-caption3 {
   position: relative;
   overflow: hidden;
}

.tc-image-caption3 img {
   -webkit-transform: scale(1.5) translateX(0);
   transform: scale(1.5) translateX(0);
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}

.tc-image-caption3:hover img {
   -webkit-transform: scale(1.5) translateX(12px);
   transform: scale(1.5) translateX(12px);
}

.tc-image-caption3 .caption {
   position: absolute;
   bottom: 20px;
   z-index: 10;
   right: 25px;
   text-align: right;
}

.tc-image-caption3:after {
   position: absolute;
   content: '';
   height: 100%;
   width: 100%;
   background-color: rgba(0, 0, 0, 0.7);
   -webkit-transition: opacity .25s ease-in-out;
   transition: opacity .3s ease-in-out;
   opacity: 0;
   top: 0;
}

.tc-image-caption3:hover:after {
   opacity: 1;
}

.tc-image-caption3 .caption h3 {
   color: #fff;
   font-size: 18px;
   padding-top: 12px;
   margin-bottom: 0px;
   border-top: 3px solid rgba(255,255,255,.2);
   -webkit-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   opacity: 0;
}

.tc-image-caption3 .caption p {
   -webkit-transform: translateY(50px);
   transform: translateY(50px);
   color: rgba(255,255,255,0.7);
   opacity: 0;
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption3:hover .caption h3,
.tc-image-caption3:hover .caption p {
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}

.tc-image-caption3 .link-wrap {
   position: absolute;
   top: 25px;
   left: 25px;
   z-index: 10;
}

.tc-image-caption3 .link-wrap a {
   display: inline-block;
   height: 36px;
   width: 36px;
   line-height: 36px;
   border: 2px solid rgba(255,255,255,0.2);
   text-align: center;
   color: #fff;
   font-size: 12px;
   opacity: 0;
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption3 .link-wrap a:first-child {
   -webkit-transform: translateY(-30px);
   transform: translateY(-30px);
   margin-right: 2px;
}

.tc-image-caption3 .link-wrap a:last-child {
   -webkit-transform: translateY(-60px);
   transform: translateY(-60px);
}

.tc-image-caption3:hover .link-wrap a {
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}

.tc-image-caption3 .link-wrap a:hover {
   background-color: rgba(255,255,255,0.8);
   color: #444;
}

/*========================
   Image Caption #4
==========================*/
.tc-image-caption4 {
   position: relative;
   overflow: hidden;
}

.tc-image-caption4 img {
   -webkit-transform: scale(1.5) translateX(0);
   transform: scale(1.5) translateX(0);
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}

.tc-image-caption4:hover img {
   -webkit-transform: scale(1.5) translateX(-12px);
   transform: scale(1.5) translateX(-12px);
}

.tc-image-caption4 .caption {
   position: absolute;
   bottom: 20px;
   z-index: 10;
   left: 25px;
   text-align: left;
   width: calc(100% - 50px);
}

.tc-image-caption4:after {
   position: absolute;
   content: '';
   height: calc(100% - 20px);
   width: calc(100% - 20px);
   background-color: rgba(0, 0, 0, 0.4);
   -webkit-transition: opacity .25s ease-in-out;
   transition: opacity .3s ease-in-out;
   opacity: 0;
   top: 10px;
   left: 10px;
}

.tc-image-caption4:hover:after {
   opacity: 1;
}

.tc-image-caption4 .caption h3 {
   color: #fff;
   font-size: 18px;
   margin-bottom: 2px;
   -webkit-transform: translateY(20px);
   transform: translateY(20px);
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   opacity: 0;
}

.tc-image-caption4 .caption p {
   -webkit-transform: translateY(50px);
   transform: translateY(50px);
   color: rgba(255,255,255,0.8);
   opacity: 0;
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption4:hover .caption h3,
.tc-image-caption4:hover .caption p {
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}

.tc-image-caption4 .link-wrap {
   position: absolute;
   top: 25px;
   left: 25px;
   z-index: 10;
}

.tc-image-caption4 .link-wrap a {
   display: inline-block;
   height: 40px;
   width: 40px;
   line-height: 40px;
   background-color: rgba(255,255,255,0.8);
   text-align: center;
   color: #444;
   font-size: 12px;
   border-radius: 50%;
   opacity: 0;
   -webkit-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption4 .link-wrap a:last-child {
   margin-left: 2px;
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
}

.tc-image-caption4:hover .link-wrap a {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}

.tc-image-caption4 .link-wrap a:hover {
   background-color: rgba(255,255,255,0.5);
   color: #444;
}


/*==========================
   Caption Animation #5
===========================*/
.tc-image-caption5 {
   position: relative;
   overflow: hidden;
}

.tc-image-caption5 img {
   -webkit-transform: scale(1.5) translateY(0);
   transform: scale(1.5) translateY(0);
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}

.tc-image-caption5:hover img {
   -webkit-transform: scale(1.5) translateY(12px);
   transform: scale(1.5) translateY(12px);
}

.tc-image-caption5:after {
   position: absolute;
   content: '';
   height: 100%;
   width: 100%;
   opacity: 0;
   background-color: rgba(0, 0, 0, 0.5);
   -webkit-transition: all .5s ease-in;
   transition: all .5s ease-in;
   top: 0;
   left: 0;
}

.tc-image-caption5:hover:after {
   opacity: 1
}

.tc-image-caption5 .caption {
   position: absolute;
   bottom: 0;
   z-index: 10;
   left: 0;
   text-align: left;
   width: 100%;
   padding: 15px;
   background-color: rgba(0,0,0,0.6);
   text-align: center;
}

.tc-image-caption5 .caption h3 {
   color: #fff;
   font-size: 18px;
   margin-bottom: 2px;
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption5 .caption p {
   margin-bottom: 5px
}

.tc-image-caption5 .link-wrap {
   position: absolute;
   top: 40%;
   left: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
   z-index: 10;
}

.tc-image-caption5 .link-wrap a {
   display: inline-block;
   height: 44px;
   width: 44px;
   line-height: 44px;
   background-color: rgba(0, 0, 0, 0.6);
   text-align: center;
   color: #fff;
   font-size: 12px;
   border-radius: 50%;
   opacity: 0;
   -webkit-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption5 .link-wrap a:last-child {
   margin-left: 2px;
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
}

.tc-image-caption5:hover .link-wrap a {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}

.tc-image-caption5 .link-wrap a:hover {
   background-color: rgba(0, 0, 0, 0.9);
   color: #f5f5f5;
}

/*========================
   Caption Animation #6
==========================*/
.tc-image-caption6 {
   position: relative;
   overflow: hidden;
}

.tc-image-caption6 img {
   -webkit-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}

.tc-image-caption6:hover img {
   -webkit-transform: scale(1.5) rotate(10deg);
   transform: scale(1.5) rotate(10deg);
}

.tc-image-caption6:after {
   position: absolute;
   content: '';
   height: 100%;
   width: 100%;
   opacity: 0;
   background-color: rgba(0, 0, 0, 0.3);
   -webkit-transition: all .25s ease-in;
   transition: all .25s ease-in;
   top: 0;
   left: 0;
}

.tc-image-caption6:hover:after {
   opacity: 1
}

.tc-image-caption6 .caption {
   position: absolute;
   bottom: 0;
   z-index: 10;
   left: 0;
   text-align: left;
   width: 100%;
   padding: 15px;
   background-color: rgba(0,0,0,0.6);
   -webkit-transform: translateY(40px);
   transform: translateY(40px);
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   text-align: center;
   opacity: 0;
}

.tc-image-caption6:hover .caption {
   opacity: 1;
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
}

.tc-image-caption6 .caption h3 {
   color: #fff;
   font-size: 18px;
   margin-bottom: 2px;
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption6 .caption p {
   margin-bottom: 5px;
}

.tc-image-caption6 .link-wrap {
   position: absolute;
   top: 40%;
   left: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
   z-index: 10;
}

.tc-image-caption6 .link-wrap a {
   display: inline-block;
   height: 44px;
   width: 44px;
   line-height: 44px;
   background-color: rgba(0, 0, 0, 0.6);
   text-align: center;
   color: #fff;
   font-size: 12px;
   border-radius: 50%;
   opacity: 0;
   -webkit-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}

.tc-image-caption6 .link-wrap a:last-child {
   margin-left: 2px;
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
}

.tc-image-caption6:hover .link-wrap a {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}

.tc-image-caption6 .link-wrap a:hover {
   background-color: rgba(0, 0, 0, 0.9);
   color: #f5f5f5;
}












.contact_block {
   margin-top: 15px;
   margin-bottom: 0;
   padding: 27px 20px 33px 0;
   border-color: #e7e9eb
}

.contact_block .icon {
   width: 60px;
   height: 60px;
}

.contact_block .bordered_left {
   border-left: 1px solid #eee;
   padding-left: 37px
}

.contact_block ul {
   margin-top: 14px
}

@media screen and (max-width: 1023px) {
   .contact_block .icon {
       margin: 0 auto 15px
   }

   .contact_block ul {
       text-align: left;
       display: table;
       margin-left: auto;
       margin-right: auto
   }

   .contact_block .bordered_left {
       border: none;
       padding-left: 20px;
       padding-right: 20px
   }
}

.simple_green_bullet {
   margin-top: 12px
}

.simple_green_bullet li {
   padding: 5px 0 0 16px;
   list-style-type: none;
   position: relative
}

.simple_green_bullet li:before {
   background: #79b853;
   content: "";
   width: 4px;
   height: 4px;
   position: absolute;
   top: 18px;
   left: 3px;
   border-radius: 10px
}

.simple_green_bullet li:first-child {
   padding-top: 0
}

.simple_green_bullet li:first-child:before {
   top: 11px
}









.srv-container .item_wrapper {
   position: relative;
   background: #fff;
   box-shadow: 0 3px 6px rgba(46,61,73,0.03);
}

.srv-container .down_block {
   padding: 7px 25px 30px;
   min-height: 134px;
   text-align: center;
}

.srv-container .logo_container {
   min-height: 127px;
}

.srv-container .logo_container {
   min-height: 151px;
   display: block;
   position: relative;
}

.srv-container .srv-name {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   margin-top: 10px;
   margin-bottom: 0px;
}

.srv-container .scorm {
   font-size: 12px;
   color: #999;
   text-transform: uppercase;
}

.srv-container .logo_container img, .srv-container .logo_container .logo {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: auto;
   max-height: 151px;
   padding: 33px;
}

.srv-container .srv-name a {
   font-size: 18px;
   font-weight: normal !important;
   text-decoration: none;
}

.srv-container td {
   padding: 0;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.srv-container td:hover {
   -moz-transition: all 0.1s ease-in-out;
   -webkit-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   background-color: white;
   box-shadow: 0px 1px 9px rgba(0,0,0,.12);
   overflow: hidden;
}



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

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

.v-counter .count-number {
   font-size: 50px;
   line-height: 50px;
}

.v-counter .v-counter-text {
   opacity: 0;
   bottom: -15px;
   position: relative;
   padding-top: 12px;
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-weight: 400;
}

.v-counter-wrap .v-icon {
   /*font-size: 55px;*/
}

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

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

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




/* --------------------------------------------
        PARALLAX SHORTCODE
     -------------------------------------------- */
.v-parallax h4.v-heading {
   border-bottom-color: #000000;
}

.mobile-browser .v-parallax {
   background-position: 50% 0 !important;
}

.v-parallax h4.v-heading:before {
   border: 0;
}

.v-parallax {
   padding-top: 80px !important;
   padding-bottom: 80px !important;
   overflow: hidden;
   position: relative;
   width: 100%;
   background-attachment: fixed;
   -moz-background-size: cover;
   -webkit-background-size: cover;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}

.v-parallax.bg-type-pattern {
   background-repeat: repeat;
   -moz-background-size: auto;
   background-size: auto;
}

.v-parallax.parallax-scroll {
   background-attachment: scroll;
}

.v-parallax.parallax-stellar {
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: 50% 0;
}

.mobile-browser .v-parallax {
   background-attachment: scroll !important;
   background-position: center center !important;
}

.v-parallax .v-content-wrapper {
   position: relative;
   z-index: 5;
}

.v-parallax.parallax-window-height .v-content-wrapper {
   top: 50%;
}

.v-parallax.parallax-window-height .row,
.v-parallax.parallax-window-height .container {
   height: 100%;
}

.v-parallax-video .v-content-wrapper {
   position: relative;
   z-index: 4;
}

.v-parallax-video.parallax-video-height .v-content-wrapper {
   top: 55%;
   opacity: 0;
}

.v-parallax-video.parallax-window-height .row,
.v-parallax-video.parallax-window-height .container {
   height: 100%;
}

.mobile-browser .v-parallax .v-content-wrapper {
   opacity: 1 !important;
   top: 50% !important;
}

.v-parallax .v-content-wrapper p:last-child {
   margin-bottom: 0;
}

.v-parallax-video video {
   position: absolute;
   z-index: 2;
   left: 0;
   top: 0;
   min-width: 100%;
   min-height: 100%;
}

.v-parallax-video .video-overlay {
   background-repeat: repeat;
   background-position: center center;
   position: absolute;
   z-index: 3;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0.8;
}

.v-parallax-video .video-overlay.overlay-striped {
   background-image: url('../img/base/video-overlay-1.png');
}

.v-parallax-video .video-overlay.overlay-colored {
   background-color: #1488C9;
   opacity: 0.4;
}

.v-parallax-video.parallax-video-height .video-overlay {
   opacity: 0;
}

.v-overlay-x {
   background-repeat: repeat;
   background-position: center center;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-image: url('../img/base/overlay-d.png');
   background-color: rgba(18,18,18, 0.7 );
}


.marketing-promo {
   background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.9)),url(../img/new/hero.jpg);
   background-position: center center, top right;
   background-size: cover, cover;
}

.slider-overlay--1 {
   background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.9));
}

.tp-dottedoverlay.slider-overlay--1 {
   z-index: 0;
}

.badge-vertex {
   background: #fcd000;
}

.badge {
   text-transform: uppercase;
   padding: 5px 8px 3px 8px;
   color: black !important;
   border-radius: 3px;
   position: relative;
   top: -2px;
   text-shadow: none !important;
   white-space: nowrap;
}





/* ----------------------------------------------------------------
  Social Icons
-----------------------------------------------------------------*/

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
   -webkit-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon {
   display: block;
   float: left;
   margin: 4px 11px 7px 0;
   text-align: center !important;
   font-size: 28px;
   color: #FFF;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
   cursor: pointer;
   font-style: normal;
}


.social-icon {
   margin: 0 5px 5px 0;
   width: 40px;
   height: 40px;
   font-size: 16px;
   line-height: 38px !important;
   color: #555;
   text-shadow: none;
   border: 1px solid #AAA;
   border-radius: 3px;
   overflow: hidden;
}


/* Social Icons - Rounded
-----------------------------------------------------------------*/

.si-rounded {
   border-radius: 50%;
}

/* Social Icons - Borderless
-----------------------------------------------------------------*/

.si-borderless {
   border-color: transparent !important;
}

/* Social Icons - Dark
-----------------------------------------------------------------*/

.si-dark {
   background-color: #444;
   color: #FFF !important;
   border-color: transparent;
}

/* Social Icons - Light
-----------------------------------------------------------------*/

.si-light {
   background-color: rgba(0,0,0,0.05);
   color: #666 !important;
   border-color: transparent;
}

/* Social Icons - Colored
-----------------------------------------------------------------*/

.si-colored {
   border-color: transparent !important;
}

.si-colored i {
   color: #FFF;
}

/* Social Icons - Large
-----------------------------------------------------------------*/

.social-icon.si-large {
   margin: 0 10px 10px 0;
   width: 56px;
   height: 56px;
   font-size: 30px;
   line-height: 54px !important;
}

/* Social Icons - Small
-----------------------------------------------------------------*/

.social-icon.si-small {
   width: 32px;
   height: 32px;
   font-size: 14px;
   line-height: 30px !important;
}

.social-icon i {
   display: block;
   position: relative;
}

body:not(.device-touch) .social-icon i {
   -webkit-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}

.social-icon i:last-child {
   color: #FFF !important;
}

.social-icon:hover i:first-child {
   margin-top: -38px;
}

.social-icon.si-large:hover i:first-child {
   margin-top: -54px;
}

.social-icon.si-small:hover i:first-child {
   margin-top: -30px;
}

.social-icon:hover {
   color: #555;
   border-color: transparent;
}

.si-colored.social-icon {
   border-color: transparent;
}

/* Social Icons - Sticky
-----------------------------------------------------------------*/

.si-sticky {
   position: fixed;
   top: 50%;
   left: 5px;
   width: 36px;
   z-index: 100;
}

/* Social Icons - Sticky Right
-----------------------------------------------------------------*/

.si-sticky.si-sticky-right {
   left: auto;
   right: 8px;
}

/* Social Icons - Share
-----------------------------------------------------------------*/

.si-share {
   position: relative;
   padding-left: 5px;
   border-top: 1px solid #EEE;
   border-bottom: 1px solid #EEE;
}

.si-share span {
   line-height: 36px;
   font-weight: bold;
   font-size: 14px;
}

.si-share div {
   float: right;
}

.si-share .social-icon {
   margin: -1px 0;
   border-radius: 0;
   font-size: 15px;
}

.si-facebook:hover,
.si-colored.si-facebook {
   background-color: #3B5998 !important;
}

.si-delicious:hover,
.si-colored.si-delicious {
   background-color: #205CC0 !important;
}

.si-paypal:hover,
.si-colored.si-paypal {
   background-color: #00588B !important;
}

.si-flattr:hover,
.si-colored.si-flattr {
   background-color: #F67C1A !important;
}

.si-android:hover,
.si-colored.si-android {
   background-color: #A4C639 !important;
}

.si-smashmag:hover,
.si-colored.si-smashmag {
   background-color: #E53B2C !important;
}

.si-gplus:hover,
.si-colored.si-gplus {
   background-color: #DD4B39 !important;
}

.si-wikipedia:hover,
.si-colored.si-wikipedia {
   background-color: #333 !important;
}

.si-stumbleupon:hover,
.si-colored.si-stumbleupon {
   background-color: #F74425 !important;
}

.si-foursquare:hover,
.si-colored.si-foursquare {
   background-color: #25A0CA !important;
}

.si-call:hover,
.si-colored.si-call {
   background-color: #444 !important;
}

.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns {
   background-color: #F26739 !important;
}

.si-forrst:hover,
.si-colored.si-forrst {
   background-color: #5B9A68 !important;
}

.si-digg:hover,
.si-colored.si-digg {
   background-color: #191919 !important;
}

.si-spotify:hover,
.si-colored.si-spotify {
   background-color: #81B71A !important;
}

.si-reddit:hover,
.si-colored.si-reddit {
   background-color: #C6C6C6 !important;
}

.si-blogger:hover,
.si-colored.si-blogger {
   background-color: #FC4F08 !important;
}

.si-cc:hover,
.si-colored.si-cc {
   background-color: #688527 !important;
}

.si-dribbble:hover,
.si-colored.si-dribbble {
   background-color: #EA4C89 !important;
}

.si-evernote:hover,
.si-colored.si-evernote {
   background-color: #5BA525 !important;
}

.si-flickr:hover,
.si-colored.si-flickr {
   background-color: #FF0084 !important;
}

.si-google:hover,
.si-colored.si-google {
   background-color: #DD4B39 !important;
}

.si-instapaper:hover,
.si-colored.si-instapaper {
   background-color: #333 !important;
}

.si-klout:hover,
.si-colored.si-klout {
   background-color: #FF5F52 !important;
}

.si-linkedin:hover,
.si-colored.si-linkedin {
   background-color: #0E76A8 !important;
}

.si-vk:hover,
.si-colored.si-vk {
   background-color: #2B587A !important;
}

.si-rss:hover,
.si-colored.si-rss {
   background-color: #EE802F !important;
}

.si-skype:hover,
.si-colored.si-skype {
   background-color: #00AFF0 !important;
}

.si-twitter:hover,
.si-colored.si-twitter {
   background-color: #00ACEE !important;
}

.si-youtube:hover,
.si-colored.si-youtube {
   background-color: #C4302B !important;
}

.si-vimeo:hover,
.si-colored.si-vimeo {
   background-color: #86C9EF !important;
}

.si-aim:hover,
.si-colored.si-aim {
   background-color: #FCD20B !important;
}

.si-yahoo:hover,
.si-colored.si-yahoo {
   background-color: #720E9E !important;
}

.si-email3:hover,
.si-colored.si-email3 {
   background-color: #6567A5 !important;
}

.si-macstore:hover,
.si-colored.si-macstore {
   background-color: #333333 !important;
}

.si-myspace:hover,
.si-colored.si-myspace {
   background-color: #666666 !important;
}

.si-podcast:hover,
.si-colored.si-podcast {
   background-color: #E4B21B !important;
}

.si-cloudapp:hover,
.si-colored.si-cloudapp {
   background-color: #525557 !important;
}

.si-dropbox:hover,
.si-colored.si-dropbox {
   background-color: #3D9AE8 !important;
}

.si-ebay:hover,
.si-colored.si-ebay {
   background-color: #89C507 !important;
}

.si-github:hover,
.si-colored.si-github {
   background-color: #171515 !important;
}

.si-googleplay:hover,
.si-colored.si-googleplay {
   background-color: #DD4B39 !important;
}

.si-itunes:hover,
.si-colored.si-itunes {
   background-color: #222 !important;
}

.si-plurk:hover,
.si-colored.si-plurk {
   background-color: #CF5A00 !important;
}

.si-pinboard:hover,
.si-colored.si-pinboard {
   background-color: #0000E6 !important;
}

.si-soundcloud:hover,
.si-colored.si-soundcloud {
   background-color: #FF7700 !important;
}

.si-tumblr:hover,
.si-colored.si-tumblr {
   background-color: #34526F !important;
}

.si-wordpress:hover,
.si-colored.si-wordpress {
   background-color: #1E8CBE !important;
}

.si-yelp:hover,
.si-colored.si-yelp {
   background-color: #C41200 !important;
}

.si-intensedebate:hover,
.si-colored.si-intensedebate {
   background-color: #009EE4 !important;
}

.si-eventbrite:hover,
.si-colored.si-eventbrite {
   background-color: #F16924 !important;
}

.si-scribd:hover,
.si-colored.si-scribd {
   background-color: #666666 !important;
}

.si-stripe:hover,
.si-colored.si-stripe {
   background-color: #008CDD !important;
}

.si-print:hover,
.si-colored.si-print {
   background-color: #111 !important;
}

.si-dwolla:hover,
.si-colored.si-dwolla {
   background-color: #FF5C03 !important;
}

.si-statusnet:hover,
.si-colored.si-statusnet {
   background-color: #131A30 !important;
}

.si-acrobat:hover,
.si-colored.si-acrobat {
   background-color: #D3222A !important;
}

.si-drupal:hover,
.si-colored.si-drupal {
   background-color: #27537A !important;
}

.si-buffer:hover,
.si-colored.si-buffer {
   background-color: #333333 !important;
}

.si-pocket:hover,
.si-colored.si-pocket {
   background-color: #EE4056 !important;
}

.si-bitbucket:hover,
.si-colored.si-bitbucket {
   background-color: #0E4984 !important;
}

.si-stackoverflow:hover,
.si-colored.si-stackoverflow {
   background-color: #EF8236 !important;
}

.si-hackernews:hover,
.si-colored.si-hackernews {
   background-color: #FF6600 !important;
}

.si-xing:hover,
.si-colored.si-xing {
   background-color: #126567 !important;
}

.si-instagram:hover,
.si-colored.si-instagram {
   background-color: #3F729B !important;
}

.si-quora:hover,
.si-colored.si-quora {
   background-color: #A82400 !important;
}

.si-openid:hover,
.si-colored.si-openid {
   background-color: #E16309 !important;
}

.si-steam:hover,
.si-colored.si-steam {
   background-color: #111 !important;
}

.si-amazon:hover,
.si-colored.si-amazon {
   background-color: #E47911 !important;
}

.si-disqus:hover,
.si-colored.si-disqus {
   background-color: #E4E7EE !important;
}

.si-plancast:hover,
.si-colored.si-plancast {
   background-color: #222 !important;
}

.si-appstore:hover,
.si-colored.si-appstore {
   background-color: #000 !important;
}

.si-pinterest:hover,
.si-colored.si-pinterest {
   background-color: #C8232C !important;
}

.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx {
   background-color: #111 !important;
}


/* Social Icons Text Color
-----------------------------------------------------------------*/

.si-text-color.si-facebook i {
   color: #3B5998;
}

.si-text-color.si-delicious i {
   color: #205CC0;
}

.si-text-color.si-paypal i {
   color: #00588B;
}

.si-text-color.si-flattr i {
   color: #F67C1A;
}

.si-text-color.si-android i {
   color: #A4C639;
}

.si-text-color.si-smashmag i {
   color: #E53B2C;
}

.si-text-color.si-gplus i {
   color: #DD4B39;
}

.si-text-color.si-wikipedia i {
   color: #333;
}

.si-text-color.si-stumbleupon i {
   color: #F74425;
}

.si-text-color.si-foursquare i {
   color: #25A0CA;
}

.si-text-color.si-call i {
   color: #444;
}

.si-text-color.si-ninetyninedesigns i {
   color: #F26739;
}

.si-text-color.si-forrst i {
   color: #5B9A68;
}

.si-text-color.si-digg i {
   color: #191919;
}

.si-text-color.si-spotify i {
   color: #81B71A;
}

.si-text-color.si-reddit i {
   color: #C6C6C6;
}

.si-text-color.si-blogger i {
   color: #FC4F08;
}

.si-text-color.si-cc i {
   color: #688527;
}

.si-text-color.si-dribbble i {
   color: #EA4C89;
}

.si-text-color.si-evernote i {
   color: #5BA525;
}

.si-text-color.si-flickr i {
   color: #FF0084;
}

.si-text-color.si-google i {
   color: #DD4B39;
}

.si-text-color.si-instapaper i {
   color: #333;
}

.si-text-color.si-klout i {
   color: #FF5F52;
}

.si-text-color.si-linkedin i {
   color: #0E76A8;
}

.si-text-color.si-vk i {
   color: #2B587A;
}

.si-text-color.si-rss i {
   color: #EE802F;
}

.si-text-color.si-skype i {
   color: #00AFF0;
}

.si-text-color.si-twitter i {
   color: #00ACEE;
}

.si-text-color.si-youtube i {
   color: #C4302B;
}

.si-text-color.si-vimeo i {
   color: #86C9EF;
}

.si-text-color.si-aim i {
   color: #FCD20B;
}

.si-text-color.si-yahoo i {
   color: #720E9E;
}

.si-text-color.si-email3 i {
   color: #6567A5;
}

.si-text-color.si-macstore i {
   color: #333333;
}

.si-text-color.si-myspace i {
   color: #666666;
}

.si-text-color.si-podcast i {
   color: #E4B21B;
}

.si-text-color.si-cloudapp i {
   color: #525557;
}

.si-text-color.si-dropbox i {
   color: #3D9AE8;
}

.si-text-color.si-ebay i {
   color: #89C507;
}

.si-text-color.si-github i {
   color: #171515;
}

.si-text-color.si-googleplay i {
   color: #DD4B39;
}

.si-text-color.si-itunes i {
   color: #222;
}

.si-text-color.si-plurk i {
   color: #CF5A00;
}

.si-text-color.si-pinboard i {
   color: #0000E6;
}

.si-text-color.si-soundcloud i {
   color: #FF7700;
}

.si-text-color.si-tumblr i {
   color: #34526F;
}

.si-text-color.si-wordpress i {
   color: #1E8CBE;
}

.si-text-color.si-yelp i {
   color: #C41200;
}

.si-text-color.si-intensedebate i {
   color: #009EE4;
}

.si-text-color.si-eventbrite i {
   color: #F16924;
}

.si-text-color.si-scribd i {
   color: #666666;
}

.si-text-color.si-stripe i {
   color: #008CDD;
}

.si-text-color.si-print i {
   color: #111;
}

.si-text-color.si-dwolla i {
   color: #FF5C03;
}

.si-text-color.si-statusnet i {
   color: #131A30;
}

.si-text-color.si-acrobat i {
   color: #D3222A;
}

.si-text-color.si-drupal i {
   color: #27537A;
}

.si-text-color.si-buffer i {
   color: #333333;
}

.si-text-color.si-pocket i {
   color: #EE4056;
}

.si-text-color.si-bitbucket i {
   color: #0E4984;
}

.si-text-color.si-stackoverflow i {
   color: #EF8236;
}

.si-text-color.si-hackernews i {
   color: #FF6600;
}

.si-text-color.si-xing i {
   color: #126567;
}

.si-text-color.si-instagram i {
   color: #3F729B;
}

.si-text-color.si-quora i {
   color: #A82400;
}

.si-text-color.si-openid i {
   color: #E16309;
}

.si-text-color.si-steam i {
   color: #111;
}

.si-text-color.si-amazon i {
   color: #E47911;
}

.si-text-color.si-disqus i {
   color: #E4E7EE;
}

.si-text-color.si-plancast i {
   color: #222;
}

.si-text-color.si-appstore i {
   color: #000;
}

.si-text-color.si-pinterest i {
   color: #C8232C;
}

.si-text-color.si-fivehundredpx i {
   color: #111;
}

.si-text-color:hover {
   color: #FFF;
}



/* Tip */
.tip {
   display: inline-block;
   padding: 0 5px;
   background: #FFF;
   color: #111;
   text-shadow: none;
   border-radius: 3px;
   margin-left: 8px;
   position: relative;
   text-transform: uppercase;
   font-size: 10px;
   font-weight: bold;
}

.tip:before {
   right: 100%;
   top: 50%;
   border: solid transparent;
   content: " ";
   height: 0;
   width: 0;
   position: absolute;
   pointer-events: none;
   border-color: rgba(255, 255, 255, 0);
   border-right-color: #fff;
   border-width: 5px;
   margin-top: -5px;
}

.tip.skin {
   color: #FFF;
}



.v-heading-v2 {
   display: block;
   margin-bottom: 25px;
   border-bottom: 1px dotted #e4e4e4;
   border-bottom: 1px solid rgba(0,0,0,0.1) !important;
   box-shadow: 0 1px 0 0 rgba(255,255,255,0.715) !important;
}

.v-heading-v2 h2, .v-heading-v2 h3, .v-heading-v2 h4 {
   margin: 0 0 -2px 0;
   padding-bottom: 8px;
   display: inline-block;
   border-bottom-width: 2px;
   border-bottom-style: solid;
   font-weight: 600;
}

.v-heading-v2 span {
   margin-left: 8px;
   font-size: 10px;
   padding: 2px 4px;
   border-radius: 50%;
   font-weight: 600;
   color: white;
   padding-top: 1px;
}

.v-heading-v2 h2, .v-heading-v2 h3, .v-heading-v2 h4 {
   border-bottom-color: #0cb4ce;
}

.v-search-result-count {
   color: #999;
   margin-bottom: 30px;
   font-size: 18px;
}






.coloured-box-wrap .row.fw-row .coloured-box-inner {
   padding: 12%;
   color: #ffffff;
}

.coloured-box-wrap .row.fw-row .col-sm-2,
.coloured-box-wrap .row.fw-row .col-sm-3,
.coloured-box-wrap .row.fw-row .col-sm-4 {
   padding-left: 0px;
   padding-right: 0px;
}





.sort-source.nav-pills .nav-link {
   border-radius: .25rem;
   position: relative;
   z-index: 1;
   padding: 0 15px;
   text-transform: uppercase;
   display: inline-block;
   width: auto;
   font-size: 12px;
   font-weight: 600;
   letter-spacing:0.5px;
   color: #303133;
}
.sort-source.nav-pills.text-white .nav-link{
  color:white;
}

.sort-source.nav-pills .nav-item.active .nav-link,
.sort-source.nav-pills .nav-link.active {
   color: rgba(48,49,51,.5);
   cursor: default;
   /*background-color: #fafafa;*/
}

.sort-source.nav-pills .nav-item:first-child .nav-link {
   padding-left: 0;
}




.staged-carousel .owl-item {
   opacity: .4;
   pointer-events: none;
   -webkit-transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -o-transition: opacity .3s ease-in-out;
   -ms-transition: opacity .3s ease-in-out;
   transition: opacity .3s ease-in-out
}

.staged-carousel .owl-item.active {
   opacity: .99;
   pointer-events: all
}

.staged-carousel .owl-item .lSAction {
   opacity: 0
}

.staged-carousel .owl-item.active .lSAction {
   opacity: 1
}

.carousel-items:not(.staged-carousel) .owl-pagination {
   display: none
}













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

.pricing-table {
   margin-top: 40px;
   margin-bottom: 30px;
}

.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 .pricing-column-content, .pricing-table > div:first-child 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,.09);
   -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
   -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.09);
   -o-box-shadow: 0px 0px 13px rgba(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;
}

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

.pricing-column.highlight .pricing-column-content {
   border-right: 1px solid #e4e4e4;
   border-left: 1px solid #e4e4e4;
   border-bottom: 1px solid #e4e4e4;
}


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

.pricing-column ul li {
   color: #888!important;
   padding: 10px 25px;
   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 6px 30px;
   font-size: 54px!important;
   line-height: 42px!important;
   color: #333;
   margin-bottom: 0px;
   margin-top: 0px;
   padding-top: 25px;
}

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

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

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

.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;
}





.video-play-btn {
   background: rgba(255,255,255,0.2);
   display: inline-block;
   position: relative;
   padding: 25px;
   border-radius: 50%;
   min-width: 120px;
   font-size: 16px;
   padding-left: 40px;
   min-height: 120px;
   color: white;
}


.pagination li {
  font-size: 13px;
  margin-left: 5px;
  margin-right: 5px;
}

.pagination li a {
  border-radius: 50px;
}

.page-item:first-child .page-link {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}





/**
 * default.css
 */
/*
   color:#6772e5 -- mor
   color:#24b47e veya #3ecf8e -- ye?il gibi
   color:#32325d kapal? mor i�inde #9cdbff
   color:#b76ac4 -- a??k mor

   #19a9e5
   base color: #75d380
   #49a8ec
*/

a,
a:hover,
.v-icon,
.btn-link,
.btn-default:hover,
.required,
.primary-font-color,
.primary-color,
.feature-box .icon,
.call-to-action .title strong,
.section-title strong,
.v-search-items .star-vote li,
.travel-form.icon-tabs .nav-pills > li > a:hover,
.travel-form.icon-tabs .nav-pills > li.active:hover > a,
.travel-form.icon-tabs .nav-pills > li.active > a,
.travel-form.icon-tabs .nav-pills > li.active > a:focus,
.xblog-large-info-meta-link:hover,
.xblog-large-info-title a:hover,
.xblog-medium-info-meta-link:hover,
.xblog-medium-info-title a:hover,
.-format-quote .xblog-quote-icon,
nav.xsearch-navbar.navbar-light .navbar-nav .active > .nav-link,
.cbp-l-grid-masonry-projects-title:hover,
[data-type].primary-color + .typed-cursor,
.c-breadcrumb-6.-style-default .c-breadcrumb-6-item:last-child .c-breadcrumb-6-link,
.c-breadcrumb-6.-style-icons .c-breadcrumb-6-item:last-child .c-breadcrumb-6-link,
.pagination > li > a, .pagination > li > span,
ul.i-list.medium.bordered .icon,
.tc-services-style4 .services-icon,
.tc-services-style5 .services-icon,
.main-color .xsocial-icons-simple a:hover,
.pi-section-grey .xsocial-icons-simple a:hover,
.c-breadcrumb-6-item:hover .c-breadcrumb-6-link,
.c-breadcrumb-6-item.active .c-breadcrumb-6-link,
.timeline-movement .date,
.feature-box-core .feature-box-core-category,
.counters .counter.bb strong,
.accordion.v6 .accordion-tag,
.stories_wrapper .quotes:before,
.btn.btn-outline-primary,
blockquote.quote-simple cite,
blockquote.v3 cite,
blockquote.v3::before,
.srv-container .srv-name a:hover,
.portfolio-item-title a:hover,
.post-content-wrap-inner a:hover,
.accordion .card-header > h5 a:hover,
.footer.footer-2 .main .latest-news a:hover,
.footer.footer-2 a:hover,
.tg-filter-name:hover,
.pracia-grid .tg-filter:hover,
.camberra-grid .tg-filter:hover,
.tg-dropdown-holder:hover,
.xsearch-items h3.search-item-caption a:hover,
.platform-block-title:hover,
.platform-block-steps a:hover,
.post-content-wrap .post-title a:hover,
.counters span.counter-append,
.related-wrap-title:hover,
.related-wrap-title a:hover footer.footer-pompis a:hover,
figure.product-item .product-name a:hover,
.cart-table .cart_item a:hover,
.blog-item .read-more-button:hover,
.blog-item a:hover,
.blog-item:hover h2:hover,
.blog-item:hover .link-to-post,
.blog-item:hover a,
footer.footer-emel a:hover,
.counters-emel.counters .counter .counter-icon.top-icon,
.testimonial-two blockquote p:before,
.testimonial-two blockquote p:after,
.testimonial-two blockquote p:before,
.testimonial-two blockquote p:after,
footer.footer-emel #newsletterForm .btn,
.sidebar .list-group-item.list-toggle > a:hover,
footer.footer-pompis a:hover,
.pricing-column h3,
.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav [class*="owl-"].hover,
.owl-carousel.show-nav-title .owl-nav [class*="owl-"],
.v_blog-item-title:hover{
   color: #0091da;
}
.counters-emel.counters .counter span.text.primary-color {
   color: #0091da!important;
}

.btn.transparent-light:hover,
.btn.transparent-dark:hover {
   color: #0091da !important;
}

.page-item.active .page-link,
.xblog-item.-format-standard .xblog-info:first-child,
.xblog-item.-format-quote .xblog-info:first-child,
.xblog-item.-format-aside .xblog-info:first-child,
.xblog-item.-format-status .xblog-info:first-child,
.xblog-item.-format-chat .xblog-info:first-child,
.xblog-item.-format-link .xblog-info:first-child,
.xblog-medium-item.-format-standard .xblog-medium-info:first-child,
.xblog-medium-item.-format-quote .xblog-medium-info:first-child,
.xblog-medium-item.-format-aside .xblog-medium-info:first-child,
.xblog-medium-item.-format-status .xblog-medium-info:first-child,
.xblog-medium-item.-format-chat .xblog-medium-info:first-child,
.xblog-medium-item.-format-link .xblog-medium-info:first-child,
.xblog-large-item.-format-standard .xblog-large-info:first-child,
.xblog-large-item.-format-quote .xblog-large-info:first-child,
.xblog-large-item.-format-aside .xblog-large-info:first-child,
.xblog-large-item.-format-status .xblog-large-info:first-child,
.xblog-large-item.-format-chat .xblog-large-info:first-child,
.xblog-large-item.-format-link .xblog-large-info:first-child,
.form-control:focus,
.form-control:active,
.feature-box .icon.bordered,
.btn-primary,
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus,
ul.i-list.medium.bordered .icon,
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active,
.feature-box .icon.filled,
html .cta.with-full-borders-primary,
.clients-wrap .owl-carousel .owl-item figure:hover,
.btn.btn-outline-primary,
.btn.btn-outline-primary:hover,
.feature-box .icon.filled.medium,
testimonial-two,
.testimonial-two .owl-carousel .owl-dots .owl-dot.active span,
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span,
.testimonial-four blockquote:hover,
.exp-separator,
.testimonial-two,
.exp-separator-inner {
   border-color: #0091da;
}

html .cta.featured.featured-primary,
.left-top-br:before,
.right-top-br:before,
.call-to-action.top-bordered,
.cbp-l-filters-alignCenter .cbp-filter-counter:after,
.cbp-l-filters-buttonCenter .cbp-filter-counter:after,
.top-bar.tobbar-clered,
sup.new-badge:before,
.feature-box[class*="feature-box-secundary-"] .v-icon:after,
.testimonials.testimonials-primary-color li.testimonial.has-cite .testimonial-text::after {
   border-top-color: #0091da;
}

.feature-box[class*="feature-box-secundary-"] .v-icon:after,
.title-highlight-inner,
.call-to-action.left-bordered,
.custom-timeline .custom-timeline-box:after,
.cta.pompis-style h3 {
   border-left-color: #0091da;
}

.testimonial-four blockquote:hover::after,
.section-arrow-primary-color.section-arrow--bottom-center:after {
   border-right-color: #0091da;
}

section.fx--y aside.guide .cover,
.page-item.active .page-link,
.progress-bar,
.bg-primary,
.progress-bar-primary,
.btn-primary,
.label-primary,
.timeline_box:hover:before,
.page-header.primary,
.ion-icons li:hover,
.bs-glyphicons li:hover,
.fontawesome-icon-list .fa-hover a:hover,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight,
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus,
.cbp-l-filters-alignCenter .cbp-filter-counter,
.cbp-l-filters-buttonCenter .cbp-filter-counter,
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight,
.main-color .xsocial-icons a:hover,
sup.new-badge,
.xspecial-heading.v2:after,
.testimonials-tab .nav.nav-justified > li > a > .quote,
.btn.accent,
.v-list.v3 li > i,
.btn-primary,
.footer.footer-2 .title:after,
.testimonial-two .owl-carousel .owl-dots .owl-dot.active span:before,
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span:before,
.tab-wrap .nav-tabs li .nav-link.active span:after,
html #header .header-top.header-top-primary,
.service-item-title:after,
.section-arrow-primary-color.section-arrow--bottom-center:after,
html .cta.cta-primary,
.team-member.v2 .member-info .share i.fa-share-alt,
.team-member.v2 .member-info .share:hover i.fa-share-alt,
.menu-label,
ul.i-list.filled i.fa,
.feature-box .icon.filled,
ul.i-list.medium .icon,
.page-header.page-header-primary,
.feature-box .icon-square,
.call-to-action-fw.call-to-action-primary,
.main-color .xsocial-icons.xsocial-effected-bg a i:first-child,
html .cta.cta-primary,
.testimonials.testimonials-primary-color li.testimonial .testimonial-text,
.fancy-list li:hover::before,
.process-step .process-step-step .process-step-dot:after,
.minimal-post.post-content-wrap .post-meta ul:after,
.join-us-form:before,
.v-counter .count-divider span,
.lift-off,
.process-step .process-step-step .progress .progress-bar,
.v-heading-v2 span,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.widget .tagcloud a:hover,
.widget ul.wp-tag-cloud li:hover > a,
.widget.v-photo-stream-widget li,
.v-bg-stylish.v-bg-stylish-v10,
.v-bg-stylish-v10.v-full-width-text:after,
.v-parallax .v-bg-overlay.overlay-colored,
.recent-post figure,
header div.search .btn-primary:hover,
header div.search .btn-primary,
header ul.nav-pills > li > a:hover,
.portfolio-grid li,
.feature-box-icon:hover,
.sf-hover .feature-box-icon,
.feature-box[class*="feature-box-secundary-"] .feature-box-icon,
.sf-hover .feature-box-line,
.pricing-column.highlight h3,
span.highlighted,
span.dropcap4,
.progress-bar-primary,
.v-process-steps .feature-box-icon:hover,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .cart-items,
.vertex-box,
.vertex-box:before,
.vertex-box .vertex-box-inner:before,
.horizontal-break-two,
.owl-carousel .owl-nav [class*="owl-"],
.pricing--rabten .pricing__action{
   background-color: #0091da;
}

.btn.btn-outline-primary:hover,
.bg-primary {
   background-color: #0091da !important;
}

.blockquote-primary {
   border-color: #0091da !important;
}

.testimonials-tab .nav.nav-justified > li > a > img {
   box-shadow: 0 0 0 5px #0091da;
}

.special-heading.word-underline span,
.special-heading.word-underline-2 span,
nav.xsearch-navbar.navbar-light .navbar-nav .active > .nav-link,
.special-heading.underline span:after,
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active,
.tg-filter.tg-show-filter.tg-filter-active,
.v-heading-v2 h2, .v-heading-v2 h3, .v-heading-v2 h4,
.blog-item .read-more-button:hover,
.testimonial-four blockquote:hover::after,
.section-arrow-primary-color.section-arrow--bottom-center:after {
   border-bottom-color: #0091da;
}

.process-step .process-step-step .process-step-stepnum,
.timeline-movement .title,
h1, h2, h3, h4, h5, h6,
.l-navbar_s-left.l-navbar_t-dark,
.logo-brand,
.menuzord-tabs-nav > li > a,
.btn-default,
.panel-group .panel-heading a,
.cbp-l-grid-agency-title,
.xblog-wrap .xblog-meta a,
.xblog-large-info-meta-link,
.xblog-large-info-title a,
.xblog-medium-info-meta-link,
.xblog-medium-info-title a,
.xblog-info-title a,
.ion-icons li:before,
.bs-glyphicons .glyphicon,
.fontawesome-icon-list .fa-hover a,
.cbp-l-grid-masonry-projects-title,
.cbp-l-grid-projects-title,
.cbp-l-caption-title,
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
ul.comments .comment-block .comment-by,
.testimonial-meta .testimonial-name strong,
.footer.footer-minimal a,
.slide-container .list-group-item,
ul.comments .comment-block .comment-by strong,
.blog-list-title a,
.platform-block-title,
.sidebar .list-group-item > a,
.progress-bars.v2 .progress-label,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4,
.h5, .h6, h1 a,
h2 a, h3 a,
h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a,
.h4 a, .h5 a,
.h6 a, blockquote,
.srv-container .srv-name a,
.srv-container .srv-name,
.tab-wrap .nav-tabs .nav-link.active,
ul.nav-shortcodes label,
.team-member .member-name .name,
.stories_wrapper .testimonial_name,
.testimonial-five .testimonial-author strong{
   color: #303133;
}

div.base-color h3,
div.base-color h4,
div.base-color h5,
div.base-color h6,
div.base-color {
   color: #262626 !important;
}

span.dropcap3 {
   background-color: #262626;
}

.main-color .feature-box.boxed,
.main-color .call-to-action,
.alternate-color,
.page-header {
   background-color: #f7f7f7;
}

.alternate-color .feature-box.boxed,
.alternate-color .form-control,
.alternate-color .call-to-action,
.main-color {
   background-color: #fff;
}

.c-tab-1-body-item,
.c-tab-1-nav-link,
.form-control,
.pager li > a, .pager li > span,
.pagination > li > a, .pagination > li > span,
.btn-default,
.xtestimonial .xtestimonial-content,
.platform-block,
.feature-box.boxed,
.call-to-action,
.xblog.xblog-type-4 .xblog-info:first-child {
   border-color: #eaeaea;
}

.special-heading.line span:before, .special-heading.line span:after,
.top-bar,
.special-heading.word-underline .special-heading-inner,
.panel-group .panel,
.accordion.accordion-default .panel-default,
.xblog.xblog-type-5.xblog-list article.xblog-item:not(:last-child),
.b-bordered {
   border-bottom-color: #eaeaea;
}

.special-heading.line span:before, .special-heading.line span:after,
.footer.footer-minimal,
.t-bordered {
   border-top-color: #eaeaea;
}

.col-md-border:not(:last-child) {
   border-right-color: #eaeaea;
}

.col-md-border + .col-md-border,
.col-border + .col-border {
   border-left-color: #eaeaea;
}

b, strong {
    font-weight: 600;
}


/*=============================== */
/* 導入企業ロゴ
/================================ */
.brand {
	padding: 30px 0;
}
.brand_headline {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
.brand_logo_slide {
	animation: slideLogo 46s linear infinite;
    background: url(../image/logo-slide.png) repeat-x 50%;
    background-size: auto 100px;
    height: 100px;
    width: 100%;
}
@media (min-width: 768px) {
	.brand {
		padding: 60px 0;
	}
	.brand_headline {
		font-size: 32px;
	}
}
@keyframes slideLogo {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3770px 0;
	}
}

.footer_link {
   text-decoration: underline !important;
}
.footer_link:hover {
   text-decoration: none !important;
}