/*
-------------------------------------------------------------------
Theme Name: Mixin
Theme URI: http://themes.themewaves.com/mixin
Description: Waves Framework
Author: ThemeWaves
Author URI: http://www.themewaves.com
Version: 1.5
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 & 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: #ff1940;
    color: #ffffff;
}
::-moz-selection {
    background: #ff1940;
    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 auto;
}
embed, img {
    max-width: 100%;
    height: auto;
    border: none;
}    
iframe{
    width: 100%;
    max-width: 100%;
    border: none;
} 
a:hover {
    text-decoration: none;
}

/* Typography */

body {
    line-height: 1.9;
    font-size: 13px;
    font-weight: 400;
    color: #666;;
    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;
    letter-spacing: 0.03em;
}
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 #e6e6e6;  
    background: #fff;
    color: #b2b2b2;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
textarea { width: 100%; }
select {
    padding: 5px;
    width: 220px;
    height: 40px;
}
label,
legend {
    display: block;
    cursor: pointer;
}
label span,
legend span { font-weight: bold; }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: 1px solid #ff1940;
    background: #ff1940;
    display: inline-block;
    padding: 16px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
    color: #ff1940;
    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: #ff1940;

}
::-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,
.waves-pagination ul.page-numbers li a, .waves-pagination ul.page-numbers li span,
.posts-tab-widget,
.waves-progress .bar-container,
.waves-progress.percent-tooltip .progress-title span,
.entry-content blockquote:before, footer.entry-meta .more-icon span,
.btn-normal,
.member-social .tw-social-icon a, .tw-service-content a.more, 
.pricing-footer a, .alert, .waves-heading>i,
.accordion-heading .accordion-toggle span.tw-check, 
.overlay-link a{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/* ------------ Hover Transitions --------------- */

.header-clone,.tw-logo,
ul.sf-menu > li > a,
ul.sf-menu li ul li a,
ul.sf-menu li ul.waves-mega-menu li,
.sf-menu .waves-mega-menu li ul li a,
p.form-submit input,
footer.entry-meta>div,
footer.entry-meta>div .more-icon span,
form.searchform input,
.image-overlay, .tw-social-icon a span,
.btn, .btn >span,
a.to-portfolio>span,
.master-slider a.btn,
article.single .tags-container span, 
article.single .tags-container a,
.entry-content .more-link,
.entry-content .more-link > span,
.waves-portfolio .portfolio-content,
.portfolio-thumb .image-overlay a,
.tw-filters a, .tw-filters a span,
.tw-infinite-scroll a span,
.waves-pagination ul.page-numbers li a,
.waves-pagination ul.page-numbers li a span,
.accordion-group .accordion-heading,
.accordion-heading .accordion-toggle,
.nav-tabs>li, .nav-tabs>li a,
.tw-recent-posts-widget span.date, 
.carousel-thumbnail .post-date,
.owl-theme .owl-controls .owl-page span,
.tw-service-box h3, .tw-font-icon,
.tw-service-box.top-service.style_2,
.waves-carousel-partner .part-container img,
.pricing-box .pricing-header, .pricing-box .pricing-top, .pricing-box .pricing-footer a,
.entry-media .waves-thumbnail>img,
.image-slide-container .tw-owl-item img, 
.tw_post_sharebox > div.like-count i,
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before, .sf-menu ul [class^="icon-"]:before, .sf-menu ul [class*=" icon-"]:before{
    -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 */

.sticky{
    padding: 20px;
    border: 1px solid #e6e6e6;
}
.sticky .entry-media{
    margin: -21px -21px 25px -21px;
}

/* Waves Middle */
.waves-middle:before{content: '';height: 100%;min-height: 100%;display: inline-block;vertical-align: middle;}
.waves-middle>*{vertical-align: middle;display: inline-block;}

/* Top Bar */
.waves-topbar{    
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.top-left-widget{
    float: left;
}
.top-right-widget{
    float: right;
}
.tw-top-widget>*:not(.top-widget-title){
    display: none;
    cursor: pointer;
}
.tw-top-widget:hover>*{
    display: block;
}
.tw-top-widget{
    position: relative;
    display: inline-block;
}
.top-widget-title{
    display: inline-block;
    cursor: pointer;
    margin: 10px 0;
    line-height: 11px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.03em;
    padding: 0 20px;
    color: #1a1a1a;
    border-left: 1px solid #e6e6e6;
}
.top-widget-title i{
    font-size: 11px;
    margin-right: 5px;
}
.tw-top-widget:first-child .top-widget-title{
    padding-left: 0;
    border-left: none;
}
.tw-top-widget:last-child .top-widget-title{
    padding-right: 0;
    border-right: 0;
}
.tw-top-widget > form.searchform,
.tw-top-widget > div{
    position: absolute;
    z-index: 99999;
    background: #fff;
    min-width: 250px;
}
.tw-top-widget > form.searchform,
.tw-top-widget > form.searchform input{
    border-width: 1px;
}
.tw-top-widget .widget_wysija_cont{
    padding: 15px 20px 5px;
    border: 1px solid #f0f0f0;
}
.tw-top-widget.right > form.searchform,
.tw-top-widget.right > div{
    right: 0;
}
/* Header */
.header-container{
    position: relative;
    z-index: 999;
}
body.header-fixed #header{
    position: absolute;
    width: 100%;
    z-index: 100;
}
body.header-small #header{
    position: fixed;
    top: 0;
}
body.header-light ul.sf-menu > li > a{
    color: #000;
}
body.header-dark ul.sf-menu > li > a{
    color: #fff;
}
body.header-light #header,
body.header-light .header-clone{
    background: #fff;
}
body.header-dark #header,
body.header-dark .header-clone{
    background: #000;
}
#header {
    position: relative;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
.admin-bar.header-small #header{
    top: 32px;
}
@media screen and (max-width: 782px){
    .admin-bar.header-small #header{
        top: 46px;
    }
}
#header > .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: #ff1940;
}


/* ------------ Menu SF Essentials ------------- */
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    display: block;
    position: relative;
    z-index: 3;
}
.sf-menu ul {
    position: absolute;
    min-width: 228px;
    background: #e6e6e6;
    border-top: 3px solid #ff1940;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    z-index: 9999;
    display: block;    
}
.sf-menu ul ul {
    top: 0;
    left: 100% !important;
}


/* ThemeWaves Menu Styling*/
.sf-menu {
    font-family: 'Raleway', sans-serif;    
    float: right;
    position: relative;
}
ul.sf-menu > li > a,
ul.sf-menu li ul li a{
    position: relative;
    z-index: 1;
    display: block;
}
ul.sf-menu > li > a{
    position: relative;
    overflow: hidden;
    padding: 30px 23px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.7;
}
ul.sf-menu > li:last-child > a{
    padding-right: 0;
}
ul.sf-menu > li:hover > a{
    opacity: 1;
}
ul.sf-menu li ul li a,
ul.sf-menu li ul li ul li a{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 11px;
    line-height: 1.9;
    color: #999;
    padding: 15px 20px;
    background: #fff;
    font-weight: 400;
    border-bottom: 1px solid #F2F2F2;
}
.sf-menu .waves-mega-menu li:hover ul li a{
    top: 0;
    left: 0;
    background: #fff;
    color: #999;
    border-color: #f2f2f2;
}
ul.sf-menu li ul li:hover > a,
ul.sf-menu li ul li ul li:hover > a,
ul.sf-menu .waves-mega-menu li ul li:hover > a{
    top: -6px;
    left: -6px;
    background: #ff1940;
    color: #fff;
    border-color: #ff1940;
}


.sf-menu > li.current_page_item  > a,
.sf-menu > li.current_page_ancestor >a,
.sf-menu > li.current-menu-ancestor >a,
.sf-menu > li.current-menu-item > a,
.page-template-template-onepage-php .sf-menu > .tw-menu-active > a,
.sf-menu > li.current_page_item.menu-item-has-children,
.sf-menu > li.current_page_ancestor.menu-item-has-children,
.sf-menu > li.current-menu-ancestor.menu-item-has-children,
.sf-menu > li.current-menu-item.menu-item-has-children {
    opacity: 1;
}
.menu-container{
    position: relative;
}
ul.sf-menu li ul li[class*="fa-"] a{
    padding: 15px 0 15px 40px;
}
ul.sf-menu li ul li[class*="icon-"] a {
    padding: 15px 0 15px 42px;
}
.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;
    z-index: 2;
    top: 18px;
    left: 20px;
    width: 14px;
    height: 14px;
    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;
}
.sf-menu ul [class^="fa-"]:hover:before, .sf-menu ul [class*=" fa-"]:hover:before,
.sf-menu ul [class^="icon-"]:hover:before, .sf-menu ul [class*=" icon-"]:hover:before{
    color: #fff;
    top: 12px;
    left: 14px;
}

