/*
Theme Name:     Evenement
Theme URI:      http://trendytheme.net/demo2/wp/evenement/
Author:         TrendyTheme
Author URI:     http://themeforest.net/user/trendytheme
Description:    Evenement is an event & conference WordPress theme which helps to easily create events, conferences, meetups, summits, seminars and manage attendees.
Version:        1.1
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    evenement
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options
*/


/* =-=-=-=-=-=-= CSS TABLE CONTENT =-=-=-=-=-=-= 
# GENERAL
# TYPOGRAPHY
# WORDPRESS CORE
# TABLE STYLE
# BUTTON STYLE
# GLOBAL STYLES
# SECTION TITLE
# HEADER TOPBAR
# NAVIGATION
    ## DROPDOWN MENU
    ## 2ND LAVEL MENU
    ## MEGA MENU STYLE
    ## MOBILE MENU STYLE
    ## FOOTER MENU
# PAGE HEADER STYLE
# HERO UNIT STYLE
# PRICING TABLE
# SPEAKERS STYLE
# SCHEDULE STYLE
# NEWSLETTER STYLE
# BLOG HOME
# EVENT INFO
# TESTIMONIAL
# FEATURED BOXED STYLE
# CONTACT SECTION
# BLOG STYLE
    ## PAGINATION
        ### INNER POST PAGINATION
        ### SINGLE POST PAGER
    ## SIDEBAR STYLE
        ### COMMON STYLE FOR ALL WIDGETS
    ## BLOG GRID STYLE
    ## SINGLE POST 
    ## COMMENTS-WRAPPER 
        ### WP Default Comments
# FOOTER SECTION
# PRELOADER
# 404 PAGE
# WOOCOMMERCE
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/* =-=-=-=-=-=-= GENERAL =-=-=-=-=-=-= */
body{
    font-family: 'PT Serif', serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #666;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

html,
body{
    width: 100%;
    height: 100%;
}

/* Link style
------------------------------ */
a{
    color: #ff0068;
}
table a{
    color: #666;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #ff0068;
    outline: none;
    text-decoration: none;
}

dl dd{
    margin-bottom: 10px;
}


/* Transition elements
------------------------------------------ */
a,
.btn,
button,
.navbar a,
.form-control,
.navbar-default,
.header-wrapper,
.transition,
.comments-wrapper .form-submit input,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; 
}


/* =-=-=-=-=-=-= TYPOGRAPHY =-=-=-=-=-=-= */
h1, h2, h3, h4, h5, h6{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #212121;
    margin: 0 0 15px;
}

h1 {
    font-size: 35px;
    line-height: 50px;
}

h2 {
    font-size: 25px;
    line-height: 36px;
}

h3 {
    font-size: 20px;
    line-height: 25px
}

h4 {
    font-size: 18px;
    line-height: 20px;
}

p {
    margin-bottom: 15px;
}

p img { 
    margin: 0;
}

ul, ol {
    margin-bottom: 0;
}
.entry-content ul,
.entry-content ol{
    margin-bottom: 10px;
    padding-left: 20px;
}
.tt-fullHeight {
    height: 100vh;
}


/* Accessibility
------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


/* =-=-=-=-=-=-= WORDPRESS CORE =-=-=-=-=-=-= */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* Captions
-------------------------------------------*/
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 3px;
    text-align: center;
}

