/*Fluid grid layout
-------------------------------------*/
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
}
/* Grid >> Children (First,Last)
----------------------------------------------------------------------------------------------------*/
.first {
    margin-left: 0;
}
.last {
    margin-right: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  Columns
/*-----------------------------------------------------------------------------------*/
.one_half { width: 50%; }
.one_third { width: 33.333%; }
.two_third { width: 66.667%; }
.one_fourth { width: 25%; }
.two_fourth { width: 50%; }
.three_fourth { width: 75%; }
.one_fifth { width: 20%; }
.two_fifth { width: 40%; }
.three_fifth { width: 60%; }
.four_fifth { width: 80%; }
.one_sixth { width: 16.667%; }
.five_sixth { width: 83.333%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.two_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

/* Offsets */
.offset {
  min-height: 1px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  display:inline;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
.row-fluid {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.wpb_column .row-fluid,
.wpb_column .vc_row-fluid {
  margin-left: -15px;
  margin-right: -15px;
}
.wpb_row > .wrapper > .vc_col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.span1 {
  width:8.333%;
}
.span2 {
  width:16.667%;
}
.span3 {
  width:25.0%;
}
.span4 {
  width:33.333333%;
}
.span5 {
  width:41.667%;
}
.span6 {
  width:50.0%;
}
.span7 {
  width:58.333%;
}
.span8 {
  width:66.667%;
}
.span9 {
  width:75.0%;
}
.span10 {
  width:83.333%;
}
.span11 {
  width:91.667%;
}
.span12 {
  width:100.0%;
}

.wrapper {
    overflow: hidden;
}
/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {    clear: both }

.row,
.clearfix {    zoom: 1 }

.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}
.vc-element > .span1,
.vc-element > .span2,
.vc-element > .span3,
.vc-element > .span4,
.vc-element > .span5,
.vc-element > .span6,
.vc-element > .span7,
.vc-element > .span8,
.vc-element > .span9,
.vc-element > .span10,
.vc-element > .span11,
.vc-element > .span12 {
  width: 100%;
  margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	HR-Divider
/*-----------------------------------------------------------------------------------*/

.hr {
    clear: both;
    width: 100%;
    margin: 10px 0;
    height: 1px;
}
.hr.solid {
    border-bottom: 1px solid #ededed;
}
.hr.dotted {
    border: 1px dotted #ededed;
}
.hr.dashed {
    border: 1px dashed #ededed;
}
.hr.double {
    border: 3px double #ededed;
}
.hr.groove {
    border: 3px groove #ededed;
}
.hr.square_with_dot {
    height: 5px;
    background: url(../images/square_with_dot.gif) center center repeat-x;
}
.hr.dotted_with_lines {
    height: 3px;
    background: url(../images/dotted_with_lines.gif) center center repeat-x;
}
.hr.rhombus {
    height: 5px;
    background: url(../images/rhombus.gif) center center repeat-x;
}
/*----------------------------------------------------*/

.gap {
    display: block;
    width: 100%;
    margin: 0;
}
.doublegap {
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0;
}
/* Rethink this */

.tooltips a,
.tooltips a img {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    max-width: 100%;
    text-align: center;
}
/*-----------------------------------------------------------------------------------*/

/*	Accordion
/*-----------------------------------------------------------------------------------*/

.accordion {} .accordion .accordion-title {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
}
.accordion .accordion-title span {
    display: block;
    padding: 0px;
    font-size: 14px;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    margin: 0;
}
.accordion .accordion-inner {
    background-color: #fff;
}
.accordion-inner .wpb_text_column,
.accordion-inner .wpb_content_element {
    margin-bottom: 0;
}
.accordion .accordion-inner .content {
    padding: 15px 23px;
}
.accordion .accordion-inner div {
    max-width: 100%;
}
.accordion .accordion-title span .icon {
    margin: 0px 15px 0 23px;
    font-size: 18px;
    line-height: 22px;
    color: inherit;
}
.accordion .accordion-title .acc-icon {
    width: 64px;
    height: 47px;
}
.accordion .accordion-title .acc-icon i {
    font-size: 12px;
    line-height: 47px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
.accordion .accordion-title .acc-icon i:before {
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}
.accordion .accordion-inner {
    display: none;
}
.accordion.style1 .acc-group {
    margin-bottom: 4px;
}
.accordion.style1 .accordion-title {
    border: 1px solid #dddddd;
    border-top: 0;
}
.accordion.style1 .accordion-title:first-child {
    border: 1px solid #dddddd;
}
.accordion.style1 .accordion-inner {
    border: 1px solid #dddddd;
    border-top: 0;
}
.accordion.style1 .accordion-title.active {
    color: #59cdf4;
}
.accordion.style3 {
    overflow: hidden;
}
.accordion.style3 .accordion-title .acc-icon {
    width: 38px;
}
.accordion.style3 .accordion-title span .icon {
    margin-left: 0;
}
.accordion.style3 .acc-group {
    border-top: 1px solid #e8e8e8;
    margin-top: -1px;
}
.accordion.style3 .accordion-inner .content {
    padding: 0px 0px 15px 0;
}
.accordion.style3 .accordion-title .acc-icon i {
    text-align: left;
}
.accordion.style3 .accordion-title.active {
    color: #59cdf4;
}
.accordion.style4 .acc-group {
    margin-bottom: 4px;
}
.accordion.style4 .accordion-title {
    background-color: #f0f0f0;
}
.accordion.style4 .accordion-title.active {
    background-color: #59cdf4;
    color: #fff !important;
}
.accordion.style4 .accordion-title .icon {
    color: inherit;
}
.accordion.style4 .accordion-title.active .icon {
    color: #fff;
}
.accordion.style4 .accordion-inner {
    border: 1px solid #dddddd;
    border-top: 0;
}
.fleft {
    float: left !important;
}
.fright {
    float: right !important;
}
/*-----------------------------------------------------------------------------------*/

/*	Toggle
/*-----------------------------------------------------------------------------------*/

.toggle .toggle-title {
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.toggle .toggle-title span {
    display: block;
    padding: 0px;
    font-size: 14px;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    margin: 0;
}
.toggle .toggle-inner {
    margin: 0;
    display: none;
    padding: 15px 23px;
}
.toggle .toggle-title span .icon {
    margin: 0px 15px 0 23px;
    font-size: 18px;
    line-height: 22px;
    color: inherit;
}
.toggle .toggle-title .status-icon {
    width: 64px;
    height: 47px;
}
.toggle .toggle-title .status-icon i {
    font-size: 12px;
    line-height: 47px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
.toggle .toggle-title .status-icon i:before {
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}
.toggle {
    margin-bottom: 4px;
}
.toggle.style1 .toggle-title {
    border: 1px solid #dddddd;
}
.toggle.style1 .toggle-inner {
    border: 1px solid #dddddd;
    border-top: 0;
}
.toggle.style1 .toggle-title.active {
    color: #59cdf4;
}
.toggle.style3 {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
}
.toggle.style3 .status-icon {
    border-top: 1px solid #dddddd;
    margin-top: -1px;
}
.toggle.style3 .toggle-title span .icon {
    margin-left: 0;
}
.toggle.style3 .toggle-inner {
    padding: 0px 0px 15px 0;
}
.toggle.style3 .status-icon {
    width: 38px;
}
.toggle.style3 .status-icon i {
    text-align: left;
}
.toggle.style3 .toggle-title.active {
    color: #59cdf4;
}
.toggle.style4 {
    margin-bottom: 4px;
}
.toggle.style4 .toggle-title {
    background-color: #f0f0f0;
}
.toggle.style4 .toggle-title.active {
    background-color: #59cdf4;
    color: #fff;
}
.toggle.style4 .toggle-inner {
    border: 1px solid #dddddd;
    border-top: 0;
}
/*-----------------------------------------------------------------------------------*/

/*	Alert Messages
/*-----------------------------------------------------------------------------------*/

.alert-message {
    position: relative;
    border: 1px solid transparent;
    display: block;
    padding: 12px 38px 12px 19px;
    text-align: center;
    margin-bottom: 20px;
}
.alert-message i {
    font-size: 16px;
    margin-right: 18px;
}
.alert-message.warning {
    background-color: #FCF7D5;
    border-color: #e4cf42;
}
.alert-message.warning i,
.alert-message.warning .close {
    color: #e4cf42;
}
.alert-message.success {
    background-color: #e8faeb;
    border-color: #4cd964;
}
.alert-message.success i,
.alert-message.success .close {
    color: #4cd964;
}
.alert-message.notice {
    background-color: #f8f8f8;
    border-color: #c7c7cc;
}
.alert-message.notice i,
.alert-message.notice .close {
    color: #c7c7cc;
}
.alert-message.error {
    background-color: #ffeae6;
    border-color: #ff5e3a;
}
.alert-message.error i,
.alert-message.error .close {
    color: #ff5e3a;
}
.alert-message.info {
    background-color: #eaf8fe;
    border-color: #5ac8fb;
}
.alert-message.info i,
.alert-message.info .close {
    color: #5ac8fb;
}
.alert-message.custom * {
    color: inherit;
}
.alert-message p {
    margin: 0;
    padding: 0;
}
.alert-message span.close {
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
    height: 48px;
    width: 28px;
    text-align: right;
    line-height: 28px;
    font-size: 10px;
    cursor: pointer;
}
.alert-message span.close:hover {
    opacity: 1;
}
/*-----------------------------------------------------------------------------------*/

/*	Buttons
/*-----------------------------------------------------------------------------------*/

.button,
.prev a,
.next a,
.button.simple,
input[type=submit] {
    -webkit-appearance: none;
    margin: 0;
    font-size: 14px;
    line-height: 12px;
    padding: 13px 35px;
    display: inline;
    display: inline-block;
    letter-spacing: 0px;
    border: 1px solid transparent;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 3px;
    white-space: nowrap;
    color: #ffffff;
}
.button,
input[type=submit] {
    color: #ffffff;
    background-color: #59cdf4;
}
#respond input[type=submit],
.post-password-form input[type=submit] {
    font-size: 13px;
    line-height: 1;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 2px 1px -1px rgba(250, 250, 250, 0.6);
    box-shadow: inset 0px 2px 1px -1px rgba(250, 250, 250, 0.6);
    border-width: 1px;
    border-style: solid;
    background: #31a4e7;
    background: -moz-linear-gradient(top, #31a4e7 0%, #1381d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31a4e7), color-stop(100%, #1381d3));
    background: -webkit-linear-gradient(top, #31a4e7 0%, #1381d3 100%);
    background: -o-linear-gradient(top, #31a4e7 0%, #1381d3 100%);
    background: -ms-linear-gradient(top, #31a4e7 0%, #1381d3 100%);
    background: linear-gradient(to bottom, #31a4e7 0%, #1381d3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#31a4e7', endColorstr='#1381d3', GradientType=0);
    border-color: #0d76bc;
}
#respond input[type=submit]:hover {
    background: #3a3a3a;
    background: -moz-linear-gradient(top, #3a3a3a 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a3a), color-stop(100%, #222222));
    background: -webkit-linear-gradient(top, #3a3a3a 0%, #222222 100%);
    background: -o-linear-gradient(top, #3a3a3a 0%, #222222 100%);
    background: -ms-linear-gradient(top, #3a3a3a 0%, #222222 100%);
    background: linear-gradient(to bottom, #3a3a3a 0%, #222222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#222222', GradientType=0);
    border-color: #333333;
}
.button i {
    color: inherit !important;
    font-size: 14px;
    line-height: inherit;
    margin: 0 6px 0 0;
}
.button i.fa-left {
    margin-right: 7px;
}
.button i.fa-right {
    margin-left: 8px;
}
a.button:hover,
input[type=submit]:hover {
    color: #fff;
    background-color: #525252;
    text-decoration: none !important;
}
a.button {
    color: #fff;
    text-decoration: none;
}
.button.small {
    font-size: 13px;
    line-height: 1;
    padding: 9px 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.button.medium {
    font-size: 14px;
    line-height: 1;
    padding: 14px 21px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.button.large {
    font-size: 15px;
    line-height: 1;
    padding: 16px 23px;
}
.button,
.button.default {
    background-color: #5ed2ee;
}
.button.square {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.button.gradient {
    -webkit-box-shadow: inset 0px 2px 1px -1px rgba(250, 250, 250, 0.6);
    box-shadow: inset 0px 2px 1px -1px rgba(250, 250, 250, 0.6);
    border-width: 1px;
    border-style: solid;
}
.button.gradient.white {
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee', GradientType=0);
    border-color: #e4e0e0;
}
.button.gradient.lightgray {
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #d8d8d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #d8d8d8));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #d8d8d8 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #d8d8d8 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #d8d8d8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#d8d8d8', GradientType=0);
    border-color: #cbc7c7;
}
.button.gradient.blue {
    background: #31a4e7;
    background: -moz-linear-gradient(top, #31a4e7 0%, #1381d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31a4e7), color-stop(100%, #1381d3));
    background: -webkit-linear-gradient(top, #31a4e7 0%, #1381d3 100%);
    background: -o-linear-gradient(top, #31a4e7 0%, #1381d3 100%);
    background: -ms-linear-gradient(top, #31a4e7 0%, #1381d3 100%);
    background: linear-gradient(to bottom, #31a4e7 0%, #1381d3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#31a4e7', endColorstr='#1381d3', GradientType=0);
    border-color: #0d76bc;
}
.button.gradient.darkblue {
    background: #6b7ffd;
    background: -moz-linear-gradient(top, #6b7ffd 0%, #5856d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b7ffd), color-stop(100%, #5856d6));
    background: -webkit-linear-gradient(top, #6b7ffd 0%, #5856d6 100%);
    background: -o-linear-gradient(top, #6b7ffd 0%, #5856d6 100%);
    background: -ms-linear-gradient(top, #6b7ffd 0%, #5856d6 100%);
    background: linear-gradient(to bottom, #6b7ffd 0%, #5856d6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6b7ffd', endColorstr='#5856d6', GradientType=0);
    border-color: #4e57be;
}
.button.gradient.lightgreen {
    background: #4ce866;
    background: -moz-linear-gradient(top, #4ce866 0%, #46c75c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ce866), color-stop(100%, #46c75c));
    background: -webkit-linear-gradient(top, #4ce866 0%, #46c75c 100%);
    background: -o-linear-gradient(top, #4ce866 0%, #46c75c 100%);
    background: -ms-linear-gradient(top, #4ce866 0%, #46c75c 100%);
    background: linear-gradient(to bottom, #4ce866 0%, #46c75c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4ce866', endColorstr='#46c75c', GradientType=0);
    border-color: #3cb851;
}
.button.gradient.green {
    background: #27cf32;
    background: -moz-linear-gradient(top, #27cf32 0%, #18a121 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27cf32), color-stop(100%, #18a121));
    background: -webkit-linear-gradient(top, #27cf32 0%, #18a121 100%);
    background: -o-linear-gradient(top, #27cf32 0%, #18a121 100%);
    background: -ms-linear-gradient(top, #27cf32 0%, #18a121 100%);
    background: linear-gradient(to bottom, #27cf32 0%, #18a121 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#27cf32', endColorstr='#18a121', GradientType=0);
    border-color: #14801b;
}
.button.gradient.pink {
    background: #f77afc;
    background: -moz-linear-gradient(top, #f77afc 0%, #c86edf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f77afc), color-stop(100%, #c86edf));
    background: -webkit-linear-gradient(top, #f77afc 0%, #c86edf 100%);
    background: -o-linear-gradient(top, #f77afc 0%, #c86edf 100%);
    background: -ms-linear-gradient(top, #f77afc 0%, #c86edf 100%);
    background: linear-gradient(to bottom, #f77afc 0%, #c86edf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f77afc', endColorstr='#c86edf', GradientType=0);
    border-color: #c565d2;
}
.button.gradient.red {
    background: #ff5b3c;
    background: -moz-linear-gradient(top, #ff5b3c 0%, #ff2b68 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5b3c), color-stop(100%, #ff2b68));
    background: -webkit-linear-gradient(top, #ff5b3c 0%, #ff2b68 100%);
    background: -o-linear-gradient(top, #ff5b3c 0%, #ff2b68 100%);
    background: -ms-linear-gradient(top, #ff5b3c 0%, #ff2b68 100%);
    background: linear-gradient(to bottom, #ff5b3c 0%, #ff2b68 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5b3c', endColorstr='#ff2b68', GradientType=0);
    border-color: #d53d42;
}
.button.gradient.orange {
    background: #ff9203;
    background: -moz-linear-gradient(top, #ff9203 0%, #ff5f39 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9203), color-stop(100%, #ff5f39));
    background: -webkit-linear-gradient(top, #ff9203 0%, #ff5f39 100%);
    background: -o-linear-gradient(top, #ff9203 0%, #ff5f39 100%);
    background: -ms-linear-gradient(top, #ff9203 0%, #ff5f39 100%);
    background: linear-gradient(to bottom, #ff9203 0%, #ff5f39 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9203', endColorstr='#ff5f39', GradientType=0);
    border-color: #d96a17;
}
.button.gradient.mediumgray {
    background: #e3dcca;
    background: -moz-linear-gradient(top, #e3dcca 0%, #d6cec3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3dcca), color-stop(100%, #d6cec3));
    background: -webkit-linear-gradient(top, #e3dcca 0%, #d6cec3 100%);
    background: -o-linear-gradient(top, #e3dcca 0%, #d6cec3 100%);
    background: -ms-linear-gradient(top, #e3dcca 0%, #d6cec3 100%);
    background: linear-gradient(to bottom, #e3dcca 0%, #d6cec3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e3dcca', endColorstr='#d6cec3', GradientType=0);
    border-color: #c4beaf;
}
.button.gradient.gray {
    background: #b6b6b6;
    background: -moz-linear-gradient(top, #b6b6b6 0%, #8c8c8c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6b6b6), color-stop(100%, #8c8c8c));
    background: -webkit-linear-gradient(top, #b6b6b6 0%, #8c8c8c 100%);
    background: -o-linear-gradient(top, #b6b6b6 0%, #8c8c8c 100%);
    background: -ms-linear-gradient(top, #b6b6b6 0%, #8c8c8c 100%);
    background: linear-gradient(to bottom, #b6b6b6 0%, #8c8c8c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b6b6b6', endColorstr='#8c8c8c', GradientType=0);
    border-color: #797979;
}
.button.gradient.black {
    background: #484848;
    background: -moz-linear-gradient(top, #484848 0%, #2c2c2c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #484848), color-stop(100%, #2c2c2c));
    background: -webkit-linear-gradient(top, #484848 0%, #2c2c2c 100%);
    background: -o-linear-gradient(top, #484848 0%, #2c2c2c 100%);
    background: -ms-linear-gradient(top, #484848 0%, #2c2c2c 100%);
    background: linear-gradient(to bottom, #484848 0%, #2c2c2c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#484848', endColorstr='#2c2c2c', GradientType=0);
    border-color: #191919;
}
.button.gradient:hover {
    background: #3a3a3a;
    background: -moz-linear-gradient(top, #3a3a3a 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a3a), color-stop(100%, #222222));
    background: -webkit-linear-gradient(top, #3a3a3a 0%, #222222 100%);
    background: -o-linear-gradient(top, #3a3a3a 0%, #222222 100%);
    background: -ms-linear-gradient(top, #3a3a3a 0%, #222222 100%);
    background: linear-gradient(to bottom, #3a3a3a 0%, #222222 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#222222', GradientType=0);
    border-color: transparent;
}
.button.white {
    background-color: #ffffff;
    color: #5f6265 !important;
}
.button.blue {
    background-color: #30a2e6;
}
.button.darkblue {
    background-color: #5a5ada;
}
.button.lightgreen {
    background-color: #46ca5d;
}
.button.green {
    background-color: #1aa723;
}
.button.pink {
    background-color: #5a5ada;
}
.button.red {
    background-color: #ff4550;
}
.button.orange {
    background-color: #ff7027;
}
.button.gray {
    background-color: #a9a9a9;
}
.button.mediumgray {
    background-color: #ddd6c7;
}
.button.lightgray {
    background-color: #e6e6e6;
    color: #333333 !important;
}
.button.black {
    background-color: #373737;
}
.button.unfilled {
    background: none;
    border: 1px solid;
}
.button.unfilled.white {
    color: #ffffff !important;
}
.button.unfilled.lightgray {
    color: #e6e6e6 !important;
}
.button.unfilled.blue {
    color: #30a2e6 !important;
}
.button.unfilled.darkblue {
    color: #5a5ada !important;
}
.button.unfilled.lightgreen {
    color: #46ca5d !important;
}
.button.unfilled.green {
    color: #1aa723 !important;
}
.button.unfilled.pink {
    color: #da73eb !important;
}
.button.unfilled.red {
    color: #ff4550 !important;
}
.button.unfilled.orange {
    color: #ff7027 !important;
}
.button.unfilled.mediumgray {
    color: #ddd6c7 !important;
}
.button.unfilled.gray {
    color: #a9a9a9 !important;
}
.button.unfilled.black {
    color: #373737 !important;
}
.button.unfilled:hover {
    background: none;
    border-color: #525252;
    color: #525252;
}
.button.default.unfilled:hover {
    background: none !important;
    color: #525252 !important;
}
.button i.right {
    float: right;
    margin-left: 5px;
}
.button i.left {
    float: left;
    margin-left: 5px;
}
/*-----------------------------------------------------------------------------------*/

/*	Callouts & Teaser
/*-----------------------------------------------------------------------------------*/

.teaser {
    border: 1px solid #ddd;
    display: block;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 3px 3px 3px 0px rgba(180, 180, 180, 0.2);
    padding: 25px 25px 20px 25px;
}
.teaser h1,
.teaser h2,
.teaser h3,
.teaser h4,
.teaser h5,
.teaser h6,
.teaser p {
    margin: 0 0 10px 0;
}
.teaser .teaser-img {
    margin: -26px -26px 25px -26px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
.teaser .teaser-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.teaser a.button {
    margin: 20px 0 0 0;
}
/*-----------------------------------------------------------------------------------*/

.teaserbox {
    border: 1px solid #ddd;
    display: block;
    background: #fafafa;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 1px 1px 3px 0px rgba(180, 180, 180, 0.2);
    margin: 0 0px 0 0px;
}
.teaserbox .border {
    padding: 25px 25px 25px 25px;
}
.teaserbox a.button {
    margin: 20px 0 0 0;
}
.teaserbox p {
    margin: 5px 0 0 0;
}
.teaserbox h1,
.teaserbox h2,
.teaserbox h3,
.teaserbox h4,
.teaserbox h5,
.teaserbox h6 {
    line-height: 1.3;
}
/*-----------------------------------------------------------------------------------*/

.callout {
    margin: 0 0px 0px 0px;
    display: table;
    overflow: hidden;
    width: 100%;
    min-height: 50px;
    padding: 30px;
    border-color: #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.callout-button {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.callout-button.right {
    padding-left: 20px;
    text-align: right;
}
.callout-button.left {
    padding-right: 20px;
    text-align: left;
}
.callout.center .callout-content {
    display: block;
}
.callout-button.center {
    display: block;
    text-align: center;
    margin-top: 15px;
}
.callout-button.like_text {
    display: block;
    text-align: inherit;
    margin-top: 15px;
}
.callout.like_text .callout-content {
    display: block;
}
.callout .callout-content {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.callout .callout-content > * {
    color: inherit;
}
.callout .callout-content *:last-child {
    margin-bottom: 0;
}
.callout .callout-content p:last-child {
    margin: 0;
}
.callout a.button {
    margin: 0;
    text-align: center;
}
.callout .callout-title {
    margin: 0 0 0px 0 !important;
    font-style: italic;
    line-height: 1.2em;
    font-size: 21px;
    text-align: center;
}
/*-----------------------------------------------------------------------------------*/

/*	Banner & banner's badge
/*-----------------------------------------------------------------------------------*/

.banner {
    background-size: 100%;
    position: relative;
    margin-bottom: 20px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.banner.banner_link {
    cursor: pointer;
}
.banner_border {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.banner_bg {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.banner_bg div * {
    color: inherit;
}
.bannerbadge {
    position: absolute;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 15px;
    display: table;
}
.bannerbadge_text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
}
.bannerbadge_text div * {
    margin: 2px 0;
}
.bannerbadge.right {
    right: 0;
    left: auto;
}
.bannerposition {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.bannerposition.right {
    float: right;
    margin-left: 30px;
}
.bannerposition.left {
    float: left;
    margin-right: 30px;
}
/*---------------------------------------*/

/* Clients /*-----------------------------------------*/

.images {
    position: relative;
}
.images .item {
    text-align: center;
}
.images.nav-enabled {
    padding: 0 40px;
    width: auto !important;
}
.images.bordered div.item {
    border: 1px solid;
    border-color: #dddddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 99.8%;
}
.images.bordered.nav-enabled div.item {
    max-width: 99%;
}
.images.without-border div.item {
    border: 1px solid transparent;
}
.images.bordered div.item:hover {
    border-color: #5ed2ee;
}
.images.separated div.item {
    border-left: 1px solid #dddddd;
}
.images.separated div.owl-wrapper-outer {
    margin-left: 1px;
    width: auto;
}
.images.separated div.owl-wrapper-outer .owl-wrapper {
    margin-left: -1px;
}
/*-----------------------------------------------------------------------------------*/

/*	Description
/*-----------------------------------------------------------------------------------*/

.description.style-1 {
    background: #fafafa;
    padding: 30px 30px;
    margin: 0 0 20px 0;
}
.description.style-2 {
    padding: 25px 25px 8px;
    margin: 0 0 20px 0;
    background: #fafafa;
    border-left: 2px solid #59cdf4;
}
/*-----------------------------------------------------------------------------------*/

/*	Dropcap
/*-----------------------------------------------------------------------------------*/

.dropcap {
    font-size: 48px;
    line-height: 48px;
    margin: 0px 10px 0 0;
    float: left;
}
.dropcap.dropcap-default {
    display: block;
    line-height: 1em;
}
.post .aligncenter .dropcap {
    float: none;
    display: inline-block;
    margin-right: 4px;
}
.dropcap.dropcap-circle {
    margin-top: 6px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    padding: 0;
    text-align: center;
    background-color: #5ed2ee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    color: #fff;
}
.dropcap.dropcap-rounded {
    margin-top: 6px;
    height: 35px;
    min-width: 26px;
    line-height: 35px;
    font-size: 24px;
    padding: 0px;
    text-align: center;
    background-color: #5ed2ee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    color: #fff;
}
.dropcap.dropcap-square {
    margin-top: 7px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    padding: 0;
    text-align: center;
    background-color: #5ed2ee;
    display: block;
    color: #fff;
}
/*-----------------------------------------------------------------------------------*/

/*	Google Font
/*-----------------------------------------------------------------------------------*/

.googlefont {
    font-weight: 400;
}
/*-----------------------------------------------------------------------------------*/

/*	Google Maps
/*-----------------------------------------------------------------------------------*/

.shortcode-map {}
/*-----------------------------------------------------------------------------------*/

/*	Iconboxes
/*-----------------------------------------------------------------------------------*/

.icon {
    display: inline;
    display: inline-block;
    text-align: center;
    font-style: normal;
    color: #59cdf4;
}
.icon.large {
    width: 98px;
    height: 98px;
    font-size: 40px;
    line-height: 98px;
    border: 1px solid transparent;
}
.icon.medium {
    width: 78px;
    height: 78px;
    font-size: 32px;
    line-height: 78px;
    border: 1px solid transparent;
}
.icon.standard {
    width: 58px;
    height: 58px;
    font-size: 20px;
    line-height: 58px;
    border: 1px solid transparent;
}
.icon.mini {
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    border: 1px solid transparent;
}
.icon.simple {
    width: auto;
    height: auto;
    line-height: 1;
    background: none;
    border: 0;
}
.icon.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.icon.square {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.icon.rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.icon.large.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*-----------------------------------------------------------------------------------*/

/*	Iconboxes
/*-----------------------------------------------------------------------------------*/

.iconbox {
    margin: 0 0 0px 0;
}
.iconbox {
    transition: border-color 0.5s, box-shadow .5s;
    -webkit-transition: border-color 0.5s, box-shadow.5s;
    /* Safari */
}
.iconbox .icon {
    margin: 0;
}
.iconbox .excerpt {
    overflow: hidden;
}
.iconbox .alignleft {
    float: left;
}
.iconbox .alignright {
    float: right;
}
.iconbox .icon_with_title {
    display: table;
    overflow: hidden;
    margin-bottom: 20px;
}
.iconbox .icon.circle.large {
    font-size: 34px;
}
.iconbox .icon_with_title .title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.iconbox .icon_with_title i.icon {
    margin-right: 12px;
    float: left;
    display: block;
}
.iconbox.text_right .icon_with_title i.icon {
    margin-right: 0px;
    margin-left: 12px;
    float: right;
}
.iconbox .icon_with_title i.icon.large {
    font-size: 52px;
}
.iconbox .top_icon_standard {
    margin-bottom: 20px;
}
.iconbox .top_icon_standard .icon {
    margin-bottom: 15px;
}
.iconbox.top_icon.large.circle .top_icon_standard .icon {
    margin-bottom: 30px;
}
.iconbox.aside_rounded_icon .title {
    margin-bottom: 10px;
    line-height: 1;
}
.iconbox.simple .aside_rounded_icon.alignleft,
.iconbox.simple .aside_rounded_icon.alignright {
    margin-right: 0px;
    width: 50px;
    height: 80px;
}
.icon.rounded.standard {
    font-size: 32px;
}
.iconbox .aside_rounded_icon .icon {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    /* Safari */
}
.iconbox:not(.simple) .aside_rounded_icon .icon:hover {
    background-color: #59cdf4;
    border-color: #59cdf4;
    color: #ffffff;
}
.iconbox.top_icon.circle .icon {
    transition: border-color 0.5s, background-color .5s;
}
.iconbox.top_icon.circle .icon:hover {
    background-color: #59cdf4;
    border-color: #59cdf4;
    color: #ffffff;
}
.iconbox.framed {
    padding: 25px 15px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.iconbox.non-framed {
    padding: 0;
    border: 0;
}
.iconbox.framed_when_hover {
    padding: 25px 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.iconbox.framed_when_hover:hover,
.iconbox.framed:hover {
    border-bottom: 4px double transparent;
    margin-bottom: -3px !important;
    border-color: #e3e3e3;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.1);
    box-shadow: 2px 2px 2px 0px rgba(100, 100, 100, 0.1);
}
.vc_column_container[class*="vc_custom_"] .iconbox h1,
.vc_column_container[class*="vc_custom_"] .iconbox h2,
.vc_column_container[class*="vc_custom_"] .iconbox h3,
.vc_column_container[class*="vc_custom_"] .iconbox h4,
.vc_column_container[class*="vc_custom_"] .iconbox h5,
.vc_column_container[class*="vc_custom_"] .iconbox h6{
  color: inherit !important;
}
/* Pulse */
@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.top_icon .icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.text_right {
    text-align: right;
}
.text_left {
    text-align: left;
}
.text_center {
    text-align: center;
}
.iconbox p {
    margin: 0px;
}
.iconbox .button {
    margin-top: 25px;
}
.iconbox .top_icon_circle .icon {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    /* Safari */
}
.aside_rounded_icon .excerpt {
    overflow: hidden;
}
/*-----------------------------------------------------------------------------------*/

/*	Learnmore
/*-----------------------------------------------------------------------------------*/

.learnmore i.fa.left {
    margin-right: 7px;
}
.learnmore i.fa.right {
    margin-left: 7px;
}
/*-----------------------------------------------------------------------------------*/

/*	IconList
/*-----------------------------------------------------------------------------------*/

.iconlist {
    position: relative;
    padding-top: 35px;
    overflow: hidden;
}
.iconlist .icon.circle {
    border-color: #bdc3c7;
    background-color: #fff;
    color: #3b3f42;
}
.iconlist .left_icon_circle {
    float: left;
    margin-right: 40px;
    margin-left: 15px;
    position: relative;
    z-index: 9;
}
.iconlist .left_icon_circle .icon:after {
    content: "\f0da";
    position: absolute;
    font-family: 'FontAwesome';
    right: -5px;
    font-size: 0;
}
.iconlist:hover .left_icon_circle .icon:after {
    opacity: 1;
    font-size: 16px;
}
.iconlist_content {
    overflow: hidden;
}
.iconlist:first-child {
    padding-top: 0;
}
.iconlist_content p:last-child {
    margin-bottom: 0;
}
.iconlist:first-child .icon_line {
    display: none;
    height: 0;
}
.iconlist_line {
    position: absolute;
    top: 1%;
    left: 57px;
    width: 1px;
    height: 99%;
    border-right: 1px dashed #bdc3c7;
    z-index: 1;
}
.iconlist:hover .icon.circle {
    color: #59cdf4;
    border-color: #59cdf4;
}
@-webkit-keyframes icon_appear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes icon_appear {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes icon_appear {
    0% {
        -o-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes icon_appear {
    0% {
        transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/*slide down (height increase) animation*/

@-webkit-keyframes icon_slide_down {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}
@-moz-keyframes icon_slide_down {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}
@-o-keyframes icon_slide_down {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}
@keyframes icon_slide_down {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}
.iconlist.start_anim .left_icon_circle {
    opacity: 0.1;
}
.iconlist.animation .left_icon_circle {
    -webkit-animation: icon_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    -moz-animation: icon_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    -o-animation: icon_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    animation: icon_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1);
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.iconlist.start_anim .iconlist_line {
    height: 0%;
}
.iconlist.animation .iconlist_line {
    -webkit-animation: icon_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: icon_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: icon_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: icon_slide_down 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    height: 100%;
}
/*-----------------------------------------------------------------------------------*/

/*	Styled List
/*-----------------------------------------------------------------------------------*/

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.styled-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.unstyled li {
    padding-left: 0;
}
ul.styled-list li {
    margin-bottom: 2px;
}
ul.styled-list li i {
    margin-right: 6px;
    margin-top: 0px;
}
ul ul.styled-list {
    margin-left: 22px;
}
.widget_text ul.styled-list li {
    padding: 0 !important;
    background: none !important;
}
ul.list {
    margin-left: 0 !important;
    list-style: none !important;
}
ul.list li {
    padding: 5px 0 5px 32px !important;
    margin: 0 !important;
}
ul.list li:before {
    content: '';
    font-family: 'FontAwesome';
    margin-right: 15px;
    font-size: 13px;
    top: 5px;
    left: 1px;
    position: absolute;
}
ul.list-check-circle li:before {
    content: '\f00c';
    width: 19px;
    height: 19px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #5ed2ee;
}
ul.list-check li:before {
    content: '\f00c';
    font-size: 18px;
}
ul.list-check-square li:before {
    content: '\f046';
    font-size: 20px;
}
ul.list-check-o li:before {
    content: '\f00c';
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid;
}
ul.list-star li:before {
    content: '\f005';
    font-size: 13px;
}
ul.list-minus li:before {
    content: "\f068";
    margin-left: 3px;
}
ul.list-bullet li:before {
    content: "";
    width: 0px;
    height: 0px;
    text-align: center;
    position: absolute;
    display: block;
    left: 6px;
    top: 50%;
    margin-top: -2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid;
}
ul.list-times-o li:before {
    content: "\f05c";
    font-size: 22px;
}
ul.list-angle li:before {
    content: "\f105";
}
ul.list-angle-circle li:before {
    content: '\f105';
    width: 19px;
    height: 19px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #5ed2ee;
}
ul.list-arrow li:before {
    content: "\f061";
    font-size: 10px;
    top: 0;
}
ul.list-ordered-circle {
    counter-reset: li;
}
ul.list-ordered-circle li {
    position: relative;
    font-family: inherit;
}
ul.list-ordered-circle li:before {
    content: counter(li);
    counter-increment: li;
    font-family: inherit;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    background-color: #5ed2ee;
}
ul.list-icons li {
    padding-left: 0;
    list-style-position: inside;
    margin-bottom: 30px;
    display: block;
    line-height: inherit;
}
ul.list-icons li:before {
    display: none;
}
ul.list-icons li i.mini {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 20px;
    float: left;
    margin-right: 24px;
    margin-left: 0;
    top: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid;
}
ul.list-square li:before {
    content: "";
    top: -2px;
    left: 1px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #59cdf4;
}
/*-----------------------------------------------------------------------------------*/

/*	Gallery
/*-----------------------------------------------------------------------------------*/

.gallery .gallery-item .gallery-icon {
    display: block;
    padding: 0 10px;
}
.gallery {
    width: 100%;
    margin: 0 auto 0px;
}
.gallery .gallery-item {
    float: left;
    padding: 0;
    text-align: center;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gallery[class*="gallery-columns"] {
    margin-left: -10px;
    margin-right: -10px;
}
.gallery .gallery-caption {
    margin: -1px 10px 0 10px !important;
    padding: 4px 10px 8px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    border-top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none !important;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery .gallery-item a {
    display: block;
    border: 1px solid #ddd;
    padding: 4px;
    margin: 0;
    background: #ffffff;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
.gallery img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.gallery .gallery-item a:hover {
    background: #59cdf4;
    border-color: #59cdf4 !important;
}
/*-----------------------------------------------------------------------------------*/

/*	Member
/*-----------------------------------------------------------------------------------*/

.member {
    overflow: hidden;
    margin-bottom: 20px;
}
.member .inner {} .member-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.member-img {
    margin: 0px 0 25px 0;
    position: relative;
}
.member .name {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 1 !important;
}
.member .name a {
    color: inherit;
}
.member .member-role {
    font-size: 18px;
    padding-left: 10px;
    color: #29aef0;
}
.member p {
    margin: 0;
}
.member .member-description {
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
}
.member .member-description:before {
    content: "";
    width: 36%;
    max-width: 100px;
    height: 1px;
    background-color: #29aef0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.member[style*="right"] .member-description:before {
  left: auto;
}
.member .member-social {
    margin-left: -2px;
    margin-right: -2px;
    overflow: hidden;
}
.member .member-social a {
    color: #bdbdbd;
}
/*-----------------------------------------------------------------------------------*/

/* Progressbars
/*-----------------------------------------------------------------------------------*/

.progressbar {
    width: 100%;
    height: 31px;
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}
.progressbar.rounded,
.progressbar.rounded .bar-percentage {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.progressbar.slim {
    height: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progressbar .bar-percentage {
    background: #289dcc;
    display: block;
    width: 0%;
    height: 31px;
    margin: -1px 0 -1px -1px;
    position: relative;
}
.progressbar .bar-percentage.striped {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 31px 31px;
}
.progressbar.slim .bar-percentage.striped {
    background-size: 10px 10px;
}
.progressbar.slim .bar-percentage {
    height: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.bar-title {
    margin: 0 0 0px 13px;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 31px;
}
.progressbar.rounded .bar-title {
    float: left;
    margin: 4px;
    line-height: 22px;
    height: 23px;
    background-color: #fff;
    color: #333333;
    padding: 0 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.bar-title.outside {
    margin-left: 0;
    margin-bottom: 0px;
    color: #333333;
    line-height: inherit;
}
@-webkit-keyframes progressbar-bg-move {
    0% {
        background-position: 31px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-webkit-keyframes slim-progressbar-bg-move {
    0% {
        background-position: 20px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-moz-keyframes progressbar-bg-move {
    0% {
        background-position: 31px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-moz-keyframes slim-progressbar-bg-move {
    0% {
        background-position: 20px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-o-keyframes progressbar-bg-move {
    0% {
        background-position: 31px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@-o-keyframes slim-progressbar-bg-move {
    0% {
        background-position: 20px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes progressbar-bg-move {
    0% {
        background-position: 31px 0;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes slim-progressbar-bg-move {
    0% {
        background-position: 20px 0;
    }
    100% {
        background-position: 0 0;
    }
}
.progressbar.active .bar-percentage {
    -webkit-animation: progressbar-bg-move 1.2s linear infinite;
    -moz-animation: progressbar-bg-move 1.2s linear infinite;
    -o-animation: progressbar-bg-move 1.2s linear infinite;
    animation: progressbar-bg-move 1.2s linear infinite;
}
.progressbar.slim.active .bar-percentage {
    -webkit-animation: slim-progressbar-bg-move 1s linear infinite;
    -moz-animation: slim-progressbar-bg-move 1s linear infinite;
    -o-animation: slim-progressbar-bg-move 1s linear infinite;
    animation: slim-progressbar-bg-move 1s linear infinite;
}
/*-----------------------------------------------------------------------------------*/

/* Circle counter
/*-----------------------------------------------------------------------------------*/

.counters-circle {
    width: 100%;
    text-align: center;
}
.counter-circle-wrapper {
    display: inline-block;
    margin: 10px 15px;
    position: relative;
    text-align: center;
}
.counter-circle-content {
    font-size: 72px;
    width: 220px;
    height: 220px;
    text-align: center;
    line-height: 220px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
}
.counter-circle-content .icon {
    margin: -36px 0 0 -36px;
    float: none;
    font-size: 72px;
    line-height: 72px !important;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: inherit;
}
.circle_title {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}
/*-----------------------------------------------------------------------------------*/

/* Box counter
/*-----------------------------------------------------------------------------------*/

.counter-info {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.counter-value span {
    font-size: 60px;
    line-height: 60px;
}
.counter-info.boxed {
    padding: 20px 0;
    border: 1px solid #bfbfbf;
    margin-bottom: 20px !important;
}
.counter-info.standard {
    margin-bottom: 30px !important;
}
.counter-info.standard .counter-title {
    font-size: 14px;
    padding-top: 8px;
}
/*-----------------------------------------------------------------------------------*/

/* Portfolio
/*-----------------------------------------------------------------------------------*/

.latest-portfolio ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.negative-wrap {
    margin: 0 -10px 0 -10px;
}
/*-----------------------------------------------------------------------------------*/

/* Blog
/*-----------------------------------------------------------------------------------*/

#blog_items_wrap .blog-item {
    background-color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}
#blog_items_wrap.blog-timeline .blog-item {
    margin-top: 50px;
    margin-bottom: 0;
}
#blog_items_wrap.blog-timeline .span6.isotope-item {
    max-width: 49.98%;
}
#blog_items_wrap div:first-child .blog-item {
    margin-top: 0;
}
#blog_items_wrap .blog-item-description {
    padding: 25px;
}
.blog-item .thumbnail {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
}
.blog-gallery .item {
    float: left;
    position: relative;
    width: 100%;
}
.blog-gallery {
    width: 9000px;
}
#blog_items_wrap .blog-item .thumbnail,
#blog_items_wrap .blog-gallery,
#blog_items_wrap .blog-audio,
#blog_items_wrap .blog-video {
    border-bottom: 1px solid #f8f8f8;
}
.blog-audio .mejs-container .mejs-controls,
.blog-audio iframe .progress,
.blog-video .mejs-container,
.blog-video .mejs-embed,
.blog-video .mejs-embed body {
    -webkit-border-radius: 1px 1px 0 0;
    border-radius: 1px 1px 0 0;
}
.blog-audio iframe {
    display: block;
}
.blog-audio .mejs-container {
    background: none;
}
.blog-video .wp-video {
    position: relative;
    width: 100% !important;
    max-width: 100%;
    padding-bottom: 66%;
    height: 0 !important;
    overflow: hidden;
}
.post-audio iframe,
.blog-audio iframe {
    width: 100% !important;
    height: 307px !important;
}
.blog-item .blog-video .wp-video {
    padding-bottom: 82.977%;
}
.blog-video .wp-video .mejs-overlay.mejs-layer {
    width: 100% !important;
    height: 100% !important;
}
.blog-video .wp-video .mejs-overlay-button {
    margin-top: -50px !important;
}
.blog-video .wp-video-shortcode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.blog-video .wp-video-shortcode video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.blog-item .thumbnail img {
    width: 100%;
    display: block;
}
.blog-gallery img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}
.blog-item .meta {
    z-index: 9;
    position: relative;
    color: #999;
}
.blog-item .meta span {
    display: inline-block;
}
#blog_items_wrap .blog-item .meta {
    padding: 8px 25px 10px;
    border-bottom: 1px solid #f8f8f8;
}
.blog-item .meta i.fa {
    margin-right: 10px;
}
#blog_items_wrap .blog-item .meta .meta-author,
#blog_items_wrap .blog-item .meta .meta-date {
    padding-right: 7%;
}
.blog-item .meta a {
    color: inherit;
}
.slider-blog .blog-item .meta .meta-comment {
    padding-left: 12px;
}
.slider-blog .blog-item .meta .meta-comment:before {
    content: "|";
    padding-right: 12px;
}
.blog-item-excerpt p {
    margin: 0;
}
.blog-item .title {
    color: inherit;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 15px;
}
.blog-item h3 .title {
    color: inherit;
    font-weight: inherit;
    display: inline-block;
    margin-bottom: 5px;
}
.slider-blog .blog-item .title,
.slider-blog .blog-item h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.slider-blog .blog-item .meta {
    margin-bottom: 12px;
}
.slider-blog .blog-item .thumbnail,
.slider-blog .blog-item .blog-gallery,
.slider-blog .blog-item .blog-audio,
.slider-blog .blog-item .blog-video {
    margin-bottom: 17px;
}
.blog-item .blog-item-excerpt {
    margin-bottom: 15px;
}
.blog-item .blog-item-description .readmore {
    margin-top: 0px;
    margin-bottom: 15px;
    color: inherit;
}
.blog-item .blog-item-excerpt {
    text-overflow: ellipsis;
    overflow: hidden;
}
/*Blog carousel*/

.slider-blog.cols1.owl-theme .owl-controls .owl-buttons {
    top: 38%;
}
.slider-blog.owl-theme .owl-controls .owl-pagination {
    margin-top: 43px;
}
/*-----------------------------------------------------------------------------------*/

.latest-blog-list:not(div[class*="span"]) {
    width: 100%;
    margin: 0 0 20px 0;
}
.latest-blog-list a.title,
.latest-blog-list a.readmore {
    color: inherit;
}
.latest-blog-list .readmore {
    margin-top: 0;
}
.latest-blog-list .blog-list-item-img {
    float: left;
    margin: 0 25px 0px 0;
    width: 65px;
}
.latest-blog-list .blog-list-item-icon {
    float: left;
    margin: 0 25px 0px 0;
    width: 65px;
    background-color: #ffffff;
}
.latest-blog-list .blog-list-item-img img {
    border: 1px solid #e5eaec;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.latest-blog-list .blog-list-item-icon i {
    border: 1px solid #e5eaec;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 63px;
    line-height: 63px;
    font-size: 24px;
    text-align: center;
    color: #999999;
}
.latest-blog-list .date {
    margin-bottom: 12px;
    color: #828282;
}
.latest-blog-list .blog-list-item-date {
    width: 65px;
    text-align: center;
    padding: 0px 0 0 0;
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    background: #ffffff;
}
.latest-blog-list .blog-list-item-date h3 {
    color: #333333;
    font-size: 24px;
    line-height: 45px;
    height: 45px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dddddd;
    margin: 0;
}
.latest-blog-list .blog-list-item-date span {
    display: block;
    font-size: 13px;
    line-height: 19px;
    height: 19px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0px 0;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #5ed2ee;
    -webkit-border-radius: 0 0 9px 9px;
    -moz-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;
}
.latest-blog-list .title-date {
    margin-bottom: 15px;
}
.latest-blog-list .title-date .my-td {
    width: 100%;
}
.latest-blog-list .blog-list-item-description {
    overflow: hidden;
}
.latest-blog-list .title {
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
}
.latest-blog-list .blog-list-item-description > h3,
.latest-blog-list .my-td > h3 {
    margin: 0;
}
.latest-blog-list .blog-list-item-description .comments-count {
    margin-bottom: 4px;
    color: #828282;
}
.latest-blog-list .blog-list-item-description .comments-count a {
    color: #828282;
}
.latest-blog-list .blog-list-item-description .comments-count a:hover {
    text-decoration: underline;
}
.blog-list-item-excerpt p {
    margin: 0;
}
/*
recent-comments
*/

.recent-comments li {
    margin-bottom: 15px;
    color: #525252;
}
.recent-comments li .author,
.recent-comments li .date {
    color: #bebebe;
}
/*-----------------------------------------------------------------------------------*/

/* Pricing Table
/*-----------------------------------------------------------------------------------*/

.pricing-table {} .pricing-table p {
    margin: 0;
}
.pricing-table.col-2 .plan {
    float: left;
    width: 50%;
    display: block;
}
.pricing-table.col-3 .plan {
    float: left;
    width: 33.3%;
    display: block;
}
.pricing-table.col-4 .plan {
    float: left;
    width: 25%;
    margin: 0 0px;
    display: block;
}
.pricing-table.style3.col-4 .plan {
    float: left;
    width: 25%;
    margin: 0 0px;
    display: block;
}
.pricing-table.col-5 .plan {
    float: left;
    width: 20%;
    display: block;
}
.plan {
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.plan .border {
    border: 1px solid #ebebeb;
    border-top: 0;
    margin-top: 1px;
}
.plan .plan-head {
    display: block;
    margin: 0px 0 0px 0;
    padding: 0px 10px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    color: #fff;
    background-color: #fafafa;
}
.plan.style1 .plan-head {
    height: 80px;
    line-height: 80px;
}
.plan .plan-head.empty {
    background: none !important;
}
.plan .price {
    display: block;
    padding: 44px 10px 30px;
    margin: 0;
}
.plan.style1 .price div {
    color: #ffffff;
}
.plan.style1 .price span.subtitle {
    color: #fff;
}
.plan.style3 .price div,
.plan.style3 .price span.subtitle {
    color: #ffffff;
}
.plan.style2 .price {
    border: 1px solid #ebebeb;
}
.plan.extra_height {
    position: relative;
    margin-top: -30px;
}
.plan .most-popular {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
}
.plan .price div {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 100;
    margin: 0px 0 15px 0;
}
.plan .price {
    padding: 35px 10px 30px;
}
.plan.style2 .price div {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -2px;
}
.plan .price div sup {
    font-size: 30px;
    line-height: 1 !important;
    top: 0px;
    position: relative;
}
.plan .price div sub {
    font-size: 24px;
    line-height: 1 !important;
    text-transform: lowercase;
    top: 0px;
    position: relative;
}
.plan .price div sub.left {} .plan .price span.subtitle {
    display: block;
    font-size: 13px;
    padding: 0;
    color: #9b9b9b;
}
.plan .signup {
    padding: 20px 0 20px 0;
    text-align: center;
    min-height: 38px;
}
.plan .signup .button {
    margin: 0;
}
.signup .button.custom.gradient:hover {
    background: #3a3a3a !important;
    background: -moz-linear-gradient(top, #3a3a3a 0%, #222222 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a3a), color-stop(100%, #222222)) !important;
    background: -webkit-linear-gradient(top, #3a3a3a 0%, #222222 100%) !important;
    background: -o-linear-gradient(top, #3a3a3a 0%, #222222 100%) !important;
    background: -ms-linear-gradient(top, #3a3a3a 0%, #222222 100%) !important;
    background: linear-gradient(to bottom, #3a3a3a 0%, #222222 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#222222', GradientType=0) !important;
    border-color: #333333 !important;
}
.plan ul {
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
}
.plan li {
    padding: 10px 10px !important;
    text-align: center;
    border: 1px solid #ebebeb;
    border-top: 0;
    margin: 0 !important;
}
.plan.style3 li:nth-child(2n) {
    background-color: #f7f7f7;
}
/*-----------------------------------------------------------------------------------*/

/*	Highlight
/*-----------------------------------------------------------------------------------*/

.highlight {
    color: #ffffff;
    padding: 1px 2px;
}
/*-----------------------------------------------------------------------------------*/

/*	Blockquotes & Pullquotes
/*-----------------------------------------------------------------------------------*/

blockquote {
    margin: 0 0 20px 0;
    padding: 10px 25px;
    font-style: italic;
    border-left: 1px solid transparent;
}
blockquote blockquote {
    padding: 0;
    margin: 0;
    border: 0;
}
blockquote.style1 {
    border-left: 1px solid transparent;
    font-style: normal;
}
blockquote.style2,
blockquote.style3 {
    padding: 0;
    border-left: 0;
}
blockquote.style3 {
    font-size: 16px;
    line-height: 30px;
}
blockquote.style4 {
    background-color: #f7f7f7;
    padding: 20px 25px;
    border-left: 0;
}
blockquote p:last-child {
    margin-bottom: 0;
}
.pullquote {
    margin: 0px 0 20px 0 !important;
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #828282;
    padding: 10px 20px;
    background-color: #f7f7f7;
    border-right: 2px solid transparent;
}
.pullquote.align-left {
    float: left;
    text-align: left;
    margin-right: 30px !important;
    border-left: 2px solid transparent;
    border-right: 0;
}
.pullquote.align-right {
    float: right;
    text-align: right;
    margin-left: 30px !important;
}
/*-----------------------------------------------------------------------------------*/

/*	Responsive Images
/*-----------------------------------------------------------------------------------*/

.responsive img,
.responsive iframe,
.responsive object,
.responsive embed {
    max-width: 100%;
    /*width:100%;*/
    height: auto;
}
/*-----------------------------------------------------------------------------------*/

/*	Social Icons
/*-----------------------------------------------------------------------------------*/

.social-icon {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}
.social-icon a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background-color: #434343 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
}
.social-icon.rounded a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background-position: center center;
}
.social-icon.light a {
    background-color: #505050 !important;
    -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.social-icon a:hover {
    background-color: #59cdf4;
}
/*-----------------------------------------------------------------------------------*/

/*	Styled Tables
/*-----------------------------------------------------------------------------------*/

.custom-table table {
    margin: 0 0 20px 0;
    text-align: left;
    border: 1px solid #dbdbdb;
}
.custom-table thead th {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    padding: 15px 20px;
    background-color: #f7f7f7;
}
.custom-table th,
.custom-table td {
    padding: 10px 20px;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
}
/*-----------------------------------------------------------------------------------*/

.custom-table-1 table {
    margin: 0 0 20px 0;
    text-align: left;
    border: 1px solid #dddddd;
}
.custom-table-1 tr:nth-child(even) {
    background: #f7f7f7;
}
.custom-table-1 tr:nth-child(odd) {
    background: #ffffff;
}
.custom-table-1 th,
.custom-table-1 td {
    padding: 10px 20px;
    vertical-align: middle;
    border: 0;
}
/*-----------------------------------------------------------------------------------*/

.custom-table-2 table {
    margin: 0 0 20px 0;
    text-align: left;
    border: 1px solid #dbdbdb;
}
.custom-table-2 tr:nth-child(even) {
    background: #ffffff;
}
.custom-table-2 tr:nth-child(odd) {
    background: #ffffff;
}
.custom-table-2 th,
.custom-table-2 td {
    padding: 10px 20px;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
}
.custom-table-2 tr:hover {
    background: #f7f7f7;
}
/*-----------------------------------------------------------------------------------*/

.custom-table-3 table {
    margin: 0 0 20px 0;
    text-align: left;
}
.custom-table-3 tr:nth-child(even) {
    background: #f7f7f7;
}
.custom-table-3 tr:nth-child(odd) {
    background: #ffffff;
}
.custom-table-3 tr {} .custom-table-3 th,
.custom-table-3 td {
    padding: 10px 20px;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}
/*-----------------------------------------------------------------------------------*/

/*	Tabs
/*-----------------------------------------------------------------------------------*/

.tabset {
    clear: both;
}
.tabset.horizontal {
    margin-bottom: 30px;
}
.tabs {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    position: relative;
    top: 1px;
}
.tabset.horizontal.style1 .tabs {
    overflow: hidden;
    text-align: center;
    top: 0;
    font-size: 0;
}
.tab {
    float: left;
    margin-right: -1px;
    padding: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
    background: none !important;
}
.tabset.horizontal.style1 .tabs .tab {
    float: none;
    display: inline;
    display: inline-block;
    margin: 0;
}
.tabset.horizontal.style2 .tabs .tab {
    margin-right: 5px;
}
.tabset.horizontal.style2 .panel {
    border: 0;
    border-top: 1px solid #dddddd;
    padding: 60px 0 0 0;
}
.tab a {
    color: #525252;
    border: 1px solid #dfdfdf;
    display: block;
}
.tabset.horizontal.style1 .tabs .tab a {
    background-color: #fff;
}
.tabset.horizontal.style1 .tabs .tab:first-child a {
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.tabset.horizontal.style1 .tabs .tab:last-child a {
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}
.tabset.horizontal.style2 .tabs .tab a {
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.tab a h6 {
    margin: 0;
    padding: 10px 22px;
    text-align: center;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}
.tabset.horizontal .tab a:hover {
    background: #fff;
}
.tabset.horizontal.style1 .tab a.selected h6,
.tabset.horizontal.style1 .tab a:hover h6 {
    color: #ffffff;
}
.tabset.horizontal.style2 .tab a.selected h6,
.tabset.horizontal.style2 .tab a:hover h6,
.tabset.horizontal.style3 .tab a.selected h6,
.tabset.horizontal.style3 .tab a:hover h6 {
    color: #5ed2ee;
}
.tabset.horizontal.style2 .tab a {
    top: 4px;
    position: relative;
}
.tabset.horizontal.style2 .tab a.selected {
    top: 0px;
    border-bottom-color: #ffffff;
}
.tabset.horizontal.style3 .tab a.selected {
    border-bottom-color: #ffffff;
}
.tabset.horizontal.style2 .tab a.selected h6 {
    padding: 12px 22px;
}
.tab a i {
    margin: 0px 5px 0 0px;
}
.tabset.horizontal.style1 .tabs .tab a:hover:not(.selected) h6 {
    color: #5ed2ee;
}
.tabset.horizontal.style1 .tabs .tab a.selected {
    border-color: rgba(100, 100, 100, 0.2);
    background: #5ed2ee;
}
.panel {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    clear: both;
    padding: 50px 30px;
}
.tabset.horizontal.style1 .panel {
    border: 0;
    padding: 60px 0 0 0;
}
.tabset.vertical .panel {
    padding: 50px 30px;
}
.tabset.vertical.style1 .panel,
.tabset.vertical.style2 .panel {
    border: 0;
    padding: 0px 0px 10px 30px;
}
.tabset.vertical .tabs {
    top: 0;
    float: left;
    margin-right: -1px !important;
}
.tabset.vertical .tabs li.tab {
    float: none;
    display: block;
    margin: 0 0 -1px 0 !important;
    min-width: 100px;
}
.tabset.vertical.style1 .tabs li.tab,
.tabset.vertical.style2 .tabs li.tab {
    margin-bottom: 5px !important;
}
.tabset.vertical.style2 .tabs li.tab:last-child {
    margin-bottom: 0 !important;
}
.tabset.vertical.style2 .tabs {
    border-right: 1px solid #dfdfdf;
    -webkit-box-shadow: inset -3px 0px 10px -5px rgba(100, 100, 100, 0.4);
    box-shadow: inset -3px 0px 10px -5px rgba(100, 100, 100, 0.4);
}
.tabset.vertical.style1 .tabs li.tab a,
.tabset.vertical.style2 .tabs li.tab a {
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    position: relative;
}
.tabset.vertical.style2 .tabs li.tab a {
    margin-left: 4px;
}
.tabset.vertical.style2 .tabs li.tab a.selected {
    margin-left: 0px;
}
.tabset.vertical .tabs li.tab a h6 {
    text-align: left;
}
.tabset.vertical .panel {
    overflow: hidden;
    clear: none;
    min-height: 79px;
}
.tabset.vertical .tab a:hover h6,
.tabset.vertical .tab a.selected h6 {
    color: #5ed2ee;
}
.tabset.vertical.style3 .tab a.selected,
.tabset.vertical.style4 .tab a.selected {
    border-right-color: #fff;
    background-color: #fff;
}
.tabset.vertical.style4 .panel {
    padding: 0px 0 0 30px;
    border: 0;
}
.tabset.vertical.style4 .tabs li.tab {
    margin-bottom: 2px !important;
}
#sidebar .widget .tab a h6 {
    margin: 0;
    padding: 8px 10px;
    border-top: 0;
    font-size: 14px;
    width: 51px;
}
#sidebar .widget .tabset .panel {
    border: 0;
    clear: both;
    padding: 23px 1px 0px 1px;
}
/*-----------------------------------------------------------------------------------*/

/*	Testimonial
/*-----------------------------------------------------------------------------------*/

.testimonial {
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 18px !important;
    text-align: center;
}
.testimonial.default {
    font-size: 18px;
    line-height: 36px;
}
.testimonial.bordered-with-thumb,
.testimonial.thumb-side {
    text-align: left;
}
.testimonial.thumb-bottom i.fa {
    font-size: 18px;
}
.testimonial .excerpt {
    overflow: hidden;
}
.testimonial .excerpt p:last-child {
    margin-bottom: 0;
}
.testimonial-author {
    margin: 0px 0 0px 0px;
}
.testimonial .testimonial-author .featured-thumbnail {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dddddd;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}
.testimonial.bordered-with-thumb .testimonial-author .featured-thumbnail {
    float: left;
    margin: 0 20px 0 0;
}
.testimonial.bordered-with-thumb .inner {
    padding: 25px 30px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 24px;
    width: 99.9%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.testimonial.bordered-with-thumb .inner:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 44px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #dddddd;
}
.testimonial.bordered-with-thumb .inner:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 45px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 14px solid #ffffff;
}
.testimonial.bordered-with-thumb .testimonial-author .featured-thumbnail {
    float: left;
    margin: 0 25px 0 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.testimonial.bordered-with-thumb .testimonial-author .featured-thumbnail img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.testimonial.bordered-with-thumb .testimonial-author span {} .testimonial.bordered-with-thumb i.fa {
    font-size: 14px;
    display: block;
    position: absolute;
    left: 4%;
    top: 8%;
}
.testimonial .user {
    font-size: 14px;
    font-weight: normal;
}
.testimonial.bordered-with-thumb .testimonial-author {
    overflow: hidden;
}
.testimonial.bordered-with-thumb .user {
    margin-top: 8px;
}
.testimonial .user span {
    text-transform: none;
}
.testimonial.default .excerpt {
    margin-bottom: 18px;
}
.testimonial.default .user a {
    color: #5ed2ee;
}
.testislider.bordered-with-thumb .owl-controls {
    position: absolute;
    right: 15px;
    bottom: 25px;
    text-align: right;
}
/*-----------------------------------------------------------------------------------*/

/*	Separator
/*-----------------------------------------------------------------------------------*/

.separator_block h1,
.separator_block h2,
.separator_block h3,
.separator_block h4,
.separator_block h5,
.separator_block h6 {
    margin-bottom: 0;
}
.separator_block .subtitle {
    color: #999999;
}
.separator {
    margin: 20px 0 0;
    padding: 0;
    height: 1px;
    background-color: #e5eaec;
    width: 100%;
    position: relative;
}
.separator.short {
    max-width: 370px;
}
.separator.fullwidth {
    max-width: 100%;
}
.separator_line {
    width: 30px;
    height: 3px;
    background-color: #59cdf4;
    position: absolute;
    top: -1px;
}
.separator_block.center {
    text-align: center;
}
.separator_block.left {
    text-align: left;
}
.separator_block.right {
    text-align: right;
}
.separator_block.center .separator_line {
    left: 50%;
    margin-left: -15px;
}
.separator_block.center .separator.short {
    margin-right: auto;
    margin-left: auto;
}
.separator_block.left .separator_line {
    left: 0%;
}
.separator_block.right .separator_line {
    right: 0%;
}
.separator_block.right .separator.short {
    float: right;
}
.section-fullwidth {
    position: relative;
    padding: 50px 0 50px 0;
    z-index: 2;
    clear: both;
}
.page-template-page-nosidebar-php .section-fullwidth {
    margin: 0 1%;
}
.section-fullwidth:before,
.section-fullwidth:after {
    content: "";
    position: absolute;
}
.section-fullwidth.divider:before,
.section-fullwidth.divider:after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 1;
    margin-left: -15px;
    border: 1px solid transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Opera, Chrome, and Safari */
}
.section-fullwidth.divider:after {
    top: auto;
    bottom: -15px;
}
.videosection {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 100%;
}
.videosection .container {
    position: relative;
    z-index: 3;
}
.videosection .video-wrap {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
.videosection .video-poster,
.videosection .video-overlay {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.videosection .video-overlay {
    z-index: 2;
}
/*-----------------------------------------------------------------------------------*/

/*	Under construction
/*-----------------------------------------------------------------------------------*/

.countdown {
    text-align: center;
}
.countdown p {
    margin: 0;
    text-transform: lowercase;
    color: #424242;
}
.countdown.light .count-container {
    text-align: center;
    width: 158px;
    height: 158px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
}
.countdown.light span {
    display: block;
    font-size: 60px;
    line-height: 1;
    padding: 25% 0 5%;
    font-weight: 300;
}
.countdown.light p {
    margin: 0;
    text-transform: lowercase;
}
.countdown.alphabetic .count-container {
    margin-bottom: 20px;
}
.countdown.alphabetic span {
    display: block;
    font-size: 130px;
    line-height: 1;
    padding: 0 0 12%;
    margin-bottom: 4%;
    font-weight: 300;
    color: #333333;
    border-bottom: 1px solid #dfdfdf;
}
.countdown.alphabetic p {
    margin: 0;
    text-transform: lowercase;
    color: #424242;
}
.countdown.numeric .count-container {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}
.countdown.numeric span:before {
    content: ':';
    left: 0;
    margin-left: -15px;
    display: block;
    position: absolute;
    margin-top: -7px;
}
.countdown.numeric span.days:before {
    display: none;
    content: '';
}
.countdown.numeric span {
    display: inline-block;
    font-size: 130px;
    line-height: 1;
    padding: 0 0 12%;
    font-weight: 300;
}
.countdown.numeric p {
    display: none;
}
.countdown.dark span {
    display: inline-block;
    position: relative;
    font-size: 56px;
    height: 74px;
    min-width: 100px;
    width: auto;
    line-height: 70px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 5px;
    margin: 0 auto 4%;
    font-weight: 300;
    color: #fff;
    background: #64635e;
    background: -moz-linear-gradient(top, #64635e 0%, #040500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64635e), color-stop(100%, #040500));
    background: -webkit-linear-gradient(top, #64635e 0%, #040500 100%);
    background: -o-linear-gradient(top, #64635e 0%, #040500 100%);
    background: -ms-linear-gradient(top, #64635e 0%, #040500 100%);
    background: linear-gradient(to bottom, #64635e 0%, #040500 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#64635e', endColorstr='#040500', GradientType=0);
    -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, .2);
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, .2);
}
.countdown.dark span:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid rgba(150, 150, 150, 0.7);
    webkit-border-radius: 10px;
    border-radius: 10px;
}
.countdown.dark span:after {
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    margin-top: -2px;
    left: 0px;
    right: 0px;
    border: 1px solid rgba(150, 150, 150, 0.7);
    border-left-color: #fff;
    border-right-color: #fff;
    background-color: #333333;
}
/*-----------------------------------------------------------------------------------*/

/*	Typography
/*-----------------------------------------------------------------------------------*/

pre code {
    display: block;
    margin: 0px 0px 0px 10px;
}
abbr {
    border-bottom: 1px dashed;
    cursor: help;
}
address,
cite,
em,
i {
    font-style: italic
}
dfn {
    border-bottom: 1px dashed;
    font-style: italic;
}
big {
    font-size: large
}
small,
sub,
sup {
    position: relative;
    font-size: 11px;
    vertical-align: baseline;
}
sub {
    top: 3px
}
sup {
    bottom: 3px
}
strong,
b {
    font-weight: bold
}
mark {
    display: inline;
    padding: 2px 4px;
    background-color: #f6f2d6;
    color: #7c6d08;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
mark.dark {
    background-color: #333;
    color: #ffffff;
}
/*-----------------------------------------------------------------------------------*/

/*	Responsive visibility
/*-----------------------------------------------------------------------------------*/

.visibility-mobile {
    display: none !important;
}
.visibility-mobile-portrait {
    display: none !important;
}
.visibility-mobile-landscape {
    display: none !important;
}
.visibility-tablet {
    display: none !important;
}
@media (max-width: 479px) {
    .visibility-mobile {
        display: inherit !important;
    }
    .visibility-mobile-portrait {
        display: inherit !important;
    }
    .visibility-mobile-landscape {
        display: none !important;
    }
    .visibility-desktop {
        display: none !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .visibility-mobile {
        display: inherit !important;
    }
    .visibility-mobile-portrait {
        display: none !important;
    }
    .visibility-mobile-landscape {
        display: inherit !important;
    }
    .visibility-desktop {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .visibility-tablet {
        display: inherit !important;
    }
    .visibility-mobile-portrait {
        display: none !important;
    }
    .visibility-mobile-landscape {
        display: none !important;
    }
    .visibility-desktop {
        display: none !important;
    }
}
/*-----------------------------------------------------------------------------------*/

/* Animation
/*-----------------------------------------------------------------------------------*/

@-webkit-keyframes animation-ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes animation-ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes animation-ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes animation-ltr {
    0% {
        transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes animation-rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes animation-rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes animation-rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes animation-rtl {
    0% {
        transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes animation-btt {
    0% {
        -webkit-transform: translate(0, 50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes animation-btt {
    0% {
        -moz-transform: translate(0, 50%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes animation-btt {
    0% {
        -o-transform: translate(0, 50%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes animation-btt {
    0% {
        transform: translate(0, 50%);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes animation-ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes animation-ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes animation-ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes animation-ttb {
    0% {
        transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}
.start_animation {
    opacity: 0;
}
.animation.top-to-bottom {
    -webkit-animation: animation-ttb 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Safari 4+ */
    -moz-animation: animation-ttb 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Fx 5+ */
    -o-animation: animation-ttb 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Opera 12+ */
    animation: animation-ttb 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* IE 10+ */
    opacity: 1;
}
.animation.bottom-to-top {
    -webkit-animation: animation-btt 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Safari 4+ */
    -moz-animation: animation-btt 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Fx 5+ */
    -o-animation: animation-btt 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* Opera 12+ */
    animation: animation-btt 1s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* IE 10+ */
    opacity: 1;
}
.animation.left-to-right {
    -webkit-animation: animation-ltr 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Safari 4+ */
    -moz-animation: animation-ltr 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Fx 5+ */
    -o-animation: animation-ltr 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Opera 12+ */
    animation: animation-ltr 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* IE 10+ */
    opacity: 1;
}
.animation.right-to-left {
    -webkit-animation: animation-rtl 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Safari 4+ */
    -moz-animation: animation-rtl 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Fx 5+ */
    -o-animation: animation-rtl 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* Opera 12+ */
    animation: animation-rtl 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    /* IE 10+ */
    opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
/*	EOF
/*-----------------------------------------------------------------------------------*/
