/*
-----------------------------------------------------------------------------------
Theme Name: Rebound
Theme URI: http://themes.themewaves.com/rebound
Description: Waves Framework
Author: ThemeWaves
Author URI: http://www.themewaves.com
Version: 1.8
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
*/

/* 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;
}
::selection {
    background: #16d1ac;
    color: #ffffff;
}
::-moz-selection {
    background: #16d1ac;
    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,
.single-portfolio p:last-child{
    margin: 0;
}
embed, img {
    max-width: 100%;
    height: auto;
    border: none;
}    
iframe{
    width: 100%;
    max-width: 100%;
    border: none;
} 
a:hover {
    text-decoration: none;
}

/* Typography */

body {
    line-height: 1.9em;
    font-size: 13px;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    font-weight: bold;
    font-family: 'Oswald' ,sans-serif;
    line-height: 1.6;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.highlight { 
    color: #ffc600;
}
p img {
    margin: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}
hr {
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}
pre {
    overflow-x:auto;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    height: auto;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f7f7f7;
    font-family: Consolas, monospace;
}
.hidden {  display: none !important; }
dt{
    line-height: 2;
}
/* 02. Links and Form */

a{
    outline: 0;
    color: #16d1ac;
    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: #16d1ac;
    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[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 20px;    
    width: 226px;
    outline: none;
    border: 1px solid #DBDBDB;
    background: #fff;
    color: #666666;
    font-size: 13px;
}
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"] {
    display: inline-block;
    padding: 15px;
    border: none;
    background: #16d1ac;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    box-shadow: inset 0 -1px rgba(0,0,0,.2);
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
    opacity: 0.8;
}
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: #D0D3D6;

}
::-webkit-input-placeholder {
    color: #666;
}
:-moz-placeholder { /* Firefox 18- */
    color: #666;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #666;
}
:-ms-input-placeholder {  
    color: #666;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 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;
}
.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;
    border: 1px solid #efefef;
    margin: 0 10px 10px 0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    max-width: 90%;
    height: auto;
    margin: 5% auto;
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

.sticky {}


/* Container */
body.not-responsive .container {
    width: 1170px !important;
}
body.not-responsive .theme-full {
    min-width: 1200px;
}

/* Topbar */

.tw-top-bar {
    position: relative;
    background: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
    line-height: 36px;
    border-bottom: 1px solid #EDEDED;
}
.tw-top-widget {
    position: relative;
    font-size: 11px;
    color: #a4a4a4;
    text-shadow: 0 1px #fff;
    padding: 0 15px;
    border-left: 1px solid #e8e8e8;
}
.tw-top-widget.left:last-child {
    border-right: 1px solid #e8e8e8;
}
.tw-top-widget.right:first-child {
    border-right: 1px solid #e8e8e8;
}
.tw-top-widget.left{
    float: left;
}
.tw-top-widget.right {
    float: right;
}
.top-widget-title {
    display: none;
}
.tw-top-widget .tw-social-icon a{
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 36px;
    height: 36px;
    width: 36px;
    color: #a4a4a4;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition:none;
    -ms-transition: none;
    transition: none;
}

/* Search widget on top */
.button-search.fa-search {
    display: none;
}
.tw-top-widget .button-search {
    display: block;
    position: absolute;
    top: 2px;
    text-align: center;
    padding-top: 0;
    font-size: 14px;
    line-height: 34px;
    width: 20px;
    height: 34px;
}
.tw-top-widget form, .tw-top-widget  input {
    margin: 0;
}
.tw-top-widget form#searchform input:focus,.tw-top-widget .button-search:focus{
    width: 150px;
    text-indent:initial;
    padding: 0 0 0 30px;
}
.tw-top-widget form#searchform input {
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 9;
    background: transparent;
    width: 20px;
    height: 36px;
    padding: 0;
    border: none;
    text-indent: -99999px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.tw-top-widget form#searchform input::-webkit-input-placeholder {
    color: #999;
}
.tw-top-widget form#searchform input:-moz-placeholder { /* Firefox 18- */
    color: #999;
}
.tw-top-widget form#searchform input::-moz-placeholder {  /* Firefox 19+ */
    color: #999;
}
.tw-top-widget form#searchform input:-ms-input-placeholder {  
    color: #999;
}

/* Wpml widget on top */
.tw-top-widget #lang_sel li {
    width: auto;
    float: none;
}
.tw-top-widget #lang_sel a.lang_sel_sel {
    background: none;
    color: #a4a4a4;    
    padding-left: 0;
    line-height: 36px;
    border: none;
}
.tw-top-widget #lang_sel a.lang_sel_sel:after {    
    font-family: 'FontAwesome';
    content: '\f107';
    padding-left: 6px;
    font-size: 14px;
}
.tw-top-widget #lang_sel ul ul {
    z-index: 1;
    top: auto;
    left: -16px;
    border-color: #e8e8e8;
}
.tw-top-widget #lang_sel ul ul a, .tw-top-widget #lang_sel ul ul a:visited {    
    padding: 10px 15px;
    color: #a4a4a4;
    border-color: #e8e8e8;
}
.tw-top-widget #lang_sel ul ul :hover > a {
    background: #fff;
    color: #16d1ac;
}

/* Header */

#header {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#header .container{
    position: relative;
}
#header.header-small {
    background: rgba(255,255,255,.98);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.admin-bar #header.header-small{
    top: 32px;
}
#google-map{
    margin-bottom: -7px;
}
@media screen and (max-width: 782px){
    .admin-bar #header.header-small{
        top: 46px;
    }
}
.tw-logo {
    display: table-cell;
    vertical-align: middle;
}
.tw-logo img{
    line-height: 80px;
    max-height: 80px;
}
h1.site-name, h1.site-name a {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    display: block;
    position: relative;
}
.sf-menu ul {
    padding: 20px 0;
    position: absolute;
    min-width: 220px;
    top: 100%;
    left: 13px;
    z-index: 99;
    display: none;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    border-top: 4px solid #16d1ac;
}
.sf-menu > li {
    float: left;    
}
.sf-menu > li.menu-item-has-children:last-child {
    padding-right: 16px;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    z-index: 9999;
    display: block;    
}

.sf-menu a {
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100% !important;
}

/* Menu Arrow Class */
.sf-menu > .menu-item-has-children > a {
    padding-right: 25px;
}
.sf-menu > .menu-item-has-children:after{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ThemeWaves Menu Styling*/
.sf-menu {
    font-family: 'Oswald', sans-serif;
    float: right;
    position: relative;
    text-transform: uppercase;
}
ul.sf-menu > li > a{
    padding: 33px 16px;
    display: block;
    color: #4f4f4f;
    font-size: 11px;
    line-height: 1;
}
ul.sf-menu > li:last-child > a{
    padding-right: 0;
}
ul.sf-menu li ul li a{
    display: block;
    color: #666666;
    line-height: 1;
    padding: 12px 0px 12px 30px;   
}
ul.sf-menu li ul li{
    text-align: left;
    line-height: 1;
}
ul.sf-menu li ul li:hover>a{
    color: #fff;
}
ul.sf-menu > li:hover > a,
ul.sf-menu > li:hover:after,
.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-page-onepage-php .sf-menu > .tw-menu-active > a,
.sf-menu .menu-item-has-children a:hover,
.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 {
    color: #16d1ac;
}
.menu-container{
    position: relative;
}
ul.sf-menu li ul li[class*="fa-"] a {
    padding: 12px 0 12px 60px;
}
.sf-menu [class^="fa-"]:before, .sf-menu [class*=" fa-"]:before {
    display: none;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before {
    font-family: FontAwesome;
    display: block;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 14px;
    line-height: 14px;
}
.sf-menu [class^="fa-"]:before, .sf-menu [class*=" fa-"]:before {
    color: #4F4F4F;
}
.sf-menu ul [class^="fa-"]:before, .sf-menu ul [class*=" fa-"]:before{
    color: #fff;
}
.sf-menu ul [class^="fa-"]:hover:before, .sf-menu ul [class*=" fa-"]:hover:before,
.sf-menu ul .current_page_item[class^="fa-"]:before, .sf-menu ul .current_page_item[class*=" fa-"]:before{
    color: #16d1ac;
}

/* ------------ mega menu --------------- */
.row-start {
    clear:left;
}
.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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sf-menu .waves-mega-menu .mega-menu-title{
    font-family: 'Oswald', sans-serif;
    padding: 12px 60px;
    color: #16d1ac;
}
.sf-menu .waves-mega-menu li ul li a{
    padding: 12px 60px;
}
.sf-menu .waves-mega-menu li ul li[class^="fa-"] a,
.sf-menu .waves-mega-menu li ul li[class*=" fa-"] a{
    padding:12px 0 12px 90px;
}
.sf-menu .waves-mega-menu ul [class^="fa-"]:before, .sf-menu .waves-mega-menu ul [class*=" fa-"]:before{
    left: 60px;
}
.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;
}
.show-mobile-menu {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 15px;
    margin-top: -16px;
    cursor: pointer;
    display: none;
}
.show-mobile-menu .mobile-menu-icon{
    float: left;
    width: 35px;
}
.mobile-menu-icon span {
    display: block;
    margin-bottom: 2px;
    width: 100%;
    height: 5px;
    background: #2F2F2F;
}
.mm-opened .admin-bar #header.stuck {
    top: 0;
}
html.mm-opened body{
    margin-top: 0px;
}
@media (max-width: 600px) {
    html.mm-opened #wpadminbar{
        position: fixed;
    }
}


/* Page Title */

#page-title {
    position: relative;
    background-color: #1c1c1c;
    background-size: cover;
}
#page-title .container {
    padding-bottom: 35px;
    padding-top: 35px;
}
#page-title h1 {
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
#page-title p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
}


