/*
-------------------------------------------------------------------
Theme Name: Tweeco - Responsive Multi-Purpose WordPress
Theme URI: http://themes.themewaves.com/tweeco
Description: Waves Framework
Author: ThemeWaves
Author URI: http://www.themewaves.com
Version: 1.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-colors, custom-background
*/


/*------------------------------------------------------------------

[Table of contents]

1. Base / Typography / Body / Links forms
2. Wordpress Core
3. Header
4. Menu SF / Menu Customize / Mega Menu / Mobile Menu
5. Page Title / Breadcrumb / Widgets
6. Footer / Footer Widget
7. Blog Single / Post Share / Social Icons / jp Player / Comments
8. Elements / Button / Label / Dropcaps
9. Error 404 / Boxed and Fullwidth Styles
10. Scroll Up Style / BG Video
11. ThemeWaves Page Builder CSS Start
12. Page Builder Elements START
        About
        Accordion
        Carousels
        Callout
        Pagination
        Twitter Carousel
        Post Carousel
        Portfolio Like It
        Portfolio
        Chart Graph
        Cirlce Chart
        Separator
        Heading
        List
        Message Box
        Milestone
        Pricing Box
        Progress Bar
        IconBox
        Tab
        Team
        Testimonial
        Text Carousel
        Twitter
        Twitter Carousel
13. Blog
        Thumb Hover
        Blog Styles
        Grid Blog
        Filter
        Post Formats
        Pagination
14. Dark Style (Container style Dark)
15. Margin & Helper Classes
16. Other Helpful CSS
        Map
        Infinite Scroll
        CF7 (Contact Form 7)
        Sidebar
        Loader Style
        
-------------------------------------------------------------------*/


/* Theme Waves Theme Styling Start */

.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}

