<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
-------------------------------------------------------------------
Theme Name: Tasar
Theme URI: http://themes.themewaves.com/tasar
Description: Waves Framework
Author: ThemeWaves
Author URI: http://www.themewaves.com
Version: 1.0 
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
        Divider
        Heading
        List
        Message Box
        Milestone
        Pricing Box
        Progress Bar
        Service
        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 &amp; 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-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::selection {
    background: #f53b3b;
    color: #ffffff;
}
::-moz-selection {
    background: #f53b3b;
    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,
.waves-team p:last-child,
.tab-pane p:last-child,
.text-carousel-content p:last-child,
.single-portfolio p:last-child{
    margin: 0;
}
embed, img {
    max-width: 100%;
    height: auto;
    border: none;
}    
iframe{
    width: 100%;
    max-width: 100%;
    border: none;
} 
a:hover {
    text-decoration: none;
}

/* Typography */

body {
    line-height: 1.9;
    font-size: 13px;
    font-weight: 400;
    color: #999;;
    background: #ededed;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #1a1a1a;
    font-family: 'Open Sans' ,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: 12px;
}
.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{
    line-height: 2;
}
/* 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;
}
.ls-inner a{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
ul,
ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol,
ul { margin-left: 30px; }
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; }
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;
    border: 1px solid #e8e8e8;  
    background: #fff;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
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"] {
    border: 1px solid #f53b3b;
    background: #f53b3b;
    display: inline-block;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
    border-color: #f53b3b;
    color: #f53b3b;
    background: #fff;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus{
    border-color: #f53b3b;

}
::-webkit-input-placeholder {
    color: #b2b2b2;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b2b2b2;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #b2b2b2;
}
:-ms-input-placeholder {  
    color: #b2b2b2;
}

/* ------------ Border Radius --------------- */

pre, #scrollUp, .tw-infinite-scroll a,
.waves-pagination ul.page-numbers li a, .waves-pagination ul.page-numbers li span,
.login-form .waves-social-login&gt;a, .login-box .user-menu, .login-box .login-form,
.waves-blog article.hentry, .posts-tab-widget, .nav-tabs&gt;li a,
.tw-recent-posts-widget.layout-small .recent-thumb,
.waves-progress .bar-container, .waves-progress .bar-container .bar,
.waves-progress.percent-tooltip .progress-title span,
.entry-content blockquote:before, footer.entry-meta .more-icon span,
a.more-text .more-icon span, .entry-meta .categories-links a,
.waves-login .avatar-container a img, .waves-login .avatar-container,
.flickr-channel a img, .tw-recent-portfolios-widget a img, .tw-recent-portfolios-widget a, 
.flickr-channel a:before,.dribbble-widget a:before,.tw-recent-portfolios-widget a:before, 
article.single .tags-container a, .tw-author .author-image img, .tw-social-icon a,
#bottom .tw-social-icon a, .comment-author-img  img, .btn-normal, .tw-dropcap.dropcap_square, 
.member-social .tw-social-icon a, .member-image, .tw-service-content a.more, 
.pricing-footer a, .alert, .tw-divider.divider-top i, .tw-divider.divider-top span, 
.waves-heading&gt;i, .waves-title&gt;i, .tw-divider i, .owl-theme .owl-controls .owl-page span, 
.accordion-heading .accordion-toggle span.tw-check{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/* ------------ Hover Transitions --------------- */
.tw-logo, ul.sf-menu &gt; li &gt; a, .tw-menu-container .anim-container &gt; a,
p.form-submit input,
footer.entry-meta&gt;div,
footer.entry-meta&gt;div .more-icon span,
.menu-sidebar-container,
.image-overlay,
.waves-portfolio .portfolio-content,
.portfolio-thumb .image-overlay a,
.tw-filters ul.filters li a,
.tw-recent-posts-widget span.date, 
.carousel-thumbnail .post-date,
.tw-service-box h3, .tw-font-icon,
.tw-service-box.top-service.style_2,
.waves-carousel-text .text-carousel-item,
.waves-carousel-partner .part-container img,
.pricing-box .pricing-header, .pricing-box .pricing-top, .pricing-box .pricing-footer a,
.entry-media .waves-thumbnail&gt;img,
.image-slide-container .tw-owl-item img{
    -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 */
.widget_calendar {float: left;}
#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 { background: #f5f5f5; 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; }


/* Sticky Post */
.waves-blog article.sticky.hentry{
    background-color: #7ea5b6;
}
.waves-blog article.sticky.hentry,
.sticky footer.entry-meta .meta-share,
.sticky .entry-meta .date,
article.sticky.hentry a.more-link{
    color: #fff;
}
.sticky.hentry footer{
    border-top: 1px solid #7A95A6;
    padding: 0;
}
article.sticky.hentry a.more-link{
    border-color: #fff;
}
.sticky a,
.sticky .entry-title a,
.sticky .entry-meta a,
.sticky .entry-meta span i{
    color: #fff;
    font-weight: bold;
}
.sticky a:hover,
.sticky .entry-title a:hover{
    color: #fff;
    opacity: .9;
}
.sticky footer.entry-meta .more-icon span,.sticky a.more-text .more-icon span{
    background: #fff;
}


/* Header */
.header-container{
    position: relative;
    z-index: 9;
}

#header {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
}
.header-fixed #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header-small #header {
    background: rgba(255,255,255,.9);
}
.admin-bar.header-fixed #header{
    top: 32px;
}
@media screen and (max-width: 782px){
    .admin-bar.header-fixed #header{
        top: 46px;
    }
}
#header &gt; .container {
    position: relative;
}
.tw-logo {
    line-height: 76px;
    height: 76px;
}
.tw-logo img{
    max-height: 76px;
}
h1.site-name, h1.site-name a {
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
    color: #f53b3b;
}
.logo-center .tw-logo{
    display: block;
    text-align: center;
}