.wp-caption figcaption{
    padding: 5px 0 0;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
    width: auto;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.wp-caption .wp-caption-text {
    margin: 5px 0;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Clearings
------------------------------------------- */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* Widgets
-------------------------------------------*/
.widget {
    margin: 0 0 20px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Content
-------------------------------------------*/
.sticky {
    display: block;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
}

.page-wrapper{
    padding-bottom: 100px;
}

.page-wrapper .section-wrapper .container{
    width: 100%;
    padding: 0;
}

/* Comments
-------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Infinite scroll
-------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Media
-------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

.video-section {
    top: 0%;
    left: 0%;
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.overlay {
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.5);
}

video, 
object {
    min-width:100%;
    min-height:100%;
}
.audio {
    width: 100%;
}


/* =-=-=-=-=-=-= TABLE STYLE =-=-=-=-=-=-= */
table{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th{
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

thead {
    color: #272829;
    background-color: #f5f5f5;
}

table.event-schedule{
    border: 0;
}

table.event-schedule tr > th,
table.event-schedule tr > td{
    line-height: 30px;
}

table.event-schedule>tbody>tr>td, 
table.event-schedule>tbody>tr>th, 
table.event-schedule>tfoot>tr>td, 
table.event-schedule>tfoot>tr>th, 
table.event-schedule>thead>tr>td, 
table.event-schedule>thead>tr>th{
    border: 0;
    border-top: 1px solid #ddd;
}


/* Form Style
------------------------------------------- */
.form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 500;
    color: #212121;
}
.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
}
.form-group textarea{
    padding: 15px;
    min-height: 200px;
}
.alert {
    padding: 11px 15px;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*blockquote style*/
blockquote {
    padding: 30px 70px;
    background: #f1f1f1;
    color: #666;
    border: 0;
    margin: 0 0 15px;
    position: relative;
    font-size: 17px;
    font-style: italic;
}
.blog-grid .blog-content blockquote {
    padding: 2em 2em 2em 4em;
}
blockquote p {
    margin-bottom: 0 !important;
}
blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
    color: #ccc;
    left: 25px;
    top: 35px;
}
.blog-quote blockquote{
    text-align: center;
    padding-top: 80px;
    font-style: normal;
    font-size: 20px;
    margin: 0;
}
.blog-quote blockquote small{
    margin-top: 15px;
}
.blog-quote blockquote::before {
    left: 0;
    right: 0;
}


/* =-=-=-=-=-=-= BUTTON STYLE =-=-=-=-=-=-= */
.vc_btn3,
.btn,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    border: 0;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 38px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
.vc_btn3:hover,
.btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .product .entry-summary a.single_add_to_cart_button:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08)
}
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button,
.btn-primary{
    background-color: #02d766;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce .product .entry-summary a.single_add_to_cart_button:hover,
.woocommerce .product .entry-summary a.single_add_to_cart_button:focus,
.woocommerce .product .entry-summary a.single_add_to_cart_button:active{
    background-color: #02d766;
    color: #fff;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{
    background-color: #ffffff !important;
    color: #212121 !important;
}

/*pink button*/
.btn-pink,
.btn-pink:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_pink_color,
.vc_general.vc_btn3.vc_btn3-color-theme_pink_color:hover,
.widget.woocommerce #respond input#submit, 
.widget.woocommerce a.button, 
.widget.woocommerce button.button, 
.widget.woocommerce input.button,
.widget.woocommerce #respond input#submit:hover, 
.widget.woocommerce a.button:hover, 
.widget.woocommerce button.button:hover, 
.widget.woocommerce input.button:hover{
    background-color: #ff0068;
    border-color: #ff0068;
    color: #ffffff;
}

/*pink button*/
.btn-orange,
.btn-orange:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_orange_color,
.vc_general.vc_btn3.vc_btn3-color-theme_orange_color:hover{
    background-color: #ff5a00;
    border-color: #ff5a00;
    color: #ffffff;
}

/*white button*/
.btn-default{
    color: #333;
}
.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}


button:focus {
    outline: none !important;
}
.vc_general.vc_btn3:focus, 
.vc_general.vc_btn3:hover {
	color: #fff !important;
}
.btn.btn-sm {
    padding: 5px 16px;
}
.main-menu .btn.btn-sm{
    padding: 6px 22px;
    font-size: 13px;
    line-height: 28px;
}
.btn-lg {
    height: 60px;
    padding: 18px 38px;
}
.vc_btn3.vc_btn3-shape-rounded {
	border-radius: 2px !important;
}
.vc_btn3.vc_btn3-size-md {
    font-size: 13px !important;
    padding: 15px 30px !important;
}
.vc_btn3.vc_btn3-size-lg {
    padding: 18px 38px !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty){
    padding-left: 45px !important;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty){
    padding-left: 60px !important;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{
    font-size: 28px;
}
.vc_btn3.vc_btn3-size-md strong,
.vc_btn3.vc_btn3-size-lg strong{
    font-size: 20px;
    display: block;
    font-weight: 900;
}
.vc_general.vc_btn3.vc_btn3-shape-rounded{
    border-radius: 3px;
}
.vc_general.vc_btn3.vc_btn3-style-classic{
    border: 0;
}
.vc_general.vc_btn3.vc_btn3-style-classic:hover,
.vc_general.vc_btn3.vc_btn3-style-classic:focus,
.vc_general.vc_btn3.vc_btn3-style-classic:active{
    border: 0;
}

/*alert*/
.alert {
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
}
.tt-alert {
    background-color: transparent;
}
.alert-dismissible .close {
    top: 5px;
}

/* =-=-=-=-=-=-= List Style =-=-=-=-=-=-= */
.check-circle-list,
.check-square-list {
    padding: 0;
    list-style: none;
}
.check-circle-list li{
    line-height: 33px;
}
.check-circle-list li i{
    font-size: 16px;
    color: #cdcdcd;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.check-circle-list li:hover i{
    color: #02d766;
}
.check-square-list li{
    line-height: 46px;
}
.check-square-list li i{
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.check-square-list.list-right li i{
    margin-right: 0;
    margin-left: 10px;
}


/* =-=-=-=-=-=-= GLOBAL STYLES =-=-=-=-=-=-= */
.section-wrapper{
    position: relative;
}
.container-fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fullwidth .vc_column_container>.vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}
.vc_row.section-wrapper{
    margin-left: 0;
    margin-right: 0;
}
.vc_row.vc_row-o-full-height{
    min-height: 100vh !important;
}
.vc_row.vc_row-o-equal-height{
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
	.vc_row-o-equal-height .wpb_single_image .vc_figure {
		display: block;
	}
	.wpb_single_image img,
	.wpb_single_image .vc_single_image-wrapper {
	    width: 100%;
	}
}

.ie9 .vc_row-o-full-height .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tt-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.white-text{
	color: #ffffff;
}
.theme-color {
    color: #02d766;
}
.theme-bg {
    background-color: #02d766;
}
.dark-bg {
    background-color: #2a2425;
}
.blue-bg{
    background-color: #0084ff;
}
.sky-blue-bg{
    background-color: #0090ff;
}
.purple-bg{
    background-color: #8a00ff;
}
.deep-blue-bg{
    background-color: #011034;
}
.white-bg{
    background-color: #fff;
}
.box-shadow{
    border-radius: 4px;
    box-shadow: 0 0 25px rgba(0,0,0,.25);
}
.box-padding{
    padding: 40px;
}
/* Overlay background
-------------------------*/
.violet-overlay{
    background-color: rgba(174, 0, 255, .7);
}
.blue-overlay{
    background: rgb(156,0,255);
    background: -moz-linear-gradient(left, rgba(156,0,255,1) 0%, rgba(3,255,205,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%); 
    background: linear-gradient(to right, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c00ff', endColorstr='#03ffcd',GradientType=1 );
    opacity: .7;
}
.pink-overlay{
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg,  rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%); 
    background: -webkit-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30a67', endColorstr='#e13030',GradientType=1 );
    opacity: .7;
}
.orange-overlay{
    position: absolute;
    background: rgb(255,167,14);
    background: -moz-linear-gradient(-45deg, rgba(255,167,14,1) 0%, rgba(239,11,0,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    background: linear-gradient(135deg, rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa70e', endColorstr='#ef0b00',GradientType=1 );
    opacity: .95;
}
.purple-overlay{
    background: rgb(239,71,111);
    background: -moz-linear-gradient(45deg,  rgba(239,71,111,1) 0%, rgba(205,71,239,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    background: linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef476f', endColorstr='#cd47ef',GradientType=1 );
    opacity: .7;
}
.red-overlay{
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg,  rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%); 
    background: -webkit-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30a67', endColorstr='#e13030',GradientType=1 );
    opacity: .7;
}


/*gradient bg
-------------------------*/
.blue-gradient-bg{
    background: rgba(98,0,255,1);
    background: -moz-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(98,0,255,1)), color-stop(100%, rgba(255,0,170,1)));
    background: -webkit-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: linear-gradient(135deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6200ff', endColorstr='#ff00aa', GradientType=1 );
}
.pink-gradient-bg{
    background: rgb(238,69,137);
    background: -moz-linear-gradient(-45deg,  rgba(238,69,137,1) 0%, rgba(225,48,48,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(238,69,137,1) 0%,rgba(225,48,48,1) 100%);
    background: linear-gradient(135deg,  rgba(238,69,137,1) 0%,rgba(225,48,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4589', endColorstr='#e13030',GradientType=1 );
}
.orange-gradient-bg{
    background: rgb(255,167,14);
    background: -moz-linear-gradient(-45deg,  rgba(255,167,14,1) 0%, rgba(239,11,0,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    background: linear-gradient(135deg,  rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa70e', endColorstr='#ef0b00',GradientType=1 );
}
.purple-gradient-bg{
    background: rgb(239,71,111);
    background: -moz-linear-gradient(45deg,  rgba(239,71,111,1) 0%, rgba(205,71,239,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    background: linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef476f', endColorstr='#cd47ef',GradientType=1 );
}
.red-gradient-bg{
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg,  rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%); 
    background: -webkit-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30a67', endColorstr='#e13030',GradientType=1 );
}

@media screen and (min-width: 768px) {
    .wpb_single_image img {
        width: 100%;
    }
}


/*Verticle Aligne Middle content*/
.valign-wrapper {
    display: table;
    width: 100%;
}
.valign-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.container-fluid.no-gutter,
.no-gutter > [class*='col-']{
    padding-left: 0;
    padding-right: 0;
}

/*TT Animate CSS*/
.tt-animate i {
    text-align         : center;
    overflow           : hidden;
    -webkit-transition : all 0.5s;
    -moz-transition    : all 0.5s;
    transition         : all 0.5s;
}

.tt-animate i::before {
    speak                       : none;
    display                     : block;
    -webkit-font-smoothing      : subpixel-antialiased !important;
    -webkit-backface-visibility : hidden;
    -moz-backface-visibility    : hidden;
    -ms-backface-visibility     : hidden;
}


/*Left To Right*/
.tt-animate.ltr i:hover::before {
    -webkit-animation : LeftToRight 0.3s forwards;
    -moz-animation    : LeftToRight 0.3s forwards;
    animation         : LeftToRight 0.3s forwards;
}

.tt-animate.ltr i:before {
    -webkit-animation : RightToLeft 0.3s forwards;
    -moz-animation    : RightToLeft 0.3s forwards;
    animation         : RightToLeft 0.3s forwards;
}


/*Right To Left*/
.tt-animate.btt i:hover::before {
    -webkit-animation : BottomToTop 0.3s forwards;
    -moz-animation    : BottomToTop 0.3s forwards;
    animation         : BottomToTop 0.3s forwards;
}

.tt-animate.btt i:before {
    -webkit-animation : TopToBottom 0.3s forwards;
    -moz-animation    : TopToBottom 0.3s forwards;
    animation         : TopToBottom 0.3s forwards;
}


/*---------------------------------------------------------
KEY FRAME 
-----------------------------------------------------------*/

/* Left to Right key frame*/

@-webkit-keyframes LeftToRight {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

@-moz-keyframes LeftToRight {
    49% {
        -moz-transform : translate(100%);
    }
    50% {
        opacity        : 0;
        -moz-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

@keyframes LeftToRight {
    49% {
        transform : translate(100%);
    }
    50% {
        opacity   : 0;
        transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

/* Right to Left key frame*/

@-webkit-keyframes RightToLeft {

    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }

}

@-moz-keyframes RightToLeft {
    49% {
        -webkit-transform : translate(-100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(100%);
    }
    51% {
        opacity : 1;
    }
}

@keyframes RightToLeft {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

/* Bottom to Top key frame*/

@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform : translateY(-100%);
        }
    50% {
        opacity           : 0;
        -webkit-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@-moz-keyframes BottomToTop {
    49% {
        -moz-transform : translateY(-100%);
        }
    50% {
        opacity        : 0;
        -moz-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@keyframes BottomToTop {
    49% {
        transform : translateY(-100%);
    }
    50% {
        opacity   : 0;
        transform : translateY(100%);
    }
    51% {
        opacity : 1;
    }
}


/* Top to Bottom key frame*/
@-webkit-keyframes TopToBottom {
    49% {
        -webkit-transform : translateY(-100%);
        }
    50% {
        opacity           : 0;
        -webkit-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@-moz-keyframes TopToBottom {
    49% {
        -moz-transform : translateY(-100%);
        }
    50% {
        opacity        : 0;
        -moz-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }

@keyframes TopToBottom {
    49% {
        transform : translateY(-100%);
    }
    50% {
        opacity   : 0;
        transform : translateY(100%);
    }
    51% {
        opacity : 1;
    }
}


/* =-=-=-=-=-=-= SECTION TITLE =-=-=-=-=-=-= */
.sction-title-wrapper{
    margin-bottom: 60px;
}
.section-intro{
    font-family: 'Ubuntu', serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 7px;
    color: #212121;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.section-sub{
    color: #999;
    font-size: 20px;
    line-height: 30px;
}
@media screen and (min-width: 992px) {
   .section-sub{
        width: 70%;
        margin: 0 auto;
   } 
}


/*custom margin classes*/
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}

/*margin bottom*/
.mb-30 {
    margin-bottom: 30px;
}
.mb-80 {
    margin-bottom: 80px;
}

/*margin right*/
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}

/*margin left*/
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}

/*custom padding classes*/
.no-padding .tt-item{
    padding: 0!important;
}

.row.no-padding{
    margin: 0!important;
}

/*padding Left*/
.pl-100 {
    padding-left: 100px;
}

/*padding-bottom*/
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}

/*padding top bottom*/
.ptb-50 {
    padding: 50px 0;
}
.ptb-90 {
    padding: 90px 0;
}

@media (min-width: 1300px) {
    .focus-wrapper {
        padding: 0 70px !important;
    }
}
@media (max-width: 1299px) {
    .focus-wrapper {
        padding: 30px 30px !important;
    }
}

.overlay-bg {
    background-color: rgba(0, 0, 0, 0.5);
}
.gray-bg {
    background-color: #fafafa;
}
.gutter {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

/*Font Size*/
.font-20 {
    font-size: 20px
}
.font-25 {
    font-size: 25px
}
.font-30 {
    font-size: 30px
}
.font-35 {
    font-size: 35px
}
.font-40 {
    font-size: 40px
}


/*font size in extra small devices*/
@media screen and (max-width: 767px) {
    .font-30 {
        font-size: 25px
    }

    h1,
    .font-35,
    .font-40 {
        font-size: 30px
    }
}

/*Line Height*/
.line-height-40 {
    line-height: 40px;
}
.line-height-50 {
    line-height: 50px;
}
.text-light {
    font-weight: 300 !important;
}
.text-regular {
    font-weight: 400 !important;
}
.text-medium {
    font-weight: 500 !important;
}
.text-bold {
    font-weight: 700 !important;
}
.text-extrabold {
    font-weight: 900 !important;
}
.dark-text {
    color: #202020 !important;
}



/* =-=-=-=-=-=-=-=-=-=- HEADER TOPBAR =-=-=-=-=-=-=-=-=-=-= */
.top-bar {
    min-height: 46px;
}
.top-bar .topbar-cta li {
    display: inline-block;
}
.top-bar .topbar-cta li+li {
	padding-left: 10px;
}
.top-bar .topbar-cta a {
    letter-spacing: 1px;
    line-height: 46px;
    color: #fff;
}
.ie9 .top-bar .topbar-cta a{
    letter-spacing: 0;
}
.top-bar .topbar-cta a i{
    position: relative;
    top: 7px;
}
.top-bar .social-top {
    margin-top: 13px;
    margin-bottom: 0;
}
.top-bar .social-top a i{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}
.top-bar .social-top a i:hover {
    color: #fff;
}
.header-wrapper.sticky .header-top-wrapper{
    display: none;
}
.header-top-wrapper {
    background-color: #02d766;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-transparent .header-top-wrapper{
    background-color: rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-dark .header-top-wrapper{
    border-bottom: 1px solid #232323;
}

@media(max-width: 767px) {
    .header-transparent .header-top-wrapper{
        border-bottom: 1px solid rgba(4, 4, 4, 0.06);
        background-color: #fff;
        color: #666;
    }
    .header-transparent .contact-info ul li a,
    .header-transparent .social-icon ul li a i{
        color: #666;
    }
}

@media(max-width: 479px){
    .header-top-wrapper .contact-info.pull-left,
    .header-top-wrapper .social-links-wrap.pull-right{
        float: inherit !important;
        text-align: center;
    }
}

@media(max-width: 600px) {
	.social-links-wrap.pull-left,
	.contact-info.pull-right {
		float: none !important;
	}
	.social-links-wrap.social-top,
	.topbar-cta {
		text-align: center;
	}
	.topbar-cta {
		margin-bottom: 
	}
	.topbar-cta,
	.top-bar .topbar-cta li+li {
		padding-left: 0;
	}
	.top-bar .topbar-cta a {
	    line-height: 29px;
	}
}

/*header cart icon*/
.woo-action-button{
    position: relative;
    right: 20px;
    top: 22px;
    float: right;
}
.woo-action-button::before{
    border-left: 1px solid #ddd;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    height: 22px;
}
.header-wrapper.sticky .woo-action-button{
    top: 25px;
}
.tt-cart-count,
.tt-wishlist-count{
    margin-left: 20px;
}
.tt-wishlist-count > a,
.tt-cart-count .cart-contents{
    color: #202020;
    position: relative;
    display: block;
}

.tt-wishlist-count > a:hover,
.tt-wishlist-count > a:focus{
    color: #202020;
}

.tt-wishlist-count span,
.tt-cart-count .cart-contents .cart-count{
    position: absolute;
    top: 0;
    left: 10px;
    margin-left: 5px;
    color: #ffffff;
    background-color: #000;
    width: 15px;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
}

.get-ticket-btn{
    padding: 20px 0 20px 40px;
    margin-left: 40px;
}
.header-pink .get-ticket-btn,
.header-blue .get-ticket-btn,
.header-transparent .get-ticket-btn{
    border-left: 1px solid rgba(255, 255, 255, .3);
}
/* =-=-=-=-=-=-= NAVIGATION =-=-=-=-=-=-= */
.header-transparent .header-wrapper.sticky .navbar-default,
.header-wrapper .navbar-default{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.header-transparent .header-wrapper .navbar-default{
    box-shadow: none;
}
.navbar-header h1{
    display: inline-block;
    font-size: 44px;
    margin: 0;
}
@media(max-width: 767px){
    .navbar-header h1{
        font-size: 35px;
    }
}
.navbar-brand {
    margin: 0;
    padding: 0;
    height: auto;
}
.navbar-brand a{
    display: inline-block;
}
.has-header-topbar .navbar-brand img {
	margin: 0;
}
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}


/*
Default Navigation Style
-----------------------------*/
.navbar-default .navbar-nav li a{
    font-family: 'Ubuntu', sans-serif;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
}
.header-light .navbar-default .navbar-nav>li>a {
    color: #212121;
}
.header-pink .navbar-default .navbar-nav>li>a,
.header-blue .navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 0.7);
}
@media(min-width:768px) {
    .navbar-nav>li>a{
        padding: 30px 15px;
    }
}

.header-transparent .navbar-default,
.header-pink .navbar-default,
.header-blue .navbar-default{
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}
.header-transparent .navbar-brand,
.header-pink .navbar-brand,
.header-blue .navbar-brand {
    padding: 26px 40px 25px 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.header-transparent .navbar-brand h1,
.header-pink .navbar-brand h1,
.header-blue .navbar-brand h1{
    line-height: inherit;
}
@media(max-width: 767px){
    .header-transparent .navbar-brand,
    .header-pink .navbar-brand,
    .header-blue .navbar-brand {
        padding: 15px 40px 15px 15px;
    }
}
/*
Navigation Style For Larg Devices
--------------------------------------*/
@media(min-width:768px) {
    .navbar-nav.navbar-center{
        float: none;
        margin: 0 auto;
        display: table;
    }
	.header-wrapper .navbar-brand img {
		width: 100%;
        height: auto;
		margin-top: 0;
	    -webkit-transition: width 0.3s ease;
	    -moz-transition: width 0.3s ease;
	    transition: width 0.3s ease;
	}
    .navbar-nav li.has-mega-menu{
        position: static;
    }
    .navbar-nav ul{
        position: static;
        display: block;
        border: 0;
        margin: 0;
        min-width: 200px;
    }
	.navbar-header h1{
	    line-height: 66px;
	}
    .header-transparent .navbar-default{
        background-color: transparent;
    }
    .navbar-nav>li>.dropdown-menu {
      margin-top: 23px;
    }
    .sticky .navbar-nav>li>.dropdown-menu {
      margin-top: 13px;
    }
    .navbar-right .dropdown-menu {
      right: auto;
      left: 15px;
    }
    .sticky .navbar-right .dropdown-menu {
      left: 13px;
    }

    .navbar-nav.navbar-left{
        margin-left: 50px;
    }
}

/*Logo*/
.sticky-logo,
.sticky-mobile-logo{
    display: none;
}

/*desktop*/
@media (min-width : 768px) {
    /*show sticky logo*/
    .has-sticky-logo .header-wrapper.sticky .sticky-logo{
        display: inline-block;
    }
}

/*hide site logo when show sticky logo*/
.has-sticky-logo .header-wrapper.sticky .site-logo{
    display: none;
}

.sticky-mobile-logo{
    height: auto;
    min-width: 100%;
}

/*mobile*/
@media (max-width : 767px) {
    /*show mobile sticky logo*/
    .has-sticky-mobile-logo .header-wrapper.sticky .sticky-mobile-logo{
        display: block;
    }
    /*hide mobile logo when show mobile sticky logo*/
    .has-sticky-mobile-logo .header-wrapper.sticky .mobile-logo{
        display: none !important;
    }
}


/*
Navigation Style For Small/Mobile Devices
------------------------------------------*/
.navbar .nav li a i{
    margin-right: 8px;
}
.navbar .nav li a.menu-heading {
    position: relative;
    cursor: default;
    color: #202020 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar .nav li a.menu-heading::before {
	display: none;
}
.navbar .nav li a.menu-heading:hover{
    background-color: transparent !important;
}
.navbar-default {
    background-color: #011034;
    margin-bottom: 0;
    border-color: transparent;
    z-index: 10000;
    border: 0;
    border-radius: 0;
}

.header-light .navbar-default {
    background-color: #ffffff;
}
.header-pink .navbar-default {
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg, rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%);
    background: -webkit-linear-gradient(-45deg, rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    background: linear-gradient(135deg, rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30a67', endColorstr='#e13030',GradientType=1 );
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}

.header-blue .navbar-default  {
    background: rgb(156,0,255);
    background: -moz-linear-gradient(left, rgba(156,0,255,1) 0%, rgba(3,255,205,1) 100%);
    background: -webkit-linear-gradient(left, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    background: linear-gradient(to right, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c00ff', endColorstr='#03ffcd',GradientType=1 );
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}

.admin-bar .header-wrapper{
    top: 32px;
}

@media(max-width : 782px) {
    .admin-bar .navbar-fixed-top{
        top: 45px;
    }
}
@media(max-width : 600px) {
    .admin-bar .navbar-fixed-top.sticky{
        top: 0;
    }
}

.header-wrapper.navbar-fixed-top{
    position: static;
}
.home.header-bottom .header-wrapper.navbar-bottom-fixed{
    position: absolute;
    bottom: -80px;
    top: auto;
    width: 100%;
    z-index: 100000;
}
@media(max-width: 991px){
    .home.header-bottom .header-wrapper.navbar-bottom-fixed{
        position: static;
    }
}

.header-transparent .header-wrapper.navbar-fixed-top,
.header-wrapper.navbar-fixed-top.sticky,
.header-wrapper.navbar-fixed-top.sticky{
    position: fixed;
}

.header-bottom .header-wrapper.navbar-bottom-fixed.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    bottom: auto;
    z-index: 100000;
}

.header-transparent .header-wrapper.sticky .navbar-default{
    background-color: #011034;
}
@media (min-width: 768px) {
	.header-transparent .navbar-default .navbar-nav>li>a {
	    color: #fff;
	}
}
@media (max-width: 767px) {
    .header-transparent .top-bar .social-top a i{
        color: #202020;
    }
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #02d766;
  background-color: transparent;
}

.header-pink .navbar-default .navbar-nav>li>a:focus,
.header-pink .navbar-default .navbar-nav>li>a:hover,
.header-pink .navbar-default .navbar-nav>.active>a, 
.header-pink .navbar-default .navbar-nav>.active>a:focus, 
.header-pink .navbar-default .navbar-nav>.active>a:hover,
.header-blue .navbar-default .navbar-nav>li>a:focus,
.header-blue .navbar-default .navbar-nav>li>a:hover,
.header-blue .navbar-default .navbar-nav>.active>a, 
.header-blue .navbar-default .navbar-nav>.active>a:focus, 
.header-blue .navbar-default .navbar-nav>.active>a:hover {
  color: #ffffff;
}


/* =-=-=-=-=-=-= DROPDOWN MENU =-=-=-=-=-=-= */
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #02d766;
  background-color: transparent;
}
.navbar-nav>li:hover > .dropdown-wrapper > ul{
    display: block;
}
.navbar-nav>li .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.dropdown-menu>li>a {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
	line-height: 24px;
    color: #202020;
    text-decoration: none;
    display: inline-block;
    position: relative;
    outline: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.dropdown-menu>li>a.menu-heading {
	border-top: 0;
}
.dropdown-menu li a:hover{
    background-color: #fafafa;
}
.dropdown>li>a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #02d766;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dropdown li:hover >a::before {
    width: 100%;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    color: #02d766;
    background-color: #fafafa;
}
.navbar-default .navbar-nav li.current-menu-ancestor>a,
.navbar-default .navbar-nav li.current-menu-parent>a,
.navbar-default .navbar-nav li.current-menu-item>a{
    color: #02d766;
}
@media screen and (max-width: 767px) {
	.header-brand-color .navbar-default .navbar-nav li.current-menu-ancestor>a,
	.header-brand-color .navbar-default .navbar-nav li.current-menu-parent>a,
	.header-brand-color .navbar-default .navbar-nav li.current-menu-item>a{
        color: #fff;
        font-weight: 700;
    }
}
.navbar-default .navbar-nav li.current-menu-ancestor>a.menu-heading,
.navbar-default .navbar-nav li.current-menu-parent>a.menu-heading,
.navbar-default .navbar-nav li.current-menu-item>a.menu-heading {
    color: #202020;
}
.navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a,
.navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a{
    color: #202020;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a:hover,
.navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a:hover {
    color: #02d766;
}
.navbar-nav li .dropdown-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 60px;
    padding-top: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
}
.navbar-nav li .dropdown-wrapper span{
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 15px;
}


/* =-=-=-=-=-=-= 2ND LAVEL MENU =-=-=-=-=-=-= */
.navbar-nav li > .dropdown-wrapper li > .dropdown-wrapper{
    left: 100%;
    margin-left: 10px;
    top: 0;
    padding: 0 0 0 5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.navbar-nav li > .dropdown-wrapper li.dropdown-inverse .dropdown-wrapper{
    left: auto;
    right: 100%;
    margin-right: 10px;
    margin-left: 0;
    padding: 0 5px 0 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.navbar-nav li > .dropdown-wrapper li.dropdown-inverse:hover .dropdown-wrapper{
    margin-right: -5px;
}

.navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper{
    margin-left: -5px;
}
.navbar-nav > li:hover > .dropdown-wrapper,
.navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper{
    visibility: visible;
    opacity: 1;
}


/* =-=-=-=-=-=-= MEGA MENU STYLE =-=-=-=-=-=-= */
.navbar-nav li .megamenu-wrapper{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    padding: 20px 0 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.navbar-nav li:hover > .megamenu-wrapper,
.navbar-nav li:hover > .megamenu-wrapper .dropdown-wrapper{
    visibility: visible;
    opacity: 1;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper{
    position: static;
    padding: 0;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper ul{
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper ul li{
    border: 0;
}
.navbar-nav li.has-mega-menu li.has-mega-menu-child .dropdown-wrapper ul li:last-child a{
    border-bottom: 0;
}
.megamenu-wrapper .dropdown-megamenu{
    width: 100%;
    padding: 20px 20px 10px !important;
}
.megamenu-wrapper .menu-col-1 > li{
    width: 100%;
}
.megamenu-wrapper .menu-col-2 > li{
    width: 48%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.megamenu-wrapper .menu-col-3 > li{
    width: 31%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.megamenu-wrapper .menu-col-4 > li{
    width: 24%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
@media (min-width : 768px) and (max-width : 991px) {
    .megamenu-wrapper .menu-col-4 > li{
        width: 23%;
    }
    .megamenu-wrapper ul li a{
        padding: 10px;
    }
}

@media (min-width : 768px) and (max-width : 991px) {
    .navbar .nav>li{
        padding: 0;
    }
    /*navbar*/
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
    }
}


/* =-=-=-=-=-=-= MOBILE MENU STYLE =-=-=-=-=-=-= */
@media(max-width : 767px) {
    .navbar-nav li a {
        padding-top: 7px;
        padding-bottom: 7px;
        color: #ffffff;
    }
    .header-light .navbar-nav li a{
        color: #212121;
    }
    .navbar-nav li a:hover {
        color: #02d766;
    }
    .navbar-nav{
        margin: 0;
    }
	.navbar-nav > li > a {
	    padding: 12px 0 12px 0;
	}
	.header-dark .navbar-nav li a,
	.header-brand-color .navbar-nav li a,
	.header-semi-transparent .navbar-nav li a {
	    color: #fff;
	}
    .navbar .nav>li{
        padding: 0;
    }
    .navbar-nav li{
        list-style: none;
    }
    .navbar-default ul ul{
        padding-left: 20px !important;
    }
	.navbar-default .navbar-nav li a {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}
    .header-light .navbar-default .navbar-nav li a{
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, 
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, 
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
        background-color: transparent;
        color: #02d766;
    }
    .navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a,
    .navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a{
        color: #ffffff;
    }
    .navbar-nav li .dropdown-wrapper,
    .navbar-nav li .sub-dropdown-wrapper{
        position: static;
        padding: 0;
        margin: 0;
    }
    .navbar-nav>li:hover > .dropdown-wrapper > ul{
        display: none;
    }
    .navbar-nav>li.open > .dropdown-wrapper > ul{
        display: block;
    }
    .navbar-brand {
        padding: 5px 15px;
        margin: 0;
    }

    /*mobile menu dropdown trigger*/
    .dropdown-menu-trigger{
		position: absolute;
	    right: 0;
	    top: 0;
	    background-color: transparent;
	    color: #ffffff;
	    border: 0;
	    text-align: center;
	    width: 60px;
	    height: 45px;
	    font-size: 20px;
	    line-height: 43px;
        border-left: 1px solid rgba(255, 255, 255, 0.05);
    }

    .mobile-menu .dropdown .dropdown-menu-trigger{
        height: 40px;
        line-height: 38px;
    }
	
	.header-brand-color .dropdown-menu-trigger.menu-collapsed{
    	color: #fff;
    }
    .header-light .dropdown-menu-trigger{
        color: #616161;
        border-left: 1px solid rgba(0, 0, 0, 0.05);
    }
    .header-dark .dropdown-menu-trigger,
    .header-brand-color .dropdown-menu-trigger,
    .header-semi-transparent .dropdown-menu-trigger {
	    border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    .dropdown-menu-trigger:focus {
    	background-color: transparent;
    }

    .dropdown-menu-trigger.menu-collapsed {
        color: #02d766;
    }
    .dropdown-menu-trigger i:last-child{
        display: none;
    }
    .dropdown-menu-trigger.menu-collapsed i:first-child{
        display: none;
    }
    .dropdown-menu-trigger.menu-collapsed i:last-child{
        display: block;
    }
    .has-mega-menu .has-mega-menu-child .collapse{
        display: block;
        padding: 0;
    }
    .has-mega-menu .has-mega-menu-child .dropdown-menu-trigger{
        display: none;
    }

    .mobile-menu.navbar-collapse{
        max-height: 340px;
        padding: 0;
        border-color: rgba(255, 255, 255, .1);
        box-shadow: none;
    }

    /*custom scroll for webkit browser*/
    .mobile-menu::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .mobile-menu::-webkit-scrollbar{
        width: 10px;
        background-color: #F5F5F5;
    }

    .mobile-menu::-webkit-scrollbar-thumb{
        background-color: #011034;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
}
.navbar-default .navbar-toggle{
    border: 0;
    margin-top: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-dark .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header-light .navbar-default .navbar-toggle .icon-bar {
	background-color: #02d766;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #02d766;
}


/* =-=-=-=-=-=-= FOOTER MENU =-=-=-=-=-=-= */
.footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav>li{
    display: inline-block;
}
.footer-nav>li{
    margin-right: 20px;
}
.footer-nav>li:last-child{
    margin-right: 0;
}
.footer-menu ul li a{
    display: block;
    font-size: 14px;
    color: #ffffff;
}
.footer-menu ul li a:hover{
    color: #81ddff;
}


/*footer dropdown*/
.footer-nav ul.sub-menu{
    display: none;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 190px;
    background-color: #ffffff;
    padding: 10px;
}
.footer-nav ul.sub-menu li a{
    color: #202020;
}
.footer-nav ul.sub-menu li a:hover{
    color: #02d766;
}
.footer-nav>li>ul.sub-menu>li ul.sub-menu{
    left: 170px;
    bottom: 0;
}
.footer-nav>li>ul ul{
    display: none;
}
.footer-nav li{
    position: relative;
}
.footer-nav>li > ul.sub-menu li:hover > ul.sub-menu,
.footer-nav > li:hover>ul.sub-menu{
    display: block;
}

@media screen and (max-width: 580px) {
    .footer-menu ul {
        text-align: center;
    }
    .footer-menu ul li {
        float: none;
        display: inline-block;
    }
}


/* =-=-=-=-=-=-= PAGE HEADER STYLE =-=-=-=-=-=-= */
.page-title {
    position: relative;
    padding: 46px 0;
    background-color: #f5f5f5;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.header-transparent .page-title{
    padding: 180px 0 120px;
}

.header-semi-transparent .page-title{
    padding: 220px 0 80px;
}
.title-overlay-color{
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page-title .container {
    position: relative;
}
.page-title h2{
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    word-break: break-word;
    -ms-word-break: break-word;
}
.breadcrumb>li+li:before{
    padding: 0 0;
}
/*Page Sub-title*/
.page-title span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
}
.page-title.overlay-enable h2,
.page-title.overlay-enable span,
.page-title.overlay-enable .breadcrumb li a,
.page-title.overlay-enable .breadcrumb li.active{
    color: #ffffff;
}

.blog .page-title,
.single-post .page-title{
    text-align: center;
}
.blog .page-title .breadcrumb,
.single-post .page-title .breadcrumb{
    position: static;
    margin-top: 10px;
}


.header-section-hide .vc-page-contents,
.header-section-hide .page-wrapper,
.header-section-hide .blog-wrapper,
.header-section-hide .evenement-shop{
    padding-top: 100px;
}

.header-section-hide .login-wrapper{
    margin-top: 100px;
}

/* Breadcrumb
------------------------------------------- */
.page-title .breadcrumb {
    position: absolute;
    background-color: transparent;
    width: auto;
    top: 50%;
    left: auto;
    right: 30px ;
    margin: -10px 0 0 0;
    padding: 0;
}
.page-title .breadcrumb li {
    letter-spacing: 1px;
    color: inherit;
}
.page-title .breadcrumb li a{
    color: inherit;
}

/* Page Title Center
------------------------------------------- */
.page-title.text-center {
    text-align: center;
}
.page-title.text-center .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 0;
}

/* Page Title Left
------------------------------------------- */
.page-title.text-left {
    text-align: left;
}
.page-title.text-left .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 20px 0 0 0;
}

/* Page Title Right
------------------------------------------- */
.page-title.text-right {
    text-align: right;
}
.page-title.text-right .breadcrumb {
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    margin: 20px 0 0 0;
}

/* Page Title(only title) Right
------------------------------------------- */
.page-title.title-right {
    text-align: right;
}
.page-title.title-right .breadcrumb {
    left: 0;
    right: auto;
}
@media (max-width: 767px) {
    .page-title,
    .page-title.page-title-right {
        text-align: center;
    }
    .page-title .breadcrumb {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        margin: 10px 0 0 !important;
        position: relative !important;   
    }
}



/*---------------------------------------------
HERO UNIT STYLE
-----------------------------------------------*/
@media(max-width: 1199px){
    .hero-wrapper{
        padding-top: 100px;
    }
}

.hero-overlay {
    position: relative;
}

.hero-unit .hero-intro {
    display: block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}

@media (max-width: 480px) {
    .hero-unit .hero-intro {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1px;
    } 
}

.hero-unit .hero-title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
}
.hero-unit p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

.hero-short-info li {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    font-family: 'Ubuntu', sans-serif;
}

@media (min-width: 768px) {
    .hero-short-info li+li {
    padding-left: 15px;
    margin-left: 10px;
        border-left: 1px solid #fff;
    }
}
@media (max-width: 480px) {
    .hero-short-info li {
        font-size: 18px;
    } 
}

.hero-button-wrapper {
    margin-top: 60px;
}
.hero-button-wrapper .btn {
    min-width: 160px;
}

.hero-button-wrapper .btn+.btn {
    margin-left: 20px;
}

@media (max-width: 400px) {
    .hero-button-wrapper .btn {
        display: block;
        margin-bottom: 10px;
    }
    .hero-button-wrapper .btn+.btn {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .hero-unit {
        margin-top: 50px;
    }
    .hero-unit .hero-title {
        font-size: 40px !important;
        line-height: 45px !important;
    }
    .hero-unit p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 30px;
    }
}
.hero-intro-list {
    background: #00ff78;
    padding: 25px 50px;
    overflow: hidden;
}
.hero-intro-list:nth-child(1) {
    background: #00ff78;
    border-radius: 8px 8px 0 0;
}
.hero-intro-list:nth-child(2) {
    background: #09e470;
}
.hero-intro-list:nth-child(3) {
    background: #05d466;
    border-radius: 0 0 8px 8px;
}
.hero-intro-list h2 {
    font-size: 65px;
    line-height: 60px;
    float: left;
    color: #fff;
    margin-right: 30px;
    margin-bottom: 0;
}
.hero-intro-list span {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-intro-list {
        padding: 25px 30px;
    }
    .hero-intro-list h2 {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .hero-intro-meta {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .hero-intro-list span {
        line-height: 60px;
    }
}

@media (max-width: 500px) {
    .hero-intro-list {
        padding: 20px 20px;
    }
    .hero-intro-list h2 {
        font-size: 40px;
        line-height: 40px;
        float: none;
        margin-right: 0;
    }
    .hero-intro-list span {
        font-size: 20px;
        line-height: 30px;
    }
}


/*---------------------------------------------
Hero Unit Two
-----------------------------------------------*/
.hero-two{
    padding-top: 100px;
}
.hero-two .hero-unit .hero-title {
    font-size: 60px;
    line-height: 70px
}

@media (min-width: 992px) {
    .hero-two .hero-unit p {
        width: 70%;
        margin: 0 auto
    }
}

@media (max-width: 680px) {
    .hero-two .countdown-wrapper {
        margin-top: 120px;
    }
    .hero-button-wrapper {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

/*---------------------------------------------
Hero Unit Three
-----------------------------------------------*/
.hero-three .hero-unit .hero-title {
    font-size: 100px;
    line-height: 110px;
}
.hero-three .hero-unit {
    margin-top: 0;
}


/*---------------------------------------------
Hero Unit Four
-----------------------------------------------*/
.hero-four {
    min-height: 800px;
    padding-top: 150px;
}

.hero-four .hero-unit {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .hero-four {
        min-height: 1000px;
        padding-top: 100px;
    }

    .hero-four .hero-unit .hero-title {
        font-size: 60px;
        line-height: 70px;
    }

    .hero-four .hero-button-wrapper {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .hero-four {
        padding-top: 50px;
    }
}


/*---------------------------------------------
Hero Unit Five
-----------------------------------------------*/
.hero-five .hero-unit {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .hero-five .hero-unit {
        margin-top: 80px;
        margin-bottom: 80px;
    } 
}
.hero-five .hero-unit .hero-intro {
    margin-bottom: 5px;
}


/*------------------------------------------------
Countdown Wrapper
-------------------------------------------------*/
.countdown {
    margin-bottom: 0;
}
.countdown li {
    margin: 10px;
    width: 100px;
}
.countdown li span {
    font-size: 45px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 45px;
}
.countdown li p {
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 26px;
}

@media (min-width: 768px) {
    .countdown-wrapper {
        margin-bottom: 60px;
    }
    .countdown li {
        margin: 0 20px;
        width: 115px;
        border-right: 5px solid #fff;
        border-left: 5px solid #fff;
    }
    .countdown-border-top,
    .countdown-border-bottom {
        position: relative;
        border-radius: 10px;
    }
    .countdown-border-top:after,
    .countdown-border-top:before,
    .countdown-border-bottom:before,
    .countdown-border-bottom:after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 5px;
        height: 64px;
        border-radius: inherit;
    }
    .countdown-border-top:after,
    .countdown-border-top:before {
        top: -45px;
    }
    .countdown-border-bottom:before,
    .countdown-border-bottom:after {
        bottom: -44px;
    }
    .countdown-border-top:after,
    .countdown-border-bottom:after {
        left: 17px;
    }
    .countdown-border-top:after,
    .countdown-border-bottom:before {
        transform: rotate(65deg);
    }
    .countdown-border-top:before,
    .countdown-border-bottom:before {
        right: 17px;
    }
    .countdown-border-top:before,
    .countdown-border-bottom:after {
        transform: rotate(-65deg);
    }
}



/*
PRICING TABLE
-----------------------------------------*/
.pricing-table-section .pricing-table-wrapper {
    margin-bottom: 30px;
}
.pricing-table-wrapper {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background-color: #fff;
}
.pricing-table-intro{
    background-color: #fff;
}
.pricing-table-wrapper:hover,
.banner-pricing-wrapper .pricing-table-wrapper{
    box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    border-color: #fff;
}
.pricing-table-wrapper:hover .purchase-button a{
    background-color: #02d766;
}
.table-header {
    padding: 60px 0 30px 0;
}
.table-header .package-name {
    font-weight: 700;
    text-transform: uppercase;
    color: #212121;
    font-size: 11px;
    letter-spacing: 6px;
    font-family: 'Ubuntu', sans-serif;
}
.package-price span{
    font-family: 'Ubuntu', sans-serif;
}
.package-price .currency-symbol, .package-price .price {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #212121;
}
.package-price .currency-symbol {
    margin-right: -5px;
}
.package-price .currency-code {
    font-weight: 700;
    color: #212121;
}
.table-info ul {
    margin-bottom: 0;
}
.table-info ul li {
    text-transform: capitalize;
    font-size: 16px;
    margin: 5px 0;
    font-family: 'Ubuntu', sans-serif;
}
.table-info ul li i{
    color: #ff0024;
    font-size: 14px;
}
.table-info {
    padding-bottom: 35px;
}
.table-footer {
    padding-bottom: 60px;
}
.purchase-button a {
    background-color: #02d766;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 15px 30px;
}
.purchase-button a:hover{
    color: #fff;
}

.pricing-table-intro{
    background-color: #fff;
}
.carousel-section{
    background-color: #ddd;
}

@media screen and ( max-width: 992px ){
    .pricing-table-wrapper{
        margin-bottom: 30px;
    }
}

/*pricing table style two
-------------------------*/
.pricing-table-two .pricing-table-wrapper{
    box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
}

@media (min-width: 992px) {
    .pricing-table-two .pricing-table-wrapper{
        margin-top: -100px;
    }
}

.carousel-action{
    position: absolute;
    bottom: -530px;
    right: 50%;
    z-index: 1000;
    display: block;
    margin-right: -30px;
}
span#nav-prev {
    background-color: #ff5a00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0,0,0,.25);
}
span#nav-next {
    background-color: #ff5a00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0,0,0,.25);
}

/* pricing table carousel style
---------------------------*/
.banner-pricing-wrapper{
    position: relative;
}


/* =-=-=-=-=-=-= SPEAKERS STYLE =-=-=-=-=-=-= */
.speakers-wrapper{
    margin-bottom: 30px;
}
.about-speakers-wrapper{
    margin-top: 120px;
}
.speaker-img {
    position: relative;
    overflow: hidden;
}
.speaker-img img {
    width: 100%;
}
.speaker-time {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    background-color: rgba(0,186,255,.7);
    color: #fff;
    padding: 10px 0;
}
.speaker-time span{
    font-family: 'Ubuntu', sans-serif;
}
.speaker-social-link {
    margin-bottom: 0;
    position: absolute;
    bottom: -60px;
    left: 5px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.speaker-social-link li {
    padding: 0;
    width: 18%;
    height: 54px;
    line-height: 54px;
    opacity: .8;
    flex: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.speaker-social-link li:hover{
    opacity: 1;
}
.speaker-social-link li a {
    color: #fff;
    display: block;
    font-size: 20px;
    background: #000;
}

.speaker-social-link li.facebook a {
    background: #3b5998;
}
.speaker-social-link li.twitter a {
    background: #55acee;
}
.speaker-social-link li.instagram a {
    background: #ff0072;
}
.speaker-social-link li.linkedin a {
    background: #007ab9;
}
.speaker-social-link li.google-plus a {
    background: #dd4b39;
}
.speaker-social-link li.dribbble a {
    background: #E84C88;
}
.speaker-social-link li.lastfm a {
    background: #d31f27;
}

.speaker-header {
    margin-top: 20px;
}
.speaker-header h3 {
    font-family: 'PT Serif', serif;
    margin-bottom: 5px;
}
.speaker-header h3 a{
    color: #212121;
}
.speaker-header h3 a:hover{
    color: #ff0068;
}
.speakers-wrapper:hover .speaker-time {
    top:0;
}
.speakers-wrapper:hover .speaker-social-link {
    bottom:0;
}

/*speaker single page*/
.single-speaker-page{
    padding-top: 100px;
}
.speaker-intro{
    margin-bottom: 5px;
    display: inline-block;
}
.speaker-intro > h3{
    margin-bottom: 25px;
}
.speaker-intro h3 small{
    display: block;
    margin-top: 7px;
}
.speaker-skill .progress{
    box-shadow: none;
    background-color: #eaeaea;
}
.speaker-skill .progress-bar{
    box-shadow: none;
    background-color: #02d766;
}
.speaker-social-links li a{
    color: #ffffff;
}
.single-speaker-page .tt-speaker:hover .speaker-social-link{
    bottom: 0;
}
.single-speaker-page .speakers-section{
    margin-top: 70px;
    text-align: center;
}
.single-speaker-page .section-title{
    margin-bottom: 65px;
}

.speaker-img{
    margin-bottom: 30px;
}

/* =-=-=-=-=-=-= SCHEDULE STYLE =-=-=-=-=-=-= */
.schedule-wrapper{
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.2), 0 6px 50px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    z-index: 1;
}
.schedule-wrapper ul {
    padding: 60px 0 50px;
    border-bottom: 1px solid #e5e5e5;
}
.schedule-wrapper ul li{
    display: inline-block !important;
}
.schedule-wrapper .border-tab li {
    margin-right: 15px;
    margin-bottom: 10px;
}
.schedule-wrapper ul li a{
    color: #011a48;
    background-color: #fff;
    border: 3px solid #02d766;
    padding: 5px 40px;
    letter-spacing: 4px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.schedule-wrapper ul li.active a,
.schedule-wrapper ul li a:hover{
    background-color: #02d766;
    color: #fff;
    border-color: #02d766;
}
.border-tab.border-style-two li a{
    border: 3px solid #ff5a00;
}
.border-tab.border-style-two li.active a,
.border-tab.border-style-two li a:hover{
    background-color: #ff5a00;
    color: #fff;
    border-color: #ff5a00;
}
.border-circle li a{
    border-radius: 50px;
}
.schedule-wrapper > .panel-body {
    padding: 0 100px;
    background-color: #fff;
}
@media(max-width: 600px){
    .schedule-wrapper > .panel-body{
        padding: 0 50px;
    }
}
@media(max-width: 480px){
    .schedule-wrapper > .panel-body {
        padding: 0 20px;
    }
}
.schedule-list .panel-default>.panel-heading{
    color: #000;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.schedule-list .panel{
    margin-bottom: 35px;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
.schedule-list .panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top-color: transparent;
    padding: 5px 10px 15px 80px;
}
.schedule-list .panel-group .panel-heading+.panel-collapse>.panel-body p{
    color: #000;
    font-size: 17px;
    line-height: 28px;
}
.schedule-list .media-object {
    border-radius: 50%;
}
.schedule-list .media-left {
    padding-right: 15px;
}
.schedule-list .media-heading span {
    color: #999;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}
.schedule-list .media-body h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.schedule-wrapper .tab-pane {
    position: relative;
    padding: 60px 0 25px;
    z-index: 1;
}
.schedule-wrapper .tab-pane:before {
    content: "";
    position: absolute;
    background-color: #e5e5e5;
    width: 1px;
    height: 100%;
    left: 30px;
    top: 0;
    z-index: -1;
}
.schedule-wrapper .tab-pane:after {
    position: absolute;
    content: "";
    background-color: #e5e5e5;
    top: 0;
    right: 425px;
    width: 1px;
    height: 100%;
    z-index: -1;
}
.schedule-wrapper .panel{
    background-color: transparent;
}
.speakers-section.deep-blue-bg .speakers-wrapper .speaker-header h3,
.speakers-section.deep-blue-bg .speakers-wrapper .speaker-header span,
.featured-section.purple-gradient-bg .section-title{
    color: #fff;
}

@media screen and ( max-width: 1199px ){
    .schedule-wrapper .tab-pane:after{
        right: 325px;
    }
}
@media screen and ( max-width: 991px ){
    .schedule-wrapper .tab-pane:after{
        content: none;
    }
}

@media (max-width: 500px) {
    .schedule-list .media-left {
        display: block;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .schedule-list .panel-group .panel-heading+.panel-collapse>.panel-body {
        padding: 15px 0 0;
    }
}

@media(max-width: 480px){
    .schedule-wrapper .tab-pane::before{
        width: 0;
    }
}


/*
SPONSOR STYLE
-------------------------------*/
.sponser-wrapper{
    margin-bottom: 70px;
}
.sponser-wrapper:last-child{
    margin-bottom: 0;
}
.sponsers-title {
    margin-bottom: 30px;
    color: #212121;
    font-family: 'Ubuntu', serif;
    font-weight: 500;
    letter-spacing: 7px;
    font-size: 14px;
}


/* =-=-=-=-=-=-= NEWSLETTER STYLE =-=-=-=-=-=-= */
.subscribe-form {
    position: relative;
}
.input-wrapper input {
    background-color: rgba(0,0,0,.2);
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
}
.subscribe-form button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    padding: 0;
}
.subscribe-form button:hover{
    color: #bfbfbf;
}
.subscribe-form .input-wrapper input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.subscribe-form .input-wrapper input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.subscribe-form .input-wrapper input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.subscribe-form .input-wrapper input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


.tt-popup-wrapper {
    margin-top: 120px;
}
.tt-popup-wrapper .video-thumb {
    position: relative;
    z-index: 1;
}
.tt-popup-wrapper .video-thumb img {
    border-radius: 10px;
}
.video-thumb .video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.video-link a i:before{
    color: #fff;
    font-size: 50px;
}


/* =-=-=-=-=-=-= BLOG HOME =-=-=-=-=-=-= */

.blog-home-section {
    position: relative;
}
.blog-home-section .blog-content {
    min-height: 260px;
    background-color: #fff;
    padding: 25px 40px 25px 40px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog-home-section .blog-content:hover{
    box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
}

@media (max-width: 480px) {
    .blog-home-section .blog-content {
        padding: 25px 15px 25px 15px;
    }
}
.blog-home-section .entry-meta a {
    background-color: #02d766;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 5px 15px;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 2px;
}
.blog-home-section .entry-meta {
    margin-bottom: 15px;
}
.blog-home-section .post-wrapper {
    box-shadow: none;
}
.blog-home-section .blog-content {
    padding: 70px 100px 60px 40px;
    border-radius: 5px;
}
.blog-home-section .entry-title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
}
.blog-home-section .entry-title a{
    font-family: 'PT Serif', serif;
    color: #212121;
}
.blog-home-section .entry-title a:hover{
    color: #ff0068;
}
@media screen and ( max-width: 992px ){
    .blog-home-section .blog-content{
        padding: 70px 20px 60px 40px;
    }
}



/* =-=-=-=-=-=-= EVENT INFO =-=-=-=-=-=-= */

.event-info-intro {
    background-color: #fff;
    box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 80px 0;
    overflow: hidden;
}
.event-info-intro .icon {
    padding-bottom: 25px;
}
.event-info-intro .icon i:before{
    font-size: 70px;
    color: #212121;
}
.event-info-intro .icon{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .6s ease;
}
.event-info-intro:hover .icon{
    -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
}
.event-info-intro .event-info-title{
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .6s ease;
}
.event-info-intro:hover .event-info-title{
    -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
}

.event-info-intro .content{
    position: absolute;
    width: 100%;
    bottom: 5px;
    opacity: 0;
    padding: 10px 30px;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.event-info-intro:hover .content{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .6s ease .2s;
    -moz-transition: all .6s ease .2s;
    -ms-transition: all .6s ease .2s;
    -o-transition: all .6s ease .2s;
    transition: all .6s ease .2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@media screen and ( max-width: 992px ){
    .event-info-intro{
        margin-bottom: 30px;
    }
}



/* =-=-=-=-=-=-= TESTIMONIAL =-=-=-=-=-=-= */
.testimonial-wrapper .testimonial-des{
    padding: 40px 15px 0 15px;
    margin-bottom: 30px;
}
.testimonial-wrapper .swiper-button-next,
.testimonial-wrapper .swiper-button-prev{
    background-image: none;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #0090ff;
    font-size: 20px;
    top: auto;
    bottom: 0;
}
@media (min-width: 600px) {
    .testimonial-wrapper .testimonial-des{
        padding: 40px 100px 0 100px;
    }
    .testimonial-wrapper .swiper-button-next,
    .testimonial-wrapper .swiper-button-prev{
        top: 40%;
        bottom: auto;
    }
}
.testimonial-wrapper .testimonial-des p{
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    position: relative;
}
.testimonial-header-entry h3{
    margin-bottom: 3px;
    font-weight: 500;
}
.testimonial-wrapper .swiper-button-next:hover,
.testimonial-wrapper .swiper-button-prev:hover{
    box-shadow: 0 0 25px rgba(0,0,0,.25);
}
.testimonial-wrapper .testimonial-des p:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    font-size: 100px;
    left: 10px;
    top: -45px;
    line-height: 100px;
    color: rgba(255, 255, 255, .1);
}



/* =-=-=-=-=-=-= FEATURED BOXED STYLE =-=-=-=-=-=-= */
.icon-block {
	margin-top: 40px;
}

/*Icon Default Style*/
.icon-block.icon-default .tt-icon {
    margin-bottom: 15px;
}
.icon-block .tt-icon i{
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    
}

.icon-block i.gradient,
.icon-block i.gradient-custom{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icon-block .tt-icon.flat-icon i{
    line-height: 44px;
}
.icon-block .tt-icon.flat-icon i::before{
    font-size: 40px;
}
.icon-block.icon-default:hover .tt-icon i{
    color: #02d766;
}
.icon-block:hover .tt-icon.icon-hover-default i{
	border: 1px solid transparent;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.icon-block:hover .tt-icon.icon-hover-default i{
    background-color: #02d766;
    color: #ffffff;
}
.icon-block:hover .tt-icon.icon-hover-white i{
    background-color: #ffffff;
    color: #02d766 !important;
}
.icon-block:hover .tt-icon.icon-hover-black i{
    background-color: #202020;
    color: #ffffff;
}


/* Icon Position
------------------------------------------- */

/*icon position left*/
.icon-block.icon-position-left .tt-icon{
    float: left;
    margin-right: 20px;
}
.icon-block.icon-position-left .tt-content{
    overflow: hidden;
}

/*icon position center*/
.icon-block.icon-position-center .tt-icon{
    float: none;
    text-align: center;
    margin-bottom: 20px;
}
.icon-block.icon-position-center .tt-content{
    text-align: center;
}

/*icon position top left*/
.icon-block.icon-position-top-left .tt-icon{
    float: none;
    text-align: left;
}

/*icon postition right*/
.icon-block.icon-position-right .tt-icon{
    float: right;
    text-align: right;
    margin-left: 20px;
}
.icon-block.icon-position-right .tt-content{
    text-align: right;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
	.icon-block.icon-position-right .tt-icon{
	    float: left;
	    text-align: left;
	    margin-right: 20px;
	    margin-left: 0;
	}
	.icon-block.icon-position-right .tt-content{
	    text-align: left;
	}
}
.icon-block i {
    font-size: 28px;
}
.icon-block h3 {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}
.icon-block .tt-icon a,
.icon-block h3 a{
    color: #202020;
}
.icon-block h3 a:hover{
    color: #c03a2b;
}
.tt-icon.flat-icon i{
    display: inline-block;
}
.icon-block.icon-default .tt-icon i{
    font-size: 40px;
}
.icon-block .tt-icon a.theme-color, 
.icon-block h3.theme-color,
.icon-block h3 a.theme-color{
    color: #02d766;
}

/* Icon Shape
------------------------------------------- */
.icon-block.icon-square .tt-icon i,
.icon-block.icon-round .tt-icon i,
.icon-block.icon-circle .tt-icon i {
	display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
}

/*Square Icon*/
.icon-block.icon-square .tt-icon i {
    line-height: 70px;
}

/*Round Icon*/
.icon-block.icon-round .tt-icon i {
    line-height: 70px;
    border-radius: 4px;
}

/*Circle Icon*/
.icon-block.icon-circle .tt-icon i {
    line-height: 68px;
    border-radius: 50%;
}

.icon-block.icon-square .tt-icon i,
.icon-block.icon-round .tt-icon i,
.icon-block.icon-circle .tt-icon i {
    border: 1px solid #e2e2e2;
}

/*Theme Color Icon Style*/
.icon-block.icon-square .tt-icon i.theme-color,
.icon-block.icon-round .tt-icon i.theme-color,
.icon-block.icon-circle .tt-icon i.theme-color {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon-block.icon-square:hover .tt-icon.icon-hover-default i.theme-color,
.icon-block.icon-round:hover .tt-icon.icon-hover-default i.theme-color,
.icon-block.icon-circle:hover .tt-icon.icon-hover-default i.theme-color{
    border: 1px solid #02d766;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-white i,
.icon-block.icon-round:hover .tt-icon.icon-hover-white i,
.icon-block.icon-circle:hover .tt-icon.icon-hover-white i{
    border: 1px solid #ffffff;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-black i,
.icon-block.icon-round:hover .tt-icon.icon-hover-black i,
.icon-block.icon-circle:hover .tt-icon.icon-hover-black i{
    border: 1px solid #202020;
}
@media only screen and (max-width : 767px) {
    .icon-block{
      margin-bottom: 30px !important;
    }
}


/*Featured  Block Common Style
-------------------------------------------------------------------*/
.default-block .icon-block {
    margin-top: 20px;
}
.default-block .icon-block {
	border: 1px solid transparent;
	border-radius: 4px;
}
.outline-border .icon-block,
.featured-carousel .icon-block {
    margin-top: 30px;
    padding: 50px 25px 30px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
}
.hover-block .icon-block:hover {
    background-color: #02d766;
    border: 1px solid transparent;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
.hover-block .icon-block:hover .tt-icon i,
.hover-block .icon-block:hover .tt-content h3,
.hover-block .icon-block:hover .tt-content p {
    color: #fff !important;
}

.hover-block .icon-block,
.hover-block .icon-block .tt-icon i,
.hover-block .icon-block .tt-content h3,
.hover-block .icon-block .tt-content p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}


/*Featured Border Block
-------------------------------------------------------------------*/
.outline-border .icon-block {
    margin-top: 30px;
}

/*
Carousel Featured Block
-----------------------------------------------------------------*/
.featured-carousel .icon-block {
    margin-top: 0;
}

.featured-carousel.owl-theme .owl-controls {
    margin-top: 20px;
}

.featured-carousel .owl-item {
    padding: 20px 8px;
}

.featured-carousel.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #dadada;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}
.featured-carousel.owl-theme .owl-dots .owl-dot.active span, 
.featured-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #02d766 !important;
}


/* Featured Plus Box
-------------------------------------------------------------------*/
.border-plusbox {
    overflow: hidden;
}
.border-plusbox .icon-block {
    margin-top: 0;
}
.border-plusbox .icon-block-grid {
    padding: 50px 30px;
    position: relative;
}
.border-plusbox .icon-block-grid:after,
.border-plusbox .icon-block-grid:before {
    content: '';
    position: absolute;
}
.border-plusbox .icon-block-grid:before {
    height: 100%;
    top: 0;
    right: -2px;
    border-right: 1px solid #eee;
}
.border-plusbox .icon-block-grid:after  {
    width: 100%;
    height: 0;
    top: auto;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #eee;
}
.border-plusbox.hover-block .icon-block:hover {
    background-color: transparent;
    border: 0;
    box-shadow: none; 
}
.border-plusbox.hover-block .icon-block-grid:hover {
    background-color: #02d766;
}
.border-plusbox.hover-block .icon-block-grid:hover .tt-icon i,
.border-plusbox.hover-block .icon-block-grid:hover .tt-content h3,
.border-plusbox.hover-block .icon-block-grid:hover .tt-content p {
    color: #fff;
}
.border-plusbox.hover-block .icon-block-grid,
.border-plusbox.hover-block .icon-block-grid .tt-icon i,
.border-plusbox.hover-block .icon-block-grid .tt-content h3,
.border-plusbox.hover-block .icon-block-grid .tt-content p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}


/*Featured Animated Block
-------------------------------------------------------------------*/
.animated-block .icon-block {
    margin-top: 0;
    border: 0;
}
.animated-block.hover-block .icon-block:hover {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.animated-block .icon-block-grid {
    position: relative;
    overflow: hidden;
    padding:40px 30px 20px 30px;
    min-height: 310px;
}
.animated-block .icon-block-grid:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.animated-block .icon-block-grid .tt-content h3 {
	margin-bottom: 30px;
}
.animated-block .icon-block-grid .tt-content p { 
    overflow:hidden; 
    height:0;
    margin: 0;
}
.animated-block .icon-block-grid:hover .tt-content p { 
    height:126px; 
}
.animated-block .icon-block-grid .tt-icon,
.animated-block .icon-block-grid .tt-content h3,
.animated-block .icon-block-grid .tt-content p { 
    position: relative;
    top: 50px; 
}
.animated-block .icon-block-grid:hover .tt-icon,
.animated-block .icon-block-grid:hover .tt-content h3,
.animated-block .icon-block-grid:hover .tt-content p { 
    top: 0; 
}
.animated-block .icon-block-grid,
.animated-block .icon-block-grid .tt-icon,
.animated-block .icon-block-grid .tt-content h3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.animated-block .icon-block-grid .tt-content p {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}


/*Featured Animated Flat Block
-------------------------------------------------------------------*/
.animated-block.hover-block .icon-block:hover .tt-icon i, 
.animated-block.hover-block .icon-block:hover .tt-content h3, 
.animated-block.hover-block .icon-block:hover .tt-content p {
     color: inherit; 
}
.animated-block.hover-block .icon-block-grid:hover {
    background-color: #02d766;
}
.animated-block.hover-block .icon-block-grid:hover .tt-icon i, 
.animated-block.hover-block .icon-block-grid:hover .tt-content h3, 
.animated-block.hover-block .icon-block-grid:hover .tt-content p {
    color: #fff;
}



/* Progress Bar
------------------------------------------- */
.wpb_progress_bar_heading {
    margin-bottom: 50px;
}
.vc_progress_bar .vc_single_bar .vc_label {
    padding: 0 !important;
    font-size: 14px;
    bottom: 30px;
    color: #999 !important;
    text-shadow: none !important;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
    position: absolute;
    top: 0;
    right: 0;
}
.vc_progress_bar .vc_single_bar {
    background: #eee!important;
    box-shadow: none !important;
    border-radius: 0 !important;
    height: 5px;
    margin-bottom: 65px !important;
}
.vc_progress_bar > div:last-child{
    margin-bottom: 0 !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0 !important;
}



/* =-=-=-=-=-=-= MAP SECTION =-=-=-=-=-=-= */
#ttmap {
    height: 400px;
}
#mapcontent p{
    margin: 0;
    font-size: 16px;
}


/* =-=-=-=-=-=-= CONTACT SECTION =-=-=-=-=-=-= */
.submit-wrapper {
    position: relative;
    margin-top: 50px;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
    z-index: 100;
}
div.wpcf7 img.ajax-loader {
    margin-left: 0;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 6px);
}
.wpcf7 span.wpcf7-not-valid-tip {
    position: relative;
    top: 5px;
    color: #ff0000;
    text-align: left;
    font-size: 11px;
    background-color: #ECECEC;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
}
.wpcf7 span.wpcf7-not-valid-tip::before{
    position: absolute;
    top: -5px;
    left: 0;
    content:"";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ECECEC;
}
.wpcf7 div.wpcf7-validation-errors{
    color: #ff0000;
    background-color: #fff3f3;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    color: #00c03b;
    background-color: #effdda;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
    text-align: center;
    border: 0;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 2px !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
div.wpcf7 .input-field {
    margin-bottom: 20px;
}
.map-section  .map-content {
    display: none;
}

.picker--opened .picker__frame{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.picker__close, 
.picker__today{
    color: inherit;
}
.picker__today:focus{
    color: #ffffff;
}
.picker__box{
    border: 0;
}

/* Address Info */

.icon-wrapper.icon-position-left i {
    font-size: 30px;
    line-height: 38px;
    float: left;
    margin-right: 18px;
    padding-left: 2px;
}
.icon-wrapper.icon-position-top i {
    font-size: 30px;
    line-height: 38px;
    float: none;
    margin-right: 18px;
    padding-left: 2px;
}
.icon-wrapper .address,
.icon-wrapper .phone,
.icon-wrapper .mail{
    overflow: hidden;
}
.icon-wrapper .mail a {
    color: #999;
}
.icon-wrapper .mail a:hover {
    color: #02d766;
}

/* Process Wrapper */
.process-wrapper {
    padding: 110px 110px 0px 110px;
    padding-left: 120px !important;
}
.process-wrapper .default-block .icon-block {
    padding: 0;
}

@media screen and (max-width: 768px){
    .process-wrapper {
        padding: 110px 30px 0 30px;
        padding-left: 30px !important;
    }
}



/* =-=-=-=-=-=-= GALLERY =-=-=-=-=-=-= */
.gallery-wrapper {
	position: relative;
}
.tt-gallery-thumb {
    margin: -36px 0 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    text-align: center;
}
.tt-gallery-thumb .slides {
    display: inline-block;
    width: inherit !important;
}
.tt-gallery-thumb .slides>li {
    width: 70px !important;
    height: 70px !important;
    margin-right: 10px;
}
.tt-gallery-thumb .slides img {
    width: 70px !important;
    height: 70px !important;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
}
.tt-gallery-thumb .slides>li.flex-active-slide img {
    background-color: #02d766;
}
.tt-gallery-nav .gallery-control {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.tt-gallery-nav .gallery-control.next {
	left: auto;
	right: 0;
}
.tt-gallery-thumb .flex-direction-nav {
    display: none;
}

@media screen and (max-width: 370px){
    .tt-gallery-thumb .slides>li {
        width: 50px !important;;
    }

    .tt-gallery-thumb .slides img {
        width: 50px !important;;
        height: 50px !important;
    }

}

.tt-gallery img{
    width: 100%;
}


/* -----------------------------------------------------
BLOG STYLE 
-------------------------------------------------------- */
.blog-wrapper{
    margin-bottom: 120px;
}
.single .posts-content,
.post-wrapper {
    background-color: #fff;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
    border-radius: 2px;
    margin-bottom: 50px;
    box-shadow: 0px 0 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 0 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 0 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 0 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 0 72px 0px rgba(25, 25, 25, 0.12);
}
.standard-blog .post-wrapper{
    overflow: hidden;
}
.single .posts-content{
    padding-bottom: 40px;
    margin-bottom: 0;
}
.single .post-wrapper {
    box-shadow: none;
}
.post-wrapper .blog-content{
    padding: 0 30px 20px;
}
.single .post-wrapper .blog-content{
    padding: 0 40px 10px;
}
/*sticky blog post*/
.post-wrapper.sticky {
	background-color: #f7f7f7;
}
.format-quote .post-wrapper .blog-content{
    padding: 25px 30px 10px;
}

/*post thumb wrapper*/
.post-wrapper.has-post-thumbnail .post-thumbnail {
    position: relative;
}
.post-wrapper .post-thumbnail {
    margin-bottom: 20px;
}
.single-post .post-wrapper .post-thumbnail {
    margin-bottom: 0;
}
.post-wrapper.has-post-thumbnail .post-thumbnail.blog-quote{
    margin-bottom: 0;
}
article img {
	max-width: 100%;
	height: auto;
}

.post-wrapper .entry-header{
    padding: 20px 30px 0;
}
.post-wrapper .entry-header,
.format-gallery .featured-wrapper,
.format-video .featured-wrapper {
    position: relative;
}

/*entry title*/
.post-wrapper .entry-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.post-wrapper .entry-title a,
.post-wrapper .entry-content .more-link {
    color: #212121;
}

.post-wrapper .entry-title a:hover,
.post-wrapper .entry-content .more-link:hover{
    color: #02d766;
}
.single .entry-title {
	width: 100%;
}
.post-wrapper.has-post-thumbnail .entry-header .entry-title,
.format-gallery .featured-wrapper .entry-header .entry-title,
.format-video .featured-wrapper .entry-header .entry-title {
    margin-bottom: 0;
    z-index: 20;
    position: relative;
}

.post-wrapper .post-comments a::before,
.post-wrapper .post-comments span::before{
    font-family: FontAwesome;
    content: "\f086";
    margin-right: 4px;
}

.post-wrapper .header-wrap .post-comments{
    position: relative;
}

/*posted in category*/
.entry-header span{
    margin-right: 8px;
    font-size: 13px;
}
.entry-header span i{
    margin-right: 4px;
    font-size: 12px;
}
.entry-header span a {
    color: #999999 ;
}

/*entry content*/
.post-wrapper .entry-content p {
    margin-bottom: 15px;
}
.post-wrapper .entry-content .more-link {
    display: table;
    margin-top: 20px;
    font-weight: 700;
}
.post-wrapper .entry-content .more-link i{
    font-size: 8px;
    margin-left: 3px;
    position: relative;
    top: -2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-wrapper .entry-content .more-link:hover i{
    margin-left: 5px;
}

@media(max-width: 480px){
    .post-wrapper.has-post-thumbnail .entry-header, 
    .format-gallery .featured-wrapper .entry-header.has-gallery-thumbnail, 
    .format-video .featured-wrapper .entry-header.has-video{
        padding: 10px;
    }
}

.blog-content .entry-content .wpb_content_element{
    margin-bottom: 0;
}

.blog-content .entry-content .container{
    width: 100%;
}

.blog-content .entry-content .vc_column_container>.vc_column-inner{
    padding: 0;
}

/* POST FORMAT VIDEO
------------------------------------------- */
.post-wrapper.format-video iframe{
    width: 100%;
    min-height: 315px;
}


/* POST FORMAT AUDIO
------------------------------------------- */
.post-wrapper.format-audio .featured-wrapper::before {
    top: auto;
    bottom: 0;
    height: 50px;
}
.post-wrapper.format-audio iframe {
    width: 100%;
    height: 203px;
}
@media (min-width : 992px) and (max-width : 1199px) {
    .post-wrapper.format-audio iframe {
        height: 165px;
    }
}


/* POST FORMAT QUOTE
------------------------------------------- */
.format-quote .entry-header blockquote {
    width: 70%;
    margin: 0 auto;
    border: 0;
    padding: 110px 20px 45px;
    position: relative;
}
.format-quote .entry-header blockquote::before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 40px;
    color: #0697d9;
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.format-quote .entry-header blockquote p {
    margin-bottom: 10px;
}
.format-quote .entry-header blockquote small {
    font-size: 14px;
    line-height: 35px;
}
.format-quote .entry-header blockquote small,
.format-quote .entry-header blockquote small a {
    color: #fff;
}
.format-quote.tag-post-formats .entry-header {
	display: none;
	margin-bottom: 0;
}


/* POST FORMAT LINK
------------------------------------------- */
.format-link .blog-link > a {
    display: block;
    padding: 20px 60px;
    font-size: 16px;
    color: #fff;
    background-color: #02d766;
    position: relative;
}
.format-link .blog-link > a::before {
    position: absolute;
    content: "\f08e";
    font-family: FontAwesome;
    font-size: 16px;
    left: 35px;
    top: 20px;
}

/* DEFAULT GALLERY POST
------------------------------------------- */
.format-gallery .featured-wrapper {
    margin-bottom: 25px;
}
.gallery {
  margin-bottom: 1.5em;
  border: 1px solid #eee;
}
.gallery-caption {
  display: block;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 97.8%;
  border: 1px solid #eee;
  padding: 5px;
  margin: 10px;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-columns-2 .gallery-item {
  max-width: 47.6%;
}
.gallery-columns-3 .gallery-item {
  max-width: 30.5%;
}
.gallery-columns-4 .gallery-item {
  max-width: 22.6%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18.8%;
  margin: 5px;
}
.gallery-columns-6 .gallery-item {
  max-width: 15.48%;
  margin: 5px;
}
.gallery-columns-7 .gallery-item {
  max-width: 13.1%;
  margin: 5px;
}
.gallery-columns-8 .gallery-item {
  max-width: 11.31%;
  margin: 5px;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.92%;
  margin: 5px;
}
.gallery-columns-7 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.gallery-columns-8 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.gallery-columns-9 figcaption {
  font-size: 12px;
  line-height: 20px;
}
.format-gallery .gallery {
  border: 0;
}


/* CUSTOM GALLERY POST
------------------------------------------- */
.blog-gallery-carousel .carousel-control {
    top: 50%;
    margin-top: -18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
    filter: alpha(opacity=100);
    /*opacity: 0;*/
    z-index: 300;
    background-image: none;
}
.blog-gallery-carousel .carousel-control:focus, 
.blog-gallery-carousel .carousel-control:hover {
    color: #fff;
    background-color: #02d766;
}
.blog-gallery-carousel .carousel-control.left {
   left: 0;
}
.blog-gallery-carousel .carousel-control.right {
   right: 0;
}


/* POST FORMAT STATUS
------------------------------------------- */
.format-status p {
    background-color: #D5F1F9;
    padding: 15px 25px;
    color: #666;
    margin-bottom: 0 !important;
}

/* POST FORMAT CHAT
------------------------------------------- */
article.format-chat {
    margin-bottom: 50px;
}
.format-chat .entry-title {
    margin: 0;
}
.format-chat .entry-content p:nth-child(odd), 
.format-chat .entry-content p:nth-child(even) {
    padding: 10px 25px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.format-chat .entry-content p:nth-child(odd) {
    margin-right: 30px;
    background: #F5F5F5;
    border-radius: 15px 0 15px 15px;
}
.format-chat .entry-content p:nth-child(even) {
    margin-left: 30px;
    background: #D5F1F9;
    border-radius: 0 15px 15px 15px;
}
.format-chat .entry-content p:nth-child(odd)::before,
.format-chat .entry-content p:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 15px solid transparent; 
}
.format-chat .entry-content p:nth-child(odd)::before {
    right: -15px;
    border-left: 15px solid #f5f5f5;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
}
.format-chat .entry-content p:nth-child(even)::before {
    left: -15px;
    border-right: 15px solid #d5f1f9;
    -webkit-filter: drop-shadow(-1px 4px 1px rgba(0,0,0,0.1));
    filter: drop-shadow(-1px 4px 1px rgba(0,0,0,0.1));
}


/* Post Password Protected 
------------------------------------------- */
.post-password-required .form-control {
    font-size: 14px;
}
.post-password-required .input-group-btn{
    top: 0;
}
.post-password-required .input-group-btn .btn {
    height: 48px;
    padding: 14px 38px;
}
.post-password-required .input-group-btn:last-child>.btn{
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* PAGINATION
------------------------------------------- */
.blog-pagination {}
@media (max-width: 767px) {
    .blog-pagination {
        margin-bottom: 40px;
    }
}
.blog-navigation,
.page-numbers,
.pagination {
    margin: 20px 0 0;
}
.woocommerce nav.woocommerce-pagination ul{
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-right: 0;
}
.page-numbers>li>a,
.page-numbers>li>span,
.pagination>li>a, 
.pagination>li>span {
    font-size: 13px;
    margin-left: 10px !important;
    color: #a7a7a7;
    border: 1px solid #eee;
    min-width: 40px !important;
    height: 40px !important;
    line-height: 38px !important;
    padding: 0 !important;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.page-numbers>li>a.prev,
.page-numbers>li>a.next,
.pagination>li>a.prev,
.pagination>li>a.next{
    width: 75px;
}
.page-numbers>li:first-child>a, 
.page-numbers>li:first-child>span,
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.page-numbers>li:last-child>a, 
.page-numbers>li:last-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.page-numbers>li>a:hover, 
.page-numbers>li>span:hover, 
.page-numbers>li>a:focus, 
.page-numbers>li>span:focus,
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus{
    color: #fff !important;
    background-color: #02d766 !important;
    border-color: transparent !important;
}
.page-numbers .current,
.pagination .current,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
    background-color: #02d766 !important;
    border-color: #02d766 !important;
    color: #fff !important;
}
.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
    border-color: #eee;
}
.page-count {
    font-size: 13px;
    border: 1px solid #eee;
    color: #a7a7a7;
    padding: 2px 12px;
}
@media (max-width: 479px) {
    .pagination>li>a, 
    .pagination>li>span {
        margin-bottom: 10px;
    }
}
.blog-navigation .previous-page i{
    margin-right: 5px;
}
.blog-navigation .next-page{
    text-align: right;
}
.blog-navigation .next-page i{
    margin-left: 5px;
}
.blog-navigation a{
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.blog-navigation a:hover{
    border-color: #02d766;
    color: #ffffff;
    background-color: #02d766;
}

/* INNER POST PAGINATION
------------------------------------------- */
.page-pagination{
    margin-bottom: 20px;
    clear: both;
    display: block;
    padding-top: 20px;
}
.page-pagination a span{
    color: #949494;
    background-color: #eee;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    line-height: 23px;
    display: inline-block;
    text-align: center;
}
.page-pagination a:hover span,
.page-pagination > span {
    background-color: #02d766;
    color: #fff;
}
.page-pagination > span{
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    border-radius: 3px;
}
.page-pagination .page-links-title{
    margin-right: 8px;
    width: inherit;
    color: inherit;
    background-color: transparent;
}


/* SINGLE POST PAGER
------------------------------------------- */
.single-post-navigation {
    margin-bottom: 50px;
    text-align: center;
    padding: 0 40px;
}
.single-post-navigation a {
	font-size: 16px;
	line-height: 64px;
	color: #999;
	display: block;
	border: 1px solid #eee;
    background-color: #fff;
}
.single-post-navigation a:hover{
    color: #fff;
    background-color: #02d766;
    border: 1px solid transparent;
}
.single-post-navigation a i {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}
.single-post-navigation a:hover i {
    opacity: 1;
    visibility: visible;
}
.single-post-navigation .previous a:hover i {
    padding-right: 10px;
}
.single-post-navigation .next a:hover i {
    padding-left: 10px;
}

@media (max-width: 479px){
    .single-post-navigation a{
        font-size: 12px;
    }
    .previous-post-link i,
    .next-post-link i {
        display: none;
    }
}


/* =-=-=-=-=-=-= SIDEBAR STYLE =-=-=-=-=-=-= */
@media (max-width: 767px) {
    .tt-sidebar-wrapper {
        margin-top: 50px;
    }
}
.tt-sidebar-wrapper .widget{
    margin-bottom: 50px;
}
.tt-sidebar-wrapper.left-sidebar .widget,
.tt-sidebar-wrapper.right-sidebar .widget{
    padding: 35px 20px;
    box-shadow: 0px 0 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 0 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 0 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 0 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 0 72px 0px rgba(25, 25, 25, 0.12);
}
.tt-sidebar-wrapper.left-sidebar .widget.widget_search,
.tt-sidebar-wrapper.right-sidebar .widget.widget_search,
.tt-sidebar-wrapper.left-sidebar .widget.widget_product_search,
.tt-sidebar-wrapper.right-sidebar .widget.widget_product_search{
    padding: 30px 20px;
}
.tt-sidebar-wrapper .widget-title{
    font-size: 20px;
    font-weight: 700;
}
@media (min-width: 992px) {
    .tt-sidebar-wrapper.right-sidebar {
        padding-left: 20px;
    }
    .tt-sidebar-wrapper.left-sidebar {
        padding-right: 20px;
    }
}

/* -----------------------------------------------------------
COMMON STYLE FOR ALL WIDGETS
-------------------------------------------------------------- */
.tt-sidebar-wrapper .widget {
    margin-bottom: 50px;
}
.tt-sidebar-wrapper .widget-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}
.tt-sidebar-wrapper .widget-title,
.tt-sidebar-wrapper .widget-title a {
    color: #202020;
}

.tt-sidebar-wrapper .widget > ul,
.menu-testing-menu-container ul {
	padding: 0;
}
.tt-sidebar-wrapper .widget > ul > li,
.menu-testing-menu-container ul > li {
	list-style-type: none;
}


.tt-sidebar-wrapper .widget_product_categories > ul > li,
.tt-sidebar-wrapper .widget_layered_nav ul li,
.tt-sidebar-wrapper .widget_categories ul li,
.tt-sidebar-wrapper .widget_archive ul li,
.tt-sidebar-wrapper .widget_meta ul li,
.tt-sidebar-wrapper .widget_pages ul li,
.tt-sidebar-wrapper .widget_rss ul li,
.tt-sidebar-wrapper .widget_recent_comments ul li,
.tt-sidebar-wrapper .widget_recent_entries ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.tt-sidebar-wrapper .widget_categories ul li:last-child,
.tt-sidebar-wrapper .widget_layered_nav ul li:last-child,
.tt-sidebar-wrapper .widget_archive ul li:last-child,
.tt-sidebar-wrapper .widget_meta ul li:last-child,
.tt-sidebar-wrapper .widget_pages ul li:last-child,
.tt-sidebar-wrapper .widget_rss ul li:last-child,
.tt-sidebar-wrapper .widget_recent_comments ul li:last-child,
.tt-sidebar-wrapper .widget_recent_entries ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tt-sidebar-wrapper .widget_product_categories ul li a,
.tt-sidebar-wrapper .widget_layered_nav ul li a,
.tt-sidebar-wrapper .widget_categories ul li a,
.tt-sidebar-wrapper .widget_archive ul li a,
.tt-sidebar-wrapper .widget_meta ul li a,
.tt-sidebar-wrapper .widget_pages ul li a,
.tt-sidebar-wrapper .widget_nav_menu ul li a,
.tt-sidebar-wrapper .widget_recent_comments ul li a,
.tt-sidebar-wrapper .widget_recent_entries ul li a {
    display: inline-block;
    color: #999;
    text-transform: capitalize;
}
.tt-sidebar-wrapper .widget_product_categories ul li a:hover,
.tt-sidebar-wrapper .widget_layered_nav ul li a:hover,
.tt-sidebar-wrapper .widget_categories ul li a:hover,
.tt-sidebar-wrapper .widget_archive ul li a:hover,
.tt-sidebar-wrapper .widget_meta ul li a:hover,
.tt-sidebar-wrapper .widget_pages ul li a:hover,
.tt-sidebar-wrapper .widget_nav_menu ul li a:hover,
.tt-sidebar-wrapper .widget_recent_comments ul li a:hover,
.tt-sidebar-wrapper .widget_recent_entries ul li a:hover {
    color: #02d766;
}

.recentcomments .comment-author-link{
    font-weight: 700;
}

.widget.widget_rss p:last-child{
    margin-bottom: 0;
}

/* WIDGET_SEARCH
--------------------------------------------------------- */
.search-form {
    position: relative;
}
.search-form .input-field input[type=text],
.search-form .input-field input[type=search]{
    padding: 5px 50px 5px 15px;
}
.search-form button {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 20px;
    height: 60px;
    background-color: transparent;
    border: 0;
    color: #c3c3c3;
}
.search-form button:focus{
    background-color: transparent;
}


/* WIDGET_TEXT
--------------------------------------------------------- */
.tt-sidebar-wrapper .widget_text img {
	max-width: 100%;
	height: auto;
}


/* AUTHOR INFO WIDGET
--------------------------------------------------------- */
.author-info-wrapper {
	position: relative;
    border: 1px solid #eee;
}
.author-cover {
    position: relative;
}
.author-cover::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    width: 100%;
    height: 50%;
    z-index: 1;
}
.author-cover img{
    width: 100%;
}
.author-cover + .author-avatar {
	margin-bottom: 35px;
}
.author-cover + .author-avatar img {
    background: #fff;
    padding: 5px;
    position: absolute;
    top: 116px;
    left: 15px;
    z-index: 20;
}
.author-avatar {
	margin: 20px 0;
}
.author-info-wrapper .author-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.author-info-wrapper h4 {
	font-weight: 700;
	text-transform: uppercase;
}
.author-info-wrapper p {
    line-height: 25px;
}
.author-info-wrapper .author-avatar,
.author-info-wrapper h4,
.author-info-wrapper p {
    padding: 0 25px;
    text-align: center;	
}
.author-social-links ul {
    text-align: center;
    margin-bottom: 20px;
}
.author-social-links ul li a{
    display: block;
    width: 30px;
    height: 30px;
    color: #999;
}
.author-social-links ul li a:hover{
    color: #02d766;
}



/* NEWSLETTER WIDGET
------------------------------------------- */
.widget.widget_mc4wp_form_widget{
    padding: 30px 35px 40px;
    background-color: #02d766;
    color: #ffffff;
    text-align: center;
}
.widget.widget_mc4wp_form_widget .widget-title{
    color: #ffffff;
    border: 0;
}
.widget_mc4wp_form_widget .mc4wp-form{
    margin-bottom: 0;
}
.widget_mc4wp_form_widget .mc4wp-form .input-wrapper{
    position: relative;
}
.widget_mc4wp_form_widget .mc4wp-form .input-wrapper button{
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.widget_mc4wp_form_widget .form-group{
    margin-bottom: 15px;
}
.widget_mc4wp_form_widget .form-control{
    height: 50px;
    padding: 0 40px 0 20px;
    background-color: rgba(0, 0, 0, 0.20);
    color: #ffffff;
    border: 0;
    text-align: center;
}
.widget_mc4wp_form_widget .btn{
    color: #02d766;
    width: 100%;
    background-color: #fff;
    line-height: 50px;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.widget_mc4wp_form_widget .btn:hover,
.widget_mc4wp_form_widget .btn:focus{
    background-color: #efefef;
    color: #02d766;
    outline: none;
}
.widget_mc4wp_form_widget .form-control::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.8);
}
.widget_mc4wp_form_widget .form-control:-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, 0.8);
}
.widget_mc4wp_form_widget .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255, 255, 255, 0.8);
}
.widget_mc4wp_form_widget .form-control:-ms-input-placeholder {  
   color: rgba(255, 255, 255, 0.8);
}

/*Widget Select Option Style*/
.widget select {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #eee;
}
.widget select:focus {
    border: 1px solid #02d766;
    outline: none;
}

/*widget_calendar*/
.footer-sidebar .widget_calendar .calendar_wrap {
    border: 0;
    padding: 0;
}
.widget_calendar .calendar_wrap table {
    width: 100%;
    margin-bottom: 0;
}
.widget_calendar .calendar_wrap table caption {
    padding: 0 0 5px;
    margin-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #eee;
}
.widget_calendar #today {
    color: #02d766;
}

/* TAG CLOUD
------------------------------------------- */
.widget_tag_cloud a{
    display: inline-block;
    font-size: 13px!important;
    line-height: 27px;
    padding: 0px 11px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-right: 7px;
    margin-bottom: 7px;
}
.widget_tag_cloud a:hover{
    background-color: #02d766;
    color: #fff!important;
    border: 1px solid transparent;   
}

/*widget_nav_menu*/
.widget_nav_menu .menu {
    padding-left: 15px;
}
.widget_nav_menu .menu .sub-menu{
    padding-left: 15px;
}

/* BLOG GRID STYLE
--------------------------------------------------------- */
.blog-grid .post-wrapper.has-post-thumbnail .entry-header, 
.blog-grid .format-gallery .featured-wrapper .entry-header.has-gallery-thumbnail, 
.blog-grid .format-video .featured-wrapper .entry-header.has-video{
    position: static;
    padding: 20px 30px 0px;
}

.blog-grid .format-quote .entry-header blockquote {
    width: 100%;
    padding: 110px 30px 45px;
}
.blog-grid .post.format-link .blog-link > a {
    padding: 20px 20px 20px 60px;
    line-height: 24px;
}


/* SINGLE POST 
------------------------------------------- */
.single-post .post-wrapper {
    margin-bottom: 30px;
}
.single-post .entry-title {
    margin: 5px 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-post .header-wrap {
    margin-bottom: 15px;
    padding: 25px 40px 0;
}
.single-post .header-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-post .header-wrap ul li {
    float: left;
    font-size: 14px;
    margin-right: 15px;
}
.single-post .header-wrap ul li:last-child {
    margin-right: 0;
}
@media ( max-width: 479px) {
    .single-post .header-wrap ul li {
        font-size: 13px;
        line-height: 24px;
    }
}
.single-post .header-wrap ul li a {
    color: #999;
}
.single-post .header-wrap ul li a:hover {
    color: #02d766;
}
.single-post .header-wrap ul li i {
    margin-right: 5px;
}
.single-post .entry-footer {
	border-bottom: 1px solid #eee;
    padding: 15px 40px;
    margin: 30px 0 50px;
}
.single-post .entry-footer .post-tags {
    float: left;
}
.single-post .entry-footer .tags-links {
    position: relative;
    padding-left: 25px;
}
.single-post .entry-footer .tags-links::before {
	content: "\f02c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: -2px;
}
.single-post .entry-footer .post-tags a{
    color: #999;
    text-transform: capitalize;
}
.single-post .entry-footer .post-tags a:hover{
    color: #02d766;
}
.single-post .entry-footer .post-share {
    float: right;
}
.single-post .entry-footer .post-share ul li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #999;
	color: #fff;
}
.single-post .entry-footer .post-share ul li a.facebook {
	background-color: #3b5998;
}
.single-post .entry-footer .post-share ul li a.twitter {
	background-color: #1da1f2;
}
.single-post .entry-footer .post-share ul li a.google-plus {
	background-color: #dd4b39;
}
.single-post .entry-footer .post-share ul li a.linkedin {
	background-color: #00a0dc;
}


/* AUTHOR BIO
------------------------------------------- */
.single-post .post-author {
    border: 1px solid #eee;
    margin-bottom: 80px;
    margin: 0 40px;
}
.single-post .post-author .media {
    padding: 30px 20px;
}
.single-post .post-author .media-left {
    padding-right: 20px;
    vertical-align: middle;
}
.single-post .post-author .media-left img {
    border-radius: 50%;
}
.author-info h3{
    font-family: 'Open Sans', sans-serif;
}
.author-social-info {
    border-top: 1px solid #eee;
    padding: 15px 20px;
}
.authors-post {
    float: left;
}
.authors-post a,
.authors-post i{
    color: #a7a7a7;
}
.authors-post a:hover{
    color: #02d766;
}
.authors-post i {
    margin-right: 10px;
}
.author-social {
    float: right;
}
.author-social ul li a {
    color: #a7a7a7;
}
.author-social ul li a:hover {
    color: #02d766;
}
@media (max-width: 350px) {
    .author-box .author-box-image {
        display: block;
        padding-right: 0;
    }
    .author-box .author-box-image img {
        margin: 0 auto 20px;
    }
}
.author-links ul li a{
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}
.author-links ul li a i{
    line-height: 37px;
}

/* COMMENTS-WRAPPER
------------------------------------------- */
.comments-wrapper{
    padding: 50px 40px 40px;
}
.comments-wrapper .comments-title,
.comments-wrapper .comment-reply-title {
	font-weight: 500;
}
.comments-wrapper ul {
    list-style: none;
}
.comments-wrapper .comment-list .media-body ul {
    list-style: disc;
}
.comments-wrapper > ul {
    padding: 0;
}

.comments-wrapper .media-heading {
    margin-bottom: 0;
}
.comments-wrapper .media-body {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.comment-list .media {
    margin-top: 30px;
}
.comment-list .media .media-left{
    padding-right: 20px;
}
.comment-list .media .media-left img{
    border-radius: 3px;
}
@media(max-width: 600px){
    .comment-list .media .media-left{
        padding-right: 15px;
    }
    .comment-list .media .media-left img{
        width: 40px;
    }
}
.comment-list .bypostauthor .media .media-left img{
    border: 1px solid #ef475b;
}
.comments-wrapper .comment-info {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 22px;
    position: relative;
}
.comments-wrapper .comment-info .comment-author{
    display: inline-block;
}
.comments-wrapper .comment-info .comment-author h4{
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}
.comment-meta-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.comment-meta-wrapper a {
    display: inline-block;
    color: #ff0068;
}
.comment-meta-wrapper a:hover {
    color: #02d766;
}

@media (max-width: 600px){
	.comment-info time {
	    display: inline-block;
	}
}
.comment-reply-link{
    line-height: 21px;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 10px;
    border: 1px solid #d5d7d8;
    border-radius: 4px;
    text-transform: uppercase;
    color: #989898;
    font-size: 10px;
    font-weight: 700;
}
.comment-reply-link:hover {
    background-color: #011a48;
    border-color: #011a48;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.comment-respond {
    margin-top: 50px;
}
.comment-respond .form-group{
    margin-bottom: 0;
}
.comment-respond .comment-reply-title {
    margin-bottom: 30px;
}
.comment-respond .btn {
    margin-top: 25px;
}

@media screen and (max-width: 600px) {
    .comments-wrapper ul.children {
        padding: 0;
    }
	.pager.comment-navigation .next>a,
	.pager.comment-navigation .previous>a, 
	.pager.comment-navigation .previous>span 
	.pager.comment-navigation .next>span {
	    float: none;
	    display: block;
	    margin: 5px 0;
	}
}
.pager.comment-navigation {
	margin-top: 50px;
}
.pager.comment-navigation li a {
    color: #999;
    display: block;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 6px 20px;
}
.pager.comment-navigation li.previous a i{
    margin-right: 5px;
}
.pager.comment-navigation li.next a i{
    margin-left: 5px;
}
.pager.comment-navigation li a:hover {
    color: #fff;
    background-color: #02d766;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.comments-wrapper .comment-form .input-field {
    margin-top: 30px;
}
.comments-wrapper .comment-form label {
    margin-bottom: 3px;
    font-weight: 500;
    left: 15px;
}
.comments-wrapper .comment-form .comment-form-comment label {
    left: 0;
}
.comments-wrapper .comment-form input[type=text], 
.comments-wrapper .comment-form input[type=email], 
.comments-wrapper .comment-form input[type=url],  
.comments-wrapper .comment-form textarea.evenement-textarea {
    border-bottom: 1px solid #eee;
}
.comments-wrapper .comment-form .form-submit .btn {
    font-size: 16px;
    font-weight: 700;
}

.form-allowed-tags{
    line-height: 20px;
    margin-top: 10px;
}
.form-allowed-tags code{
    font-size: 12px;
}

.pingback{
    font-weight: 700;
}
.pingback a{
    font-weight: 400;
    color: #666;
}
.pingback a:hover{
    color: #02d766;
}

.alert.no-comments{
    margin-top: 50px;
    background-color: transparent;
    font-weight: 700;
    margin: 50px 0 0;
    padding: 0;
    color: #a2a2a2;
    font-style: italic;
}

/*WP Default Comments
--------------------------------------------------*/
.comments-wrapper .comment-notes, 
.comments-wrapper .comment-awaiting-moderation {
    color: #a2a2a2;
    font-style: italic;
}

.comments-wrapper input, 
.comments-wrapper textarea, 
.post-password-form input {
    padding: 0 15px;
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 500;
    color: #212121;
    width: 100%;
}
.comments-wrapper input:focus, 
.comments-wrapper textarea:focus, 
.post-password-form input:focus{
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
}
.comments-wrapper textarea {
	min-height: 120px;
    padding: 15px;
}
.comments-wrapper .form-submit{
    display: inline-block;
    margin-top: 20px;
}
.comments-wrapper .form-submit input{
    border: 0;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 38px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #ffffff;
    background-color: #02d766;
}
.comments-wrapper .form-submit input:hover{
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.comments-wrapper .form-submit input:focus {
	outline: none;
}


/* COMMON CLASS IN MULTI HOMEPAGES
------------------------------------------- */

/*Alert Shortcode Page*/
.shortcode-alert-wrapper h2 {
    margin-bottom: 25px;
}

/*Contact Page*/
.contact-info address {
    margin-bottom: 30px;
    line-height: 24px;
}
.contact-info h3{
    text-transform: capitalize;
}


/* =-=-=-=-=-=-= MAGNIFIC POPUP =-=-=-=-=-=-= */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.75;
}
.mfp-bottom-bar {
    display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-arrow-right::after,
.mfp-arrow-left::after {
    font-family: 'FontAwesome';
    border: none !important;
    color: #fff;
    font-size: 65px;
    -webkit-transition: .5s;
    transition: .5s;
}
.mfp-arrow-right::after {
    content: "\f105" !important;
}
.mfp-arrow-left::after {
    content: "\f104" !important;
}
.mfp-arrow-right::before ,
.mfp-arrow-left::before {
    border: none !important;
}
.mfp-arrow {
    height: 60px;
}
.mfp-arrow::before, 
.mfp-arrow::after, 
.mfp-arrow .mfp-b, 
.mfp-arrow .mfp-a {
    margin-top: 15px;
    top: -1px !important;
}
img.mfp-img {
    padding: 40px 0px 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



/* =-=-=-=-=-=-= FOOTER SECTION =-=-=-=-=-=-= */
.footer-section {
    background-color: #011034;
    color: #fff;
    position: relative;
    padding: 120px 100px 100px;
}
.footer-section.footer-light {
    background-color: #ffffff;
    color: #bbbbbb;
    border-top: 1px solid #e8e8e8;
}
.footer-section .container{
    position: relative;
}

.footer-logo {
    margin-bottom: 20px;
}
.copyright {
    color: #bbb;
}
.copyright a {
    color: #bbb;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.copyright a:hover {
    color: #ff0068;
}
.footer-social-link {
    margin-top: 20px;
    margin-bottom: 0;
}

.social-link li a {
    display: block;
    background-color: #333;
    width: 55px;
    height: 55px;
    font-size: 28px;
    line-height: 55px;
    border-radius: 50%;
    color: #fff;
}

.social-link li a i {
    width: 100%;
    height: 100%;
    line-height: 55px;
    border-radius: 50%;
}

.social-link li.facebook a {
    background-color: #3b5998;
}
.social-link li.twitter a {
    background-color: #55acee;
}
.social-link li.google-plus a {
    background-color: #dd4b39;
}
.social-link li.linkedin a {
    background-color: #007ab9;
}
.social-link li.instagram a {
    background-color: #C42695;
}
.social-link li.behance a {
    background-color: #4176fa;
}
.social-link li.youtube a {
    background-color: #DD2724;
}
.social-link li.pinterest a {
    background-color: #D63633;
}
.social-link li.flickr a {
    background-color: #FF0080;
}
.social-link li.vimeo a {
    background-color: #1AB7EA;
}
.social-link li.dribbble a {
    background-color: #E84C88;
}


/*Scroll To Top Button*/
.scroll-top{
    position: absolute;
    bottom: 7px;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-top: -25px;
    box-shadow: 0px 6px 20px #191919 ;
}
.scroll-top.white-bg{
    color: #011034 ;
}
.scroll-top i{
    font-size: 30px;
}
.scroll-top.white-bg:hover,
.scroll-top.white-bg:focus{
    color: #011034 ;
}
.scroll-top:hover,
.scroll-top:focus{
    color: #fff;
}


/* =-=-=-=-=-=-= PRELOADER =-=-=-=-=-=-= */
#preloader {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}
.status-mes {
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

/* =-=-=-=-=-=-= TO TOP =-=-=-=-=-=-= */
.scroll-top{
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-top: -25px;
    box-shadow: 0px 6px 20px #191919 ;
}
.scroll-top.white-bg{
    color: #011034 ;
}
.scroll-top i{
    font-size: 30px;
}
.scroll-top.white-bg:hover,
.scroll-top.white-bg:focus{
    color: #011034 ;
}
.scroll-top:hover,
.scroll-top:focus{
    color: #fff;
}

/*Visual composer sytle override 
----------------------------------------------------------------------------------- */
.vc_message_box{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*Common style for all accordion*/
.vc_tta.vc_general.vc_tta-accordion.vc_tta-o-no-fill .vc_tta-panel-body {
    padding: 15px 0px
}
.vc_tta-color-theme_default_color .vc_tta-panel .vc_tta-panel-heading {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.0), 0 2px 10px 0 rgba(0, 0, 0, 0.0);
}
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-default .vc_active .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-classic .vc_active .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-modern .vc_active .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_active .vc_tta-panel-title>a {
    color: #fff!important;
}
.vc_tta-color-theme_default_color.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
    background-color: #eee;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-style-flat {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.vc_tta-color-theme_default_color .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #02d766;
}

/*Accordion Flat Style*/

.vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel-title>a {
    padding: 18px 20px;
}

.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, 
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #02d766!important;
}

.vc_tta-color-theme_default_color.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body,
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff;
}

.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    box-shadow: none;
}

.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    position: relative;
}
.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
    content: "";
    width: 92%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 20px;
    bottom: 0;
}


/*Flat White Accordion*/
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
    background: rgba(0, 0, 0, 0.15);
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    color: #202020 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #02d766 !important;
}


/*Accordion Outline Style*/
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
    border-width: 1px!important;
}
.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent;
    border-color: #eee;
}
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #02d766;
}

.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #02d766!important;
}

.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: 0px!important;
}

/*equal height*/
.vc_row-o-equal-height .vc_col-has-fill .wpb_wrapper{
    min-height: 300px;
}

/*slider*/
.theme-default .nivoSlider img,
.flexslider .slides img{
    height: auto;
}

.wpb_revslider_element{
    margin-bottom: 0 !important;
}


/*Back to top*/
.back-top{
    position: absolute;
    right: 0;
    top: -28px;
}

@media(max-width: 767px){
    .footer-multi-wrapper .back-top{
        left: 0;
        right: 0;
        top: -80px;
        text-align: center;
        margin: 0 auto;
    }
}


/* 404 PAGE
------------------------------------------- */
.error-page-wrapper {
    padding: 150px 0;
}
.not-found-icon i {
    font-size: 130px;
    line-height: 170px;
    text-align: center;
    display: block;
    color: #dadada;
}
.error-message {
    padding-left: 60px;
    border-left: 1px solid #eee;
}
.error-message h2{
    color: #fff;
    font-size: 130px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}
.ie9 .error-message h2,
.ie9 .error-wrapper-alt h2{
    color: #999;
}
.error-message .error-sub {
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.error-message a.btn{
    margin-top: 15px;
}
.error-message a i {
    margin-right: 5px;
}
@media (max-width: 767px) {
    .error-message {
        padding-left: 0;
        border-left: 0;
        text-align: center;
    }
}
.no-results .page-header{
    margin-top: 0;
}
.error404.header-transparent .header-wrapper{
    background-color: #3a3a3a;
}
.error404.header-transparent .error-page-wrapper{
    padding: 300px 0 150px;
}



/* =-=-=-=-=-=-= WOOCOMMERCE =-=-=-=-=-=-= */
/*shop home*/
.shop-category-wrapper ul{
    list-style: none;
    padding: 0;
}
.shop-category-wrapper,
.shop-category-wrapper .child-category{
    background-color: #fff;
    padding: 20px 0px 20px 25px;
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.08);
}
.shop-category-wrapper h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px -25px;
    padding: 0 0 15px 25px;
}
.shop-category-wrapper h2 i{
    margin-right: 10px;
    color: #02d766;
}
.shop-category-wrapper ul li a{
    display: block;
    padding: 5px 20px 5px 0;
    font-size: 16px;
    color: #333333;
}
.shop-category-wrapper ul li a:hover{
    color: #02d766;
}
.shop-category-wrapper > ul > li.has-child-category{
    position: relative;
}
.shop-category-wrapper > ul > li.has-child-category > a::after{
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    top: 5px;
    right: 15px;
}
.shop-category-wrapper > ul > li.has-child-category .child-category{
    position: absolute;
    left: 100%;
    width: 100%;
    top: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 1;
}

.shop-category-wrapper > ul > li.has-child-category .child-category.dropdown-inverse{
    left: auto;
    right: 25px;
    z-index: 100;
    width: 240px;
}

.shop-category-wrapper > ul > li.has-child-category:hover .child-category{
    opacity: 1;
    visibility: visible;
}

/*Shop banner*/
.shop-banner-wrapper{
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 250px;
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.banner-content .intro-title{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.banner-content{
    padding: 40px;
    position: relative;
}
.banner-content h2{
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
}

.banner-content .btn{
    color: #666666;
    padding: 7px 20px;
    height: inherit;
    font-weight: 700;
    font-size: 14px;
}

.banner-content .offer{
    position: absolute;
    bottom: 20px;
    left: 55%;
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 700;
    color: #f53600;
    box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.3);
}

@media(max-width: 767px){
    .banner-content .offer{
        left: auto;
        right: 15px;
    }
}


.page-template-template-shop{
    background-color: #f4f4f4;
}
.woocommerce h2{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px 0;
}
.woocommerce-checkout .woocommerce,
.evenement-shop.evenement-cart{
    padding: 0;
}

/*.product column*/
.evenement-shop ul.products li.column-two.product{
    width: 48%;
}
.evenement-shop ul.products li.column-three.product{
    width: 30.7%;
}
.single-product .evenement-shop .related ul.products li.column-three.product{
    width: 29.5%;
}
.woocommerce table.shop_table td {
    padding: 12px 12px;
}
.woocommerce table.shop_table {
    margin: 0 -1px 50px 0;
}
@media(max-width : 768px){
    .single-product .evenement-shop .related ul.products li.column-three.product{
        width: 48%;
    }
    .evenement-shop ul.products li.column-three.product{
        width: 48%;
    }
}
@media(max-width: 500px){
    .evenement-shop ul.products li.product{
        width: 100% !important;
    }
}

/*product style*/
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin: 0 0 40px;
}
.woocommerce .woocommerce-ordering select {
    height: 40px;
    padding: 0 10px;
    border-color: #eee;
}
.product-content-wrapper{
    position: relative;
}
.woocommerce ul.products li.product .product-content-wrapper .product-thumbnail > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    background-color: #fff;
    text-align: center;
    overflow: inherit;
    border: 1px solid #eee;
    border-radius: 3px;
}
.woocommerce ul.products li.product .star-rating{
    margin: 0 auto;
}
.woocommerce .star-rating span{
    color: #f69907;
}
.woocommerce ul.products li.product h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #202020;
    padding: 0 15px 5px;
}
.woocommerce ul.products li.product .price{
    color: #999999;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 13px;
}
.woocommerce ul li.product a.button{
    display: block;
    padding: 0 10px;
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 0;
    color: #ffffff;
    background-color: #02d766;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -25px !important;
    max-width: 180px;
    margin: 0 auto;
    border-radius: 3px;
    white-space: normal;
    height: inherit;
    line-height: 40px;
}
.woocommerce ul li.product:hover a.button{
    visibility: visible;
    opacity: 1;
}
.woocommerce a.button:focus, 
.woocommerce a.button:active{
    color: #ffffff;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after{
    top: 0;
}
.woocommerce a.added_to_cart{
    position: absolute;
    top: 50%;
    margin-top: -26px;
    padding: 0;
    left: 0;
    right: 0;
    background-color: #02d766;
    padding: 12px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

/*floating button*/
a.compare,
.wishlist-btn{
    position: absolute;
    top: 0;
    right: 5px;
    padding: 10px 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.wishlist-btn::before{
    content: "";
    height: 75px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 35px;
    position: absolute;
    right: -2px;
    top: 3px;
    border-radius: 3px;
    z-index: 0;
}
a.compare{
    top: 34px;
    right: 7px;
}
.yith-wcwl-add-to-wishlist{
    margin-top: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading{
    position: absolute;
    top: 15px;
    left: 7px;
    margin-left: 0;
    z-index: 2;
}
.wishlist-btn .add_to_wishlist{
    position: relative;
    z-index: 1;
}
a.compare,
.yith-wcwl-add-to-wishlist .add_to_wishlist{
    font-size: 0 !important;
}
.yith-wcwl-add-to-wishlist a{
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.yith-wcwl-add-to-wishlist i{
    color: #ff4a4a;
    font-size: 24px;
}
.yith-wcwl-add-to-wishlist span.feedback{
    display: none;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist::before{
    color: #ffffff;
    content:"\f08a";
    font-family: fontawesome;
    font-size: 24px;
}
.entry-summary .yith-wcwl-add-to-wishlist i,
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before{
    font-size: 30px;
    position: relative;
    top: 7px;
}
a.compare::before{
    color: #ffffff;
    content: "\f0ec";
    font-family: fontawesome;
    font-size: 20px;
}
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
.entry-summary .yith-wcwl-add-to-wishlist a,
a.compare:hover:before{
    color: #02d766;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before{
    color: #ff4a4a;
}
.product-content-wrapper:hover a.compare,
.product-content-wrapper:hover .wishlist-btn{
    visibility: visible;
    opacity: 1;
}
.woocommerce .blockUI.blockOverlay{
    background-color: transparent !important;
}
.entry-summary .cart a.button{
    padding: 10px 20px;
}
/* Product single page
--------------------------------------------------*/
.evenement-shop{
    padding-bottom: 100px;
}
.single-product .evenement-shop{
    padding-bottom: 50px;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    padding: 8px 15px 8px 50px;
    line-height: 38px;
    background-color: #f3f3f3;
}
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before{
    top: 9px;
}
.woocommerce div.product div.images img{
    display: inline-block;
    width: inherit;
    margin: 0 auto;
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
    text-align: center;
    width: 45%;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width: 53%;
}
@media(max-width: 768px){
    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images{
        text-align: center;
        width: 100%;
    }
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 100%;
    }

    .woocommerce div.product div.images img{
        width: 100%;
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    margin: 10px 10px 0 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:last-child{
    margin-right: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 23.5%;
}

@media(max-width: 1199px){
   .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 23%;
    }
}

@media(max-width: 991px){
   .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 22.6%;
    }
}

/*yith magnifier*/
.woocommerce div.product div.images div.thumbnails{
    padding-top: 0;
}
.thumbnails.slider{
    height: inherit;
}
.yith_magnifier_gallery li{
    padding: 0 1px !important;
}
.single-product.woocommerce .evenement-shop .thumbnails #slider-prev, 
.single-product.woocommerce .evenement-shop .thumbnails #slider-next{
    margin-top: -15px;
}
div.pp_woocommerce .pp_close {
    font-size: 0 !important;
}
div.pp_woocommerce .pp_close:before {
    font-size: 25px;
    right: -15px;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale{
    background-color: #02d766;
    padding: 0;
    left: 0;
    right: auto;
    margin: -5px 0 0 -5px;
}
.woocommerce div.product form.cart .variations label {
    color: #999999;
    font-size: 14px;
}
.woocommerce-product-details__short-description{
    margin-bottom: 40px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #999999;
    font-weight: 700;
    font-size: 20px;
}
.woocommerce ul.products li.product .price del{
    display: inline-block;
}
.woocommerce div.product form.cart, 
.woocommerce div.product p.cart{
    margin: 0 20px 40px 0;
    display: inline-block;
}
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    display: inline-block;
    padding: 0 25px;
}
.product_meta > span{
    display: block;
    font-weight: 600;
}
.product_meta span a{
    color: #999999;
    font-weight: 400;
}
.product_meta span a:hover{
    color: #02d766;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
}
.woocommerce .quantity .btn-quantity{
    border: 0;
    width: 30px;
    height: 42px;
    padding: 0;
    color: #ffffff;
    background-color: #b9b9b9;
    position: relative;
    top: 1px;
}
.woocommerce .evenement-cart .quantity .btn-quantity{
    top: 0;
}
.woocommerce .quantity .btn-quantity:hover{
    background-color: #02d766;
}
.woocommerce .quantity input.qty{
    border-radius: 0;
    width: 50px;
    padding: 0;
}
.woocommerce .quantity input:focus{
    outline: 0;
}
.woocommerce .product .entry-summary a.single_add_to_cart_button,
.woocommerce div.product form.cart .button {
    padding: 11px 20px;
}
.woocommerce div.product form.cart .variations select{
    height: 40px;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.value{
    vertical-align: baseline;
    padding-top: 0;
}
.woocommerce div.product form.cart .group_table td:first-child{
    width: inherit;
}

/*Tabs*/
.woocommerce div.product .woocommerce-tabs{
    margin-bottom: 80px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    margin: 0;
    height: 44px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    border-bottom: 1px solid #f3f3f3;
    bottom: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
    padding: 8px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a{
    background-color: #02d766;
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 25px 0;
}
.woocommerce div.product div.images{
    margin-bottom: 80px;
}

/*Review*/
.woocommerce #reviews #comments h2{
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
    margin-top: 30px;
}
.woocommerce #review_form_wrapper{
    margin-top: 30px;
}
.woocommerce .comment-form{
    margin-top: 20px;
}
.woocommerce #review_form #respond textarea{
    border-bottom: 1px solid;
}
.woocommerce #review_form #respond textarea:focus{
    outline: none;
}
.woocommerce #review_form #respond textarea:focus,
.woocommerce #reviews input:focus,
.woocommerce #reviews textarea:focus{
    border-color: #02d766;
}
.woocommerce #review_form #respond .form-submit{
    margin-top: 50px;
}
.woocommerce #review_form #respond .form-submit input{
    padding: 15px 40px;
}
.woocommerce p.stars a{
    color: #f69907;
}

.up-sells.products > h2,
.related.products > h2{
    margin-bottom: 30px;
}


/* Cart page
--------------------------------------------------*/
.woocommerce .cart .button, 
.woocommerce .cart input.button {
    padding: 15px 20px;
}

.woocommerce .coupon .input-text{
    width: 100px !important;
    height: 46px;
    margin-right: 10px !important;
}

.woocommerce table.shop_table>tbody>tr>td.actions:first-child{
    border-right: 1px solid #ddd!important;
}

.woocommerce a.remove{
    text-align: center;
    margin: 0 auto;
    color: #b1b1b1 !important;
}
.woocommerce a.remove:hover{
    background-color: transparent;
    color: red !important;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
    padding: 20px;
    background-color: #fff;
}
.woocommerce .evenement-cart .cart-collaterals .cart_totals tr td{
    text-align: right;
}
.woocommerce .evenement-cart .cart-collaterals .cart_totals tr th,
.woocommerce .evenement-cart .cart-collaterals .cart_totals tr td{
    border-top: 0;
    border-right: 0;
}

#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout{
    padding-bottom: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    margin-bottom: 0;
    background-color: #02d766;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
    margin-bottom: 0;
    background-color: #02d766;
}


/* Checkout page
------------------------------------------------------*/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
    padding: 13px 20px;
}
.woocommerce .woocommerce-message a.button{
    padding: 10px 20px;
}
.woocommerce .select2-choice,
.woocommerce .input-text{
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #202020;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce form .form-row textarea{
    padding: 10px 20px;
}

.woocommerce input[type=text]:focus, 
.woocommerce input[type=password]:focus, 
.woocommerce input[type=email]:focus, 
.woocommerce input[type=url]:focus, 
.woocommerce input[type=date]:focus, 
.woocommerce input[type=tel]:focus, 
.woocommerce input[type=number]:focus,
.woocommerce textarea:focus.evenement-textarea,
.woocommerce input[type=text]:focus:not([readonly]), 
.woocommerce input[type=password]:focus:not([readonly]), 
.woocommerce input[type=email]:focus:not([readonly]), 
.woocommerce input[type=url]:focus:not([readonly]), 
.woocommerce input[type=time]:focus:not([readonly]), 
.woocommerce input[type=date]:focus:not([readonly]), 
.woocommerce input[type=datetime-local]:focus:not([readonly]), 
.woocommerce input[type=tel]:focus:not([readonly]), 
.woocommerce input[type=number]:focus:not([readonly]),
.woocommerce textarea:focus, 
.woocommerce textarea.evenement-textarea:focus:not([readonly]){
    box-shadow: none;
}

.select2-drop-active{
    border-color: #e5e5e5;
}

.woocommerce .select2-choice:focus,
.woocommerce .input-text:focus {
    border-color: #02d766;
}

.dropdown-content{
    padding: 0;
}
.dropdown-content li{
    list-style: none;
}
.dropdown-content li > a, 
.dropdown-content li > span {
    display: block;
    padding: 12px 15px;
    color: #999999;
    font-size: 13px;
}
.select-wrapper span.select-dropdown{
    color: #999999;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
}
.select-wrapper span.select-dropdown:after{
    content:"\f0d7";
    font-family: fontawesome;
    font-size: 14px;
    right: 10px;
}
.woocommerce table.shop_table{
    border: 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    border-top: 0;
}

.woocommerce table.shop_table thead>tr>th,
.woocommerce table.shop_table tbody>tr>td,
.woocommerce table.shop_table tfoot>tr>th{
    border-right: 0;
}

.woocommerce table.shop_table thead>tr>th:last-child,
.woocommerce table.shop_table tbody>tr>td:last-child{
    border-right: 1px solid #ddd;
}

.woocommerce table.shop_table>tbody>tr:first-child>th,
.woocommerce table.shop_table>tbody>tr:first-child>td{
    border-top: 1px solid #ddd !important;
}

.woocommerce .evenement-cart table.shop_table>tbody>tr:first-child>th,
.woocommerce .evenement-cart table.shop_table>tbody>tr:first-child>td{
    border-top: 0 !important;
}

.woocommerce table.shop_table.order_details>tbody>tr:first-child>th,
.woocommerce table.shop_table.order_details>tbody>tr:first-child>td{
    border-top: 0 !important;
}

.woocommerce table.shop_table>tbody>tr>th:first-child,
.woocommerce table.shop_table>tbody>tr>td:first-child{
    border-right: 0 !important;
}

.woocommerce .order_details{
    padding-left: 0;
}

#order_review_heading{
    margin-top: 80px;
}
.woocommerce form .form-row .input-checkbox{
    position: static;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
    margin-left: 10px;
}

/* Woocommerce sidebar
--------------------------------------------------------*/
.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #cacaca;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    top: -5px;
    background-color: #02d766;
    width: 12px;
    height: 12px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #26547c;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
    width: 60px;
    margin-right: 10px;
    float: left;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
    padding-bottom: 15px;
}
.woocommerce ul.cart_list li:last-child, 
.woocommerce ul.product_list_widget li:last-child{
    padding-bottom: 0;
}

.woocommerce ul.product_list_widget li.mini_cart_item{
    padding-bottom: 15px;
}

/*My account*/
.woocommerce .woocommerce-MyAccount-navigation{
    background-color: #f5f5f5;
    padding: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
    list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    color: #999999;
    text-transform: uppercase;
    display: block;
    line-height: 36px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #02d766;
}
.woocommerce .woocommerce-MyAccount-content{
    padding: 30px;
    background-color: #fff;
    min-height: 276px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address{
    background-color: #fbfbfb;
    padding: 10px;
}
.woocommerce-address-fields__field-wrapper{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.edit-account fieldset{
    margin: 30px 0;
}
.edit-account fieldset legend{
    padding-bottom: 10px;
}
.woocommerce .select2-container .select2-selection--single{
    height: 42px;
    border-color: #e5e5e5;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}