/* ------------ BASE ------------- */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::selection {
    background: #598feb;
    color: #ffffff;
}
::-moz-selection {
    background: #598feb;
    color: #ffffff;
}
img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    list-style: none;
}
li{
    line-height: 1.9;
}
p {
    margin: 0 0 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.tw-content p:last-child,
.single-portfolio p:last-child{
    margin: 0 auto;
}
embed, img {
    max-width: 100%;
    height: auto;
    border: none;
}    
iframe{
    width: 100%;
    max-width: 100%;
    border: none;
} 
a:hover {
    text-decoration: none;
}

/* Typography */

body {
    overflow-x: hidden;
    line-height: 1.9;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #424242;
    font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.6;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
.highlight { 
    color: #ffc600;
}
p img {
    margin: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
hr {
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}
pre {
    overflow-x:auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    font-family: Consolas, monospace;
}
.hidden {  display: none !important; }
dt{
    font-weight: 700;
}
dl dd{
    margin-left: 15px;
}
.tw-element{
    position: relative;
    padding-bottom: 35px;
}
.tw-element.tw-callout{
    padding: 35px 0;
}
.tw-on-top{
    z-index: 9999;
    position: relative;
}
/*jQuery-ui-tooltip*/
.ui-tooltip {
    padding:8px;
    position:absolute;
    z-index:9999;
    -o-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
* html .ui-tooltip {background-image: none;}
body .ui-tooltip { border-width:2px; }
.ui-helper-hidden-accessible{display: none;}

/* 02. Links and Form */
a{
    outline: 0;
    color: #808080;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
a:hover,
a:focus {
    outline: 0;
    color: #1d2124;
    text-decoration: none;
}
ul,
ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol,
ul { margin-left: 10px; }
ol { list-style: decimal; }
ul { list-style: square outside; }
aside ul,.tw-twitter ul.jtwt{position: relative; margin: 0;padding-left: 20px; list-style: none;}
aside ul ul{margin-top: 15px;}
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0; margin-left: 5px; }
form,
fieldset { margin-bottom: 20px; }
input,
input[type="tel"],
input[type="date"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 14px 16px;    
    width: 230px;
    outline: none; 
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;    
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 1px rgba(0,0,0,.05);
    border: solid 1px #dfdfdf;
}
textarea { width: 100%; }
select {
    padding: 5px;
    width: 220px;
    height: 40px;
}
label,
legend {
    display: block;
    cursor: pointer;
}
label span,
legend span { font-weight: bold; }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;
    border: 2px solid #598feb;
    background: #598feb;
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
    color: #598feb;
    background: #fff;
}
textarea:focus,
input:focus{
    border-color: #598feb;

}
::-webkit-input-placeholder {
    color: #7f7f7f;
    line-height: 1.4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #7f7f7f;
    line-height: 1.4;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #7f7f7f;
    line-height: 1.4;
}
:-ms-input-placeholder {  
    color: #7f7f7f;
    line-height: 1.4;
}


/* ------------ Table Styling --------------- */
table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
}
td, th {
    border-top: 1px solid #ccc;
    vertical-align: top;
    padding: 12px 20px;
}
tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
th {
    font-weight: bold;
}
/* ------------ Border Radius --------------- */

pre, input[type="submit"],
.waves-pagination ul.page-numbers li a, .waves-pagination ul.page-numbers li span,
.waves-progress .bar-container, .portfolio-social a,
.tw-social-icon a, .tw-post-widget .recent-thumb,
.tw-filters a, .btn, .btn>span, .waves-btn > a,.waves-btn > a:after,
.tw-accordion .wpb_accordion_header a>span,
.tw-toggle .vc_toggle_title > h4>span,
.tw-tour .wpb_tabs_nav a>span,
.waves-progress.percent-tooltip .progress-title span,
.entry-content blockquote:before, footer.entry-meta .more-icon span, .tw-iconbox-content a.more, 
.pricing-footer a, .tagcloud a {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/* ------------ Hover Transitions --------------- */
.fixed-sidebar-open,.fixed-sidebar-close,
input[type="submit"],
.tw-top-widget>div,
.header-clone, .tw-menu, .tw-header,
a.btn, 
ul.sf-menu,
ul.sf-menu > li > a:before,
ul.sf-menu li ul li a,
ul.sf-menu li ul.waves-mega-menu li,
.sf-menu li:before,
.sf-menu .waves-mega-menu li ul li a,
p.form-submit input,
footer.entry-meta>div,
footer.entry-meta>div .more-icon span,
form.searchform input,
.image-overlay, .tw-social-icon a,
.portfolio-social a,
article.single .tags-container span, 
article.single .tags-container a,
.entry-content .more-link,
.waves-portfolio .portfolio-content,
.tw-recent-portfolios a:before,
.tw-filters a, .tw-filters a span,
.tw-infinite-scroll a,
.waves-pagination ul.page-numbers li a,
.format-icon, .tagcloud a,
.owl-theme .owl-controls .owl-page span,
.tw-iconbox-icon > i,
.pricing-box .pricing-header, .pricing-box .pricing-top, .pricing-box .pricing-footer a,
.entry-media .waves-thumbnail>img,
.image-slide-container .tw-owl-item img,
.tw-accordion.wpb_accordion .wpb_accordion_wrapper .ui-icon,
.tw_post_sharebox.top>div:not(.top-share),
.tw_post_sharebox.top>.share-sep{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* ------------ Wordpress Core ------------- */
.alignnone {
    margin: 5px 20px 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignnone {
    margin: 5px 20px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    padding: 5px 3px 10px;
    max-width: 96%; /* Image does not overflow the content area */
    border: 1px solid #f0f0f0;
    background: #fff;
    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 img {
    margin: 0;
    padding: 0;
    max-width: 98.5%;
    width: auto;
    height: auto;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px;
}

/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    margin: -1px;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    background: #fff;
    padding: 1px;
    margin: 0;
}
.gallery .gallery-item .gallery-icon {
    background: #f5f5f5;
}
.gallery .gallery-item a {
    display: block;
    position: relative;
}
.gallery .gallery-item a:hover .image-overlay {
    opacity: 1;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    margin: 0;
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}
.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
    width: 16.6%;
}


/* calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/* Waves Middle */
.waves-middle:before{content: '';height: 100%;min-height: 100%;display: inline-block;vertical-align: middle;}
.waves-middle>*{vertical-align: middle;display: inline-block;}
/* Waves Absolute Center */
.waves-abs-center{position: absolute; left: 50%;}
.waves-abs-center-inner{position: relative; left: -50%}

/* Top Bar */
.top-bar{    
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.top-left-widget{
    float: left;
}
.top-right-widget{
    float: right;
}
.tw-top-widget{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    border-left: 1px solid #e6e6e6;
    margin: 15px 0;
    line-height: 1;
}
.top-widget-title{
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    line-height: 1;
    color: #a3a3a3;
}
.top-widget-title i{
    font-size: 14px;
    margin-right: 10px;
}
.tw-top-widget:first-child{
    padding-left: 0;
    border-left: none;
}
.tw-top-widget:last-child{
    padding-right: 0;
    border-right: 0;
}
.tw-top-widget>div:not(.tw-social-icon){
    position: absolute;
    top: 30px;
    z-index: 99999;
    background: #fff;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    padding: 10px 20px;
}
.tw-top-widget:hover>div{
    opacity: 1;
    visibility: visible;
}
.tw-top-widget.right > div{
    right: 0;
}
.tw-top-widget div.tw-social-icon a{
    padding: 0 15px;
    color: #a3a3a3;
}

/* TopBar Dark */
.header-dark .top-bar{    
    background: #292929;
    border-bottom: 1px solid #3d3d3d;
}
.header-dark .tw-top-widget{
    border-color: #3d3d3d;
}
.header-dark .tw-top-widget div.tw-social-icon a,
.header-dark .top-widget-title{
    color: #808080;
}

/* Header */
.waves-header{
    position: relative;
    z-index: 999;
}
body.header-fixed .tw-header{
    position: absolute;
    width: 100%;
    z-index: 100;
}
body.header-small.header-widget .tw-menu,
body.header-small .tw-header{
    position: fixed;
    top: 0;
}
body.header-small.header-widget .tw-menu{
    left: 0;
}
.tw-header{
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.16);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.16);
    box-shadow: 0 1px 3px rgba(0,0,0,.16);
}
.tw-header > .container{
    position: relative;
}
.header-clone, 
.header-transparent.header-small .tw-header{
    background: #fff;
}

/* Transparent Header */
.header-transparent .tw-header{
    background: transparent;
    border-bottom: 1px solid #c8c8c8;
}
.header-transparent .tw-header{
    position: absolute;
    background: transparent;
    border-bottom: 1px solid #c8c8c8;
}
body.header-small.header-transparent .tw-header{
    border-bottom: none;
}
body.header-transparent .search-on-menu form.searchform input{
    background: transparent;
}

/* Widget Header */
.tw-header-widget{
    text-align: right;    
}
.tw-header-widget .widget{
    overflow: hidden;
    text-align: left;
    padding-left: 80px;
    margin-left: 80px;
    border-left: 1px solid #dbdbdb;
    color: #424242;
}
.tw-header-widget .widget:first-child{
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}
.tw-header-widget .header-widget-btn{
    padding-left: 0;
    border-left: none;
}
.header-widget-btn > a{
    padding: 17px 24px;
    background: #598feb;
}
.tw-header-widget .widget > span{
    color: #a3a3a3;
}
.tw-header-widget .widget > span i{
    padding-right: 8px;
    position: relative;
    top: 1px;
    font-size: 14px;
}
body.header-widget .tw-header{
    padding-bottom: 31px;
}
body.header-widget.header-fixed .tw-header{
    position: relative;
}
body.header-widget .tw-menu{
    text-align: center;
    position: absolute;
    z-index: 101;
    width: 100%;
    top: -31px;
    line-height: 0;
    background: #292929;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.16);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.16);
    box-shadow: 0 1px 3px rgba(0,0,0,.16);
}
body.header-widget .sf-menu{
    float: none;
    display: inline-block;
}
body.header-widget ul.sf-menu > li{
    height: 62px;
}
body.header-widget ul.sf-menu > li:last-child > a{
    padding-right: 15px;
}

/* Header Search */
.search-on-menu .searchform{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
.search-on-menu .fa-search{
    padding: 10px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -30px;
    color: #757575;
    font-size: 16px;
}
.search-on-menu .searchform input{
    padding: 0;
    height: 34px;
    width: 1px;
    opacity: 0;
    border: none;
    box-shadow: none;
    font-size: 24px;
}
.tw-menu.button-on-menu,
.tw-menu.search-on-menu{
    padding-right: 60px;
}
.tw-menu.search-on-menu.button-on-menu{
    padding-right: 90px;
}

/* Header Dark */
.header-dark .search-on-menu .fa-search,
.header-dark ul.sf-menu > li > a,
body.header-light.header-widget ul.sf-menu > li > a,
body.header-light.header-widget .tw-menu>.fixed-sidebar-open,
body.header-dark .tw-menu>.fixed-sidebar-open,
body.header-dark .tw-header-widget .widget > span{
    color: #ccc;
}
body.header-dark.header-widget .tw-menu>.fixed-sidebar-open,
body.header-dark.header-widget ul.sf-menu > li > a{
    color: #4d4d4d;
}
body.header-dark .tw-header-widget .widget{
    color: #fff;
    border-color: #424242;
}
body.header-dark.header-widget .sf-menu .waves-mega-menu,
body.header-widget.header-dark .tw-menu{
    background: #fff;
}
body.header-dark.header-widget .sf-menu li:hover:before,
body.header-dark.header-widget .sf-menu .waves-mega-menu li:hover:before,
body.header-dark.header-widget .sf-menu .waves-mega-menu .mega-menu-title{
    color: #424242;
}
body.header-dark.header-widget ul.sf-menu li ul.waves-mega-menu > li > ul,
body.header-dark.header-widget ul.sf-menu li ul.waves-mega-menu > li > div{
    border-color: #e6e6e6;
}
body.header-transparent.header-dark .tw-header{
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.15);
}
body.header-dark .search-on-menu .searchform input,
body.header-light.header-widget .sf-menu .waves-mega-menu,
body.header-transparent.header-dark.header-small .tw-header,
body.header-dark .tw-header, body.header-dark .header-clone,
body.header-dark .sf-menu .waves-mega-menu{
    background: #292929;
}
body.header-light.header-widget .sf-menu .waves-mega-menu,
body.header-dark ul.sf-menu li ul.waves-mega-menu > li > ul,
body.header-dark ul.sf-menu li ul.waves-mega-menu > li > div{
    border-color: #3d3d3d;
}
body.header-light.header-widget ul.sf-menu li ul li a,
body.header-light.header-widget ul.sf-menu li ul.waves-mega-menu > li > ul,
body.header-light.header-widget ul.sf-menu li ul.waves-mega-menu > li > div,
body.header-dark ul.sf-menu li ul li a{
    border-color: #3d3d3d;
    background: #292929;
    color:#ccc;
}
body.header-light.header-widget ul.sf-menu li ul li:hover > a,
body.header-light.header-widget ul.sf-menu li ul li ul li:hover > a,
body.header-dark ul.sf-menu li ul li:hover > a,
body.header-dark ul.sf-menu li ul li ul li:hover > a{
    background: #3d3d3d;
    color: #fff;
}
body.header-light.header-widget .tw-menu>.fixed-sidebar-open:hover,
body.header-dark .tw-menu>.fixed-sidebar-open:hover,
body.header-dark ul.sf-menu > li > a:hover,
body.header-dark .sf-menu > li.current_page_item  > a,
body.header-dark .sf-menu > li.current_page_ancestor >a,
body.header-dark .sf-menu > li.current-menu-ancestor >a,
body.header-dark .sf-menu > li.current-menu-item > a, 
body.header-dark .sf-menu .waves-mega-menu .mega-menu-title,
body.header-dark .sf-menu li:hover:before,
body.header-light.header-widget .sf-menu li:hover:before,
body.header-light.header-widget .sf-menu .waves-mega-menu li:hover:before,
body.header-light.header-widget .sf-menu .waves-mega-menu .mega-menu-title,
body.header-light.header-widget ul.sf-menu > li > a:hover,
body.header-light.header-widget .sf-menu > li.current_page_item  > a,
body.header-light.header-widget .sf-menu > li.current_page_ancestor >a,
body.header-light.header-widget .sf-menu > li.current-menu-ancestor >a,
body.header-light.header-widget .sf-menu > li.current-menu-item > a{
    color: #fff;
}

.admin-bar.header-widget.header-small .tw-menu,
.admin-bar.header-small .tw-header{
    top: 32px;
}
@media screen and (max-width: 782px){
    .admin-bar.header-small .tw-header{
        top: 46px;
    }
}
.tw-logo:before, 
.tw-header-widget:before{
    content: '';
    height: 100%;
    min-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.tw-logo > .logo,
.tw-logo > .site-name, 
.tw-header-widget .widget{
    vertical-align: middle;
    display: inline-block;
}
h1.site-name {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}
h1.site-name a {    
    color: #598feb;
}


/* ------------ Menu SF Essentials ------------- */
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    display: block;
    position: relative;
}
.sf-menu ul {
    position: absolute;
    min-width: 210px;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 99;
    display: none;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    z-index: 9999;
    display: block;    
}
.sf-menu ul ul {
    top: 0;
    left: 100% !important;
}


/* ThemeWaves Menu Styling*/
.sf-menu {
    float: right;
    position: relative;
}
ul.sf-menu > li:before{
    content: '';
    height: 100%;
    min-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
ul.sf-menu > li > a{
    font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    padding: 7px 15px;
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}
ul.sf-menu > li:last-child > a{
    padding-right: 0;
}
ul.sf-menu li ul li a{
    z-index: 1;
    display: block;
}
ul.sf-menu li ul li a,
ul.sf-menu li ul li ul li a{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    color: #333333;
    padding: 12px 30px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}
ul.sf-menu li ul li:last-child a{
    border-bottom: none;
}
body.header-dark.header-widget ul.sf-menu li ul li a{
    color: #808080;
    background: #fff;
    border-color: #e6e6e6;
}
body.header-dark.header-widget ul.sf-menu li ul li:hover > a,
body.header-dark.header-widget ul.sf-menu li ul li ul li:hover > a,
ul.sf-menu li ul li:hover > a,
ul.sf-menu li ul li ul li:hover > a,
ul.sf-menu .waves-mega-menu li ul li:hover > a{
    background: #e6e6e6;
    color: #262626;
}

ul.sf-menu > li > a:hover,
.sf-menu > li.current_page_item  > a,
.sf-menu > li.current_page_ancestor >a,
.sf-menu > li.current-menu-ancestor >a,
.sf-menu > li.current-menu-item > a, 
body.header-dark.header-widget ul.sf-menu > li > a:hover,
body.header-dark.header-widget .sf-menu > li.current_page_item  > a,
body.header-dark.header-widget .sf-menu > li.current_page_ancestor >a,
body.header-dark.header-widget .sf-menu > li.current-menu-ancestor >a,
body.header-dark.header-widget .sf-menu > li.current-menu-item > a{
    color: #598feb;
}
.menu-container{
    position: relative;
}
ul.sf-menu li ul li[class*="fa-"] a{
    padding: 12px 0 12px 50px;
}
.sf-menu li:before{
    display: none;
    color: #262626;
}
body.header-light.header-widget ul.sf-menu li:before,
body.header-dark ul.sf-menu li:before{
    color: #ccc;
}
.sf-menu ul li:before{
    display: block;
    text-align: center;
    position: absolute;
    top: 17px;
    width: 14px;
    height: 14px;
    text-align: center;
    left: 25px;
    font-size: 14px;
    line-height: 14px;
    z-index: 9;
    -webkit-font-smoothing: antialiased;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before{
    font-family: FontAwesome;
}

/* ------------ mega menu --------------- */
.row-start {
    clear:left;
}
.sf-menu .waves-mega-menu,.sf-menu > li ul{
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.24);
}
.sf-menu .waves-mega-menu {
    background: #fff;
}
.sf-menu .waves-mega-menu>li{
    min-height: 10px;
    float: left;
}
.sf-menu .waves-mega-menu ul,.sf-menu .waves-mega-menu li{
    border: none;
    display: block;
    position: relative;
    top: auto;
    left: auto !important;
    background: none;
    box-shadow: none;
}
ul.sf-menu li ul.waves-mega-menu > li > ul,
ul.sf-menu li ul.waves-mega-menu > li > div{
    border-right: 1px solid #e6e6e6;
}
ul.sf-menu li ul.waves-mega-menu > li > ul{
    border-top: 1px solid #e6e6e6;
    padding: 15px 0;
}
ul.sf-menu li ul.waves-mega-menu > li:last-child > ul,
ul.sf-menu li ul.waves-mega-menu > li:last-child > div{
    border-right: none;
}
ul.sf-menu li ul.waves-mega-menu li ul li:hover {
    background: #e6e6e6;
}
.sf-menu .waves-mega-menu .mega-menu-title{
    font-family: 'Montserrat', sans-serif;
    padding:20px 30px;
    color: #424242;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.sf-menu .waves-mega-menu li ul li a{
    padding: 12px 30px;
    border: none;
}
.sf-menu .waves-mega-menu li ul li[class^="fa-"] a,
.sf-menu .waves-mega-menu li ul li[class*=" fa-"] a{
    padding:12px 0 12px 60px;
}
.sf-menu .waves-mega-menu li, .sf-menu .waves-mega-menu ul{
    display: block !important;
    visibility: visible !important;
}
.mega-menu-items li{
    width: 100%;
}
.mega-hot,
.mega-new{
    background-color: #eb3844;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    text-align: center;
    font-style: normal;
    font-size: 10px;
    margin-left: 10px;
}
.mega-new{
    background-color: #598eeb;
}
.mega-hot,.mega-new{display: none;}
.waves-mega-menu .mega-hot, .waves-mega-menu .mega-new{display: inline-block;}


/* ------------ mobile menu --------------- */
#mobile-menu{
    z-index: 1;
}
.sf-mobile-menu ul li:before{
    display: none;
}
.mobile-menu-icon{
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 15px;
    margin-top: -7px;
    cursor: pointer;
    display: none;
}
.mobile-menu-icon span, .mobile-menu-icon span:before, .mobile-menu-icon span:after {
    cursor: pointer;
    height: 3px;
    width: 18px;
    background: #696969;
    position: absolute;
    top: 0;
    z-index: 1000000;
    display: block;
    content: '';
}
.header-dark .mobile-menu-icon span,.header-dark  .mobile-menu-icon span:before,.header-dark  .mobile-menu-icon span:after{
    background: #fff;
}
.mobile-menu-icon span:before, 
.mobile-menu-icon.active span:before, .mobile-menu-icon.active span:after{
    top: 6px; 
}
.mobile-menu-icon span:after {
    top: 12px;
}
.mobile-menu-icon span, .mobile-menu-icon span:before, .mobile-menu-icon span:after {
    transition: all 200ms ease-in-out;
}
.mobile-menu-icon.active span {
    background-color: transparent;
}
.mobile-menu-icon.active span:before {
    transform: rotate(45deg);
}
.mobile-menu-icon.active span:after {
    transform: rotate(-45deg);
}



.waves-mobile-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 80px 0px;
    text-align: right;
    background: rgba(28,28,28, 0.9);
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
@media (max-width: 991px) {
    .waves-mobile-menu.open{
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
    }
}
#mobile-menu ul{margin: 0 auto;padding:10px 0;list-style: none;display: inline-block;}
#mobile-menu ul.sub-menu{display: none;margin-top: 15px;margin-bottom: -15px;padding: 0;text-align: right;}
#mobile-menu ul li{position: relative;display: block;padding:10px;}
#mobile-menu ul li a{
    display: block;
    padding: 0 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
#mobile-menu ul li ul li a{
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}
#mobile-menu ul li a:hover{opacity: 0.8;}
#mobile-menu ul li.has-children>.action-expand{
    position: absolute;
    right: 0;
    width: 50px;
    padding: 0;
    text-align: center;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #888;
}
#mobile-menu ul li.has-children>.action-expand>.opened,#mobile-menu ul li.has-children.menu-open>.action-expand>.closed{display: none;}
#mobile-menu ul li.has-children>.action-expand>.closed,#mobile-menu ul li.has-children.menu-open>.action-expand>.opened{display: block;}
#mobile-menu ul ul li:first-child{border-top:1px solid rgba(255,255,255,.1);}


/* ------------ Page Title ------------- */
.tw-title{
    position: relative;
    display: table;
    width: 100%;
    z-index: 1;
    background: #333;
    background-size: cover;
    text-align: center;
    background-position: center bottom;
    border-bottom: 1px solid #e9e9e9;
}
.header-widget .tw-title{
    padding-top: 31px;
}
.tw-title > .container{
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.tw-title > .container p > a{
    position: absolute;
    top: 50%;
    right: 44px;
    margin-top: -35px;
    font-size: 40px;
    line-height: 40px;
    padding: 15px;
    color: rgba(255,255,255,.3);
}
.tw-title > .container p > a:hover{
    color: #fff;
}
.tw-title > .container p > a:last-child{
    right: 0;
}
.tw-title h1 {
    margin: 0;
    line-height: 1.2;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;    
}
.tw-title .page-subtitle{
    font-size: 15px;
    margin-bottom: 0;
}
/* Light Page Title */
.tw-title.light h1,.tw-title.light p,
.tw-title.light .tw-breadcrumbs,.tw-title.light .tw-breadcrumbs a{
    color: #424242;
}


/* Breadcrumb */
.tw-breadcrumbs{
    margin-top: 20px;
    color: #fff;
}
.tw-breadcrumbs .crumb-item:after{
    font-family: 'FontAwesome';
    content: '\f105';
    display: inline-block;
    padding: 0 8px;
}
.tw-breadcrumbs .crumb-item:last-child:after{
    content: '';
    padding: 0;
}


/* Widget */

h3.widget-title,
.wpb_widgetised_column_heading{
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000;
}
aside ul li a:hover,
.wpb_widgetised_column ul li a:hover{
    color: #598feb;
}
aside.widget, 
aside.widget a{
    color: #424242;
}
aside.widget{
    margin-bottom: 70px;
}
aside.widget:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
aside.widget ul,
.widget_nav_menu ul,
.wpb_widgetised_column ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
aside.widget ul li ,
.widget_nav_menu ul li,
.wpb_widgetised_column ul li {
    padding: 0 0 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #dfdfdf;
}
aside.widget ul li > ul li{
    border: none;
    margin-left: 30px;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 0;
}
aside.widget ul li:last-child,
.widget_nav_menu ul li:last-child,
.wpb_widgetised_column ul li:last-child {
    margin-bottom: 0;
}
aside.widget ul li:before,
aside.widget ul.children li:before,
.widget_nav_menu ul li:before,
.wpb_widgetised_column ul li:before{
    content: "\f016";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 10px;
    padding-left: 1px;
    vertical-align: middle;
}
aside.widget ul.children li:before{
    content: "\f106";
}
#bottom aside.widget ul li{
    padding: 0 0 10px;
    border: none;
}
#bottom aside.widget ul li:last-child{
    padding-bottom: 0;
}
#bottom aside.widget ul li:after{
    display: none;
}