/* ------------ 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: 230px;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
}
.sf-menu &gt; li {
    float: left;
}
.sf-menu li:hover &gt; ul,
.sf-menu li.sfHover &gt; ul {
    z-index: 9999;
    display: block;    
}
.sf-menu ul ul {
    top: 0;
    left: 100% !important;
}


/* ThemeWaves Menu Styling*/
.sf-menu {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    float: right;
    position: relative;
}
ul.sf-menu &gt; li &gt; a,
ul.sf-menu li ul li a{
    position: relative;
    z-index: 1;
    display: block;
}
ul.sf-menu &gt; li &gt; a{
    position: relative;
    overflow: hidden;
    margin: 30px 23px;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
} 
ul.sf-menu &gt; li &gt; a span{
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
ul.sf-menu &gt; li &gt; a span:before{
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #f53b3b;
}
ul.sf-menu &gt; li:hover &gt; a span,
ul.sf-menu &gt; li:focus &gt; a span{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
ul.sf-menu li ul li a{
    text-align: left;
    font-size: 11px;
    color: #f2f2f2;
    padding: 15px 10px 15px 30px;
    background: #1a1a1a;
}


.sf-menu &gt; li.current_page_item  &gt; a,
.sf-menu &gt; li.current_page_ancestor &gt;a,
.sf-menu &gt; li.current-menu-ancestor &gt;a,
.sf-menu &gt; li.current-menu-item &gt; a,
.page-template-template-onepage-php .sf-menu &gt; .tw-menu-active &gt; a,
.sf-menu &gt; li.current_page_item.menu-item-has-children,
.sf-menu &gt; li.current_page_ancestor.menu-item-has-children,
.sf-menu &gt; li.current-menu-ancestor.menu-item-has-children,
.sf-menu &gt; li.current-menu-item.menu-item-has-children {
    color: #1a1a1a;
}
.menu-container{
    position: relative;
}
ul.sf-menu li ul li[class*="fa-"] a{
    padding: 12px 0 12px 48px;
}
ul.sf-menu li ul li[class*="icon-"] a {
    padding: 12px 0 12px 50px;
}
.sf-menu [class^="fa-"]:before, .sf-menu [class*=" fa-"]:before,
.sf-menu [class^="icon-"]:before, .sf-menu [class*=" icon-"]:before {
    display: none;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before,
.sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before {
    display: block;
    text-align: center;
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 14px;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}
.sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before {
    font-family: Simple-Line-Icons;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before{
    font-family: FontAwesome;
    left: 22px;
}
.sf-menu [class^="fa-"]:before, .sf-menu [class*=" fa-"]:before,
.sf-menu [class^="icon-"]:before, .sf-menu [class*=" icon-"]:before {
    color: #4F4F4F;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before,
.sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before{
    color: #1C1C1C;
}
.sf-menu ul [class^="fa-"]:hover:before, .sf-menu ul [class*=" fa-"]:hover:before,
.sf-menu ul .current_page_item[class^="fa-"]:before, .sf-menu ul .current_page_item[class*=" fa-"]:before,
.sf-menu ul [class^="icon-"]:hover:before, .sf-menu ul [class*=" icon-"]:hover:before,
.sf-menu ul .current_page_item[class^="icon-"]:before, .sf-menu ul .current_page_item[class*=" icon-"]:before{
    color: #fff;
}
.sf-menu ul.waves-mega-menu [class^="fa-"]:hover:before, .sf-menu ul.waves-mega-menu [class*=" fa-"]:hover:before,
.sf-menu ul.waves-mega-menu .current_page_item[class^="fa-"]:before, .sf-menu ul.waves-mega-menu .current_page_item[class*=" fa-"]:before,
.sf-menu ul.waves-mega-menu [class^="icon-"]:hover:before, .sf-menu ul.waves-mega-menu [class*=" icon-"]:hover:before,
.sf-menu ul.waves-mega-menu .current_page_item[class^="icon-"]:before, .sf-menu ul.waves-mega-menu .current_page_item[class*=" icon-"]:before{
    color: #f53b3b;
}

nav.menu-right ul.sf-menu {
    float: left;
}

.menu-container.with-menu .sf-menu{
    margin-right: 40px;
}

/* ------------ mega menu --------------- */
.row-start {
    clear:left;
}
.sf-menu .waves-mega-menu {
    border: 1px solid #e8e8e8;
    padding-bottom: 20px;
    background: #fff;
}
.sf-menu .waves-mega-menu&gt;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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
ul.sf-menu li ul.waves-mega-menu li {
    border: none;
}
ul.sf-menu li ul.waves-mega-menu li:hover {
    background: none;
}
ul.sf-menu li ul.waves-mega-menu li:hover&gt;a {
    color: #f53b3b;
}
.sf-menu .waves-mega-menu .mega-menu-title{
    font-family: 'Open Sans', sans-serif;
    padding: 15px 40px;
    margin-bottom: 15px;
    color: #f53b3b;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #E8E8E8;
}
.sf-menu .waves-mega-menu li ul li a{
    padding: 12px 40px;
}
.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 70px;
}
.sf-menu .waves-mega-menu ul [class^="fa-"]:before, .sf-menu .waves-mega-menu ul [class*=" fa-"]:before{
    left: 40px;
}
.sf-menu .waves-mega-menu li, .sf-menu .waves-mega-menu ul{
    display: inline-block !important;
    visibility: visible !important;
}
.mega-menu-items li{
    width: 100%;
}

/* Sidebar On Menu and Logo */
.sidebar-content .tw-logo {
    display: block;
    margin-bottom: 30px;
}
.sidebar-content .tw-logo,
.sidebar-content .sf-menu{
    text-align: center;
}
.sidebar-content .sf-menu, .sidebar-content .sf-menu &gt; li {
    float: none; 
}
.sidebar-content .sf-menu &gt; li {
    padding: 20px;
}
.sidebar-content ul.sf-menu &gt; li &gt; a {
    margin: 0px;
    text-align: center;
}

.sidebar-content .sf-menu ul {
    top: 0;
    left: 100%;
}


/* ------------ mobile menu --------------- */
#mobile-menu{
    z-index: 1;
}
.show-mobile-menu {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 15px;
    margin-top: -16px;
    cursor: pointer;
    display: none;
}
.show-mobile-menu .mobile-menu-icon{
    float: left;
    width: 35px;
}
.mobile-menu-icon span {
    display: block;
    margin-bottom: 2px;
    width: 100%;
    height: 5px;
    background: #2F2F2F;
}
#mobile-menu {
    position: absolute;
    width: 100%;
    z-index: 99999;
    display: none;
    padding: 0px 20px;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    border-right: none;
    border-left: none;
}
#mobile-menu ul{margin: 0;padding:10px 0;width:100%;list-style: none;}
#mobile-menu ul.sub-menu{display: none;margin-top: 15px;margin-bottom: -15px;padding: 0;}
#mobile-menu ul li{position: relative;display: block;padding:10px 0;border-top:1px solid rgba(255,255,255,.1);}
#mobile-menu ul li:first-child{border-top:none;}
#mobile-menu ul li a{display:block;display: inline-block !Important;padding-left: 10px !important;color:#999;}
#mobile-menu ul li.btn a{color:#fff;}
#mobile-menu ul li ul li a{font-size: 13px;}
#mobile-menu ul li a:hover{color:#444;}
#mobile-menu ul li.has-children&gt;.action-expand{float: right;width: 30px;text-align: center;height: 30px;font-size: 22px;line-height: 30px;cursor: pointer;}
#mobile-menu ul li.has-children&gt;a{width: 85%;}
#mobile-menu ul li.has-children&gt;.action-expand&gt;.opened,#mobile-menu ul li.has-children.menu-open&gt;.action-expand&gt;.closed{display: none;}
#mobile-menu ul li.has-children&gt;.action-expand&gt;.closed,#mobile-menu ul li.has-children.menu-open&gt;.action-expand&gt;.opened{display: block;}
#mobile-menu ul ul                                  li a:before{margin-right:5px;content:'-';}
#mobile-menu ul ul ul                               li a:before{margin-right:5px;content:'- -';}
#mobile-menu ul ul ul ul                            li a:before{margin-right:5px;content:'- - -';}
#mobile-menu ul ul ul ul ul                         li a:before{margin-right:5px;content:'- - - -';}
#mobile-menu ul ul ul ul ul ul                      li a:before{margin-right:5px;content:'- - - - -';}
#mobile-menu ul ul ul ul ul ul ul                   li a:before{margin-right:5px;content:'- - - - - -';}
#mobile-menu ul ul ul ul ul ul ul ul                li a:before{margin-right:5px;content:'- - - - - - -';}
#mobile-menu ul ul ul ul ul ul ul ul ul             li a:before{margin-right:5px;content:'- - - - - - - -';}
#mobile-menu ul ul ul ul ul ul ul ul ul ul          li a:before{margin-right:5px;content:'- - - - - - - - -';}
#mobile-menu ul ul ul ul ul ul ul ul ul ul ul       li a:before{margin-right:5px;content:'- - - - - - - - - -';}
#mobile-menu ul ul ul ul ul ul ul ul ul ul ul ul    li a:before{margin-right:5px;content:'- - - - - - - - - - -';}
#mobile-menu ul ul li:first-child{border-top:1px solid rgba(255,255,255,.1);}


/* ---------- MENU Search ------------ */
.tw-menu-container .anim-container &gt; a{
    float: right;
    position: relative;
    display: block;
    z-index: 3;
    width: 44px;
    margin: 13px 5px;
    height: 44px;
    color: transparent;
}
.tw-menu-container .anim-container &gt; a:hover{
    opacity: 0.8;
}
.tw-menu-container .anim-container &gt; a::before, .tw-menu-container .anim-container &gt; a::after {
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tw-menu-container .anim-container &gt; a::before {
    top: 15px;
    left: 12px;
    width: 14px;
    height: 14px;
    border: 2px solid #2e3233;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.tw-menu-container .anim-container &gt; a.sidebar-trigger::before {
    height: 2px;
    width: 10px;
    top: 19px;
    background: #2e3233;
    left: 15px;

    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);

    border: none;

    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.tw-menu-container .anim-container &gt; a::after {
    height: 2px;
    width: 6px;
    background: #2e3233;
    bottom: 15px;
    right: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tw-menu-container .anim-container &gt; a.sidebar-trigger::after {
    width: 9px;
    bottom: 17px;
    right: 19px;
}
.tw-menu-container .anim-container &gt; a span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.tw-menu-container .anim-container &gt; a span::before,.tw-menu-container .anim-container &gt; a span::after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 16px;
    top: 50%;
    margin-top: 0;
    left: 50%;
    margin-left: -9px;
    background: #2e3233;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.tw-menu-container .anim-container &gt; a span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tw-menu-container .anim-container &gt; a span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-active .anim-container &gt; a.search-trigger::before,
.search-active .anim-container &gt; a.search-trigger::after,
.tw-menu-container .anim-container &gt; a.active::before,
.tw-menu-container .anim-container &gt; a.active::after {
    opacity: 0;
}
.search-active .anim-container &gt; a.search-trigger span::before,
.search-active .anim-container &gt; a.search-trigger span::after,
.tw-menu-container .anim-container &gt; a.active span::before,
.tw-menu-container .anim-container &gt; a.active span::after {
    opacity: 1;
}
.search-active .anim-container &gt; a.search-trigger span::before,
.tw-menu-container .anim-container &gt; a.active span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.search-active .anim-container &gt; a.search-trigger span::after,
.tw-menu-container .anim-container &gt; a.active span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-search{
    width: 100%;
    position: absolute;
    z-index: 9;
    background: #1a1a1a;
    color: #dbdbdb;
    padding: 44px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.search-active .menu-search{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.menu-search ::-webkit-input-placeholder {
    color: #dbdbdb;
}
.menu-search :-moz-placeholder { /* Firefox 18- */
    color: #dbdbdb;
}
.menu-search ::-moz-placeholder {  /* Firefox 19+ */
    color: #dbdbdb;
}
.menu-search :-ms-input-placeholder {  
    color: #dbdbdb;
}
.menu-search form.searchform input{
    width: 90%;
    border: none;
    background: transparent;
    color: #dbdbdb;
    font-size: 30px;
    font-weight: 300;
    padding: 0;
}
.menu-search .button-search{
    padding: 12px;
    background: transparent;
    color: #dbdbdb;
    border: none;
}
.tw-filters .anim-container{
    display: inline-block;
}
.tw-show-filters{
    display: none;
}
.tw-filters .menu-search &gt; .container{
    margin-left: 0;
}
.tw-menu-container .tw-filters .anim-container &gt; a{
    margin: 0 20px;
    float: none;
    height: 48px;
    padding-top: 18px;
}

/* ---------- MENU SIDEBAR ------------ */
.menu-sidebar-icon{
    width: 20px;
    float: right;
    cursor: pointer;
    margin-top: 30px;
}
.menu-sidebar-icon&gt;span{
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background: #696969;

}
.menu-sidebar-container{
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100%;
    z-index: 1000001;
    background: #FFF;
    padding: 30px;
    overflow: auto;
    border: 1px solid #E8E8E8;
}
.admin-bar .menu-sidebar-container{
    top: 32px;
}
.menu-sidebar-container .menu-sidebar{
    position: relative;
}
.menu-sidebar-container.opened{
    right: 0;
}


/* ------------ Page Title ------------- */

#page-title {
    background: #f6f6f6;
    background-size: cover;
    padding: 50px 0;
    background-position: center bottom;
    border-bottom: 1px solid #e9e9e9;
}
#page-title &gt; .container{
    display: table;
}
#page-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    display: table-cell;
    width: 50%;
}
#page-title p {
    color: #808080;
    font-size: 16px;
    margin: 15px auto 10px;
    margin-top: -15px;
    max-width: 640px;
}
/* Light Page Title */
#page-title.light h1,#page-title.light p {
    color: #fff;
}


/* Breadcrumb */
.waves-breadcrumbs{
    color: #666;
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.waves-breadcrumbs a{
    color: #666;
}
.waves-breadcrumbs .crumb-item:after {
    content: '/';
    display: inline-block;
    padding: 0 5px;
    color: #666;
}
.waves-breadcrumbs .crumb-item:last-child:after {
    content: '';
    padding: 0;
}
/* Light Bread Crumbs */
#page-title.light .waves-breadcrumbs a,
#page-title.light .waves-breadcrumbs a:hover,
#page-title.light .waves-breadcrumbs .crumb-item:after,
#page-title.light .waves-breadcrumbs span{
    color: #fff;
}


/* Widget */

h3.widget-title {
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
aside ul li a:hover{
    color: #f53b3b;
}
aside.widget{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ededed;
}
aside.widget:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
aside.widget ul {
    padding: 0;
}
aside.widget ul li {
    padding: 0 0 10px;
}
aside.widget ul li:last-child {
    padding-bottom: 0;
}

/* Search widget */
form.searchform {
    position: relative;
    margin-bottom: 0;
}
form.searchform input{
    padding-right: 40px;
    margin-bottom: 0;
}
form.searchform .button-search {
    position: absolute;
    top: 0;
    right: 0;
}


/* 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{
    display: inline-block;
    margin-top: 5px;
    width: 15px;
    height: 13px;
    text-align: center;
    font-size: 14px;
}
.contact-info-widget ul div{
    padding-left: 15px;
    display: inline-block;
}
aside.widget .contact-info-widget ul li{
    margin-bottom: 0;
    padding-bottom: 2px;
}

/* 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-widget{
    margin: -5px;
}
.flickr-channel a,.dribbble-widget a,.tw-recent-portfolios-widget a{
    position: relative;
    display: block;
    float: left;
    margin: 5px;
}
.flickr-channel a img, .tw-recent-portfolios-widget a img, .tw-recent-portfolios-widget a{
    background: #efefef;
    width: 83px;
    height: 83px;
}
.flickr-channel a img,.dribbble-widget a img,.flickr-channel a:hover:before,.dribbble-widget a:hover:before,.tw-recent-portfolios-widget a:hover:before{
    opacity: 1;
}
.flickr-channel a:before,.dribbble-widget a:before,.tw-recent-portfolios-widget a:before{
    font-size: 20px;
    line-height: 83px;
    width: 83px;
    height: 83px;
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    text-align: center;
    color: #FFF;
    top: 0;

    background-color: rgba(33,182,168,.85);
    border: solid 2px #85ebe1;
    opacity: 0;
    -webkit-transition: all 450ms ease 0s;
    -moz-transition: all 450ms ease 0s;
    -o-transition: all 450ms ease 0s;
    transition: all 450ms ease 0s;
}
.dribbble-widget a:before,.dribbble-widget a img{
    width: 80px;
    height: 60px;
    line-height: 60px;
}


/* Category Wiget Style */
.widget_categories .cat-item span.post_count{
    float: right;
}

/* Tag Wiget Style */
.tagcloud a{
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #A1A5B0;
    padding: 3px 18px;
    margin: 0 10px 10px 0;
}
.tagcloud a:hover,#bottom .tagcloud a:hover{
    border: 1px solid #f53b3b;
    background: #f53b3b;
    color: #fff;
}

/* Recent Posts Widget */
.tw-recent-posts-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tw-recent-posts-widget ul li{
    position: relative;
    min-height: 70px;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.tw-recent-posts-widget h4{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}
.tw-recent-posts-widget h4 a{
    color: #1a1a1a;
}
.tw-recent-posts-widget .recent-thumb{
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.tw-recent-posts-widget .recent-thumb:hover .image-overlay{
    opacity: 1;
}
.tw-recent-posts-widget .recent-thumb:hover span.date{
    background: #fff;
    color: #1a1a1a;
}
.tw-recent-posts-widget span.date{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    text-align: center;
    padding: 5px 0;
    background: #f53b3b;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}



.tw-recent-posts-widget.layout-small .recent-thumb{
    position: absolute;
    left: 0;
    background-color: #e6e6e6;
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    overflow: hidden;
}
.tw-recent-posts-widget.layout-small .tw-recent-content{
    margin-left: 90px;
}



/* Removing Child Pages from Widgets */
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu,
.menu-main-menu-container .sub-menu{
    display: none;
}

/* ------------ Footer ------------- */
#footer {
    position: relative;
    z-index: 2;
    padding: 35px 0;
    background: #1f1f1f;
    border-top: 1px solid #2a3242;
}
#footer.center{
    text-align: center;
}
#bottom {
    padding: 70px 0 0;
    background: #181E2A;
}
#footer, #footer a{
    color: #b2b2b2;
    font-size: 11px;
    font-weight: normal;
    line-height: 40px;
}
#bottom .textwidget a:hover{
    color: #fff;
}
#bottom, #bottom a {
    color: #a1a5b0;  
}
#footer p {
    margin-bottom: 0;
}
#footer p.copyright{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 28px;
}
#bottom a:hover,#footer a:hover{
    color: #999;
}

/* Footer widget */