/* Breadcrump added cause little css :P */
.title-with-breadcrumps{
    display: inline-block;
    width: 49.7%;
    vertical-align: middle;
}
.tw-breadcrumb{
    top: 50%;
    right: 0;
    font-family: 'Oswald' ,sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
    color: #a4a4a4;
}
#page-title span {
    margin: 0 7px;
}
#page-title span:first-child{
    margin-left: 0;
}
#page-title span:last-child{
    margin-right: 0;
}
.tw-breadcrumb a{
    color: #a4a4a4;
}
.tw-breadcrumb a:hover{
    color: #fff;
}



/* Widget */

h3.widget-title {
    font-size: 16px;
}
aside ul li a:hover{
    color: #16d1ac;
}
aside.widget{
    margin-bottom: 60px;
}
aside.widget ul {
    padding: 0;
}
aside.widget ul li {
    padding: 0 0 10px;
    line-height: 1.9;
}
aside.widget ul li:last-child {
    padding-bottom: 0;
}

aside.widget_categories ul li {
    padding-left: 20px;
}
aside.widget_categories li:before {
    position: absolute;
    left: 0;
    color: #666;
    content: '\f054';
    font-size: 8px;
    font-family: FontAwesome;
    line-height: 25px;
}
aside.widget_categories li a {
    color: #666;
}


/* Contact info widget */
.contact-info-widget{
    min-height: 157px;
    background:url(assets/img/contact-background.png) center center no-repeat;
}
.contact-info-widget ul i{
    float: left;
    margin-top: 5px;
    width: 15px;
    height: 13px;
    text-align: center;
    font-size: 14px;
}
.contact-info-widget ul div{
    padding-left: 30px;
}
aside.widget .contact-info-widget ul li{
    margin-bottom: 0;
    padding-bottom: 2px;
}

/* Flickr Widget Style */
.dribbble-widget,.flickr-widget .flickr-channel{
    position: relative;
    display: inline-block;
    *display: inline;
}
.flickr-widget .flickr-channel,.dribbble-widget,.tw-recent-portfolios-widget{
    margin: 0 -10px 0 0;
}
.flickr-channel a,.dribbble-widget a,.tw-recent-portfolios-widget a{
    position: relative;
    display: block;
    float: left;
    margin:0 10px 10px 0;
}
.flickr-channel a img, .tw-recent-portfolios-widget a img,.tw-recent-portfolios-widget a{
    width: 58px;
    height: 58px;
    background: #efefef;
}
.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: 14px;
    line-height: 58px;
    height: 58px;
    width: 58px;
    position: absolute;
    content: "\f0fe";
    font-family: FontAwesome;
    text-align: center;
    color: #FFF;
    top: 0;
    background-color: rgba(22,209,172,.9);
    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;
}


/* Recent Posts Widget */

.tw-recent-posts-widget ul{
    margin: 0;
    list-style: none;
}
.tw-recent-posts-widget ul li{
    display: inline-block;    
    margin-bottom: 10px;
    width: 100%;
}
.tw-recent-posts-widget h4{
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}
.tw-recent-posts-widget h4 a{
    color: #000;
}
.tw-recent-posts-widget .meta{
    font-size: 10px;
    text-transform: uppercase;
    color: #a4a4a4;
    line-height: 14px;
}
.tw-recent-content.with-thumb{
    padding-left: 85px;
}
.tw-recent-posts-widget .recent-thumb{
    float: left;
    background-color: #f2f2f2;
}

/* Tag Widget */
#footer .tagcloud a{
    background: #121212;
    color: #8d8d8d;
}
#sidebar .tagcloud a{
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 10px !important;
    line-height: 1;
}
#sidebar .tagcloud a:hover,#footer .tagcloud a:hover{
    border-color: #16d1ac;
    background: #16d1ac;
    color: #fff;
    border-bottom: none;
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    box-shadow: inset 0 -1px rgba(0,0,0,.2);
}

/* 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 {
    padding: 20px 0;
    background: #1c1c1c;
}
#bottom {
    padding: 60px 0 0;
    background: #1c1c1c;
    border-bottom: 1px solid #2a2a2a;
}
#footer p, #footer a,#bottom p, #bottom a {
    color: #666666;    
}
#footer p {
    margin-bottom: 0;
}
#bottom a:hover,#footer a:hover{
    color: #fff;
}

/* Fixed Footer */
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}


/* Footer widget */

#bottom h3.widget-title {
    background-color: #1c1c1c;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
}
#bottom .tw-widget-title-container {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
#bottom .tw-widget-title-container .tw-title-border {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    margin-top: -2px;
    background-color: rgba(255,255,255,.02);
}
#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{
    padding: 9px 0;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid #2a2a2a;
}
#bottom .widget_recent_entries ul li:last-child{
    border-bottom: none;
}


/* Blog Single */

article.single {
    position: relative;
    margin-bottom: 80px;
    min-height: 380px;
}
article.single .entry-content {
    margin-bottom: 60px;
}
.entry-content {
    text-align: justify;
}
article .background{
    display: inline-block;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background-color: #16d1ac;
    line-height: 52px;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
}
article a.more-link{
    display: inline-block;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    transition: all 0.4s ease;
}
article a.more-link:hover{
    color: #fff;
    background: #2B353E;
    border-color: #2B353E;
}
.entry-meta .tags {
    float: right;
    border-left: 1px solid #DBDBDB;
    border-right: none;
}
.entry-meta .tags a {
    color: #a4a4a4;
}
article.single .facebook_share iframe {
    height: 20px;
}

/* Next Prev Post LINK */
.nextprev-postlink {
    margin-top: 60px;
}
.nextprev-postlink > div {
    width: 350px;
    float: left;
    background: url(assets/img/plus-icon.png);
    background-repeat: no-repeat;
    background-position: -12px -87px;
}
.nextprev-postlink .prev-post-link {
    padding-left: 50px;    
}
.nextprev-postlink .next-post-link {
    float: right;
    padding-right: 50px;
    text-align: right;
    background-position: 315px -171px;
}
.nextprev-postlink .post-link-desc {
    color: #a4a4a4;
    font-size: 10px;
    text-transform: uppercase;
}
.nextprev-postlink .post-link-title {
    font-weight: normal;
    font-size: 16px;
}
.nextprev-postlink .post-link-title a {
    color: #000;
}
.nextprev-postlink .post-link-title a:hover {
    color: #16D1AC;
}

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


/* Post share box */
.single-post .tw_post_sharebox{
    display: inline-block;
}
.tw_post_sharebox a{
    color: #A4A4A4;
    display: inline-block;
}
article div.tw_post_sharebox i{
    position: static;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    top: 0;
    left: 0;
    border-right: 1px solid #DBDBDB;
}
.tw_post_sharebox > div {    
    position: relative;
    display: inline-block;
}
.tw_post_sharebox span {
    display: none;
}
.facebook-share a:hover{
    color: #5068b2;
}
.twitter-share a:hover{
    color: #53b6ef;
}
.googleplus-share a:hover{
    color: #e14c41;
}

/* Social Icons CSS */
.tw-social-icon{
    text-align: right;
    line-height: 1;
}
.tw-social-icon li{
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.tw-social-icon a{
    display: inline-block;
    margin: 0 2px;
    overflow: hidden;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    background-color: rgba(0,0,0,.3);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tw-social-icon a span{
    display: block;
}
.tw-social-icon a:hover,#bottom .tw-social-icon a:hover, #footer .tw-social-icon a:hover {
    color: #fff;
}
.tw-social-icon a:hover span{
    background-color: #2dcb73;
}
.tw-social-icon a.facebook:hover span{
    background-color: #305fb3;
}
.tw-social-icon a.tumblr:hover span{
    background-color: #35506b;
}
.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.soundcloud:hover span{
    background-color: #fe5600;
}
.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.instagram:hover span{
    background-color: #9f6f59;
}
.tw-social-icon a.rss:hover span{
    background-color: #fca600;
}
#footer .tw-social-icon a, #footer .tw-social-icon a:hover span {
    background: none;
}
#footer .tw-social-icon a {
    height: 24px;
    margin-top: -4px;
}



/* jp player */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*The seeking class is added/removed inside jPlayer
div.jp-seeking-bg {
        background: url("pbar-ani.gif");*/

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

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

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

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

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

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

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

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

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

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

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




/* Comments */
p.form-submit input{
    text-transform: uppercase;
}
#commentform input[type="text"], .comment-form-comment textarea{
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
    box-shadow: inset 0 1px 1px rgba(0,1,1,.1);    
    -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-author p label {
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
}
.comment-form-author span.required {
    color: #fe4743;
}
.comment-form-comment textarea{
    display: inline-block;
    margin-bottom: 20px;
    width:100%;
    max-width: 570px;
}
.comment-title-container {
    position: relative;
    margin-bottom: 30px;
}
.comment-title-container h4 {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-right: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    z-index: 1;
}
.comment-title-container .title-bg {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 12px;
    border-bottom: 1px dotted #dbdbdb;
    border-top: 1px dotted #dbdbdb;
}
#reply-title.comment-reply-title {
    display: none;
}
.logged-in-as {
    font-size: 11px;
}
.comment-author img {
    display: block;
    float: left;
    margin-right: 30px;
}
.comment-meta{
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}
.comment-meta .comment-author-link {
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    color: #000;
}
.comment-body {
    position: relative;
    margin-left: 100px;
}
.comment-body p:last-child {
    margin-bottom: 0;
}
.comment-list {
    margin-bottom: 40px;
}
.comment-list .comment-block .comment-block {
    margin-left: 100px;
}
.comment-block .comment{
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.commentlist .bypostauthor { }
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}


/* Single pagination */
.single .pagination li {
    list-style: none;
}
.single .pagination, .single .pagination ul {
    margin: 0;
    padding: 0;
}
.single .pagination a {
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #2b353e;
    color: #fff;
}
.single .pagination a:hover {
    background: #16d1ac;
}

/* Button CSS */

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