/* Archive widget */
.widget_archive{
    text-transform: uppercase;
    font-size: 11px;
}

/* Search widget */
form.searchform {
    position: relative;
    margin-bottom: 0;
}
form.searchform input{
    padding-left: 40px;
    margin-bottom: 0;
    width: 100%;
    padding-top: 18px;
}
form.searchform .button-search {
    position: absolute;
    top: 4px;
    left: 0;
    border: 0;
    padding: 16px;
    background: none;
    color: #b2b2b2;
}


/* Contact info widget */
.contact-info-widget{
    min-height: 100px;
    background:url(assets/img/contact-background.png) center center no-repeat;
}
.contact-info-widget ul i{
    position: absolute;
    margin: 4px 0 0;
    font-size: 14px;
}
.contact-info-widget ul div{
    padding-left: 25px;
    line-height: 1.7;
}
aside.widget .contact-info-widget ul li{
    border: none;
    padding-bottom: 5px;
}
aside.widget .contact-info-widget ul li:before{
    display: none;
}
.footer-light .contact-info-widget ul i{
    color: #a3a3a3;
}

/* Flickr Widget Style */
.dribbble-widget,.flickr-widget .flickr-channel{
    position: relative;
    display: inline-block;
    *display: inline;
}
.flickr-widget .flickr-channel,.dribbble-widget,.tw-recent-portfolios{
    margin: 0 -3px -3px 0;
}
.flickr-channel a,.dribbble-widget a,.tw-recent-portfolios a{
    position: relative;
    display: block;
    float: left;
    margin: 0 3px 3px 0;
}
.flickr-channel a img, .tw-recent-portfolios a img, .tw-recent-portfolios a{
    background: #e6e6e6;
    width: 82px;
    height: 82px;
}
.flickr-channel a img,.dribbble-widget a img,.flickr-channel a:hover:before,.dribbble-widget a:hover:before,.tw-recent-portfolios a:hover:before{
    opacity: 1;
}
.flickr-channel a:before,.dribbble-widget a:before,.tw-recent-portfolios a:before{
    font-size: 32px;
    line-height: 82px;
    width: 82px;
    height: 82px;
    position: absolute;
    content: "+";
    text-align: center;
    color: #FFF;
    top: 0;
    background: rgba(89,143,235,.9);
    opacity: 0;
}
.dribbble-widget a:before,.dribbble-widget a img{
    width: 80px;
    height: 60px;
    line-height: 60px;
}


/* Category Wiget Style */
aside.widget.widget_categories > ul > li:before{
    display: none;
}
.widget_categories .cat-item span.post_count{
    float: right;
    font-weight: bold;
    font-size: 11px;
    margin-top: 2px;
}

/* Tag Wiget Style */
.widget .tagcloud a{
    display: inline-block;
    border: 1px solid #dbdbdb;
    color: #808080;
    padding: 7px 20px;
    margin: 0 0 3px;
    font-size: 13px !important;
}
.tagcloud a:hover,#bottom .tagcloud a:hover{
    border: 1px solid #598feb;
    background: #598feb;
    color: #fff;
}