#bottom .center .tw-widget-title-container:before{
    content: '';
    width: 30px;
    height: 1px;
    margin-left: -15px;
    left: 50%;
    background: #FFF;
    display: block;
    position: absolute;
    top: 50px;
}
#bottom .tw-widget-title-container:before{
    display: none;
}
#bottom aside.widget{
    border-bottom: none;
    padding-bottom: 0; 
}
#bottom .center aside.widget{
    text-align: center;
}
#bottom h3.widget-title {
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}
#bottom .center h3.widget-title {
    margin-bottom: 70px;
    text-align: center;
}
#bottom .col-md-4.center.col-1{
    margin: 0 auto;
    float: none;
}
#bottom ul.jtwt li:before, #bottom .twitter-follow a {
    color: #666;
    border-color: #363636;
    background-color: #2a2a2a;
}
#bottom .twitter-follow a:hover {
    color: #fff;
    border-color: #fff;
}
#bottom .widget_recent_entries ul li{
    line-height: 1.4;
}
#bottom .widget_recent_entries ul li:first-child{
    padding-top: 0;
}
#bottom .widget_recent_entries ul li:before{
    display: none;
}

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

article.single {
    position: relative;
    margin-bottom: 30px;
    padding: 25px 20px;
    background: #fff;
}
article.single .entry-media,
article.single .entry-title, 
article.single .entry-meta{
    margin-bottom: 20px;
}
article.single .entry-meta{
    margin-left: 8px;
}
article.single .tags-container{
    margin-top: 35px;
    margin-bottom: 10px;
}
article.single .tags-container a{
    padding: 5px 16px;
    border: 1px solid #dbdbdb;
    margin-right: 10px;
    color: #b2b2b2;
}
article.single .tags-container a:hover{
    background: #f53b3b;
    border-color: #f53b3b;
    color: #fff;
}
article.single .entry-meta .date{
    float: none;
}
article.single .entry-meta &gt; span{
    margin-right: 20px;
}
.single-meta{
    border-top: 1px solid #f0f0f0;
    margin: 35px -20px 0;
    padding: 25px 20px 0;
}
.single-meta &gt; div{
    display: inline-flex;
    margin-right: 40px;
}
.single-meta .like-count{
    cursor: pointer;
}
.single-meta &gt; div &gt; div{
    display: inline;
    font-weight: bold;
    font-size: 10px;
    color: #4c4c4c;
}
.single-meta &gt; div &gt; i{
    font-size: 16px;
    color: #b2b2b2;
    margin-right: 6px;
}
.single-meta &gt; .tw_post_sharebox{
    float: right;
    margin-right: 0;
}
.single-meta &gt; .tw_post_sharebox &gt; div{
    font-size: 14px;
    margin-left: 40px;
}

.entry-content.default-page{
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
}

/* About author on single post */
.tw-author {
    background: #f53b3b;
    padding: 35px 30px;
    margin-bottom: 30px;
}
.tw-author .author-image {
    float: left;
    margin-right: 30px;
}
.tw-author h3, .tw-author h3 a {
    font-size: 22px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
}
.tw-author h3 a:hover {
    color: #000;
}
.tw-author p {
    margin: 0 0 0 100px;
    color: #fff;
}

/* Social Icons CSS */
.tw-social-icon{
    line-height: 1;
}
.tw-social-icon li{
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.tw-social-icon a,
#bottom .tw-social-icon a{
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    padding: 0;
    color: #181e2a;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
#footer .tw-social-icon{
    text-align: right;
}
.tw-social-icon a{
    color: #b2b2b2;
}
.tw-social-icon a:hover,
#bottom .tw-social-icon a:hover,
#footer .tw-social-icon a:hover{
    color: #fff;
}
#footer .tw-social-icon a {
    margin-top: -2px;
    line-height: 30px;
    font-size: 14px;
}
.tw-social-icon a span{
    display: block;
}
.tw-social-icon a.facebook:hover{
    background-color: #305fb3;
}
.tw-social-icon a.flickr:hover{
    background-color: #ff0084;
}
.tw-social-icon a.gplus:hover{
    background-color: #d7482a;
}
.tw-social-icon a.twitter:hover{
    background-color: #00d7d5;
}
.tw-social-icon a.pinterest:hover{
    background-color: #e1003a;
}
.tw-social-icon a.skype:hover{
    background-color: #12c7ef;
}
.tw-social-icon a.vimeo:hover{
    background-color: #3f90bf;
}
.tw-social-icon a.youtube:hover{
    background-color: #ff3333;
}
.tw-social-icon a.dribbble:hover{
    background-color: #f06eaa;
}
.tw-social-icon a.linkedin:hover{
    background-color: #3399cc;
}
.tw-social-icon a.instagram:hover{
    background-color: #9f6f59;
}
.tw-social-icon a.rss:hover{
    background-color: #fca600;
}



/* jp player */

div.jp-jplayer.jp-jplayer-video { 
    background-color: #292a2b;
}

.jp-jplayer-video video {
    margin-bottom: -6px;
}

div.jp-audio,
div.jp-video {
    color: #fff;
    font-size: 1em;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
}

div.jp-audio,
div.jp-video { width: 100%; }

div.jp-interface {
    position: relative;
    z-index: 100;
    width: 100%;
    background: url(assets/img/jplayer_bg.png) repeat-x;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

div.jp-type-single div.jp-interface { height: 30px; overflow: hidden;}

div.jp-interface ul.jp-controls {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.jp-interface ul.jp-controls li { display: inline; }

div.jp-interface ul.jp-controls a {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
    z-index: 1;
    width: 33px;
    height: 30px;
    outline: none;
}

div.jp-type-single a.jp-play,
div.jp-type-single a.jp-pause {
    top: 0;
    left: 0;
}

a.jp-play { background: url("assets/img/jplayer-black-and-yellow.png") 0 0 no-repeat; }

a.jp-play:hover { background: url("assets/img/jplayer-black-and-yellow.png") -33px 0 no-repeat; }

a.jp-pause {
    display: none;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -30px no-repeat;
}

a.jp-pause:hover { background: url("assets/img/jplayer-black-and-yellow.png") -33px -30px no-repeat; }

div.jp-progress-container {
    position: absolute;
    top: 0;
    left: 34px;
    padding: 12px 10px;
    width: 225px;
    height: 6px;
}

div.jp-progress {
    position: absolute;
    overflow:hidden;
}

div.jp-type-single div.jp-progress {
    padding: 1px;
    width: 223px;
    height: 7px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -192px repeat-x ;
}

.single div.jp-type-single div.jp-progress { width: 411px; }

div.jp-seek-bar {
    width: 0px;
    height: 5px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -163px repeat-x;
    cursor: pointer;
}

div.jp-play-bar {
    width: 0px;
    height: 5px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -133px repeat-x ;
}

div.jp-volume-bar-container {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 12px 10px;
    width: 40px;
    height: 6px;
}

div.jp-volume-bar {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 9px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -192px repeat-x;
    cursor: pointer;
}

div.jp-volume-bar-value {
    margin: 1px;
    width: 0px;
    height: 5px;
    background: url("assets/img/jplayer-black-and-yellow.png") 0 -133px repeat-x;
}

a.jp-mute,
a.jp-unmute {
    top: 9px;
    right: 60px;
    z-index: 1;
    width: 17px;
    height: 13px;
    outline: none;
}

.seperator-first,
.seperator-second {
    position: absolute;
    left: 32px;
    width: 2px;
    height: 30px;
    background:url(assets/img/seperator.png) no-repeat left;
}

.seperator-second {
    right:90px; 
    left:auto;
}

a.jp-mute { background: url("assets/img/jplayer-black-and-yellow.png") -10px -68px no-repeat; }

a.jp-mute:hover { background: url("assets/img/jplayer-black-and-yellow.png") -43px -68px no-repeat; }

a.jp-unmute {
    display: none;
    background: url("assets/img/jplayer-black-and-yellow.png") -5px -98px no-repeat;
}

a.jp-unmute:hover { background: url("assets/img/jplayer-black-and-yellow.png") -43px -98px no-repeat; }

div.jp-jplayer { background-color: #292a2b; }




/* Comments */
.comment-section{
    padding: 30px;
    background: #fff;
}
p.form-submit input{
    text-transform: uppercase;
}
.comment-form-author &gt; p{
    float: left;
    width: 50%;
    padding-right: 10px;
}
.comment-form-author &gt; p.comment-form-email{
    padding-right: 0;
    padding-left: 10px;
}
.comment-form input[type="text"], .comment-form-comment textarea{
    width: 100%;
    display: inline-block;
    background: #fff;
    border-color: #c3c3c3;
    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: 13px 18px;
}
.comment-form input[type="submit"] {
    padding: 20px 40px;
    font-weight: 500;
}
.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;
    width:100%;
    line-height: 1.4;
}
.comment-title-container h4, 
h3.comment-reply-title{
    margin-bottom: 30px;
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
}
.comment-author-img {
    float: left;
    margin-right: 30px;
    margin-top: 3px;
}
.comment-meta {
    line-height: 1;
    font-size: 10px;
    color: #999;
    margin-bottom: 6px;
}
.comment-meta &gt; span{
    font-weight: bold;
    text-transform: uppercase;
}
.comment-meta .comment-author-link{
    color: #999;
    font-size: 22px;
    margin-bottom: 13px;
}
.comment-meta .comment-author-link a,
.comment-meta a.comment-reply-link{
    color: #999;
}
.comment-body {
    position: relative;
    margin-left: 100px;
    color: #666;
}
.comment-body p:last-child {
    margin-bottom: 0;
}
.comment-list {
    margin-bottom: 35px;
    border-bottom: 1px solid #f0f0f0;
}
.comment-list .comment-block .comment-block {
    margin-left: 100px;
}
.comment-block .comment{
    position: relative;
    float: left;
    margin-bottom: 35px;
    width: 100%;
}
.comment-form,
p.form-submit,
p.form-submit input{
    margin-bottom: 0;
}
.bypostauthor .comment-meta .comment-author-link{ color: #f53b3b;}
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

/* ------------ Elements --------------- */
/* Button */

.btn{
    color: #FFF;
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin: 0 10px 10px 0;
    padding: 16px 22px;
    background: #F53B3B;
    border: 2px solid #F53B3B;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    min-width: 120px;
    text-align: center;
    text-transform: uppercase;
}
.btn i{
    margin-left: 7px;
}
.btn:hover{
    background: transparent;
    color: #f53b3b;
}
.btn.white-button {
    color: #222 !important;
}
.btn.white-button:hover {
    color: #fff !important;
}
.btn.btn-border.white-button:hover {
    color: #222 !important;
}
.btn.btn-border.white-button {
    color: #fff !important;
}
a.btn-border{
    background: transparent;
    color: #f53b3b;
}
ul.sf-menu &gt; li.btn{
    margin: 10px 18px;
    display: inline-block;
}
.header-small ul.sf-menu &gt; li.btn{
    padding: 14px !important;
    margin: 8px 18px;
}
ul.sf-menu &gt; li.btn.btn-border{
    color: #f53b3b;
    background: #fff;
}
ul.sf-menu &gt; li.btn:after{
    display: none;
}
ul.sf-menu &gt; li.btn &gt; a{
    padding: 0;
    margin: 0;
    color: #fff;
}
ul.sf-menu &gt; li.btn &gt; a:hover,
ul.sf-menu &gt; li.btn:hover &gt; a{
    color: #2A6496;
}
ul.sf-menu &gt; li.btn.btn-border &gt; a:hover{
    color: #fff;
}
.btn-circle{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.btn-s{
    min-width: 90px;
    padding: 14px;
    font-size: 11px;
}
.btn-l{
    padding: 18px 22px;
    font-size: 16px;
    border-width: 2px;
    min-width: 150px;
}
.btn-xl{
    padding: 22px 26px;
    font-size: 18px;
    border-width: 2px;
    min-width: 180px;
}
.btn-l i, .btn-xl i{
    margin-left: 10px;
}


/* Label */
.label {
    padding: 0px 4px;
    color: #fff;
    background-color: #f53b3b;
}


/* Dropcaps */
.tw-dropcap {
    float: left;
    margin-top: 6px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}
.tw-dropcap.dropcap_square, .tw-dropcap.dropcap_circle {
    width: 70px;
    height: 70px;
    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: 69px;
}
.tw-dropcap.dropcap_circle.dropcap_border,.tw-dropcap.dropcap_square{
    line-height: 66px;
}
.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 {
    margin-left: auto;
    margin-right: auto;
    background: #f2f2f2;
    position: relative;
    width: 1230px;
}
.theme-boxed.header-small #header{
    width: 1230px;
    left: auto;
    right: auto;
}
.ie8 .theme-boxed.header-small #header,
.ie8 .theme-boxed{
    width: 1000px;
}
.waves-full-element&gt;.row{
    margin-right:0px;
    margin-left: 0px;
}
.theme-boxed .waves-full-element {
    margin-left: -45px;
    width: 1260px;
}
.waves-full-element .waves-carousel-portfolio .owl-buttons{
    display: none;
}




/* 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: #f53b3b;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
}
#scrollUp:hover{
    opacity: .8;
}

/* Container background Video */
.background-video,.video-mask,.video-mask-color{
    position: absolute;
    width: 100%;
    height: 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;
}
.paused &gt; .video-mask{
    background-color: rgba(0, 0, 0, 0.5);
}
.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;
}
.bg-video-play{
    cursor: pointer;
    color: #808080;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border-style: solid;
    border-width: 12px;
    border-color: rgba(0,0,0,.33);
    font-size: 40px;
    line-height: 150px;
    margin: 55px 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: 900;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 65px;
}
.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;
}






/* ThemeWaves Page Builder CSS Start */

/* Main Grid Padding CSS */
#main{
    padding: 30px 0;
}
.waves-pagebuilder #main {
    padding: 0;
}
#main,#slider{
    position: relative;
    z-index: 1;
}
.page-template-template-onepage-php #main{
    padding: 0;
}
#main [class*="col-md"] {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    *display: inline;
}
#main .waves-portfolio [class*="col-md"]{
    margin-top: 15px;
    margin-bottom: 15px;
}
#main .waves-portfolio [class*="col-md-3"]{
    width: 24.9%;
}
.onepage-header-container [class*="col-md"] {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    *display: inline;
}