a.btn,#footer a.btn{
    color: #fff;
}
.btn{
    overflow: hidden;
    display:inline-block;
    margin: 0 10px 10px 0;    
    padding: 12.5px 20px; 
    background: #16d1ac;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    *display:inline;
    *zoom:1;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn i{
    margin-right: 7px;
    font-size: 14px;
}
.btn span {
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.rounded{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;  
}
.btn:hover{
    color: #fff !important;
    background: #2b353e !important;
    border-color: transparent !important;
}
.btn-flat.shadow{
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    box-shadow: inset 0 -1px rgba(0,0,0,.2);
}
.btn-flat.shadow:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* Button Flat */
a.btn-border{
    border: 2px solid #aaa;
    background: none;
    color: #aaa;
    z-index: 2;
}
.btn-border:hover {
    color: #fff !important;
}
.btn-small{
    padding:12px;
    font-size: 12px;
}
.btn-large{
    padding: 19px 20px;
    font-size: 14px;
}


/* Label */
.label {
    padding: 0px 4px;
    background-color: #00bef2;
    font-weight: normal;
    text-shadow: none;
    line-height: 1.6;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


/* Dropcaps */
.tw-dropcap {
    float: left;
    margin-top: 6px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}
.tw-dropcap.dropcap_square, .tw-dropcap.dropcap_circle {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    background-color: #16d1ac;
    color: #FFF;    
}
.tw-dropcap.dropcap_circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tw-dropcap.dropcap_border{
    border: 2px solid #16d1ac;
    background-color: transparent;
    line-height: 44px;
}



/* Error 404 */

#error404-container{
    position: relative;    
    margin: 150px 0;
}
h3.error404{
    text-align: center;
    text-transform: uppercase;
    font-size: 72px;
}
h2.errorh2{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #787d82;
}
h3.error404 span{
    color: #16d1ac;
}
.tw-404-search-container form{
    display: inline-block;
    margin: 0;
}
.tw-404-search-container form#searchform input{
    margin: 0;
    width: 100%;
    border: 1px solid #d0d3d6;
    background: transparent;
}
.tw-404-search-container form#searchform i{
    color: #787d82;
}
.error4button,.tw-404-search-container form{
    position: relative;
    margin: 10px;
    text-transform: uppercase;
}
.tw-404-search-container{
    text-align: center;
}
form#searchform input{
    font-size: 11px;
}


/* Theme Boxed Layout Style*/
.theme-boxed{
    margin: 0px auto;
    width: 1200px;
    background: #FFF;
    position: relative;
}
.ie8 .theme-boxed{
    width: 1000px;
}
.theme-boxed #header.header-small, .theme-boxed .fixed-footer {
    width: 1200px;
    left: auto;
    right: auto;
}
.theme-boxed .waves-full-element {
    margin-left: -30px;
    width: 1200px;
}





/* Scroll Up Style */
#scrollUp {
    position: fixed;
    z-index: 99999;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#scrollUp:hover{
    background-color: rgba(0,0,0,0.4);
}