/* ------------ mega menu --------------- */
.row-start {
    clear:left;
}
.sf-menu .waves-mega-menu,.sf-menu > li > ul{
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.22);
}
.sf-menu .waves-mega-menu {
    border-top: 3px solid #ff1940;
    background: #fff;
    padding: 20px 0;
}
.sf-menu .waves-mega-menu>li{
    min-height: 10px;
    float: left;
}
.sf-menu .waves-mega-menu ul,.sf-menu .waves-mega-menu li{
    border: none;
    display: block;
    position: relative;
    top: auto;
    left: auto !important;
    background: none;
}
ul.sf-menu li ul.waves-mega-menu li {
    border: none;
}
ul.sf-menu li ul.waves-mega-menu li ul li:hover {
    background: #e6e6e6;
}
.sf-menu .waves-mega-menu .mega-menu-title,#mobile-menu ul li{
    font-family: 'Raleway', sans-serif;
    padding: 5px 30px 15px 30px;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.sf-menu .waves-mega-menu li ul li a{
    padding: 15px 40px;
    border: none;
}
.sf-menu .waves-mega-menu li ul li[class^="fa-"] a,
.sf-menu .waves-mega-menu li ul li[class*=" fa-"] a{
    padding:15px 0 15px 62px;
}
.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 ul [class^="fa-"]:hover:before, .sf-menu .waves-mega-menu ul [class*=" fa-"]:hover:before,
.sf-menu .waves-mega-menu ul .current_page_item[class^="fa-"]:before, .sf-menu .waves-mega-menu ul .current_page_item[class*=" fa-"]:before,
.sf-menu .waves-mega-menu ul [class^="icon-"]:hover:before, .sf-menu .waves-mega-menu ul [class*=" icon-"]:hover:before,
.sf-menu .waves-mega-menu ul .current_page_item[class^="icon-"]:before, .sf-menu .waves-mega-menu ul .current_page_item[class*=" icon-"]:before{
    left: 34px;
}
.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%;
}


/* ------------ mobile menu --------------- */
#mobile-menu{
    z-index: 1;
}
.mobile-menu-icon {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 15px;
    margin-top: -7px;
    cursor: pointer;
    display: none;
}
body.menu-mobile .mobile-menu-icon{
    display: block;
}
.mobile-menu-icon span, .mobile-menu-icon span:before, .mobile-menu-icon span:after {
    cursor: pointer;
    height: 3px;
    width: 18px;
    background: #696969;
    position: absolute;
    top: 0;
    z-index: 1000000;
    display: block;
    content: '';
}
.header-dark .mobile-menu-icon span,.header-dark  .mobile-menu-icon span:before,.header-dark  .mobile-menu-icon span:after{
    background: #fff;
}
.mobile-menu-icon span:before {
    top: 6px; 
}
.mobile-menu-icon span:after {
    top: 12px;
}
.mobile-menu-icon span, .mobile-menu-icon span:before, .mobile-menu-icon span:after {
    transition: all 200ms ease-in-out;
}
.mobile-menu-icon.active span {
    background-color: transparent;
}
.mobile-menu-icon.active span:before, .mobile-menu-icon.active span:after {
    top: 6px;
}
.mobile-menu-icon.active span:before {
    transform: rotate(45deg);
}
.mobile-menu-icon.active span:after {
    transform: rotate(-45deg);
}



.waves-mobile-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 150px 20px;
    text-align: center;
    background: rgba(255, 25, 64, 0.8);
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.waves-mobile-menu .sub-menu ::after{
    display: none;
}
.waves-mobile-menu.open{
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
#mobile-menu ul{margin: 0 auto;padding:10px 0;list-style: none;display: inline-block;}
#mobile-menu ul.sub-menu{display: none;margin-top: 15px;margin-bottom: -15px;padding: 0;}
#mobile-menu ul li{position: relative;display: block;padding:10px 0;}
#mobile-menu ul li a{
    display: block;
    padding: 0 80px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
#mobile-menu ul li ul li a{
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0;
}
#mobile-menu ul li.btn a{color:#fff;}
#mobile-menu ul li a:hover{opacity: 0.8;}
#mobile-menu ul li.has-children>.action-expand{
    width: 60px;
    text-align: center;
    height: 30px;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: -30px;
    top: 6px;
}
#mobile-menu ul li.has-children>.action-expand>.opened,#mobile-menu ul li.has-children.menu-open>.action-expand>.closed{display: none;}
#mobile-menu ul li.has-children>.action-expand>.closed,#mobile-menu ul li.has-children.menu-open>.action-expand>.opened{display: block;}
#mobile-menu ul ul li:first-child{border-top:1px solid rgba(255,255,255,.1);}


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

#page-title{
    background: #333;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    background-position: center bottom;
    border-bottom: 1px solid #e9e9e9;
}
#page-title > .container{
    position: relative;
}
#page-title > .container p > a{
    position: absolute;
    top: 50%;
    right: 44px;
    margin-top: -35px;
    font-size: 40px;
    line-height: 40px;
    padding: 15px;
    color: rgba(255,255,255,.3);
}
#page-title > .container p > a:hover{
    color: #fff;
}
#page-title > .container p > a:last-child{
    right: 0;
}
#page-title > .container p > a.to-portfolio{
    left: 15px;
    height: 28px;
    width: 28px;
    padding: 0;
    line-height: 0;
    margin-top: -14px;
}
#page-title > .container p > a.to-portfolio>span{
    width: 10px;
    height: 10px;
    margin: 0 4px 4px 0;
    background: rgba(255,255,255,.3);
    display: inline-block;
}
#page-title > .container p > a:hover.to-portfolio>span{
    background: #fff;
}
#page-title h1 {
    margin: 0;
    line-height: 1;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;    
}
/* Light Page Title */
#page-title.light h1,#page-title.light p {
    color: #1a1a1a;
}
#page-title p{
    color: #fff;
    margin: 10px 0 0;
}
#page-title p a{
    color: #fff;
}
#page-title p span{
    margin: 0 8px;
}
#page-title span > i{
    margin-right: 8px;
}


/* Breadcrumb */
.breadcrumb-container{

}
.waves-breadcrumbs{
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    color: #4c4c4c;
}
.waves-breadcrumbs a{
    color: #b2b2b2;
}
.waves-breadcrumbs .crumb-item:after {
    font-family: 'FontAwesome';
    content: '\f105';
    display: inline-block;
    padding: 0 8px;
    color: #b2b2b2;
}
.waves-breadcrumbs .crumb-item:last-child:after {
    content: '';
    padding: 0;
}


/* Widget */

h3.widget-title {
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
}
h3.widget-title:after{
    position: absolute;
    width: 40px;
    height: 1px;
    background: #ff1940;
    content: '';
    left: 0;
    bottom: 0;
}
aside ul li a:hover{
    color: #ff1940;
}
aside.widget{
    margin-bottom: 80px;
}
aside.widget:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
aside.widget ul {
    padding: 0;
}
aside.widget ul li {
    position: relative;
    padding: 0 10px 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
aside.widget ul li:last-child {
    margin-bottom: 0;
}
aside.widget ul li:after{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
#bottom aside.widget ul li{
    padding: 0 0 10px;
    border: none;
}
#bottom aside.widget ul li:last-child{
    padding-bottom: 0;
}
#bottom aside.widget ul li:after{
    display: none;
}

/* Search widget */
form.searchform {
    position: relative;
    margin-bottom: 0;
}
form.searchform input{
    padding-left: 40px;
    margin-bottom: 0;
    border: 2px solid #f0f0f0;
    width: 100%;
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 18px;
}
form.searchform .button-search {
    position: absolute;
    top: 2px;
    left: 0;
    border: 0;
    background: none;
    color: #b2b2b2;
}


/* Contact info widget */
.contact-info-widget{
    min-height: 100px;
    background:url(assets/img/contact-background.png) center center no-repeat;
}
.contact-info-widget ul i{
    position: absolute;
    margin: 6px 0 0 2px;
    font-size: 14px;
}
.contact-info-widget ul div{
    padding-left: 25px;
}
aside.widget .contact-info-widget ul li{
    margin-bottom: 8px;
    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: #e6e6e6;
    width: 80px;
    height: 80px;
}
.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: 32px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    content: "+";
    text-align: center;
    color: #FFF;
    top: 0;

    background-color: rgba(33,182,168,.85);
    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 #e6e6e6;
    color: #b2b2b2;
    padding: 7px 20px;
    margin: 0 10px 10px 0;
}
.tagcloud a:hover,#bottom .tagcloud a:hover{
    border: 1px solid #ff1940;
    background: #ff1940;
    color: #fff;
}

/* Recent Posts Widget */
.tw-recent-posts-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
aside.widget .tw-recent-posts-widget ul li{
    position: relative;
    width: 100%;
    margin-bottom: 18px;
    padding: 0 0 17px;
    color: #ccc;
}
aside.widget .tw-recent-posts-widget ul li:last-child{
    margin-bottom: 0;
}
.tw-recent-posts-widget ul li:after{
    display: none;
}
.tw-recent-posts-widget h4{
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.tw-recent-posts-widget h4 a{
    color: #666;
}
.tw-recent-posts-widget .recent-thumb{
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.tw-recent-posts-widget .meta .author{
    margin-right: 16px;
}
.tw-recent-posts-widget .recent-thumb{
    position: absolute;
    left: 0;
    background-color: #e6e6e6;
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    overflow: hidden;
}
.tw-recent-posts-widget.with-thumb .tw-recent-content{
    margin-left: 85px;
    min-height: 70px;
}
.tw-recent-posts-widget.with-thumb h4{
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    line-height: 20px;
}


/* 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: 30px 0;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
}
#footer.center{
    text-align: center;
}
#footer, #footer a{
    color: #b2b2b2;
    font-size: 11px;
    font-weight: normal;
    line-height: 40px;
}
#footer p {
    margin-bottom: 0;
}
#footer p.copyright{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 28px;
}
body.footer-dark #footer{
    background: #141414;
    color: #4c4c4c;
    border-top: 0;
}

/* Footer widget */

#bottom {
    padding: 80px 0 20px;
    background: #fff;
    color: #a1a5b0;
    border-top: 2px solid #ff1940;
}
#bottom a{
    color: #a1a5b0;
}
#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;
    margin-bottom: 60px;
}
#bottom .center aside.widget{
    text-align: center;
}
#bottom h3.widget-title {
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
}
#bottom .center h3.widget-title {
    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;
}
body.footer-dark #bottom{
    background: #1a1a1a;
    color: #4c4c4c;
}
body.footer-dark aside.widget .tw-recent-posts-widget ul li,
body.footer-dark #footer a,
body.footer-dark #bottom a{
    color: #4c4c4c;
}
body.footer-dark #bottom .tw-recent-posts-widget h4 a:hover,
body.footer-dark #footer a:hover,
body.footer-dark #bottom a:hover{
    color: #fff;
}
body.footer-dark #bottom h3.widget-title{
    color: #808080;
}
body.footer-dark #bottom .tw-recent-posts-widget h4 a{
    color: #b2b2b2;
}

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