/* Container Styles */

.bg-scroll,.bg-fixed,.bg-parallax{
    background-size: cover;
}
.bg-fixed,.bg-parallax{
    background-attachment: fixed;
}
.bg-pattern{
    background-repeat: repeat;
    background-position: left top;
}

/* Page Builder Elements START */

.single-member .waves-aboutme .media-container&gt;img{
    width: 100%;
}
.single-member .waves-aboutme .aboutme-cv{
    float: left;
}
.single-member .waves-aboutme .aboutme-share{
    float: right;
    text-align: right;
}
.single-member .waves-aboutme .aboutme-meta .desc{
    padding-bottom: 15px;
}

/* Accordion, Toggle Element */
.accordion-group {
    margin-bottom: 10px;
}
.accordion-heading .accordion-toggle {
    position: relative;
    display: block;
    padding: 7px 16px 6px;
    cursor: pointer;
    line-height: 2.54;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #454545;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.accordion-heading .accordion-toggle i{
    line-height: 42px;
}
.accordion-heading .accordion-toggle .acc-title{
    margin-left: 44px;
}
.accordion-heading .accordion-toggle:hover{
    color: #1d2124;
}
.accordion-inner {
    padding: 15px 0 8px;
}
.accordion-inner p:last-child{
    margin-bottom: 0;
}
.collapse {
    position: relative;
    display: none;
    overflow: hidden;
}
.accordion-group.active .collapse,.accordion-group.closing .collapse {
    display: block;
}
.accordion-heading .accordion-toggle span.tw-check{
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 10px;
    text-align: center;
    background-color: #fafafa;
    color: #b3b3b3;
    width: 40px;
    height: 40px;
}
.accordion-group.active .accordion-heading .accordion-toggle span.tw-check{
    color: #ffffff;
}
.accordion-heading .accordion-toggle span.tw-check .fa-plus,.accordion-group.active .accordion-heading .accordion-toggle span.tw-check .fa-minus,
.accordion-heading .accordion-toggle span.tw-check .fa-caret-left,.accordion-group.active .accordion-heading .accordion-toggle span.tw-check .fa-caret-down{
    display: inline-block;
    font-style: normal;
}
.accordion-heading .accordion-toggle span.tw-check .fa-minus,.accordion-group.active .accordion-heading .accordion-toggle span.tw-check .fa-plus,
.accordion-heading .accordion-toggle span.tw-check .fa-caret-down,.accordion-group.active .accordion-heading .accordion-toggle span.tw-check .fa-caret-left{
    display: none;
}
/* Callout Element */
.waves-callout .callout-container{
    padding: 35px 50px;
    margin: 0 30px;
}
.waves-callout .callout-text{
    position: relative;
}
.waves-callout .callout-text p{
    font-size: 18px;
    line-height: 1.5;
    color: #FFF;    
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.waves-callout.with-button p{
    padding-right: 180px;
}
.waves-callout .btn-callout{
    position: absolute;
    top: 50%;
    right: 0;
    margin: -29px 0 0 20px;
    padding: 18px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #fff;
    background: #fff;
    color: #fff;
}
.waves-callout .callout-text &gt; a.btn i{
    margin: 0 0 0 10px;
}
.waves-callout .btn-callout:hover{
    background: transparent;
    color: #fff;
}
.waves-callout.style2 .callout-container{
    background: transparent;
    padding: 25px 30px;
}
.waves-callout.style2 .callout-text p{
    font-size: 16px;
}
.waves-callout.style2 .callout-text img{
    margin-right: 35px;
    max-height: 80px;
    float: left;
}
.waves-callout.style2 .btn-callout{
    font-size: 14px;
    padding: 18px 25px;
    background: #f53b3b;
    border-color: #f53b3b;
    color: #fff;
}



/* Carousel Element */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* Owl Carousel Start*/

.list_carousel .owl-buttons div{
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
    margin: 5px 0;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px 0;
    border: 2px solid #fff;
    background-color: transparent;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    border: 2px solid #fff;
    background-color: #fff;
}

/* Twitter Carousel Testimonials */
.waves-carousel-twitter.list_carousel .owl-buttons,
.waves-carousel-testimonial.list_carousel .owl-buttons{
    top: auto;
    bottom: -80px;
    right: 50%;
    margin-right: -16px;
}

/* 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{
    position: absolute;
    right: 20px;
    bottom: 10px;
    text-align: center;
}

/* 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);
}
.waves-carousel-twitter .owl-wrapper,
.waves-carousel-testimonial .owl-wrapper{
    -webkit-transition: all 0ms ease !important;
    -moz-transition: all  0ms ease !important;
    -o-transition: all  0ms ease !important;
    transition: all  0ms ease !important;
}


/* Theme Carousel styles*/
.carousel-container{
    position: relative;
}
.carousel-thumbnail, .waves-carousel.entry-media{
    margin-bottom: 20px;
    position: relative;
}
.carousel-thumbnail .post-date{
    background: rgba(236, 236, 236, 0.7);
    color: #fff;
    padding: 10px 15px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.carousel-thumbnail:hover .post-date{
    background: rgba(236, 236, 236, 0.1);
}
.carousel-content &gt; p{
    margin-bottom: 10px;
}
.list_carousel .carousel-title{    
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.list_carousel .carousel-title a{
    color: #1a1a1a;
}
.list_carousel .carousel-title a:hover,
.carousel-content .more-text:hover{
    color: #f53b3b;
}
.carousel-content .more-text{
    text-transform: uppercase;
    color: #969696;
    font-weight: 600;
    float: right;
}
.carousel-content .more-text i{
    padding-left: 5px;
}
.list_carousel .owl-buttons{
    position: absolute;
    right: 15px;
    top: -40px;
}
.list_carousel.style_2 .owl-buttons{
    right: 0;
}
.list_carousel{
    margin: 0 -15px;
}
.list_carousel .list_carousel{
    margin: 0;
}
.list_carousel .tw-owl-item{ 
    margin: 0 15px;
}
.waves-carousel-post.list_carousel .tw-owl-item,
.waves-carousel-portfolio.list_carousel .tw-owl-item{
    width: 370px;
    float: left;
}
.list_carousel .tw-owl-item{
    display: none;
}
.owl-carousel .tw-owl-item{
    display: block;
}
.waves-carousel-post.list_carousel .owl-item .tw-owl-item,
.waves-carousel-portfolio.list_carousel .owl-item .tw-owl-item{
    width: auto;
    float: none;
    position: relative;
}

/* Partner Carousel */
.waves-carousel-partner .tw-owl-item{
    text-align: center;
}
.waves-carousel-partner .part-container img{
    opacity: .5;
}
.waves-carousel-partner .part-container img:hover{
    opacity: 1;
}
.waves-carousel-partner.style_2 .part-container{
    display:block;
    min-height: 150px;
    line-height: 150px;
}
.waves-carousel-partner.style_2 .tw-owl-item{
    margin: 0;
}
.waves-carousel-partner.style_2 .owl-item{
    border-right: 1px solid rgba(255,255,255,0.25);
}
.waves-carousel-partner.style_2 .owl-item .tw-owl-item .part-container:first-child{
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.waves-carousel-partner.style_2 .owl-item.owl-visible-last{
    border-right: none;
}
/* Portfolio Carousel */
.waves-portfolio.list_carousel .carousel-content{
    padding: 20px 10px;
    text-align: center;
}
.waves-portfolio.list_carousel.style_2 .carousel-content{
    background: transparent;
    color: #fff;
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -52px;
}
.waves-portfolio.list_carousel.style_2 .carousel-content a{
    color: #fff;
}


/* Single Portfolio */

article.single-portfolio .media-container img{
    width: 100%;
}
.portfolio-single-content{
    background: #fff;
    padding: 25px 30px;
}
article.layout_2 .portfolio-single-content{
    margin: 0 15px 30px;
    padding: 0 15px;
}
.portfolio-image{
    margin-bottom: 30px;
}
.portfolio-image:last-child{
    margin-bottom: 0;
}
h3.portfolio-title{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    color: #444;
}
span.meta-title{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4c4c4c;
    display: block;
    margin-bottom: 7px;
}
.portfolio-meta, .portfolio-date, .portfolio-cats{
    margin-bottom: 11px;
}
.single-portfolio.layout_1 .col-md-4.pos-top,.single-portfolio.layout_1 .col-md-4.pos-top{
    position: fixed;
}
.single-portfolio.layout_1 .col-md-4.pos-bottom,.single-portfolio.layout_1 .col-md-4.pos-bottom{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* Portfolio */
.waves-portfolio article.portfolio{
    padding: 15px;
}
.waves-portfolio.padding_10 .isotope-container{
    margin: 10px;
}
.waves-portfolio.padding_10 article.portfolio{
    padding: 5px;
}
.waves-portfolio.padding_0 .isotope-container{
    margin: 15px;
}
.waves-portfolio.padding_0 article.portfolio{
    padding: 0;
}
.waves-portfolio.waves-full-element .isotope-container{
    padding: 0;
    overflow: hidden;
    margin: 0;
}
.waves-portfolio h2.portfolio-title{
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 5px;
}
.waves-portfolio .portfolio-meta{
    line-height: 1.5;
}
.waves-portfolio h2.portfolio-title a{
    color: #4c4c4c;
}
.waves-portfolio .portfolio-content a{
    color: #b2b2b2;
}
.waves-portfolio .portfolio-content{
    padding-top: 15px;
}
.portfolio-thumb&gt;img{
    width:100%;
}
.portfolio-thumb {
    position: relative;
    overflow: hidden;
    max-height: 100%;
}

/* Portfolio Hover Content */
.waves-portfolio .image-overlay .portfolio-content{
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 50%;
    margin-bottom: -47px;
    text-align: center;
    color: #fff;
}
.waves-portfolio .image-overlay h2.portfolio-title{
    font-size: 22px;
}
.waves-portfolio .image-overlay .portfolio-content a{
    color: #fff;
}

/* Hover Animation CSS */

.waves-portfolio .image-overlay h2.portfolio-title{
    opacity: 0;
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.waves-portfolio .portfolio-meta{
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
.waves-portfolio .portfolio-thumb:hover .image-overlay h2.portfolio-title,
.waves-portfolio .portfolio-thumb:hover .portfolio-meta{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* 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 .waves-portfolio {
    margin-top: -15px;
    margin-bottom: 0;
}
.related-portfolio-title{
    font-weight: bold;
    color: #4c4c4c;
    text-transform: uppercase;
    line-height: 1;
}

/* Portfolio hover */

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(59, 89, 152, 0.6);
}
.image-overlay &gt; img,
.image-overlay a &gt; img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.waves-thumbnail:hover .image-overlay{
    opacity: 1;
}
.portfolio-thumb .image-overlay{
    background: rgba(45, 45, 45, 0.9);
}
.overlay-link{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}
.overlay-link a{
    color: #fff;
    font-size: 26px;
    width: 44px;
    height: 44px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    opacity: .5;
}
.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: 20%;
    opacity: 0;
}
.with-list-desc{
    width: 70%;
}
.list-desc&gt;ul{
    list-style: none;
    margin: 0;
    padding-left: 10px;
}
.list-desc&gt;ul&gt;li&gt;i{
    display: inline;
    margin-right: 10px;
}

/* Circle Chart Element */
.tw-circle-chart {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    color: #4c4c4c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.style-4 .tw-circle-chart{
    background: #fff;
}
.tw-circle-chart.style_2 {
    display: inline-block;
    *display: inline;
    margin: 0 10px 10px 0;
}
.tw-circle-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}



/* Divider Element */

.tw-divider-space{
    text-align: center;
}
.tw-divider {
    position: relative;
    margin: 0;
}
.tw-divider div {
    height: 1px;
    background: #bdc3c7;
}
.waves-heading&gt;i, .waves-title&gt;i, .tw-divider i{
    position: absolute;
    left: 50%;
    height: 30px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    top: -14px;
    margin-left: -30px;
}
.tw-divider h6{
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -6px;
    font-size: 9px;
}
.tw-divider span{
    font-weight: normal;
    padding: 8px 15px;
    background: #FFF;
}
.tw-divider.divider-minimal&gt;div{
    margin: 0 auto;
    max-width: 65%;
}
.tw-divider.divider-top i, .tw-divider.divider-top span{
    cursor: pointer;
    border: 1px solid #d1d4d7;
}
.tw-divider.divider-top span{
    padding: 8px 15px;
}
.tw-divider.divider-right h6{
    text-align: right;
}
.tw-divider.divider-left h6{
    text-align: left;
}
.tw-divider.divider-right i{
    left: auto;
    margin-right: 15px;
    right: 0;
}
.tw-divider.divider-left i{
    left: 0;
    margin-left: 15px;
}

/* Heading Element */

.waves-heading{
    position: relative;
    text-align: center;
}
.waves-heading .heading-title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.4;
}
.waves-heading .heading-title&gt;span{
    color: #f53b3b;
}
.waves-heading p{
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
}
.title-seperator{
    position: relative;
    width: 70px;
    height: 3px;
    background: #F0F0F0;
    display: block;
    margin: 13px auto;
    text-align: center;
}

.waves-heading.left h3,
.waves-heading.right h3{
    font-size: 22px;
}
.waves-heading.left{
    text-align: left;
}
.waves-heading.left .title-seperator,.waves-heading.left p{
    margin-left: 0;
}
.waves-heading.right{
    text-align: right;
}
.waves-heading.right h3,.waves-heading.left h3{
    line-height: 1;
}
.waves-heading.right .title-seperator,.waves-heading.right p{
    margin-right: 0;
}

.waves-title h3{
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.waves-title .title-seperator{
    width: 100px;
    background: #e4e4e4;
    margin: 22px 0 30px;
}


/* List Element */

ul.waves-list{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.waves-list&gt;li&gt;i{
    margin-right: 10px;
    font-weight: normal;
    line-height: 20px;
    color: #f53b3b;
    text-align: center;
}
ul.waves-list li{
    line-height: 2.3;
    position: relative;
}



/* Message Box Element*/
.alert{
    position: relative;
    margin-bottom: 6px;
    padding: 12px 15px;
    background: #f5f5f5;
    color: #95a5a6;
    border: 1px solid #dadddf;
}
.alert i{
    margin-right: 15px;
    width: 10px;
    text-align: center;
}
.alert i.fa-close{
    position: absolute;
    right: 5px;
    top: 17px;
}
.alert:last-child{
    margin-bottom: 0;
}
.alert-success,
.alert-success a{
    background-color: #e0f0d8;
    color: #468847;
}
.alert-info,
.alert-info a{
    background-color: #d8edf7;
    color: #3a87ad;
}
.alert-warning,
.alert-warning a{
    background-color: #fbbdb8;
    color: #d02d20;
}
.alert-warning{
    border: 1px solid #ff98ab;
}
.alert-question,
.alert-question a{
    background-color: #fff4bc;
    color: #d7b402;
}
.alert-question{
    border: 1px solid #f5df6d;
}
.alert-safe,
.alert-safe a{
    background-color: #ddcfe0;
    color: #9455a1;
}
.alert-safe{
    border: 1px solid #e7b7f0;
}



/* Milestone Element */

.tw-milestones-count&gt;.tw-milestones-show{
    position: relative;
    float: left;
    overflow: hidden;
    width: 25px;
    height: 35px;
    top: 0;
}
.tw-milestones-count&gt;.tw-milestones-show&gt;ul{
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tw-milestones-count{
    color: #1a1a1a;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    *display: inline;
    text-align: center;
}
.tw-milestones-icon,.tw-milestones-content{
    text-align: center;
}
.tw-milestones-show ul li{
    line-height: 1;
    text-align: center;
}
.tw-milestones-content span{
    display: block;
    text-transform: uppercase;
}
.tw-milestones-icon.style_2{
    float: left;
    margin-right: 25px;
}
.tw-milestones-content.style_2{
    text-align: left;
}
.tw-milestones-content.style_1{
    margin-top: 15px;
}



/* Price Block Element */
.tw-element.waves-pricing {
    padding-left: 0;
    padding-right: 0;
}
.tw-pricing-two {
    width: 50%;
}
.tw-pricing-three {
    width: 33.333%;
}
.tw-pricing-four {
    width: 25%;
}
.tw-pricing-five {
    width: 20%;
}
.pricing-column {
    float: left;
    padding: 0;
    margin-bottom: 30px;
}
.pricing-box {    
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
}
.pricing-header{
    padding: 22px 0;
    background: #b3b3b3;
}
.pricing-header h1{
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #FFF;
}
.pricing-header span{
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #5979bb;
}
.pricing-top {
    text-align: center;
    padding: 25px 0 20px 0;
    border-bottom: 1px solid #ebebeb;
}
.price-symbol {
    color: #808080;
    font-size: 30px;
    line-height: 30px;
}
.price-symbol span {
    font-size: 26px;
    padding-right: 5px;
}
.pricing-content{
    padding: 18px 0 0;
}
.pricing-footer{
    padding: 18px 0 24px;
}
.pricing-top,
.pricing-content,
.pricing-footer{
    border-right: 1px solid #ebebeb;
}
.pricing-content p {
    margin-bottom: 35px;
}
.pricing-content ul {
    margin: 0;
    padding: 0;
}
.pricing-content ul li{
    padding: 13px;
    list-style: none;
    margin: 0;
    line-height: 1;
}
.pricing-footer a{
    font-weight: bold;
    background: #b3b3b3;
    color: #FFF;
    padding: 12px 38px;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
}

.featured .pricing-box {
    margin: -10px;
    z-index: 2;
}   
.featured .pricing-header {
    padding: 32px 0;
}   
.featured .tw-price-container {    
    box-shadow: 0px 1px 30px #E5E5E5;
    -moz-box-shadow: 0px 1px 30px #E5E5E5;
    -webkit-box-shadow: 0px 1px 30px #E5E5E5;
    z-index: 2;
    padding-bottom: 10px;
}

/* Progress bar Element */

@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{overflow:hidden;height:16px;margin-bottom:16px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.waves-progress .bar{width:0%;background-color:#f53b3b;background-repeat:repeat-x;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
.waves-progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);}
.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}
.waves-progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
.waves-progress .bar-container{
    background-color: #f0f0f0;
}
.waves-progress,
.waves-progress .bar-container,
.waves-progress .bar-container .bar{
    height: 40px;
}
.waves-progress{
    margin-bottom: 40px;
}
.waves-progress:last-child{
    margin-bottom: 0;
}
.progress-title,
.progress-title span{
    color: #ffffff;
}
.progress-title{
    font-weight: 400;
    font-size: 13px;
    line-height: 3.2;
    margin-bottom: 10px;
    padding-left: 20px;
}
.progress .bar.tw-bi {
    background-image: none;
}
/* Progress bar Element - Tooltip*/
.waves-progress.percent-tooltip{
    margin-top: 66px;
}
.waves-progress.percent-tooltip .bar{
    position: relative;
}
.waves-progress.percent-tooltip .progress-title{
    color:#4c4c4c;
    position: absolute;
    top: -48px;
    width: 100%;
}
.waves-progress.percent-tooltip,
.waves-progress.percent-tooltip .bar-container,
.waves-progress.percent-tooltip .bar-container .bar{
    height: 20px;
}
.waves-progress.percent-tooltip .progress-title{
    padding-left: 0px;
}
.waves-progress.percent-tooltip .progress-title span{
    position: relative;
    font-weight: 500;
    float: right;
    font-size: 12px;
    color: #fff;
    background: #f53b3b;
    padding: 10px 12px;
    line-height: 1;
    min-width: 53px;
    text-align: center;
    right: -24px;
}
.waves-progress.percent-tooltip .progress-title span:after{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -2px;
    background: #f53b3b;
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    -ms-transform:      rotate(45deg);
    transform:          rotate(45deg);
}

/* Service Element */

.tw-service-box{
    padding-bottom: 30px;
}
.tw-service-box:last-child{
    padding-bottom: 0;
}
.tw-service-box .tw-service-icon{
    display: block;
    margin-bottom: 28px;
    text-align: center;
}
.tw-service-box .tw-service-icon.pull-left,.tw-service-box .tw-service-icon.pull-right{
    margin-bottom: 10px;
}
.tw-service-box .tw-service-content.desc_unstyle{
    text-align:inherit;
}
.tw-service-box .tw-service-content{
    text-align: center;
}
.tw-service-box .tw-service-content p:last-child{
    margin-bottom: 0;
}
.tw-service-box .tw-service-content a:hover{
    color: #222;
}
.tw-service-box h3{
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}
.tw-service-box.top-service h3{
    font-weight: 600;
    text-transform: none;
}
.tw-service-content a.more {
    position: relative;
    display: inline-block;
    border: solid 2px #808080;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: bold;
    color: #808080;
    padding: 6px 18px;
    text-transform: uppercase;
}
.tw-service-content a.more span{
    position: relative;
}
.tw-service-content a.more span:first-child{
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.tw-service-content a.more:hover{
    color: #ffffff;
    border-color: #f53b3b;    
}
.tw-service-content a.more:hover span:first-child{
    height: 100%;
    background-color: #f53b3b;
}
.service-title-sep{
    margin: 28px auto 20px auto;
    width:  70px;
    height: 2px;
    background-color: #969696;
}
.service-title-sep.left{
    margin: 28px auto 20px 0;
}
.service-title-sep.right{
    margin: 28px 0 20px auto;
}
.no-titleline .service-title-sep{
    display: none;
}
.tw-service-box .service-title-sep.last{
    margin-top: 24px;
    margin-bottom: 5px;
}
.tw-service-content h3 a{
    color: #707377;
}
.left-service,.tw-service,.right-service{
    display: inline-block;
    *display: inline;
    position: relative;
}
.left-service .tw-service-icon,.right-service .tw-service-icon{
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
}
.right-service .tw-service-icon{
    left: auto;
    right: 0;
}
.tw-service-box.right-service .tw-service-content.desc_unstyle{
    text-align:right;
}
.tw-service-box.left-service .service-title-sep.last{
    display: none;
}
.tw-service-box.left-service .service-title-sep{
    margin-left: 0;
}
.tw-service-box.right-service .service-title-sep{
    margin-right: 0;
}
.left-service .tw-service-content a.more{
    background: transparent;
    margin-top: 20px;
    padding: 0;
    border: none;
    color: #808080;
    font-weight: 500;
    float: right;
}
.left-service .tw-service-content a.more:hover{
    background: transparent;
}
.left-service .tw-service-content a.more:hover{
    color: #f53b3b;
}
.tw-service-box.style_1:hover .tw-service-content a.more {
    border-color: #f53b3b;
    background-color: #f53b3b;
    color: #ffffff;
}
.tw-service-box.style_1.left-service:hover .tw-service-content a.more{
    color: #f53b3b;
    background-color: transparent !important;
}
.tw-service-box.style_1:hover h3,
.tw-service-box.style_2:hover h3
{
    color: #f53b3b;
}
.tw-service-box.style_1:hover .tw-font-icon{
    color: #f53b3b !important;
    border-color: #f53b3b !important;
    background: #fff !important;
}
.tw-service-box.left-service.style_2:hover .tw-font-icon,
.tw-service-box.right-service.style_2:hover .tw-font-icon{
    color: #fff !important;
    background-color: #f53b3b !important;
    border-color: #f53b3b !important;
}
.tw-service-box.style_1,.tw-service-box.style_2{
    cursor: pointer;
}
.tw-service-box.top-service.style_2{
    padding: 0 20px 25px;
    border: solid 1px transparent;
}
.tw-service-box.top-service.style_2:hover{
    border-color: #f53b3b;
    -webkit-box-shadow: 0 0 7px rgba(1,1,1,.1);
    -moz-box-shadow: 0 0 7px rgba(1,1,1,.1);
    box-shadow: 0 0 7px rgba(1,1,1,.1);
}

/* ServiceBox */
.servicebox div.padding{
    padding: 30px;
}
.servicebox h3{
    font-size: 15px;
    text-transform: uppercase;
}
.servicebox p{
    font-size: 12px;
}
.servicebox p:last-child{
    margin-bottom: 0;
}
.servicebox &gt; div {
    position:relative;
    overflow:hidden;
    margin:0;
    padding: 0;
}
.servicebox &gt; div .servicebox-thumb {
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    right:0;
    text-align: center;
    cursor: pointer;

    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */

    -webkit-transition:top .4s ease-in-out,right .4s ease-in-out;
    -moz-transition:top .4s ease-in-out,right .4s ease-in-out;
    -o-transition:top .4s ease-in-out,right .4s ease-in-out;
    transition:top .4s ease-in-out,right .4s ease-in-out
}
.servicebox &gt; div.style_1 .servicebox-bg{
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    right:0;
}
.servicebox &gt; div.style_1 .servicebox-thumb:hover {
    top:-100%;
    right:-100%;
    padding-left:100%
}
.servicebox &gt; div.style_1 .servicebox-thumb:hover .servicebox-bg{
    width: 50%;
    height: 50%;
}
.servicebox &gt; div.style_2 .servicebox-thumb {
    top: auto;
    bottom: 0;
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}
.servicebox figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.servicebox figure .servicebox-thumb {
    display:block;
    position:relative;
    z-index:10;

    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.servicebox div.style_3{
    background: transparent !important;
}
.servicebox figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

    padding: 30px;
    top:0;
    left:0;
    width:100%;
    height:100%;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.servicebox figure:hover .servicebox-thumb,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.servicebox figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

.tw-font-icon,.tw-font-icon:after,.tw-font-icon:before{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.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);
}


/* Tab Element */

.nav-tabs&gt;li i{
    font-size: 16px;    
}
.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.nav-tabs&gt;li{
    line-height: 1.5;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    text-align: center;
    position: relative;
}
.nav-tabs&gt;li a{
    display: block;
    width: 100%;
    padding: 16px 26px;
    background: #fafafa;
    color: #B2B2B2;
    line-height: 1;
}
.nav-tabs&gt;li.active{
    border-bottom-color: #fff;
}
.nav-tabs&gt;li.active a,
.nav-tabs&gt;li a:hover{
    background: #f53b3b;
    color: #fff;
}
.nav-tabs&gt;li h5{
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0;
    margin-top: 10px;
}
.tab-two .nav-tabs&gt;li{
    width: 50%;
}
.tab-three .nav-tabs&gt;li{
    width: 33.33%;
}
.tab-four .nav-tabs&gt;li{
    width: 25%;
}
.tab-five .nav-tabs&gt;li{
    width: 20%;
}
.tab-six .nav-tabs&gt;li{
    width: 16.6%;
}
.tab-content&gt;.tab-pane{
    display: none;
}
.tab-content&gt;.active{
    display: block;
}
.tab-init{
    opacity: 0;
}
.tab-content{
    width: 100%;
    min-height: 100px;
    overflow: auto;
    background: #F5F5F5;
    margin-top: 20px;
}
.tab-content .tab-pane-inner{
    padding: 25px 30px;
}
.tab-content .tab-pane-inner h5{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.style-2 .nav-tabs{
    float: left;
    width: 8%;
}
.style-2 .nav-tabs&gt;li{
    margin-bottom: 10px;
}
.style-2 .tab-content{
    float: left;
    border: none;
    padding: 0;
    margin: 0;
    width: 84%;
}
.style-2 .nav-tabs&gt;li .tab-icon{
    text-align: left;
}

/* ---------------- */
.posts-tab-widget{
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #e9e8e6;
    overflow: hidden;
}
.posts-tab-widget .tab-content {
    padding: 20px 20px 0px 20px;
    border-style: none;
}
.posts-tab-widget .nav-tabs&gt;li span{
    font-size: 16px;
    font-weight: 300;
}
.posts-tab-widget .nav-tabs&gt;li{
    background-color: #ffffff;
    border-bottom: solid 1px #e9e8e6;
    border-right: solid 1px #e9e8e6;
    padding: 0;
}
.posts-tab-widget .nav-tabs&gt;li:last-child{
    border-right-style: none;
}
.posts-tab-widget .nav-tabs&gt;li a{
    border-style: none;
    padding: 2px 0 8px;
    text-align: center;
    background-color: #ffffff;
}
.posts-tab-widget .nav-tabs&gt;li.active a{
    color: #1a1a1a;
    background-color: #f4f4f4;
    border-bottom: solid 3px #f53b3b;
    padding-bottom: 6px;
    position: relative;
}
.posts-tab-widget .nav-tabs&gt;li.active a:after{
    position: absolute;
    color: #f53b3b;
    font-size: 24px;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    content: '\f0d8';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 4px;
}
.posts-tab-widget .nav-tabs&gt;li.active{
    border-bottom-style: none;
}
.posts-tab-widget .entry-title,
.posts-tab-widget .comment-title{
    font-size: 18px;
    font-weight: normal;
    color: #808080;
    margin: 15px 0 10px;
}
.posts-tab-widget .entry-content,
.posts-tab-widget .comment&gt;a,
.posts-tab-widget .comment-content{
    font-size: 14px;
    line-height: 1.5;
}
.posts-tab-widget .entry-media{
    margin-bottom: 8px;
}
.posts-tab-widget .comment{
    margin-bottom: 20px;
}

/* Team Element */
#main .tw-element.waves-team{
    margin-bottom: 0;
}
.team-member{
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.waves-team.col2 .team-member{
    width: 50%;
}
.waves-team.col3 .team-member{
    width: 33.3%;
}
.waves-team.col4 .team-member{
    width: 25%;
}
.team-member .member-title h2{ 
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.team-member .member-title h2 a{
    color: #696969;
}
.team-member:hover .member-title h2 a{
    color: #f53b3b;
}
.team-member:hover .image-overlay{
    opacity: 1;
}
.member-image{
    position: relative;
    overflow: hidden;
}
.member-image&gt;img{
    width: 100%;
}
.waves-team .member-pos{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    color: #696969;
    margin-bottom: 10px;
}
.member-social .tw-social-icon a{
    position: relative;
    display: inline-block;
    left: auto;
    text-align: center;
    width: 40px;
    height: 40px;
    background: transparent;
    font-size: 15px;
    margin: 0 5px;
    line-height: 36px;
    color: #fff;
}
.member-social .tw-social-icon a:hover{
    background: #fff;
}
.member-content{
    padding: 15px 0;
}
.waves-team .member-social{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 46px;
    top: 50%;
    margin-top: -22px;
}

/* Testimonial Element */
.waves-carousel-testimonial .testimonial-content{
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    max-width: 820px;
    margin: 0 auto;
}
.testimonial-title-sep{
    width:60px;
    height: 1px;
    background-color: #1a1a1a;
    margin: 16px auto 17px;
}
.testimonial-name{
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
}
.testimonial-name span{
    font-weight: normal;
}
.testimonial-avatar img{
    width: 170px;
    height: 170px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 7px solid rgba(0,0,0,.25);
    margin-bottom: 35px;
}

.waves-carousel-testimonial.style_2 .owl-carousel .owl-wrapper-outer{
    min-height: 170px;
}
.waves-carousel-testimonial.style_2 .owl-carousel .owl-item,
.waves-carousel-testimonial.style_2 .owl-controls{
    padding-left: 170px;
}
.waves-carousel-testimonial.style_2 .testimonial-avatar img{
    margin-bottom: 0;
}
.waves-carousel-testimonial.style_2 .testimonial-avatar{
    position: absolute;
    top: 0;
    left: 0;
}
.waves-carousel-testimonial.style_3 .testimonial-content{
    font-size: 30px;
    font-weight: 600;
}

/* Testimonial Slide Element */

.waves-testimonials&gt;.testimonial-item{
    text-align: center;
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.waves-testimonials[data-items="2"]&gt;.testimonial-item{
    width: 50%;
}
.waves-testimonials[data-items="3"]&gt;.testimonial-item{
    width: 33%;
}
.waves-testimonials .testimonial-content{
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
    color: #696969;
    padding-top: 12px;
    border-top: 1px solid #e6e6e6;
}
.waves-testimonials .testimonial-author{
    display: block;
    color: #1a1a1a;
    margin-top: 15px;
}
.waves-testimonials .testimonial-thumb img{
    width: 86px;
    height: 86px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #e6e6e6;
    margin-bottom: 22px;
}
.waves-testimonials.style_4 .testimonial-item{
    position: relative;
    padding-left: 110px;
}
.waves-testimonials.style_4&gt;.testimonial-item{
    padding: 0 15px 0 125px;
}
.waves-testimonials.style_4 .testimonial-thumb img{
    position: absolute;
    top: 0;
    left: 8px;
}
.waves-testimonials.style_4&gt;.testimonial-item .testimonial-thumb img{
    left: 23px;
}
.waves-testimonials.style_4 .testimonial-content{
    background: #f5f5f5;
    padding: 15px 20px;
    border: 1px solid #e6e6e6;
}

/* Text Carousel Element*/
.waves-carousel-text .text-carousel-item{
    border: 1px solid #d9d9d9;
    text-align: center;
}
.waves-carousel-text.list_carousel .carousel-title{
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.waves-carousel-text .text-carousel-content{
    padding: 30px;
}
.waves-carousel-text .more-link{
    text-transform: uppercase;
    font-weight: 500;
    color: #1a1a1a;
}
.waves-carousel-text .more-link i{
    padding-left: 4px;
}
.waves-carousel-text .title-seperator{
    width: 70px;
}
.waves-carousel-text .text-carousel-item:hover{
    border-color: #f53b3b;
    -webkit-box-shadow: 0 0 11px rgba(1,1,1,.15);
    -moz-box-shadow: 0 0 11px rgba(1,1,1,.15);
    box-shadow: 0 0 11px rgba(1,1,1,.15);
}
.waves-carousel-text .text-carousel-item:hover .carousel-title a,
.waves-carousel-text .text-carousel-item:hover .more-link{
    color: #f53b3b;
}

/* 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; }
#sidebar .twitter-follow a, .twitter-follow a{
    color: #1c1c1c;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid #1c1c1c;
}
#sidebar .twitter-follow a:hover,.twitter-follow a:hover{
    border-color: #1c1c1c;
}



/* 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;
}

/* Twitter Carousel Element*/
.waves-carousel-twitter .waves-carousel p {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
}
.waves-carousel-twitter .waves-carousel .twitter_time{
    display: block;
    font-size: 13px;
}
.waves-carousel-twitter .twitter-icon i {
    font-size: 48px;
}
.waves-carousel-twitter .twitter-icon span {
    display: none;
}
.waves-carousel-twitter .twitter-follow{
    margin: 10px 0 0 0;
}
.waves-carousel-twitter a,
.waves-carousel-twitter .twitter-item{
    color: #000;
}
.waves-carousel-twitter .twitter-follow a{
    border: none;
    font-weight: bold;
    font-size: 13px;
    text-transform: none;
}
/* Twitter Carousel Element Style2 */
.waves-carousel-twitter.style_2 &gt; .waves-carousel {
    padding-left: 170px;
    padding-top: 30px;
    min-height: 170px;
}
.waves-carousel-twitter.style_2 .twitter-icon {
    position: absolute;
    left: 0;
    top: 0;
    border: 8px solid rgba(0,0,0,.25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.waves-carousel-twitter.style_2 .twitter-icon i {
    font-size: 53px;
    color: #f53b3b;
    background: #ededed;
    width: 154px;
    height: 154px;
    line-height: 154px;

}
.waves-carousel-twitter.style_2 .waves-carousel .twitter_time{
    font-size: 15px;
    margin-top: 20px;
}
.waves-carousel-twitter.style_2 .waves-carousel p {
    font-size: 25px;
    margin-top: 0;
}
.waves-carousel-twitter.list_carousel.style_2 .owl-buttons {
    top: 0;
    right: 0;
    margin-right: 0;
}
.waves-carousel-twitter.style_2 .twitter-follow{
    display: none;
}
/* Testimonial Carousel Element*/
.waves-carousel-testimonial.style-1 .owl-item{
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0.3;
    padding-right: 30px;
}
.waves-carousel-testimonial.style-classic .testimonial-content{
    background-color:transparent;
    font-size: 24px;
    font-weight:normal;
}
.waves-carousel-testimonial.style-classic .testimonial-content:after{
    display: none;
}
.waves-carousel-testimonial.style-classic h2 a{
    font-weight: normal;
    font-size: 18px;
    color: #1a1a1a;
}
.waves-carousel-testimonial.style-classic .testimonial-title-sep{
    width:80px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 14px auto 25px;
}

/* Page Builder Elements End */


/* Blog */
.waves-blog article.hentry{
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px 20px 0;
}
.entry-media{
    margin: -25px -20px 0;
    margin-bottom: 17px;
}
.format-video &gt; .entry-media,
.entry-media.image-slide-container{
    margin: -25px -20px 25px;
} 
.waves-thumbnail{
    position: relative;
    overflow: hidden;
}
.carousel-thumbnail.waves-thumbnail{
    margin: 0;
    margin-bottom: 10px;
}
.entry-content p:last-child{
    margin: 0;
}
.entry-meta{
    position: relative;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: #4c4c4c;
}
.entry-meta a{
    color: #4c4c4c;
}
.entry-meta .categories-links{
    display: inline-block;
}
.entry-meta .cat-container {
    float: left;
    width: 55%;
}
.entry-meta .categories-links a{
    color: #fff;
    display: inline-block;
    padding: 2px 7px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid transparent;
}
.entry-meta .categories-links:last-child a{
    margin: 0;
}
.entry-meta .date{
    position: absolute;
    right: 0;
    top: 0;
}
.entry-meta&gt;span&gt;i,
.entry-meta&gt;span&gt;i {
    position: relative;
    right: 7px;
    top: 3px;
    font-size: 15px;
    color: #b2b2b2;
}
.entry-media .waves-thumbnail&gt;img {
    width: 100%; 
}
.entry-media:hover .waves-thumbnail&gt;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: 15px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
}
article[data-size='small'] .entry-title{
    font-size: 22px;
}
.entry-title a {
    color: #000000;
}
.entry-title a:hover {
    color: #f53b3b;
}
footer.entry-meta{
    margin: 30px -20px 0;
    border-top: 1px solid #f0f0f0;
    line-height: 1;
}
footer.entry-meta a.more-link{
    line-height: 60px;
    padding: 0 20px;
}
footer.entry-meta &gt; div{
    float: left;
    position: relative;
}
footer.entry-meta .meta-share{
    float: right;
}
footer.entry-meta &gt; div &gt; div{
    position: absolute;
    bottom: 100%;
}
footer.entry-meta &gt; div &gt; i,
footer.entry-meta &gt; div &gt; a &gt; i,
footer.entry-meta &gt; div &gt; a,
footer.entry-meta &gt; div &gt; div &gt; div{
    position: relative;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    display: block;
}
footer.entry-meta &gt; div &gt; div{
    background: #1a1a1a;
    color: #fff;
    display: none;
}
footer.entry-meta &gt; div &gt; div.more-content &gt; div{
    line-height: 1;
    padding-top: 15px;
}
footer.entry-meta &gt; div &gt; div.more-content &gt; div div{
    font-size: 10px;
    margin-top: 5px;
}
footer.entry-meta &gt; div &gt; div a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}
footer.entry-meta &gt; div &gt; div &gt; div:hover,
footer.entry-meta &gt; div:hover &gt; span{
    background: #f53b3b;
    color: #fff;
}
footer.entry-meta &gt; div:hover &gt; i,
footer.entry-meta &gt; div:hover &gt; a{
    color: #fff;
}
footer.entry-meta&gt;div:hover span{
    background: #fff;
}
footer.entry-meta .more-icon span,
a.more-text .more-icon span{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #4d4d4d;
    content: '';
    margin: 2px;
}
footer.entry-meta &gt; div &gt; div{
    display: block;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.2s linear;
    -moz-transition: max-height 0.2s linear;
    -o-transition: max-height 0.2s linear;
    transition: max-height 0.2s linear;
}
footer.entry-meta &gt; div:hover &gt; div{
    max-height: 300px;
}

.waves-blog.grid-blog article.hentry{
    margin: 0 15px 30px;
}

/* Blog Hover Animation Style */
footer.entry-meta &gt; div &gt; span{
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
footer.entry-meta &gt; div:hover &gt; span{
    background: #f53b3b;
}

/* Blog page template */
.waves-blog.page-template-blog{
    padding-left: 10px;
    padding-right: 10px;
}
.header-left.page-template-template-blog-php #main .waves-blog{
    margin-top: 0;
    margin-bottom: 0;
}
.header-left.page-template-template-blog-php #main{
    padding: 10px 0;
}
.waves-blog.page-template-blog.waves-full-element .blog-grid{
    padding: 0 5px;
}
.page-template-blog article.hentry{
    margin: 0 5px 10px;
}


/* Filter */
.tw-filters,.tw-filters ul{
    position: relative;
    background: #fff;
    margin-top: 30px;
}
.waves-portfolio .tw-filters,
.waves-portfolio .tw-filters ul,
.waves-portfolio .tw-filters ul.filters{
    background: transparent;
}
.header-left .tw-filters{
    margin-top: 0;
}
.tw-filters ul.filters{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tw-filters ul.filters li{
    display: inline-block;
}
.tw-filters a{
    position:relative;
    display: block;
    padding: 23px 20px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    color: #b2b2b2;
    margin-top: -1px;
    border-top: 3px solid transparent;
}
ul.filters a:hover,
.tw-filters a.selected{
    color: #fff;
}
ul.filters a span{
    position: relative;
    z-index: 3;
}
ul.filters a span:first-child{
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.filters a:hover span:first-child,
ul.filters a:active span:first-child,
ul.filters a.selected span:first-child,
ul.filters a.selected span:first-child{
    height: 100%;
}
/* Filter  Portfolio */
.waves-portfolio &gt; .tw-filters{
    position: relative;
    background: transparent;
    text-align: left;
    margin: 0 0 15px;
    border-top: 0;
}
.waves-portfolio &gt;.tw-filters a.selected{
}
.waves-portfolio.waves-full-element &gt; .tw-filters{
    text-align: center;
}
.waves-portfolio &gt; .tw-filters ul.filters li a{
    padding: 0 40px 0 0;
    background: transparent;
    border: none;
}
.waves-portfolio &gt; .tw-filters ul.filters li a:hover,
.waves-portfolio &gt; .tw-filters ul.filters li a.selected{
    color: #f53b3b;
}

/* Link post format */

.link-content, 
.format-quote &gt; blockquote{
    position: relative;
    margin: 0;
    color: #4c4c4c;
}
.link-content .link-text,
.format-quote .quote-text{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 300;
    padding-left: 35px;
    margin-bottom: 25px;
}
.format-quote &gt; blockquote i, 
.link-content i{
    position: absolute;
    font-size: 14px;
    top: 8px;
}
.link-content .sub-title, 
.format-quote .qoute-author{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-top: 1px solid #f0f0f0;
    margin: 0 -20px;
    padding: 20px 25px;
}


/* Aside post format */

.waves-blog article.format-aside{
    padding-bottom: 25px;
}

/* Status post format */
.waves-blog article.format-status{
    padding: 0;
    line-height: 0;
}
.waves-blog article.format-status p{
    margin-bottom: 0;
}
.format-status iframe.twitter-tweet {    
    margin: 0 !important;
    display: inline !important;
    border-color: #d0d3d6 !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !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;
}
.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;
}
.image-slide-container.list_carousel .owl-buttons {
    position: static;
}
.image-slide-container.list_carousel .owl-buttons div {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -28px;    
    color: #1a1a1a;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 34px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    background: rgba(255,255,255,.9);
    opacity: .5;
}
.image-slide-container.list_carousel .owl-buttons div:hover {
    opacity: 1;
}
.image-slide-container.list_carousel .owl-buttons div.owl-next {
    left: auto;
    right: 0;
}

/* Blockquote Main */
.entry-content blockquote{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    margin: 35px 0;
    padding: 0 0 0 100px;
    position: relative;
    color: #666;
}
.entry-content blockquote:before{
    font-family: FontAwesome;
    font-style: normal;
    content: "\f10e";
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f53b3b;
}
.entry-content blockquote:last-child{
    margin-bottom: 20px;
}

/* Pagination */

.waves-pagination {
    text-align: center;
    width: 100%;
    background: #fff;
    line-height: 0;
}
.waves-blog.page-template-blog .waves-pagination-container{
    margin: 0 -10px;
}
.header-left .waves-blog.page-template-blog .waves-pagination-container{
    margin: 0 10px;
}
.waves-pagination ul.page-numbers {
    display: inline-block;
    margin: 0;
    padding: 20px 30px;
}
.waves-pagination ul.page-numbers li {
    list-style: none;    
    float: left;
    margin: 0 5px;
    padding: 0;    
    text-align: center;
    font-weight: normal;

}
.waves-pagination ul.page-numbers li a, .waves-pagination ul.page-numbers li span{
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: block;
    color: #696969;
}
.waves-pagination ul.page-numbers li a.prev, 
.waves-pagination ul.page-numbers li a.next{
    width: 50px;
}
.waves-pagination ul.page-numbers li a:hover, .waves-pagination ul.page-numbers li span.current{
    color: #fff;
    background: #f53b3b;
}
.waves-pagination ul.page-numbers li i {

}


/* 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&gt;img{
    width: 100%;
}
.onepage-header-bg-container.onepage-header-image{
    background-size: cover;
}

.onepage-slider-container{
    position: relative;
}
.onepage-slider-container&gt;.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&gt;.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 a,
.dark ul,
.dark .waves-heading .sub-title,
.dark .tw-service-box h3,
.dark .waves-title h3,
.dark .progress-title,
.dark .waves-team .member-pos,
.dark ul.waves-list li,
.dark .tw-milestones-count,
.dark .tw-milestones-content span,
.dark .waves-carousel-twitter .twitter-follow,
.dark .waves-carousel-twitter .waves-carousel,
.dark .waves-carousel-twitter .waves-carousel li,
.dark .waves-carousel-testimonial .testimonial-author,
.dark .list_carousel.style_2 .carousel-content a,
.dark ul.jtwt li:before,
.dark .waves-carousel-twitter .twitter-follow a,
.dark .waves-carousel-twitter .twitter-icon span,
.dark .testimonial-content,
.dark .waves-carousel-testimonial.style-classic h2 a,
.dark .waves-aboutme .aboutme-meta&gt;div,
.dark .waves-aboutme .aboutme-head span,
.dark .waves-callout.style2 .callout-text p
{
    color: #fff;
}
.dark .tw-social-icon a:hover{
    color: #fff;
}
.dark .tw-social-icon a{
    color: #1c1c1c;
}
.dark .waves-heading .title-seperator,
.dark .waves-carousel-twitter.style_2 .twitter-icon i,
.dark .owl-theme .owl-controls .owl-page.active span, 
.dark .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #fff;
}
.dark .testimonial-avatar img,
.dark .waves-carousel-twitter.style_2 .twitter-icon{
    border-color: rgba(255,255,255,.25);
}
.dark .owl-theme .owl-controls .owl-page span{
    background: rgba(255,255,255,.5);
}
.dark .tw-divider,
.dark .symbol .square,
.dark .waves-aboutme .aboutme-meta a i{
    border-color: #fff;
}

.dark .list_carousel.style_2 .carousel-content{
    border-color: rgba(209,212,215,.1);
}

.dark .owl-theme .owl-controls .owl-page.active span,
.dark .owl-theme .owl-controls.clickable .owl-page:hover span{
    background-position: 12px 12px;
}

/* Iframe video on Portfolio */
.portfolio .entry-video iframe{
    width: 100%;
}

/* Map */
.waves-map iframe{
    min-width: 100%;
    min-height: 400px;
}
.waves-map-contact{
    position: absolute;
    top: 0;
    left: 15px;
    width: 370px;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    max-height: 100%;
}
.waves-map-contact&gt;h2{
    font-size: 28px;
    color: #FFF;
    font-weight: bold;
}
.waves-map-contact&gt;p{
    color: #FFF;
}
.waves-map-contact .wpcf7 textArea{
    position: relative;
    display: inline-block;
    top: 0;
}
.waves-map-contact .wpcf7 input[type="submit"]:hover,
.waves-map-contact .wpcf7 input[type="submit"]{
    text-align: left;
    background: #f53b3b;
}
.waves-map-contact .wpcf7 input,
.waves-map-contact .wpcf7 textarea{
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
    padding: 15px !important;
}
.waves-map .map{
    height: 100%;
}
.waves-map.styled&gt;.map-markers{
    display: none;
}
.waves-map.styled .map img{
    max-width: none;
}
/* Infinite Scroll */

.tw-infinite-scroll a{
    display: inline-block;
    margin: 20px;
    padding: 0 18px;
    background-color: #f53b3b;
    font-weight: bold;
    line-height: 36px;
    border: 2px solid #f53b3b;
    color: #fff;
}
.tw-infinite-scroll a:hover{
    color: #f53b3b;
    background-color: transparent;
    border: 2px solid #f53b3b;
}
.tw-infinite-scroll&gt;.loading,
.tw-infinite-scroll[data-has-next="false"]&gt;.next,
.tw-infinite-scroll[data-has-next="true"]&gt;.no-more{
    display: none;
}
.tw-infinite-scroll[data-has-next="false"]{
    display: none;
}
.row-container{
    background-position: 50% 50%;
}

/* 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;
}
.wpcf7 textarea{
    max-height: 150px;
}
span.wpcf7-form-control-wrap{
    position: relative;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:hover{
    display: block;
    margin: 0;
    color: #FFF;
    background: #f53b3b;
}
.wpcf7 input[type="submit"]:hover{
    opacity: .9;
}
span.wpcf7-not-valid-tip {
    width: 230px;
    z-index: 99;
    padding: 10px 20px;
    font-weight: 500;
    position: relative;
    top: -20px;
    background: #F5F5F5;
}
div.wpcf7-validation-errors {
    border: 2px solid #F7E700;
    margin: 0 auto;
    width: 60%;
    font-weight: bold;
    text-align: center;
}

/* Sidebar */
#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;
}





body.header-left{
    margin-left: 270px;
}
body.header-left.theme-boxed {
    margin: 0 auto 0 300px;
}
.header-left .header-container{
    display: none;
}
#waves-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 254px;
    z-index: 9999;
}
body.admin-bar #waves-sidebar {
    top: 32px;
}
#waves-sidebar.right-sidebar{
    left: auto;
    right: 0;
}
#waves-sidebar.right-sidebar .sidebar-content{
    border-right: 0;
    border-left: 1px solid #eee;
}
#waves-sidebar:hover &gt; .pane, .pane.active, .pane.flashed {
    visibility: visible\9;
    opacity: 0.99;
    filter: alpha(opacity=99);
    zoom: 1;
}
#waves-sidebar &gt; .pane {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 10px;
    visibility: hidden\9;
    opacity: 0.01;
    filter: alpha(opacity=1);
    zoom: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#waves-sidebar.left-sidebar &gt; .pane {
    right: auto;
    left: 5px;
}
#waves-sidebar &gt; .pane &gt; .slider {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
}
#waves-sidebar .sidebar-content {
    padding: 30px 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #EEE;
    outline: none;
}
.sidebar-content .sidebar-time{
    background: #f5f5f5;
    padding: 20px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #b2b2b2;
    text-align: center;
    margin-bottom: 40px;
}

.waves-container {
    position: relative;
}
/* Newsletter plugin */

input[type="text"].wysija-input{
    margin-top: 10px;
}
.widget_wysija_cont .wysija-submit{
    border-color: #f53b3b;
    color: #f53b3b;
    background: #fff;
}
.widget_wysija_cont .wysija-submit:hover{
    opacity: .7;
}
.tw-element #sidebar .wysija-input,
.tw-element #sidebar .widget_wysija_cont .wysija-submit,
.tw-element #sidebar p{
    display: inline-block;
}
.tw-element #sidebar .widget_wysija_cont p label,
.tw-element #sidebar .widget widget_wysija h3.widget-title{
    display: none;
}
/* Loader style */
.pace,#waves-loader{
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    background-image: url(assets/img/flat_loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#waves-loader{
    z-index: 9999999999998;/* .pace-&gt;zIndex - 1 */
}
body.loading{
    overflow: hidden;
}
body.pace-done&gt;.pace,.pace-inactive,
body.pace-done #waves-loader{
    display: none;
}
.pace .pace-progress{
    height: 2px;
    background-color: #f53b3b;
}