/* Recent Posts Widget */
.tw-post-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tw-post-widget.widget ul li{
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
}
.tw-post-widget.widget ul li:last-child{
    margin-bottom: 0;
}
.tw-post-widget ul li:before{
    display: none;
}
.tw-post-widget h4{
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.tw-post-widget h4 a{
    color: #424242;
}
.tw-post-widget .format-icon:before{
    font-family: 'Fontawesome';
    font-size: 21px;
    line-height: 82px;
    text-align: center;
    display: block;
    content: '\f1c5';
}
.tw-post-widget .recent-thumb{
    position: absolute;
    left: 0;
    background-color: #e6e6e6;
    width: 82px;
    height: 82px;
    overflow: hidden;
}
.tw-post-widget .tw-recent-content{
    margin-left: 105px;
    min-height: 82px;
    font-size: 10px;
    text-transform: uppercase;
}
.tw-post-widget .date:after{
    content: '·';
    padding: 0 7px;    
}
.tw-post-widget .meta, .tw-post-widget .meta a{
    color: #808080;
}


/* Removing Child Pages from Widgets */
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu,
.menu-main-menu-container .sub-menu{
    display: none;
}

/* Bottom widget */

.waves-bottom{
    padding: 80px 0 50px;
    background: #f5f5f5;
}

.waves-bottom aside.widget a:hover{
    color: #000;
}
.waves-bottom aside.widget{
    color: #808080;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.waves-bottom aside.widget ul li{
    border-color: #dfdfdf;
}
.waves-bottom aside.widget ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.waves-bottom h3.widget-title {
    font-size: 12px;
    margin-bottom: 30px;
    color: #424242;
}
.waves-bottom .row > .col-md-12{
    text-align: center;
}


/* ------------ Footer ------------- */
.waves-footer {
    position: relative;
    z-index: 2;
    padding: 30px 0;
    background: #ebebeb;
    text-align: center;
    color: #424242;
}
.waves-footer a{
    color: #424242;
}
.waves-bottom a:hover,
.waves-footer a:hover{
    color: #000;
}
.waves-footer p.copyright{
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Fixed Footer */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* ------------ Blog Single ------------- */

article.single {
    position: relative;
    margin-bottom: 40px;
}
article.single .entry-media{
    margin-bottom: 30px;
}
article.single .entry-title{
    margin-bottom: 10px;
}
article.single .entry-meta{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}
article.single .tags-container{
    margin-top: 15px;
}

/* Post ShareBox */
.tw_post_sharebox{
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #dfdfdf;
}
.tw_post_sharebox .share-text{
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1f1f1f;
    font-size: 11px;
}
.single-portfolio .tw_post_sharebox{
    padding: 80px 0 110px;
}
.tw_post_sharebox > div{
    float: right;
    text-align: center;
    border: 1px solid #dfdfdf;
    margin-left: 4px;
    padding-right: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tw_post_sharebox > div i{
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: -1px 12px -1px -1px;
    color: #fff;
    background: #3b5998;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.tw_post_sharebox > div i.fa-google-plus{
    background: #dd4b39;
}
.tw_post_sharebox > div i.fa-twitter{
    background: #55acee;
}
.tw_post_sharebox > div a:hover{
    color: #598feb;
}
.tw_post_sharebox > div.like-count{
    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    cursor: pointer;
}
.tw_post_sharebox > div.like-count i{
    margin-top: -70px;
    padding: 20px;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    background: #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tw_post_sharebox > div.like-count > div{
    font-size: 46px;
    line-height: 1;
    padding: 22px 0 10px;
    color: #1a1a1a;
}
.tw_post_sharebox > div.like-count:hover i{
    background: #598feb;
}
.tw_post_sharebox > div.like-count > span{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #b3b3b3;
}
.tw_post_sharebox.top{
    width: 52px;
    position: fixed;
    top: 25%;
    right: 15px;
    padding: 0;
    border-style: none;
    z-index: 9999;
}
.tw_post_sharebox.top>div,
.tw_post_sharebox.top i{
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin:0;
}
.tw_post_sharebox.top>div{
    padding: 0;
    -webkit-box-shadow: 0 2px 2px rgba(2,3,3,.14);
    -moz-box-shadow: 0 2px 2px rgba(2,3,3,.14);
    box-shadow: 0 2px 2px rgba(2,3,3,.14);
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-style: none;
    margin: 0 auto;
    float: none;
    opacity: 0.9;
}
.tw_post_sharebox.top>div.top-share,
.tw_post_sharebox.top>div.top-share>i{
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #598eeb;
    font-size: 18px;
}
.tw_post_sharebox.top .share-sep{
    margin: 6px auto;
    width: 1px;
    height: 10px;
    background-color: #dbdbdb;
    display: block;
}
.tw_post_sharebox.top>div:not(.top-share),
.tw_post_sharebox.top>.share-sep{
    opacity: 0;
}
.tw_post_sharebox.top:hover>div,
.tw_post_sharebox.top:hover>.share-sep{
    opacity: .9;
}

/* Next Prev Post LINK */
.nextprev-postlink > div > div{
    position: relative;
    padding-left: 100px;
    min-height: 76px;
}
.nextprev-postlink span{
    display: block;
    margin-bottom: 6px;
}
.nextprev-postlink .format-icon:before,
.nextprev-postlink img{
    width: 70px;
    position: absolute;
    left: 0;
    top: 6px;
}
.nextprev-postlink .format-icon:before{
    font-family: 'Fontawesome';
    font-size: 27px;
    content: '\f016';
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: #598feb;
    text-align: center;
} 
.nextprev-postlink .post-link-title{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 0;
}
.nextprev-postlink .post-link-title a, 
.nextprev-postlink .home-link a{
    color: #4c4c4c;
}

/* About author on single post */
.bypostauthor{}
.tw-author{
    margin-bottom: 45px;
    padding: 40px;
    border: 1px solid #dbdbdb;
}
.tw-author .author-image{
    float: left;
    margin-right: 30px;
}
.tw-author h3, .tw-author h3 a{
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #1f1f1f;
    position: relative;
}
.tw-author h3 a:hover{
    color: #000;
}
.tw-author h3 span{
    position: absolute;
    right: 0;
}
.tw-author h3 span i{
    font-size: 14px;
    margin-right: 10px;
}
.tw-author p{
    margin: 0 0 0 100px;
}

/* Waves Socials Element */
.tw-socials a{
    display: inline-block;
    background: #999;
    padding: 32px 20px;
    text-align: center;
    color: #fff;
}
.tw-socials i{
    font-size: 16px;
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
    line-height: 46px;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tw-socials .social-content{
    display: inline-block;
    position: relative;
    padding-left: 50px;
    line-height: 1.4;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.tw-socials .social-content span{
    display: block;
    text-align: left;
}
.tw-socials.columns-2 a{
    width: 50%;
}
.tw-socials.columns-3 a{
    width: 33.33%;
}
.tw-socials.columns-4 a{
    width: 25%;
}
.tw-socials.columns-5 a{
    width: 20%;
}
.tw-socials.columns-6 a{
    width: 16.66%;
}
.tw-socials.columns-7 a{
    width: 14.28%;
}
.tw-socials.columns-8 a{
    width: 12.5%;
}

/* Social Icons CSS */
.tw-social-icon li{
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.widget .tw-social-icon a,
.tw-social-icon a{
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    width: 42px;
    height: 42px;
    margin: 0 3px 3px 0;
    background: #dbdbdb;
    color: #fff;
}
.member-social .tw-social-icon a{
    margin: 0 -1px 0 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #424242;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}
.member-social .tw-social-icon a:first-child{
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.member-social .tw-social-icon a:last-child{
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.tw-socials a.facebook,
.tw-social-icon.layout_1 a.facebook{background-color: #3b5998;}
.tw-socials a.dribbble,
.tw-social-icon.layout_1 a.dribbble{background-color: #ea4c89;}
.tw-socials a.google,
.tw-social-icon.layout_1 a.google{background-color: #dd4b39;}
.tw-socials a.instagram,
.tw-social-icon.layout_1 a.instagram{background-color: #3f729b;}
.tw-socials a.vine,
.tw-social-icon.layout_1 a.vine{background-color: #00b488;}
.tw-socials a.youtube,
.tw-social-icon.layout_1 a.youtube{background-color: #e52222;}
.tw-socials a.twitter,
.tw-social-icon.layout_1 a.twitter{background-color: #55acee;}
.tw-socials a.behance,
.tw-social-icon.layout_1 a.behance{background-color: #1769ff;}
.tw-socials a.pinterest,
.tw-social-icon.layout_1 a.pinterest{background-color: #cc2127;}
.tw-socials a.foursquare,
.tw-social-icon.layout_1 a.foursquare{background-color: #f94877;}
.tw-socials a.twitch,
.tw-social-icon.layout_1 a.twitch{background-color: #6441a5;}
.tw-socials a.tumblr,
.tw-social-icon.layout_1 a.tumblr{background-color: #35465c;}
.tw-socials a.trello,
.tw-social-icon.layout_1 a.trello{background-color: #0079bf;}
.tw-socials a.spotify,
.tw-social-icon.layout_1 a.spotify{background-color: #2ebd59;}
.tw-socials a.soundcloud,
.tw-social-icon.layout_1 a.soundcloud{background-color: #ff8800;}
.tw-socials a.linkedin,
.tw-social-icon.layout_1 a.linkedin{background-color: #2088be;}
.tw-socials a.delicious,
.tw-social-icon.layout_1 a.delicious{background-color: #31a9ff;}
.tw-socials a.codepen,
.tw-social-icon.layout_1 a.codepen{background-color: #3d3d3d;}
.tw-socials a.github,
.tw-social-icon.layout_1 a.github{background-color: #333333;}
.tw-socials a.wordpress,
.tw-social-icon.layout_1 a.wordpress{background-color: #999999;}

.tw-tooltip.for-social{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tw-social-icon.layout_2 a{
    background: transparent;
    color: #424242;
    border: 1px solid #dbdbdb;
}
.tw-social-icon.layout_2 a:hover{
    background: #dbdbdb;
}
.tw-social-icon.layout_3 a{
    background: transparent;
    color: #a3a3a3;
    width: auto;
    padding: 15px;
    margin: 0;
    height: auto;
    line-height: 1;
}
.tw-social-icon.layout_3 a:first-child{
    padding-left: 0;
}
.tw-social-icon.layout_3 a:last-child{
    padding-right: 0;
}
.tw-social-icon.layout_3 a.facebook:hover{color: #3b5998;}
.tw-social-icon.layout_3 a.dribbble:hover{color: #ea4c89;}
.tw-social-icon.layout_3 a.google:hover{color: #dd4b39;}
.tw-social-icon.layout_3 a.instagram:hover{color: #3f729b;}
.tw-social-icon.layout_3 a.vine:hover{color: #00b488;}
.tw-social-icon.layout_3 a.youtube:hover{color: #e52222;}
.tw-social-icon.layout_3 a.twitter:hover{color: #55acee;}
.tw-social-icon.layout_3 a.behance:hover{color: #1769ff;}
.tw-social-icon.layout_3 a.pinterest:hover{color: #cc2127;}
.tw-social-icon.layout_3 a.foursquare:hover{color: #f94877;}
.tw-social-icon.layout_3 a.twitch:hover{color: #6441a5;}
.tw-social-icon.layout_3 a.tumblr:hover{color: #35465c;}
.tw-social-icon.layout_3 a.trello:hover{color: #0079bf;}
.tw-social-icon.layout_3 a.spotify:hover{color: #2ebd59;}
.tw-social-icon.layout_3 a.soundcloud:hover{color: #ff8800;}
.tw-social-icon.layout_3 a.linkedin:hover{color: #2088be;}
.tw-social-icon.layout_3 a.delicious:hover{color: #31a9ff;}
.tw-social-icon.layout_3 a.codepen:hover{color: #3d3d3d;}
.tw-social-icon.layout_3 a.github:hover{color: #333333;}
.tw-social-icon.layout_3 a.wordpress:hover{color: #999999;}

/* Comments */
.comment-section{
    padding-top: 60px;
}
.comment-form input[type="text"], .comment-form-comment textarea{
    width: 100%;
    max-width: 370px;
    display: inline-block;
    background: #fff;
    margin-bottom: 0;
    padding: 13px 18px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.comment-form-comment textarea {
    padding: 15px 18px;
}
.comment-form input[type="submit"] {
    padding: 20px;
    font-weight: bold;
    font-size: 11px;
    width: 180px;
    border-width: 2px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.comment-form-author p label {
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
}
.comment-form-author span.required {
    color: #fe4743;
}
.comment-form-comment textarea{
    margin-bottom: 20px;
    max-width: 570px;
    line-height: 1.4;
}
.comment-title-container h4, 
h3.comment-reply-title{
    margin-bottom: 30px;
    font-size: 13px;
    text-transform: uppercase;
}
.comment-author-img {
    float: left;
    margin-right: 30px;
}
.comment-meta, .comment-meta a{
    line-height: 1;
    font-size: 13px;
    color: #1f1f1f;
    margin-bottom: 20px;
}
.comment-meta .comment-date:after,
.comment-meta .comment-author-link:after{
    content: '-';
    padding: 0 5px;
}
.comment-meta a.comment-reply-link{
    color: #598feb;
}
.comment-body {
    position: relative;
    margin-left: 100px;
    color: #666;
}
.comment-body p:last-child {
    margin-bottom: 0;
}
.comment-list {
    margin-bottom: 20px;
}
.comment-list .comment-block .comment-block {
    margin-left: 100px;
}
.comment-block .comment{
    position: relative;
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

/* ------------ Elements --------------- */
/* Button */
.entry-content .vc_btn3{
    text-transform: uppercase;
    font-weight: bold;
}
.entry-content .vc_btn3.vc_btn3-shape-square{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.entry-content .vc_btn3.vc_btn3-size-lg{
    font-size: 12px;
}
.entry-content .vc_btn3.vc_btn3-size-md{
    font-size: 11px;
}
.entry-content .vc_btn3.vc_btn3-size-sm, .entry-content .vc_btn3.vc_btn3-size-xs{
    font-size: 10px;
}


/* Label */
.label {
    padding: 7px 5px;
    color: #fff;
}


/* Dropcaps */
.tw-dropcap {
    float: left;
    margin-top: 8px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
}
.tw-dropcap.dropcap_square, .tw-dropcap.dropcap_circle {
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    background-color: #1d2124;
    color: #FFF;    
}
.tw-dropcap.dropcap_circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 49px;
}
.tw-dropcap.dropcap_circle.dropcap_border,.tw-dropcap.dropcap_square{
    line-height: 46px;
}
.tw-dropcap.dropcap_border{
    border: 2px solid #1d2124;
    background-color: transparent;
}


/* ------------ Error 404 ------------- */

#error404-container{
    position: relative;    
    margin: 150px 0;
}
#error404-container form.searchform{
    margin-bottom: 20px;
}
#error404-container form.searchform input{
    width: 100%;
}
h3.error404{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
h2.errorh2{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #787d82;
}
h3.error404 span{
    color: #1d2124;
}
.tw-404-search-container form{
    display: inline-block;
    margin: 0;
}
.error4button,.tw-404-search-container form{
    position: relative;
    margin: 10px;
}
.tw-404-search-container{
    text-align: center;
}


/* Theme Fullwidth Layout Style */
body.theme-full.menu-left {
    margin-left: 300px;
}
body.theme-full.menu-right {
    margin-right: 300px;
}
/* Theme Boxed Layout Style*/
.theme-boxed #theme-layout{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1230px;
    max-width: 100%;
}
.theme-boxed #theme-layout .waves-main > .entry-content > .vc_row{
    margin-left: -30px;
    margin-right: -30px;
}
.theme-boxed #theme-layout .waves-main > .entry-content > .vc_row > .wpb_column.vc_column_container{
    padding-left: 30px;
    padding-right: 30px;
}
.theme-boxed .tw-header{
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
.theme-boxed .fixed-footer, 
.theme-boxed.header-small .tw-header{
    width: 1230px;
    left: auto;
    right: auto;
    max-width: 100%;
}
.ie8 .theme-boxed.header-small .tw-header,
.ie8 .theme-boxed{
    width: 1000px;
}




/* Scroll Up Style */
#scrollUp {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 31px;
    display: none;
    width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    background-color: #598feb;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
}
#scrollUp:hover{
    opacity: .8;
}

/* Container background Video */
.background-video-player-container,.background-video,.video-mask,.video-mask-color{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.background-video>.wp-video{
    min-width: 100%;
}
.video-mask{
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    background-image: url(assets/img/video-mask.png);
    background-repeat: repeat;
    background-size: 2px 2px;
    transition: background 1s;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
}
.video-mask-color{
    top: 0;
    left: 0;
    z-index: 3; 
    background: #000;
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: .3;
}
.bg-video-container{
    text-align: center;
    margin-top: 44px;
    margin-bottom: 46px;
    z-index: 999999;
    position: relative;
}
.bg-video-container .bg-video-play{
    cursor: pointer;
    color: #fff;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    background-color: rgba(255,255,255,.2);

    font-size: 22px;
    line-height: 92px;
    margin: 50px auto;
    position: relative;
    z-index: 1;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bg-video-play:hover{
    color: #ffffff;
    background-color:rgba(0,0,0,.33);
    border-color:#ffffff;
}
.bg-video-container h2{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size:24px;
}
.bg-video-horizontal{
    position: relative;
}
.bg-video-horizontal h2{
    position: absolute;
    width: 50%;
    padding-right: 125px;
    top: 50%;
    margin-top: -70px;
    font-size: 40px;
}
.bg-video-horizontal h2.bg-video-last-text{
    right: 0;
    padding-right: 0px;
    padding-left: 125px;
}
.tw-element.tw-video{
    position: relative;
    overflow: hidden;
}
.background-video .mejs-overlay-play,
.background-video .mejs-controls{
    display: none !important;
}


/* ThemeWaves Page Builder CSS Start */

/* Main Grid Padding CSS */
#main{
    padding: 60px 0;
    background: #fff;
}
.page.wpb-js-composer.waves-composer #main{
    padding: 0;
}
.page.wpb-js-composer.waves-composer .entry-content > .vc_row.wpb_row:first-child{
    padding-top: 70px;
}
.page.wpb-js-composer.waves-composer .tw-sidebar{
    padding-top: 60px;
    padding-bottom: 60px;
}
#main,#slider{
    position: relative;
    z-index: 1;
}

/* Page Builder Elements START */

/* Tab Element */
.tw-tabs.wpb_tabs .wpb_tabs_nav li{
    margin: 0;
    float: none;
    display: inline-block;
    background: transparent;
}
.tw-tabs .wpb_tabs_nav li:first-child a>span,
.tw-tabs.wpb_tabs .wpb_tabs_nav li:first-child a{
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.tw-tabs .wpb_tabs_nav li:last-child a>span,
.tw-tabs.wpb_tabs .wpb_tabs_nav li:last-child a{
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.tw-tabs.wpb_tabs .wpb_tabs_nav li:hover,
.tw-tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active{
    background-color: transparent;
}
.tw-tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a, .tw-tabs.wpb_content_element .wpb_tabs_nav li:hover a{
    color: #fff;
}
.tw-tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a{
    padding: 20px 23px;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #424242;
    border: 1px solid #dbdbdb;
    margin: 0 -1px 0 0;
}
.tw-tabs .ui-tabs-panel,
.tw-tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
    background: none;
    padding: 25px 0 0;
}
.tw-tabs.wpb_tabs .wpb_tabs_nav.tabs-center{
    text-align: center;
}
.tw-tabs.wpb_tabs .wpb_tabs_nav.tabs-right{
    text-align: right;
}

/* Accordion, Toggle, Tour Element */
.tw-toggle .vc_toggle_title,
.tw-tour.wpb_tour .wpb_tabs_nav li,
.tw-accordion.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{
    margin: 0 0 -1px 0;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.tw-toggle .vc_toggle_title > h4,
.tw-tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.tw-accordion.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: #424242;
    padding: 18px 22px;
    display: block;
    margin-bottom: 0;
}
.tw-toggle .vc_toggle_title i,
.tw-tabs .wpb_tabs_nav a > i,
.tw-accordion .wpb_accordion_header a > i{
    font-size: 14px;
    padding-right: 10px;
    position: relative;
    top: 1px;
    margin: -3px 0;
}
.tw-accordion.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon{
    background: none;
    width: 12px;
    height: 14px;
    right: 20px;
    line-height: 1;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
}
.tw-accordion .ui-state-default .ui-icon:before{
    font-family: FontAwesome;
    content: '\f055';
}
.tw-accordion .ui-state-active .ui-icon:before{
    content: '\f056';
}
.tw-toggle.vc_toggle_active .vc_toggle_title,
.tw-toggle .vc_toggle_title:hover,
.tw-tour.wpb_tour .wpb_tabs_nav li.ui-tabs-active,
.tw-tour.wpb_tour .wpb_tabs_nav li:hover,
.tw-accordion.wpb_accordion .wpb_accordion_wrapper .ui-accordion-header-active,
.tw-accordion.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover,
.tw-toggle.vc_toggle_active .vc_toggle_title > h4,
.tw-toggle .vc_toggle_title:hover > h4,
.tw-tour.wpb_tour .wpb_tabs_nav li.ui-tabs-active a,
.tw-tour.wpb_tour .wpb_tabs_nav li:hover a,
.tw-accordion.wpb_accordion .wpb_accordion_wrapper .ui-accordion-header-active a,
.tw-accordion.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover a{
    color: #fff;
}
.tw-accordion.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{
    padding: 25px 0;
}
.tw-accordion-tab{
    padding-top: 0;
    padding-bottom: 0;
}
.tw-tour.wpb_tour .wpb_tabs_nav{
    margin-right: 30px;
}
.tw-tour .wpb_tour_tabs_wrapper .tw-element{
    padding: 0;
}
.tw-tour .wpb_tour_next_prev_nav{
    padding-left: 30px;
}



.btn{
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 16px 25px;
    border: 2px solid transparent;
    letter-spacing: 0.05em;
    background: #424242;
    color: #fff;
}
.tw-accordion .wpb_accordion_header a,
.tw-toggle .vc_toggle_title > h4,
.tw-tour .wpb_tabs_nav a,
.tw-tabs .wpb_tabs_nav a,
.tw-pagination ul.page-numbers li > a,
.btn{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.tw-accordion .wpb_accordion_header a>span,
.tw-toggle .vc_toggle_title > h4>span,
.tw-tour .wpb_tabs_nav a>span,
.tw-tabs .wpb_tabs_nav a>span,
.tw-pagination ul.page-numbers li > a:after,
.waves-btn > a:after,
.btn>span {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #424242;
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    -webkit-transform-origin: 0 50% !important;
    transform-origin: 0 50% !important;
    -webkit-transition-property: transform !important;
    transition-property: transform !important;
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important;
}
.tw-accordion .wpb_accordion_header a>span,
.tw-toggle .vc_toggle_title > h4>span,
.tw-tour .wpb_tabs_nav a>span,
.tw-tabs .wpb_tabs_nav a>span{
    background: #598feb;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
    -webkit-transform-origin: 50% 0 !important;
    transform-origin: 50% 0 !important;
}
.btn.more-link>span, 
.tw-pagination ul.page-numbers li > a:after{
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}
.btn.btn-border{
    color: #424242;
    border-color: #424242;
    background: transparent;
}
.btn:hover{
    color: #fff;
}
.tw-accordion .wpb_accordion_header:hover a>span,
.tw-accordion .wpb_accordion_header.ui-accordion-header-active a>span,
.tw-toggle .vc_toggle_title > h4:hover>span,
.tw-toggle.vc_toggle_active .vc_toggle_title > h4 > span,
.tw-tour .wpb_tabs_nav li:hover a>span,
.tw-tour .wpb_tabs_nav li.ui-tabs-active a>span,
.tw-tabs .wpb_tabs_nav li:hover a>span,
.tw-tabs .wpb_tabs_nav li.ui-tabs-active a>span{
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}
.tw-pagination ul.page-numbers li > a:hover:after,
.tw-pagination ul.page-numbers li > a:focus:after,
.tw-pagination ul.page-numbers li > a:active:after,
.waves-btn > a:hover:after,
.btn:hover>span, .btn:focus>span, .btn:active>span{
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}
.btn-s{
    min-width: 90px;
    padding: 12px 16px;
    font-size: 10px;
}
.btn-m{
    padding: 16px 23px;
}
.btn-l{
    padding: 20px 26px;
    font-size: 12px;
}
.btn-xl{
    padding: 24px 29px;
    font-size: 13px;
}
.btn i{
    margin-left: 10px;
}



/* Callout Element */
.tw-callout{
    font-size: 15px;
    text-transform: uppercase;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.tw-callout > p{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.tw-callout > p:last-child{
    padding-right: 0;
}
.tw-callout .btn{
    margin: 5px 0 5px 20px;
    font-weight: normal;
}


/* Carousel Element */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* Owl Carousel Start*/

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
    margin: 40px 2px 0;
    padding: 3px;
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(26,26,26,.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

/* Twitter Carousel Testimonials */
.tw-testimonial{
    text-align: center;
}
.tw-testimonial > i{
    font-size: 42px;
    margin-bottom: 32px;
}
.testimonial-item{
    display: none;
}
.testimonial-item:first-child{
    display: block;
}
.testimonial-content{
    font-size: 16px;
    line-height: 1.4;
    max-width: 720px;
    margin: 0 auto;
}
.testimonial-content > p{
    margin-bottom: 10px;
}

/* display none until init */

.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel li{
    list-style: none;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
    position: relative;
    overflow: hidden;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-pagination{
    text-align: center;
}
.image-slide-container .owl-controls .owl-buttons div{
    position: absolute;
    top: 50%;
    left: 30px;
    color: #fff;
    font-size: 10px;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #598feb;
    background-color: #598feb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.image-slide-container .owl-controls .owl-buttons div:hover{
    border: 2px solid #424242;
    background-color: #424242;
    color: #598feb;
}
.image-slide-container .owl-controls .owl-buttons div.owl-next{
    left: auto;
    right: 30px;
}

/* mouse grab icon */
.grabbing { 
    cursor:url(assets/img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}


/* Theme Post Carousel */
.tw-carousel-container{
    position: relative;
}
.tw-post-carousel{
    margin: 0 -15px;
}
.tw-post-carousel .tw-owl-item{
    padding: 0 15px;
}
.tw-post-carousel .carousel-thumb{
    margin-bottom: 25px;
    background: #598feb;
    color: #fff;
    text-align: center;
    line-height: 0;
}
.tw-post-carousel .format-icon{
    display: table;
    width: 100%;
}
.tw-post-carousel .format-icon:before{
    font-family: 'Fontawesome';
    font-size: 35px;
    display: table-cell;
    vertical-align: middle;
    content: '\f1c5';
}
.tw-carousel .carousel-title{    
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tw-carousel .carousel-title a{
    color: #424242;
}
.tw-carousel .carousel-title a:hover{
    color: #808080;
}
.tw-carousel .tw-owl-item{
    display: none;
}
.tw-carousel > .tw-owl-item:first-child{
    display: block;
    margin: 0 auto;
    width: 400px;
}
.owl-carousel .tw-owl-item{
    display: block;
}
/* Partner Carousel */
.tw-partner{
    text-align: center;
    padding-bottom:0;
}
.tw-partner.tw-carousel-container:not(.dark) img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.tw-partner.tw-carousel-container img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.ui-tooltip.tw-tooltip{
    padding: 8px 15px 6px;
    font-size: 10px;
    text-transform: uppercase;
    background: rgba(0,0,0,.8);
    color:#fff;
    border-style: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ui-tooltip.tw-tooltip>.ui-tooltip-content{
    position: relative;
}
.ui-tooltip.tw-tooltip>.ui-tooltip-content:after{
    position: absolute;
    content:'';
    border-top:  4px solid rgba(0,0,0,.8);
    border-left: 5px solid transparent;
    border-right:5px solid transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}
.ui-tooltip.tw-tooltip.top-arrow>.ui-tooltip-content:after{
    position: absolute;
    content:'';
    border-bottom: 4px solid rgba(0,0,0,.8);
    top: -12px;
    bottom: auto;
    border-top: none;
}


/* Single Portfolio */

article.single-portfolio .media-container img{
    width: 100%;
}
article.single-portfolio > .media-container{
    margin-bottom: 60px;
}
.portfolio-image{
    margin-bottom: 30px;
}
.portfolio-image:last-child{
    margin-bottom: 0;
}
.col-md-4 > .portfolio-meta,
.col-md-4 > .portfolio-single-content {
    padding-left: 30px;
}
.portfolio-single-content p.meta-text{
    margin-bottom: 25px;
}
.portfolio-single-content p.meta-text a{
    color: #808080;
}
.portfolio-single-content p.meta-text a:hover{
    color: #598feb;
}
.portfolio-single-content > ul,
.portfolio-single-content .col-md-8 > ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.portfolio-single-content > ul li:before,
.portfolio-single-content .col-md-8 > ul li:before{
    font-family: FontAwesome;
    content: '\f111';
    font-size: 8px;
    margin: 0 15px 0 1px;
    vertical-align: middle;
    color: #598feb;
}
h5.meta-title{
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
.portfolio-btn{
    border: 2px solid #598feb;
    background: #598feb;
    margin-top: 30px;
    padding: 17px 21px;
}
.portfolio-meta .portfolio-btn{
    margin: 0 0 30px;
}
.portfolio-social{
    margin-bottom: 30px;
}
.portfolio-social a{
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 14px;
    color: #424242;
    border: 1px solid #dbdbdb;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.portfolio-social a:hover{
    background: #dbdbdb;
}

.single-portfolio .col-md-4.pos-top{
    position: fixed;
}
.single-portfolio .col-md-4.pos-bottom{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* Portfolio */
.tw-isotope-container{overflow: hidden;}
.tw-portfolio .isotope-container{
    margin: 0 -3px -3px 0;
}
.tw-portfolio article.portfolio{
    padding: 0 3px 3px 0;
    max-width: 100%;
}
.tw-portfolio h2.portfolio-title{
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0;
}
.tw-portfolio h2.portfolio-title a{
    color: #424242;
}
.tw-portfolio .portfolio-content a{
    color: #757575;
}
.tw-portfolio .portfolio-content{
    padding: 25px 10px 22px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}
.tw-portfolio .portfolio-meta{
    display: block;
    margin-top: 6px;
}
.portfolio-thumb>img{
    width:100%;
}
.portfolio-thumb {
    position: relative;
    overflow: hidden;
    max-height: 100%;
}

/* Portfolio Hover Content */
.tw-portfolio .layout2 .image-overlay > img{
    margin-top: -20px;
}
.tw-portfolio .image-overlay .portfolio-title{
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 20px;
    color: #fff;
}

/* Portfolio Animation */
div.isotope-container article.initing{
    -webkit-transition-duration: 0.5s !important;
    -moz-transition-duration: 0.5s !important;
    -ms-transition-duration: 0.5s !important;
    -o-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
}
article.not-inited{
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -ms-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 0;
}

/* Related portfolios */
#main .related_portfolios{
    border-top: 1px solid #dbdbdb;
    margin-top: 70px;
    padding-top: 60px;
}

/* Portfolio hover */

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(89,143,235,.9);
    text-align: center;
}
.image-overlay:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.waves-thumbnail:hover .image-overlay{
    opacity: 1;
}
.portfolio-thumb .image-overlay a:hover, 
.portfolio-thumb:hover .image-overlay{
    opacity: 1;
}

/* Graph Chart, Pie Chart on Page Builder */
.list-desc,.with-list-desc{
    display: inline-block;
    vertical-align: middle;
}
.list-desc{
    width: 30%;
    opacity: 0;
}
.with-list-desc{
    width: 70%;
}
.list-desc>ul{
    list-style: none;
    margin: 0;
    padding-left: 10px;
}
.list-desc>ul>li>i{
    display: inline;
    margin-right: 10px;
    font-size: 6px;
}

/* Circle Chart Element */
.tw-circle-chart-inner {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    color: #4c4c4c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tw-circle-chart-inner>span{
    display: inline-block;
}
.tw-circle-chart-inner.style_2 {
    display: inline-block;
    *display: inline;
    margin: 0 10px 10px 0;
}
.tw-circle-chart-inner canvas {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.tw-circle-chart > h5{
    font-size: 13px;
    text-transform: uppercase;
    margin: 25px 0 0;
    text-align: center;
}


/* Separator Element */
.tw-divider{
    position: relative;
    text-align: center;
}
.tw-divider>.divider-line{
    position: relative;
    margin: 0 auto;
    border-top-style: solid;
}
.tw-divider.type-dashed>.divider-line{
    border-top-style: dashed;
}
.tw-divider>.divider-icon{
    position: absolute;
    width: 58px;
    text-align: center;
}
.tw-divider>.divider-icon i{
    padding: 0 1px;
    font-size: 21px;
    font-family: FontAwesome;
}
.divider-icon.center{left:50%;}
.divider-icon.left{left:0; width: 40px; text-align: left;}
.divider-icon.right{right:0; width: 40px; text-align: right;}
.divider-line.left{margin-left:0;}
.divider-line.right{margin-right:0;}


/* Heading Element */
.tw-heading{
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    line-height: 0;
}
.tw-heading.left{text-align: left;}
.tw-heading.right{text-align: right;}
.tw-heading i{
    line-height: 1;
    font-size: 28px;
    margin-bottom: 15px;
}
.tw-heading>.heading-title{
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}
.tw-heading .tw-shape{
    margin-top: 25px;
}
.tw-heading .title-seperator{
    margin-top: 15px;
}
.title-seperator{
    width: 60px;
    height: 3px;
    background: rgba(0,0,0,.14);
    display: inline-block;
}
/* Newsletter Element */
.tw-newsletter{
    border: 1px solid #dbdbdb;
    padding: 55px 65px;
}
.newsletter-seperator{
    width: 60px;
    border-top: 3px solid #598feb;
    display: inline-block;
}
.newsletter-title{
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-left: -1px;
}
.newsletter-subtitle{
    font-size: 18px;
    line-height: 1;
    color: #424242;
}
.newsletter-form{
    margin-top: 13px;
}
.newsletter-form input{
    width: 100%;
}
.newsletter-form label:not(.wysija-checkbox-label){
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #424242;
    line-height: 0.9;
    margin-bottom: 18px;
}
.newsletter-form label.wysija-checkbox-label{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
}
.newsletter-form .wysija-checkbox {
    width: 13px;
    display: inline-block;
}
.newsletter-heading{
    margin-top: 25px;
}
.newsletter-desc{
    margin-top:17px;
}
.newsletter-desc p{
    margin-bottom: 15px;
}
.newsletter-desc ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.newsletter-desc ul li{
    line-height: 2.4;
}
.newsletter-desc ul li:before{
    font-family: FontAwesome;
    content: '\f01d';
    font-size: 14px;
    color: #598feb;
    margin-right: 14px;
    vertical-align: middle;
}
.tw-newsletter.layout2{
    border: none;
}
.tw-newsletter.layout2 .newsletter-content,
.tw-newsletter.layout2 .newsletter-form{
    float: none;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
}
.tw-newsletter.layout2 .newsletter-content{
    margin-bottom: 80px;
}


/* List Element */

.tw-list ul{
    list-style: none;
    padding-left: 0;
    margin: 0 0 0 30px;
}
.tw-list li>i{
    color: #598feb;
    padding: 1px;
    width: 25px;
    text-align: left;
}
.tw-list li{
    line-height: 2.3;
}
.tw-list li>img{
    max-width: 30px;
    padding-right: 12px;
}



/* Message Box Element*/
.alert{
    position: relative;
    margin-bottom: 6px;
    padding: 12px 15px;
    background: #f5f5f5;
    color: #999;
}
.alert i{
    margin-right: 15px;
    width: 10px;
    text-align: center;
    font-weight: bold;
}
.alert i.fa-close{
    position: absolute;
    right: 5px;
    top: 17px;
}
.alert:last-child{
    margin-bottom: 0;
}
.alert-success,
.alert-success a{
    background-color: #ccfff7;
    color: #15d6b6;
}
.alert-info,
.alert-info a{
    background-color: #cceeff;
    color: #00a0f0;
}
.alert-warning,
.alert-warning a{
    background-color: #ffccd4;
    color: #598feb;
}
.alert-question,
.alert-question a{
    background-color: #fffbe5;
    color: #e5bf00;
}
.alert-safe,
.alert-safe a{
    background-color: #daccff;
    color: #8b6ae6;
}



/* Milestone Element */

.tw-milestones-box{
    position: relative;
}
.tw-milestones-count>.tw-milestones-show{
    float: left;
}
.tw-milestones-show.not-animated,
.tw-milestones-show.empty{
    opacity: 0;
}
.milestones-title{
    font-size: 11px;
    line-height: 1;
    margin-bottom: 0;
}
.milestones-title,
.tw-milestones-count{
    color: #424242;
    text-transform: uppercase;
}
.tw-milestones-count{
    font-size: 42px;
    line-height: 1;
    display: inline-block;
    *display: inline;
    margin: 0 0 3px;
}
.tw-milestones-icon,.tw-milestones-content{
    text-align: center;
}
.tw-milestones-icon{
    margin-bottom: 10px;
}
.tw-milestones-content span{
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 2.18;
    color: #b2b2b2;
    font-weight: 600;
}
.thumb-left>.tw-milestones-icon{
    position: absolute;
    left: 0;
    top: 0;
    margin: 2px 0 0;
}
.thumb-left>.tw-milestones-content{
    text-align: left;
}




/* Price Block Element */
.tw-element.tw-pricing{
    padding-left: 0;
    padding-right: 0;
}
.pricing-column {
    position: relative;
    text-align: center;
    line-height: 1;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
}
.pricing-column:first-child{
    border-left-width: 1px;
}
.pricing-column.featured .pricing-header{
    margin: -1px -1px 0 -1px;
    padding-top: 40px;
}
.pricing-column.featured .pricing-header h1,
.pricing-column.featured .pricing-top > span{
    color: #fff;
}
.pricing-column.featured .pricing-footer{
    padding-bottom: 60px;
    border-left: 1px solid #dbdbdb;
    margin-left: -1px;
}
.pricing-column .pricing-header{
    position: relative;
    background-color: #f5f5f5;
    padding: 48px 0 35px;
    border-bottom: 1px solid #dbdbdb;
}
.pricing-header h1{
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}
.pricing-header i{
    font-size: 21px;
    color: #fff;
    margin-bottom: 18px;
}
.pricing-top > span{
    color: #424242;
    font-size: 11px;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0 5px;
}
.pricing-top .symbol{
    font-size: 16px;
}
.pricing-top .price{
    font-size: 42px;
}
.pricing-top h4{
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
}
.pricing-content{
    padding: 25px 0;
}
.pricing-content ul {
    margin: 0;
    padding: 0;
}
.pricing-content ul li{
    padding: 8px;
    list-style: none;
    margin: 0;
    line-height: 1.6;
    color: #a3a3a3;
}
.pricing-column .pricing-footer{
    padding-bottom: 40px;
    position: relative;
}
.pricing-footer a{
    border: 2px solid #dbdbdb;
    background: #dbdbdb;
    padding: 17px 23px;
}
.column-2>.vc_tw_pricingtable_item.vc_element,/* For VC Frontend Editor */
.column-2>.pricing-column{
    width: 50%;
    display: inline-block;
}
.column-3>.vc_tw_pricingtable_item.vc_element,/* For VC Frontend Editor */
.column-3>.pricing-column{
    width: 33.3%;
    display: inline-block;
}
.column-4>.vc_tw_pricingtable_item.vc_element,/* For VC Frontend Editor */
.column-4>.pricing-column{
    width: 25%;
    display: inline-block;
}
.column-5>.vc_tw_pricingtable_item.vc_element,/* For VC Frontend Editor */
.column-5>.pricing-column{
    width: 20%;
    display: inline-block;
}



/* Progress bar Element */

.tw-progress.vc_progress_bar .vc_single_bar{
    height: 10px;
    margin: 20px 0 45px;
    box-shadow: none;
    background: #ebebeb;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.tw-progress.vc_progress_bar .vc_single_bar .vc_bar{
    -webkit-border-radius: 1px 0 0 1px;
    -moz-border-radius: 1px 0 0 1px;
    border-radius: 1px 0 0 1px;
}
.tw-progress .vc_single_bar .vc_label_units, 
.tw-progress.vc_progress_bar .vc_single_bar .vc_label{
    position: absolute;
    right: 0;
    top: -28px;
    color: #424242;
    font-size: 12px;
}
.tw-progress.vc_progress_bar .vc_single_bar .vc_label{
    right: auto;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}

/* IconBox Element */

.tw-iconbox-box{
    position: relative;
}
.tw-iconbox.top-iconbox .tw-iconbox-box{
    padding: 0 20px;
}
.tw-iconbox.top-iconbox .tw-iconbox-content{
    text-align: center;
    margin-top: 28px;
}
.tw-iconbox-box .tw-iconbox-icon{
    display: block;
    text-align: center;
    cursor: pointer;
}
.tw-iconbox-box .tw-iconbox-content p{
    margin-bottom: 10px;
}
.iconbox-title{
    position: relative;
}
.iconbox-title .small-icon{
    position: absolute;
    top: 50%;
    left: 0;
}
.tw-iconbox-box h3{
    cursor: pointer;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.small-left-iconbox .tw-iconbox-box h3,
.small-right-iconbox .tw-iconbox-box h3{
    margin-bottom: 28px;
}
.no-margin.small-left-iconbox .tw-iconbox-box h3,
.no-margin.small-right-iconbox .tw-iconbox-box h3{
    margin-bottom: 0;
}
.tw-iconbox-content a.read-more{
    color: #8f8f8f;
    font-size: 10px;
    text-transform: uppercase;
}
.tw-iconbox-content a.read-more:hover{
    color: #598feb;
}
.tw-iconbox-content a.read-more i{
    padding-left: 10px;
    font-size: 13px;
    position: relative;
    top: 1px;
}
.left-iconbox .tw-iconbox-icon,.right-iconbox .tw-iconbox-icon{
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
}
.small-right-iconbox .iconbox-title .small-icon,
.right-iconbox .tw-iconbox-icon{
    left: auto;
    right: 0;
}
.small-right-iconbox .tw-iconbox-box .tw-iconbox-content,
.right-iconbox .tw-iconbox-box .tw-iconbox-content{
    text-align:right;
}

.fi{
    border-style: solid;
    border-width: 0;
    text-align:center;
    margin: 0 auto;
    font-style: normal;
}
.fi,.fi:after,.fi:before{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fi.vc_pixel_icon {
    background-position: center;
}
.fi-rotate{
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    -ms-transform:      rotate(45deg);
    transform:          rotate(45deg);
}
.fi-rotate:before{
    display: inline-block;
    -webkit-transform:  rotate(-45deg);
    -moz-transform:     rotate(-45deg);
    -o-transform:       rotate(-45deg);
    -ms-transform:      rotate(-45deg);
    transform:          rotate(-45deg);
}

/* IconBox Hover */

.tw-iconbox-icon i>span{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}
.tw-iconbox-icon i>span{
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
.tw-iconbox-icon i.iconbox-hover1>span,
.tw-iconbox-icon i.iconbox-hover2:hover>span{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.tw-iconbox-icon i.iconbox-hover1:hover>span{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.tw-iconbox-icon i.iconbox-hover3 {
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.tw-iconbox-icon i.iconbox-hover3>span {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.tw-iconbox-icon i.iconbox-hover3:hover>span{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
}

.tw-iconbox-icon i.iconbox-hover4{
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;	
}
.tw-iconbox-icon i.iconbox-hover4:before{
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.tw-iconbox-icon i.iconbox-hover4:hover:before{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.tw-iconbox-icon i.iconbox-hover4>span{
    top: -8px;
    left: -8px;
    padding: 7px;
    z-index: -1;
    opacity: 0;
    box-shadow: 3px 3px rgba(255,255,255,1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tw-iconbox-icon i.iconbox-hover4:hover>span{
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}



/* Team Element */
.tw-team.style-2>.team-member{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:solid 1px transparent;
    padding: 80px 0;
}
.tw-team.style-2>.team-member:hover{
    border-color:#dbdbdb;
}
.team-member{
    text-align: center;
}
.member-title,
.member-title a{
    text-transform: uppercase;
    margin-bottom: 26px;
    color: #424242;
}
.member-title>h6{
    margin-bottom: 4px;
}
.member-pos{
    font-size: 10px;
}
.member-image>img{
    width: 100%;
}
.member-image:hover .image-overlay{
    opacity: .9;
}
.member-image{
    position: relative;
    overflow: hidden;
    max-width: 162px;
    margin: 0 auto 36px;
}
.member-image a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.member-image .tw-plus{
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
}
.member-image .horz{
    width: 60px;
    height: 1px;
    margin-left: -30px;
}
.member-image .vert{
    width: 1px;
    height:60px;
    margin-top: -30px;
}
/* Testimonial Element */
.waves-carousel-testimonial .testimonial-content{
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    max-width: 820px;
    margin: 0 auto;
}
.testimonial-content > span{
    font-size: 11px;
    text-transform: uppercase;
}
.testimonial-content .testimonial-pos:before{
    font-family: FontAwesome;
    content: '\f111';
    padding: 0 10px;
    font-size: 4px;
    vertical-align: middle;
}
.testimonial-avatar img{
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 35px;
}

.waves-carousel-testimonial.style_2 .testimonial-item{
    position: relative;
    padding-left: 100px;
    min-height: 75px;
    text-align: left;
}
.waves-carousel-testimonial.style_2 .testimonial-content{
    margin: 6px 0 0;
    max-width: 100%;
    font-size: 13px;
    font-style: italic;
    line-height: 1.8;
    color: #999;
}
.waves-carousel-testimonial.style_2 .testimonial-avatar img{
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 5px;
}

/* Twitter Element*/

ul.jtwt, aside.widget ul.jtwt { position: relative; list-style: none; margin: 0;padding-left: 60px;}
ul.jtwt li{ margin: 0 0 30px; min-height: 28px; list-style: none;}
aside.widget ul.jtwt li { margin-bottom: 5px; }
ul.jtwt li:before{
    position: absolute;
    left: 0;
    display: inline-block;
    margin-top: 5px;
    color: #666;
    background: #fff;
    content: "\f099";
    text-decoration: inherit;
    font-size: 16px;
    font-family: FontAwesome;
    speak: none;
    width: 42px;
    height: 42px;
    text-align: center;
    border: 1px solid #666;
    padding-top: 5px;

}
.jtwt_loader { font-weight: normal; }
.twitter-follow {
    display: inline-block;
}
aside.widget .twitter-follow { margin-top: 30px; }
.twitter-follow a span{
    border-width: 1px;
    background: none;
    color: #ccc;
    border-color: #ccc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.twitter-follow a{
    margin: 0;
}
.twitter-follow a.btn:hover{
    background: #e6e6e6;
}
.twitter-follow a.btn:hover span{
    background: #598feb;
    border-color: #598feb;
    color: #fff;
}



/* Twitter and Testimonial Carousel Element*/

.waves-carousel-twitter.list_carousel,
.waves-carousel-testimonial.list_carousel{
    position: relative;
    text-align: center;
    margin: 0;
}
.waves-carousel-twitter .waves-carousel p{
    float: none;
    opacity: 1;
}
.waves-carousel-twitter .waves-carousel p:first-child{
    opacity: 1;
}
.waves-carousel-twitter p{
    max-width: 900px;
    margin: 0 auto;
}
.waves-carousel-twitter .owl-theme .owl-controls .owl-page{
    margin: 18px 2px 0;
}

/* Twitter Carousel Element*/
.waves-carousel-twitter .waves-carousel p {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
}
.waves-carousel-twitter .waves-carousel .twitter_time{
    display: block;
    font-size: 13px;
}
.waves-carousel-twitter .twitter-follow{
    margin: 10px 0 0 0;
}
.waves-carousel-twitter a,
.waves-carousel-twitter .twitter-item{
    color: #4c4c4c;
}
.waves-carousel-twitter .twitter-follow a{
    font-weight: bold;
    font-size: 13px;
}

.waves-carousel-twitter > i{
    display: block;
    margin-bottom: 30px;
    font-size: 32px;
}
.waves-carousel-twitter.style_2 .waves-carousel p{
    font-size: 15px;
    font-weight: 400;
}
.waves-carousel-twitter.style_2 .waves-carousel .twitter_time{
    color: #ccc;
    margin-top: 8px;
    font-style: italic;
}
.waves-carousel-twitter.style_2 .owl-controls .owl-pagination{
    margin: 7px 0 20px;
}

.waves-carousel-testimonial.style_1 .owl-theme .owl-controls .owl-page span,
.waves-carousel-testimonial.style_2 .owl-theme .owl-controls .owl-page span,
.waves-carousel-twitter.style_2 .owl-theme .owl-controls .owl-page span{
    width: 20px;
    height: 4px;
    border: none;
    background-color: #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Page Builder Elements End */


/* Blog */
.tw-blog .entry-block{
    position: relative;
    padding-left: 100px;
    min-height: 140px;
    margin-bottom: 80px;
}
.tw-blog article.hentry:last-child .entry-block{
    margin-bottom: 0;
}
.waves-thumbnail{
    position: relative;
    overflow: hidden;
}
.tw-blog .entry-media{
    margin-bottom: 25px;
}
.tw-blog .entry-media{
    line-height: 0;
}
.carousel-thumbnail.waves-thumbnail{
    margin: 0;
    margin-bottom: 10px;
}
.entry-content p:last-child{
    margin-bottom: 0;
}
.entry-meta{
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
}
.entry-meta a{
    color: #808080;
}
.entry-meta a:hover{
    color: #000;
}
.entry-meta>span:after{
    content: '·';
    padding: 0 10px;
}
.entry-meta>span:last-child:after{
    display: none;
}
.abs-meta{
    position: absolute;
    left: 0;
    width: 70px;
    text-align: center;
    color: #424242;
}
.abs-meta .meta-date{
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.abs-meta .meta-date .date{
    color: #598feb;
    font-size: 24px;
    display: block;
}
.abs-meta .format-icon:before{
    font-family: 'Fontawesome';
    font-size: 21px;
    line-height: 68px;
    margin-top: -1px;
    display: block;
    content: '\f1c5';
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.format-quote .format-icon:before,
.format-icon.quote:before{
    content: '\f10e';
}
.format-link .format-icon:before,
.format-icon.link:before{
    content: '\f0c1';
}
.format-audio .format-icon:before,
.format-icon.audio:before{
    content: '\f025';
}
.format-video .format-icon:before,
.format-icon.video:before{
    content: '\f1c8';
}
.format-status .format-icon:before,
.format-status.video:before{
    content: '\f044';
}
.entry-media .waves-thumbnail:hover>img,
.image-slide-container:hover .tw-owl-item img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.entry-title{
    margin-bottom: 18px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
}
.entry-title a {
    color: #424242;
}
.entry-title a:hover {
    color: #598feb;
}
.entry-content .more-link{
    font-size: 10px;
    border: 1px solid #dbdbdb;
    padding: 15px 20px;
    margin: 5px 0 0 0;
}

/* Blog page template */
.tw-blog > .isotope-container{
    margin: 0 -15px;
}
.tw-blog .isotope-container .entry-block{
    padding: 0 15px 40px;
    margin-bottom: 0;
}
.isotope-container .entry-title{
    font-size: 13px;
    margin-bottom: 12px;
}
.isotope-container .link-content, .isotope-container .format-quote blockquote{
    padding: 60px 55px;
}
.isotope-container .link-content .link-text, .isotope-container .format-quote .quote-text{
    font-size: 16px;
}

/* Filter */
.waves-portfolio .tw-filters ul li{
    margin-bottom: 15px;
}
.waves-portfolio.fullwidth .tw-filters{
    margin-bottom: 30px; text-align: center;
}
.waves-portfolio .tw-infinite-scroll a,
.waves-portfolio .waves-pagination-container{
    margin-top: 15px;
}
.waves-portfolio.fullwidth .tw-infinite-scroll a,
.waves-portfolio.fullwidth .waves-pagination-container{
    margin-top: 30px;
}
.tw-infinite-scroll{
    text-align: center;
}
.waves-portfolio.fullwidth .waves-pagination-container{
    margin-top: 30px; text-align: center;
}
.tw-filters ul.filters{
    text-align: center;
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}
.tw-filters ul.filters li{
    display: inline-block;
}
.tw-filters a{
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 14px 16px;
    margin: 0 1px;
}
.tw-filters a:hover,
.tw-filters a.selected{
    color: #fff;
    background: #598feb;
    border-color: #598feb;
}

/* Sticky Post */
.sticky .abs-meta .meta-date{
    background: #598feb;
    border-color: #598feb;
    color: #fff;
}
.sticky .abs-meta .format-icon:before{
    border-color: #598feb;
    color: #598feb;
}
.sticky .abs-meta .meta-date .date{
    color: #fff;
}
.sticky .abs-meta .format-icon:before{
    margin-top: -3px;
    content: '\f08d';
}

/* Link post format */
.link-content, 
.format-quote blockquote{
    position: relative;
    margin: 0;
    padding: 75px 80px;
    background-size: cover;
    background-color: #292929;
}
.link-content .link-text,
.format-quote .quote-text{
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
}
.link-content .sub-title, 
.format-quote .qoute-author{
    position: relative;
    padding-left: 20px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 30px 0 0;
    font-weight: bold;
}
.link-content .sub-title:before,
.format-quote .qoute-author:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 1px;
    background: #fff;
}
.link-content a{
    color: #fff;
}
.format-quote blockquote > span:before{
    content: '``';
    padding-right: 5px;
}
.format-quote blockquote > span:after{
    content: '``';
    padding-left: 4px;
}

/* Status post format */
.tw-blog .entry-status p{
    margin-bottom: 0;
}
.format-status iframe.twitter-tweet {    
    margin: 0 !important;    
    width: 100% !important;

}


/* Gallery post format */

.gallery-item {
    float: left;
    width: 33.3%;
}

/* Image slide format */

.image-slide-container {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}
.image-slide-container .tw-owl-item {
    opacity: 0;
    position: absolute;
    margin-left: 0;
    margin-right: 0;
}
.image-slide-container .tw-owl-item img {
    width: 100%;
}
.image-slide-container .tw-owl-item:first-child {
    opacity: 1;
    position: static;
    display: block;
}
.image-slide-container.list_carousel .owl-buttons {
    position: static;
}
.image-slide-container.list_carousel .owl-buttons div {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -20px;    
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(26,26,26,0.8);
    color: #fff;
}
.image-slide-container.list_carousel .owl-buttons div.owl-next {
    left: auto;
    right: 20px;
}
.image-slide-container .owl-controls .owl-pagination{
    display: none;
}

/* Chat Posts */
.format-chat .entry-content p{
    background: #f2f2f2;
    border-left: 7px solid #598feb;
    padding-bottom: 2px;
    padding-left: 13px;
    margin: 0;
}
.format-chat .entry-content p:nth-child(odd) {
    background: #fcfcfc;
    border-left-color: #f2f2f2;
}

/* Blockquote Main */
.col-md-12 > .entry-content > blockquote{
    max-width: 900px;
}
.entry-content > blockquote{
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 700px;
    padding: 20px 70px 20px 100px;
    position: relative;
}
.entry-content > blockquote:before{
    font-family: 'Fontawesome';
    content: "\f02e";
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 70px;
    color: #598feb;
}

/* Pagination */

.tw-pagination ul.page-numbers{
    margin: 20px 0 0;
    padding: 0;
}
.tw-pagination ul.page-numbers li{
    list-style: none;    
    float: left;
    margin: 0;
    padding: 0;
}
.tw-pagination ul.page-numbers li > span.current,
.tw-pagination ul.page-numbers li > a{
    font-size: 11px;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #dbdbdb;
    margin-right: -1px;
    position: relative;
}
.tw-pagination ul.page-numbers li > a i{
    font-size: 10px;
}
.tw-pagination ul.page-numbers li:last-child > a,
.tw-pagination ul.page-numbers li:last-child > a:after,
.tw-pagination ul.page-numbers li:last-child > span{
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.tw-pagination ul.page-numbers li:first-child > a,
.tw-pagination ul.page-numbers li:first-child > a:after,
.tw-pagination ul.page-numbers li:first-child > span{
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.tw-pagination ul.page-numbers li span.current{
    background: #598feb;
    border-color: #598feb;
    color: #fff;
}
.tw-pagination ul.page-numbers li > a:hover{
    color: #fff;
}
.tw-infinite-scroll a,
.tw-portfolio .tw-pagination ul.page-numbers{
    margin-top: 50px;
}

/* Infinite Scroll */

.tw-infinite-scroll>.loading,
.tw-infinite-scroll[data-has-next="false"]>.next,
.tw-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
    padding: 9px 18px;
}
.tw-infinite-scroll[data-has-next="false"]{
    display: none;
}


/* One Page Header */
.onepage-header-container {
    overflow: hidden;
    min-height: 1px;
}
.onepage-header-container,.onepage-header-content{
    position: relative;
    z-index: 5;
}
.onepage-header-bg-container{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}
.onepage-slide-item>img{
    width: 100%;
}
.onepage-header-bg-container.onepage-header-image{
    background-size: cover;
}

.onepage-slider-container{
    position: relative;
}
.onepage-slider-container>.onepage-slider-item{
    opacity: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.onepage-slider-container>.onepage-slider-item.selected{
    opacity: 1;
    z-index: 1;
}

/* ------------ If Container select Dark styles ------------- */

.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,
.dark p,
.dark span,
.dark label,
.dark .tw-element,
.dark a,
.dark ul,
.dark .newsletter-form label:not(.wysija-checkbox-label),
.dark .tw-iconbox-content a.read-more, 
.dark .tw-milestones-count, 
.dark.tw-testimonial,
.dark .tw-carousel .carousel-title a,
.dark .pricing-content ul li,
.dark.tw-progress .vc_single_bar .vc_label_units,
.dark.tw-progress.vc_progress_bar .vc_single_bar .vc_label,
.dark .vc_toggle_content,
.dark.tw-toggle .vc_toggle_title > h4,
.dark.tw-tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.dark.tw-tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.dark.tw-accordion.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a, 
.dark .tw-social-icon a:hover,
.dark aside.widget a:hover,
.footer-dark .waves-bottom h3.widget-title,
.footer-dark .waves-bottom aside.widget a:hover
{
    color: #fff;
}
.dark .tw-carousel .carousel-title a:hover{
    color: #999;
}
.dark .tw-social-icon a{
    color: #1c1c1c;
}
.dark .owl-theme .owl-controls .owl-page.active span, 
.dark .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #fff;
    border-color: #fff;
}
.dark .owl-theme .owl-controls .owl-page span{
    border-color: rgba(255,255,255,.5);
}
.dark .title-seperator{
    background: rgba(255,255,255,.14);
}
.dark.tw-toggle .vc_toggle_title, .dark.tw-tour.wpb_tour .wpb_tabs_nav li,
.dark.tw-accordion.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{
    background: #000;
    border-color: #3d3d3d;
    color: #dbdbdb;
}
.dark .pricing-column,
.dark .pricing-column .pricing-header,
.dark .pricing-column.featured .pricing-footer,
.dark.tw-tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.dark.tw-newsletter,
.dark input[type="text"].wysija-input,
.dark aside.widget ul li,
.dark .widget .tagcloud a,
.footer-dark .waves-bottom aside.widget ul li,
.footer-dark .waves-bottom .widget .tagcloud a{
    border-color: #3d3d3d;
}
.dark .pricing-column .pricing-header,
.dark.tw-progress.vc_progress_bar .vc_single_bar,
.dark input[type="text"].wysija-input{
    background-color: #3d3d3d;
}
.dark aside.widget, 
.dark aside.widget a, 
.footer-dark .waves-bottom aside.widget,
.footer-dark .waves-bottom aside.widget a, 
.footer-dark .waves-footer,
.footer-dark .waves-footer a{
    color: #ccc;
}
.footer-dark .waves-bottom{
    background: #292929;
}
.footer-dark .waves-footer{
    background: #212121;
}
/* Iframe video on Portfolio */
.portfolio .entry-video iframe{
    width: 100%;
}
/* Image Scroll */
.tw-image-scroll>.scroll-thumb{
    position: relative;
    overflow: hidden;
    border-bottom:none;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius:2px;
    -moz-border-top-right-radius:2px;
    border-top-right-radius:2px;
    width: 100%;
    display: inline-block;
}
.tw-image-scroll img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.tw-image-scroll>.scroll-title{
    display: block;
    position: absolute;
    width: 100%;
    bottom: 35px;
    height: 62px;
    line-height: 1.4;
    padding: 23px 30px;
    background-color: rgba(40, 40, 40, 0.94);

}
.tw-image-scroll>.scroll-title h5{
    float: left;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.tw-image-scroll>.scroll-title a{
    float: right;
    font-size: 10px;
    color: #808080;
    text-transform: uppercase;
}
.tw-image-scroll>.scroll-title a:hover{
    color:#fff;
}
.tw-image-scroll>.scroll-title a>i{
    font-size: 12px;
    margin-left: 4px;
}
/* Map */
.tw-map iframe{
    min-width: 100%;
    min-height: 400px;
}
.tw-map-contact{
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    max-height: 100%;
}
.tw-map-contact>h2{
    font-size: 26px;
    color: #FFF;
}
.tw-map-contact>p{
    color: #FFF;
}
.tw-map-contact .wpcf7 textArea{
    position: relative;
    display: inline-block;
    top: 0;
}
.tw-map-contact .wpcf7 input[type="submit"]:hover,
.tw-map-contact .wpcf7 input[type="submit"]{
    text-align: left;
    background: #598feb;
}
.tw-map-contact .wpcf7 input,
.tw-map-contact .wpcf7 textarea{
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
    padding: 15px !important;
}
.tw-map .map{
    height: 100%;
}
.tw-map>.map-markers{
    display: none;
}
.tw-map .map img{
    max-width: none;
}

/* Icon Graph */
.waves-icon-graph{
    text-align: center;
}
.waves-icon-graph>.icon-graph-chart,
.waves-icon-graph>.icon-graph-chart>.icon-graph-max{
    position: relative;
}
.waves-icon-graph>.icon-graph-chart>.icon-graph-size{
    position: absolute;
    top: 0;
    left: 0;
}
.waves-icon-graph>.icon-graph-chart,
.waves-icon-graph>.icon-graph-chart>ul{
    width: 100%;
    padding: 0;
    margin: 0;
}
.waves-icon-graph>.icon-graph-chart li{
    font-size: 56px;
    line-height: 1;
    color: #d3d9e6;
}
.waves-icon-graph .icon-graph-size li{
    opacity: 0;
}
.waves-icon-graph .icon-graph-title{
    margin-top: 31px;
    margin-bottom: 14px;
}
.waves-icon-graph .icon-graph-title>h6{
    font-size: 15px;
    line-height: 1.6;
}
.waves-icon-graph .icon-graph-desc{
    font-size: 13px;
    line-height: 1.846;
}

/*Vertical Progress Bar*/
.waves-vertical-progress-bar>.vertical-progress-bar-item{
    display: inline-block;
    padding-right: 30px;
}
.waves-vertical-progress-bar .vertical-progress{
    position: relative;
    background-color: #e6e6e6;
}
.waves-vertical-progress-bar .vertical-progress-percent{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 0px;
    overflow: hidden;
}
.waves-vertical-progress-bar .vertical-progress-percent>i{
    color:#fff;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 2.571428571428571;
    margin-top: 15px;
}
.waves-vertical-progress-bar .vertical-progress-text{
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
    margin-top: 10px;
}


.row-container{
    position: relative;
}
#main .row-container.row-space-no-space > .waves-container >.row> [class*="col-md"]{
    padding-top: 0;
    padding-bottom: 0;
}
#main .row-container.row-space-no-top > .waves-container >.row> [class*="col-md"]{
    padding-top: 0;
}
#main .row-container.row-space-no-bottom > .waves-container >.row> [class*="col-md"]{
    padding-bottom: 0;
}
.row-container.row-space-2x{
    padding-top: 60px;
    padding-bottom: 60px;
}
.row-container.row-space-3x{
    padding-top: 100px;
    padding-bottom: 100px;
}


/* CF7 */
div.wpcf7{
    position: relative;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
    margin: 10px 0;
}
.wpcf7 input,
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 select{
    display: inline-block;
    position: relative;
    width: 31.9%;
    margin: 10px 20px 10px 0;
}
.wpcf7-form-control-wrap.your-subject input{
    margin: 10px 0 10px 0;
}
.wpcf7 textarea{
    max-height: 185px;
}
span.wpcf7-form-control-wrap{
    position: relative;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:hover{
    padding: 25px 45px 25px 35px;
    color: #FFF;
    background: #598feb;
}
.wpcf7 input[type="submit"]:hover{
    opacity: .9;
}
span.wpcf7-not-valid-tip {
    display: none;
}
input.wpcf7-not-valid{    
    border-color: #598feb;
}
div.wpcf7-validation-errors {
    border: 2px solid #F7E700;
    padding: 15px;
    margin: 0px auto;
    font-weight: bold;
    text-align: center;
}

/* Sidebar */

.tw-sidebar:first-child > section{
    padding-right: 30px;
}
.tw-sidebar:last-child > section{
    padding-left: 30px;
}
.tw-sidebar aside.widget ul.menu li{
    display: block;
}
aside.widget ul.menu li[class*="fa-"] a{
    padding-left: 10px;
}
aside.widget ul.menu li:before{
    font-family: 'Fontawesome';
    width: 18px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}
/* Fixed Sidebar */
.fixed-sidebar-overlay,.fixed-sidebar{display:none;}
.fixed-sidebar-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .9;
    background-color: #dbdbdb;
}
.fixed-sidebar{
    position: fixed;
    padding: 60px 30px 90px;
    right: 0;
    z-index: 10000;
    background-color: #fff;
    height: 100%;
    width: 400px;
    max-width: 100%;
    max-height: 100%;
    overflow-y: scroll;

}
.page.wpb-js-composer.waves-composer .tw-sidebar.fixed-sidebar{
    padding: 60px 30px 90px;
}
.fixed-sidebar-close,
.fixed-sidebar-open{
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-style: normal;
    z-index: 1;
}
.fixed-sidebar>.fixed-sidebar-close{
    left:0;
    top:0;
    width: 42px;
    height: 42px;
    font-weight: bold;
    font-size: 16px;
    line-height: 42px;
    background-color: #000;
    color: #808080;
}
.fixed-sidebar.dark>.fixed-sidebar-close{
    background-color: #fff;
}
.fixed-sidebar.dark{
    background-color: #292929;
    color: #ccc;
}
.fixed-sidebar-open{
    font-size: 30px;
    line-height: 1;
    top: 50%;
    right: 5px;
    margin-top: -14px;
}
.header-widget .fixed-sidebar-open{
    right: 30px;
}
.search-on-menu .fixed-sidebar-open{
    right: 45px;
}
.with-fixed-sidebar{overflow: hidden;}
.container>.fixed-sidebar-open{
    right: 40px;
    display: none;
}
.header-dark .container>.fixed-sidebar-open{
    color: #fff;
}

/* Audio Player Style */
.entry-media .mejs-container .mejs-controls,
.entry-media .mejs-container .mejs-controls div{
    height: 60px;
}
.entry-media .mejs-container .mejs-controls div{
    width: 50px;
}
.entry-media .mejs-controls .mejs-button button{
    margin: 22px 20px;
}
.entry-media .mejs-controls .mejs-mute button{
    margin: 22px;
}
.entry-media .mejs-container .mejs-controls .mejs-time{
    height: 35px;
    width: auto;
    padding: 25px 3px 0;
}
.entry-media .mejs-controls .mejs-time-rail .mejs-time-total{
    margin: 20px;
}
.entry-media .mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls{
    background: #3d3d3d;
}
article.format-audio .entry-media .mejs-container{
    height: 60px !important;
}
.entry-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
.entry-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
    background: #292929;
}
.entry-media .mejs-controls .mejs-time-rail .mejs-time-current,
.entry-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #ffff00;
}
.entry-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.entry-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.entry-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{
    height: 10px;
    top: 25px;
}

/* Newsletter plugin */

input[type="text"].wysija-input{
    margin-top: 10px;
    padding: 15px 16px;
}
.widget_wysija_cont .wysija-submit{
    border-color: #598feb;    
    background: #598feb;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
}
.widget_wysija_cont .wysija-submit:hover{
    background: transparent;
    color: #598feb;
}
.tw-element .tw-sidebar .wysija-input,
.tw-element .tw-sidebar .widget_wysija_cont .wysija-submit,
.tw-element .tw-sidebar p{
    display: inline-block;
}
.tw-element .tw-sidebar .widget_wysija_cont p label,
.tw-element .tw-sidebar .widget widget_wysija h3.widget-title{
    display: none;
}
/* Loader style */
.animsition-loading{
    left: 0;
    top: 0;
    background: none !important;
    background-color: white !important;
    z-index: 9999999999999 !important;
}
.animsition-loading:after{
    margin-top: 75px !important;
}
.animsition-loading:before{
    content:'';
    display: block;
    position: fixed;
    z-index: 2000;
    top: 50%;
    right: 50%;
    width: 60px;
    height: 60px;
    margin-right: -30px;
    margin-top: -30px;
    border: solid 2px transparent;
    border-top-color: #598eeb;
    border-left-color: #598eeb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
    0% { transform: rotate(0deg); transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/* REV SLIDER A tag to White */
.rev_slider .tp-caption a{color: #fff;}


/* ------------- Margin & Helper Classes ------------- */

/* Column Padding */
.wpb_row > .wpb_column.padding-1 { padding: 1% !important; }
.wpb_row > .wpb_column.padding-2 { padding: 2% !important; }
.wpb_row > .wpb_column.padding-3 { padding: 3% !important; }
.wpb_row > .wpb_column.padding-4 { padding: 4% !important; }
.wpb_row > .wpb_column.padding-5 { padding: 5% !important; }
.wpb_row > .wpb_column.padding-6 { padding: 6% !important; }
.wpb_row > .wpb_column.padding-7 { padding: 7% !important; }
.wpb_row > .wpb_column.padding-8 { padding: 8% !important; }
.wpb_row > .wpb_column.padding-9 { padding: 9% !important; }
.wpb_row > .wpb_column.padding-10 { padding: 10% !important; }
.tw-align-center{
    text-align: center;
}
.tw-align-left{
    text-align: left;
}
.tw-align-right{
    text-align: right;
}
.tw-left{
    float: left;
}
.tw-right{
    float: right;
}
.no-bottom{
    margin-bottom: 0 !important;
}
.no-top{
    margin-top: 0 !important;
}
.no-margin .waves-list{
    margin:0;
}
.border-top-light{
    border-top: 1px solid #e5e5e5;
}
.border-top-dark{
    border-top: 1px solid #262626;
}
.border-bottom-light{
    border-bottom: 1px solid #e5e5e5;
}
.border-bottom-dark{
    border-bottom: 1px solid #262626;
}


.header-fixed .header-clone, .tw-header-widget, .tw-logo, ul.sf-menu > li{
    height: 100px;
}

.templatera_shortcode .wpb_row{
    margin: 0;
}
/* 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. */
}