article.single {
    position: relative;
    margin-bottom: 60px;
}
article.single .entry-media,
article.single .entry-title{
    margin-bottom: 20px;
}
article.single .entry-meta{
    padding-bottom: 0;
}
article.single .entry-meta:after{
    display: none;
}
article.single .tags-container{
    margin-top: 10px;
}
article.single .tags-container span{
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
}
article.single .tags-container a{
    padding: 15px 20px;
    border: 1px solid #e6e6e6;
    color: #b2b2b2;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}
article.single .tags-container span:hover{
    background: #e6e6e6;
}
article.single .tags-container a:hover{
    background: #ff1940;
    border-color: #ff1940;
    color: #fff;
    top: -5px;
    left: -5px;
}

.entry-content.default-page{
    margin-bottom: 60px;
}

/* Post ShareBox */
.tw_post_sharebox{
    position: relative;
    padding: 100px 0;
}
.single-portfolio .tw_post_sharebox{
    padding: 80px 0 110px;
}
.tw_post_sharebox > div{
    width: 20%;
    float: right;
    text-align: center;    
}
.tw_post_sharebox > div a{
    font-size: 28px;
    color: #cccccc;
}
.tw_post_sharebox > div a:hover{
    color: #ff1940;
}
.tw_post_sharebox > div:nth-child(even){
    float: left
}
.tw_post_sharebox > div.like-count{
    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    cursor: pointer;
}
.tw_post_sharebox > div.like-count i{
    margin-top: -70px;
    padding: 20px;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    background: #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tw_post_sharebox > div.like-count > div{
    font-size: 46px;
    line-height: 1;
    padding: 22px 0 10px;
    color: #1a1a1a;
}
.tw_post_sharebox > div.like-count:hover i{
    background: #ff1940;
}
.tw_post_sharebox > div.like-count > span{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #b3b3b3;
}

/* Next Prev Post LINK */
.nextprev-postlink {
    padding: 50px 0;
    position: relative;
}
.nextprev-postlink .prev-post-link {
    float: left;
}
.nextprev-postlink .next-post-link {
    float: right;
}
.nextprev-postlink .post-link-title{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
}
.nextprev-postlink .post-link-title a, 
.nextprev-postlink .home-link a{
    color: #4c4c4c;
}
.nextprev-postlink .prev-post-link a:before,
.nextprev-postlink .next-post-link a:after{
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 1;
    margin-right: 20px;
    content: '\f104';
    position: relative;
    top: 7px;
    color: #ccc;
}
.nextprev-postlink .next-post-link a:after{
    margin-right: 0px;
    margin-left: 20px;
    content: '\f105';
}

/* About author on single post */
.tw-author{
    margin-bottom: 60px;
}
.tw-author .author-image{
    float: left;
    margin-right: 30px;
}
.tw-author .author-image img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.tw-author h3, .tw-author h3 a{
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #999;
}
.tw-author h3 a:hover{
    color: #000;
}
.tw-author h3 span{
    text-transform: none;
    font-weight: 400;
}
.tw-author p{
    margin: 0 0 0 100px;
}

/* Social Icons CSS */
.tw-social-icon{
    line-height: 1;
    margin: 0 -5px;
}
.tw-social-icon li{
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.tw-social-icon a{
    display: inline-block;
    margin: 5px;
    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{

}
#footer .tw-social-icon a {
    line-height: 30px;
    font-size: 14px;
}
.tw-social-icon a span{
    display: block;
    position: relative;
    top: 0;
    left: 0;
}
.tw-social-icon a:hover span{
    top: -5px;
    left: -5px;
    color: #fff;
}
.tw-social-icon a.facebook:hover span{
    background-color: #305fb3;
}
.tw-social-icon a.flickr:hover span{
    background-color: #ff0084;
}
.tw-social-icon a.gplus:hover span{
    background-color: #d7482a;
}
.tw-social-icon a.twitter:hover span{
    background-color: #00d7d5;
}
.tw-social-icon a.pinterest:hover span{
    background-color: #e1003a;
}
.tw-social-icon a.skype:hover span{
    background-color: #12c7ef;
}
.tw-social-icon a.vimeo:hover span{
    background-color: #3f90bf;
}
.tw-social-icon a.youtube:hover span{
    background-color: #ff3333;
}
.tw-social-icon a.dribbble:hover span{
    background-color: #f06eaa;
}
.tw-social-icon a.linkedin:hover span{
    background-color: #3399cc;
}
.tw-social-icon a.soundcloud:hover span{
    background-color: #f50;
}
.tw-social-icon a.instagram:hover span{
    background-color: #9f6f59;
}
.tw-social-icon a.rss:hover span{
    background-color: #fca600;
}



/* Comments */
.comment-section{
    padding-top: 60px;
    border-top: 1px dashed #e6e6e6;
}
p.form-submit input{
    text-transform: uppercase;
}
.comment-form-author > p{
    float: left;
    width: 50%;
    padding-right: 10px;
}
.comment-form-author > 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;
    margin-bottom: 0;
    padding: 13px 18px;
    font-size: 11px;
    text-transform: uppercase;
    -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: 18px;
    font-weight: bold;
    width: 200px;
    position: relative;
    top: 0;
    left: 0;
}
.comment-form input[type="submit"]:hover{
    background: #ff1940;
    color: #fff;
    top: -5px;
    left: -5px;
}
.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: 15px;
    color: #1a1a1a;
    text-transform: uppercase;
}
.comment-author-img {
    float: left;
    margin-right: 30px;
}
.comment-meta {
    line-height: 1;
    font-size: 13px;
    color: #999;
    margin-bottom: 6px;
}
.comment-meta .comment-author-link{
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 10px;
    color: #4c4c4c;
}
.comment-meta .comment-author-link a{
    color: #4c4c4c;
}
.comment-meta a.comment-reply-link{
    color: #b2b2b2;
    font-weight: bold;
    margin-left: 10px
}
.comment-body {
    position: relative;
    margin-left: 100px;
    color: #666;
}
.comment-body p:last-child {
    margin-bottom: 0;
}
.comment-list {
    margin-bottom: 35px;
}
.comment-list .comment-block .comment-block {
    margin-left: 100px;
}
.comment-block .comment{
    position: relative;
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.comment-form,
p.form-submit,
p.form-submit input{
    margin-bottom: 0;
}
p.form-submit{
    display: inline-block;
    background: #e6e6e6;
}
.bypostauthor .comment-meta .comment-author-link{ color: #ff1940;}
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}

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

.btn{    
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-weight: bold;    
    line-height: 1;
    position: relative;
    min-width: 120px;
    text-align: center;
    text-transform: uppercase;
}
.btn > span{
    top: 0;
    left: 0;
    position: relative;
    display: block;
    color: #FFF;
    border: 2px solid #ff1940;
    padding: 16px 22px;
    background: #ff1940;
}
.btn i{
    margin-left: 7px;
}
.btn.no-text i{
    margin: 0;
}
.btn.no-text{
    min-width: 30px;
}
.btn:hover{
    background: #e6e6e6;
}
.btn:hover > span{
    top: -5px;
    left: -5px;
}
.btn.white-button > span{
    background: transparent;
    color: #222 !important;
}
.btn.white-button:hover > span{
    color: #fff !important;
}
.btn.btn-border.white-button:hover > span{
    color: #222 !important;
}
.btn.btn-border.white-button > span{
    color: #fff !important;
}
a.btn-border > span{
    background: #fff;
    color: #ff1940;
}
.btn-circle,
.btn-circle > span{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.btn-s > span{
    min-width: 90px;
    padding: 14px;
    font-size: 10px;
}
.btn-m > span{
    font-size: 11px;
    font-weight: 900;
}
.btn-l > span{
    padding: 16px 22px;
    font-size: 14px;
    border-width: 2px;
    min-width: 150px;
}
.btn-xl > span{
    padding: 18px 26px;
    font-size: 16px;
    border-width: 2px;
    min-width: 180px;
}
.btn-l i, .btn-xl i{
    margin-left: 10px;
}


/* Label */
.label {
    padding: 7px 5px;
    color: #fff;
}


/* Dropcaps */
.tw-dropcap {
    float: left;
    margin-top: 8px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
}
.tw-dropcap.dropcap_square, .tw-dropcap.dropcap_circle {
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    background-color: #1d2124;
    color: #FFF;    
}
.tw-dropcap.dropcap_circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 49px;
}
.tw-dropcap.dropcap_circle.dropcap_border,.tw-dropcap.dropcap_square{
    line-height: 46px;
}
.tw-dropcap.dropcap_border{
    border: 2px solid #1d2124;
    background-color: transparent;
}


/* ------------ Error 404 ------------- */

#error404-container{
    position: relative;    
    margin: 150px 0;
}
#error404-container form.searchform{
    margin-bottom: 20px;
}
#error404-container form.searchform input{
    width: 100%;
}
h3.error404{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
h2.errorh2{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #787d82;
}
h3.error404 span{
    color: #1d2124;
}
.tw-404-search-container form{
    display: inline-block;
    margin: 0;
}
.error4button,.tw-404-search-container form{
    position: relative;
    margin: 10px;
}
.tw-404-search-container{
    text-align: center;
}


/* Theme Fullwidth Layout Style */
body.theme-full.menu-left {
    margin-left: 300px;
}
body.theme-full.menu-right {
    margin-right: 300px;
}
/* Theme Boxed Layout Style*/
.theme-boxed {
    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;
}




/* 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: #ff1940;
    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%;
    top: 0;
    left: 0;
}
.background-video>.wp-video{
    min-width: 100%;
}
.background-video .mejs-overlay-play{
    display: none;
}
.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 > .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: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(0,0,0,.33);
    font-size: 28px;
    line-height: 100px;
    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: bold;
    text-transform: uppercase;
    font-size: 33px;
}
.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;
    background: #fff;
}
.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;
    padding-top: 30px;
    padding-bottom: 30px;
    *display: inline;
}
#main .element-space-2x[class*="col-md"] {
    padding:60px 15px;
}
#main .element-space-3x[class*="col-md"] {
    padding:100px 15px;
}
#main .element-space-no-space[class*="col-md"] {
    padding-top: 0;
    padding-bottom: 0;
}
#main .element-space-no-top[class*="col-md"] {
    padding-top: 0;
}
#main .element-space-no-bottom[class*="col-md"] {
    padding-bottom: 0;
}

/* Full Width Container Element Space */

#main .container-fluid .element-space-default[class*="col-md"] {
    padding: 30px 20px;
}
#main .container-fluid .element-space-2x[class*="col-md"] {
    padding: 60px 40px;
}
#main .container-fluid .element-space-3x[class*="col-md"] {
    padding: 80px 60px;
}
#main .container-fluid .element-space-no-top[class*="col-md"] {
    padding: 30px 30px;
    padding-top: 0;
}
#main .container-fluid .element-space-no-bottom[class*="col-md"] {
    padding: 30px 30px;
    padding-bottom: 0;
}
#main .waves-portfolio [class*="col-md"]{
    padding-top: 15px;
    padding-bottom: 15px;
}
.onepage-header-container [class*="col-md"] {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    *display: inline;
}