/* REV SLIDER A tag to White */
.rev_slider .tp-caption a{color: #fff;}


/* ------------- Margin &amp; Helper Classes ------------- */

.no-bottom{
    margin-bottom: 0 !important;
}
.no-top{
    margin-top: 0 !important;
}
.no-margin{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.align-center, .align-center .entry-content p{
    text-align: center;
}
.align-left,
.align-left .waves-heading{
    text-align: left;
}
.align-right,
.align-right .waves-heading{
    text-align: right;
}
.position-absolute-img .waves-ads-img{
    position: relative;
    bottom: -39px;
}


/*Frontend Editor Page*/
#fe-publish-form[data-publish="add"] #post-trash,
#post-trash-loading,
#message{
    display: none;
}

/*Frontend Publish Styles*/
#post-format-radio li.checked,
#post-category-checkbox li.checked{
    color: #888;
}
#post-content_ifr{
    max-height: 200px;
}

#fe-publish-form table th{
    width: 50%;
}
#fe-publish-form .quicktags-toolbar input{
    width: auto;
}
#fe-publish-form strong{
    color: #333333;
    font-weight: normal;
}
#fe-publish-form .post-content-container h3{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
#fe-publish-form h4.category-header{
    padding: 15px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #dbdbdb;
}
#fe-publish-form .tw-metaboxes{
    padding: 20px;
    display: block;
}
#fe-publish-form .tw-metaboxes ul{
    list-style: none;
    margin: 0;
}
#fe-publish-form .tw-metaboxes ul li{
    float: left;
    margin-right: 10px;
}
#fe-publish-form .tw-metaboxes span,
#fe-publish-form .tw-metaboxes input{
    display: block;
}
#fe-publish-form .tw-metaboxes span{
    font-size: 11px;
    font-weight: normal;
}
#fe-publish-form .post-settings-container,
#fe-publish-form .post-format-meta-container div,
#fe-publish-form .sidebar-area-container,
#fe-publish-form #post-thumb-box img{
    margin: 20px 0;
    border: 1px solid #dbdbdb;
    background: #fff;
}
#fe-publish-form #post-thumb-container{
    border: none;
    background: none;
}
#post-thumb-box{
    cursor: pointer
}
#fe-publish-form .post-content-container input.post-title{
    width: 100%;
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 18px 16px 14px 16px;
    font-size: 14px;
}
#post-thumb-container.with-thumbnail #post-image-upload,
#post-thumb-container.without-thumbnail #post-image-remove,
#fe-publish-form .post_authorr,
#fe-publish-form .feature_show,
#fe-publish-form .social_share,
#fe-publish-form .breadcrumps,
#fe-publish-form .layout,
#fe-publish-form .sidebar{
    display: none;
}
#fe-publish-form .wp-switch-editor,
#fe-publish-form .wp-editor-container,
#fe-publish-form .tw-metaboxes input,
#fe-publish-form .tw-metaboxes textarea,
#fe-publish-form .tw-metaboxes select{
    border: 1px solid #dbdbdb;
}
#fe-publish-form .tw-metaboxes input,
#fe-publish-form .tw-metaboxes select{
    padding: 12px 16px;
    height: auto;
    margin: 10px 0;
    width: 300px;
}
#fe-publish-form .tw-metaboxes input[type="button"]{
    width: auto;
    padding: 12px 20px;
    border-color: #f53b3b;
    float: right;
    margin: 0;
}
#fe-publish-form .sidebar-area-container ul,
#fe-publish-form .sidebar-area-container ul li{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 10px 25px;
}
#fe-publish-form .sidebar-area-container ul &gt; li input{
    position: absolute;
    left: 0;
    top: 17px;
    width: auto;
}
#fe-publish-form .sidebar-area-container label &gt; span{
    position: absolute;
    width: 5px;
    height: 15px;
    top: 15px;
    right: 0;
}