/* Container background Video */
.background-video,.video-mask,.video-mask-color{
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-mask{
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    background-image: url(assets/img/video-mask.png);
    background-repeat: repeat;
    background-size: 2px 2px;
    transition: background 1s;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
}
.paused > .video-mask{
    background-color: rgba(28, 28, 28,.8);
}
.video-mask-color{
    top: 0;
    left: 0;
    z-index: 3; 
    background: #222;
    zoom: 1;
    filter: alpha(opacity=40);
    opacity: .4;
}
.bg-video-container{
    text-align: center;    
}
.bg-video-play{
    cursor: pointer;
    font-size: 36px;
    width: 38px;
    line-height: 38px;
    padding: 28px;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    margin-bottom: 20px;
}
.bg-video-play:hover{
    padding: 26px;
    border-width: 5px;
}
.bg-video-text{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}






/* ThemeWaves Page Builder CSS Start */

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

/* Container Styles */

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

/* Page Builder Elements START */
/* Accordion, Toggle Element */
.accordion-group {
    margin-bottom: 6px;
}
.accordion-group:last-child{
    margin-bottom: 0;
}
.accordion-heading .accordion-toggle {
    position: relative;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    padding: 16px 25px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
    background-color: #fff;
}
.active .accordion-heading .accordion-toggle{
    background: #16d1ac;
    color: #fff;
    border: none;
}
.active .accordion-heading .accordion-toggle:hover{
    color: #fff
}
.accordion-heading .accordion-toggle:hover{
    color: #16d1ac;
}
.accordion-inner {
    padding: 10px;
}
.accordion-inner p {
    padding-left: 20px;
    border-left: 2px solid #dbdbdb;
}
.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.fa{
    position: absolute;
    padding: 0;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px;
}
.accordion-heading .accordion-toggle span.tw-check .fa-plus,.accordion-group.active .accordion-heading .accordion-toggle span.tw-check .fa-minus,
.accordion-heading .accordion-toggle span.tw-check .fa-caret-left,.accordion-group.active .accordion-heading .accordion-toggle span.tw-check .fa-caret-down{
    display: inline-block;
    font-style: normal;
}
.accordion-heading .accordion-toggle span.tw-check .fa-minus,.accordion-group.active .accordion-heading .accordion-toggle span.tw-check .fa-plus,
.accordion-heading .accordion-toggle span.tw-check .fa-caret-down,.accordion-group.active .accordion-heading .accordion-toggle span.tw-check .fa-caret-left{
    display: none;
}

/* Callout Element */
.waves-callout .callout-container{
    text-align: center;
    padding: 40px;
    background: #f2f2f2;
}
.waves-callout .callout-text{
    position: relative;
    display: inline-block;
}
.waves-callout .callout-text p{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}
.waves-callout.with-button p{
    padding-right: 190px;
    letter-spacing: -1px;
}
.waves-callout .callout-text b{
    color: #000;
}
.waves-callout .callout-text > a.btn{
    position: absolute;
    top: 50%;
    right: 0;
    margin: -22px 0 0 30px;
    padding: 14px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.waves-callout .callout-text > a.btn i {
    margin: 0 0 0 10px;
}




/* Carousel Element */

.caroufredsel_wrapper{
    margin: 0 !important;
    z-index: 0 !important;
}
.list_carousel {
    position: relative;
    margin: 0 -15px !important;
}
.list_carousel li {    
    list-style: none;
    position: relative;
    float: left;
    margin: 0 15px;
}
.list_carousel ul {
    padding: 0;
    margin: 0;
}
.carousel-thumbnail {
    margin-bottom: 20px;
}
h3.carousel-title {
    font-size: 16px;
    margin: 0;
}
.carousel-content .title-sep {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #dbdbdb;
    margin: 15px 0 10px;
}
h3.carousel-title a {
    font-weight: normal;
    color: #000;
}
.carousel-meta {
    margin-bottom: 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #a4a4a4;
}
.carousel-meta a {
    color: #a4a4a4;
}
.carousel-meta a:hover {
    color: #16d1ac;
}
.carousel-arrow a.carousel-prev, .carousel-arrow a.carousel-next {
    width: 30px;
    height: 50px;
    left: 15px;
    top: 40%;
    position: absolute;
    text-align: center;
    background: rgba(0,0,0,.4);
    color: #fff;
    z-index: 1;
}
.carousel-arrow a.carousel-next {
    left: auto;
    right: 16px;
}
.carousel-arrow a i {
    font-size: 28px;
    line-height: 48px;
}
.carousel-arrow a.carousel-prev:hover, .carousel-arrow a.carousel-next:hover{
    color: #16D1AC;
}
.carousel-bullet {
    text-align: center;
    margin-top: 20px;
    line-height: 1;
    display: none !important;
}
.carousel-bullet a {
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 8px;
    height: 8px;
}
.carousel-bullet a.selected, .carousel-bullet a:hover {
    background: #000;
}
.waves-carousel-testimonial .carousel-bullet, .waves-carousel-twitter .carousel-bullet {
    display: block !important;
    margin-top: 10px;
}

/* Post Carousel Element */
.waves-carousel-post.list_carousel li {
    width: 262px;
}


/* Partner Carousel Element */
.waves-carousel-partner.list_carousel li {
    width: 165px;
    text-align: center;
}
.waves-carousel-partner .caroufredsel_wrapper li{
    margin: 30px 15px !important;
}

/* Tooltip*/
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    -o-transition: top 0.4s ease;
    -ms-transition: top 0.4s ease;
    transition: top 0.4s ease;
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

/* Portfolio Carousel Element */
.waves-carousel-portfolio .carousel-thumbnail {
    margin-bottom: 20px;
}
.col-md-12 > .row > .carousel-container.col-md-12 .carousel-arrow a.carousel-prev,.col-md-12 > .row > .carousel-container.col-md-12 .carousel-arrow a.carousel-next {
    position: absolute;
    background: url(assets/img/plus-icon.png);
    background-repeat: no-repeat;
}
.col-md-12 > .row > .carousel-container.col-md-12 .carousel-arrow a.carousel-prev{
    right: auto;
    left: -55px;
    background-position: -12px -87px;
}
.col-md-12 > .row > .carousel-container.col-md-12 .carousel-arrow a.carousel-next{
    right: -55px;
    left: auto;
    background-position: -6px -172px;
}
.col-md-12 > .row > .carousel-container.col-md-12 .carousel-arrow a.carousel-prev i,.col-md-12 > .row > .carousel-container.col-md-12 .carousel-arrow a.carousel-next i {
    display: none;
}
.waves-portfolio .portfolio-overlay-icon {
    width: 100%;
    height: 100%;
    position: relative;
}
.waves-carousel-portfolio .list_carousel li {
    width: 360px;
}
.waves-carousel-portfolio .portfolio-meta a,
.waves-portfolio .portfolio-meta a {
    font-size: 13px;
    color: #666;
}
.waves-carousel-portfolio .portfolio-meta a:hover,
.waves-portfolio .portfolio-meta a:hover {
    color: #16d1ac;
}
.waves-carousel-portfolio .carousel-content,
.waves-portfolio .portfolio-content {
    position: relative;
    padding-right: 50px;
}
.waves-carousel-portfolio .likeit,
.waves-portfolio .likeit {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


/* Portfolio Like it */

.likeit:hover {
    color: #fe4743;
}
.likeit i {
    margin-right: 5px;
    font-size: 14px;
}
.likeit span {
    font-size: 13px;
    font-weight: bold;
}
.likeit.liked .fa-heart-o:before {
    content: '\f004';
}
article.single-portfolio .likeit {
    cursor: pointer;
    margin-bottom: 5px;
}




/* Portfolio */
#main .portfolio-single-full [class*="col-md"] {
    margin-top: 0;
}
.waves-portfolio h2.portfolio-title{
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.waves-portfolio h2.portfolio-title a{
    color: #000;
}
.waves-portfolio h2.portfolio-title a:hover{
    color: #16D1AC;
}
.waves-portfolio .portfolio-block{
    padding-bottom: 20px;
}
.portfolio-thumb {
    width: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.portfolio-cats {
    margin-bottom: 30px;
}
.portfolio-cats p {
    margin-bottom: 0;
}
.portfolio-cats a,.portfolio-cats a:hover{
    color: #4f4f4f;
}
.portfolio-cats i {
    padding-right: 5px;
}
a.live-preview {
    padding: 8px 10px;
    color: #4F4F4F;
    font-weight: normal;
    border: 1px solid #DBDBDB;
    font-size: 11px;
}

/* Portfolio style2 */
.waves-portfolio.style2 .portfolio-block{
    padding: 20px;
    background: #f2f2f2;
}

/* Portfolio Animation */
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


/* Portfolio filter */
.portfolio-filter ul {
    margin: 0 0 45px;
    display: inline-block;
    padding: 0;
}
.portfolio-filter ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.portfolio-filter li a{
    font-family: 'Oswald' ,sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    padding: 13px 15px;
    color: #000;
    float: left;
    line-height: 1;
    border: 1px solid #dbdbdb;
    border-right: none;
}
.portfolio-filter li:first-child a{
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.portfolio-filter li:last-child a{
    border-right: 1px solid #dbdbdb;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.portfolio-filter li a.selected, .portfolio-filter li a.selected:hover{
    background: #16d1ac;
    color: #fff;
    border: 1px solid #16d1ac;
    margin-right: -1px;
}
.portfolio-filter li:hover a{
    color: #16d1ac;
}


/* Related portfolios */

#main .related_portfolios .waves-portfolio, #main .related_portfolios article.portfolio {
    margin-top: 0;
    margin-bottom: 0;
}




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

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



/* Divider Element */

.tw-divider-space{
    text-align: center;
}
.tw-divider {
    position: relative;
    margin: 0;
}
.tw-divider div {
    height: 1px;
    background: #bdc3c7;
}
.tw-divider i{
    position: absolute;
    left: 50%;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    top: -21px;
    margin-left: -21px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tw-divider h6{
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -9px;
    font-size: 11px;
}
.tw-divider span{
    font-weight: normal;
    padding: 13px 30px;
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.tw-divider.divider-top i, .tw-divider.divider-top span{
    cursor: pointer;
}
.tw-divider.divider-top span{
    padding: 8px 6px;
}
.tw-divider.divider-top h6 {
    font-weight: normal;
    font-size: 9px;
    top: -7px;
}
.tw-divider.divider-right h6{
    text-align: right;
}
.tw-divider.divider-left h6{
    text-align: left;
}
.tw-divider.divider-right i{
    left: auto;
    margin-right: 15px;
    right: 0;
}
.tw-divider.divider-left i{
    left: 0;
    margin-left: 15px;
}


/* Heading Element */

#main .waves-heading{
    position: relative;
    text-align: center;
    margin-bottom: -40px;
}
.waves-heading .heading-title{
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
}
.waves-heading .heading-title .title-seperator{
    width: 60px;
    height: 2px;
    background: rgba(0,0,0,.08);
    display: block;
    margin: 15px auto 18px;
}
.waves-heading.center p {
    max-width: 800px;
    margin: 0 auto;
}
#main .waves-heading.left {
    text-align: left;
}
.waves-heading.left .title-seperator {
    margin-left: 0;
}
#main .waves-heading.right {
    text-align: right;
}
.waves-heading.right .title-seperator {
    margin-right: 0;
}




/* History Element */

.history-container{
    position: relative;
    text-align: center;
}
.history-items{
    display: inline-block;
}
.waves-history .history-group{
    position: relative;
    min-height: 150px;
    margin: 0 !important;
    text-align: center;
    z-index: 2;
    width: 190px;
    float: left;
    padding: 0 15px;
}
.waves-history .history-year{
    position: relative;
    top: 40px;
    margin: auto;
    width: 70px;
    height: 70px;
    line-height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #ecf0f1;
    border: 7px solid #ecf0f1;
}
.waves-history .history-year:after{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #ecf0f1;
    border-width: 12.5px;
    margin-left: -12.5px;
}
.waves-history .bottom .history-year:after{
    top: 100%;
    bottom: auto;
    border-bottom-color: transparent;
    border-top-color: #ecf0f1;
}
.waves-history .history-title{
    line-height: 1;
    bottom: 0;
    top: auto;
    position: absolute;
    display: block;
    width: 85%;
    font-size: 13px;
    font-style: italic;
}
.waves-history .top .history-title{
    bottom: auto;
    top: 0;
}
.waves-history .history-bg{
    display: block;
    position: absolute;
    top: 75px;
    width: 100%;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ecf0f1;
}



/* Coming Soon */
.tw-cs-container .tw-logo{
    display: block;
}
.tw-cs-container{
    background: #fff;
    padding: 60px 0;
    text-align: center;
    margin: 0;
}
.page-template-page-comingsoon-php #main{
    padding: 150px 0;
    background: transparent;
}
.page-template-page-comingsoon-php h1,
.tw-coming-soon h1{
    margin: 15px 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: normal;
}
.tw-coming-soon .days,
.tw-coming-soon .hours,
.tw-coming-soon .minutes,
.tw-coming-soon .seconds {
    position: relative;
    color: #fff;
    font-weight: normal;
    background: #16D1AC;
    width: 108px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.tw-coming-soon .count {
    font-size: 36px;
    line-height: 1;
    padding: 20px 0;
}
.tw-coming-soon .text{
    line-height: 1;
    padding: 10px 20px 20px 20px;
}
.tw-coming-soon span.coming-soon{
    width: 62px;
    height: 0px;
    display: block;
    margin-left: 16px;
    border-top: 1px solid rgba(0,0,0,.15);
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.tw-coming-soon, .subscribe-container input {
    display: inline-block;
}
.subscribe-container input.btn{
    background: #787d82;
}
.subscribe-container input{
    padding: 15px 20px;
    margin: 0;
    margin-right: 10px;
}
.tw-coming-soon>div{
    float:left;
}
.tw-coming-soon>.sep{
    font-size: 48px;
    padding: 25px 20px;
    line-height: 1;
    color: #16D1AC;
}
.tw-coming-soon-content {
    width: 700px;
    margin: 20px auto;
}



/* List Element */

ul.waves-list{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.waves-list>li>i{
    margin-right: 10px;
    color: #a4a4a4;
    font-size: 14px;
}
ul.waves-list li{
    line-height: 2;
}



/* Message Box Element*/
.alert{
    position: relative;
    margin-bottom: 6px;
    padding: 12px 20px;
    background-color: #dbdbdb;
    text-shadow: none;
    color: #95a5a6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.alert:last-child{
    margin-bottom: 0;
}
.alert-success{
    background-color: #e0f0d8;
    color: #468847;
}
.alert-info{
    background-color: #d8edf7;
    color: #3a87ad;
}
.alert-warning{
    background-color: #fcf7e3;
    color: #c09953;
}
.alert-danger{
    background-color: #f2dede;
    color: #b94a48;
}
.alert .close{
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    background: rgba(0, 0, 0, 0);
    padding: 1px 0px 1px 20px;
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.alert .close:hover{
    opacity: 0.8;
}
.alert .close:focus{
    outline: none;
}


/* Milestone Element */

.tw-milestones-count>.tw-milestones-show{
    position: relative;
    float: left;
    overflow: hidden;
    width: 25px;
    height: 45px;
    top: 0;
    left: -3px;
}
.tw-milestones-count>.tw-milestones-show>ul{
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
}
.tw-milestones-count{
    text-align: left;
    color: #000;
    font-weight: 100;
    font-size: 42px;
    line-height: 1;
}
.waves-milestone .tw-milestones-icon.float-left,.waves-milestone .tw-milestones-content.float-left{
    float: left;
}
.waves-milestone .tw-milestones-icon.centered,.waves-milestone .tw-milestones-content.centered{
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.waves-milestone .tw-milestones-content.centered .tw-milestones-count{
    display: inline-block;
    *display: inline;
    text-align: center;
}
.waves-milestone .tw-milestones-icon{
    margin-right: 25px;
}
.tw-milestones-show ul li{
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
}
.tw-milestones-show ul li:last-child{
    margin-bottom: 0;
}
.tw-milestones-content span{
    display: block;
}



/* Price Block Element */
.pricing-box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    border: solid 1px #dbdbdb;
    text-align: center;    
}
.pricing-box .pricing-header{
    position: relative;
    overflow: hidden;
    padding: 20px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-color: #dbdbdb;
    -webkit-box-shadow: inset 0 35px rgba(255,255,255,.15);
    -moz-box-shadow: inset 0 35px rgba(255,255,255,.15);
    box-shadow: inset 0 35px rgba(255,255,255,.15);
}
.pricing-box .pricing-header .featured{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: -35px;
    top: 10px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    background: #FF5744;
    width: 120px;
    padding: 3px 10px;
    color: #FFF;
    text-transform: uppercase;
}
.pricing-header h1 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0 1px rgba(255,255,255,.7);
}
.pricing-header p {
    font-family: Georgia, serif;
    font-style: italic;
    margin-bottom: 0;
    text-shadow: 0 1px rgba(255,255,255,.7);    
}
.pricing-box .pricing-top{
    padding: 22px 0 28px;
    border-bottom: 1px solid #dbdbdb;
}
.pricing-top h4{
    font-weight: normal;
    display: inline-block;
    position: relative;
    font-size: 48px;
    line-height: 1;
    padding-left: 20px;
}
.pricing-top h4 span{
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 7px;
}
.pricing-top h5{
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #16d1ac;
    margin-bottom: 0;
}
.pricing-content ul {
    margin: 0;
    padding: 0;
}
.pricing-content ul li{
    font-family: Georgia, serif;
    font-style: italic;
    padding: 11px 20px;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #dbdbdb;
}
.pricing-column .pricing-footer{
    padding: 20px 0px;
    position: relative;
    text-align: right;
}
.pricing-footer a{
    position: relative;
    right: -7px;
    background: #16d1ac;
    padding: 10px 17px;
    margin: 0;
}
.pricing-footer a:after{
    position: absolute;
    content: "";
    right: 0;
    bottom: -7px;
    width: 0px;
    height: 0px;
    border-left: 0px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #16d1ac;
    -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;
}
.pricing-footer a:hover:after{
    border-top-color:rgba(43, 53, 62, 0.4);
}
.pricing-footer .btn-shadow {
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 7px;
    height: 7px;
    background: url(assets/img/price-btn.png);
    z-index: 9;
}
.pricing-footer .arrow{
    position: absolute;
    top: 0;
    left: 0;
    border-top: 17px solid rgba(0, 0, 0, 0);
    border-bottom: 17px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #FFF;
}




/* Process Element */
.waves-process{
    text-align: center;
}
.process-container{
    display: inline-block;
}
.process-group{
    position: relative;
    width: 190px;
    margin: 40px 0px;
    float: left;
}

.process-group:last-child .fa{
    display: none;
}
.process-group .process-icon{
    position: absolute;
    top: 50%;
    font-size: 24px;
    margin-top: -13px;
    right: -6px;
    color: #bdbdbd;
}
.process-title,
.process-number{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
}
.process-number{
    position: absolute;
    top: 0;
    left: 35px;
    font-weight: normal;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #2b353e;
    color: #fff;
}
.process-title{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    line-height: 1;
    font-size: 14px;
    padding: 50px 20px;
}


/* Progress bar Element */

@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{overflow:hidden;height:16px;margin-bottom:16px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.waves-progress .bar{width:0%;height:12px;color:#ffffff;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;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{
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    box-shadow: inset 0 -1px rgba(0,0,0,.2);
}
.waves-progress .bar-container{
    overflow: hidden;
    background-color: #eaeaea;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,1,1,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,1,1,.1);
    box-shadow: inset 0 1px 2px rgba(0,1,1,.1);
}
.waves-progress{
    margin-bottom: 10px;
}
.waves-progress:last-child{
    margin-bottom: 0;
}
.progress-title{
    font-weight: normal;
    position: relative;
    font-size: 11px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.progress .bar.tw-bi {
    background-image: none;
}


/* Service Element */

.tw-service-box{
    padding-bottom: 30px;
}
.left-service,.tw-service{
    display: inline-block;
    *display: inline;
}
.tw-service-box:last-child{
    padding-bottom: 0;
}
.tw-service-box .tw-service-icon{
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.tw-service-box.left-service .tw-service-icon{
    float: left;
}
.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{
    margin-bottom: 20px;
    margin-top: 2px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}
.tw-service-content a:before{
    font-family: FontAwesome;
    content: "\f101";
    margin-right: 10px;
    color: #16d1ac;
}
.tw-service-content a {
    color: #666;
}
.tw-service-content h3 a{
    color: #aaa;
}
.tw-service-content h3 a:hover{
    color: #2b353e;
}
.tw-service-box.style-3 .tw-service-icon{
    margin: 0;
}
.tw-service-box.style-3 .tw-service-content h3{
    margin-top: 13px;
}
.tw-service-box.style-3 .tw-service-content p{
    margin-top: 10px;
}
.tw-service-box.style-4{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0,0,0,.6);
    border: solid 1px rgba(0,0,0,.8);
    padding: 0 25px 20px;
}
.tw-service-box.style-4 .tw-service-content h3{
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.3);
    font-size: 14px;
    text-transform: uppercase;
}
.tw-service-box.style-4 .tw-font-icon{
    -webkit-box-shadow: 0 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px rgba(0,0,0,.3);
    box-shadow: 0 1px rgba(0,0,0,.3);
}
.tw-service-box.style-4 .service-title-sep{
    margin: 13px auto;
    width: 40px;
    height: 1px;
    background-color: rgba(255,255,255,.25);
}
.tw-service-box.style-4 .tw-service-content p{
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.3);
    margin-bottom: 20px;
}
.tw-service-box.style-4 .tw-service-content > a {
    color: #fff;
    display: block;
    padding-bottom: 9px;
}
.tw-service-box.style-4 .tw-service-content > a:hover {
    color: #16d1ac;
}

.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;
}




/* Tab Element */

.nav-tabs,.nav-tabs>li span,.nav-tabs>li i{
    display: inline-block;
}
.nav-tabs {
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    background-color: #fff;    
}
.nav-tabs>li{
    float: left;
    line-height: 1;
    border: 1px solid #dbdbdb;
    border-right: none;
}
.nav-tabs>li:first-child{
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.nav-tabs>li:last-child{
    border-right: 1px solid #dbdbdb;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.nav-tabs>li.with-icon span{
    padding: 13px 18px 13px 9px;
}
.nav-tabs>li.with-icon i{
    font-size: 14px;
    padding: 0 0 0 18px;
}
.nav-tabs>li span{
    padding: 13px 18px;
    font-family: 'Oswald' ,sans-serif;
    font-weight: normal;    
    font-size: 11px;
    text-transform: uppercase;

    -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;
}
.nav-tabs>li span,.nav-tabs>li i{
    color: #000;
}
.nav-tabs>li.active{
    position: relative;
    background: #16d1ac;
    border: 1px solid #16d1ac;
    z-index: 2;
    margin-right: -1px;
}
.nav-tabs>li.active span,.nav-tabs>li.active i, .nav-tabs>li.active:hover span,.nav-tabs>li.active:hover i{
    color: #fff;
}
.nav-tabs>li:hover span,.nav-tabs>li:hover i{
    color: #16d1ac;
}
.tab-content>.tab-pane{
    text-align: justify;
    display: none;
}
.tab-content>.tab-pane p:last-child{
    margin: 0;
}
.tab-content>.active{
    display: block;
}
.tab-init{
    opacity: 0;
}
.tab-content{
    min-height: 100px;
    padding-top: 15px;
    overflow: auto;
}

.tabs-left>.nav-tabs {
    float: left;
}
.tabs-right>.nav-tabs {
    float: right;
}
.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
    border: 1px solid #dbdbdb;
    border-bottom: none;
}
.tabs-left>.nav-tabs>li:last-child,
.tabs-right>.nav-tabs>li:last-child{
    border-bottom: 1px solid #dbdbdb;
}
.tabs-left>.nav-tabs>li:first-child, .tabs-right>.nav-tabs>li:first-child {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
.tabs-left>.nav-tabs>li:last-child, .tabs-right>.nav-tabs>li:last-child {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.tabs-left>.nav-tabs>li.active,
.tabs-right>.nav-tabs>li.active{
    margin-right: 0;
    margin-bottom: -1px;
}
.tabs-left .tab-content>.tab-pane{
    margin-top: -20px;
}
.tabs-left .tab-content{
    padding: 0;
    padding-left: 25px;
}
.tabs-right .tab-content{
    padding: 0;
    padding-right: 25px;
}



/* Team Element */

.waves-team .member-title h2{
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}
.waves-team .member-image{
    margin-bottom: 20px;
}
.waves-team .member-title .title-sep{
    display: block;
    width: 30px;
    height: 1px;
    background-color: #dbdbdb;
    margin: 15px 0 10px;
}
.waves-team .member-pos{
    margin-bottom: 10px;
}
.waves-team .member-social .tw-social-icon{
    position: absolute;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    height: 36px;
    width: 100%;
}
.waves-team .member-social{
    position: relative;
    height: 100%;
    width: 100%;
}
.member-social .tw-social-icon a{
    border: 2px solid rgba(255,255,255,.5);
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    background: transparent;
    margin-right: 2px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.member-social .tw-social-icon a:last-child{
    margin-right: 0;
}
.member-social .tw-social-icon a:hover{
    background: #fff;
    color: #16d1ac;
}




/* Testimonial Element */
.testimonial-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 25px;
}
.testimonial-item:last-child {
    margin-bottom: 0;
}
.testimonial-thumb {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #16d1ac;
    background-position: center;
    background-size: cover;
    line-height: 70px;
    text-align: center;
    color: #fff;
}
.testimonial-thumb i {
    font-size: 14px;
}
.testimonial-content {
    border: 1px solid #dbdbdb;
    padding: 15px 20px;
    font-style: italic;
}
.testimonial-item:after{
    position: absolute;
    content: "";
    background: url(assets/img/test-arrow.png) no-repeat center center;
    left: 68px;
    top: 16px;
    width: 50px;
    height: 25px;
    border: none;
}
.testimonial-author {
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
}
.testimonial-author a {
    font-weight: normal;
    color: #000;
}
.testimonial-author a:hover {
    color: #16d1ac;
}


/* Text Carousel Element*/

.waves-carousel-text{
    margin: 0 auto !important;
}

/* Text Carousel in One Page Header */
.onepage-header-container .waves-carousel-text .text-carousel-content{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 62px;
    line-height: 68px;
    font-weight: 100;
    letter-spacing: -2px;
}

/* Twitter Element*/

ul.jtwt, aside.widget ul.jtwt { position: relative; list-style: none; margin: 0;padding-left: 70px;}
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: 2px;
    color: #16d1ac;
    background: #fff;
    content: "\f099";
    text-decoration: inherit;
    font-size: 16px;
    font-family: FontAwesome;
    speak: none;
    width: 52px;
    height: 52px;
    text-align: center;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 10px;

}
.jtwt_loader { font-weight: normal; }
.twitter-follow {
    margin-left: 70px;
    display: inline-block;
}
aside.widget .twitter-follow { margin-top: 30px; }
.twitter-follow a {
    background: #fff;
    color: #000;
    font-family: 'Oswald' ,sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 12px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.twitter-follow a:hover {
    background: #16d1ac;
    border-color: #16d1ac;
    color: #fff;
}
aside.widget .twitter-follow a:hover {
    color: #fff;
}



/* Twitter and Testimonial Carousel Element*/

.waves-carousel-twitter,
.waves-carousel-testimonial{
    text-align: center;
}
.waves-carousel-twitter .twitter-follow,
.waves-carousel-twitter .waves-carousel,
.waves-carousel-twitter .waves-carousel li,
.waves-carousel-testimonial .waves-carousel,
.waves-carousel-testimonial .waves-carousel li
{
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    text-align: center;    
}
.waves-carousel-twitter .waves-carousel li,
.waves-carousel-testimonial .waves-carousel li{
    float: none;
    opacity: 1;
}
.waves-carousel-twitter .waves-carousel li:first-child,
.waves-carousel-testimonial .waves-carousel li:first-child{
    opacity: 1;
}
.waves-carousel-twitter li > p,
.waves-carousel-testimonial li > p{
    max-width: 800px;
    margin: 0 auto;
}

/* Twitter Carousel Element*/

.waves-carousel-twitter .twitter-follow{
    margin: 30px 0 20px 0;
}
.waves-carousel-twitter .twitter-follow a{
    color: #000;
    background: #fedd55;
    border: none;
}
.waves-carousel-twitter .twitter-follow a:hover{
    background: #fff;
}
.waves-carousel-twitter .waves-carousel li:before{
    display: none;
}

/* Testimonial Carousel Element*/

.waves-carousel-testimonial .testimonial-author{
    display: inline-block;
    position: relative;
    padding-left: 90px;
    margin-top: 25px;
    min-height: 70px;
    text-align: left;
}
.waves-carousel-testimonial .testimonial-author h6{
    font-size: 13px;
    margin: 15px 0 0;
}



/* Page Builder Elements End */

/* Image Overlay */
.image-overlay {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(22, 209, 172, 0.9);
    text-align: center;
    opacity: 0;

    -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;
    -webkit-backface-visibility: hidden;
}
.image-overlay .plus-icon{
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background: url(assets/img/plus-icon.png);
}
.overlay-container{
    overflow: hidden;
    position: relative;
    zoom: 1;
    z-index: 9;
}
.overlay-container img{
    display: block;

    -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;
    -webkit-backface-visibility: hidden;
}
.overlay-container:hover img{
    -webkit-transform: scale(1.1) rotateZ(-3deg);
    -moz-transform: scale(1.1) rotateZ(-3deg);
    -ms-transform: scale(1.1) rotateZ(-3deg);
    -o-transform: scale(1.1) rotateZ(-3deg);
    transform: scale(1.1) rotateZ(-3deg);
}
.overlay-container:hover .image-overlay {
    opacity: 1;
}
.overlay-container .overlay-content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -40px;
    padding: 20px;
}

/* Page Builder Title */
.waves-title h3{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 0 25px 20px 0;
}
.waves-title .title-bg {
    display: inline-block;
    height: 4px;
    margin-bottom: 4px;
    border-bottom: 1px dotted #dbdbdb;
    border-top: 1px dotted #dbdbdb;
}
.center .waves-title{
    text-align: center;
}
.center .waves-title h3{
    margin-left: 25px;
}

/* Right position */
.right .waves-title{
    text-align: right;
}




/* Blog */

.waves-blog article.hentry {
    position: relative;
    margin-bottom: 80px;
}
.waves-blog article.hentry:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
div.entry-meta{
    border: 1px solid #DBDBDB;
    border-right: none;
    border-left: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Open Sans' , sans-serif;
    color: #A4A4A4;
    line-height: 1.428571429;
}
div.entry-meta > span{
    display: inline-block;
    *display: inline;
    padding: 10px;
    border-right: 1px solid #DBDBDB;
}
div.entry-meta > span a{
    color: #A4A4A4;
}
div.entry-meta > span.comment-count{
    border-right: none;
    border-left: 1px solid #DBDBDB;
    float: right;
}
.entry-title,.entry-meta,.entry-media,.entry-thumbnail{
    margin-bottom: 20px;
}
.entry-media img,.entry-thumbnail img{
    width: 100%;
}
.entry-title a,.entry-title{
    font-size: 24px;
    font-weight: normal;
    color: #000000;
}
.entry-title a:hover,div.entry-meta > span a:hover,h3.carousel-title a:hover{
    color: #16d1ac;
}
.waves-blog .entry-gallery, .waves-blog .entry-image, .waves-blog .entry-video, .waves-blog .entry-audio {
    margin-bottom: 15px;
}

/* Grid Blog */
#main .waves-blog.grid-blog {
    margin-top: 25px;
}
#main .waves-blog.grid-blog article.hentry {
    margin: 15px 0;
}
.waves-blog.grid-blog .entry-title a, .waves-blog.grid-blog .entry-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.waves-blog.grid-blog .entry-thumbnail {
    margin-bottom: 10px;
}
.waves-blog.grid-blog .entry-meta > .author, .waves-blog.grid-blog .entry-meta > .comment-count {
    display: none;
}
.waves-blog.grid-blog div.entry-meta {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-top: none;
}
.waves-blog.grid-blog div.entry-meta > span {
    border: none;
    padding: 0 5px 0 0;
}
.waves-blog.grid-blog .link-content, .waves-blog.grid-blog .format-quote blockquote {
    padding: 30px 20px;
}
.waves-blog.grid-blog h2.link-text, .waves-blog.grid-blog h2.link-text a, .waves-blog.grid-blog .format-quote h2{
    font-size: 16px;
}
.waves-blog.grid-blog .sub-title,.waves-blog.grid-blog .format-quote .sub-title{
    font-size: 10px;
}

/* Link post format , Quote post format */

.format-link .link-content,.format-quote blockquote{
    background-color: #F2F2F2;
    margin: 0;
    padding: 50px 20px;
    text-align: center;
}
.format-link h2.link-text, .format-link h2.link-text a, .format-quote h2{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    max-width: 520px;
    margin: 0 auto 10px;
}
.format-link .sub-title, .format-quote .sub-title {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: normal;
    color: #A4A4A4;
}

/* Status post format */
.format-status iframe.twitter-tweet {    
    margin: 0 !important;
    display: inline !important;
    border-color: #d0d3d6 !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;
    /*width: 100%;*/
}
.image-slide-container, .fixing{
    position: relative;
}
.image-slide .image-item {
    opacity: 0;
    position: absolute;
}
.image-slide .image-item img {
    width: 100%;
}
.image-slide .image-item:first-child {
    opacity: 1;
    position: static;
}
.image-slide-container .carousel-arrow a.carousel-prev, .image-slide-container .carousel-arrow a.carousel-next {
    top: auto;
    bottom: 0;
    background: none;
    height: 30px;
    width: 10px;
}
.image-slide-container .carousel-arrow a i {
    font-size: 14px;
    line-height: 1;
}
.image-slide-bullet {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
    text-align: center;
    padding: 6px 0;
}
.image-slide-bullet a {
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 8px;
    height: 8px;   
}
.image-slide-bullet a.selected, .image-slide-bullet a:hover {
    background: #fff;
}


/* Gallery Element */
.waves-gallery.three_cols .gallery-item {
    width: 33.3%;
}
.waves-gallery.four_cols .gallery-item {
    width: 24.9%;
}
.waves-gallery.five_cols .gallery-item {
    width: 19.9%;
}
.waves-gallery a {
    display: block;
    position: relative;
    line-height: 1;
}
.waves-gallery a:hover .image-overlay {
    opacity: 1;
}
.waves-gallery img {
    vertical-align: initial;    
}



/* Blockquote Main */
.entry-content blockquote{
    border-left: 5px solid #dbdbdb;
    padding-left: 30px;
    margin: 0 100px;
    color: #000;
    font-size: 14px;
}

/* Pagination */

.waves-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
.waves-pagination ul.page-numbers li {
    list-style: none;    
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #bdc3c7;
    border-left: none;
}
.waves-pagination ul.page-numbers li:first-child{
    border-left: 1px solid #bdc3c7;
}
.waves-pagination ul.page-numbers li a, .waves-pagination ul.page-numbers li{
    display: block;
    color: #2b353e;
    width: 41px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.waves-pagination ul.page-numbers li span.current{
    display: block;
    margin: -1px;
    background: #16d1ac;
    color: #fff;
}
.waves-pagination ul.page-numbers li a:hover{
    color: #16d1ac;
}


/* One Page Header */
.onepage-header-container .carousel-arrow{
    display: none;
}
.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 .waves-heading .sub-title,
.dark .tw-service-box h3,
.dark .carousel-arrow a.carousel-prev:hover,.dark .carousel-arrow a.carousel-next:hover,
.dark .waves-history .history-title,
.dark .progress-title,
.dark .tw-milestones-count,
.dark .process-group .fa,
.dark .waves-carousel-twitter .fa-twitter,
.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 .carousel-arrow a.carousel-prev,
.dark .carousel-arrow a.carousel-next{
    color: #fff;
}
.dark ul.jtwt li:before{
    color: #fff;
}

.dark .carousel-bullet a.selected,.dark .carousel-bullet a:hover,
.dark .waves-heading .heading-title .title-seperator,
.dark .waves-history .history-bg,
.dark .waves-history .history-year{
    background: #fff;
}
.dark .waves-history .history-year:after{
    border-color: #fff;
}

.dark .carousel-bullet a,
.dark .tw-divider,
.dark .symbol .square{
    border-color: #fff;
}
.dark .tw-service-box.style-4{
    background-color: rgba(255,255,255,.25);
    border: solid 1px rgba(255,255,255,.4);
}


/* Margin & Helper Classes */

.no-bottom{
    margin-bottom: 0 !important;
}
.no-top{
    margin-top: 0 !important;
}
.no-margin{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.align-center{
    text-align: center;
}
.align-left,
.align-left .waves-heading{
    text-align: left;
}
.align-right,
.align-right .waves-heading{
    text-align: right;
}


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

/* Map */

.waves-map iframe{
    min-width: 100%;
    min-height: 400px;
}
/* Infinite Scroll */

.tw-infinite-scroll a{
    display: inline-block;
    width: 72px;
    height: 72px;
    background-color: #16d1ac;
    border: 6px solid #ECF0F1;
    line-height: 60px;
    font-size: 30px;
    font-weight: 100;
    margin-top: 30px;
    color: #fff;
}
.tw-infinite-scroll a:hover{
    color: #16d1ac;
    background-color: #fff;
}
.tw-infinite-scroll>.loading,
.tw-infinite-scroll[data-has-next="false"]>.next,
.tw-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
}
.tw-infinite-scroll>a.next>i{
    margin-right: 10px;
}

.row-container{
    background-position: 50% 50%;
}

/* CF7 */

.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
    margin: 0;
    padding: 5px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
    box-shadow: inset 0 1px 1px rgba(0,1,1,.1);
}
.wpcf7 textarea{
    max-height: 150px;
}

/* Shortcodes */
.tw-element.waves-shortcode{
    display: inline-block;
    *display: inline;
}
.tw-element.image-slide-container.waves-shortcode{
    display: block;
}

/* Sidebar */
#sidebar aside.widget ul.menu li{
    display: block;
}
aside.widget ul.menu li[class*="fa-"] a{
    padding-left: 10px;
}
aside.widget ul.menu li:before{
    font-family: 'Fontawesome';
    width: 18px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}


.accordionPro{font-size:16px;line-height:24px;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;-webkit-text-size-adjust:100%}.accordionPro,.accordionPro *{margin:0;padding:0;border:0;vertical-align:baseline;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.accordionPro>ol{position:relative;overflow:hidden;width:100%;height:100%;margin:0;padding:0;list-style:none}.accordionPro,.accordionPro .slide{-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.accordionPro .slide{list-style:none;position:absolute;width:100%;height:100%;overflow:hidden}.accordionPro .slide>h2{-webkit-backface-visibility:hidden;color:black;font-size:16px;font-weight:normal;line-height:24px;margin:0;z-index:100;position:absolute;top:0;left:0}.accordionPro .slide>h2 span{display:block;height:90%;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accordionPro .slide>h2 b{display:inline-block;position:absolute}.accordionPro .slide>h2:hover{cursor:pointer}.accordionPro .slide>div{width:100%;height:100%;position:absolute;top:0;overflow:hidden;background:white}.accordionPro .ap-caption{padding:10px 15px;position:absolute;bottom:20px;right:30px;background:black;background:rgba(0,0,0,0.7);color:white;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:none}.accordionPro noscript p{padding:10px;margin:0;background:white}.accordionPro.scaleImages .slide>div img{width:100%;height:auto}.accordionPro.vertical.fitToContent .slide>div{overflow:visible;height:auto}.accordionPro.rtl{text-align:right}.accordionPro.rtl .slide>h2{left:auto;right:0}.accordionPro.rtl .slide>div{direction:rtl}.accordionPro.horizontal .slide>h2{-webkit-transform:translateX(-100%) rotate(-90deg) translateZ(0);-webkit-transform-origin:right top;-moz-transform:translateX(-100%) rotate(-90deg) translateZ(0);-moz-transform-origin:right top;-o-transform:translateX(-100%) rotate(-90deg);-o-transform-origin:right top;transform:translateX(-100%) rotate(-90deg) translateZ(0);transform-origin:right top}.accordionPro.horizontal .slide>h2 span{margin-top:5px;padding-right:8%;text-align:right}.accordionPro.horizontal .slide>h2 b{top:13%;left:8%;text-align:center;-webkit-transform:rotate(90deg) translateZ(0);-moz-transform:rotate(90deg) translateZ(0);-o-transform:rotate(90deg);transform:rotate(90deg) translateZ(0)}.accordionPro.horizontal.rtl .slide>h2{-webkit-transform:translateX(100%) rotate(90deg) translateZ(0);-webkit-transform-origin:left top;-moz-transform:translateX(100%) rotate(90deg) translateZ(0);-moz-transform-origin:left top;-o-transform:translateX(100%) rotate(90deg);-o-transform-origin:left top;transform:translateX(100%) rotate(90deg) translateZ(0);transform-origin:left top}.accordionPro.horizontal.rtl .slide>h2 b{-webkit-transform:rotate(-90deg) translateZ(0);-moz-transform:rotate(-90deg) translateZ(0);-o-transform:rotate(-90deg);transform:rotate(-90deg) translateZ(0)}.accordionPro.horizontal.rtl .slide>h2 span{padding-left:8%;padding-right:0;text-align:left}.accordionPro.horizontal.rtl .slide>h2 b{left:auto;right:8%}.accordionPro.horizontal.dark,.accordionPro.horizontal.light{padding:5px 5px 6px 0}.accordionPro.horizontal.dark .slide.selected>h2 b{background:#383838;background:-moz-linear-gradient(top,#3a3a3a 0,#363636 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3a3a3a),color-stop(100%,#363636));background:-webkit-linear-gradient(top,#3a3a3a 0,#363636 100%);background:-o-linear-gradient(top,#3a3a3a 0,#363636 100%);background:-ms-linear-gradient(top,#3a3a3a 0,#363636 100%);background:linear-gradient(top,#3a3a3a 0,#363636 100%)}.accordionPro.horizontal.light .slide>h2 b{color:#909090;text-shadow:-1px 1px 0 white}.accordionPro.horizontal.dark .slide>div,.accordionPro.horizontal.light .slide>div{margin-left:5px}.accordionPro.horizontal.rtl.dark .slide>div,.accordionPro.horizontal.rtl.light .slide>div{margin:0 5px 0 0}.accordionPro.horizontal.rtl.dark .slide>h2 span,.accordionPro.horizontal.rtl.light .slide>h2 span{margin:0}.accordionPro.horizontal.rtl.dark .slide>h2 b{top:1px}.accordionPro.horizontal.rtl.dark .slide.selected>h2 b{background:#525252}.accordionPro.horizontal.rtl.light .slide>h2 b{background:#eee;top:1px}.accordionPro.horizontal.rtl.light .slide.selected>h2 b{background:white}.accordionPro.horizontal.stitch{padding:5px 0 5px 5px}.accordionPro.horizontal.stitch .slide>div{margin-right:6px}.accordionPro.horizontal.rtl.stitch{padding:5px 5px 5px 0}.accordionPro.horizontal.rtl.stitch .slide.selected>h2:after{right:auto;left:38px}.accordionPro.vertical .slide>h2{width:100%}.accordionPro.vertical .slide>h2 span{padding-left:4%}.accordionPro.vertical .slide>h2 b{top:1px;right:5%}.accordionPro.vertical.rtl .slide>h2 span{padding-left:0;padding-right:4%;text-align:right}.accordionPro.vertical.rtl .slide>h2 b{right:auto!important;left:5%!important;text-align:left!important}.accordionPro.vertical.basic .slide>h2{line-height:285%}.accordionPro.vertical.dark,.accordionPro.vertical.light{padding:5px;padding-bottom:0}.accordionPro.vertical.dark{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.4);-moz-box-shadow:0 5px 15px rgba(0,0,0,0.4);-o-box-shadow:0 5px 15px rgba(0,0,0,0.4);box-shadow:0 5px 15px rgba(0,0,0,0.4)}.accordionPro.vertical.dark .slide.selected>h2 b{background:#535353}.accordionPro.vertical.rtl.dark .slide.selected>h2 b{background:#373737}.accordionPro.vertical.rtl.light .slide>h2 b{width:5%}.accordionPro.vertical.light .slide>h2 b{background:#eee;color:#909090;text-shadow:-1px 1px 0 white;height:85%}.accordionPro.vertical.rtl.light .slide>h2 b{background:#fbfbfb}.accordionPro.vertical.dark .slide>div,.accordionPro.vertical.light .slide>div{margin-bottom:5px}.accordionPro.vertical.stitch{padding:5px 5px 0 5px}.accordionPro.vertical.stitch .slide>div{margin-bottom:6px}.accordionPro.basic .slide{background:#333}.accordionPro.basic .slide>h2{background:#333;color:white;line-height:225%}.accordionPro.dark{border:9px solid #353535;border-bottom-width:8px;background:#030303;-webkit-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);-moz-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);-ms-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);-o-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4)}.accordionPro.dark .slide>h2{background:#030303;text-shadow:0 -1px 0 #030303;line-height:265%}.accordionPro.dark .slide>h2 span{background:#353535;color:white}.accordionPro.dark .slide>h2 b{background:#353535;color:#030303;text-shadow:-1px 1px 0 #5b5b5b}.accordionPro.dark .slide.selected>h2 span,.accordionPro.dark .slide.selected>h2 span:hover{background:#555;background:-moz-linear-gradient(left,#353535 0,#555 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#353535),color-stop(100%,#555));background:-webkit-linear-gradient(left,#353535 0,#555 100%);background:-o-linear-gradient(left,#353535 0,#555 100%);background:-ms-linear-gradient(left,#353535 0,#555 100%);background:linear-gradient(left,#353535 0,#555 100%)}.accordionPro.dark .slide{background:#030303}.accordionPro.light{border:9px solid white;border-bottom-width:8px;background:#a0a0a0;-webkit-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);-moz-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);-ms-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);-o-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4)}.accordionPro.light .slide>h2{background:#a0a0a0;text-shadow:0 -1px 0 white;line-height:265%}.accordionPro.light .slide>h2 span{background:#ededed;background:-moz-linear-gradient(left,#fcfcfc 0,#ededed 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#fcfcfc),color-stop(100%,#ededed));background:-webkit-linear-gradient(left,#fcfcfc 0,#ededed 100%);background:-o-linear-gradient(left,#fcfcfc 0,#ededed 100%);background:-ms-linear-gradient(left,#fcfcfc 0,#ededed 100%);background:linear-gradient(left,#fcfcfc 0,#ededed 100%);-webkit-box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;-moz-box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;-o-box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;color:#909090}.accordionPro.light .slide.selected>h2 span,.accordionPro.light .slide.selected>h2 span:hover,.accordionPro.light .slide.selected>h2 b{background:#fff}.accordionPro.light .slide{background:#a0a0a0}.accordionPro.stitch{position:relative;border:11px solid #353535;background:#353535;-webkit-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);-moz-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);-o-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4)}.accordionPro.stitch:before{content:'';width:100%;height:100%;position:absolute;top:-9px;left:-9px;background:#353535;border:9px solid transparent;-webkit-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat;-moz-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat;-o-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat;border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat}.accordionPro.stitch .slide>h2{background:#353535}.accordionPro.stitch .slide>h2 span{height:auto;padding-right:5%;color:white;text-shadow:-1px 1px 0 #5b5b5b;border:9px solid transparent;background-image:url('data:image/png;base64,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');margin-top:0;-webkit-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat;-moz-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat;-o-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat;border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat}.accordionPro.stitch .slide.selected>h2:after{content:'';display:block;height:11px;width:11px;position:absolute;bottom:-3px;right:38px;-webkit-transform:rotate(45deg) translateZ(0);-moz-transform:rotate(45deg) translateZ(0);-o-transform:rotate(45deg);transform:rotate(45deg) translateZ(0);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);border:9px solid transparent;border-top:0;border-left:0;-webkit-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat;-moz-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat;-o-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat;border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAACjElEQVR42q1WTYuSURQevw36YMi2YjBBNjA4uRiL2tWigQkmSDNNSR3TFpK0ECFDV25GCMFNrpxZCBkMFbgLFSfwC1fmQhF1/EB/hfPc8Iav8M6LzD3wgNfneJ+j5znvcW02m60hVMAGoJ3jLnAbWAekBAzy7lAxkigHFBTzswQQETDIu0bE/sPhcGyXy+VdQEXOLIFQct7w+/2O8Xj8u9/vW1utlrbdbm92u10N4VDAzeFwaMB79xa5TqdzIxwOi3O5nIry8Xj8Rb1e9zabzW3KQ+wKRywSicTOzs56EPuFDx4R4HxIuGq1ujudTr8NBoOjRQ6XPtHr9bJisbhH+UwmU0DRPbxOUx5iVzlidrv9U61WK8Zisc9Op9Pu9XrtPp9vn3But/u+x+N59RaxyB0cHGxqNBqlxWIxUB73fEVxf5LJ5AfKQ+z6cs+s+FbH+Cl0l+mPFdHr9Y7xc28t9EzCSUJlz9GHGLCxooBg0QgRJ8lms2krlcpTNHV9RQHeonnF1Gq1UqfTyUKhkJicWYNzMBqNO7DwXj6fv7XiRYLzipBykuCyl7BsBrZ+tKKA4D0I+bKLbHARaezWigKC9yAU/JZlb30Fv2XZW1/Bb1n21pezmjPBexASZnPGfw//E+T1aDT6juY+voyYyWTaKRQKnHklYgytLzyv7KzPXzT3CUI3cTQaDcOyP5G0z7OJeTc1Ln9AuWAwGMD5BOeH8y0tAmT/hOgmzmazp0j6iw17sryJSQ8u2tSTySRDuXQ6fYqim41G4918S0s51ieb2OVyfUwkEoeBQOD98iY2m82GizY1BvkN5ZD3pVQq/UilUs8IR/+F8VuW/ZxxxeYVSAER6zmjPWMBwaIR4nMe0utD9eL1bAAAAABJRU5ErkJggg==') 9 repeat;background-image:url('data:image/png;base64,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')}.accordionPro.stitch .slide:nth-child(5n+1)>h2 span,.accordionPro.stitch .slide:nth-child(5n+1)>h2:after{background-color:#c25252}.accordionPro.stitch .slide:nth-child(5n+2)>h2 span,.accordionPro.stitch .slide:nth-child(5n+2)>h2:after{background-color:#ca9859}.accordionPro.stitch .slide:nth-child(5n+3)>h2 span,.accordionPro.stitch .slide:nth-child(5n+3)>h2:after{background-color:#96ba5f}.accordionPro.stitch .slide:nth-child(5n+4)>h2 span,.accordionPro.stitch .slide:nth-child(5n+4)>h2:after{background-color:#59abb7}.accordionPro.stitch .slide:nth-child(5n+5)>h2 span,.accordionPro.stitch .slide:nth-child(5n+5)>h2:after{background-color:#bb6098}.accordionPro.stitch .slide>h2 b{top:19%!important;color:white;text-shadow:1px 1px 0 #5b5b5b}.accordionPro.stitch.rounded>ol{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}.accordionPro.stitch .slide{background:#353535}.accordionPro.transparent .slide>h2{background:rgba(255,255,255,0)}.accordionPro.transparent .slide>h2 *{opacity:0}.accordionPro.transparent .slide>h2:hover{background:rgba(255,255,255,0.5)}.accordionPro.rounded,.rounded>ol{-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px}.accordionPro.rounded .slide>h2 span{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.accordionPro.ie.stitch .slide.selected>h2:after{display:none}.accordionPro.ie.stitch .slide-0>h2 *{background-color:#c25252}.accordionPro.ie.stitch .slide-1>h2 *{background-color:#ca9859}.accordionPro.ie.stitch .slide-2>h2 *{background-color:#96ba5f}.accordionPro.ie.stitch .slide-3>h2 *{background-color:#59abb7}.accordionPro.ie.stitch .slide-4>h2 *{background-color:#bb6098}.accordionPro.ie.stitch .slide-5>h2 *{background-color:#c25252}.accordionPro.ie.stitch .slide-6>h2 *{background-color:#ca9859}.accordionPro.ie.stitch .slide-7>h2 *{background-color:#96ba5f}.accordionPro.ie.stitch .slide-8>h2 *{background-color:#59abb7}.accordionPro.ie.stitch .slide-9>h2 *{background-color:#bb6098}.accordionPro.ie .slide>h2,.accordionPro.ie .slide>h2 span,.accordionPro.ie .slide>h2 b{filter:none;-ms-filter:none;-ms-transform:none}.accordionPro.ie.ie8.horizontal .slide>h2{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"}.accordionPro.ie.ie8.horizontal .slide>h2 b{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.accordionPro.ie.ie8.horizontal.transparent .slide>h2{background:white;-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3), alpha(opacity=0)"}.accordionPro.ie.ie8.horizontal.transparent .slide>h2 *{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1), alpha(opacity=0)"}.accordionPro.ie.ie8.horizontal.transparent .slide>h2:hover{background:white;-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3), alpha(opacity=50)"}.accordionPro.ie.ie8.vertical.transparent .slide>h2{background:white;-ms-filter:"alpha(opacity=0)"}.accordionPro.ie.ie8.vertical.transparent .slide>h2 *{-ms-filter:"alpha(opacity=0)"}.accordionPro.ie.ie8.vertical.transparent .slide>h2:hover{background:white;-ms-filter:"alpha(opacity=50)"}.accordionPro.ie.ie8.horizontal.rtl .slide>h2{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.accordionPro.ie.ie8.horizontal.rtl .slide>h2 b{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";left:85%!important}.accordionPro.ie.ie8.horizontal.rtl.transparent .slide>h2{background:white;-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1), alpha(opacity=0)"}.accordionPro.ie.ie8.horizontal.rtl.transparent .slide>h2 *{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3), alpha(opacity=0)"}.accordionPro.ie.ie8.horizontal.rtl.transparent .slide>h2:hover{background:white;-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3), alpha(opacity=50)"}.accordionPro.ie.ie9.horizontal .slide>h2{-ms-transform:translateX(-100%) rotate(-90deg);-ms-transform-origin:right top}.accordionPro.ie.ie9.horizontal .slide>h2 b{-ms-transform:rotate(90deg)}.accordionPro.ie.ie9.horizontal.rtl .slide>h2{-ms-transform:translateX(100%) rotate(90deg);-ms-transform-origin:left top}.accordionPro.ie.ie9.horizontal.rtl .slide>h2 b{-ms-transform:rotate(-90deg)}.accordionPro.ie.vertical .slide>h2 b{line-height:262%}.accordionPro.ie.dark .slide.selected>h2 b{background:#555}.accordionPro.ie.light .slide>h2 b{background:#ededed}.accordionPro.ie.light .slide.selected>h2 b{background:#fff}.accordionPro.ie.ie8.horizontal .slide>h2 b{width:5%;top:44%!important;left:3%}.accordionPro.ie.ie8.horizontal.rtl .slide>h2 b,.accordionPro.ie.ie8.horizontal.stitch .slide>h2 b{top:32%!important}.accordionPro.ie.ie8.horizontal.basic .slide>h2 b{top:38%!important}.accordionPro.ie.ie8.vertical .slide>h2 b{text-align:right;top:1px!important;left:auto;right:5%}.accordionPro.ie.ie8.vertical.rtl.light .slide>h2 b{background:#ededed}.accordionPro.ie.ie8.vertical.rtl.light .slide.selected>h2 b{background:#fff}.accordionPro.ie.ie8.vertical.rtl.dark .slide.selected>h2 b{background:#555}.accordionPro.ie.ie8.vertical.stitch .slide>h2 b,.accordionPro.ie.ie9.stitch .slide>h2 b{background-color:transparent!important}.accordionPro.ie.ie9.stitch{box-shadow:0 5px 15px rgba(0,0,0,0.4)}.accordionPro.ie.ie9.vertical.stitch .slide>h2 b{top:1px!important}