/* Container Styles */

.bg-scroll,.bg-fixed{
    background-size: cover;
}
.bg-parallax{
    background-size: contain;
}
.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>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-group:last-child{
    margin-bottom: 0px;
}
.acc-title-icon{
    margin-right: 10px;
}
.accordion-heading:hover{
    background-color: #e6e6e6;
}
.accordion-heading .accordion-toggle {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 12px 19px;
    cursor: pointer;
    line-height: 2.18;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #b2b2b2;
    background-color: #fff;
    border: solid 1px #e6e6e6;
}
.accordion-heading .accordion-toggle:hover{
    color: #1d2124;
}
.accordion-inner {
    padding: 23px 0 15px;
}
.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;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    color: #b3b3b3;
    width: 48px;
    height: 48px;
}
.accordion-heading .accordion-toggle span.tw-check .acc-icon-closed,.accordion-group.active .accordion-heading .accordion-toggle span.tw-check .acc-icon-opened,
.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 .acc-icon-opened,.accordion-group.active .accordion-heading .accordion-toggle span.tw-check .acc-icon-closed,
.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;
}
.accordion-group .accordion-heading:hover{
    background-color: #e6e6e6;
}
.accordion-group .accordion-heading:hover .accordion-toggle{
    top: -5px;
    left: -5px;
}
.accordion-group .accordion-heading:hover .accordion-toggle,
.accordion-group.active .accordion-heading .accordion-toggle,
.accordion-group .accordion-heading:hover .accordion-toggle span.tw-check,
.accordion-group.active .accordion-heading .accordion-toggle span.tw-check{
    color: #fff;
}
/* Callout Element */
.waves-callout .callout-container{
    padding: 60px 50px;
    border: 1px solid #e6e6e6;
}
.waves-callout .callout-text{
    position: relative;
}
.waves-callout .callout-text p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
}
.waves-callout.with-button p{
    padding-right: 180px;
}
.waves-callout .btn-callout{
    position: absolute;
    top: 50%;
    right: 0;
    margin: -25px 0 0 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.waves-callout .btn-callout span{
    padding: 18px 25px;
    border: 2px solid #fff;
}
.waves-callout .callout-text > a.btn i{
    margin: 0 0 0 10px;
}
.waves-callout.style2 .callout-container{
    border: none;
}
.waves-callout.with-button.style3 p{
    padding: 0;
}
.waves-callout.style3 .callout-container{
    border: none;
    padding: 50px 20px;
    text-align: center;
}
.waves-callout.style3 .callout-container .title-seperator{
    position: absolute;
    margin: 15px 0;
}
.waves-callout.with-button.style3 .btn-callout{
    position: relative;
    margin: 40px 0;
    top: 0;
    right: auto;
}



/* 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: 15px 2px 0;
    padding: 3px;
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #1a1a1a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #1a1a1a;
}

/* 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{
    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 > 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: #ff1940;
}
.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;
}
.waves-carousel-post.list_carousel article.post,
.waves-carousel-portfolio.list_carousel article.portfolio{
    padding: 0 15px;
}

/* Partner Carousel */
.waves-carousel-partner .tw-owl-item{
    text-align: center;
}
.waves-carousel-partner .part-container img{
    opacity: .8;
}
.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-image{
    margin-bottom: 30px;
}
.portfolio-image:last-child{
    margin-bottom: 0;
}
h3.portfolio-title{
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    color: #1a1a1a;
}
span.meta-title{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1c1c1c;
    display: block;
    margin-bottom: 10px;
}
article.single-portfolio .portfolio-meta:before{
    content: '';
    width: 40px;
    height: 1px;
    background: #ff1940;
    margin: 40px 0;
    display: block;
}
article.single-portfolio .portfolio-meta > div{
    color: #b2b2b2;
    margin-bottom: 20px;
}
article.single-portfolio .portfolio-meta > div a{
    color: #b2b2b2;
}
article.single-portfolio .portfolio-meta > div a:hover{
    color: #1a1a1a;
}
article.single-portfolio .portfolio-meta > div > i{
    font-size: 14px; 
    padding-right: 10px;
}
.single-portfolio.layout_2 .portfolio-meta:before{
    display: none;
}
.single-portfolio.layout_2 .portfolio-meta h3.portfolio-title{
    margin-bottom: 30px;
}
.single-portfolio.layout_2 .portfolio-meta > div{
    margin-bottom: 10px;
}
.single-portfolio.layout_1 .col-md-3.pos-top{
    position: fixed;
}
.single-portfolio.layout_1 .col-md-3.pos-bottom{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* Portfolio */
.waves-portfolio article.portfolio{
    padding: 15px;
}
.waves-portfolio.no-space .isotope-container{
    margin: 15px;
}
.waves-portfolio.no-space article.portfolio,
.waves-portfolio.fullwidth article.portfolio{
    padding: 0;
}
.waves-portfolio h2.portfolio-title{
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0;
}
.waves-portfolio h2.portfolio-title a{
    color: #1a1a1a;
}
.waves-portfolio .portfolio-content a{
    color: #999;
}
.waves-portfolio .portfolio-content{
    padding: 25px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-top: 0;
}
.portfolio-thumb>img{
    width:100%;
}
.portfolio-thumb {
    position: relative;
    overflow: hidden;
    max-height: 100%;
}

/* Portfolio Hover Content */
.waves-portfolio .image-overlay .portfolio-content{
    padding: 20px;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
.waves-portfolio .image-overlay h2.portfolio-title{
    font-size: 15px;
}
.waves-portfolio .image-overlay .portfolio-content a{
    color: #fff;
}
.waves-portfolio .image-overlay > .to-link,
.waves-portfolio .image-overlay > .to-image{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.waves-portfolio .image-overlay > .to-link{
    top: 20px;
    left: auto;
    right: 20px;
}

/* Hover Animation CSS */

.waves-portfolio .image-overlay h2.portfolio-title,
.waves-portfolio .image-overlay .portfolio-meta{
    opacity: 0;
    -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{
    display: block;
    margin-top: 6px;
}
.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 {
    padding-top: 15px;
    padding-bottom: 0;
}
.related-portfolio-title{
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    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);
    text-align: center;
}
.image-overlay:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.waves-thumbnail:hover .image-overlay{
    opacity: 1;
}
.overlay-link{
    vertical-align: middle;
    display: inline-block;
}
.overlay-link a{
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #1a1a1a;
    margin: 0 5px;
}
.overlay-link a:hover{
    background: #1a1a1a;
    color: #fff;
}
.portfolio-thumb .image-overlay a:hover, 
.portfolio-thumb:hover .image-overlay{
    opacity: 1;
}

/* Graph Chart, Pie Chart on Page Builder */
.list-desc,.with-list-desc{
    display: inline-block;
    vertical-align: middle;
}
.list-desc{
    width: 30%;
    opacity: 0;
}
.with-list-desc{
    width: 70%;
}
.list-desc>ul{
    list-style: none;
    margin: 0;
    padding-left: 10px;
}
.list-desc>ul>li>i{
    display: inline;
    margin-right: 10px;
    font-size: 6px;
}

/* Circle Chart Element */
.tw-circle-chart {
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    color: #4c4c4c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tw-circle-chart>span{
    display: inline-block;
}
.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 */
.waves-divider{
    position: relative;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-top-style: solid;
    text-align: center;
}
.waves-divider>h6{
    position: absolute;
    top: -25px;
    display: inline;
    border-width: 1px;
    border-color: #e6e6e6;
    border-style: solid;
    line-height: 2.66;
    font-size: 9px;
    text-transform: uppercase;
    padding: 6px 18px 3px 18px;
    background-color: #fff;
}
.waves-divider.position-left>h6{
    left: 0;
}
.waves-divider.position-right>h6{
    right: 0;
}
.waves-divider.type-space{
    border-top:none;
}
.waves-divider.type-top>h6{
    cursor: pointer;
}

/* Heading Element */

.waves-heading{
    position: relative;
    text-align: center;
}
.waves-heading .heading-title{
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}
.waves-heading .heading-title>span{
    color: #ff1940;
}
.waves-heading p{
    max-width: 800px;
    margin: 0 auto;
}
.title-seperator{
    position: relative;
    display: inline-block;
    margin:17px auto 14px;
}
.waves-heading i{
    height: 30px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.title-seperator:after,
.title-seperator:before{
    content: '';
    height: 1px;
    width: 60px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    left: -60px;
}
.title-seperator:after{
    left: auto;
    right: -60px;
}
.waves-heading.left,
.waves-heading.left i{
    text-align: left;
}
.waves-heading.left i{
    padding-left: 2px;
    width: 32px;
}
.waves-heading .title-seperator.minimal:before,
.waves-heading .title-seperator.minimal:after,
.waves-heading.right .title-seperator:after,
.waves-heading.left .title-seperator:before{
    display: none;
}
.waves-heading.left p{
    margin-left: 0;
}
.waves-heading.right,
.waves-heading.right i{
    text-align: right;
}
.waves-heading.right i{
    padding-right: 2px;
    width: 32px;
}
.waves-heading.right p{
    margin-right: 0;
}

.title-seperator.icon-none:before,
.title-seperator.icon-none:after{
    display: none;
}
.title-seperator.icon-none{
    width: 40px;
    height: 1px;
    background: #ff1940;
    margin:24px auto 16px;
}
.waves-heading .minimal-p{
    margin-top: 17px;
}
.waves-heading.absolute h3{
    position: relative;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    background: #2f3033;
    padding: 10px 40px;
}
.waves-heading.absolute h3:after{
    position: absolute;
    top: 0;
    right: -60px;
    width: 0;
    height: 0;
    border-top: 60px solid #2f3033;
    border-right: 60px solid transparent;
    content: '';
}
.waves-heading.absolute h3:before{
    position: absolute;
    top: 0;
    left: -60px;
    width: 0;
    height: 0;
    border-top: 60px solid #2f3033;
    border-left: 60px solid transparent;
    content: '';
}
.waves-heading.absolute.left h3:before,
.waves-heading.absolute.right h3:after{
    display: none;
}
.waves-heading.absolute i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ff1940;
    margin-right: 30px;
    display: inline-block;
    color: #fff;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.waves-heading.absolute i.char-icon{
    font-size: 18px;
    font-style: normal;
}


/* List Element */

ul.waves-list{
    list-style: none;
    padding-left: 0;
    margin-left: 30px;
}
ul.waves-list>li>i{
    margin-right: 10px;
    font-weight: normal;
    line-height: 20px;
    color: #ff1940;
    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: #999;
}
.alert i{
    margin-right: 15px;
    width: 10px;
    text-align: center;
    font-weight: bold;
}
.alert i.fa-close{
    position: absolute;
    right: 5px;
    top: 17px;
}
.alert:last-child{
    margin-bottom: 0;
}
.alert-success,
.alert-success a{
    background-color: #ccfff7;
    color: #15d6b6;
}
.alert-info,
.alert-info a{
    background-color: #cceeff;
    color: #00a0f0;
}
.alert-warning,
.alert-warning a{
    background-color: #ffccd4;
    color: #ff1940;
}
.alert-question,
.alert-question a{
    background-color: #fffbe5;
    color: #e5bf00;
}
.alert-safe,
.alert-safe a{
    background-color: #daccff;
    color: #8b6ae6;
}



/* Milestone Element */

.tw-milestones-count>.tw-milestones-show{
    position: relative;
    float: left;
    overflow: hidden;
    width: 47px;
    height: 40px;
    top: 0;
}
.tw-milestones-count>.tw-milestones-show.symbol{
  width: 10px;
  left: 0;
}
.tw-milestones-count>.tw-milestones-show.number{
    width: 26px;
}
.tw-milestones-count>.tw-milestones-show>ul{
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tw-milestones-count{
    color: #1a1a1a;
    font-family: Raleway;
    font-size: 46px;
    line-height: 1;
    display: inline-block;
    *display: inline;
    text-align: center;
    font-weight: 300;
    margin: 13px 0 8px 0;
}
.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;
    font-size: 11px;
    line-height: 2.18;
    color: #b2b2b2;
    font-weight: 600;
}
.tw-milestones-icon.style_2{
    float: left;
    margin-right: 15px;
}
.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;
}
.pricing-column {
    position: relative;
    text-align: center;
}
.pricing-column.featured .pricing-header{
    background-color: #fe1414;
}
.pricing-column .pricing-header{
    position: relative;
    background-color: #999;
    padding: 28px;
}
.pricing-column .pricing-thumb{
    margin-top: -30px;
    margin-bottom: 20px;
}
.pricing-column .pricing-thumb i{
    background-color: #fff;
}
.pricing-header h1, .pricing-header h4 {
    color: #fff;
    line-height: 1;
}
.pricing-header h1 {
    font-size: 15px;
    text-transform: uppercase;
}
.pricing-top h4{
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
}
.pricing-header p {
    font-style: italic;
    margin-bottom: 0;  
}
.pricing-content{
    padding: 30px 0;
    border-right: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
}
.pricing-content ul {
    margin: 0;
    padding: 0;
}
.pricing-content ul li{
    padding: 8px;
    list-style: none;
    margin: 0;
    line-height: 1.6;
}
.pricing-column .pricing-footer{
    padding-bottom: 30px;
    position: relative;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
}
.pricing-footer a{
    font-size: 13px;
    font-weight: bold;    
    margin: 0;
    text-transform: none;
}
.pricing-footer a span{
    border-color: #999;
    color: #999;
    padding: 14px 30px;
}


/* Process Element */
.waves-process{
    text-align: center;
}
.process-group{
    position: relative;
    width: 190px;
    margin: 40px 0px;
    float: left;
}
.waves-process.column-5 .process-group{
    width: 20%;
}
.waves-process.column-4 .process-group{
    width: 25%;
}
.waves-process.column-3 .process-group{
    width: 33.3%;
}
.waves-process.column-2 .process-group{
    width: 50%;
}
.waves-process.column-1 .process-group{
    width: 100%;
}
.process-group:last-child .fa{
    display: none;
}
.process-group .process-icon{
    position: absolute;
    top: 34px;
    font-size: 28px;
    right: -6px;
    color: #ccc;
}
.process-title,
.process-number{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.process-number,
.waves-process.circle .process-title{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.process-number{
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    font-size: 17px;
    font-weight: 500;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background: #fff;
    color: #ff1940;
    border: 2px solid #ff1940;
}
.process-title{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #ff1940;
    background-size: cover;
}
.process-content{
    padding: 30px 20px 0;
}
.process-content p{
    margin-bottom: 0;
}



/* Progress bar Element */
#main .waves-progress-bar{
    margin-bottom: 60px;
}
@-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{position: relative;width:0%;background-color:#ff1940;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{
    position: relative;
}
.waves-progress,
.waves-progress .bar-container,
.waves-progress .bar-container .bar,
.waves-progress .bar-container .bar-inner{
    height: 4px;
}
.waves-progress .bar-container .bar-inner{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.1;
}
.waves-progress{
    margin-bottom: 60px;
    margin-top: 30px;
}
.waves-progress:last-child{
    margin-bottom: 0;
}
.progress-title{
    text-transform: uppercase;
    position: absolute;
    line-height: 1;
    font-weight: 700;
    font-size: 11px;
    color: #999999;
    bottom: 10px;
    width: 100%;
}
.progress-title span,
.progress-title i{
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
}
.style-2 .progress-title span{
    right: 20%;
    background-color: #ff1940;
    margin-right: -17px;
    color: #fff;
    padding: 0 6px;
    line-height: 2.5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.style-1 .with-icon .progress-title{
    margin-left: 40px;
}
.style-1 .with-icon .progress-title i{
    left: -40px;
}
.style-1 .with-icon .progress-title span{
    right: 40px;
}
.style-2 .progress-title span .after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #88b7d5;
    border-width: 5px;
    margin-left: -5px;
}
.style-3 .waves-progress,
.style-4 .waves-progress{
    margin-bottom: 70px;
}
.style-3 .progress-title,
.style-4 .with-icon .progress-title{
    margin-left: 70px;
}
.style-4 .progress-title{
    margin-left: 0;
}
.style-3 .progress-title span,
.style-4 .progress-title i{
    left: -70px;
    bottom: auto;
    top: -18px;
    right: auto;
    background-color: #ff1940;
    color: #fff;
    width: 55px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}
.style-4 .waves-progress .bar-container{
    bottom: 40px;
}
.style-4 .progress-title{
    left: 0;
    bottom: auto;
    top: 20px;
}
.style-4 .with-icon .progress-title span{
    right: 70px;
}
.style-4 .progress-title span{
    right: 0;
}
.style-4 .progress-title i span.before{
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 27px 0 0;
    border-color: #ff1940 transparent transparent transparent;
}
.style-4 .progress-title i span.after{
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:0 27px 12px 0;
    border-color: transparent #ff1940 transparent transparent;
}
.progress-title i{
    font-size: 16px;
    margin-right: 10px;
    left: 0;
}
.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: #ff1940;
    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: #ff1940;
    -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: 15px;
    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;
    font-size: 13px;
    color: #ff1940;
    line-height: 1;
    text-transform: uppercase;
}
.tw-service-content a.more i{
    font-size: 26px;
    font-style: normal;
}
.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:hover{
    color: #ff1940;
}
.tw-service-box.style_1.left-service:hover .tw-service-content a.more{
    color: #ff1940;
    background-color: transparent !important;
}
.tw-service-box.style_1:hover h3,
.tw-service-box.style_2:hover h3
{
    color: #ff1940;
}
.tw-service-box.style_1:hover .tw-font-icon{
    color: #ff1940 !important;
    border-color: #ff1940 !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: #ff1940 !important;
    border-color: #ff1940 !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: #ff1940;
    -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);
}

.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>li i{
    font-size: 16px;    
    line-height: 1.5;
    margin-right: 10px;
}
.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.nav-tabs>li{
    line-height: 1.5;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    text-align: center;
    position: relative;
}
.nav-tabs>li a{
    min-height: 50px;
    display: block;
    padding: 12px 20px;
    font-size: 11px;
    line-height: 2.18;
    font-weight: 700;
    text-transform: uppercase;
    color: #b2b2b2;
    border: solid 1px #e6e6e6;
    position: relative;
    top: 0;
    left: 0;
}
.nav-tabs>li:hover{
    background-color: #e6e6e6;
}
.nav-tabs>li:hover a{
    top:-5px;
    left:-5px;
}
.nav-tabs>li.active a,
.nav-tabs>li a:hover{
    background: #ff1940;
    color: #fff;
}
.tab-content>.tab-pane{
    display: none;
}
.tab-content>.active{
    display: block;
}
.tab-init{
    opacity: 0;
}
.tab-content{
    width: 100%;
    min-height: 100px;
    overflow: auto;
    margin-top: 20px;
}
.nav-tabs>li.no-title>a{
    text-align: center
}
.nav-tabs>li.no-title>a i{
    margin-right: 0px;
}
.style-2 .nav-tabs{
    float: left;
    width: 20%;
}
.style-2 .nav-tabs>li{
    margin-bottom: 10px;
}
.style-2 .tab-content{
    float: left;
    border: none;
    padding: 0;
    margin: 0;
    width: 80%;
}
.style-2>.nav-tabs>li{
    position: relative;
    width: 100%;
    text-align: left;
}
.style-2>.nav-tabs>li.with-icon.with-title>a{
    padding-left: 45px;
}
.style-2>.nav-tabs>li.with-title a>.tab-title>i{
    position: absolute;
    left: 20px;
}
.style-2>.tab-content{
    padding-left: 30px;
}
/* ---------------- */
.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>li span{
    font-size: 16px;
    font-weight: 300;
}
.posts-tab-widget .nav-tabs>li{
    background-color: #ffffff;
    border-bottom: solid 1px #e9e8e6;
    border-right: solid 1px #e9e8e6;
    padding: 0;
}
.posts-tab-widget .nav-tabs>li:last-child{
    border-right-style: none;
}
.posts-tab-widget .nav-tabs>li a{
    border-style: none;
    padding: 2px 0 8px;
    text-align: center;
    background-color: #ffffff;
}
.posts-tab-widget .nav-tabs>li.active a{
    color: #1a1a1a;
    background-color: #f4f4f4;
    border-bottom: solid 3px #ff1940;
    padding-bottom: 6px;
    position: relative;
}
.posts-tab-widget .nav-tabs>li.active a:after{
    position: absolute;
    color: #ff1940;
    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>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>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;
    padding-left: 0;
    padding-right: 0;
}
.team-member{
    float: left;
    width: 100%;
    padding: 0 15px 30px;
    text-align: center;
}
.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: 13px;    
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.team-member .member-title h2 a{
    color: #1a1a1a;
}
.team-member:hover .member-title h2 a{
    color: #ff1940;
}
.team-member:hover .image-overlay{
    opacity: 1;
}
.member-image{
    position: relative;
    overflow: hidden;
}
.member-image>img{
    width: 100%;
}
.waves-team .member-pos{
    font-size: 13px;
    margin-bottom: 5px;
    color: #999;
}
.member-social .tw-social-icon a{
    position: relative;
    left: auto;
    width: 40px;
    height: 40px;
    background: transparent;
    font-size: 14px;
    margin: 0 5px;
    line-height: 36px;
    color: #fff;
    border: 2px solid #fff;
}
.member-social .tw-social-icon a:hover{
    background: #fff;
}
.member-content{
    padding: 25px 0 20px;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
}
.waves-team .member-social{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    height: 40px;
}

/* Testimonial Element */
.waves-carousel-testimonial .testimonial-content{
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    max-width: 820px;
    margin: 0 auto;
}
.testimonial-pos,
.testimonial-name{
    color: #ff1940;
    font-size: 11px;
    text-transform: uppercase;
}
.testimonial-pos{
    color: #b2b2b2;
}
.testimonial-avatar img{
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 35px;
}

.waves-carousel-testimonial.style_2 .testimonial-item{
    position: relative;
    padding-left: 100px;
    min-height: 75px;
    text-align: left;
}
.waves-carousel-testimonial.style_2 .testimonial-content{
    margin: 6px 0 0;
    max-width: 100%;
    font-size: 13px;
    font-style: italic;
    line-height: 1.8;
    color: #999;
}
.waves-carousel-testimonial.style_2 .testimonial-avatar img{
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 5px;
}

/* Twitter Element*/

ul.jtwt, aside.widget ul.jtwt { position: relative; list-style: none; margin: 0;padding-left: 60px;}
ul.jtwt li{ margin: 0 0 30px; min-height: 28px; list-style: none;}
aside.widget ul.jtwt li { margin-bottom: 5px; }
ul.jtwt li:before{
    position: absolute;
    left: 0;
    display: inline-block;
    margin-top: 5px;
    color: #666;
    background: #fff;
    content: "\f099";
    text-decoration: inherit;
    font-size: 16px;
    font-family: FontAwesome;
    speak: none;
    width: 42px;
    height: 42px;
    text-align: center;
    border: 1px solid #666;
    padding-top: 5px;

}
.jtwt_loader { font-weight: normal; }
.twitter-follow {
    display: inline-block;
}
aside.widget .twitter-follow { margin-top: 30px; }
.twitter-follow a span{
    border-width: 1px;
    background: none;
    color: #ccc;
    border-color: #ccc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.twitter-follow a{
    margin: 0;
}
.twitter-follow a.btn:hover{
    background: #e6e6e6;
}
.twitter-follow a.btn:hover span{
    background: #ff1940;
    border-color: #ff1940;
    color: #fff;
}



/* Twitter and Testimonial Carousel Element*/

.waves-carousel-twitter.list_carousel,
.waves-carousel-testimonial.list_carousel{
    position: relative;
    text-align: center;
    margin: 0;
}
.waves-carousel-twitter .waves-carousel p{
    float: none;
    opacity: 1;
}
.waves-carousel-twitter .waves-carousel p:first-child{
    opacity: 1;
}
.waves-carousel-twitter p{
    max-width: 900px;
    margin: 0 auto;
}
.waves-carousel-twitter .owl-theme .owl-controls .owl-page{
    margin: 18px 2px 0;
}

/* Twitter Carousel Element*/
.waves-carousel-twitter .waves-carousel p {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
}
.waves-carousel-twitter .waves-carousel .twitter_time{
    display: block;
    font-size: 13px;
}
.waves-carousel-twitter .twitter-follow{
    margin: 10px 0 0 0;
}
.waves-carousel-twitter a,
.waves-carousel-twitter .twitter-item{
    color: #4c4c4c;
}
.waves-carousel-twitter .twitter-follow a{
    font-weight: bold;
    font-size: 13px;
}

.waves-carousel-twitter > i{
    display: block;
    margin-bottom: 30px;
    font-size: 32px;
}
.waves-carousel-twitter.style_2 .waves-carousel p{
    font-size: 15px;
    font-weight: 400;
}
.waves-carousel-twitter.style_2 .waves-carousel .twitter_time{
    color: #ccc;
    margin-top: 8px;
    font-style: italic;
}
.waves-carousel-twitter.style_2 .owl-controls .owl-pagination{
    margin: 7px 0 20px;
}

.waves-carousel-testimonial.style_1 .owl-theme .owl-controls .owl-page span,
.waves-carousel-testimonial.style_2 .owl-theme .owl-controls .owl-page span,
.waves-carousel-twitter.style_2 .owl-theme .owl-controls .owl-page span{
    width: 20px;
    height: 4px;
    border: none;
    background-color: #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Page Builder Elements End */


/* Blog */
.waves-blog article.hentry{
    position: relative;
    margin-bottom: 60px;
}
.waves-blog article.hentry.format-link,
.waves-blog article.hentry.format-quote,
.waves-blog article.format-status{
    margin-bottom: 70px;
}
.waves-thumbnail{
    position: relative;
    overflow: hidden;
}
.waves-blog .entry-media,
.waves-carousel-post .entry-media{
    margin-bottom: 27px;
}
.carousel-thumbnail.waves-thumbnail{
    margin: 0;
    margin-bottom: 10px;
}
.entry-content p:last-child{
    margin: 0;
}
.entry-meta{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
    color: #999;
}
.entry-aside .entry-content:before,
.entry-meta:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #ccc;
}
.entry-meta a{
    color: #999;
}
.entry-meta>span{
    padding-right: 15px;
    padding-left: 1px;
}
.entry-meta>span>i {
    font-size: 14px;
    padding-right: 8px;
}
.entry-meta .comment-count{
    float: right;
    padding-right: 0;
}
.entry-media .waves-thumbnail>img {
    width: 100%; 
}
.entry-media:hover .waves-thumbnail>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: 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.entry-title a {
    color: #1a1a1a;
}
.entry-title a:hover {
    color: #ff1940;
}
.entry-content .more-link{
    color: #ccc;    
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 10px 0;
}
.entry-content .more-link > span{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    padding: 15px 20px;
}
.entry-content .more-link:hover{
    background: #e6e6e6;
}
.entry-content .more-link:hover > span{
    top: -5px;
    left: -5px;
}

/* Blog page template */
.blog-grid article.hentry{
    margin-left: 15px;
    margin-right: 15px;
}
.col-md-9 > .row > .grid-blog.col-md-12 article.hentry{
    float: left;
    width: calc(50% - 30px);
} 
.col-md-12 > .row > .grid-blog.col-md-12 article.hentry{
    float: left;
    width: calc(33% - 30px);
} 
.blog-grid .entry-meta{
    padding-bottom: 15px;
}
.blog-grid .entry-meta>span.comment-count,
.blog-grid .entry-meta>span.categories-links,
.waves-carousel-post .entry-meta>span.comment-count,
.waves-carousel-post .entry-meta>span.categories-links{
    display: none;
}


/* Filter */
.waves-portfolio .tw-filters ul li{
    margin-bottom: 15px;
}
.waves-portfolio.fullwidth .tw-filters{
    margin-bottom: 30px; text-align: center;
}
.waves-portfolio .tw-infinite-scroll a,
.waves-portfolio .waves-pagination-container{
    margin-top: 15px;
}
.waves-portfolio.fullwidth .tw-infinite-scroll a,
.waves-portfolio.fullwidth .waves-pagination-container{
    margin-top: 30px;
}
.tw-infinite-scroll{
    text-align: center;
}
.waves-portfolio.fullwidth .waves-pagination-container{
    margin-top: 30px; text-align: center;
}
.tw-filters ul.filters{
    text-align: center;
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tw-filters ul.filters li{
    display: inline-block;
}
.tw-filters a{
    position:relative;
    display: block;
    line-height: 1;
    margin-right: 15px;
}
.tw-filters a > span{
    color: #999;
    border: 1px solid #e6e6e6;
    position:relative;
    top: 0;
    left: 0;
    display: block;
    padding: 12px 18px;
}
.tw-filters a:hover{    
    background: #efefef;
}
.tw-filters a:hover span{
    top: -5px;
    left: -5px;
}
.tw-filters a:hover span,
.tw-filters a.selected span{
    color: #fff;
    background: #ff1940;
    border-color: #ff1940;
}

/* Link post format */

.link-content, 
.format-quote > blockquote{
    position: relative;
    margin: 0;
    color: #fff;
    background: #1a1a1a;
    text-align: center;
    padding: 40px;
    background-size: cover;
}
.link-content .link-text,
.format-quote .quote-text{
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.format-quote > blockquote > i, 
.link-content > i{
    font-size: 28px;
    margin-bottom: 25px;
}
.link-content .sub-title, 
.format-quote .qoute-author{
    font-size: 13px;
    display: block;
    opacity: 0.5;
    padding: 10px 20px 7px;
}
.link-content .sub-title i,
.format-quote .qoute-author i{
    font-size: 14px;
    padding-right: 10px;
}
.link-content a{
    color: #fff;
}


/* Aside post format */
.entry-aside .entry-content:before{
    top: 0;
}
.entry-aside .entry-content{
    position: relative;
    padding-top: 23px;
    margin-top: 27px;
}

/* 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: #f0f0f0 !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;
    overflow: hidden;
}
.image-slide-container .tw-owl-item {
    opacity: 0;
    position: absolute;
    margin-left: 0;
    margin-right: 0;
}
.image-slide-container .tw-owl-item img {
    width: 100%;
}
.image-slide-container .tw-owl-item:first-child {
    opacity: 1;
    position: static;
    display: block;
}
.image-slide-container.list_carousel .owl-buttons {
    position: static;
}
.image-slide-container.list_carousel .owl-buttons div {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -20px;    
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(26,26,26,0.8);
    color: #fff;
}
.image-slide-container.list_carousel .owl-buttons div.owl-next {
    left: auto;
    right: 20px;
}
.image-slide-container .owl-controls .owl-pagination{
    display: none;
}

/* Blockquote Main */
.col-md-12 > .entry-content blockquote{
    max-width: 900px;
}
.entry-content blockquote{
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    text-transform: uppercase;
    margin: 35px auto;
    max-width: 700px;
    padding: 25px 50px 25px 80px;
    position: relative;
    color: #fff;
}
.entry-content blockquote:before{
    font-family: Simple-Line-Icons;
    font-weight: 400;
    content: "\e07d";
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 30px;
    line-height: 44px;
    text-align: center;
}
.entry-content blockquote:last-child{
    margin-bottom: 20px;
}

/* Pagination */

.waves-pagination{
    width: 100%;
}
.waves-pagination ul.page-numbers{
    margin: 0;
    padding: 0;
}
.waves-pagination ul.page-numbers li{
    list-style: none;    
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;    
    text-align: center;
}
.waves-pagination ul.page-numbers li a{
    display: block;
}
.waves-pagination ul.page-numbers li a span, .waves-pagination ul.page-numbers li > span span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f0f0f0;
    display: block;
    color: #ccc;
    position: relative;
    top: 0;
    left: 0;
}
.waves-pagination ul.page-numbers li a:hover{
    background: #e6e6e6;
}
.waves-pagination ul.page-numbers li a:hover span{
    top: -5px;
    left: -5px;
}
.waves-pagination ul.page-numbers li a:hover span, .waves-pagination ul.page-numbers li span.current span{
    color: #fff;
    background: #ff1940;
    border-color: #ff1940;
}


/* One Page Header */
.onepage-header-container {
    overflow: hidden;
    min-height: 1px;
}
.onepage-header-container,.onepage-header-content{
    position: relative;
    z-index: 5;
}
.onepage-header-bg-container{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}
.onepage-slide-item>img{
    width: 100%;
}
.onepage-header-bg-container.onepage-header-image{
    background-size: cover;
}

.onepage-slider-container{
    position: relative;
}
.onepage-slider-container>.onepage-slider-item{
    opacity: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.onepage-slider-container>.onepage-slider-item.selected{
    opacity: 1;
    z-index: 1;
}

/* ------------ If Container select Dark styles ------------- */

.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,
.dark p,
.dark a,
.dark ul,
.dark .waves-heading .sub-title,
.dark .tw-service-box 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>div,
.dark .waves-aboutme .aboutme-head span,
.dark .waves-callout.style2 .callout-text p,
.dark .left-service .tw-service-content a.more
{
    color: #fff;
}
.dark .tw-social-icon a:hover{
    color: #fff;
}
.dark .tw-social-icon a{
    color: #1c1c1c;
}
.dark .owl-theme .owl-controls .owl-page.active span, 
.dark .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: transparent;
}
.dark .testimonial-avatar img,
.dark .pricing-content,
.dark .pricing-column .pricing-footer{
    border-color: rgba(255,255,255,.25);
}
.dark .owl-theme .owl-controls .owl-page span{
    background: rgba(255,255,255,.5);
}
.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>h2{
    font-size: 28px;
    color: #FFF;
    font-weight: bold;
}
.waves-map-contact>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: #ff1940;
}
.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>.map-markers{
    display: none;
}
.waves-map.styled .map img{
    max-width: none;
}
/*Time Line*/
.waves-timeline{
    text-align: center;
}

.waves-timeline>.timeline-items-conteiner>.line-before,
.waves-timeline>.timeline-items-conteiner>.line-after,
.waves-timeline>.timeline-items-conteiner>.line{
    border-top-style: solid;
    border-top-width: 2px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 13px;
}
.waves-timeline>.timeline-items-conteiner>.line-before{
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -4px;
    border-style: none;
}
.waves-timeline>.timeline-items-conteiner>.line-after{
    right: 0px;
    left: auto;
    width: 10px;
    border-top-style: dotted;
}
.waves-timeline>.timeline-items-conteiner{
    position: relative;
}
.waves-timeline.column-1 .timeline-item{
    width: 100%;
}
.waves-timeline.column-2 .timeline-item{
    width: 50%;
}
.waves-timeline.column-3 .timeline-item{
    width: 33.3%;
}
.waves-timeline.column-4 .timeline-item{
    width: 25%;
}
.waves-timeline.column-5 .timeline-item{
    width: 20%;
}
.waves-timeline .timeline-item{
    position: relative;
    display: inline-block;
    text-align: center;
}
.waves-timeline .timeline-item,
.waves-timeline .timeline-item:before{
    min-height: 280px;
}
.waves-timeline .timeline-item-box{
    width: 70px;
    height:70px;
    display: inline-block;
    color:#fff;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #fff;
    position: relative;
}
.waves-timeline .timeline-item-box>i{
    font-size: 32px;
}
.waves-timeline .timeline-item-box>.year{
    font-size: 14px;
}
.waves-timeline .timeline-item-box>.timeline-item-left,
.waves-timeline .timeline-item-box>.timeline-item-right,
.waves-timeline .timeline-item-box>.timeline-item-bottom{
    position: absolute;
}
.waves-timeline .timeline-item-box>.timeline-item-left{
    left: -4px;
}
.waves-timeline .timeline-item-box>.timeline-item-right{
    right: -4px;
}
.waves-timeline .timeline-item-box>.timeline-item-left,
.waves-timeline .timeline-item-box>.timeline-item-right{
    top:50%;
    margin-top: -2px;
    width: 2px;
    height: 6px;
}
.waves-timeline .timeline-item-box>.timeline-item-bottom{
    bottom: -4px;
    width:  10px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.waves-timeline .pos-top>.timeline-item-box>.timeline-item-bottom{
    bottom: auto;
    top:-4px;
}
.waves-timeline .timeline-item-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
}
.waves-timeline .pos-top .timeline-item-content{
    top: 0px;
}
.waves-timeline .timeline-item-content>.title{
    font-size: 11px;
    font-weight: 600;
    color: #b2b2b2;
    text-transform: uppercase;
    line-height: 2.18;
}
.waves-timeline .timeline-item-content>.year{
    font-size: 46px;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1.5;
}
.waves-timeline.style-no-icon .timeline-item,
.waves-timeline.style-no-icon .timeline-item:before{
    min-height: 160px;
}
.waves-timeline.style-desc>.timeline-items-conteiner>.line-before,
.waves-timeline.style-desc>.timeline-items-conteiner>.line-after,
.waves-timeline.style-desc>.timeline-items-conteiner>.line{
    top: 35px;
}
.waves-timeline.style-desc .timeline-item{
    min-height: 70px;
}
.waves-timeline.style-desc .timeline-item-content{
    position: relative;
}
.waves-timeline.style-desc .timeline-item-content>.title{
    margin-top: 23px;
    margin-bottom: 5px;
}

/* Icon Graph */
.waves-icon-graph{
    text-align: center;
}
.waves-icon-graph>.icon-graph-chart,
.waves-icon-graph>.icon-graph-chart>.icon-graph-max{
    position: relative;
}
.waves-icon-graph>.icon-graph-chart>.icon-graph-size{
    position: absolute;
    top: 0;
    left: 0;
}
.waves-icon-graph>.icon-graph-chart,
.waves-icon-graph>.icon-graph-chart>ul{
    width: 100%;
    padding: 0;
    margin: 0;
}
.waves-icon-graph>.icon-graph-chart li{
    font-size: 56px;
    line-height: 1;
    color: #d3d9e6;
}
.waves-icon-graph .icon-graph-size li{
    opacity: 0;
}
.waves-icon-graph .icon-graph-title{
    margin-top: 31px;
    margin-bottom: 14px;
}
.waves-icon-graph .icon-graph-title>h6{
    font-size: 15px;
    line-height: 1.6;
}
.waves-icon-graph .icon-graph-desc{
    font-size: 13px;
    line-height: 1.846;
}

/*Vertical Progress Bar*/
.waves-vertical-progress-bar>.vertical-progress-bar-item{
    display: inline-block;
    padding-right: 30px;
}
.waves-vertical-progress-bar .vertical-progress{
    position: relative;
    background-color: #e6e6e6;
}
.waves-vertical-progress-bar .vertical-progress-percent{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 0px;
    overflow: hidden;
}
.waves-vertical-progress-bar .vertical-progress-percent>i{
    color:#fff;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 2.571428571428571;
    margin-top: 15px;
}
.waves-vertical-progress-bar .vertical-progress-text{
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
    margin-top: 10px;
}


/* Infinite Scroll */

.tw-infinite-scroll a{
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    position: relative;
    background: #e6e6e6;
}
.tw-infinite-scroll a span{
    background-color: #ff1940;
    color: #fff;
    line-height: 1;
    padding: 15px 20px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.tw-infinite-scroll a:hover span{
    top: -5px;
    left: -5px;
}
.tw-infinite-scroll>.loading,
.tw-infinite-scroll[data-has-next="false"]>.next,
.tw-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
    padding: 9px 18px;
}
.tw-infinite-scroll[data-has-next="false"]{
    display: none;
}
.row-container{
    position: relative;
}
#main .row-container.row-space-no-space > .waves-container >.row> [class*="col-md"]{
    padding-top: 0;
    padding-bottom: 0;
}
#main .row-container.row-space-no-top > .waves-container >.row> [class*="col-md"]{
    padding-top: 0;
}
#main .row-container.row-space-no-bottom > .waves-container >.row> [class*="col-md"]{
    padding-bottom: 0;
}
.row-container.row-space-2x{
    padding-top: 60px;
    padding-bottom: 60px;
}
.row-container.row-space-3x{
    padding-top: 100px;
    padding-bottom: 100px;
}