/*User Menu*/
.user-menu-container{
    position: fixed;
    z-index: 999;
    right: 90px;
    bottom: 30px;
}
.waves-login{
    position: relative;
    text-align: right;
    text-transform: uppercase;
}
.waves-login &gt; i{
    margin-right: 5px;
}
.waves-login .avatar-container,
.waves-login .avatar-container a{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    top: -1px;
    right: 1px;
    z-index: 10000;
    text-align: center;
    line-height: 37px;
}
.waves-login .avatar-container{
    border: 1px solid #d8d8d8;
    background: #fff;
}
.waves-login.active .avatar-container,
.waves-login.active .avatar-container a{
    background-color: #f7f7f7;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; 
    box-shadow: none;
    border: none;
}
.waves-login.active .login-box,
.waves-login.active .avatar-container a .fa-close{
    display: inline-block;

    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0;
}
.waves-login.active .avatar-container a .fa-user,
.waves-login.active .avatar-container a img,
.waves-login .avatar-container a .fa-close{
    display: none;
}
.login-box{
    position: relative;
    z-index: 9999;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
}
/* User Menu and Login Box css negtgeed niilvvlew */
.login-box .user-menu,
.login-box .login-form{
    background-color: #fff;
    position: absolute;
    text-align: left;
    width: 270px;
    top: auto;
    bottom: -24px;
    right: -6px;
    border: 1px solid #e5e5e5;
}
.login-form &gt; div,
.login-box .user-menu &gt; div{
    padding: 20px;
}
.login-box .user-menu .ua-container{
    display: inline-block;
}
.login-box .user-menu .ua-container .ua-image,
.login-box .user-menu .ua-container ul.user-info{
    padding: 0;
}
.login-box .user-menu .user-name{
    display: block;
    font-weight: bold;
    color: #4c4c4c;
}
.login-box .user-menu .user-caps,
.login-box .user-menu ul.user-info li{
    text-transform: capitalize;
}
.login-box .user-menu ul.user-info{
    list-style: none;
    margin: 20px 0 0 0;
}
.login-box .user-menu ul.user-info li,
.login-box .user-menu ul.user-info li a{
    color: #b2b2b2;
    font-weight: bold;
    margin: 10px 0;
}
.login-box .user-menu ul.user-info li:last-child,
.login-box .user-menu ul.user-info li i:last-child{
    margin-bottom: 0;
}
.login-box .user-menu ul.user-info li i{
    float: right;
    margin: 7px 0;
}
.login-box .user-menu ul.user-info li a:hover,
.login-box .user-menu ul.user-info li i:hover{
    color: #1a1a1a;
}
.login-box .logout-form{
    border-top: 1px solid #e5e5e5;
    padding: 20px 20px;
    line-height: 1;
    background: #f7f7f7;
}
/* Logged In css Ended */
.login-form &gt; div.switch-form{
    padding: 0 20px 20px 20px;
}
.login-form &gt; div form{
    padding: 0;
    margin: 0;
}
.login-form p,
.login-form .login-submit input[type="submit"],
.login-form .lost-form-container input[type="submit"],
.login-form .register-form-container input[type="submit"]{
    margin-bottom: 0px;
}
.login-remember input[type="checkbox"]{
    position: relative;
    width: auto;
    display: inline-block;
    margin-bottom: 25px;
    top: 2px;
}
.login-form .switch-form a,
.login-form p.login-remember,
.waves-social-login .waves-social-title{
    position: relative;
    font-size: 11px;
    font-weight: bold;
    color: #b2b2b2;
}
.switch-form{
    text-align: center;
}
.login-form-container,
.register-form-container,
.lost-form-container,
.switch-form .login,.switch-form &gt; a,
.switch-form &gt; a.active:last-child:after,
#user-form-message{
    display: none;
}
.login-form&gt;.active,
.switch-form &gt; a.active,
.switch-form &gt; a.active:after{
    display: inline-block;
}
.switch-form &gt; a:after{
    content: '/';
    display: inline-block;
    padding: 0 5px;
    color: #b2b2b2;
}
.lost-form-container input[type="text"]{
    margin-bottom: 20px;
}
.login-form .waves-social-login{
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 30px 0;
    background: #f7f7f7;
    text-align: center;
}
.login-form .waves-social-login&gt;a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3a5795;
    color: #fff;
    margin-left: 5px;
}
.login-form .waves-social-login&gt;a.waves-twitter{
    background: #55acee;
}
.login-form .waves-social-login&gt;a.waves-google{
    background: #dd4b39;
}

/* Login Form Element */
.tw-login-form .avatar-container{
    display: none;
}
.tw-login-form .login-box.user-menu-box{
    display: block;
}

.author-avatar img{
    margin-bottom: 30px;
    margin-right: 15px;
}

/* Polylang */
ul.polylang_switcher {
    float: right;
    margin: 0;
    padding: 0;
    margin: 10.5px 0 10.5px 12px;
}

ul.polylang_switcher li {
    float: left;
    list-style-type: none;
    padding: 0 8px 0 0;
}

ul.polylang_switcher li:last-child {
    padding: 0;
}
#waves-sidebar{ display: none;}
    body.header-left,
    body.header-left.theme-boxed{margin: 0 auto;}
    .header-left .header-container{ display: block;}
    body.header-left{ padding-left: 0;}</pre></body></html>