/* CF7 */
div.wpcf7{
    position: relative;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
    margin: 10px 0;
}
.wpcf7 input,
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 select{
    display: inline-block;
    position: relative;
    width: 31.9%;
    margin: 10px 20px 10px 0;
}
.wpcf7-form-control-wrap.your-subject input{
    margin: 10px 0 10px 0;
}
.wpcf7 textarea{
    max-height: 185px;
}
span.wpcf7-form-control-wrap{
    position: relative;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:hover{
    display: block;
    margin: auto 0 auto auto;
    padding: 25px 45px 25px 35px;
    color: #FFF;
    background: #ff1940;
}
.wpcf7 input[type="submit"]:hover{
    opacity: .9;
}
span.wpcf7-not-valid-tip {
    display: inline-block;
    width: 320px;
    z-index: 99;
    padding: 10px 20px;
    color: #F35050;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: -14px;
    background: #F5F5F5;
}
div.wpcf7-validation-errors {
    border: 2px solid #F7E700;
    margin: 0 auto;
    width: 60%;
    font-weight: bold;
    text-align: center;
}

/* Sidebar */

.waves-sidebar.left-sidebar #sidebar{
    margin-right: 10px;
}
.waves-sidebar.right-sidebar #sidebar{
    margin-left: 10px;
}
#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 > .pane, .pane.active, .pane.flashed {
    visibility: visible\9;
    opacity: 0.99;
    filter: alpha(opacity=99);
    zoom: 1;
}
#waves-sidebar > .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 > .pane {
    right: auto;
    left: 5px;
}
#waves-sidebar > .pane > .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;
}

/* Audio Player Style */
.entry-media .mejs-container .mejs-controls,
.entry-media .mejs-container .mejs-controls div{
    height: 60px;
}
.entry-media .mejs-container .mejs-controls div{
    width: 50px;
}
.entry-media .mejs-controls .mejs-button button{
    margin: 22px 20px;
}
.entry-media .mejs-controls .mejs-mute button{
    margin: 22px;
}
.entry-media .mejs-container .mejs-controls .mejs-time{
    height: 35px;
    width: auto;
    padding: 25px 3px 0;
}
.entry-media .mejs-controls .mejs-time-rail .mejs-time-total{
    margin: 20px;
}
.entry-media .mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls{
    background: #3d3d3d;
}
article.format-audio .entry-media .mejs-container{
    height: 60px !important;
}
.entry-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
.entry-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
    background: #292929;
}
.entry-media .mejs-controls .mejs-time-rail .mejs-time-current,
.entry-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #ffff00;
}
.entry-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.entry-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.entry-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{
    height: 10px;
    top: 25px;
}

/* Newsletter plugin */

input[type="text"].wysija-input{
    margin-top: 10px;
}
.widget_wysija_cont .wysija-submit{
    border-color: #ff1940;
    color: #ff1940;
    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->zIndex - 1 */
}
body.loading{
    overflow: hidden;
}
body.pace-done>.pace,.pace-inactive,
body.pace-done #waves-loader{
    display: none;
}
.pace .pace-progress{
    height: 2px;
    background-color: #ff1940;
}

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


/* ------------- Margin & Helper Classes ------------- */

.no-bottom{
    margin-bottom: 0 !important;
}
.no-top{
    margin-top: 0 !important;
}
.no-margin .waves-list{
    margin:0;
}
.border-top-light{
    border-top: 1px solid #e5e5e5;
}
.border-top-dark{
    border-top: 1px solid #262626;
}
.border-bottom-light{
    border-bottom: 1px solid #e5e5e5;
}
.border-bottom-dark{
    border-bottom: 1px solid #262626;
}