/*
Theme Name: Amos
Description: Amos is a multi-purpose WordPress theme. Amos Themes are simple and powerful. Create awesome portfolio, corporate, business and much much more pages with this theme.
Version: 1.7.1
Author: Ellethemes
Author URI: http://www.ellethemes.com
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
License: GNU General Public License
Theme URI: http://amos.ellethemes.com
Text Domain: amos
Domain Path: /languages
Tags:one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/


/*-----------------------------------------------------------------------------------

[Table of contents]

1. Base WP
2. Typography
3. Top Navigation
4. Header 
  .Base
  .Menu
  .Responsive Menu
  .Tools
  .Search
  .Different Headers
    ..Header1
    ..Header2
    ..Header3
    ..Header4
    ..Header5
    ..Header6
    ..Header7
    ..Header8
    ..Header9
    ..Header10
    ..Header11
    ..Header12
  .Page Headers (Intro)

5. Layout
6. Footer
7. Blogs
  .Overall
  .Post like
  .Timeline Blog
  .Standard Blog
  .Alt. Blog
  .Grid Blog
  .Eye Catching Blog
  .Author Box
  .Comments

8. Buttons
9. Sidebar
10. Sliders
  .LayerSlider
  .Revolution Slider
  .Swiper Slider
  .Amos Slider
  .Amos News
  .Amos Gallery Carousel

11. Portfolio Navigation
12. Portfolio
  .Overlayed
  .Grayscaled
  .Basic
  .Chrome
  .Layout
  .Isotope

13. Single Portfolio
14. Tabs
  .Style1
  .Style2
  .Style3

15. Services List *
16. Media *
17. Faq Filter *
18. Accordion /  Toggles*
19. Side Navigation (Left Nav)*
20. Single Post Navigation
21. Elements
  .shadow_box
  .Block Title
  .Lists
  .Single Staff Member
    .Modern Staff
  .Services Small
  .Clients
  .Textbar
  .Services Medium
  .Counter
  .Chart Skill
  .Button
  .Skills
  .Testimonial
  .Services Large
  .Services Media
  .Google Map
  .Testimonial Carousel
  .Testimonial Cycle
  .Services Steps
  .Recent Portfolio
  .Latest From Blog
  .Recent News
  .Separator
  .CountDown
  .Price List
  .Widgetized
  .MailChimp

22. Carousel Modern Pagination
23. Contact Form 7
24. Search & Extra Navigation
25. 404 Not Found
26. Extra Styles  
27. Reservation

-----------------------------------------------------------------------------------*/


/* ------------------------------------------------------- BASE WP ---------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */

html {
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
    color: #fff;
}

body .light {
    color: #fff;
}

.wp-caption {
    max-width: 100%;
}

.bypostauthor {
    float: left;
}

.alignleft {
    float: left;
    padding-right: 20px;
}

.alignright {
    float: right;
    padding-left: 20px;
}

.aligncenter {
    display: block;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    padding: 20px !important;
    float: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 60px;
}


table {
    margin-bottom: 20px;
    margin-top: 20px;
}

.wp-caption.alignleft {
    margin-right: 20px;
}

.wp-caption.alignright {
    margin-left: 20px;
    float: right !important;
}

.wp-caption-text {
    padding-left: 7px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 13px;
}

.wp-caption-text,
.gallery-caption,
.entry-caption {
    line-height: 1.5em;
}

img.wp-smiley,
.rsswidget img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wpb_content_element {
    margin-bottom: 25px !important;
}

/* WP Quick Gallery*/

.entry-content dl.gallery-item {
    margin: 0;
}

.sticky {
    width: 90%;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sticky .content {
    width: 100% !important;
    padding: 5%;
}

.post-password-form input[type="password"] {
    background: #fff;
    height: 30px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 7px;
}

.post-password-form .btn-bt {
    height: 39px;
    float: left;
    margin-top: 5px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.post-password-form label {
    float: left;
}

article embed {
    max-width: 100%;
}

a {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

blockquote {
    padding-left: 20px;
    border: none !important;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0;
}
blockquote p {
    padding-left: 50px;
}
blockquote:before {
    content: "“";
    display: block;
    position: relative;
    top: 20px;
    left: 0;
    float: left;
    width: auto;
    height: auto;
    font-size: 72px;
    line-height: 28px;
    font-style: normal;
    font-weight: bold;
}
.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    z-index: 9999999;
    text-indent: -9999px;
    background-image: url('img/icon_top.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(34, 34, 34, 0.6);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.tp-caption a i {
    color: #fff !important;
}

sub,
sup {
    font-size: 50%;
}

.icon-svg {
    width: 64px;
    height: 64px;
}

path {
    stroke: #aaa !important
}

iframe {
    width: 100%
}

a.rsswidget {
    font-weight: 600;
}




























/**/


/* ------------------------------------------------------- End Base WP ------------------------------------------------------ */


/* -------------------------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------- Typography ------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */

body {
    line-height: 20px;
}

h1 {
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h4 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h5 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h6 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6 a {
    color: inherit;
}





























/**/


/* ------------------------------------------------------- End Typography --------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------- Top Header ------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */

.top_nav {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 1;
    z-index: 33;
}

.adjustsub .menu li .sub-menu {
    top: 58px;
}

.top_nav .widget {
    float: left;
    display: table;
    padding-left: 8px;
    padding-right: 8px;
}

.top_nav .widget span {}

.top_nav .widget:first-child {
    padding-left: 0;
    border-left: none;
}

.top_nav .widget:last-child {
    padding-right: 0;
    border-right: none;
}

.top_nav .widget_text {
    float: left;
}
.top_nav .widget .textwidget p {
    padding: 0 !important;
    margin: 0 !important;
}
.topinfo {
    margin-top: 5px;
}

.top_nav .topinfo .phone {
    background: url(img/phone.png) no-repeat 0;
    width: 20px;
    height: 20px;
    padding-left: 21px;
    padding-right: 21px;
}

.top_nav .topinfo .email {
    background: url(img/envelope.png) no-repeat 0;
    width: 20px;
    height: 20px;
    padding-left: 21px;
    padding-right: 5px;
}

.top_nav .widget {}

.top_nav .textwidget {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.top_nav .social_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 5px
}

.top_nav .social_widget ul li {
    height: auto;
    float: left;
    margin-right: 10px;
    opacity: 1 !important;
    position: relative;
    overflow: hidden;
}

.top_nav .social_widget ul li:first-child {
    margin-left: 0;
}

.top_nav .social_widget ul li a {
    float: left;
    width: 100%;
}

.top_nav .social_widget .row-fluid {
    display: none
}

.top_nav .social_widget .social_row {
    display: block;
}

.top_nav .social_widget li i {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 26px;
    font-size: 15px;
    display: block;
    text-align: center;
    padding-left: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
    z-index: 9999;
}

.top_nav .social_widget li a:hover {
    text-decoration: none;
    display: block;
}

.top_nav .megamenu_container {
    height: 100%;
    float: left;
    display: table;
}

.top_nav .social_widget ul li:last-child {
    margin-right: 0
}

.top_nav .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.top_nav .widget ul li {
    float: left;
    border-radius: 50%;
}

.top_nav .icl_languages_selector a.lang_sel_sel {
    border: none !important;
    font-size: 12px !important;
    line-height: 21px !important;
    padding-left: 0 !important;
}

.top_nav #lang_sel ul ul {
    left: 1px !important;
    background: #fafafa !important;
    top: 31px !important;
    border-top: 0px !important;
    visibility: visible !important;
    display: none;
}

.top_nav #lang_sel ul li:hover ul,
.top_nav #lang_sel ul a:hover ul {
    display: block !important;
}

.top_nav #lang_sel ul ul li {
    border: 1px solid #eef1f2 !important;
    border-bottom: none !important;
    background: #fafafa !important;
    color: #555 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.top_nav #lang_sel ul ul li:last-child {
    border-bottom: 1px solid #eef1f2 !important;
}

.top_nav #lang_sel ul ul li:hover {
    background: #fafafa !important;
}

.top_nav #lang_sel ul ul a {
    background: #fafafa !important;
}

.top_nav #lang_sel a,
.top_nav #lang_sel a:visited {
    border: none;
}

.top_nav #lang_sel>ul>li {
    height: 40px;
}

.top_nav .widget.icl_languages_selector {
    margin-top: 9px;
    height: 15px;
}

.top_nav .icl_languages_selector img.iclflag {
    top: -1px !important;
}

.top_nav .icl_languages_selector li {
    width: 97px !important;
}

.top_nav .icl_languages_selector ul ul li {
    width: 160px !important;
}

.top_nav .icl_languages_selector ul,
.top_nav .icl_languages_selector li {
    z-index: 50000;
}

.top_nav .icl_languages_selector ul ul {
    width: 160px !important;
    left: -21px !important;
}

.top_nav .icl_languages_selector ul ul a,
.top_nav .icl_languages_selector ul ul a:visited {
    padding-left: 21px !important;
}

.top_nav .icon_text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
}

.top_nav .widget_search input[type="text"] {
    border: 1px solid #e1e1e1 !important;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 13px;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
}

.top_nav #search-form:after {
    content: "\e86f";
    font-family: 'LinearIcons-Free';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 14px;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    color: #bbb;
}

.top_nav #search-form {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 0;
    margin-top: 5px;
}

.top_nav #search-form .more,
.top_nav #search-form .more {
    display: none;
}

.top_nav_transparency {
    position: static;
    padding-left: 70px;
    padding-right: 70px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.top_nav_transparency .widget {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.top_nav_transparency .widget:first-child {
    padding-left: 0px !important;
}

.top_nav_transparency .widget:last-child {
    padding-right: 0px !important;
}
.background--dark .top_nav_transparency .footer_social_icons.circle li {
    border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
}

.top_nav_transparency .footer_social_icons.circle li:last-child {
    border-right: 0 !important;
}

.top_nav_transparency .footer_social_icons.circle li a i {
    line-height: 32px !important;
    font-size: 16px !important;
}

.background--dark .top_nav_transparency {
    color: #f2f2f2 !important;
    background: transparent !important;
}

.sticky_header .header_wrapper.open .top_nav {
    display: none;
}





























/**/


/* ------------------------------------------------------- End Top Header --------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------  Header --------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */

header#header {
    position: relative;
    z-index: 10000;
}

#logo img,
#logo_snap img {
    max-width: none;
}
#logo a, #logo_snap a {

    height: 100%;
}

#logo img.dark,
#logo_snap img.dark {
    display: inline-block;
    visibility: visible;
}

#logo img.light,
#logo_snap img.light {
    display: none;
    visibility: hidden;
}

.background--dark #logo img.light {
    display: block;
    visibility: visible;
}

.background--dark #logo img.dark,
.background--dark #logo_snap img.dark {
    display: none;
    visibility: hidden;
}

.logo_only_sticky .header_wrapper #logo,
.logo_only_sticky .header_wrapper #logo_snap {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
}

.background--light #logo_responsive .light {
    display: none
}
.background--dark #logo_responsive .dark {
    display: none;
}

.header_wrapper {
    width: 100%;
    position: relative;
    float: left;
    z-index: 32;
}

.header_gradient {
    background-image: none, -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.75) 0px, rgba(255, 255, 255, 0.8) 10px, rgba(255, 255, 255, 0.86) 20px, rgba(255, 255, 255, 0.9) 30px, rgba(255, 255, 255, 0.94) 40px, rgba(255, 255, 255, 0.98) 50px, rgba(255, 255, 255, 0.99) 60px, #ffffff 70px);
    background-image: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: none, -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.75) 0px, rgba(255, 255, 255, 0.8) 10px, rgba(255, 255, 255, 0.86) 20px, rgba(255, 255, 255, 0.9) 30px, rgba(255, 255, 255, 0.94) 40px, rgba(255, 255, 255, 0.98) 50px, rgba(255, 255, 255, 0.99) 60px, #ffffff 70px);
    background-image: none, -o-linear-gradient(bottom, rgba(255, 255, 255, 0.75) 0px, rgba(255, 255, 255, 0.8) 10px, rgba(255, 255, 255, 0.86) 20px, rgba(255, 255, 255, 0.9) 30px, rgba(255, 255, 255, 0.94) 40px, rgba(255, 255, 255, 0.98) 50px, rgba(255, 255, 255, 0.99) 60px, #ffffff 70px);
    background-image: none, -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.75) 0px, rgba(255, 255, 255, 0.8) 10px, rgba(255, 255, 255, 0.86) 20px, rgba(255, 255, 255, 0.9) 30px, rgba(255, 255, 255, 0.94) 40px, rgba(255, 255, 255, 0.98) 50px, rgba(255, 255, 255, 0.99) 60px, #ffffff 70px);
    background-image: none, linear-gradient(to top, rgba(255, 255, 255, 0.75) 0px, rgba(255, 255, 255, 0.8) 10px, rgba(255, 255, 255, 0.86) 20px, rgba(255, 255, 255, 0.9) 30px, rgba(255, 255, 255, 0.94) 40px, rgba(255, 255, 255, 0.98) 50px, rgba(255, 255, 255, 0.99) 60px, #ffffff 70px);
    background-color: transparent;
    background-repeat: repeat;
    background-position: center top;
    border-bottom: none;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(5, 38, 57, 0.05);
    box-shadow: 0px 1px 0px 0px rgba(5, 38, 57, 0.05);
}

header#header .container {
    position: relative;
}

header#header .row-fluid .span12 header#header .row-fluid {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

header#header.animate_this .row-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

header#header.animate_reverse .row-fluid {
    padding-top: 22px;
    padding-bottom: 22px;
}

.header_borders header#header {
    border-top: 1px solid rgba(242, 242, 242, 0.32);
    border-bottom: 1px solid rgba(242, 242, 242, 0.32);
}

.header_borders #header .row-fluid {
    border-left: 1px solid rgba(242, 242, 242, 0.37);
    border-right: 1px solid rgba(242, 242, 242, 0.37);
    padding-left: 5px;
    padding-right: 5px;
}

.header_borders #logo,
.header_borders #logo_snap {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid rgba(242, 242, 242, 0.32);
}

.header_borders .header_tools {
    border-left: 1px solid rgba(242, 242, 242, 0.32);
}

.header_borders .header_tools .icon-bars {
    padding-right: 11px;
}

.header_tools .cart_icon .nr {
    width: 14px;
    height: 14px;
    font-size: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 13px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -8px;
    right: -8px;
}
.header_tools .socials {
    display: inherit;
}
.header_tools .socials li {
    padding: 0 8px;
}
.header_tools .right_search i {
    float: left;
}
.background--dark .header_tools .open_search_button,
.background--dark .header_tools .cart .cart_icon,
.background--dark .header_tools .wishlist,
.background--dark .header_tools .extra_navigation_button {
    color: #fff !important;
}
.header_borders_bottom header#header .row-fluid .span12 {
    border-bottom: 1px solid rgba(165, 165, 165, 0.12);
}

.light .header_tools .btn-bt.default,
.background--dark .header_tools .btn-bt.default {
}

table td,
table th {
    padding: 10px;
}





























/**/


/* -------------------------------- Menu --------------------------------- */


/* ----------------------------------------------------------------------- */

header#header #navigation {
    float: right;
    height: 100%;
}

nav {
    float: left;
    width: 100%;
    height: 100%;
}

.header_wrapper.polygon nav {
    margin-top: -10px;
}

.header_wrapper.polygon nav .menu>li>ul.sub-menu {
    margin-top: -25px !important;
}

nav .menu {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 100%;
    margin-top: 0
}

nav .menu li {
    float: left;
    position: relative;
    height: 100%;
}

nav .menu>li:hover>a {}

nav .menu>li>a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
}

nav .menu li a:hover {
    text-decoration: none;
}

nav .menu>li>ul.sub-menu,
nav .menu>li>ul.sub-menu ul {
    list-style: none;
    margin: 0 !important;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    left: 6px;
    z-index: 9999999;
    padding: 10px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

nav .menu li>ul.sub-menu li {
    z-index: 50005;
    float: left;
    text-align: left;
    margin: 0 !important;
    padding: 7px 12px;
    height: auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

nav .menu li ul.sub-menu li a {
    float: left;
    position: relative;
}

nav .menu>li>ul.sub-menu li .sub-menu {
    top: 0;
    left: 100%;
}

nav .menu li ul.sub-menu li:last-child {
    border-bottom: none;
    border-right: none;
}

nav .amos_custom_menu_mega_menu {
    display: none;
    position: absolute;
    right: 0px;
    left: 0;
    top: 100%;
    z-index: 9999999;
    width: 160px;
    padding: 10px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

nav .amos_custom_menu_mega_menu.amos_mega1 {
    width: 255px !important;
}

nav .amos_custom_menu_mega_menu.amos_mega1 li {
    width: 195px !important;
}

nav .amos_custom_menu_mega_menu.amos_mega2 {
    width: 490px !important;
    left: 0;
}

nav .menu>li:last-child .amos_custom_menu_mega_menu {
    left: auto;
}

nav .amos_custom_menu_mega_menu.amos_mega2 li {
    width: 220px !important;
}

nav .amos_custom_menu_mega_menu.amos_mega3 {
    width: 620px !important;
}

nav .amos_custom_menu_mega_menu.amos_mega3 li {
    width: 174px !important;
}

nav .amos_custom_menu_mega_menu.amos_mega4 {
    width: 1050px !important;
}

nav .amos_custom_menu_mega_menu.amos_mega4 li {
    width: 240px !important;
}

nav .amos_custom_menu_mega_menu.amos_mega5 {
    width: 1100px !important;
}

nav .amos_custom_menu_mega_menu.amos_mega5 li {
    width: 198px !important;
}

nav .amos_custom_menu_mega_menu li:first-child {
    border-left: none;
}

nav .amos_custom_menu_mega_menu li li {
    margin-left: 0 !important;
}

nav .amos_custom_menu_mega_menu ul ul ul {
    margin-top: 0px;
    margin-bottom: 0;
}

nav .amos_custom_menu_mega_menu ul>li {
    float: left;
    padding: 0;
    margin: 0;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}

nav .amos_custom_menu_mega_menu ul>li li {
    margin-left: 0 !important;
}

nav .amos_custom_menu_mega_menu ul>li h6 {
    margin-top: 10px;
    text-align: left;
    padding-left: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}

nav .amos_custom_menu_mega_menu ul {
    float: left;
    display: block !important;
    position: relative !important;
    margin: 0;
    padding: 0;
    background-color: transparent !important;
    border-top: none !important;
    list-style: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

nav .amos_custom_menu_mega_menu>ul {
    float: left;
    display: block;
    padding: 15px !important;
    width: 100%;
    transition: transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end, visibility 0.3s ease, background 0.3s ease;
}

nav .amos_custom_menu_mega_menu>ul>li:first-child {
    margin-left: 0 !important;
}

nav .menu li:first-child {
    margin-left: 0;
}

.header_wrapper:not(.h10) nav .menu>li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.select-menu {
    display: none
}

nav .menu>li>ul>li.hasSubMenu:after {
    content: "\f105";
    font-family: 'FontAwesome';
    float: right;
    line-height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

nav .menu-item-type-muizz_wim a.btn-bt {
    background: #222 !important;
}

.header_5_fullwrapper nav .amos_custom_menu_mega_menu {
    position: relative;
    top: 50px;
    text-align: center;
    position: absolute;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.light .header_5 .open_full_menu,
.background--dark.header_5 .open_full_menu {
    background: rgba(74, 74, 74, 0.51);
}

.overlay_menu .menu-item-has-children:hover .amos_custom_menu_mega_menu .sub-menu {
    height: 100%;
}





























/**/


/* -------------------------------- End Menu ----------------------------- */


/* ----------------------------------------------------------------------- */


/* -------------------------------- Responsive Menu ---------------------- */


/* ----------------------------------------------------------------------- */

.mobile_small_menu {
    display: none;
}
.responsive_header {
    display: none;
    height: 100%;
}
.mobile_small_sidemenu {
    display: none;
}
.tag-featured-image.tag-image.tag-template .media img {
    width: auto;
}

.menu-small {
    display: none;
    float: left;
    width: 100%;
    z-index: 100000;
    position: relative;
}

.menu-small ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.menu-small ul.menu:first-child {
    padding-bottom: 0;
}

.menu-small ul.menu:first-child:last-child {
    padding-bottom: 20px;
}

.menu-small ul.menu:nth-child(2) {
    padding-top: 0
}

.menu-small ul li {
    float: left;
    width: 100%;
}

.menu-small ul li a {
    margin: 0 auto;
    padding-left: 12%;
    float: left;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-small ul.menu>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
}

.menu-small ul.menu>li>ul>li>a {
    padding-left: 13%;
}

.menu-small ul.menu>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-small ul.menu>li>ul>li>ul>li>a {
    padding-left: 14%;
}

.menu-small ul.menu .amos_custom_menu_mega_menu h6 {
    padding-left: 12.5%;
    margin-top: 20px;
}

.menu-small ul.menu .amos_custom_menu_mega_menu>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-small ul.menu .amos_custom_menu_mega_menu>ul>li>a {
    padding-left: 30px;
}

.menu-small ul.menu .amos_custom_menu_mega_menu>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 13%;
}

.menu-small ul.menu .amos_custom_menu_mega_menu>ul>li>ul>li>a {
    padding-left: 30px;
}

.responsive_header .header_tools {
    display: table-cell;
    width: auto;
    min-width: 100px !important;
    height: 100%;
}
.responsive_header #logo_responsive {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    top: 0 !important;
    margin-top: 0 !important;
    height: 100%;
}
.responsive_header #logo_responsive.align_right {
    text-align: right;
}
.responsive_header #logo_responsive.align_left {
    text-align: left;
}




























/**/


/*navigation on side menu on responsive*/

.snap-drawers {
    display: none;
}

.snap-drawer {
    width: 240px !important;
}

.snap_header {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}

.snap-drawers .snap-drawer-left #navigation {
    display: block;
}

.snap-drawers .snap-drawer-left #logo_snap img {
    height: auto;
    padding-left: 5px;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.snap-drawers .snap-drawer-left #logo_snap {
    float: left;
    width: 70%;
}

.snap-drawers .snap-drawer-left .close-sidebar {
    float: left;
    width: 70px;
    border-left: 1px dashed #f2f2f2;
    border-right: 1px dashed #f2f2f2;
    height: 100%;
}

.snap-drawers .snap-drawer-left .close-sidebar i {
    position: relative;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.snap-drawers .snap-drawer-left .snap_left_content {
    position: relative;
    float: left;
    width: 100%;
}

.snap_left_content #navigation nav li {
    width: 100%;
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 10px;
}

.snap_left_content .menu-small ul.menu>li>ul.sub-menu {
    display: none;
    opacity: 0;
    max-height: 0px;
    transition: all ease-out 0.4s;
}

.snap_left_content .menu-small ul.menu>li>ul.sub-menu.open {
    display: block;
    opacity: 1;
    max-height: 600px;
    transition: all ease-in 0.4s;
}

.snap_left_content .menu-small ul.menu>li .amos_custom_menu_mega_menu ul.sub-menu {
    display: none;
    opacity: 0;
    max-height: 0px;
    transition: all ease-out 0.4s;
}

.snap_left_content .menu-small ul.menu>li .amos_custom_menu_mega_menu ul.sub-menu.open {
    display: block;
    opacity: 1;
    max-height: 600px;
    transition: all ease-in 0.4s;
}

@media (max-width: 979px) {
    .sidemenu .header_wrapper .header_tools {
        display: none;
    }
}

.sidemenu .snap_left_content .menu-small {
    display: block;
}

.sidemenu .snap_left_content .search_field {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 160px;
    text-align: center;
}

.sidemenu .snap_left_content .header_tools .vert_mid .search_field:only-child {
    width: 220px;
}

.sidemenu .snap_left_content .search_field form {
    margin: 0 0 20px;
    width: 100%;
    float: left;
    position: relative;
    left: 10px;
}

.sidemenu .snap_left_content .search_field .input-append #s {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    background-color: #383737;
    border: 1px solid #484848;
}

.sidemenu .snap_left_content .search_field .input-append button[type='submit'] {
    display: none;
}

.sidemenu .snap_left_content .search_field #search-form:after {
    content: "\e86f";
    font-family: 'Linearicons-Free';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 16px;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    color: #bbb;
}

.sidemenu .snap_left_content .header_tools {
    float: left;
    padding-left: 0;
    width: 100%;
    border-left: 0px;
    border-bottom: 1px solid #424141;
}

.sidemenu .snap_left_content .header_tools .cart {
    float: right;
    padding: 20px;
    position: relative;
    display: inline-block;
    margin-top: -12px;
    color: #fff;
    border-left: 1px solid #424141;
}

.sidemenu .snap_left_content .header_widgetized {
    float: left;
    color: #fff;
    position: relative;
    padding: 20px;
    border-top: 1px solid #424141;
    display: table;
    top: 0;
    max-width: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.sidemenu .snap_left_content .header_widgetized .widget {
    display: table-cell;
    vertical-align: middle;
    margin-top: 20px;
}

.sidemenu .snap_left_content .header_widgetized .footer_social_icons {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.sidemenu .snap_left_content .header_widgetized .footer_social_icons li {
    float: left;
    margin-right: 15px;
}

.sidemenu .snap_left_content .header_widgetized .footer_social_icons li {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 0px !important;
    width: 32px !important;
    height: 32px !important;
}

.sidemenu .snap_left_content .header_widgetized .footer_social_icons li:first-child {
    margin-left: 0 !important;
}

.sidemenu .snap_left_content .header_widgetized .footer_social_icons li:last-child {
    margin-right: 0 !important;
}

.sidemenu .snap_left_content .header_widgetized .footer_social_icons li a {
    float: left;
}

.sidemenu .snap_left_content .header_widgetized .footer_social_icons li i {
    float: left;
    line-height: 32px;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.sidemenu .snap_left_content .header_widgetized .widget {
    float: left;
    display: block;
}





























/**/


/* -------------------------------- End Responsive Menu ------------------ */


/* ----------------------------------------------------------------------- */


/* -------------------------------- Tools -------------------------------- */


/* ----------------------------------------------------------------------- */

.header_tools {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.header_tools ul {
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: row;
}
.header_tools ul li {
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
}
#navigation {
    padding-right: 0px;
}

.header_tools .extra_navigation_button .circles_container {
    width: 12px;
    height: 18px;
    display: block;
    text-align: center;
    position: relative;
    padding: 0 4px;
    box-sizing: border-box;
}

.header_tools .extra_navigation_button .circles_container .circle {
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    box-sizing: border-box;
}
.background--dark .header_tools .extra_navigation_button .circles_container .circle {
    border-color: #fff;
}





























/**/


/* -------------------------------- End Tools ---------------------------- */


/* ----------------------------------------------------------------------- */


/* -------------------------------- Search Header ------------------------ */


/* ----------------------------------------------------------------------- */

.header_tools .vert_mid a {
    margin-left: 10px;
}

.header_tools .cart {
    float: left;
    z-index: 9999999;
}

.header_tools .vert_mid>a:last-child,
.header_tools .cart:last-child {
    margin-right: 0;
}

.header_tools .right_search {

    float: left;
}

.header_tools .cart_icon {
    float: left;
    position: relative;
}

.header_tools .cart_icon .count {
    background: #222;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    right: -10px;
    font-size: 11px;
}

.header_wrapper.polygon .header_tools {
    margin-top: -10px;
}

.header_tools .cart .content {
    display: none;
    position: absolute;
    top: 100%;
    width: 260px;
    z-index: 9999999999;
    right: 0;
    list-style: none;
    margin: 0 !important;
    padding: 20px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header_tools .cart .content .cart_item {
    margin: 0px 0px;
    padding: 13px 0px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.header_tools .cart .content .cart_item:first-child {
    padding-top: 0;
}

.header_tools .cart .content .cart_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.header_tools .cart .content .cart_item img {
    float: left;
    width: 40px;
    height: 40px;
}

.header_tools .cart .content .cart_item .description {
    float: left;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 217px;
}

.header_tools .cart .content .cart_item .description .title {
    font-size: 13px;
    float: left;
    width: 100%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin-top: -6px;
}

.header_tools .cart .content .cart_item .description .price {
    float: left;
    width: 100%;
    margin-top: -2px;
}

.header_tools .cart .content .empty,
.header_tools .cart .content .items {
    text-align: left;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.header_tools .items .cart_item:last-child {
    border-bottom: none;
}

.header_tools .cart .checkout {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.header_tools .cart .checkout .view_cart {
    float: left;
}

.header_tools .cart .checkout .view_cart a {
    padding: 8px 18px;
    font-size: 13px;
    margin-top: 5px;
    line-height: 22px;
}

.header_tools .cart .checkout .subtotal {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.header_tools .cart .checkout .subtotal .subtotal_title {

    float: left;
}

.header_tools .cart .checkout .subtotal .pricing {

    float: right;
}

.header_tools .cart .cart_item .remove:after {
    position: absolute;
    content: "\e365";
    font-family: 'moon';
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 13px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.header_tools .cart .cart_item:first-child .remove:after {
    top: 0px;
}

.header_tools .extra_navigation_button {
    font-size: 33px !important;
    float: left;
}

.right_search_container {
    display: none;
}





























/**/


/* -------------------------------- End Searh Header --------------------- */


/* ----------------------------------------------------------------------- */


/* -------------------------------- Different Headers -------------------- */


/* ----------------------------------------------------------------------- */

.header_wrapper {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: none;
}

header#header {
    width: 100%;
    height: 100%;
}

header#header .row-fluid .span12 {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.fixed_header {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
}

.admin-bar .fixed_header {
    top: 32px;
}

.sticky_header .header_wrapper {
    visibility: hidden;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.sticky_header .header_wrapper.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.admin-bar.sticky_header .header_wrapper {
    top: 32px;
}

.header_button {

    padding: 8px 18px !important;
    font-size: 12px !important;
}

.light .btn-bt.header_button,
.background--dark .btn-bt.header_button {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.light .btn-bt.header_button:hover,
.background--dark .btn-bt.header_button:hover {
    background: #fff;
}





























/**/


/* Shadows */

.header_shadow_full .header_wrapper {
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.header_shadow_shadow1 .header_wrapper .container:after {
    background: url(img/shadow1.png) no-repeat center top;
    bottom: -42px;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 42px;
    position: absolute;
}





























/**/


/* End Shadows */


/* Fullwidth */

.fullwidth_header .header_wrapper header>.row-fluid .span12, .fullwidth_header header#header .header_second .row-fluid .span12 {
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.fullwidth_header .top_nav {
    padding-left: 75px;
    padding-right: 75px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}





























/**/


/* End Fullwidth */


/* Header 1 */

.header_transparency.page_header_centered .header_wrapper,
.header_transparency.page_header_left .header_wrapper,
.header_transparency.fullwidth_slider_page .header_wrapper {
    position: absolute;
}

.header_transparency.fullwidth_slider_page .header_wrapper.header_6,
.header_transparency.fullwidth_slider_page .header_wrapper.header_10 {
    position: relative;
}

.header_1.page_header_centered .header_wrapper,
.header_1.page_header_left .header_wrapper,
.header_1.fullwidth_slider_page .header_wrapper,
.header_5.page_header_centered .header_wrapper,
.header_5.page_header_left .header_wrapper,
.header_5.fullwidth_slider_page .header_wrapper,
.fixed_header_page .header_wrapper {
    position: absolute;
}

.background--dark nav .menu>li>a:hover,
.background--dark header#header .header_tools .vert_mid>a:hover,
.background--dark .slicknav_btn:hover:after,
.background--dark header#header .header_tools .vert_mid .cart .cart_icon:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}
.background--dark header#header .header_tools .vert_mid .wrapper-menu .line-menu {
    background-color: rgba(255, 255, 255, 1) !important;
}





























/**/


/* Effect 1: Brackets */

.header_1 nav .menu>li>a::before {
    content: '';
}

.header_1 nav .menu>li>a::after {
    content: "";
}

.header_1 nav .menu>li:last-child a {
    padding-right: 0;
    margin-right: 0;
}

.sticky_header .header_wrapper.header_1 {
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.header_wrapper .span12 {
    display: table;
}
.header_wrapper .nav_menu {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 0 20px;
}
.header_wrapper.h1 .nav_menu {
    text-align: left;
}
.header_wrapper.h2 .nav_menu {
    text-align: center;
}
.header_wrapper .nav_menu nav .menu {
    float: none;
    display: inline-block;
}
.header_wrapper.h3 .nav_menu {
    text-align: right;
}

.header_wrapper #logo {
    display: table-cell;
    float: none;
    vertical-align: middle;
}


.header_tools {
    display: table-cell;
    align-items: center;
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
.header_tools .header_button {
    white-space: nowrap;
}





























/**/


/* End Header 1 */


/* Header 2 */

.menu_3 nav .menu>li>a {
    margin-top: -11px;
}

.menu_3 nav .menu>li {
    border-top: 3px solid transparent;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}





























/*Header preset 4*/

.h4 .span12 {
    table-layout: fixed;
    margin: 0;
}
.h4 .header_tools, .h5 .header_tools {
    width: auto;
    height: 100%;
}
.header_tools.left, .header_tools.left {
    text-align: left !important;
}
.header_tools.right, .header_tools.right {
    text-align: right !important;
}
.h4 .centered_logo, .h5 .centered_logo {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.h4 .centered_menu, .h5 .centered_menu {
    display: table-row;
    height: 100%;
    text-align: center;
}
.h4 .centered_menu .nav_menu {
    display: inline-block;
    padding: 0;
}

.h4 .centered_logo #logo {
    display: inline-block;
    text-align: center;
}
.h5 .left_menu, .h5 .right_menu {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: center;
}

.h5 .centered_menu_logo {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.h5 .centered_container {
    width: 100%;
    display: inline;
}
.h5 .centered_logo {
    width: auto;
    padding: 0 30px;
}
.h5 .header_tools {
    min-width: 200px;
}

.h5 nav .menu>li>a {
    top: 0;
    margin-top: 0;
}
.h5 nav .menu li:first-child {
    padding-left: 0;
}
.h6 .row-fluid .span12:last-child, .h7 .row-fluid .span12:last-child {
    margin-left: 0;
}

.h6 .nav_menu, .h6 nav .menu li:first-child, .h7 nav .menu li:first-child {
    padding-left: 0;
}

.h6 .after_navigation_widgetized, .h7 .after_navigation_widgetized {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: auto;
}
.h6 .after_navigation_widgetized .widget, .h7 .after_navigation_widgetized .widget {
    display: inline-block;
}
.h6 .after_navigation_widgetized .widget ul.footer_social_icons, .h7 .after_navigation_widgetized .widget ul.footer_social_icons {
    display: inline-block;
    list-style: none;
    padding: 0;
}

.h6 .after_navigation_widgetized .widget ul.footer_social_icons li, .h7 .after_navigation_widgetized .widget ul.footer_social_icons li {
    display: inline-block;
    padding: 0 5px;
}

.h6 .header_tools ul, .h7 .header_tools ul {
    margin: 0;
}

.h7 .nav_menu {
    padding-left: 0;
}
.h7 .nav_menu {
    width: auto;
}
.h7 .menu_6 nav .menu li, .h7 .menu_6 nav {
    height: auto;
}

.h7 .after_navigation_widgetized .widget_search {
    width: 250px;
    vertical-align: middle;
}

.h7 .after_navigation_widgetized .widget_search #search-form input {
    border: 1px solid #eee !important;
    border-radius: 25px;
    padding: 0 10px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);
}




























/**/


/* End Header 2 */


/* Header 3 */

.header_3.header_wrapper {
    position: absolute;
}

.header_3.header_wrapper header .container {
    padding-left: 40px;
    padding-right: 40px;
    top: 30px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header_3 nav .menu>li>a {
    margin-top: -14px;
}

.header_3 nav .menu>li {
    border-top: 3px solid transparent;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.header_3 nav .menu>li>ul.sub-menu,
.header_3 nav .menu>li>ul.sub-menu ul {
    top: 97%;
}

.header_3 #navigation {
    float: left !important;
    margin-left: 45px;
}

.header_3 .menu-small {
    margin-bottom: 30px;
}





























/**/


/* End Header 3 */


/* Header 4 */

.header_4.page_header_centered .header_wrapper,
.header_4.page_header_left .header_wrapper,
.header_4.fullwidth_slider_page .header_wrapper {
    position: absolute;
}

.background--dark nav .menu>li>a,
.background--dark header#header .header_tools .vert_mid>a,
.background--dark header#header .header_tools .vert_mid .cart .cart_icon,
.background--dark .slicknav_btn:after {
    color: #fff !important;
}

.background--light header#header .header_tools .open_full_menu {
    color: #222 !important;
}

.menu_4 nav .menu>li {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.menu_4 nav .menu>li:hover>a {
    color: #fff;
}

.menu_4 nav .menu>li>ul.sub-menu,
.menu_4 nav .menu>li>ul.sub-menu ul {
    left: 0;
}

.menu_4 nav .menu>li:last-child {
    padding-right: 20px;
}
.menu_4 nav .menu>li>a {
    padding: 9px 20px;
    border-radius: 20px;
}
.menu_4 nav .menu>li>a:hover {
    color: #fff;
}
.menu_5 nav .menu li:last-child {
    border: 0;
}





























/**/


/* End Header 4*/


/* Header 5 */

.header_5 .open_full_menu i {
    font-size: 22px;
}

.header_5 .open_full_menu {
    height: 40px;
    width: 40px;
    float: left;
    background: #eee;
    vertical-align: middle;
    line-height: 36px !Important;
}

.header_5 nav .menu>li>ul.sub-menu,
.header_5 nav .menu>li>ul.sub-menu ul {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.header_5 header .right_search,
.header_5 header .extra_navigation_button {
    display: none;
}

.header_5.page_header_centered .header_wrapper,
.header_5.fullwidth_slider_page .header_wrapper {
    position: absolute;
}

.header_5 .top_nav {
    z-index: 1;
}

.header_5 .header_tools {
    height: 100%;
    margin-top: 0;
}

.header_5 .header_tools .cart {
    display: none;
}

.header_5 .open_full_menu {
    color: #222;
}

.header_5 nav .menu>li>ul.sub-menu li .sub-menu {
    display: none;
}





























/**/


/* Overlay style */

.overlay_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateZ(0);
}





























/**/


/* Overlay closing cross */

.overlay_menu .overlay-close {
    width: 40px;
    height: 40px;
    position: absolute;
    background: #f6f6f6;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
}

.overlay_menu .overlay-close i {
    font-size: 22px;
}

.admin-bar .overlay_menu .overlay-close {
    top: 50px;
}





























/**/


/* Menu style */

.overlay_menu nav {
    text-align: center;
    position: absolute;
    width: 100% !important;
    height: 100%;
    display: table;
    width: auto;
    float: none;
    font-size: 54px;
}

.overlay_menu ul {
    list-style: none;
    padding: 0;
    float: none;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    position: relative;
}

.overlay_menu ul ul {
    position: relative !important;
    float: left;
    width: 100% !important;
    height: 0;
    visibility: visible;
    text-align: center;
    overflow: hidden;
    padding: 0 !important;
    padding-top: 0px !important;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.overlay_menu .menu-item-has-children:hover .sub-menu {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.overlay_menu ul ul a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.overlay_menu ul li {
    display: block;
    height: auto;
    text-align: center;
    float: left;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding-bottom: 20px;
}

.overlay_menu ul li:last-child {
    margin-bottom: 0;
}

.overlay_menu ul li a {
    display: block;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-align: center;
    float: none;
    width: auto;
    margin-top: 0 !important;
    line-height: 100%;
}

.overlay_menu ul.menu {
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 500px;
    top: 30%;
}

.overlay_menu ul li a:hover,
.overlay_menu ul li a:focus {}





























/**/


/* Effects */

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay_menu nav {
    text-align: center;
    position: relative;
    width: 100% !important;
    height: 100%;
    display: block;
    width: auto;
    float: none;
    font-size: 54px;
}

.overlay-hugeinc nav>ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

.overlay_menu nav ul li a {
    padding-bottom: 5px;
}
.header_5 nav .menu li>ul.sub-menu li {
    border-bottom: none !important;
}

.header_5 nav .menu li ul.sub-menu li a {
    float: none;
    padding: 10px 15px;
    text-align: center;
}

.header_5 nav .amos_custom_menu_mega_menu ul>li h6 {
    text-align: center;
}

.header_5 nav .menu>li>ul.sub-menu li .sub-menu {
    left: 0;
}

.header_5 .overlay_menu ul ul {
    height: 100%;
}

.header_5 .overlay_menu .menu-item-has-children:hover .sub-menu {
    padding-top: 0 !important;
}

.header_5 nav .menu>li>ul.sub-menu li .sub-menu:not(.amos_custom_menu_mega_menu) {
    display: block !important;
    opacity: 1;
}





























/**/


/* End Header 5 */


/* Header 6 */

.header_6 #navigation {
    float: left;
    width: 100%;
    position: relative;
}

.header_shadow_full.header_6 .header_wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header_6 nav ul>li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header_6 nav .menu>li {
    border-right: 1px rgba(255, 255, 255, 0.18) solid;
}

.header_6 nav .menu>li:last-child {
    border: 0;
}

.header_6 .header_widgetized {
    float: right;
    height: 76%;
    font-size: 15px;
    position: relative;
    top: 12%;
    max-width: 70%;
    display: table;
}

.header_widgetized .widget_search {
    padding: 0 10px;
}

.header_6 .header_widgetized .footer_social_icons.circle li {
    background-color: #f6f6f6;
    line-height: 15px;
    float: left;
    text-align: center;
}

.h8 .header_wrapper .footer_social_icons li a i {
    line-height: 32px !Important;
}

.header_6 nav .non_mega_menu {
    left: 0 !important;
}

.fullwidth_slider_page .header_6_wrapper {
    position: absolute;
    width: 100%;
}

.header_6_wrapper #navigation {
    z-index: 9999;
}

.header_6_wrapper .full_nav_menu {
    width: 100%;
    position: relative;
    z-index: 99999;
    float: none;
}

.header_6 .header_widgetized .widget {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.header_6 .header_widgetized .footer_social_icons {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.header_6 .header_widgetized .footer_social_icons li {
    float: left;
    margin-right: 8px;
}





























/**/


/* End Header 6 */


/* Header 7 */

.h8.header_wrapper {
    position: fixed;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.h8 #logo, .h9 #logo {
    display: block;
    float: left;
}

.h8 .boxed_layout .header_wrapper {
    position: fixed !important;
}

.h8.header_wrapper .container {
    width: 100%;
}

.h8.header_wrapper .span12 {
    height: auto !important;
}

.h8 .header_tools {
    display: none;
}

.h8 nav .amos_custom_menu_mega_menu.amos_mega2 {
    left: auto;
}

.h8 #navigation {
    height: auto;
    float: left;
    width: 100%;
}

.h8 #navigation nav {
    height: auto;
}

.h8 #navigation nav .menu {
    height: auto;
    width: 100%;
}

.h8 #navigation nav .menu>li {
    width: 100%;
    text-align: center;
    height: auto;
}

.h8 #navigation nav .menu>li>a {
    position: relative;
    height: auto;
    margin-top: 0;
    top: 0;
    float: left;
    width: 100%;
}
.h8.align_right #navigation .menu>li {
    padding: 0 !Important;
}
.h8.align_left #navigation nav .menu>li>a {
    text-align: left;
}
.h8.align_center #navigation nav .menu>li>a {
    text-align: center;
}
.h8.align_right #navigation nav .menu>li>a {
    text-align: right;
}

.h8 #navigation.pos_left nav .menu>li>ul.sub-menu,
.h8 #navigation.pos_left nav .menu>li>ul.sub-menu ul {
    top: 0;
    right: auto;
}

.h8 #navigation.pos_right nav .menu>li>ul.sub-menu,
.h8 #navigation.pos_right nav .menu>li>ul.sub-menu ul {
    top: 0;
    left: auto;
}
.h8.align_left #logo {
    left: 0;
    float: left;
    height: auto !important;
}

.h8.align_right .span12>#logo {
    right: 0;
    float: right;
    height: auto !important;
}
.h8.align_center #logo {
    left: 50%;
    height: auto !important;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.h8 #logo-snap {
    position: relative;
    left: 50%;
    height: auto !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.h8 #logo img,
.h8 #logo_snap img {
    margin-top: 0;
}

.h8 .header_widgetized {
    float: left;
    width: 100%;
}
.h8 .header_wrapper.align_left .textwidget {
    text-align: left;
}
.h8 .header_wrapper.align_center .textwidget {
    text-align: center;
}
.h8 .header_wrapper.align_right .textwidget {
    text-align: right;
}
.h8 .header_wrapper .textwidget {

    font-size: 14px;
}

.h8 .amos_slider_wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.h8 .header_wrapper .footer_social_icons {
    float: left;
    margin-top: 10px !important;
    position: relative;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.h8 .header_wrapper.align_left .footer_social_icons {
    left: 0;
    transform: translate(0);
    text-align: left;
}

.h8 .header_wrapper.align_right .footer_social_icons {
    left: 0;
    right: 0;
    float: right;
    transform: translate(0);
    text-align: right;
}

.h8 .header_wrapper .footer_social_icons li {
    border-radius: 50%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 5px !important;
    width: 32px !important;
    height: 32px !important;
}

.h8 .header_wrapper .footer_social_icons li:first-child {
    margin-left: 0 !important;
}

.h8 .header_wrapper .footer_social_icons li a {
    float: left;
}

.h8 .header_wrapper .footer_social_icons li i {
    float: left;
    line-height: 32px;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.h8 nav .amos_custom_menu_mega_menu {
    top: auto;
}

.h8.header_shadow_shadow1 .header_wrapper .container:after {
    display: none;
}

.h8 .ls-wp-fullwidth-helper,
.h8 .ls-wp-container,
.h8 .ls-inner,
.h8 .ls-slide {
    left: 0 !important;
    max-width: 100%;
}

.h8 .viewport {
    overflow: hidden;
}
.h8 .top_nav {
    display: none;
}





























/* Hidden header*/

.h9.header_wrapper {
    position: fixed;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.h9 #logo, .h9 #logo {
    display: block;
    float: left;
}

.h9 .boxed_layout .header_wrapper {
    position: fixed !important;
}

.h9.header_wrapper .container {
    width: 100%;
}

.h9.header_wrapper .span12 {
    height: auto !important;
}

.h9 .header_tools {
    display: none;
}

.h9 nav .amos_custom_menu_mega_menu.amos_mega2 {
    left: auto;
}

.h9 #navigation {
    height: auto;
    float: left;
    width: 100%;
}

.h9 #navigation nav {
    height: auto;
}

.h9 #navigation nav .menu {
    height: auto;
    width: 100%;
}

.h9 #navigation nav .menu>li {
    width: 100%;
    text-align: center;
    height: auto;
}

.h9 #navigation nav .menu>li>a {
    position: relative;
    height: auto;
    margin-top: 0;
    top: 0;
    float: left;
    width: 100%;
}
.h9.align_right #navigation .menu>li {
    padding: 0 !Important;
}
.h9.align_left #navigation nav .menu>li>a {
    text-align: left;
}
.h9.align_center #navigation nav .menu>li>a {
    text-align: center;
}
.h9.align_right #navigation nav .menu>li>a {
    text-align: right;
}

.h9 #navigation.pos_left nav .menu>li>ul.sub-menu,
.h9 #navigation.pos_left nav .menu>li>ul.sub-menu ul {
    top: 0;
    right: auto;
}

.h9 #navigation.pos_right nav .menu>li>ul.sub-menu,
.h9 #navigation.pos_right nav .menu>li>ul.sub-menu ul {
    top: 0;
    left: auto;
}
.h9.align_left #logo {
    left: 0;
    float: left;
    height: auto !important;
}

.h9.align_right .span12>#logo {
    right: 0;
    float: right;
    height: auto !important;
}
.h9.align_center #logo {
    left: 50%;
    height: auto !important;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.h9 #logo-snap {
    position: relative;
    left: 50%;
    height: auto !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.h9 #logo img,
.h9 #logo_snap img {
    margin-top: 0;
}

.h9 .header_widgetized {
    float: left;
    width: 100%;
}
.h9 .header_wrapper.align_left .textwidget {
    text-align: left;
}
.h9 .header_wrapper.align_center .textwidget {
    text-align: center;
}
.h9 .header_wrapper.align_right .textwidget {
    text-align: right;
}
.h9 .header_wrapper .textwidget {

    font-size: 14px;
}

.h9 .amos_slider_wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.h9 .header_wrapper .footer_social_icons {
    float: left;
    margin-top: 10px !important;
    position: relative;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

.h9 .header_wrapper.align_left .footer_social_icons {
    left: 0;
    transform: translate(0);
    text-align: left;
}

.h9 .header_wrapper.align_right .footer_social_icons {
    left: 0;
    right: 0;
    float: right;
    transform: translate(0);
    text-align: right;
}

.h9 .header_wrapper .footer_social_icons li {
    border-radius: 50%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 5px !important;
    width: 32px !important;
    height: 32px !important;
}

.h9 .header_wrapper .footer_social_icons li:first-child {
    margin-left: 0 !important;
}

.h9 .header_wrapper .footer_social_icons li a {
    float: left;
}

.h9 .header_wrapper .footer_social_icons li i {
    float: left;
    line-height: 32px;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.h9 nav .amos_custom_menu_mega_menu {
    top: auto;
}

.h9.header_shadow_shadow1 .header_wrapper .container:after {
    display: none;
}

.h9 .ls-wp-fullwidth-helper,
.h9 .ls-wp-container,
.h9 .ls-inner,
.h9 .ls-slide {
    left: 0 !important;
    max-width: 100%;
}

.h9 .viewport {
    overflow: hidden;
}
.h9 .top_nav {
    display: none;
}
.h9.hidden_header.open.pos--left {
    left: 0 !important;
}
.h9.hidden_header.pos--right.open {
    right: 0 !important;
}
.h9.hidden_header {

    -moz-transition: left .15s ease-out;
    -o-transition: left .15s ease-out;
    -ms-transform: left .15s ease-out;
    transition: left .15s ease-out;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
}
.h9.hidden_header #navigation {
    z-index: 9;
    position: relative;
}
.h9.hidden_header.pos--right {
    -moz-transition: right .15s ease-out;
    -o-transition: right .15s ease-out;
    -ms-transform: right .15s ease-out;
    transition: right .15s ease-out;
}

.h9.hidden_header .wrapper-menu {
    margin-top: 0px;
    top: 20px;
}
.admin-bar .h9.hidden_header .wrapper-menu {
    top: 50px;
}

.h9.hidden_header.pos--left .wrapper-menu {
    left: 18px;
}
.h9.hidden_header.pos--right .wrapper-menu {
    right: 18px;
}
.h9.hidden_header .vertical_header_logo_bottom {

    width: 70px;
    position: fixed;
    bottom: 20px;
    display: block;
    z-index: 999999;
}

.h9.hidden_header.pos--left .vertical_header_logo_bottom {
    left: 0;
    -webkit-transition: left .15s ease-in-out;
    -moz-transition: left .15s ease-in-out;
    -ms-transition: left .15s ease-in-out;
    -o-transition: left .15s ease-in-out;
    transition: left .15s ease-in-out;
}
.h9.hidden_header.pos--right .vertical_header_logo_bottom {
    right: 0;
    -webkit-transition: right .15s ease-in-out;
    -moz-transition: right .15s ease-in-out;
    -ms-transition: right .15s ease-in-out;
    -o-transition: right .15s ease-in-out;
    transition: right .15s ease-in-out;
}
.h9.hidden_header .vertical_header_logo_bottom img {
    width: 50px;
    height: auto !Important;
}
.h9.hidden_header.pos--left .vertical_header_logo_bottom img {
    left: 10px;
}
.h9.hidden_header.pos--right .vertical_header_logo_bottom img {
    right: 10px;
}

.h9.hidden_header .vertical_header_logo_bottom #logo {
    left: 0;
    transform: translate(0);
}
.h9.hidden_header.pos--right .vertical_header_logo_bottom #logo {
    float: right;
}
.h9.hidden_header.open .vertical_header_logo_bottom {
    left: -70px;
}
.h9.hidden_header nav .menu>li {
    box-sizing: border-box;
}

.h9.hidden_header .vertical_header_background {
    position: fixed;

    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    z-index: 99;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 1;
}

.h9.hidden_header.pos--left .vertical_header_background {
    left: 0;
}
.h9.hidden_header.pos--right .vertical_header_background {
    right: 0;
}

.h9.hidden_header.open .vertical_header_background {
    opacity: 0;
}

.h9.hidden_header.left_header .nav-growpop a.prev {
    left: 70px;
}
.h9.hidden_header.left_header .nav-growpop a.next {
    right: 0;
}

.h9.hidden_header.right_header .nav-growpop a.next {
    right: 70px;
}
.h9.hidden_header.right_header .nav-growpop a.prev {
    left: 0;
}
.h9.background--dark #sb_instagram .btn-bt.default {
    background: #fff;
    color: #222;
    border: #fff;
}
.h9 #sb_instagram #sbi_load {
    position: relative;
    top: 0;
    transform: none;
    float: none;
}





























/*Menu preset h10*/

.h10 .centered_logo {
    display: table-cell;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
}
.h10 .centered_logo #logo {
    display: inline-block;
    width: auto;
    text-align: center;
}
.h10 .header_tools {
    min-width: 200px;
}

.h10 .header_tools .wrapper-menu, .h11 .header_tools .wrapper-menu {
    position: relative;
    width: 24px;
    height: 18px;
    margin-top: 0
}
.h11 .logo_container {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.h11 #logo.right_align {
    text-align: right;
    display: inline-block;
    float: right;
}
.h11 #logo.left_align {
    text-align: left;
    display: inline-block;
}
.h11 .header_tools {
    width: auto;
}





























/**/


/**/


/* left/right header with transparent bg and padding*/

.header_wrapper.h8.transparent_padding {

    position: fixed;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.h8.transparent_padding .viewport {
    padding-left: 0;
}

.h8 .header_widgetized {
    position: fixed;

    padding-bottom: 60px;
    bottom: 0;
}
.h8.transparent_padding .header_widgetized {}

.h8.background--dark .header_widgetized .widget,
.h8.background--dark .header_widgetized .widget .social_icons_sc a i {
    color: #fff;
}

.h8:not(.transparent_padding) .nav-growpop a.prev {
    left: 280px;
}
.h8.hidden_header.pos--left:not(.transparent_padding) .nav-growpop a.prev {
    left: 70px;
}
.h8.hidden_header.pos--right:not(.transparent_padding) .nav-growpop a.next {
    right: 70px;
}
.h8.hidden_header.pos--right:not(.transparent_padding) .nav-growpop a.prev {
    left: 0;
}





























/**/


/* End Header 7 */


/* Header 8 */

.header_8 nav .menu>li>a {
    margin-top: -8px;
}

.header_8 nav .menu>li {
    border-bottom: 3px solid transparent;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header_8 nav .menu>li>ul.sub-menu,
.header_8 nav .menu>li>ul.sub-menu ul {
    top: 105%;
    left: 0 !important;
}

.header_8 nav .menu>li>ul.sub-menu ul {
    top: -10px;
}





























/**/


/**/


/* End Header 8 */


/* Header 9 Menu 2*/

.header_9 nav .menu>li>a {
    margin-top: -10px;
}

.header_9 nav .menu>li>a {
    border-bottom: 1px solid transparent;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header_9 nav .menu>li>a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
}
.header_9 nav .menu>li.current_page_item>a::before, .menu_2 nav .menu li .sub-menu li.current-menu-item a::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.header_9 nav .menu>li>a:hover::before,
.header_9 nav .menu>li>a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.background--dark.header_9 nav .menu>li>a::before,
.background--dark.header_9 nav .menu>li>a.current_page_item::before {
    background-color: #fff;
}
.menu_2 nav .menu>li>a, .menu_2 nav .menu>li .sub-menu li>a {
    border-bottom: 1px solid transparent;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.menu_2 nav .menu>li>a::before, .menu_2 nav .menu li .sub-menu li a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.47, .94, .04, .98);
    -moz-transition: -moz-transform .5s cubic-bezier(.47, .94, .04, .98);
    transition: transform .5s cubic-bezier(.47, .94, .04, .98);
}
.menu_2 nav .menu>li.current_page_item>a::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.menu_2 nav .menu>li>a:hover::before,
.menu_2 nav .menu>li>a:focus::before, .menu_2 nav .menu li .sub-menu li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.background--dark.menu_2 nav .menu>li>a::before,
.background--dark.menu_2 nav .menu>li>a.current_page_item::before {
    background-color: #fff;
}

.menu_6 nav .menu>li a {
    padding: 0 10px;
}

.menu_6 nav .menu>li>a::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 50%;
    opacity: 0.3;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 70%;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.menu_6 nav .menu>li:hover>a::before, .menu_6 nav .menu>li.current_page_item>a::before {
    transform: scale3d(1, 1, 1);
}

.menu_7 nav .menu li a, .menu_7 nav .menu .sub-menu li a {
    transition: all ease 0.4s;
}





























/**/


/* End Header 9 */


/* Header 10 */

.header_10 #logo,
.header_10 #logo_snap {
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.header_10 .full_nav_menu {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    z-index: 11;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.header_10 .full_nav_menu #navigation {
    float: none;
}

.header_10 nav .menu>li>a {
    top: auto;
    margin-top: 0;
}

.header_10 #navigation nav {
    position: relative;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header_10.header_shadow_shadow1 .header_wrapper .container:after {
    display: none;
}





























/**/


/* End Header 10 */


/* Header 11 */

.header_11.page_header_centered .header_wrapper,
.header_11.fullwidth_slider_page .header_wrapper {
    position: absolute;
}

.header_11 nav {
    float: left;
    width: auto;
}

.header_11 .centered_header {
    position: relative;
    float: left;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header_11 #logo,
.header_11 #logo_snap {
    margin-left: 60px;
    margin-right: 60px;
}

.header_11.sticky_header #logo,
.header_11.sticky_header #logo_snap {
    display: none;
}

.header_11.sticky_header .header_tools {
    display: none;
}

.header_11 .container .row-fluid .span12 {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}





























/*Seach fullscreen screen*/

.search_bar .left_widget, .search_bar .right_widget {
    width: 50%;
    float: left;
    word-break: break-all;
    transform: translate3d(0, 150px, 0);
    transition: transform 1s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    padding-right: 20px;
    box-sizing: border-box;
}
.search_bar .search_widgetized {
    height: 50%;
    width: 100%;
    display: block;
    transform: translate3d(0, 100%, 0);
    transition: transform .8s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.search_bar.open .search_widgetized {
    transform: translate3d(0, 0, 0);
}
.search_bar #search-form {
    height: 50%;
}
.search_bar.open .search_widgetized .left_widget {
    transform: translate3d(0, 0, 0);
    transition-delay: .05s;
}
.search_bar.open .search_widgetized .right_widget {
    transform: translate3d(0, 0, 0);
    transition-delay: .06s;
}





























/**/


/* End Header 11 */


/* Header 12 */

.header_12 #navigation {
    float: left;
    position: relative;
}

.header_shadow_full.header_12 .header_wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header_12 nav ul>li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.header_12 nav ul>li a {
    margin-top: 0;
}

.header_12 nav ul>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.header_12 .header_widgetized {
    float: right;
    position: relative;
    top: 50%;
    max-width: 70%;
    display: table;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_12 nav .non_mega_menu {
    left: 0 !important;
}

.header_12 #navigation {
    z-index: 9999;
}

.header_12 .full_nav_menu {
    width: 100%;
    position: relative;
    z-index: 99999;
    float: none;
}

.header_12 .full_nav_menu .container {
    position: relative;
}

.header_12 .header_widgetized .widget {
    display: table-cell;
    vertical-align: middle;
}

.header_12 .header_widgetized .footer_social_icons {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.header_12 .header_widgetized .footer_social_icons li {
    float: left;
    margin-right: 15px;
}

.header_12 .header_widgetized .footer_social_icons li {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 0px !important;
    width: 32px !important;
    height: 32px !important;
}

.header_12 .header_widgetized .footer_social_icons li:first-child {
    margin-left: 0 !important;
}

.header_12 .header_widgetized .footer_social_icons li:last-child {
    margin-right: 0 !important;
}

.header_12 .header_widgetized .footer_social_icons li a {
    float: left;
}

.header_12 .header_widgetized .footer_social_icons li i {
    float: left;
    line-height: 32px;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.header_12 .header_widgetized .widget {
    float: left;
    display: block;
}

.header_12 .after_navigation_widgetized {
    float: right;
    width: 200px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_12 .after_navigation_widgetized #s {
    width: 100%;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header_12 .after_navigation_widgetized #search-form:after {
    content: "\e86f";
    font-family: 'Linearicons-Free';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    color: #bbb;
}

.header_12 .after_navigation_widgetized #search-form {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 0;
}

.header_12 .after_navigation_widgetized #search-form .more,
footer #search-form .more {
    display: none;
}

.header_12 .full_nav_menu nav ul>li.current-menu-item>a,
.header_12 .full_nav_menu nav ul>li.current-menu-parent>a,
.header_12 .full_nav_menu nav ul>li:hover>a {
    color: #fff;
}

.header_12.header_shadow_full .full_nav_menu {
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.header_12.header_shadow_shadow1 .full_nav_menu .container:after {
    background: url(img/shadow1.png) no-repeat center top;
    bottom: -42px;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 42px;
    position: absolute;
}

.header_12 .full_nav_menu nav ul>li ul li {
    border-left: none !important;
    border-right: none !important;
}





























/**/


/* End Header 12 */


/* HEader 13*/

.header_13 header#header #navigation {
    float: left;
    height: 100%;
    position: relative;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    margin-left: -50px;
}
.header_wrapper.polygon #logo {
    margin-top: -10px;
}





























/* Header 14 */

.header_14 header {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.header_14 header#header #navigation {
    float: left !important;
}
.header_14 .header_widgetized {
    float: right;
}
.header_14 .header_widgetized .footer_social_icons.amos {
    display: inline;
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    padding-top: 10px;
}
.header_14 .header_widgetized .footer_social_icons.amos li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.header_14 .header_widgetized .footer_social_icons.amos li i {
    font-size: 15px;
    color: #b1b1b1;
}
.header_14 nav .menu>li>a {
    margin-top: -8px;
}

.header_14 nav .menu li a:hover, .header_14 nav .menu li.current-menu-item a {
    color: #000;
}
.header_14 header#header #navigation {
    padding-left: 35px;
}
.header_14+.top_wrapper {
    margin-top: -15px;
}
.header_14 .header_widgetized .footer_social_icons.zeroone {
    display: inline;
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    padding-top: 10px;
}

.header_14 .header_widgetized .footer_social_icons.zeroone li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}





























/* End Header 14 */


/**/


/* End Header Polygon */


/* -------------------------------- End Different Headers ---------------- */


/* ----------------------------------------------------------------------- */


/* -------------------------------- Page Headers (Intro) ----------------- */


/* ----------------------------------------------------------------------- */

.header_page {
    width: 100%;
    position: relative;
    float: none;
    z-index: 0;
}
.header_page.fullscreen_height {
    height: 100vh !important;
}

.header_page.without_shadow {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

.header_page .container {
    position: relative;
    z-index: 1000;
    height: 100%;
}

.header_page .page_parents {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    font-size: 14px;
    font-weight: 500;
}

.header_page.with_subtitle.centered .titles h3,
.header_page.with_subtitle.left .titles h3 {
    font-family: Open Sans;
    font-weight: 300;
}

.page_parents li:first-child {
    padding-right: 0px;
}

.page_parents li {
    float: left;
    padding-left: 0px;
    position: relative;
    padding-left: 15px;
    padding-right: 11px;
}

.page_parents li:after {
    content: "|";
    position: absolute;
    left: 0;
    top: 1px;
    width: 3px;
    font-size: 12px;
    height: 7px;
    display: inline;
    margin-top: 0;
}

.page_parents li:first-child:after {
    content: '' !important;
    display: none;
}

.page_parents li.home:after {
    content: '' !important;
    display: none;
}

.page_parents li:last-child {
    margin-right: 0px;
    padding-right: 0;
}

.page_parents li a {
    color: inherit;
}

.page_parents li.home {
    opacity: 1;
}

.page_parents li.home a {
    font-weight: 600;
}

.page_parents li a:hover {
    text-decoration: none;
}

.page_parents li:last-child a {
    margin-right: 0px;
}

.page_parents {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    margin-top: 0px;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
    top: 31px;
    right: 0px;
    z-index: 20;
    float: left;
    right: 0;
    z-index: 1;
}

.header_page h1 {
    color: inherit;
    float: left;
    height: 100%;
}

.header_page.centered,
.header_page.left {
    opacity: 0;
    overflow: hidden;
}

.header_page.centered h1,
.header_page.left h1 {
    width: 100%;
    text-align: center;
}

.header_page.centered .overlay,
.header_page.left .overlay,
.header_page.normal .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header_page.with_subtitle .titles {
    float: left;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header_page.with_subtitle.normal .titles {
    word-wrap: break-word;
    max-width: 533px;
}

.header_page.left.with_subtitle .titles {
    top: 75%;
}

.header_4 .header_page.with_subtitle .titles {
    top: 50%;
}

.header_page.centered .titles h1:after {
    text-align: center;
}

.header_page.with_subtitle.centered .titles h1,
.header_page.with_subtitle.left .titles h1 {
    line-height: 20px;
    color: inherit;
}

.header_page.with_subtitle.centered .titles h3,
.header_page.with_subtitle.left .titles h3 {
    color: inherit;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
}

.header_page.with_subtitle.left .titles h1,
.header_page.with_subtitle.left .titles h3 {
    text-align: left;
}

.header_page.with_subtitle.normal .titles h1 {
    line-height: 40px;
    height: auto;
    float: left;
}

.header_page.with_subtitle.normal .titles h1:after {
    display: none;
}

.header_page.with_subtitle.normal .titles h3 {
    line-height: 13px;
    color: inherit;
    float: left;
    width: 100%;
    margin-top: 4px;
}

.header_page.with_padding_style .divider {
    display: none;
}

.header_page.with_padding_style.with_subtitle.centered h1,
.header_page.with_padding_style.with_subtitle.left h1 {
    float: left;
    text-align: left;
    padding: 24px 28px;
    width: auto;
}

.header_page.with_padding_style.with_subtitle.centered .titles h3,
.header_page.with_padding_style.with_subtitle.left .titles h3 {
    float: left;
    padding: 18px 20px;
    width: auto;
    margin-top: 10px;
    text-align: left;
}

.header_page.with_padding_style.with_subtitle .titles {
    width: 500px;
}

.header_page.with_padding_style .titles h1:after {
    content: "";
    display: none;
}

.header_page.default_dark {
    background: #222;
}

.header_page.default_light {
    background: #f5f5f5;
}





























/**/


/* -------------------------------- End Page Headers (Intro) ------------- */


/* ----------------------------------------------------------------------- */


/* --------------------------------------------------------  End Header ----------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------  Layout --------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */

.top_wrapper {
    /*padding-top:100px;*/
    z-index: 1;
    margin-bottom: 0;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    position: relative;
    float: none;
}
@media(min-width: 979px) {
    .top_wrapper.fixed_footer {
        z-index: 2;
        position: relative;
        float: left !important;
        width: 100% !important;
        display: block;
    }
}





























/**/


/*.page_header_yes #content {
  padding-top:60px;
}*/

.page_header_yes .top_wrapper {
    padding-top: 0;
}

.span9>p:first-child {
    margin-top: 0px;
}

.span9 .row-dynamic-el .container {
    width: 100%
}

#content {
    padding-top: 85px;
    padding-bottom: 85px;
    float: none;
    width: 100%;
    position: relative;
    z-index: 9;
}

#content.section_first {
    padding-top: 0;
}

#content.section_last {
    padding-bottom: 0;
    margin-bottom: -14px;
}

.section-style .row-dynamic-el {
    margin-bottom: 30px
}

.section-style.no_borders {
    border: none !important;
}

.section-style.section_space_2 .row-dynamic-el {
    margin-bottom: 30px;
}

.section-style.section_space_2 .row-dynamic-el:last-child {
    margin-bottom: 0;
}

.section-style.section_space_3 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.section-style.section_space_3 .row-dynamic-el {
    margin-bottom: 90px;
}

.section-style.section_space_3 .row-dynamic-el:last-child {
    margin-bottom: 0;
}

#content.section_last .section-style:last-child {
    border-bottom: none
}

#content.section_first .section-style:first-child {
    border-top: none;
}

.single-portfolio .page_header_yes #content {
    padding-top: 0px !important;
}

.single-portfolio #content {
    padding-top: 0px !important;
}
.single-portfolio .author_bio {
    display: none;
}

.row-dynamic-el:first-child {
    margin-top: 0px;
}

.row-dynamic-el.second_space {
    margin-bottom: 0;
}

.row-dynamic-el.third_space {
    margin-bottom: 60px;
}

.row-dynamic-el.fourth_space {
    margin-bottom: 60px;
    margin-top: -40px;
}

.row-dynamic-el.section-style:first-child {
    margin-top: 0
}

.row-dynamic-el:last-child {
    margin-bottom: 0;
}

.customSelect {
    display: none !important
}

.boxed_layout {
    margin: 0 auto
}

.boxed_layout .ls-wp-fullwidth-helper,
.boxed_layout .ls-wp-container,
.boxed_layout .ls-inner,
.h8 .ls-slide {
    left: 0 !important;
    max-width: 100%;
}

.boxed_layout {
    margin-bottom: 0px;
    position: relative;
}





























/**/


/* Sections */

.section-style {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    display: block;
    /*-webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;*/
}

.section-style.parallax_section .container .row-fluid {
    position: relative;
}

.section-style.parallax_section {
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 50% 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.section-style .bg-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_clear {
    margin-left: -15px;
    margin-right: -15px;
}

.section-style {
    padding-top: 70px;
    padding-bottom: 70px;
}

.wpb_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none;
    width: 100%;
    clear: both;
}

.one_page .wpb_row {
    position: relative;
}

.wpb_row.transparency_section {
    position: absolute;
}

.wpb_row.standard_section {}

.wpb_row.standard_section:last-child {
    margin-bottom: 0;
}

.wpb_row .wpb_row .container {
    width: 100% !important;
}

.wpb_row.section-style {
    margin-right: 0 !important;
    z-index: 2;
}

.wpb_row.section-style:last-child {
    margin-bottom: 0;
}

.wpb_row .wpb_column .wpb_row .container {
    width: auto;
}

.wpb_row .wpb_column .wpb_row {
    margin-left: 0;
    margin-right: 0;
}
.wpb_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.full-width-content {
    padding: 0;
    margin-right: 0 !important;
}

.wpb_column>.vc_column-inner>.wpb_wrapper>*:last-child {
    margin-bottom: 0 !Important;
}

.vc_empty_space {
    width: 100%;
    float: left;
}

.full-width-content .col {
    margin: 0;
}

.full-width-content .span_12 {
    width: 100%;
    float: none;
    display: table;
    margin-left: 0;
}

.vc_responsive .full-width-content.wpb_row .vc_span6 {
    padding-right: 0;
}

.vc_responsive .full-width-content.wpb_row .vc_span12 {
    padding-left: 0;
    padding-right: 0;
}

.vc_responsive .full-width-content.wpb_row .vc_col-sm-6 {
    padding-right: 0;
    padding-left: 0;
}

.vc_responsive .full-width-content.wpb_row .vc_col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.vc_responsive .full-width-content.wpb_row .wpb_column .wpb_column {
    padding-left: 15px;
    padding-right: 15px;
}

.full-width-content .wpb_column.with_bg,
.full-width-content .wpb_column.using_bg {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.full-width-content .wpb_column.with_bg .vc_column-inner,
.full-width-content .wpb_column.using_bg .vc_column-inner {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.wpb_row .arrow_bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 20px 0 20px;
    -webkit-transform: rotate(360deg);
    bottom: -25px;
    left: 50%;
    margin-left: -17.5px;
    position: absolute;
}

.wpb_row .arrow_top {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 25px 20px;
    -webkit-transform: rotate(360deg);
    top: -25px;
    left: 50%;
    margin-left: -17.5px;
    position: absolute;
}

.full-width-content .wpb_column .overlay {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.full-width-content .wpb_column .wpb_wrapper {
    z-index: 2;
    position: relative;
}

.wpb_column.with_overlay .wpb_wrapper {
    position: relative;
    z-index: 2;
}

.wpb_column.with_overlay .overlay {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.wpb_column.centered_col {
    text-align: center;
}

.wpb_column.centered_vertical .wpb_wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.span12 {
    min-height: 0 !important;
}

.with_animation {
    visibility: hidden;
}

.wpb_text_column {
    float: left;
    width: 100%;
}

.wpb_text_column p:first-child {
    margin-top: 0;
}

.wpb_image_grid .wpb_image_grid_ul {
    min-height: 150px;
}





























/**/


/* Fullscreen Sections */

#fullpage .section {
    display: table;
    width: 100%;
}

#fullpage .section .fullscreen_inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#fullPage-nav {
    color: rgb(0, 0, 0);
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 99999;
}

#fullPage-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#fullPage-nav ul a {
    width: 8px;
    margin-bottom: 10px;
    height: 8px;
    border: 2px solid #bbb;
    float: left;
    border-radius: 50%;
}

#fullPage-nav ul a.active {
    border: 2px solid #222;
}





























/* Fixed vertical bar*/

.fixed_bar {
    background: rgba(255, 255, 255, 0.02);
    height: 100%;
    text-align: center;
    width: 74px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
}
.fixed_bar .content {
    width: 70vh;
    padding-left: 5vh;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
}

.fixed_bar .shares {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.fixed_bar .shares .socials {
    background: inherit;
    width: 35px;
    padding: 5px;
    margin: 0;
    position: absolute;
    bottom: 140%;
    left: 50%;
    -webkit-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    visibility: hidden;
    background: rgba(243, 244, 247, 0.2);
    border-radius: 30px;
    box-sizing: border-box;
}
.fixed_bar .shares .socials ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.fixed_bar .icon {
    position: relative;
    width: 20px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.fixed_bar .icon:before, .fixed_bar .icon:after {
    content: "";
    position: absolute;
    transition: transform 0.25s ease-out;
}
.fixed_bar .icon:before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: 0px;
}
.fixed_bar .icon:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 0px;
}

.fixed_bar .icon:hover:before {
    transform: rotate(90deg);
}
.fixed_bar .icon:hover:after {
    transform: rotate(180deg);
}
.fixed_bar .shares:hover .socials {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}





























/**/


/* End Fullscreen Sections */


/* --------------------------------------------------------  End Layout ----------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------  Footer --------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */

footer .widget_search input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.02) !important;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 13px;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
}

.footer_wrapper {
    position: relative;
    float: left;
    margin-top: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

@media(min-width: 979px) {
    .footer_wrapper.fixed_footer {
        bottom: 0;
        position: fixed;
        z-index: 1;
    }
}

footer#footer {
    width: 100%;
    float: none;
}

footer .textwidget p:first-child {
    margin-top: 0;
}

footer .icon_text {
    width: 100%;
}

footer#footer .inner {
    position: relative;
}

footer#footer .inner .row-fluid.ff:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

footer#footer .inner .row-fluid.ff .span12:first-child:last-child {
    position: relative;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0px;
}

footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget {
    text-align: center;
}

footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget ul li {
    width: auto;
    margin-right: 10px;
    padding: 0;
}

footer#footer .inner .row-fluid.ff .span12:first-child:last-child .widget ul li:last-child {
    margin-right: 0;
}

footer#footer .inner .row-fluid.ff .span12:first-child:last-child .footer_social_icons {
    position: relative;
    left: 50%;
    width: auto;
    float: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
footer#footer .inner .row-fluid.ff.center_content {
    display: flex;
    align-items: center;
}
footer .inner .span4:nth-child(3) .social_widget {
    float: right;
    width: auto;
}

footer#footer .widget .megamenu_container {
    float: left;
    position: relative;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

footer#footer .contact_information dl {
    margin-bottom: 5px;
}

footer#footer .contact_information dl:last-child {
    margin-bottom: 0
}

.fullwidth_footer footer#footer .inner {
    padding-left: 70px;
    padding-right: 70px;
}

footer#footer .bg-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#copyright {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 28px;
}

.fullwidth_footer #copyright {
    padding-left: 70px;
    padding-right: 70px;
}

#copyright .desc {
    display: table;
    float: left;
}

#copyright .copyright_text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#copyright .desc div:not(:only-child).copyright_text {
    text-align: left;
}





























/**/


/*General Widget Styling */

footer .inner .widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}





























/**/


/*End */


/* Footer Recent Comments */

footer .widget_recent_comments li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer .widget_recent_comments li a {
    float: none !important;
    width: auto !important;
}





























/**/


/* End Footer Comments */

footer .tagcloud a {
    color: #999999;
    padding: 4px 10px;
    font-size: 13px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

footer .tagcloud a:hover {
    color: #fff;
    text-decoration: none
}

footer .widget_flickr {
    float: left;
}

footer .widget_flickr .flickr_container {
    float: left;
    margin-top: 0px
}

footer .widget_flickr .flickr_badge_image {
    float: left;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    transition-duration: 0.7s;
    border: 2px solid rgba(0, 0, 0, 0);
    margin-bottom: 9px;
    margin-right: 13px;
    width: 68px;
    height: 68px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    moz-border-radius: 6px
}

footer .span4 .flickr_badge_image {
    width: 75px;
    height: 80px;
    max-width: 93px;
}

footer .widget_flickr img {
    /*filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  -o-filter:grayscale(100%);
  filter:url("desaturate.svg#greyscale");
  filter:gray;
  */
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

footer .inner .widget_flickr img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: url("desaturate.svg");
    filter: none;
}

footer .inner .widget_flickr .flickr_badge_image:nth-child(3n+1) {}

footer .inner .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    border-bottom: none !important;
}

footer .inner .widget ul li:first-child {
    padding-top: 0;
}

footer .inner .widget ul li {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .inner .widget ul li a {
    float: left;
    width: 100%;
}
footer .inner .widget_flickr .flickr_badge_image:nth-child(5) {
    margin-bottom: 0
}

footer .inner .widget_flickr .flickr_badge_image:nth-child(6) {
    margin-bottom: 0
}

footer .inner .widget_flickr .flickr_badge_image:nth-child(7) {
    margin-bottom: 0
}

footer .inner .widget_contact_info ul {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

footer .inner .widget_contact_info li {
    border: none !important;
    margin-bottom: 0px !important;
    padding: 0 !important;
}

footer .inner .widget_contact_info li i {
    margin-right: 10px;
    height: 30px;
    float: left;
    margin-top: 2px;
}

footer .inner .widget_contact_info li span {
    line-height: 18px;
}

footer .inner .widget_contact_info li span span {
    font-weight: 400;
}

footer .inner .widget_recent_posts li {
    background: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-bottom: 0px;
    width: 100%;
}

footer .inner .widget_recent_posts li:last-child {
    margin-bottom: 0;
}

footer .inner .widget_recent_posts li dt {
    width: 44px;
    height: 44px;
    border: 2px solid #444444;
    cursor: pointer;
}

footer .inner .widget_recent_posts li dt:hover {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

footer .inner .widget_recent_posts li dt img {
    border: 2px solid #222;
    width: 40px;
    height: 40px;
}

footer .inner .widget_recent_posts li dl {
    margin: 0;
}

footer .inner .widget_recent_posts li .info {
    color: #a0a0a0;
    margin-top: 0;
}

footer .widget_recent_posts dl {
    width: 100%;
}

footer .widget_recent_posts dd {
    margin-left: 0;
}

footer .inner .widget {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

footer .inner .widget:last-child {
    margin-bottom: 0;
}

footer .footer_social_icons {
    width: 100%;
    margin: auto !important;
    margin-top: 0px !important;
    position: relative;
}

footer .inner .footer_social_icons li {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 8px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

footer .inner .footer_social_icons li:first-child {
    margin-left: 0 !important;
}
footer .inner .footer_social_icons li a {
    line-height: 40px;
}
footer .footer_social_icons li a {
    float: left;
}

footer .footer_social_icons.circle li a i {
    float: left;
    line-height: 40px !important;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.footer_social_icons li:hover a i {
    color: #fff !important;
}

footer ul.sub-menu {
    padding-left: 32px !important;
}

footer ul li.menu-item-has-children {
    padding-bottom: 10px;
}

footer #wp-calendar {
    width: 100%;
}

footer #wp-calendar td {
    padding-left: 16px;
}

footer #wp-calendar td#today {
    color: #cdcdcd;
}
footer .inner .container {
    position: relative;
}
footer #search-form:after {
    content: "\e86f";
    font-family: 'Linearicons-Free';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 16px;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    color: #ababab;
}

footer #search-form {
    width: 100%;
    float: left;
    position: relative;
}

footer .widget-title {
    margin-bottom: 30px;
}

.widget_twitter li .message {
    padding-top: 0;
    margin-top: 0;
}

.widget_twitter dl {
    margin: 0;
    margin-bottom: 20px;
}

.widget_twitter dl:last-child {
    margin-bottom: 0;
}

.widget_twitter dl dt {
    width: 22px;
    height: 22px;
}

.widget_twitter dl dd {
    margin-left: 35px;
}

.widget_twitter dl dd .message span {
    float: left;
    width: 100%;
    margin-top: 2px;
}

.widget_twitter span.date {
    font-style: italic;
    margin-top: 10px;
}

.widget_twitter dl dt i {
    font-size: 18px;
}

.widget_most_popular dt {
    width: 60px;
    height: 50px;
}

.widget_most_popular dd {
    margin-left: 75px;
}

.widget_most_popular dl {
    margin: 0;
}

.widget_most_popular li {
    margin-bottom: 20px;
}

.widget_most_popular li:after {
    content: "";
    display: none;
}

.widget_most_popular li:last-child {
    margin-bottom: 0;
}

.widget_most_popular .date {
    float: left;
    color: #fff;
    padding: 0px 8px;
    font-size: 12px;
    font-weight: 600;
}

#copyright .widget ul {
    float: left;
    list-style: none;
    display: inline-block;
    margin: 0;
    border: none;
}

#copyright .widget ul li {
    float: left;
    padding-right: 14px;
    margin-top: 5px;
    border-bottom: none !important;
    line-height: 15px !important;
    height: 11px;
}

#copyright .widget ul li a {
    top: -2px;
    position: relative;
}

#copyright .widget ul li:first-child {
    border: none;
}

#copyright .footer_social_icons {
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0px !important;
    margin-top: 0px !important;
    position: relative;
    padding: 0;
    list-style: none
}

#copyright .footer_social_icons li {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 8px !important;
    width: 40px !important;
    margin-top: 0 !important;
    padding-right: 0 !important;
    height: 40px !important;
}

#copyright .footer_social_icons li:after {
    display: none
}

#copyright .footer_social_icons li:first-child {
    margin-left: 0 !important;
}

#copyright .footer_social_icons li a {
    float: left;
}

#copyright .footer_social_icons li i {
    float: left;
    line-height: 26px;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}





























/**/


/* -------------------------------------------------------- End Footer ------------------------------------------------------ */


/* -------------------------------------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------  BLOGS ---------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------- Overall ------------------------------ */


/* ----------------------------------------------------------------------- */

#blog .span9 {
    position: relative;
    padding-right: 30px;
}
.sidebar_left #blog .span9 {
    padding-left: 30px;
    padding-right: 0;
}
#blog .sidebar, aside {
    padding-left: 0px;
}
.sidebar_left#blog .sidebar, .sidebar_left #blog .sidebar {

    border-left: 0;
    padding-right: 0px;
    padding-left: 0;
}

.single-post .blog-article.post-password-required .extra_info {
    margin-top: 25px;
}

body:not(.single-post) .blog-article .btn-bt {
    border: none !important;
    padding: 0 !important;
    box-shadow: none;
    transform: none;
}

body:not(.single-post) .blog-article .btn-bt i {
    border: none !important;
    margin-top: -2px !Important;
    float: left;
}

body:not(.single-post) .blog-article .btn-bt span {
    float: left;
    position: relative;
    margin-right: 35px;
}

body:not(.single-post) .blog-article .btn-bt:hover,
body:not(.single-post) .blog-article .btn-bt:before {
    background: transparent;
    transform: none;
}

.media {
    float: left;
    width: 100%;
}

.media img {
    width: 100%
}

.media iframe {
    width: 100%;
}

.blog-article .post-like i,
.blog-article .post-like {
    vertical-align: middle;
    line-height: inherit;
}

.blog-article .dl-horizontal dt {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkitborder-radius: 50%;
}

.blog-article .info .author,
.blog-article .info .date,
#comments .author {
    display: inline-block;
    position: relative;
}
.blog-article:not(.creative-single) .info .date {
    float: left;
}
.blog-article.grid-style .date {
    color: #fff !important;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
}
.single-post .blog-article:not(.creative-single) .info .date {
    display: block;
    font-weight: 600;
}
.blog-article .info .categories,
.blog-article .info .author {
    display: inline-block;
}

.blog-article .info .author a,
.blog-article .info .categories a,
.blog-article .info .categories span,
#comments .author {
    font-weight: 600;
}

.blog-article .readmore, .latest_blog .content .readmore {
    margin-top: 20px;
    display: block;
    float: left;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    font-family: Montserrat;
    position: relative;
}
.blog-article.standard-style .readmore {
    margin-bottom: 20px;
}

#posts_container .p_pagination {
    margin-top: -50px;
    margin-left: 118px;
}


.blog-article .readmore span {
    position: relative;
}
.blog-article .readmore span:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #b5b5b5;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 1;
}
.blog-article .readmore span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
    z-index: 2;
}
.blog-article .readmore:hover span:after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.blog-article .extra_info .comment_count {
    display: block;
    position: relative;
    float: left;
    margin-left: 10px;
}

.blog-article .comment_count i,
.blog-article .comment_count {
    vertical-align: middle;
}





























/* -------------------------------- End Overall -------------------------- */


/* ----------------------------------------------------------------------- */


/*----------------------------------Creative Single Post-------------------------*/

.header_creative_single {
    position: relative;
    z-index: 1500;
    margin: 0 auto;
    min-height: 560px;
    width: 100%;
}
.header_creative_single .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    top: 0;
    left: 0;
    z-index: 1;
}
.header_creative_single .overlay.light {
    background-color: rgba(255, 255, 255, 0.7);
}
.blog-article.format-video .header_creative_single .overlay.light {
    display: none;
}
.header_creative_single .overlay.dark, .header_creative_single .overlay.auto {
    background-color: rgba(0, 0, 0, 0.7);
}
.blog-article.format-video .header_creative_single .title {
    top: 35%;
}

.header_creative_single .bg-img {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.blog-article.creative-single.format-quote .text>i {
    display: none;
    float: left;
    left: 0px;
    font-size: 43px;
    opacity: 0.1;
}
.blog-article.creative-single.format-quote .text p:not(.author_links):not(.author_name) {
    font-size: 18px;
    line-height: 28px;
    font-style: italic !important;
    padding: 0;
    margin: 0;
    text-align: center;
}

.blog-article.creative-single.format-quote .text .title {
    float: right;
    padding: 10px 0;
}
.blog-article .header_creative_single .flexslider .slides img {
    max-height: 560px;
}
.blog-article .header_creative_single .flexslider .flex-control-nav {

    bottom: 40px;
    z-index: 999999;
}
.header_creative_single .title {
    z-index: 1000;
    margin: 0 auto;
    padding: 0 1.25em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header_creative_single .title>.info {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    width: 100%;
    float: left;
    font-size: 14px;
}
.header_creative_single .title>.info .comments {
    margin-left: 5px;
}
.header_creative_single .title .categories {
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
}
.header_creative_single .title>.info .author {
    margin-right: 5px;
}

.header_creative_single .title h1 {
    margin-top: 10px;
    font-size: 60px;
    line-height: 75px;
}
.creative-single.background--dark .title h1,
.creative-single.background--dark .title .info span,
.creative-single.background--dark .title .info,
.creative-single.background--dark .title .info li .categories a,
.creative-single.background--dark .title .info li.date, .creative-single.background--dark .title .categories {
    color: #fbfbfb;
}
.creative-single {
    width: 100%;
    background: #fff;
    position: relative;
    display: block;
    float: left;
}
.creative-single ul.info {
    list-style: none;
}

.creative-single .info li {
    float: left;
}

.creative-single>.content {
    width: 80%;
    background: #fff;
    padding: 50px;
    left: 50%;
    float: left;
    box-sizing: border-box;
    transform: translateX(-50%);
    position: relative;
    margin-top: -100px;
    z-index: 2000;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.creative-single #comments {
    margin: 0 auto;
    padding: 70px 0;
    top: 0;
    background: #fbfbfb;
}

.creative-single>.content .text,
.creative-single #respond,
.creative-single #comments .comments_list,
.creative-single #comments .single_title {

    margin: 0px auto;
    height: 100%;
}

.creative-single .title .info li {
    line-height: 21px;
}

.creative-single .title .categories a {
    margin-bottom: 10px;
    line-height: 40px;
}

.creative-single .title .info li:nth-child(even) {
    padding: 0 5px;
}

.creative-single .title .info li .author {
    padding-right: 5px;
}

.creative-single .title .info li .categories {
    padding-left: 5px;
}
.creative-single.background--dark .title .info li.date::after,
.creative-single.background--dark .title .info li.date::before {
    background: #fff;
}
.blog-article.creative_single .extra_info {
    padding-top: 40px;
    margin-top: 20px;
}
.post_navigation {
    background: #fff;
    width: 100%;
}
.single:not(.single-product) #comments {
    width: 90%;
    margin-bottom: 90px;
    margin-top: 50px;
}

.single #comments.creative {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.single .creative-single #comments {
    padding-right: 50px;
}
.blog-article.creative-single .content h1 {
    text-align: center;
    margin-bottom: 30px;
}
.blog-article .author_bio {
    text-align: center;
    float: left;
    width: 100%;
    margin: 40px 0;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    position: relative;
    padding: 30px;
    background: #f6f6f6;
    margin-top: 30px;
}

.blog-article .author_bio .author_name {
    font-weight: 600;
}
.blog-article .author_bio img {
    border-radius: 50%;
}
.blog-article .author_bio .author_desc {
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    float: left;
}
.blog-article .author_bio .author_links {
    text-align: center;
    float: left;
    width: 100%;
}
.blog-article .author_bio .author_links a {
    left: 50%;
    transform: translateX(-50%);
}





























/**/


/* -------------------------------- End Creative Post -------------------------- */


/* ----------------------------------------------------------------------- */


/*----------------------------------Related Posts-------------------------*/

.single .related_posts {
    float: left;
    padding: 0px 0 90px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.single .row.related {
    background: #f7f7f7;
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0;
    margin-top: -60px;
}

.single .related .span12 {
    padding: 0;
}
.related h4 {
    text-align: center;
    margin: 120px 0 50px;
}
.single .related_posts .blog-article.grid-style .content {
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(245, 242, 245, 1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(245, 242, 245, 1);
    box-shadow: 0px 0px 1px 1px rgba(245, 242, 245, 1);
}

.single .related_posts .owl-item .blog-article.grid-style {
    padding: 0 10px;
}

.related_posts .blog-article .extra_info .comment_count {
    float: right;
    letter-spacing: 0.5px;
    line-height: 21px;
}

.related_posts .blog-article .extra_info {
    padding: 0;
    padding-top: 12px;
}

.related_posts .blog-article h3 {
    word-wrap: break-word;
    float: left;
    width: 100%;
    font-size: 18px !important;
    line-height: 23px !important;
}

.related_posts .blog-article.grid-style .info {
    font-size: 12px !important;
}

.single .related_posts .blog-article .flexslider {
    margin: 0;
}

.single .related_posts .blog-article .flexslider .flex-control-nav {
    bottom: 10px;
}
.related_posts .blog-article.grid-style .info li.date {
    width: 100%;
}
.related_posts .extra_info {
    display: none;
}
.single .related_posts .blog-article.grid-style .quote i.moon-quotes-left {
    top: -34px;
    left: -20px;
    position: absolute;
    font-size: 70px;
    opacity: 0.1;
}

.single .related_posts .blog-article .quote .text {
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
}

.single .related_posts .blog-article .quote .author {
    float: none !important;
}





























/**/


/* -------------------------------- Post Like ---------------------------- */


/* ----------------------------------------------------------------------- */

.post-like {
    list-style: none;
    float: left;
}

.format-quote .post-like {
    margin-top: 0;
    margin-right: 0 !important;
}

.format-quote .post-like i {
    margin-right: 0 !important;
}

.post-like i {
    padding-right: 4px;
}





























/**/


/* -------------------------------- End Post Like ------------------------ */


/* ----------------------------------------------------------------------- */


/* -------------------------------- Share Link --------------------------- */


/* ----------------------------------------------------------------------- */

.shares_container {
    position: relative;
    float: right;
}

.blog-article ul.shares {
    float: right;
}

.single-post .blog-article .share_link {
    margin-left: 10px;
}

.blog-article ul.shares {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    opacity: 1;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.blog-article ul.shares li {
    display: inline-block;
    float: left;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    background: #969fa5;
}
.blog-article ul.shares li i {

    color: #fff;
}
.blog-article ul.shares li a {
    line-height: 30px !important;
}

.blog-article .share_link {
    float: right;
    margin-top: 35px;
    margin-right: 10px;
}

.format-quote.blog-article .share_link {
    margin-top: 0;
    margin-right: 0 !important;
    float: right !important;
}

.format-quote.blog-article .share_link i {
    margin-right: 0 !important;
}

.blog-article .share_link i {
    padding-right: 4px;
    font-size: 20px;
    color: #555;
}

.blog-article .extra_info {
    padding: 20px 0;
    border-width: 0px;
    border-top-width: 1px;
    border-style: solid;
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 30px !important
}

.blog-article.standard-style .extra_info, .blog-article.creative-single .extra_info {
    padding-top: 40px;
    padding-bottom: 0;
    margin-top: 20px;
}
.blog-article.standard-style .info .author, .blog-article.standard-style .categories {
    display: none;
}
.blog-article .extra_info .tags {
    position: relative;
    float: left;
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
}

.blog-article .extra_info .tags a {
    padding: 5px 8px;
    background: #f6f6f6;
}

.blog-article .media .overlay {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.blog-article .media:hover .overlay {
    transform: scale(1);
}

.blog-article .extra_info div.shares_container:only-child,
.blog-article .extra_info div.shares_container:only-child .shares {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    float: left;
}

.blog-article .extra_info div.shares_container .shares_title {
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.tags a {
    border-radius: 3px;
    background: #f6f6f6;
    padding: 2px 12px;
    font-size: 12px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.tags {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    float: left;
}





























/**/


/* -------------------------------- End Share Link ----------------------- */


/* ----------------------------------------------------------------------- */


/* -------------------------------- Timeline Blog ------------------------ */


/* ----------------------------------------------------------------------- */

#blog.container {
    position: relative;
}

.timeline-border {
    position: absolute;
    top: 0;
    left: 55px;
    width: 1px;
    height: 88%;
    float: left;
    z-index: 0;
}

.fullwidth .timeline-border {
    left: 35px;
}

.blog-article.timeline-style {
    width: 100%;
    float: left;
    z-index: 2;
}

.blog-article.timeline-style .timeline {
    width: 12.2%;
    height: 75px;
    padding-right: 27px;
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.blog-article.timeline-style .timeline .date {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
}

.blog-article.timeline-style .timeline .date span,
.blog-article.timeline-style .timeline .date {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.blog-article.timeline-style .timeline .date .day {
    font-size: 24px;
    font-weight: 300;
    color: #999;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 15px;
    line-height: 24px;
}

.blog-article.timeline-style .timeline .date .month {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 18px;
}

.blog-article.timeline-style .timeline .date:hover .month,
.blog-article.timeline-style .timeline .date:hover .day {
    color: #fff;
}

.blog-article.timeline-style .timeline .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    opacity: 0;
    -moz-transition: height 0.3s opacity 0.3s;
    -webkit-transition: height 1s opacity 1s;
    -o-transition: height 1s opacity 1s;
    -ms-transition: height 1s opacity 1s;
    transition: opacity 0.4s;
}

.blog-article.timeline-style .timeline .date:hover .avatar {
    opacity: 1;
}

.blog-article.timeline-style .extra_info {
    border-bottom: 0px;
}

.blog-article.timeline-style .post_box {
    width: 87.8%;
    float: left;
}

.blog-article.timeline-style .post_box.box_shadow {
    -moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, .1);
    margin-left: 90px;
    float: left;
}

.fullwidth .blog-article.timeline-style .post_box {
    width: 87.8%;
}

.fullwidth .blog-article.alternate-style a.btn-bt {
    display: block;
}

.blog-article.timeline-style .media {
    float: left;
    position: relative;
}

.blog-article.timeline-style .media .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.blog-article.timeline-style .media .overlay .post_type_circle i {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    float: left;
    width: 52px;
}

.blog-article.timeline-style .media .overlay .post_type_circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    background: rgba(51, 51, 51, 0.34);
    top: 45%;
    opacity: 0;
    left: 50%;
    cursor: pointer;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.blog-article.timeline-style .media:hover .overlay .post_type_circle {
    top: 50%;
    opacity: 1;
}

.blog-article.timeline-style .media:hover .overlay {
    opacity: 1;
}

.blog-article.timeline-style .media>*:not(.post_type) {
    width: 100%;
}

.blog-article.timeline-style .content {
    padding: 20px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-article.timeline-style .content h1 {}

.blog-article.timeline-style .content .quote {
    position: relative;
    float: left;
    width: 100%;
}

.blog-article.timeline-style .content .quote i.moon-quotes-left {
    position: absolute;
    float: right;
    left: 0px;
    font-size: 43px;
    opacity: 0.1;
}

.blog-article.timeline-style .content .quote p {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    padding: 0;
    margin: 0;
    padding-left: 45px;
    padding-top: 15px;
}

.blog-article.timeline-style .content .quote .text {
    font-style: italic;
    padding-left: 55px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.blog-article.timeline-style .content .quote .title {
    font-weight: 600;
    font-style: italic;
    float: left;
    line-height: 35px;
    text-align: right;
    width: 100%;
}

.blog-article.timeline-style .content .quote .author {

    margin-top: 3px;
}

.blog-article.timeline-style .content .text {
    margin-top: 10px;
    padding-bottom: 10px;
}

.blog-article.timeline-style .content .text p {
    margin-bottom: 0;
}

.blog-article.timeline-style .info {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-top: 0px;
}

.blog-article.timeline-style .info li {
    float: left;
    margin-right: 15px;
    line-height: inherit;
    padding-right: 15px;
}

.blog-article.timeline-style .info li i {
    margin-right: 7px;
    float: left;
    line-height: inherit;
}

.blog-article.timeline-style .info li:last-child {
    border: none;
}

.blog-article.timeline-style .flex-control-nav {
    bottom: 10px;
}

.blog-article.timeline-style .flexslider {
    margin: 0;
}

.blog-article.timeline-style .extra_info {
    padding-bottom: 0;
}




























/**/


/* -------------------------------- End Timeline Blog -------------------- */


/* ----------------------------------------------------------------------- */


/* -------------------------------- Standard Blog ------------------------ */


/* ----------------------------------------------------------------------- */

.blog-article.standard-style {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    z-index: 2;
}

.single .blog-article.standard-style {
    margin-bottom: 20px;
}

.blog-article.standard-style .media {

    float: left;
    position: relative;
    min-height: 100px;
    text-align: center;
}

.single-post .blog-article.standard-style .media {
    width: 90%;
}

.blog-article.standard-style .content h1 {
    word-break: break-word;
}

.blog-article.standard-style.format-audio .media {
    min-height: auto;
}

.blog-article.standard-style .media .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.blog-article.standard-style .media .overlay .post_type_circle i {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    float: left;
    width: 52px;
}

.blog-article.standard-style .media .overlay .post_type_circle {
    width: 50px;
    height: 50px;
    background: rgba(51, 51, 51, 0.34);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 45%;
    opacity: 0;
    left: 50%;
    cursor: pointer;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.blog-article.standard-style .media:hover .overlay .post_type_circle {
    top: 50%;
    opacity: 1;
}

.blog-article.standard-style .media:hover .overlay {
    opacity: 1;
}

.blog-article.standard-style .media>*:not(.post_type) {
    width: 100%;
}





























/*Sticky Post highlight */

.blog-article.sticky .content {

    border-top: 4px;
    border-top-style: solid;
}

.blog-article.standard-style .content {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -100px;
    background: #fff;
    position: relative;
    padding: 50px;
    text-align: center;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.single-post .blog-article.standard-style .content {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin-top: -100px;
    left: 0;
    transform: none;
    background: #fff;
    position: relative;
    padding: 50px;
    text-align: center;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.single .blog-article.standard-style .content {
    text-align: left;
}
.single .blog-article.standard-style .content h1 {
    text-align: center;
}

.single .blog-article.standard-style .content .text h1 {
    text-align: left;
}

.blog-article.standard-style .readmore {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.blog-article.standard-style .content .text h1 {
    padding-bottom: 0px;
}

.blog-article.fullscreen-single h1 {
    font-size: 48px !important;
}

.blog-article.standard-style .content .quote {
    position: relative;
    float: left;
    width: 100%;
}

.blog-article.standard-style .content .quote .text {

    padding-left: 55px;
    font-size: 18px;
    line-height: 24px;
}

.blog-article.standard-style .content .quote i.moon-quotes-left {
    position: absolute;
    float: right;
    left: 0px;
    font-size: 43px;
    opacity: 0.1;
}

.blog-article.standard-style .content .quote p {
    font-size: 18px;
    line-height: 28px;
    font-style: italic !important;
    padding: 0;
    margin: 0;
}

.blog-article.standard-style .content .quote .author {
    margin-top: 3px;
}

.blog-article.standard-style .content .text {
    margin-top: 20px;
    padding-bottom: 20px;
}

.blog-article.standard-style .content .quote .title, .blog-article.alternate-style .content .quote .title {
    font-weight: 600;
    font-style: italic;
    line-height: 35px;
}

.blog-article.standard-style .categories {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
    color: #fff;
}
.blog-article.standard-style .content .quote .text {
    line-height: 38px !important;
    font-size: 26px !important;
    letter-spacing: 0;
    text-transform: none !important;
}
.blog-article.standard-style .categories a {
    background: rgba(10, 10, 10, 0.5);
    padding: 8px 12px;
    border-radius: 6px;
    margin-right: 5px;
    transition: cubic-bezier(0.46, 0.03, 0.52, 0.96) all 0.4s;
}
.blog-article.standard-style .categories a:nth-child(2) {
    transition: cubic-bezier(0.46, 0.03, 0.52, 0.96) all 0.5s;
}
.blog-article.standard-style .flexslider {
    margin: 0 !Important;
}

.blog-article.standard-style.format-audio .media {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
}

.blog-article.standard-style.format-audio .content {
    margin-top: 0;
}

.blog-article.standard-style.format-quote .info, .blog-article.standard-style.format-quote .readmore, .blog-article.standard-style.format-quote .info, .blog-article.standard-style.format-quote .extra_info {
    display: none;
}

.blog-article.standard-style.format-quote .content {
    color: #fff;
    width: 100%;
}
.single .blog-article.standard-style.format-quote .content {
    background: transparent !important;
}

body:not(.single) .blog-article.standard-style.format-quote .content .quote .text, body:not(.single) .blog-article.standard-style.format-quote .content .quote .text a, .latest_blog .format-quote .content .quote .text a, .latest_blog .format-quote .content .quote .text, .blog-article.alternate-style .content .quote .text {
    padding-left: 0;
    color: #fff;
}
.blog-article.standard-style.format-quote .content .quote .text i {
    display: none;
}





























/**/


/*.blog-article.standard-style .content .text p{margin-bottom:0;}*/

.blog-article.standard-style .info {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.blog-article.standard-style .info li {
    float: left;
    margin-right: 15px;
    line-height: inherit;
    padding-right: 15px;
}

.blog-article.standard-style .info li i {
    margin-right: 7px;
    float: left;
    line-height: inherit;
}

.blog-article.standard-style .info li:last-child {
    border: none;
}

.blog-article.standard-style .info dl {
    margin-bottom: 10px;
}
.blog-article.standard-style .info .date, .blog-article.creative-single .title .date {
    float: left;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    color: #fff !important;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}
.related_posts .date, .blog-article.alternate-style .date {
    color: #fff !important;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
}





























/**/


/* -------------------------------- End Timeline Blog -------------------- */


/* ----------------------------------------------------------------------- */


/* -------------------------------- Alt. Blog ------------------------ */


/* ------------------------------------------------------------------- */

.blog-article.alternate-style {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    z-index: 2;
    position: relative;
}

.blog-article.alternate-style .media {
    float: left;
    position: relative;
}

.fullwidth .blog-article.alternate-style .media,
.blog-article.alternate-style .media {
    max-width: 50%;
    width: 50%;
    margin-top: 0;
}
.blog-article.alternate-style .media .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}
.blog-article.alternate-style .content h1 {
    float: left;
    width: 100%;
}
.blog-article.alternate-style .media .overlay .post_type_circle i {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    float: left;
    width: 52px;
}
.blog-article.alternate-style .readmore {
    margin-top: 20px;
}
.blog-article.alternate-style .media .overlay .post_type_circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    background: rgba(51, 51, 51, 0.34);
    top: 45%;
    opacity: 0;
    left: 50%;
    cursor: pointer;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.blog-article.alternate-style.format-quote .info, .blog-article.alternate-style.format-quote .date {
    display: none;
}
.blog-article.alternate-style .media:hover .overlay .post_type_circle {
    top: 50%;
    opacity: 1;
}

.blog-article.alternate-style .media:hover .overlay {
    opacity: 1;
}

.blog-article.alternate-style .media>*:not(.post_type) {
    width: 100%;
}

.blog-article.alternate-style .content {
    margin-left: 0px;
    float: left;
    padding: 30px 0 30px 50px;
    max-width: 50%;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span9 .blog-article.alternate-style .content {
    padding: 10px 0 10px 30px;
}
.alternate-style .flex-control-nav {
    display: none !important;
}
.sidebar_left .blog-article.alternate-style .info .dl-horizontal dd, .sidebar_right .blog-article.alternate-style .info .dl-horizontal dd {
    margin-left: 0;
}

.dual #blog aside:first-child {
    padding-right: 0px;
    border-left: none;
    padding-left: 0;
}
.dual .span6 {
    padding-right: 20px;
    padding-left: 20px;
}

.dual .span6 .blog-article.standard-style .content {
    width: 90% !important;
}
.blog-article.alternate-style .info .dl-horizontal {
    margin-bottom: 10px;
    margin-top: 0;
}
.blog-article.alternate-style .content .quote {
    position: relative;
    float: left;
    width: 100%;
}
.blog-article.alternate-style.format-quote .content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 50px;
    color: #fff;
}

.blog-article.alternate-style .content .quote i {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 32px;
}

.blog-article.alternate-style .content .quote p {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    padding: 0;
    margin: 0;
    padding-left: 45px;
    padding-top: 15px;
}

.blog-article.alternate-style .content .quote .author {
    float: left;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}
.blog-article.alternate-style .content .text {
    margin-top: 10px;
    float: left;
}
.blog-article.alternate-style .content .quote .text {
    margin-top: 10px;

    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #fff !important;
}

.blog-article.alternate-style .content .text p {
    margin-bottom: 0;
}

.blog-article.alternate-style .info {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-top: 0px;
    float: left;
}

.blog-article.alternate-style .info li {
    float: left;
    margin-right: 15px;
    line-height: inherit;
    padding-right: 15px;
}

.blog-article.alternate-style .info li i {
    margin-right: 7px;
    float: left;
    line-height: inherit;
}

.blog-article.alternate-style .info li:last-child {
    border: none;
}

.blog-article.alternate-style .extra_info {
    display: none;
}

.blog-article.alternate-style .shares_container {
    position: absolute;
    right: 55px;
}
.blog-article.alternate-style .content .quote .text {

    margin-top: 10px;
    padding-bottom: 10px;
}
.blog-article.alternate-style .content .quote i.moon-quotes-left {
    display: none;
    position: absolute;
    float: right;
    left: 0px;
    top: 20px;
    font-size: 43px;
    opacity: 0.1;
}





























/**/


/* -------------------------------- End Alt. Blog -------------------- */


/* ------------------------------------------------------------------- */


/* -------------------------------- GRID BLOG ------------------------ */


/* ------------------------------------------------------------------- */

.blog-article.grid-style {
    float: left;
    margin-bottom: 20px;
    z-index: 2;
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

.blog-article.grid-style .gridbox {
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    width: 100%;
    float: left;
}
.blog-article.grid-style .content h1 {
    font-size: 18px !important;
    line-height: 26px !important;
    float: left;
}

.cols3 .blog-article.grid-style,
.cols3 .grid-size {
    width: 33.3333%;
}

.cols4 .blog-article.grid-style,
.cols4 .grid-size {
    width: 25%;
}

.cols2 .blog-article.grid-style,
.cols2 .grid-size {
    width: 50%;
}

.vc_col-sm-6.wpb_column .blog-article.grid-style,
.vc_col-sm-6.wpb_column .grid-size {
    width: 100%;
}

.blog-article.grid-style.no_shadow .gridbox {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-article.grid-style .media iframe {
    width: 100%;
    height: 100%;
}





























/*hide controls in vimeo video*/

.blog-article .player .controls-wrapper {
    display: none !important;
}





























/*disable controls in default audio player*/

.mejs-container {
    display: none !important;
}

.blog-article.grid-style .media {
    float: left;
    position: relative;
}
.blog-article.grid-style .media .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.blog-article.grid-style .media .overlay .post_type_circle i {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    float: left;
    width: 52px;
}

.blog-article.grid-style .media .overlay .post_type_circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    background: rgba(51, 51, 51, 0.34);
    top: 45%;
    opacity: 0;
    left: 50%;
    cursor: pointer;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.blog-article.grid-style .media:hover .overlay .post_type_circle {
    top: 50%;
    opacity: 1;
}

.blog-article.grid-style .media:hover .overlay {
    opacity: 1;
}

.blog-article.grid-style .media>*:not(.post_type) {
    width: 100%;
}

.blog-article.grid-style .content {
    padding: 30px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-article.grid-style.no_shadow .content {
    padding: 0;
    padding-top: 20px;
}
.blog-article.grid-style .content .quote {
    position: relative;
    float: left;
    width: 100%;
}

.blog-article.grid-style .content .quote i.moon-quotes-left {
    position: absolute;
    float: right;
    left: 0px;
    font-size: 43px;
    opacity: 0.1;
}

.blog-article.grid-style .content .quote .text {
    font-style: italic;
    padding-left: 55px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.blog-article.grid-style .content .quote .title {
    font-weight: 600;
    font-style: italic;
    float: left;
    line-height: 35px;
    text-align: right;
    width: 100%;
}

.blog-article.grid-style .content .text {
    margin-top: 10px;
    float: left;
}

.blog-article.grid-style .content .text p {
    margin-bottom: 0;
}

.blog-article.grid-style .info {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}

.blog-article.grid-style .info li i {
    margin-right: 7px;
    float: left;
    line-height: inherit;
}

.blog-article.grid-style .flex-control-nav {
    bottom: 10px;
}

.blog-article.grid-style .flexslider {
    margin: 0;
}

.blog-article.grid-style .info li:last-child {
    border: none;
}

.blog-article.grid-style .extra_info {
    padding-bottom: 0;
    display: none;
}

.blog-article.grid-style .shares_container {
    display: none;
}

.blog-article.grid-style .comment_count {
    float: right;
    letter-spacing: 1px;
}





























/**/


/* -------------------------------- End GRID BLOG -------------------- */


/* -------------------------------- BLog Filters -------------------- */

#blog-filter li {
    list-style: none;
    display: inline-block;
    padding: 12px 23px;
    border-radius: 20px;
}
#blog-filter ul {
    padding-left: 0;
}

#blog-filter {
    margin-bottom: 35px;
    position: relative;
}

#blog-filter.left {
    text-align: left;
}

#blog-filter.center {
    text-align: center;
}

#blog-filter.right {
    text-align: right;
}





























/**/


/* ------------------------------------------------------------------- */


/* -------------------------------- EyeCatching BLOG ----------------- */


/* ------------------------------------------------------------------- */

.fullscreen-blog-article {
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    margin: 0;
    position: relative;
}

.fullpage_onepage .footer_wrapper {
    display: none;
}

.fullpage_onepage .header_wrapper {
    position: absolute;
}

.fullscreen-blog-article .content {
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 600px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fullscreen-blog-article.active .content {}

.fullscreen-blog-article .content.left {
    float: left;
    margin-left: 150px;
}

.fullscreen-blog-article .content.right {
    right: 150px;
    float: right;
}

.fullscreen-blog-article .content.background--dark {
    color: #fff;
}

.fullscreen-blog-article .content.background--light {
    color: #222;
}

.fullscreen-blog-article .content h1 {
    color: inherit !important;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.fullscreen-blog-article .content p {
    color: inherit !important;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}

.fullscreen-blog-article .content .btn-bt {
    float: left;
}

.fullscreen-blog-article .content.background--dark .btn-bt {
    margin-top: 20px;
}

.fullscreen-blog-article #comments {
    float: left;
}

.fullscreen-single .info {
    margin-top: 20px;
}





























/**/


/* -------------------------------- End EyeCatching BLOG ------------- */


/* ------------------------------------------------------------------- */


/* -------------------------------- Author Box ----------------------- */


/* ------------------------------------------------------------------- */

.author_box {
    float: left;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 75px;
}

.author_box dt {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.author_box h5 {
    font-weight: bold;
}

.author_box dd {
    margin-left: 80px;
}

.author_box p {
    margin-top: 7px !important;
}





























/**/


/* -------------------------------- End Author Box ------------------- */


/* ------------------------------------------------------------------- */


/* -------------------------------- Comments ------------------------- */


/* ------------------------------------------------------------------- */

#comments {
    top: 20px;
    position: relative;
    margin-bottom: 40px;
    float: left;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
}

#comments h5 {
    line-height: 27px;
    margin-bottom: 0;
    text-transform: unset;
    width: 100%;
}

.comment {
    position: relative;
    padding-top: 30px;
}

.comments_list .children {
    position: relative;
}

.comments_list .children:after {
    width: 20px;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
}

.comment.span12 {
    margin-left: 0;
    padding-left: 0px !important;
}

.comment dl {
    margin-top: 0;
    margin-bottom: 0px;
}

.comment dt {
    width: 45px;
    height: 45px;
}

.comment dl dt img {
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.comment dl dd {
    margin-top: 0px;
    margin-left: 55px
}

.comment dl dd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.comment dl dd ul li {
    float: left;
}

.comment dl dd ul li span {
    padding-left: 8px;
    padding-right: 8px;
}

.comment dl dd ul li a:hover {
    text-decoration: none;
}

.comment dl dd ul li:first-child span {
    padding-left: 0
}

.comment dl dd ul li:last-child {
    border-right: none;
}

.comment {
    padding-top: 20px;
    padding-bottom: 20px
}

.comment .comment_text {
    width: 100%;
    float: left;
    margin-top: 10px;
}

#commetns h5 {
    text-transform: uppercase;
    margin: 10px 0;
}

.comment_text dl {
    border: 0px !important;
}

.comment_text h1,
.comment_text h2,
.comment_text h3,
.comment_text h4,
.comment_text h5,
.comment_text h6,
.comment_text ul li,
.comment_text ul,
.comment_text ol {
    width: 100%;
}

.comment_text dl dt {
    width: 100%;
    height: 30px;
}

.comment_text dt {
    float: left;
    text-align: left !important;
}
.comment .author {
    display: block !Important;
    float: left;
    width: 100%;
}
.comment_text .reply_link {
    float: right;
    font-size: 12px;
}

.comment_text ul {

    float: left;
    margin: 0;
    margin-top: 10px;
}

ul.comment_buttons li {
    width: auto;
    float: right;
}
.comment_text ul li ul {
    width: 100%;
    float: none;
}
ul.comment_buttons {
    padding-left: 0px;
}

ul.comment_buttons li {
    padding: 0px;
    list-style: none;
}

.comment_text .comment-edit-link {
    float: right;
    margin: 0 10px;
    font-size: 12px;
    background: #f6f6f6;
    padding: 0 8px;
    border-radius: 2px;
}

.comments_list ul.children {
    padding-left: 10px;
}
.comments_list ul.children>ul.children>ul.children .comment:nth-child(2) {
    padding-left: 20px;
}
.comments_list ul.children>ul.children>ul.children .comment:nth-child(3) {
    padding-left: 45px;
}
.comments_list ul.children>ul.children>ul.children .comment:nth-child(4) {
    padding-left: 55px;
}
.comments_list ul.children>ul.children>ul.children .comment:nth-child(5) {
    padding-left: 60px;
}
.comments_list ul.children>ul.children>ul.children .comment:nth-child(6) {
    padding-left: 70px;
}

.comment_text .reply_link a {
    color: #fff;
}

#respond h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
#respond label {
    /*display:none;*/
}

#respond textarea {
    width: 100%;
    background: #f6f6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}

#respond .comment-form-author {
    width: 32%;
    float: left;
    margin-right: 2%;
}

#respond .comment-form-email {
    width: 32%;
    float: left;
    margin-right: 2%;
}

#respond .comment-form-url {
    width: 32%;
    float: left;
}

#respond input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f6f6;
    height: 40px;
    width: 100%;
    float: left;
    border-radius: 0px;
}
#comments .comment span.date {
    background: transparent;
    font-size: 12px;
}





























/**/


/* ------------------------------ End Comments ----------------------- */


/* ------------------------------------------------------------------- */

#portfolio-single-widget-area {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.flexslider .headborder {
    height: 18px;
    background: url('img/headborder.png') repeat-y;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -10px;
}

.five-cols .portfolio-item h2 {
    font-size: 17px !important;
}





























/**/


/* --------------------------------------------------------  End BLOGS ------------------------------------------------------ */


/* -------------------------------------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------  Buttons -------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */

.btn-bt.align-left {
    float: left;
}

.btn-bt.align-right {
    float: right !important;
}

.btn-bt.align-center {
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.extra_info a.btn-bt.default:hover {
    background: transparent !important;
}

.btn-bt.default {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;

    border-width: 2px;
    border-style: solid;
    float: left;
    padding: 14px 38px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow: hidden;
    line-height: 22px;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0s cubic-bezier(.56, .2, .25, 1) 0s;
    -moz-transition: all 0s cubic-bezier(.56, .2, .25, 1) 0s;
    transition: all 0s cubic-bezier(.56, .2, .25, 1) 0s;
}
.btn-bt.default .overlay {
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: opacity .2s cubic-bezier(.56, .2, .25, 1) 0s, -webkit-transform .2s cubic-bezier(.56, .2, .25, 1) .2s;
    transition: opacity .2s cubic-bezier(.56, .2, .25, 1) 0s, transform .2s cubic-bezier(.56, .2, .25, 1) .2s;
}
.btn-bt.default:hover {
    -webkit-transition: background-color .2s cubic-bezier(.56, .2, .25, 1) 0s, border-color .2s cubic-bezier(.56, .2, .25, 1) 0s;
    -moz-transition: background-color .2s cubic-bezier(.56, .2, .25, 1) 0s, border-color .2s cubic-bezier(.56, .2, .25, 1) 0s;
    transition: background-color .2s cubic-bezier(.56, .2, .25, 1) 0s, border-color .2s cubic-bezier(.56, .2, .25, 1) 0s;
}
.btn-bt.default:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s cubic-bezier(.56, .2, .25, 1) 0s;
    -moz-transition: all .2s cubic-bezier(.56, .2, .25, 1) 0s;
    transition: all .2s cubic-bezier(.56, .2, .25, 1) 0s;
}

.btn-bt.default:has(i),
.btn-bt.rounded:has(i) {
    padding-right: 50px;
}
.btn-bt.rounded.has_icon span, .btn-bt.default.has_icon span {
    padding-right: 8px;
}
.btn-bt.default span {
    position: relative;
    left: 0;
    z-index: 10;
}

.btn-bt.default i,
.btn-bt.rounded i {
    font-size: 12px;
    position: absolute;
    line-height: 26px;
    right: 25px;
    z-index: 10;
}

.btn-bt.bordered_effect {
    padding: 14px 38px;
    border-width: 2px;
    line-height: 20px;
    border: transparent solid;
    position: relative;
}

.btn-bt.bordered_effect span.border {
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: transparent;
    border: 2px solid;
    top: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-bt.bordered_effect span.border.first {
    top: -8px;
    left: -8px;
}
.btn-bt.bordered_effect:hover span.border.first {
    transform: translate3d(4px, 4px, 4px);
}
.btn-bt.bordered_effect:hover span.border.second {
    transform: translate3d(-4px, -4px, -4px);
}





























/**/


/* end new button style*/

.btn-bt.business {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    border-width: 2px;
    border-style: solid;
    float: left;
    padding: 12px 24px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-backface-visibility: hidden;
}

.light .btn-bt.business {
    border-width: 1px;
    border-style: solid;
}

.btn-bt.no_padding {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    padding: 5px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}

.btn-bt.no_padding i {
    display: none;
}

.btn-bt.rounded {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    padding: 13px 35px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-width: 1px;
    border-style: solid;
}
.btn-bt.rounded:hover {
    -webkit-transition: background-color 0.4s linear, border-color 0.4s linear;
    -ms-transition: background-color 0.4s linear, border-color 0.4s linear;
    transition: background-color 0.4s linear, border-color 0.4s linear;
}
.btn-bt.big {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    padding: 14px 28px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    box-shadow: 0px 3px 5px #000;
    -webkit-box-shadow: 0px 3px 5px #000;
    -moz-box-shadow: 0px 3px 5px #000;
}

.btn-bt.big i {
    display: none;
}

.btn-bt.with_icon {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    padding: 14px 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.btn-bt.with_icon i {
    float: left;
    top: 3px;
    line-height: 100%;
    position: relative;
    margin-right: 15px;
}

.btn-bt.gradient {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
    padding: 12px 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: none;
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.btn-bt.gradient:hover {
    transform: translateY(-1px);
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}
.btn-bt.gradient i {
    display: none;
}

.btn-bt.readmore {
    line-height: 22px;
    padding: 16px 0px;
    position: relative;
    float: left;
}
.btn-bt.readmore span {
    position: relative;
}
.button .btn-bt.readmore span:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #000;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
    z-index: 2;
}
.button .readmore:hover {
    color: #000 !important;
}
.btn-bt.readmore span:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #b5b5b5;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 1;
}
.btn-bt.readmore:hover span:before {
    transform-origin: left top;
    transform: scale(1, 1);
}





























/**/


/* new button effect - swipe right */


/*.btn-bt {

  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
} 
.btn-bt:before, .btn-bt.business.wpcf7-submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-bt.business:hover, .light .btn-bt.business:hover{
  background: transparent !important;
}

.btn-bt:hover:before, .btn-bt:focus:before, .btn-bt:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}*/


/* end new button effect swipe right*/


/* --------------------------------------------------------  End Buttons ---------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------  Sidebar -------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */

aside select {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

#s,
aside #woocommerce-product-search-field {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}
#search-form input, .woocommerce-product-search input {
    border: 0;
    border-bottom: 4px solid rgb(1, 44, 67);
    border-radius: 0;
    width: 100%;
    height: 40px;
    position: relative;
    float: left;
    background: transparent;
    box-sizing: border-box;
}
#search-form:after,
aside .woocommerce-product-search:after {
    content: "\e86f";
    font-family: 'Linearicons-Free';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 16px;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    color: #bbb;
}

#search-form,
aside .woocommerce-product-search {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
}

.shop_table.shop_table_responsive .button {
    margin-left: 0px;
    font-size: 12px;
}

.checkout-button.button.alt.wc-forward.btn-bt.default {
    color: #fff;
}

.cart-subtotal th {
    padding: 10px;
}

#search-form .more,
footer #search-form .more,
aside .woocommerce-product-search input[type=submit] {
    display: none;
}
aside .widget {
    float: left;
    width: 100%;

    box-sizing: border-box;
}

aside .widget-title {
    margin-top: 0;
    float: left;
    width: 100%;
    margin-bottom: 24px;
    box-sizing: border-box;
    padding-top: 10px;
    position: relative;
}

aside .widget-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 50%;
    left: -12px;
    top: 65%;
    margin-left: 0;
    position: absolute;
    opacity: 0.2;
}

aside ul {
    margin: 0;
    padding: 0;
    list-style: none
}

aside ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    text-align: left;
    float: left;
    width: 100%;
    padding-left: 20px;
}

aside ul.sub-menu:nth-child(2), aside ul.sub-menu:nth-child(3), aside ul.sub-menu:nth-child(4), aside ul.sub-menu:nth-child(5) {
    padding-left: 0px !important;
}
aside ul.sub-menu li {
    padding-left: 17px;
}

aside .textwidget p {
    text-align: center;
}
aside ul li a {
    width: 100%;
    position: relative;
}

aside ul li:before {
    content: "\e87a";
    position: absolute;
    font-family: 'Linearicons-Free';
    width: 10px;
    height: 1px;
    margin-left: -16px;
    font-size: 8px;
}


aside ul li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: left top;
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.47, .94, .04, .98);
    -moz-transition: -moz-transform .5s cubic-bezier(.47, .94, .04, .98);
    transition: transform .5s cubic-bezier(.47, .94, .04, .98);
}
aside ul li a:hover:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}
aside ul li>ul>li {
    padding-bottom: 0;
}
aside ul.children {
    padding-left: 15px;
}
aside .widget:first-child {
    margin-top: 0
}

aside .widget_most_popular li {
    margin-bottom: 0;
}

aside .widget_most_popular li a {
    float: left;
    font-weight: 600;
}

aside .widget_most_popular li a::after {
    display: none;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none
}

aside #wp-calendar {
    width: 100%;
}
#wp-calendar td#today {
    font-weight: 600;
}

aside .widget_rss ul li:after {
    content: "";
}

aside .tagcloud a {
    padding: 5px 10px;
    font-weight: 600;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
    font-size: 13px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
aside .tagcloud a:hover {
    color: #fff;
}
aside .widget_twitter dl dt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 43%;
    margin-bottom: 20px;
}
aside .widget_twitter li .message {
    padding-top: 0;
    margin-top: 0;
    font-size: 14px;
    float: left;
    line-height: 28px;
    text-align: center;
}
aside .widget_twitter dl dd {
    margin-left: 0;
}
aside .widget_twitter span.date {
    text-align: center;
    float: left;
    width: 100%;
}
aside ul.sub-menu {
    padding-left: 32px;
    padding-top: 10px;
}

aside ul.sub-menu:nth-child(2) {
    padding-left: 10px;
    padding-bottom: 0px
}

aside .amos_megemenu ul li {
    padding-top: 0px;
    padding-bottom: 0px;
}

aside ul.sub-menu li:last-child,
aside li.menu-item-has-children {
    border-bottom: none;
}

aside li.menu-item-has-children:after {
    content: "";
}

aside .footer_social_icons li {
    float: left;
    padding: 15px;
    border-bottom: none;
}

aside .footer_social_icons.circle li {
    float: left;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    border-bottom: none;
}

aside .mc4wp-form input[type="email"] {
    width: 100% !Important;
    margin-right: -1px;
    padding: 6px 10px;
    font-size: 11px;
    height: 44px;
    border: 1px solid rgb(216, 216, 216);
    box-sizing: border-box;
}

aside .mc4wp-form input[type="submit"] {
    padding: 13px 20px;
    width: 100%;
    box-sizing: border-box;
}





























/**/


/* --------------------------------------------------------  End Sidebar ---------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------------------- */

.wpb_widgetised_column select {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

#s,
.wpb_widgetised_column #woocommerce-product-search-field {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}

#search-form:after,
.wpb_widgetised_column .woocommerce-product-search:after {
    content: "\e86f";
    font-family: 'Linearicons-Free';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 16px;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    color: #bbb;
}

#search-form,
.wpb_widgetised_column .woocommerce-product-search {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
}

.search-no-results #search-form {
    width: 31%;
}

.go_home .btn-bt.default {
    float: none;
}

.shop_table.shop_table_responsive .button {
    margin-left: 0px;
    font-size: 12px;
}

.checkout-button.button.alt.wc-forward.btn-bt.default {
    color: #fff;
}

.cart-subtotal th {
    padding: 10px;
}

#search-form .more,
footer #search-form .more,
.wpb_widgetised_column .woocommerce-product-search input[type=submit], .widget_product_search input[type=submit], .widget_product_search button[type=submit] {
    display: none;
}

.wpb_widgetised_column .widget-title {
    margin-top: 0;
    float: left;
    width: 100%;
}

.wpb_widgetised_column .widget {
    float: left;
    width: 100%;
}

.wpb_widgetised_column .widget-title {
    margin-bottom: 24px;
    box-sizing: border-box;
}

.wpb_widgetised_column ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.wpb_widgetised_column ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}

.wpb_widgetised_column .widget:not(.widget_recent_comments) ul li:after {
    content: "➝";
    display: inline-block;
    font-size: 0.85em;
    padding-left: 0.35em;
    opacity: 0;
    transform: translateX(-5px);
    transition: transform 0.3s cubic-bezier(0, 0.25, 0.08, 1), opacity 0.3s cubic-bezier(0, 0.25, 0.08, 1), -webkit-transform 0.3s cubic-bezier(0, 0.25, 0.08, 1);
}


.wpb_widgetised_column ul li a {
    width: 100%;
}

.wpb_widgetised_column .widget:first-child {
    margin-top: 0
}

.wpb_widgetised_column .widget_most_popular li {
    margin-bottom: 0;
}

.wpb_widgetised_column .widget_most_popular li a {
    color: #444;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none
}

.wpb_widgetised_column #wp-calendar {
    width: 100%;
}

.wpb_widgetised_column #wp-calendar td {
    padding-left: 16px;
}

#wp-calendar td#today {
    font-weight: 600;
}

.wpb_widgetised_column .widget_rss ul li:after {
    content: "";
}

.wpb_widgetised_column .tagcloud a {
    padding: 8px;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
    font-size: 13px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.wpb_widgetised_column ul.sub-menu {
    padding-left: 32px;
    padding-top: 10px;
}

.wpb_widgetised_column ul.sub-menu:nth-child(2) {
    padding-left: 10px;
    padding-bottom: 0px
}

.wpb_widgetised_column .amos_megemenu ul li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wpb_widgetised_column ul.sub-menu li:last-child,
.wpb_widgetised_column li.menu-item-has-children {
    border-bottom: none;
}

.wpb_widgetised_column li.menu-item-has-children:after {
    content: "";
}

.wpb_widgetised_column .footer_social_icons li {
    float: left;
    padding: 15px;
    border-bottom: none;
}

.wpb_widgetised_column .footer_social_icons.circle li {
    float: left;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    border-bottom: none;
}

.wpb_widgetised_column .mc4wp-form input[type="email"] {
    width: 150px !Important;
    margin-right: -1px;
    padding: 5px 10px;
    font-size: 11px;
    height: 38px;
}

.wpb_widgetised_column .mc4wp-form input[type="submit"] {
    padding: 13px 20px;
}





























/**/


/* -------------------------------------------------------SLIDERS HERE ----------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------------------------------- */

.slider {}

.slider#slider-fullwidth {
    width: 100%;
    margin-top: 0;
}

.slider.fixed_parallax .swiper-wrapper {
    position: fixed;
}

.slider#slider-fixed {
    padding: 50px 0;
    background: #fff;
}

#slider-fixed.section_active {
    padding-bottom: 80px;
    padding-top: 80px;
}

#slider-fullwidth .slider_container {
    width: 940px;
    margin: 0 auto
}

.slider-img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 450px;
    display: block;
}





























/**/


/* ------------------------------ LayerSlider ------------------------ */


/* ------------------------------------------------------------------- */

.ls-defaultskin {
    padding: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: none !important;
    -moz-border-radius: none !important;
    -webkit-border-radius: none !important;
}

.ls-layer {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ls-defaultskin .ls-nav-prev {
    background-image: url('img/layer-prev_hover.png') !important;
    background-position: 0 0 !important;
    opacity: 0.7;
    width: 64px !important;
    height: 64px !important;
}

.ls-defaultskin .ls-nav-prev:hover {
    opacity: 1;
}

.ls-defaultskin .ls-nav-next {
    background-image: url('img/layer-next_hover.png') !important;
    opacity: 0.7;
    background-position: 0 0 !important;
    width: 64px !important;
    height: 64px !important;
}

.ls-defaultskin .ls-nav-next:hover {
    opacity: 1;
}

.ls-defaultskin .ls-nav-prev,
.ls-defaultskin .ls-nav-next {
    width: 64px !important;
    height: 64px !important;
    z-index: 10000 !important;
    top: 50% !important;
    margin-top: -32px !important;
    position: absolute !important;
    visibility: visible
}

.ls-defaultskin .ls-nav-prev {
    left: 65px !important
}

.ls-defaultskin .ls-nav-next {
    right: 65px !important
}

.ls-layer .big_title_white {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    font-family: "Roboto Slab";
    color: #fff;
    background-color: transparent;
}

.ls-layer .medium_title_white {
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
    font-family: "Roboto";
    color: #fff;
    background-color: transparent;
}

.ls-layer .description_text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Roboto";
    color: #fff;
    background-color: transparent;
}





























/**/


/* ------------------------------ End LayerSlider -------------------- */


/* ------------------------------------------------------------------- */


/* ------------------------------ Revolution ------------------------- */


/* ------------------------------------------------------------------- */

.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 5px !important;
    margin-bottom: 14px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tparrows.hidearrows {
    opacity: 0 !important;
}

.tparrows {
    z-index: 40000 !important;
    cursor: pointer;
    position: absolute;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px !important;
    height: 40px !important;
}

.tp-leftarrow.default {
    background-image: url('img/layer-prev_hover.png') no-repeat 0 0;
    width: 66px;
    height: 66px;
    /* opacity:0.6;
  -webkit-transition-duration:0.4s;
  -moz-transition-duration:0.4s;
  -o-transition-duration:0.4s;
  -ms-transition-duration:0.4s;
  transition-duration:0.4s;*/
}





























/**/


/*.tp-rightarrow.default {
  background:url('img/layer-next_hover.png') no-repeat 0 0;
  width:66px !important;
  height: 66px !important;
 /* opacity:0.6;
  -webkit-transition-duration:0.4s;
  -moz-transition-duration:0.4s;
  -o-transition-duration:0.4s;
  -ms-transition-duration:0.4s;
  transition-duration:0.4s;
}*/

.tp-leftarrow.default:hover {
    opacity: 1;
}

.tp-rightarrow.default:hover {
    opacity: 1;
}





























/**/


/* ------------------------------ End Revolution --------------------- */


/* ------------------------------------------------------------------- */


/* ------------------------------ Swiper Slider ---------------------- */


/* ------------------------------------------------------------------- */

.amos-slider-container {
    width: 100%;
    height: 500px;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.swiper-slide.layout-full {
    height: 500px !important;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.swiper-slide.layout-semi {
    height: 250px !important;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.swiper-slide {
    width: 25%;
}

.amos-slider-container .amos-slider-container {
    width: 100%;
}

.amos-slider-container.layout-semi {
    height: 250px !important;
}

.amos-slider-container.layout-full {
    height: 500px !important;
}

.swiper_slider .pagination {
    position: absolute;
    z-index: 100;
    left: 10px;
    bottom: 10px;
}

.swiper_slider .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
    margin-right: 5px;
    opacity: 1;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper_slider .swiper-visible-switch {
    background: rgba(255, 255, 255, 0.4);
}

.swiper_slider .swiper-active-switch {
    background: rgba(255, 255, 255, 0.4);
}

.swiper_slider .pagination-nested {
    bottom: auto;
    top: 10px;
}

.swiper_slider .pagination-nested .swiper-pagination-switch {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
}





























/**/


/* ------------------------------ End Swiper Slider ------------------ */


/* ------------------------------------------------------------------- */


/* ---------------------- Amos Slider --------------------------------------*/

.amos_slider_swiper .loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.amos_slider_swiper .loading i {
    position: relative;
    top: 50%;
    line-height: 40px;
    font-size: 36px;
    color: #fff;
    z-index: 9999999;
    margin-top: -20px;
}

.amos_slider_swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    min-height: 400px;
}

.amos_slider_swiper .round-mask {
    position: absolute;
}

.amos_slider .swiper-slide {
    position: relative;
}

.amos_slider_wrapper {
    overflow: hidden;
    min-height: 400px;
}

.outter_padding .parallax_slider .amos_slider_wrapper {
    left: auto !important
}

.parallax_slider .amos_slider_wrapper {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    left: 0!important;
    position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.boxed_layout .parallax_slider .amos_slider_wrapper {
    position: relative;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -moz-transform: translateY(0) !important
}

.boxed_layout .amos_slider_swiper {
    max-height: 500px !important;
}

.boxed_layout .amos_slider {
    max-height: 500px !important;
}

.amos_slider .swiper-slide .container {
    height: 100%;
    position: relative;
    z-index: 9999;
}

.amos_slider .swiper-slide .content {
    float: left;
    position: relative;
}

.amos_slider .swiper-slide .content.vertical_centered {
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
}

.amos_slider .swiper-slide .content.horizontal_centered {
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
}

.amos_slider .swiper-slide .content p {
    margin-bottom: 0;
}

.amos_slider .swiper-slide .content h1 {}

.amos_slider .swiper-slide .content img.center {
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
}

.amos_slider .swiper-slide .content img.left {
    position: relative;
    left: 0;
}

.amos_slider .swiper-slide .content img.right {
    position: relative;
    left: 100%;
    transform: translateX(-100%) !important;
    -webkit-transform: translateX(-100%) !important;
    -moz-transform: translateX(-100%) !important;
    -o-transform: translateX(-100%) !important;
}

.amos_slider .swiper-slide .buttons {
    float: left;
    width: auto;
    margin-top: 30px;
}

.amos_slider .swiper-slide .buttons.align-center {
    position: relative;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
}

.amos_slider .swiper-slide .buttons.align-right {
    float: right;
}

.amos_slider .swiper-slide .buttons a {
    margin-right: 10px;
    float: left;
}

.amos_slider .swiper-slide .buttons a:last-child {
    margin-right: 0;
}

.amos_slider .swiper-slide .buttons.colors-light a.bordered,
.amos_slider .swiper-slide .buttons.colors-light a.bordered i {
    border-color: rgba(255, 255, 255, 1);
    background: transparent;
    color: #fff;
}

.amos_slider .swiper-slide .buttons.colors-light a.bordered:before {

    background: #fff;
}

.amos_slider .swiper-slide .buttons.colors-light a.bordered:hover,
.amos_slider .swiper-slide .buttons.colors-light a.bordered:hover i {
    background: #fff;
    color: #222;
}

.amos_slider .swiper-slide .buttons.colors-light a.bordered:hover i {
    border-color: transparent;
}

.amos_slider .swiper-slide .buttons.colors-light a.colored {
    border-color: rgba(0, 0, 0, 0);
}

.amos_slider .swiper-slide .buttons.colors-light a.colored:hover {
    background: transparent;
}

.amos_slider .swiper-slide .buttons.colors-light a.colored * {
    color: #fff;
}

.amos_slider .swiper-slide .buttons.colors-dark a.bordered {
    background: transparent;
}

.amos_slider .swiper-slide .buttons.colors-dark a.bordered:hover {
    color: #fff;
}

.amos_slider .swiper-slide .amos_animated {
    visibility: hidden;
}

.amos_slider .swiper-slide h1.animated {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.amos_slider .swiper-slide p.animated {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.amos_slider .swiper-slide .buttons.animated {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}





























/**/

.amos_slider #video_background {
    top: 0px;
    position: relative;
    -webkit-backface-visibility: hidden!important;
    min-width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.amos_slider .video-wrap {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.amos_slider .video-wrap .video_replace_mobile {
    display: none;
}

.amos_slider .bg-overlay {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}





























/**/


/* Navigation */

.amos_slider .nav-thumbflip a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.amos_slider .nav-thumbflip a.prev {
    left: 0;
}

.amos_slider .nav-thumbflip a.next {
    right: 0;
}
.h8.transparent_padding .amos_slider .nav-thumbflip a.prev {
    right: 42px;
    left: auto;
}

.amos_slider .nav-thumbflip a {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.amos_slider .nav-thumbflip a.prev {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
}

.amos_slider .nav-thumbflip a.next {
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.amos_slider .nav-thumbflip .icon-wrap {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.amos_slider .nav-thumbflip i {
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 40px;
    font-size: 28px;
    float: left;
    color: #fff;
}

.amos_slider .nav-thumbflip .text {
    position: absolute;
    top: 0;
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    height: 100%;
    line-height: 60px;
    width: 80px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.amos_slider .nav-thumbflip a.prev .text {
    left: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.amos_slider .nav-thumbflip a.next .text {
    right: 100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.amos_slider .nav-thumbflip a:hover .icon-wrap {
    background-color: #fff;
}

.amos_slider .nav-thumbflip a:hover i {
    color: #222;
}

.amos_slider .nav-thumbflip a:hover .text {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.amos_slider:hover .nav-simple a {
    opacity: 1;
}

.amos_slider .nav-simple a {
    position: absolute;
    top: 50%;
    height: 40px;
    opacity: 0;
    margin-top: -20px;
    z-index: 999999;
    width: 40px;
}

.amos_slider .nav-simple a.prev {
    left: 10px;
}

.amos_slider .nav-simple a.next {
    right: 10px;
}

.amos_slider .nav-simple a span {
    width: 100%;
    height: 100%;
    float: left;
}

.amos_slider .nav-simple a span i {
    color: rgba(255, 255, 255, 0.9);
    font-size: 64px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    float: left;
}

.amos_slider .nav-simple .text {
    display: none;
}

.amos_slider .nav-thumbflip a.prev .text,
.amos_slider .nav-thumbflip a.next .text {
    display: none;
}

.angled {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 84%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 84%, 0% 100%);
}

.polygon {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 45%, 50% 100%, 0% 45%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 45%, 50% 100%, 0% 45%, 0 0);
}

.polygon_upper {
    -webkit-clip-path: polygon(50% 9%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 9%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
}





























/**/


/* ---------------------- End Amos Slider ----------------------------------*/


/* ---------------------- Amos News ----------------------------------------*/

.amos_news_slider .amos_slider_swiper {
    width: 75%;
    float: left;
    height: 400px;
}

.amos_news_slider .amos-slider-container {
    height: 400px;
}

.amos_news_slider .featured_posts {
    width: 25%;
    float: left;
    padding-left: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.amos_news_slider .featured_posts h4 a:visited {
    color: inherit !important;
}

.amos_news_slider .featured_posts .featured {
    height: 197.5px;
    width: 100%;
    margin-bottom: 5px;
    background: #222;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background-position: center;
    background-repeat: no-repeat;
}

.amos_news_slider .swiper-slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background-repeat: no-repeat;
}

.amos_news_slider .swiper-slide h1 {
    padding: 5px 25px;
    color: #fff;
    width: auto;
    float: left;
    font-size: 22px;
    position: absolute;
    bottom: 20px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.amos_news_slider .swiper-slide .overlay {
    background: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.amos_news_slider .swiper-slide p {
    opacity: 0;
    bottom: -40px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background: rgba(0, 0, 0, 0.6);
    color: #ddd;
    font-size: 13px;
    padding: 7px 25px;
    position: absolute;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.amos_slider .nav-simple a span .linea-arrows-right {
    float: right;
    margin-right: 20px;
}

.amos_news_slider .swiper-slide p>* {
    color: #fff !important;
}

.amos_news_slider .swiper-slide h1:hover {
    background: rgba(0, 0, 0, 0.8);
}

.amos_news_slider .swiper-slide:hover .overlay {
    background: rgba(0, 0, 0, 0.2);
}

.amos_news_slider .swiper-slide:hover h1 {
    bottom: 40px;
}

.amos_news_slider .swiper-slide:hover p {
    opacity: 1;
    bottom: 0;
}

.amos_news_slider .featured_posts .featured:last-child {
    margin-bottom: 0;
    background: #222;
}

.amos_news_slider .featured_posts .featured h4 {
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    width: auto;
    float: left;
    position: absolute;
    bottom: 0px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.amos_news_slider .featured_posts .featured .overlay {
    background: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.amos_news_slider .featured_posts .featured h4:hover {
    background: rgba(0, 0, 0, 0.8);
}

.amos_news_slider .featured_posts .featured:hover .overlay {
    background: rgba(0, 0, 0, 0.35);
}

.amos_news_slider .featured_posts .featured:hover h4 {
    bottom: 72px;
}

.amos_news_slider .featured_posts .featured p {
    opacity: 0;
    bottom: -60px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background: rgba(0, 0, 0, 0.6);
    color: #ddd;
    padding: 10px 20px;
    position: absolute;
    margin: 0;
    font-size: 13px;
    width: 100%;
    z-index: 99999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.amos_news_slider .featured_posts .featured p>* {
    color: #ddd !important;
}

.amos_news_slider .featured_posts .featured:hover p {
    opacity: 1;
    bottom: 0;
}





























/**/


/* ---------------------- End Amos News ------------------------------------*/


/* ---------------------- Amos Gallery Carousel ---------------------------- */

.amos_gallery_carousel.mobile_gallery {
    height: auto !important;
}

.amos_gallery_carousel.mobile_gallery img {
    height: auto !important;
    max-width: none !important;
    width: 100%;
}

.mobile_gallery .amos_slider_swiper {
    min-height: 50px !important;
}

.mobile_gallery .amos_slider_wrapper {
    min-height: 50px !important;
}

.mobile_gallery .swiper_slider,
.mobile_gallery .swiper-wrapper,
.mobile_gallery .swiper-slide {
    height: auto !important;
    float: left !important;
}

.amos_gallery_carousel .swiper-slide {
    height: 100%;
    width: auto;
    float: left;
}

.amos_gallery_carousel.grayscale img {
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: url(css/desaturate.svg#greyscale);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.amos_gallery_carousel.grayscale .swiper-slide-active img {
    -moz-filter: grayscale(0);
    filter: none;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.amos_gallery_carousel.opacity img {
    opacity: 0.1;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.amos_gallery_carousel.opacity .swiper-slide-active img {
    opacity: 1;
}

.amos_gallery_carousel .amos_slider_wrapper {
    background: #fff;
}

.amos_gallery_carousel .swiper-slide img {
    height: 100%;
}

.amos_gallery_carousel .swiper-slide {
    position: relative;
}

.amos_gallery_carousel .info {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    padding: 30px 12px;
    width: 100%;
    text-align: center;
}

.amos_gallery_carousel .info>* {
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.amos_gallery_carousel .info p {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 450px;
    position: relative;
    left: 50%;
    margin-left: -225px;
    margin-top: 5px;
}

.amos_gallery_carousel .swiper-slide-active .info>* {
    opacity: 1;
}

.amos_gallery_carousel:hover .nav-simple a {
    opacity: 1;
}

.amos_gallery_carousel .nav-simple a {
    position: absolute;
    top: 50%;
    height: 60px;
    opacity: 1;
    margin-top: -30px;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.3);
    width: 60px;
}

.amos_gallery_carousel .nav-simple a:hover {
    background: rgba(0, 0, 0, 0.5);
}

.amos_gallery_carousel .nav-simple a.prev {
    left: 0px;
}

.amos_gallery_carousel .nav-simple a.prev span span {
    background: url('img/slider_left_carou.png') no-repeat center;
}

.amos_gallery_carousel .nav-simple a.next {
    right: 0px;
}

.amos_gallery_carousel .nav-simple a.next span span {
    background: url('img/slider_right_carou.png') no-repeat center;
}

.amos_gallery_carousel .nav-simple a span span {
    width: 100%;
    height: 100%;
    float: left;
}

.amos_gallery_carousel .nav-simple a span {
    width: 100%;
    height: 100%;
    float: left;
}

.amos_gallery_carousel .nav-simple a span i {
    color: rgba(255, 255, 255, 0.9);
    font-size: 64px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    float: left;
}

.amos_gallery_carousel .nav-simple .text {
    display: none;
}

.amos_gallery_carousel .loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.amos_gallery_carousel .loading i {
    position: relative;
    top: 50%;
    line-height: 40px;
    font-size: 36px;
    color: #222;
    z-index: 9999999;
    margin-top: -20px;
}





























/**/


/* ---------------------- End Amos Gallery Carousel ------------------------ */


/* -------------------------------------------------------END SLIDERS HERE ----------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*--------------------------------------------------------- PORTFOLIO NAVIGATION------------------------------------------------ */


/* ----------------------------------------------------------------------------------------------------------------------------- */

#portfolio-filter {
    margin-bottom: 35px;
    position: relative;
    min-height: 20px !important;
}

#portfolio-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;

    z-index: 9999;
}

#portfolio-filter ul li {
    display: inline-block;
    padding: 12px 23px;
    webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
#portfolio-filter ul li a {
    webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
#portfolio-filter ul li.active {
    position: relative;
}

#portfolio-filter ul li:hover {}

#portfolio-filter ul li a:hover {
    text-decoration: none;
}
#portfolio-filter ul li a, #blog-filter ul li a {
    position: relative;
    font-family: Montserrat;
}
#portfolio-filter ul li a:after, #blog-filter ul li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    bottom: -2px;
    width: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
    z-index: 2;
}
#portfolio-filter ul li a:hover:after, #blog-filter ul li a:hover:after, #portfolio-filter ul li.mixitup-control-active a:after, #blog-filter ul li.mixitup-control-active a:after {
    content: '';
    transform-origin: left top;
    transform: scale(1, 1);
}
.light #portfolio-filter ul li a,
.light #faq-filter ul li a {
    color: #fff;
}

#portfolio-filter.left {
    text-align: left;
}

#portfolio-filter.center {
    text-align: center;
}

#portfolio-filter.right {
    text-align: right;
}

#portfolio-preview-items.normal .filterable .overlayed .in_grid {

    background: #fbfbfb;
}




























/**/


/**/


/* Fullwidth POrtfolio Filter */

.content_portfolio.fullwidth #portfolio-filter {
    margin-bottom: 0;
}

.content_portfolio.fullwidth .filter-row {}

.content_portfolio.fullwidth #portfolio-filter ul {
    margin-right: 20px;
}

.content_portfolio.fullwidth #portfolio-filter ul li {
    border: none;
    background: transparent;
    padding: 14px 18px;
}

.content_portfolio.fullwidth #portfolio-filter ul li a {}

.content_portfolio.fullwidth #portfolio-filter ul li a:hover {}

.content_portfolio.fullwidth #portfolio-filter ul li:last-child {
    padding-right: 0;
}





























/**/


/*------portfolio fulwidth in grid filter------*/

.filter-row.in_grid {
    height: 100%;
}

.filter-row.in_grid a.filter {
    position: relative;
}

.filter-row.in_grid li {
    width: 100%;
}

.in_grid #portfolio-filter {
    padding: 30px;
}

.content_portfolio .in_grid #portfolio-filter ul li {
    padding: 10px 10px;
}





























/**/


/*-----------------------------------------------------END PORTFOLIO NAV-------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*----------------------------------------------------- Portfolio -------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/* ------------------------------ Overlayed -------------------------- */


/* ------------------------------------------------------------------- */

.portfolio-item.overlayed {
    display: block;
    cursor: pointer;
}
.portfolio-item.overlayed.zoom_lightbox a {
    position: relative;
}

.portfolio-item.overlayed .bg {
    opacity: 0;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    box-sizing: border-box;
    background-size: cover;
    align-items: center;
    display: flex;
    -webkit-transition: opacity .3s cubic-bezier(.56, .2, .25, 1);
    -moz-transition: opacity .3s cubic-bezier(.56, .2, .25, 1);
    transition: opacity .3s cubic-bezier(.56, .2, .25, 1);
    z-index: 1,
    transform: scale(1);
}
.portfolio-item.overlayed .bg:after {
    content: "";
    opacity: 0;
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: -webkit-transform .3s ease .3s, opacity .3s cubic-bezier(.56, .2, .25, 1);
    transition: transform .3s ease .3s, opacity .3s cubic-bezier(.56, .2, .25, 1);
}

.portfolio-item.overlayed:hover .bg:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.portfolio-item.overlayed:hover .bg {
    opacity: 1;
}

.portfolio-item.overlayed img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    display: block;
}

.portfolio-item.overlayed .gradient {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.12));
}

.portfolio-item.overlayed .bg {
    position: absolute;
    padding: 20px;
    vertical-align: bottom;
    display: flex;
}

.portfolio-item.overlayed h6 {

    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 60px, 0);
}

.portfolio-item.overlayed h4 {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 50px, 0);
    font-size: 28px;
    line-height: 40px;
}

.five-cols .portfolio-item.overlayed h4 {
    font-size: 20px;
    line-height: 28px;
}

.portfolio-item.overlayed:hover h4,
.portfolio-item.overlayed:hover h6 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-item.overlayed a {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio-item.overlayed .tpl2 .overlay .center-bar {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}

.portfolio-item.overlayed .tpl2 .overlay .center-bar:after,
.portfolio-item.overlayed .tpl2 .overlay .center-bar:before {

    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
}

.portfolio-item.overlayed .tpl2 .overlay .center-bar:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.portfolio-item.overlayed .tpl2 .overlay .center-bar:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.portfolio-item.overlayed:hover .tpl2 .overlay .center-bar:before,
.portfolio-item.overlayed:hover .tpl2 .overlay .center-bar:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-item .overlay {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute
}





























/**/


/* ------------------------------ End Overlayed ---------------------- */


/* ------------------------------------------------------------------- */


/* ------------------------------ Grayscale -------------------------- */


/* ------------------------------------------------------------------- */

.portfolio-item.grayscale {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.portfolio-item.grayscale img {
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: url(css/desaturate.svg#greyscale);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
    top: 0;
}

.portfolio-item.grayscale:hover img {
    filter: none;
    -webkit-filter: grayscale(0); 
}





























/**/


/*.portfolio-item.grayscale .project{
  height:80px;
  width:100%;
  position:absolute;
  bottom:-92px;
  left:0;
  -webkit-transition-duration:0.4s;
  -moz-transition-duration:0.4s;
  -o-transition-duration:0.4s;
  -ms-transition-duration:0.4s;
  transition-duration:0.4s;
}*/

.no_space .portfolio-item.grayscale .project {
    box-sizing: border-box;
}

.portfolio-item.grayscale .project h5 {
    display: inline-block;
    float: left;
}

.portfolio-item.grayscale:hover .project h5 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    line-height: 30px;
}

.portfolio-item.grayscale .project p {
    letter-spacing: 1px;
    font-size: 68.5%;
    margin: 0;
}

.portfolio-item.grayscale .project p.icons_project {
    float: right;
    display: block;
    height: 100%;
}

.portfolio-item.grayscale .project p a {
    padding: 8px 4px;
    float: right;
    font-size: 16px;
}

.portfolio-item.grayscale .project h5,
.portfolio-item.grayscale .project p a,
.portfolio-item.grayscale .project li.post-like {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.portfolio-item.grayscale .project p.description {
    position: absolute;
    text-transform: none;
    font-size: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 130%, 0);
    transform: translate3d(0, 130%, 0);
}

.portfolio-item.grayscale:hover .project,
.portfolio-item.grayscale:hover .project h5,
.portfolio-item.grayscale:hover .project p.icons_project a,
.portfolio-item.grayscale:hover .project li.post-like {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-item.grayscale:hover .project p a:first-child,
.portfolio-item.grayscale:hover .project li.post-like {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.portfolio-item.grayscale:hover .project p a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.portfolio-item.grayscale:hover .project p a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.portfolio-item.grayscale .project,
.portfolio-item.grayscale .project>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portfolio-item.grayscale:hover .project p.description {
    opacity: 1;
}

.portfolio-item.grayscale:hover .project li.post-like {
    margin-top: 7px;
    list-style: none;
    float: right;
}

.portfolio-item.grayscale:hover .project li.post-like i {
    color: #3c4a50;
}

.portfolio-item.grayscale:hover .project {
    bottom: 0px;
}

.portfolio-item.grayscale .project {
    top: auto;
    margin-left: 20px;
    bottom: 0;
    padding: 15px;
    height: 50px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 108%, 0);
    transform: translate3d(0, 108%, 0);
}

.no_space .portfolio-item.grayscale .project {
    margin-left: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    height: 70px;
}

.five-cols .portfolio-item.grayscale .project {
    height: 5.75em;
}

.five-cols .portfolio-item.grayscale .project p.icons_project {
    margin-top: 48px;
}

.five-cols .portfolio-item.grayscale:hover .project li.post-like {
    margin-top: -67px;
}

.five-cols .portfolio-item.grayscale .project p a {
    float: left;
}





























/**/


/* ------------------------------ End Grayscale ---------------------- */


/* ------------------------------------------------------------------- */


/* ------------------------------ Basic ------------------------------ */


/* ------------------------------------------------------------------- */

.portfolio-item.basic {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-item.basic .he-view {
    width: 100%;
}

.portfolio-item.basic .bg {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: flex-end;
    float: left;
    padding: 20px;
}

.portfolio-item.basic .link {
    padding: 8px 12px !important;
    display: inline-block;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 3px;
}

.portfolio-item.basic .tpl2 .center-bar {
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
}

.portfolio-item.basic .show_text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.portfolio-item.basic .show_text h5 {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.portfolio-item.basic .show_text h6 {
    margin-top: 5px;
}

.portfolio-item.basic_effect {
    -webkit-transform: translateY(0) translateZ(0) !important;
    transform: translateY(0) translateZ(0) !important;
    -webkit-transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.portfolio-item.basic_effect:hover {
    -webkit-transform: translateY(-15px) translateZ(0) !important;
    transform: translateY(-15px) translateZ(0) !important;
}





























/**/


/* ------------------------------ End Basic -------------------------- */


/* ------------------------------------------------------------------- */


/* ------------------------------ Chrome ----------------------------- */

.portfolio-item.chrome .overlay {
    height: auto;
    position: relative;
    overflow: hidden;
}

.portfolio-item.chrome .overlay span {
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.portfolio-item.chrome:hover .overlay span {
    opacity: 1;
}

.portfolio-item.chrome .bar {
    width: 100%;
    height: 12px;
    background: url('img/chrome.png') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.portfolio-item.chrome .overlay {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.portfolio-item.chrome .overlay span {
    top: 12px !important;
    background: rgba(255, 255, 255, 0.7);
}

.portfolio-item.chrome span a {
    z-index: 99999999;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.portfolio-item.chrome span a:hover {
    background: #000 !important;
    color: #fff;
}

.portfolio-item.chrome .show_text {
    margin-top: 15px;
}

.portfolio-item.chrome .show_text h5 {
    text-align: center;
}





























/**/


/* ------------------------------ End Chrome ------------------------- */


/* ------------------------------ Pinterest Layout Portfolio -------------------------- */

#portfolio-preview-items.pinterest.one-cols {
    column-count: 1;
}
#portfolio-preview-items.pinterest.three-cols {
    column-count: 3;
}
#portfolio-preview-items.pinterest.two-cols {
    column-count: 2;
}
#portfolio-preview-items.pinterest.four-cols {
    column-count: 4;
}
#portfolio-preview-items.pinterest.five-cols {
    column-count: 5;
}
#portfolio-preview-items.pinterest {
    column-gap: 0;
}
#portfolio-preview-items.pinterest .portfolio-item {
    width: 100% !Important;
    display: inline-block !important;
    -webkit-column-break-after: avoid;
    -webkit-column-break-inside: avoid;
}

@media (max-width: 979px) and (min-width: 768px) {
    #portfolio-preview-items.pinterest {
        column-count: 2 !Important;
    }
}
@media(max-width: 480px) {
    #portfolio-preview-items.pinterest {
        column-count: 1;
    }
}





























/* ------------------------------ Parallax Layout Portfolio -------------------------- */

.portfolio-item.parallax {
    width: 60% !Important;
    margin: 90px 0;
    z-index: 2;
}
.portfolio-item.parallax img {
    max-width: 500px;
}
.portfolio-item.parallax.video .amos_video {
    max-width: 700px;
}
.portfolio-item.parallax.odd {
    float: left;
}

.portfolio-item.parallax.even {
    float: right;
}
.portfolio-item.parallax .content {
    display: block;
    position: absolute;
}

.portfolio-item.parallax .content {
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.portfolio-item.parallax .content, .portfolio-item.parallax .content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding: 25px;
    box-sizing: border-box;
    height: 260px;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}
.portfolio-item.parallax.odd .content {
    margin-left: 50%;
}

.portfolio-item.parallax.even .content {
    margin-right: 50%;
}
.portfolio-item.parallax.odd .content_box {
    margin-left: 48%;
    top: 45%;
    z-index: 8;
    position: absolute;
    width: 47%;
}

.portfolio-item.parallax.even .content_box {
    margin-left: 40px;
    top: 45%;
    z-index: 8;
    position: absolute;
    width: 47%;
}

.portfolio-item.parallax.odd.video .content {
    margin-left: 75%;
}
.portfolio-item.parallax.odd.video .content_box {
    margin-left: 72%;
}
.portfolio-item.parallax.even.video .content {
    margin-right: 75%;
}
.portfolio-item.parallax.even.video .content_box {
    margin-right: 72%;
}
.portfolio-item.parallax.even img {
    margin-right: 0;
    float: right;
}
.portfolio-item.parallax .btn-bt {
    position: relative;
    float: left;
    width: auto;
    margin-top: 20px;
}
@media (max-width: 979px) and (min-width: 768px) {
    .portfolio-item.parallax {
        width: 90% !Important;
    }
}





























/* ------------------------------ Splited-------------------------- */

.portfolio-items.split .portfolio_item {}

.splited_screen_portfolio .footer_wrapper {
    display: none;
}
.splited_screen_portfolio .filter-row {
    display: none;
}
.portfolio-items.split .portfolio_item {
    background-color: #0f1c29;
    margin: 0 !Important;
    background-size: cover;
    background-position: center center;
}
.portfolio-items.split .portfolio_item .content {
    padding: 70px;
    position: relative;
    z-index: 4;
}
.portfolio-items.split .portfolio_item h4 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}
.portfolio-items.split .portfolio_item h6 {
    color: #6b45c7;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}


.portfolio-items.split .portfolio_item.content:before {

    background: #0f1c29;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
}
@media(max-width: 979px) {
    .portfolio-items.split .portfolio_item.content:before {
        opacity: 0.75;
    }
    .portfolio-items.split .left, .portfolio-items.split .right {
        width: 100% !Important;
    }
    .portfolio-items.split .portfolio_item.media {
        opacity: 0;
    }
    .portfolio-items.split .portfolio_item h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .portfolio-items.split .portfolio_item h6 {
        color: #fff;
    }
}





























/* ------------------------------ Portfolio Slider-------------------------- */

.fullwidth #portfolio-preview-items.slider {
    padding: 0 !Important;
}
#portfolio-preview-items.slider .container {
    height: 100%;
    position: relative;
    z-index: 9999;
}

#portfolio-preview-items.slider .portfolio_item.content {
    z-index: 4;
    position: relative;
}
#portfolio-preview-items.slider .portfolio_item.content.center {

    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}

#portfolio-preview-items.slider .portfolio_item.content.left {
    float: left;
    bottom: 80px;
    left: 0px;
    text-align: left;
    position: absolute;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
}
#portfolio-preview-items.slider .portfolio_item.content.right {
    float: right;
    bottom: 80px;
    right: 0px;
    text-align: right;
    position: absolute;
}
#portfolio-preview-items.slider .portfolio_item.content .btn-bt {
    margin-top: 10px;
    transition: all 0.6s cubic-bezier(0, 0, 0.2, 1);
}

#portfolio-preview-items.slider .portfolio_item.content.right .btn-bt {
    float: right;
}
#portfolio-preview-items.slider .portfolio_item.content.center .btn-bt {
    float: left;
    text-align: center;
    left: 50%;
    margin-left: -85px;
}
#portfolio-preview-items.slider .portfolio_item.content h4 {
    margin: 25px 0;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
}

#portfolio-preview-items.slider .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#portfolio-preview-items.slider .portfolio_item.content h4 {
    font-size: 40px;
    line-height: 45px;
}
#portfolio-preview-items.slider .portfolio_item.content h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
#portfolio-preview-items.slider .portfolio_item.content.dark h4, #portfolio-preview-items.slider .portfolio_item.content.dark h6, {
    color: #222;
}
#portfolio-preview-items.slider .portfolio_item.content.light h4, #portfolio-preview-items.slider .portfolio_item.content.light h6, {
    color: #fff;
}





























/* Navigation */

#portfolio-preview-items.slider .nav-thumbflip a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#portfolio-preview-items.slider .nav-thumbflip a.prev {
    left: 25px;
}

#portfolio-preview-items.slider .nav-thumbflip a.next {
    right: 25px;
}
.h8.transparent_padding #portfolio-preview-items.slider .nav-thumbflip a.prev {
    right: 42px;
    left: auto;
}

#portfolio-preview-items.slider .nav-thumbflip a {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

#portfolio-preview-items.slider .nav-thumbflip a.prev {
    -webkit-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
}

#portfolio-preview-items.slider .nav-thumbflip a.next {
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

#portfolio-preview-items.slider .nav-thumbflip .icon-wrap {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

#portfolio-preview-items.slider .nav-thumbflip i {
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 40px;
    font-size: 28px;
    float: left;
    color: #fff;
}




























/* ------------------------------ Layout ----------------------------- */


/* ------------------------------------------------------------------- */

.no_space .filterable {
    margin-left: 0 !important;
}

.content_portfolio.fullwidth {
    padding: 0 !important;
    margin: 0 !important;
}

.content_portfolio.fullwidth.layout-sidebar_left aside,
.content_portfolio.fullwidth.layout-sidebar_right aside {
    padding-top: 40px;
    padding-right: 60px;
}

.content_portfolio.fullwidth.layout-sidebar_left aside {
    padding-right: 0px;
    padding-left: 40px;
}

.fullwidth .span9 {
    padding-left: 0;
}

.fullwidth.layout-sidebar_left #portfolio-preview-items.normal {
    padding-left: 0;
}

.fullwidth #portfolio-preview-items.normal {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.fullwidth #portfolio-preview-items.normal .row {
    margin-left: -20px;
}

.fullwidth #portfolio-preview-items .row {
    margin-left: 0;
}

.fullwidth #portfolio-preview-items.no_space {
    margin-left: -5px;
    padding-top: 5px;
}

.fullwidth #portfolio-preview-items.no_space .portfolio-item {
    padding-left: 5px;
    padding-bottom: 5px;
}

.portfolio-item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.portfolio-item img {
    width: 100%;
    float: left;
}

.content_portfolio.fullwidth .filter-row.in_grid {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.five-cols .portfolio-item {
    position: relative;
    width: 20%;
    padding-left: 20px;
    float: left;
    margin-bottom: 20px;
}

.three-cols .portfolio-item {
    position: relative;
    width: 33.33333%;
    padding-left: 20px;
    float: left;
    margin-bottom: 20px;
}

.four-cols .portfolio-item {
    position: relative;
    width: 25%;
    padding-left: 20px;
    float: left;
    margin-bottom: 20px;
}

.two-cols .portfolio-item {
    position: relative;
    width: 50%;
    padding-left: 20px;
    float: left;
    margin-bottom: 20px;
}

.no_space .portfolio-item {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.tpl2 {
    /*float:left;*/
    width: 100%;
    /*overflow: hidden;*/
    margin-bottom: -7px;
}

.tpl2 img {
    max-width: none;
    width: 100%
}

.tpl2 .bg:hover {
    opacity: 1;
}

.tpl2 .bg {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.tpl2 .center-bar {
    text-align: center;
    vertical-align: bottom;
}





























/**/


/* Masonry */

.four-cols .masonry .grid-size {
    width: 25%;
}

.four-cols .masonry .w1 {
    width: 25%;
}

.four-cols .masonry .wh2 {
    width: 25%;
}

.four-cols .masonry .w2 {
    width: 50%;
}

.four-cols .masonry .w3 {
    width: 75%;
}

.three-cols .masonry .grid-size {
    width: 33.3333%;
}

.three-cols .masonry .w1 {
    width: 33.3333%;
}

.three-cols .masonry .w2 {
    width: 66.6666%;
}

.three-cols .masonry .w3 {
    width: 100%;
}

.five-cols .masonry .grid-size {
    width: 20%;
}

.five-cols .masonry .w1 {
    width: 20%;
}

.five-cols .masonry .w2 {
    width: 40%;
}

.five-cols .masonry .w3 {
    width: 60%;
}

.two-cols .masonry .grid-size {
    width: 50%;
}

.two-cols .masonry .w1 {
    width: 50%;
}

.two-cols .masonry .w2 {
    width: 100%;
}

.two-cols .masonry .w3 {
    width: 50%;
}





























/**/


/* End Masonry */


/* ------------------------------ End Layout ------------------------- */


/* ------------------------------------------------------------------- */


/* ------------------------------ Isotope ---------------------------- */


/* ------------------------------------------------------------------- */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}




























/**/


/* ------------------------------ End Isotope ------------------------ */


/* ------------------------------------------------------------------- */


/*----------------------------------------------------- End Portfolio ---------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*----------------------------------------------------- Single Portfolio ------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */

.single_portfolio_gallery {
    margin-top: 60px;
}

.single_portfolio_gallery .gallery a {
    width: 33.3333%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
}

.single_portfolio_gallery .content {
    margin-top: 40px;
}

.portfolio_single h4 {}

.portfolio_single ul.info {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 13px;
    position: relative;
}

.portfolio_single ul.info li {
    float: left;
    width: 100%;
}

.portfolio_single ul.info li .title {
    width: 100%;
    float: left;
}

.portfolio_single .post-like {
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 0;
    width: auto !important;
}

.single_portfolio_container {
    margin-top: 60px;
}

.single_portfolio_container .details {
    margin-top: 30px;
}

.single_portfolio_container .content {
    margin-top: 40px;
    float: left;
}

.single_portfolio_floating {
    margin-top: 60px;
}

.single_portfolio_floating .media img {
    margin-bottom: 20px;
}

.single_portfolio_floating .media img:last-child {
    margin-bottom: 0;
}

.single_portfolio_floating .details {
    margin-top: 30px;
}

.single_portfolio_fullwidth .content {
    margin-top: 60px;
    float: left;
}

.single_portfolio_fullwidth .media {
    width: 100%;
}

.single_portfolio_fullwidth .media .featured {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}
.portfolio_single .nav-growpop {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 40px;
    margin-top: 90px;
    border-top: 1px solid rgba(221, 221, 221, 0.3);
    vertical-align: middle;
}

.portfolio_single .nav-growpop a {
    position: relative;
    display: flex;
    outline: none;
    text-align: left;
    align-items: center;
    z-index: 9999999;
    width: 50%;
    float: left;
}
.portfolio_single .nav-growpop a.next {
    float: right;
    justify-content: flex-end;
}
.portfolio_single .nav-growpop div {
    position: relative;
    top: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
    transform: none !important;
    -webkit-transform: none !important;
    float: left;
}

.portfolio_single .nav-growpop a.next div, .portfolio_single .nav-growpop .next .icon-wrap, .portfolio_single .nav-growpop .next h6, .portfolio_single .nav-growpop .next h3 {
    text-align: right;
    float: right;
}
.portfolio_single .nav-growpop div img {
    display: none;
}
.portfolio_single .nav-growpop a:hover div {
    transform: none !important;
    -webkit-transform: none;
}

.portfolio_single .nav-growpop .icon-wrap {
    background: transparent;
    float: left;
    width: auto;
    padding: 0 !important;
}
.portfolio_single .nav-growpop a:hover .icon-wrap {
    border: 0 !important;
}
.portfolio_single .nav-growpop a i {
    color: inherit;
}
.portfolio_single .nav-growpop h3 {
    margin: 0;
    padding: 5px 20px;
    float: left;
}
.portfolio_single .nav-growpop a {
    top: 0;
    transform: none;
    -webkit-transform: none;
}
.portfolio_single .nav-growpop h6 {
    float: left;
    width: 100%;
    padding: 0px 20px;
    text-align: left;
    position: relative;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.portfolio_single .nav-growpop a:hover, .portfolio_single .nav-growpop a:hover h3, .portfolio_single .nav-growpop a:hover h6 {
    color: #a1aaaf !important;
}




























/*Cusom Layout*/

.single-portfolio .custom_layout {
    margin-top: 0;
}
.single-portfolio .media_container, .single-portfolio .media_container .media_img {
    height: 500px;
    position: relative;
    box-sizing: border-box;
}
.single-portfolio .media_container .media_img {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    margin-left: -1px;
}


.slide-out {
    animation: slide-out 1s forwards;
    -webkit-animation: slide-out 1s forwards;
}
@keyframes slide-out {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-out {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-in {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
.single-portfolio .custom_layout .media_container .title {
    position: absolute;
    text-align: left;
    padding: 0 40% 0 15%;
    z-index: 2;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.single-portfolio .custom_layout .media_container .title .heading {

    top: 20%;
    display: inherit;
    position: relative;
    transform: translateY(0);
    text-align: left;
    float: right;
    opacity: 0;
}
.single-portfolio .custom_layout .media_container .title h2 {
    font-size: 70px;
    line-height: 80px;
    position: relative;
    transition: opacity 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.single-portfolio .custom_layout .media_container .title .categories {
    opacity: 0;
    transition: opacity 1s linear;
    font-size: 16px;
    text-transform: capitalize;
}
.single-portfolio .custom_layout .media_container .title h2 span {
    position: relative;
}
.single-portfolio .custom_layout .media_container .title h2 span:before {

    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(.47, .94, .04, .98);
    -moz-transition: -moz-transform 0.8s cubic-bezier(.47, .94, .04, .98);
    transition: transform 0.8s cubic-bezier(.47, .94, .04, .98);
    transform-origin: 100% 50% 0px;
}
.single-portfolio .custom_layout .media_container .title h2 span.appeared:before {
    transform: scale3d(1, 1, 1);
    transform-origin: left top;
}
.single-portfolio .custom_layout .details {
    margin: 0;
}
.single-portfolio .custom_layout .overview {
    background: #f6f6f6;
    padding: 70px 0;
    position: relative;
}
.single-portfolio .custom_layout .project_description {

    padding: 70px 0;
}

.single-portfolio .custom_layout .media_container.background--dark .title h2, .single-portfolio .custom_layout .media_container.background--dark .title .categories {
    color: #fff;
}
.single-portfolio .custom_layout .post-like {
    position: relative;
}
.single-portfolio .custom_layout .description h4 {
    margin-bottom: 15px;
}
.single-portfolio .custom_layout .flex-control-nav {
    bottom: 0 !important;
}




























/**/


/*---------------------------------------------------- End Single Portfolio ---------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*---------------------------------------------------- Lists Styling ---------------------------------------------------- */

.list i {
    margin-right: 10px;
}

.light .list li.titledesc dl dt i {
    color: #fff !important;
}





























/**/


/**/


/*---------------------------------------------------- Tabs -------------------------------------------------------------------- */


.vc_tta.vc_general .vc_tta-panel-body {
    -webkit-transition: padding .5s ease-in-out !important;
    transition: padding .5s ease-in-out !important;
}

.tabbable .nav-tabs {
    margin: 0;
    padding: 0;
}

.tabbable .nav-tabs i {
    padding-right: 5px;
}

.wpb_tabs:last-child {
    margin-bottom: 0;
}

.wpb_tabs .wpb_text_column:last-child {
    margin-bottom: 0;
}

.vc_tta-style-default .vc_tta-tab {
    font-weight: 500;
    font-size: 16px;
}

.vc_tta-style-default .vc_tta-tabs-container,
.vc_tta-style-default .vc_tta-tab.vc_active {
    border-width: 0px;
    border-style: solid;
}

.vc_tta-style-default .vc_tta-tabs-container {
    border-bottom-width: 1px;
}

.vc_tta-style-default .vc_tta-tab.vc_active {
    border-bottom-width: 2px;
}

.vc_tta-tabs-position-bottom.vc_tta-style-default .vc_tta-tabs-container {
    border-width: 0px;
    border-top-width: 1px;
}

.vc_tta-tabs-position-bottom.vc_tta-style-default .vc_tta-tab.vc_active {
    border-width: 0px;
    border-top-width: 2px;
}

.vc_tta-tabs-position-left.vc_tta-style-default .vc_tta-tabs-container {
    border-width: 0px;
    border-right-width: 1px;
}

.vc_tta-tabs-position-left.vc_tta-style-default .vc_tta-tab.vc_active {
    border-width: 0px;
    border-right-width: 2px;
}

.vc_tta-tabs-position-right.vc_tta-style-default .vc_tta-tabs-container {
    border-width: 0px;
    border-left-width: 1px;
}

.vc_tta-tabs-position-right.vc_tta-style-default .vc_tta-tab.vc_active {
    border-width: 0px;
    border-left-width: 2px;
}





























/**/


/* ------------------------------ Style 1 ---------------------------- */


/* ------------------------------------------------------------------- */

.tabbable.tabs-top.style_1 .nav.nav-tabs {
    border-bottom: 2px solid #e2e2e2;
}

.tabbable.tabs-top.style_1 .nav.nav-tabs li.active {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: -2px;
}

.tabbable.tabs-top.style_1 .nav.nav-tabs li.active a {}

.tabbable.style_1 .nav-tabs li {
    border-bottom: none;
    border-right: none;
}

.tabbable.style_1.tabs-left .nav-tabs li {
    border-bottom: none;
    margin-top: -3px;
    margin-right: -1px;
}

.tabbable.style_1 .nav-tabs li:last-child {
    margin-bottom: -1px;
}

.tabbable.style_1.tabs-left .nav-tabs li:last-child {
    border-right: none !important;
}

.tabbable.style_1.tabs-top .tab-content {
    padding: 0px 20px;
}

.tabbable.style_1 .nav-tabs li a {
    color: #444;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dark_version .tabbable.style_1 .nav-tabs li a {
    color: #aaa;
}

.dark_version .nav-tabs .active>a,
.dark_version .nav-tabs .active>a:hover {
    background-color: transparent;
}

.tabbable.style_1.tabs-left .nav-tabs li a {
    border-radius: 3;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
}

.tabs-left .nav-tabs .active>a,
.tabs-left .nav-tabs .active>a:hover {
    border-left: 2px solid #e2e2e2;
    border-top: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
}

.tabs-left .nav-tabs {
    border-right: 2px solid #e2e2e2;
}

.tabbable.style_1 .tab-content {
    margin-top: 10px;
}

.tabbable.style_1.tabs-left .tab-content {
    margin-top: 0;
    padding: 0px 32px;
}

.tabbable.style_1.tabs-left .tab-content p {
    margin-top: 0px;
}

.vc_tta.vc_tta-style-outline .vc_tta-panel-body,
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
    border-width: 1px !important;
}





























/**/


/* ------------------------------ End Style 1 ------------------------ */


/* ------------------------------------------------------------------- */


/* ------------------------------ Style 2 ---------------------------- */


/* ------------------------------------------------------------------- */

.tabbable.style_2.tabs-left {
    float: left;
    width: 100%;
}

.tabbable.style_2.tabs-top .nav-tabs {}

.tabbable.style_2.tabs-left .nav-tabs {
    position: relative;
    left: -1px;
}

.tabbable.style_2 .nav-tabs li {
    border-bottom: none;
    border-right: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.tabbable.style_2.tabs-left li {
    border-bottom: none;
    margin-bottom: -3px;
    margin-top: 0;
}

.tabbable.style_2.tabs-left li:last-child {
    border-right: none !important;
}

.tabbable.style_2 .nav-tabs li:hover {
    border-top: 1px solid #555555;
}

.tabbable.style_2.tabs-left .nav-tabs li:hover {
    border-left: 1px solid #555;
}

.tabbable.style_2.tabs-left .nav-tabs li.active {
    border-right: 1px solid #fff;
    z-index: 1111111;
    position: relative;
    right: -1px;
}

.tabbable.style_2 .nav-tabs li a {
    color: #222;
    font-weight: 400;
}

.dark_version .tabbable.style_2 .nav-tabs li a {
    color: #aaa;
}

.tabbable.style_2.tabs-left .nav-tabs li a {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.tabbable.style_2 .tab-content {
    padding: 20px;
}

.tabbable.style_2.tabs-left .tab-content {
    margin-top: 0px;
    padding: 15px;
    height: 100%;
    position: relative;
    left: -2px;
}





























/**/


/* ------------------------------ End Style 2 ------------------------ */


/* ------------------------------------------------------------------- */


/* ------------------------------ Style 3 ---------------------------- */


/* ------------------------------------------------------------------- */

.tabbable.style_3.tabs-left {
    float: left;
    width: 100%;
}

.dark_version .tabbable.style_3.tabs-left {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: transparent;
}

.tabbable.style_3.tabs-top .nav-tabs {}

.tabbable.style_3.tabs-left .nav-tabs {
    border-right: none;
}

.tabbable.style_3 .nav-tabs li {
    border-right: none;
}

.dark_version .tabbable.style_3 .nav-tabs li {
    background: transparent;
}

.tabbable.style_3 .nav-tabs li.active {
    border-bottom: 1px solid #f9f9f9;
    background: #f9f9f9;
}

.tabbable.style_3 .nav-tabs li.active a {
    background: #f0f0f0;
}

.dark_version .tabbable.style_3 .nav-tabs li.active a {
    background: transparent;
}

.tabbable.style_3 .nav-tabs li:first-child {}

.dark_version .tabbable.style_3 .nav-tabs li:first-child {
    border-left: 2px solid transparent;
}

.tabbable.style_3.tabs-left .nav-tabs li:first-child {}

.dark_version .tabbable.style_3.tabs-left .nav-tabs li:first-child {
    border-left: 1px solid transparent;
}

.tabbable.style_3.tabs-left li {
    margin-bottom: 0px;
    margin-top: 0;
    border-bottom: none;
}

.dark_version .tabbable.style_3.tabs-left li {
    border-top: 2px solid transparent;
    border-left: 1px solid transparent;
}

.tabbable.style_3.tabs-left li:last-child {
    border-right: none !important;
}

.tabbable.style_3 .nav-tabs li:last-child {
    border-right: 1px solid #fff;
}

.dark_version .tabbable.style_3 .nav-tabs li:last-child {
    border-right: 1px solid transparent;
}

.tabbable.style_3.tabs-left .nav-tabs li:hover {}

.dark_version .tabbable.style_3.tabs-left .nav-tabs li:hover {
    border-top: 2px solid transparent;
}

.tabbable.style_3.tabs-left .nav-tabs li.active {
    border-bottom: none;
}

.tabbable.style_3.tabs-left .nav-tabs li.active:last-child {
    border-bottom: 1px solid #ebebeb !important;
}

.tabbable.style_3 .nav-tabs li a {
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
}

.dark_version .tabbable.style_3 .nav-tabs li a {
    color: #aaa;
}

.tabbable.style_3.tabs-left .nav-tabs li a {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 0;
}

.tabbable.style_3 .tab-content {
    padding: 20px;
}

.dark_version .tabbable.style_3 .tab-content {
    border-top: 2px solid transparent;
}

.tabbable.style_3.tabs-left .tab-content {
    margin-top: 0px;
    padding: 15px;
    height: 100%;
}





























/**/


/* ------------------------------ End Style 3 ------------------------ */


/* ------------------------------------------------------------------- */


/*---------------------------------------------------- End Tabs ---------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*---------------------------------------------------- Services List ----------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */

.services_list p {
    margin-top: 5px;
}

.services_list dt {
    width: 70px;
    height: 70px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #333333;
}

.services_list dt i {
    width: 100%;
    text-align: center;
    color: #fff;
    float: left;
    line-height: 70px;
    font-size: 32px;
}

.services_list dd {
    margin-left: 85px;
}

.services_list dl {
    position: relative;
}

.services_list h3 {
    color: #444;
    font-weight: bold;
    margin-bottom: 10px;
}

.dark_version .services_list h3 {
    color: #fff;
}

.services_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.services_list ul li {
    padding-left: 10px;
    margin-bottom: 3px;
}





























/*Services Text Only*/

.services_text {
    padding: 0 40px;
    float: left;
}
.services_text .title_2 {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}
.services_text h4 {
    font-weight: 600;
    color: #222;
    font-size: 18px;
    line-height: 30px;
}

.services_text .divider {
    width: 80px;
    margin-bottom: 10px;
    height: 2px;
    display: inline-block;
}
.services_text .divider .line {
    -webkit-transition: width 1s ease-out .3s;
    transition: width 1s ease-out .3s;
    -moz-transition: width 1s ease-out .3s;
    width: 0;
    height: 4px;
    float: left;
    left: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

.services_text .divider .line.appeared {
    width: 60px;
}
.services_text .icon {
    font-size: 180px;
    line-height: 180px;
    font-weight: 700;
    opacity: 0.07;
    position: absolute;
    top: -32px;
    left: -35px;
}





























/**/


/*---------------------------------------------------- End Services List ------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*---------------------------------------------------- Media ------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */

.row-dynamic-el .media {
    margin-top: 0;
    margin-bottom: 0;
}

.row-dynamic-el .media .type_image {
    width: auto;
}

.row-dynamic-el .media .type_image.alignment_left {
    float: left;
}

.row-dynamic-el .media .type_image.alignment_right {
    float: right;
}

.row-dynamic-el .media .type_image.alignment_center {
    margin: 0 auto;
    display: block;
}

.row-dynamic-el .media .type_slideshow.alignment_center {
    margin: 0 auto;
    display: block;
}
.media_el .button_align .plyr__play-large {

    background: #ffffff;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0s cubic-bezier(.56, .2, .25, 1) 0s;
    z-index: 99999999;
}
.media_el .button_align.left .plyr__play-large {
    left: 0;
}
.media_el .button_align.right .plyr__play-large {
    right: 0;
}
.media_el .plyr__controls {
    display: none;
}





























/**/


/*---------------------------------------------------- End Media --------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*---------------------------------------------------- FAQ Filter -------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */

#faq-filter {
    margin-bottom: 35px;
    position: relative;
    min-height: 20px !important;
}

#faq-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    z-index: 9999;
}

#faq-filter ul li {
    float: left;
    padding: 8px 18px;
    webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#faq-filter ul li a {
    color: #8e989d;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#faq-filter ul li.active a {
    color: #8e989d !important;
    border-bottom: 1px solid #8e989d;
}

#faq-filter ul li.active {
    position: relative;
}

#faq-filter ul li:hover {}

#faq-filter ul li a:hover {
    text-decoration: none;
}





























/**/


/*---------------------------------------------------- End FAQ Filter ---------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*---------------------------------------------------- Accordion /  Toggles ---------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*.vc_tta.vc_general.vc_tta-style-classic  .vc_tta-panel:not(.vc_active) .vc_tta-panel-title > a{
    background: #f6f6f6 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: #fff !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before, .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after,.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: #ccc;
}
.vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: #fff !important;
}
.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff !important;
}*/

.accordion .accordion-inner {}

.accordion {
    float: left;
    width: 100%;
}

.faq {
    width: 100%;
    float: left
}

.faq .accordion-group {
    position: relative;
    display: block
}

.accordion .wpb_text_column {
    margin-bottom: 0 !important;
}

.accordion p:first-child {
    margin-top: 0;
}





























/**/


/* Style 1 */

.accordion.style_1 .accordion-group {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 10px;
    border-bottom: none;
}

.accordion.style_1 .accordion-heading .accordion-toggle {
    position: relative;
    padding: 15px 55px;
}

.accordion.style_1 .accordion-heading .accordion-toggle:before {
    content: "\e04b";
    position: absolute;
    left: 10px;
    font-family: "linea-arrow-10";
    top: 9px;
    text-align: center; 
    font-size: 16px;
    width: 20px;
    line-height: 32px;
    height: 20px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.accordion.style_1 .accordion-heading.in_head .accordion-toggle:before {
    content: "\e019";
}

.accordion.style_1 .accordion-heading.in_head .accordion-toggle {
    color: #fff;
}

.accordion.style_1 .accordion-inner {
    border-top: none;
    padding: 10px 55px;
    padding-bottom: 10px;
    float: left;
    padding-right: 0;
}





























/**/


/* End Style 1 */


/* Style 2 */

.accordion.style_2 .accordion-group {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 20px;
    border-bottom: none;
}

.accordion.style_2 .accordion-heading .accordion-toggle {
    position: relative;
    padding: 15px 70px;
}

.accordion.style_2 .accordion-heading .accordion-toggle:before {
    content: "\e04b";
    position: absolute;
    left: 10px;
    font-family: "linea-arrow-10";
    top: 6px;
    text-align: center;
    font-size: 16px;
    width: 20px;
    line-height: 40px;
    background: #fff;
    height: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.accordion.style_2 .accordion-heading.in_head .accordion-toggle:before {
    content: "\e019";
}

.accordion.style_2 .accordion-inner {
    border-top: none;
    padding: 20px 15px;
    padding-bottom: 10px;
    float: left;
}





























/**/


/* End Style 2 */


/* Style 3 */

.accordion.style_3 .accordion-group {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 10px;
    border-bottom: none;
}

.accordion.style_3 .accordion-heading .accordion-toggle {
    position: relative;
    padding: 8px 45px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #f2f2f2;
}

.accordion.style_3 .accordion-heading .accordion-toggle:before {
    content: "\e04b";
    position: absolute;
    left: 10px;
    font-family: "linea-arrow-10";
    top: 9px;
    text-align: center; 
    font-size: 16px;
    width: 20px;
    line-height: 20px;
    height: 20px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.accordion.style_3 .accordion-heading.in_head .accordion-toggle:before {
    content: "\e019";
}

.accordion.style_3 .accordion-inner {
    border-top: none;
    padding: 20px 15px;
    padding-bottom: 10px;
    float: left;
}





























/**/


/* End Style 3 */


/*New accordion styles*/

.vc_tta-style-default .vc_tta-panel-heading {
    background: #f6f6f6;
}

.vc_tta-style-default .vc_tta-panel-heading h4 {
    font-weight: 500;
}

.light .vc_tta-style-default .vc_tta-panel-heading {
    background: transparent;

    border-radius: 0 !important;
}
.light .vc_tta-style-default .vc_tta-panel-heading span {
    border-bottom: 1px solid #eeeeee94 !important;
}

.light .vc_tta-style-default .vc_tta-panel-title>a {
    padding-left: 0 !Important;
}





























/**/


/*---------------------------------------------------- Accordion /  Toggles ---------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*---------------------------------------------------- Side Navigation (Left Nav) ---------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */

.side-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
}

.side-nav li {
    padding-top: 10px;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 13px;
    padding-left: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.side-nav li.current_page_item {
    color: #fff;
    font-weight: bold;
}

.side-nav li.current_page_item a:hover {
    color: #fff;
}

.side-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.side-nav ul li {
    padding-left: 40px;
}

.side-nav li a {}

.side-nav li a:hover {
    text-decoration: none;
}

.side-nav li:last-child {
    border-bottom: none;
}

.side-nav .page_item {
    position: relative;
}





























/**/


/*---------------------------------------------------- End Side Navigation (Left Nav) ------------------------------------------ */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*---------------------------------------------------- Single Post Navigation -------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */

.nav-growpop a {
    position: fixed;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 9999999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-growpop a.prev {
    left: 0;
}

.nav-growpop a.next {
    right: 0;
}

.nav-growpop a i {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    width: 17px;
    text-align: center;
    color: #fff;
}

.nav-growpop .icon-wrap {
    position: relative;
    z-index: 100;
    display: block;
    padding: 16px 5px;
    -webkit-transition: border-width 0.3s 0.15s;
    transition: border-width 0.3s 0.15s;
}

.nav-growpop .icon {
    color: #fff;
}

.nav-growpop div {
    position: absolute;
    top: 50%;
    padding: 20px;
    width: 440px;
    height: 144px;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-growpop a.prev div {
    left: 0;
    padding: 23px 98px 0px 34px;
    width: 161px;
    height: 63px;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
    transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-growpop a.next div {
    right: 0;
    padding: 23px 34px 0px 98px;
    width: 161px;
    height: 63px;
    -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
    transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-growpop h3 {
    margin: 0;
    padding: 8px 0 10px;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding-top: 0;
    margin-top: 0;
}

.nav-growpop div p {
    margin: 0;
    color: #999;
    font-style: italic;
    font-size: 13px;
}

.nav-growpop img {
    position: absolute;
    top: 10px;
    width: 65px;
}

.nav-growpop a.prev img {
    right: 12px;
}

.nav-growpop a.next img {
    left: 12px;
}

.nav-growpop a:hover .icon-wrap {
    border-top-width: 15px;
    border-bottom-width: 15px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-growpop a:hover div {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(-50%) translate X(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1);
}

.post_navigation {
    float: left;
    position: relative;
    height: 220px;
    margin-bottom: 30px;
}
.post_navigation .prev img {
    width: 60px;
    height: auto;
    float: left;
    margin-top: 18px;
    position: absolute;
}
.post_navigation .next img {
    width: 60px;
    height: auto;
    float: right;
    right: 0px;
    margin-top: 18px;
    position: absolute;
}
.post_navigation a.prev {
    text-align: right;
    width: 100%;
    vertical-align: middle;
    position: relative;
    display: block;
    padding-right: 20px;
}

.post_navigation a.next {
    text-align: left;
    width: 100%;
    vertical-align: middle;
    position: relative;
    display: block;
    padding-left: 20px;
}
.post_navigation a.prev span.icon-wrap {
    float: left;
    margin-top: 21px;
}

.post_navigation a:hover h6, .post_navigation a:hover .icon-wrapper i {
    color: #f7f7f7 !important;
}

.post_navigation h6 {
    color: #fff;
    display: table-cell;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
    width: auto;
}
.post_navigation .previous_post .prev_container {
    width: 50%;
    float: right;
    display: table-row;
}

.post_navigation .next_post .next_container {
    width: 50%;
    float: left;
    display: table-row;
}
.blog-article:not(.creative-single) .post_navigation .previous_post .prev_container, .blog-article:not(.creative-single) .post_navigation .next_post .next_container {
    width: 80%;
}
.single-post .blog-article.standard-style .content .text {
    border-bottom: 0px;
}
.post_navigation .previous_post, .post_navigation .next_post {
    background-position: center center;
    background-size: cover;
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}
.post_navigation .icon-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.post_navigation .icon-wrapper i {
    font-size: 22px;
    color: #fff;
}
.post_navigation .prev_container .icon-wrapper i {
    padding-right: 10px;
}
.post_navigation .next_container .icon-wrapper i {
    padding-left: 10px;
}
.post_navigation .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}





























/**/


/*---------------------------------------------------- End Single Post Navigation ---------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */


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


/* ----------------------------------------------------------------------------------------------------------------------------- */


/* ----------------------Separator with text-------------------*/

.light .vc_separator.vc_separator_align_center h4,
.light .vc_separator.vc_separator_align_left h4,
.light .vc_separator.vc_separator_align_right h4 {
    color: #f7f7f7;
}

.wpb_content_element.vc_separator {
    margin-bottom: 15px;
}

.vc_sep_width_30 {
    width: 30%;
}

.vc_sep_width_20 {
    width: 20%;
}

.vc_sep_width_15 {
    width: 15%;
}





























/**/


/* ----------------------End Separator with text-------------------*/


/*------------------------ SHADOW BOX CLASS -------------------*/

.shadow_box {
    box-shadow: 2px 1px 12px 0px #777;
}





























/**/


/*------------------------ END SHADOW BOX STYLING ------------*/


/*----------------------- BLOCK TITLE -------------------------*/

.block_title.column_title {
    float: left;
    margin-bottom: 25px;
    width: 100%
}

.block_title.column_title h1 {
    width: 100%;
    line-height: 24px;
    float: left;
}
.block_title.column_title .text_above {
    text-align: left;
}
.light .block_title.column_title .text_above {
    color: #f1f1f1;
}
.inner-inline_border_circle.block_title.column_title h1 {
    padding-bottom: 25px;
}

.inner-inline_border_circle.block_title.column_title h4 {
    float: left;
}

.block_title.column_title.inner-inline_border {
    position: relative;
    float: left;
    width: 100%;
}

.block_title.column_title.inner-inline_border h1 {
    z-index: 5;
    position: relative;
    padding-right: 20px;
    width: 100%;
    float: left;
}

.block_title.column_title.inner-inline_border:after {
    display: none;
    height: 1px;
    content: "";
    background: #e1e1e1;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    width: 100%;
    z-index: 1;
}

.block_title.column_title h4 {
    width: 100%;
    position: relative;
    float: left;
    font-size: 20px;
    margin-top: 20px;
    line-height: 28px;
}

.block_title.column_title.inner-inline_border .divider {
    width: 80px;
    margin-top: 10px;
    height: 2px;
    display: inline-block;
}

.block_title.section_title {
    position: relative;
}

.block_title.section_title h1 {
    width: 100%;
    text-align: center;
}

.block_title.column_title.inner-inline_border_circle .divider .line {
    -webkit-transition: width 1s ease-out .3s;
    transition: width 1s ease-out .3s;
    -moz-transition: width 1s ease-out .3s;
    width: 0;
    height: 4px;
    float: left;
    top: 5px;
    left: 100%;
    margin-left: -20px;
}

.block_title.column_title.inner-inline_border_circle .divider .line.appeared {
    width: 60px;
}

.block_title .divider .circle {
    position: relative;
    margin-top: -8px;
}

.block_title.column_title.inner-inline_border_circle .divider .circle {
    /*line-height: 12px;
  margin-left: 0;
  float: left;
  margin-right: 0;
  top: -8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #B7B5B5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
}

.block_title.column_title.inner-inline_border_circle .divider {
    position: relative;
    left: 0;
}





























/**/


/*.block_title.section_title h1:after{

  content:"";
  background: url("img/diagonal_line.png");
  position: absolute;
  width: 70px;
  height: 70px;
}*/

.block_title.section_title:first-child h1 {
    margin-top: -10px;
}

.block_title.section_title.inner-square:first-child h1 {
    padding-bottom: 20px;
}
.block_title .text_above {
    margin-bottom: 10px;
}

.block_title..column_title .text_above {
    text-align: left;
}
.block_title.section_title .divider {
    position: relative;

    margin: 0 20px;
    display: block;
    height: 80px;
}

.block_title.section_title .divider .line {
    -webkit-transition: height 1s ease-out .3s;
    transition: height 1s ease-out .3s;
    -moz-transition: height 1s ease-out .3s;
    width: 4px;
    height: 0;
    float: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-bottom: 20px;
}

.block_title.section_title .divider .line:nth-child(1) {
    right: 100%;
}

.block_title.section_title .divider .line:nth-child(2) {
    left: 100%;
}

.block_title.section_title .divider .line.appeared {
    height: 60px;
}
.block_title.section_title p {
    width: 100%;
    padding: 0 28%;
    margin-top: 0px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.light .block_title {
    color: #ddd;
}

.light .block_title h1 {
    color: #fff !important;
}

.light .block_title.section_title p {
    color: #DFE2E8;
}

.light .block_title.column_title h4 {
    color: #EDF4F7;
}





























/**/


/*----------------------- END BLOCK TITLE ---------------------*/


/*----------------------- LISTS -------------------------------*/

.list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list li.simple {
    width: 100%;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    float: left;
    line-height: 22px;
    padding-bottom: 10px;
}

.list li.simple:first-child:last-child {
    padding-bottom: 10px;
}

.list li.simple i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 22px;
}

.light .list li.simple i {
    color: #fff;
}
.list li.titledesc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.list li.titledesc:last-child {
    margin-bottom: 0;
}

.list li.titledesc dl {
    margin: 0;
    padding: 0;
}

.list li.titledesc dl dt {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.list li.titledesc dl dt .circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
}

.list li.titledesc dl dt i {
    font-size: 16px;
    text-align: center;
    width: 100%;
    line-height: 40px;
    float: left;
}

.list li.titledesc dl dd {
    margin-left: 50px;
}

.list li.titledesc dl p {
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.list li.titledesc dl dt i.steadysets-icon-checkmark {
    font-size: 30px;
    padding-left: 7px;
    margin-top: -5px;
}

.list li.titledesc h6 {
    font-weight: 600;
}





























/**/


/*----------------------- END LISTS ---------------------------*/


/*----------------------- Single Staff Member ---------------------------*/

.single_staff {
    overflow: hidden;
}

.single_staff .content {
    padding: 25px;
    background: #fff;
    position: relative;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}

.single_staff .overlay .bg {
    background: #5198ff;
    background: -moz-linear-gradient(45deg, rgba(142, 0, 254, 0.78) 0%, rgba(16, 32, 158, 0.88) 100%);
    background: -webkit-linear-gradient(45deg, rgba(142, 0, 254, 0.78) 0%, rgba(16, 32, 158, 0.88) 100%);
    background: linear-gradient(45deg, rgba(142, 0, 254, 0.78) 0%, rgba(16, 32, 158, 0.88) 100%);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition: all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-transition: all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.single_staff .position {
    font-weight: 600;
    line-height: 32px;
}
.single_staff.modern .position {
    font-weight: 400;
    line-height: 22px;
}
.single_staff.modern .center-bar {
    text-align: left;
    padding: 50px 40px 20px;
}

.modern_staff_social a:hover {
    color: #012b43;
}

.modern_staff_social {
    padding: 26px 30px 20px;
    letter-spacing: 14px;
    color: #fff;
}

.single_staff:hover .overlay .bg {}

.single_staff .content h5 {
    font-size: 20px;
}

.single_staff p {
    margin-top: 5px;
}

.single_staff .featured_img {
    position: relative;
    z-index: 5;
    overflow: hidden;
    display: block;
    width: 100%;
}

.single_staff .featured_img img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.single_staff:hover .featured_img img {}

.single_staff .center-bar a {
    margin-left: 10px;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
    transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}
.single_staff:hover .center-bar a,
.single_staff:hover .center-bar h5,
.single_staff:hover .center-bar .position {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.single_staff .center-bar h5,
.single_staff .center-bar .position,
.single_staff .center-bar a {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.single_staff .center-bar h5 {
    -webkit-transition: all 0.3s cubic-bezier(0.23, 0.88, 0.34, 0.99);
    transition: all 0.3s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}

.single_staff .center-bar .position {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 0.88, 0.34, 0.99);
    transition: all 0.4s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}

.single_staff .center-bar a.a1:nth-child(2) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}

.single_staff .center-bar a.a1:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

.single_staff .center-bar a:hover {}

.single_staff .center-bar a i {
    font-size: 18px;
    color: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 40px;
}

.single_staff .center-bar a:hover i {
    opacity: 1;
}

.single_staff .center-bar {
    top: 45%;
    width: 100%;
    position: relative;
}





























/**/


/* Style 2 */

.single_staff.style_2 .content {
    padding: 0;
    background: transparent;
    text-align: left;
    margin-top: 20px;
}

.single_staff.style_2 .staff_links {
    padding: 5px 0;
}

.single_staff.style_2 .staff_links a {
    margin-right: 10px;
    /* color: #ddd; */
}
.staff_carousel .single_staff.modern .center-bar {
    margin-top: 0px;
}





























/**/


/* End Style 2 */


/* Modern Staff */

.staff_carousel .amos-slider-container {
    height: auto !important;
}

.staff_carousel .swiper-slide {
    height: auto !important;
}

.single_staff.modern {
    overflow: hidden;
    float: left;
    width: 100%;
    box-sizing: content-box;
}

.staff_carousel h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    transition-duration: 0.5s;
}

.staff_carousel span.position {
    width: 100%;
    float: left;
    color: #fff;
    transition-duration: 0.6s;
}

.single_staff.modern .content {
    position: absolute;
    bottom: -100%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.single_staff.modern .content p {
    padding-left: 13%;
    padding-right: 13%;
}

.single_staff.modern:hover .content {
    bottom: 0;
}

.single_staff.modern .center-bar {
    margin-top: -40px;
}

.swiper_pagination {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 50px;
    margin-bottom: 30px;
}





























/**/


/*
.swiper_pagination .next{
  background:url('img/right.png') center no-repeat;
  width:24px;
  height:57px;
  float:left;
  margin-left:25px;
}

.swiper_pagination .prev{
  background:url('img/left.png') center no-repeat;
  width:24px;
  height:57px;
  float:left;
}*/


/* End Modern Staff */


/*--------------------- END Single Staff Member -------------------------*/


/*--------------------- Services Small ----------------------------------*/

.services_small dl {
    margin: 0;
}

.services_small dt {
    width: 50px;
    height: 50px;
}

.services_small dt i {
    font-size: 42px;
}

.services_small dd {
    margin-left: 70px;
}

.services_small .no_icon dd {
    margin-left: 0px;
}

.services_small .content {
    margin-top: 10px;
}

.services_small h4 {}

.services_small .wrapper {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 40px;
    height: 40px;
}

.services_small .wrapper i {
    font-size: 18px;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 50px;
}

.services_small.align_right dt {
    float: right;
}

.services_small.align_right dd {
    margin-right: 60px;
    margin-left: 0;
}

.services_small.align_right h3 {
    text-align: right;
}

.services_small.align_right .content {
    text-align: right;
}





























/**/


/*--------------------- ENd Services Small ------------------------------*/


/*--------------------- Clients -----------------------------------------*/

.clients {
    float: left;
    z-index: 5 !important;
}

.caroufredsel_wrapper {
    width: 100% !important;
    margin: 0 !important;
}

.clients .item {
    height: 140px;
    width: 175px;
    box-sizing: border-box;
    padding: 20px;
    opacity: 0.8;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.light_clients .clients .item:hover {
    opacity: 1
}

.dark_clients .clients .item:hover {
    opacity: 1
}

.clients .item:hover img {
    opacity: 1;
}

.clients .item a {}

.clients_caro {
    margin-left: 0px;
}

.clients .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.clients .item a img {
    opacity: 0.99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: relative;
    float: left;
    text-align: center;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.clients_el {
    position: relative;
    float: left;
    width: 100%;
}

.clients_el .pagination {
    margin: 0;
    float: none;
}

.clients_el .pagination a {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.clients_el .pagination a i {
    text-align: center;
    float: left;
    width: 100%;
    line-height: 40px;
}

.clients_el .pagination a.prev {
    left: 0px;
}

.clients_el:hover .pagination a.prev {
    left: -60px;
    opacity: 1;
}

.clients_el .pagination a.next {
    right: 0px;
}

.clients_el:hover .pagination a.next {
    right: -60px;
    opacity: 1;
}

.vc_column_container>.vc_column-inner:has(.clients_el) {
    padding-right: 0px;
    padding-left: 0px;
}





























/**/


/*--------------------- End Clients ------------------------------*/


/*--------------------- Textbar ----------------------------------*/

.textbar {
    width: 100%;
    position: relative;
    float: left;
}

.textbar h2 {
    width: auto;
    color: inherit;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -16.5px;
}

.textbar.style_1 .btn-bt.business {
    padding: 14px 27px;
    font-size: 15px;
}

.light .textbar h2 {
    color: #fff !important;
}

.textbar .btn-bt {
    float: right;
}

.light .textbar .btn-bt.default {}

.textbar .btn-bt.default:hover {
    opacity: 1;
}



.textbar.style_2 h2 {
    width: 100%;
    text-align: center;
    position: relative;

    line-height: 40px;
}
.textbar.style_2 h2.yes {
    font-style: italic;
}
.textbar.style_2 .btn-bt {
    float: left;
    position: relative;
    left: 50%;
    margin-top: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ital {
    font-style: italic;
}





























/**/


/*--------------------- End Textbar ------------------------------*/


/*--------------------- Services Medium --------------------------*/

.services_medium {
    text-align: center;
    position: relative;
    top: 0;
    float: left;
    padding: 15px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.services_medium.style_2 {
    float: left;
}
.services_medium.right img {
    text-align: right;
    float: right;
    width: 50px;
    height: 50px;
}
.services_medium.left img {
    text-align: left;
    float: left;
    width: 50px;
    height: 50px;
}
.services_medium .btn-bt.readmore {
    float: left;
    position: relative;
    color: #444;
    margin-left: -5px;
    text-transform: capitalize;
}
.services_medium img {
    width: 70px;
    height: 70px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
    z-index: 9999;
}

.services_medium.style_1 .icon_wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
    z-index: 999;
}

.services_medium.style_2 .icon_wrapper {
    width: 100px;
    height: 60px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
    z-index: 9999;
}

.services_medium.style_3 .icon_wrapper {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: relative;
    z-index: 9999;
}

.services_medium.style_1:hover .icon_wrapper i {
    color: #fff !important;
}

.services_medium.style_1 i {
    float: left;
    text-align: center;
    width: 100%;
    line-height: 112px;
    font-size: 48px;
    margin-bottom: 10px;
    z-index: 1000;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.services_medium.style_2 i {
    float: left;
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 48px;
    z-index: 1000;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.services_medium .btn-bt.readmore i {
    float: left;
    text-align: inherit;
    width: auto;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    line-height: 22px;
    inline-size: 21px;
    top: -3px;
}
.services_medium .btn-bt.readmore span {
    float: left;
}

.services_medium i {
    color: #222;
}

.services_medium.style_3 i {
    float: left;
    text-align: center;
    width: 100%;
    line-height: 100px;
    font-size: 34px;
    margin-bottom: 10px;
    z-index: 1000;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.light .services_medium.style_2 i {
    color: #fff;
}

.services_medium.style_3:hover .icon_wrapper i {
    color: #fff !important;
}

.services_medium h4 {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 9999;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.services_medium.style_2 h4 {
    margin-top: 10px;
}

.services_medium p {
    display: block;
    text-align: center;
    float: left;
    margin-top: 10px;
    position: relative;
}

.services_medium.left h4, .services_medium.left p, .services_medium.left i {
    text-align: left;
}

.services_medium.left .icon_wrapper {
    left: 0;
    margin-left: 0;
}

.services_medium.right h4, .services_medium.right p, .services_medium.right i {
    text-align: right;
}

.services_medium.right .icon_wrapper {
    right: 0;
    float: right;
    margin-left: 0;
    left: auto;
}





























/**/


/*New effect*/


/*.services_medium:not(.style2) .icon_wrapper:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.services_medium:not(.style2) .icon_wrapper:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.services_medium:not(.style_2) .icon_wrapper:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
*/


/*new effect*/

.services_medium:not(.style_2) .icon_wrapper {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.services_medium.style_3 .icon_wrapper:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.4s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.4s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.4s;
    transform: scale(.8);
    opacity: 0;
}

.services_medium:not(.style_2):hover .icon_wrapper {
    background: rgba(255, 255, 255, 1);
    color: #41ab6b;
}

.services_medium:not(.style_2):hover .icon_wrapper:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}





























/**/


/*--------------------- End Services Medium ----------------------*/


/*--------------------- Counter ----------------------------------*/

.count_to {
    width: 234px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}

.odometer {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.light .odometer {
    color: #fff !important;
}

.animated_counter h3 {
    text-align: center;
    margin-top: 0px;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
}

.light .animated_counter h3 {
    color: #fff;
    opacity: 0.75;
}

.light .animated_counter i {
    color: rgba(255, 255, 255, 0.03);
}

.animated_counter i {
    position: absolute;
    text-align: left;
    color: rgba(0, 0, 0, 0.03);
    font-size: 102px;
}





























/**/


/*--------------------- End Counter ------------------------------*/


/*--------------------- Chart Skill ------------------------------*/

.chart_skill .new_color {
    display: none;
}

.chart_skill {
    position: relative;
}

.chart_skill .text {
    line-height: 37px;
    width: 200px;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 32px;
    margin-left: -100px;
    margin-top: -18px;
}

.chart_skill i.base {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.chart_skill h5 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
}

.chart_skill .description {
    text-align: center;
    margin-top: 20px;
}

.light .chart_skill h5 {
    color: #fff;
}

.light .chart_skill .text {
    color: #ddd;
}





























/**/


/* ---------------------- End Chart Skill ------------------------*/


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

.wpb_content_element.button {
    float: left;
    margin-bottom: 0 !important;
    width: 100%;
    position: relative;
    display: block;
}

.wpb_content_element.button.buttons_two {
    float: left;
    width: auto !important;
}

.wpb_content_element.button.buttons_two a:first-child {
    margin-right: 15px;
    float: left;
}
.wpb_content_element.button.buttons_two.al_center {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

.button .readmore {
    color: #3e3e3e;
}

.light .button .readmore {
    color: #fff;
}
.light .button .readmore:hover, .light .button .btn-bt.readmore span:before {
    color: #fff !important;
}





























/**/


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


/* ---------------------- Skills ---------------------------------*/

.block_skill {
    float: left;
    width: 100%;
}

.skill {
    height: 13px;
    position: relative;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin-bottom: 16px;
    float: left;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.section-style .dark .skill {
    background: #fff;
}

.skill:last-child {
    margin-bottom: 0;
}

.skill>* {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.skill .prog .circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    right: -17px;
    top: -8px;
}

.skill_title {
    float: left;
}

.block_skill .big_percentage {
    font-size: 13px;
    float: right;
    color: #777;
    margin-left: 5px;
    margin-bottom: 5px;
}

.light .block_skill .big_percentage {
    color: #eee;
}

.skill .prog {
    position: relative;
    height: 100%;
}





























/**/


/* ---------------------- End Skills -----------------------------*/


/* ---------------------- Testimonial ----------------------------*/

.single_testimonial dl {
    margin: 0;
}

.single_testimonial dl dt {
    width: 100%;
    height: 120px;
    text-align: center;
}

.single_testimonial dl dt img {
    width: 90px;
}

.single_testimonial dl dt img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.single_testimonial dl dd {
    margin-left: 0px;
}

.single_testimonial dl dd p {
    margin-top: 0;
    margin-top: 3px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}

.single_testimonial dl dd .param {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.single_testimonial dl dd .param h6 {
    font-weight: bold;
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.light .single_testimonial dl dd .param h6 {
    color: #fff;
}

.single_testimonial dl dd .param .position {
    float: left;
    text-align: center;
    width: 100%;
}

.light .single_testimonial dl dd .param:before {
    background: #f5f5f5;
}

.single_testimonial {
    border-width: 1px;
    border-style: solid;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.29, 0.9, 0.51, 0.99);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 50px 40px;
    box-shadow: rgba(156, 156, 156, 0.1) 2px 2px 20px 0px;
    border-color: transparent;
}

.single_testimonial:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}





























/**/


/* ---------------------- End Testimonial ------------------------*/


/* ---------------------- Services Large -------------------------*/

.services_large .icon_wrapper {
    width: 110px;
    height: 110px;
    position: relative;
    left: 50%;
    margin-left: -60px;
    background: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 10px;
}

.services_large .icon_wrapper .top {
    position: absolute;
    width: 144px;
    top: 0;
    left: -12px;
    height: 1px;
}

.services_large .icon_wrapper .bottom {
    position: absolute;
    width: 144px;
    bottom: 0;
    left: -12px;
    height: 1px;
}

.services_large .icon_wrapper .right {
    position: absolute;
    width: 1px;
    top: -12px;
    right: 0px;
    height: 144px;
}

.services_large .icon_wrapper .left {
    position: absolute;
    width: 1px;
    top: -12px;
    left: 0px;
    height: 144px;
}

.services_large {
    text-align: left;
    padding: 40px;
    background: #f9f9f9;
    float: left;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.services_large .services_large_image {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default; 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.services_large .services_large_info {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 20px;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.services_large .services_large_image:after,
.services_large .services_large_image:before {
    content: '';
    display: table;
}


.services_large:hover .services_large_info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.services_large .icon_wrapper i {
    font-size: 44px;
    line-height: 110px;
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.services_large p {
    margin-top: 7px;
}
.services_large h4 {
    margin-top: 25px;
    letter-spacing: 1px
}

.services_large .icon_wrapper .top,
.services_large .icon_wrapper .right,
.services_large .icon_wrapper .bottom,
.services_large .icon_wrapper .left {
    background: #e1e1e1;
}

.services_large:hover .icon_wrapper i {
    color: #fff;
}

.services_large.style_2 .icon_wrapper {
    width: auto;
    height: auto;
    background: transparent;
    left: auto;
    margin-left: 0;
}

.services_large.style_2 .icon_wrapper i {
    font-size: 48px;
    line-height: 80px;
    float: left;
    text-align: left;
}





























/**/


/* ---------------------- End Services Large -------------------------*/


/* ---------------------- Services Media -----------------------------*/

.services_media {
    position: relative;
}

.services_media .overlay {
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.services_media.shadow_box:hover .overlay {
    box-shadow: 2px 1px 12px 0px #777;
}

.services_media .overlay>a {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    z-index: 1;
}

.services_media .overlay span {
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.services_media:hover .overlay span {
    opacity: 1;
}

.services_media img {
    width: 100%;
}

.services_media iframe {
    width: 100%;
    height: 180px;
}

.services_media h5 {
    margin-top: 25px;
}

.services_media p {
    margin-top: 7px;
    margin-bottom: 0;
}

.services_media.style_2 h5 {
    margin: 0;
    position: absolute;
    color: #fff;
    bottom: 20px;
    width: auto;
    padding: 10px 20px;
    z-index: 99999;
}

.services_media.style_2 h5 a:hover {
    color: #fff;
}





























/**/


/* ---------------------- End Services Media -------------------------*/


/* ---------------------- Google Map ---------------------------------*/

.row-google-map iframe {
    width: 100%;
}





























/**/


/* ---------------------- End Google Map -----------------------------*/


/* ---------------------- Testimonial Carousel -------------------------*/

.testimonial_carousel,
.testimonial_carousel_element {
    width: 100%;
    height: 300px;
}

.testimonial_carousel_element .caroufredsel_wrapper {
    display: inline-block !important;
}

.testimonial_carousel .item {
    float: left;
    height: 100% !important;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonial_carousel .item p {
    float: left;
    text-align: center;
    margin-top: 0;
    padding: 10px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
    font-style: italic;
}
.testimonial_carousel.owl-carousel .owl-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0;
}
.light .testimonial_carousel .item p {
    color: #A6AAB1;
}

.testimonial_carousel .item .param {
    width: 100%;
    text-align: center;
    float: left;
    box-sizing: border-box;
}

.testimonial_carousel .item .param h6 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.owl-theme .owl-controls {
    margin-left: 25px;
    text-align: center !important;
}

.testimonial_carousel .item .param span {
    color: #707582 !important;
    width: 100%;
    float: left;
}

.testimonial_carousel_element .pagination {
    margin: 0;
    float: none;
}

.light .testimonial_carousel_element.background {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 48px;
}

.testimonial_carousel_element.background {
    background: rgba(255, 255, 255, 0.5);
    padding-top: 48px;
}

.testimonial_carousel_element .pagination a {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    top: 50%;
    margin-top: -20px;
    transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.light .testimonial_carousel_element .pagination a {
    background: transparent;
    border: 1px solid #fff;
}

.testimonial_carousel_element {
    margin-top: 20px;
}

.light .testimonial_carousel_element .pagination a i {
    color: #fff;
}

.testimonial_carousel_element .pagination a.prev {
    left: 50%;
    top: 100%;
    margin-top: 5px;
    margin-left: -50px;
}

.testimonial_carousel_element .pagination a:hover i {
    color: #fff;
}

.testimonial_carousel_element:hover .pagination a.prev {
    opacity: 1;
}

.testimonial_carousel_element .pagination a.next {
    right: 50%;
    top: 100%;
    margin-top: 5px;
    margin-right: -50px;
}

.testimonial_carousel_element.background .pagination a.next,
.testimonial_carousel_element.background .pagination a.prev {
    margin-top: 30px;
}

.testimonial_carousel_element:hover .pagination a.next {
    opacity: 1;
}





























/**/


/* ---------------------- End Testimonial Carousel -------------------------*/


/* ---------------------- Testimonial Cycle -------------------------------- */

.testimonial_cycle {
    width: 100%;
}

.testimonial_cycle .item {
    float: left;
    width: 347px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonial_cycle .item p {
    position: relative;
    float: left;
    margin-top: 0;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.light .testimonial_cycle .item p {
    color: #fff;
}
.testimonial_cycle .item p:before {
    content: '\e19f';
    font-size: 65px;
    position: absolute;
    top: 10px;
    left: 0px;
    font-family: moon;
    opacity: 0.1;
}
.testimonial_cycle .param img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    vertical-align: middle;
}
.testimonial_cycle .item .param {
    width: 100%;
    float: left;
    margin-left: 40px;
}

.testimonial_cycle .item .param i {
    float: left;
    color: #444;
    width: 36px;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial_cycle .item .param .name {
    margin-left: 20px;
    float: left;
    margin-top: 10px;
}

.testimonial_cycle .item .param h6 {
    font-weight: 500;
    float: left;
    width: 100%;
}

.testimonial_cycle .item .param span {
    float: left;
    width: 100%;
    font-size: 12px;
}





























/**/


/* ---------------------- End Testimonial Cycle ---------------------------- */


/* ---------------------- Services Steps -----------------------------------*/

.services_steps {
    position: relative;
    top: 50%;
    text-align: center;
    height: 150px;
    cursor: pointer;
    display: block;
    width: 100%;
    float: left;
}

.services_steps .icon_wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-left: -50px;
    left: 50%;
    position: relative;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: rgba(247, 247, 247, 0.21) 2px solid;
}

.services_steps .icon_wrapper i {
    font-size: 42px;
    line-height: 112px;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.services_steps:hover .icon_wrapper i {
    color: #fff;
}

.services_steps .content {
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.services_steps h4 {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 1;
    left: 0;
    word-break: break-word;
    margin-bottom: 0;
    -webkit-animation: fadeInDown 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: fadeInDown 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: fadeInDown 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: fadeInDown 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.services_steps:hover h4 {
    -webkit-animation: fadeOutUp 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    -moz-animation: fadeOutUp 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    -o-animation: fadeOutUp 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    animation: fadeOutUp 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
}

.services_steps:hover p {
    -webkit-animation: fadeInUp 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    -moz-animation: fadeInUp 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    -o-animation: fadeInUp 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
    animation: fadeInUp 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
}

.services_steps p {
    margin-top: 5px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    opacity: 0;
    -webkit-animation: fadeOutDown 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: fadeOutDown 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: fadeOutDown 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: fadeOutDown 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}





























/**/


/* ---------------------- End Services Steps -----------------------------------*/


/* ---------------------- Recent Portfolio ------------------------------------ */

.full-width-content .recent_portfolio #portfolio-preview-items {
    margin-left: 0;
}

.recent_portfolio {
    float: left;
    width: 100%;
    position: relative;
}

.recent_portfolio .swiper-wrapper .swiper-slide {
    height: auto !important;
}

.recent_portfolio .portfolio_slider {
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.recent_portfolio .owl-carousel .owl-stage {
    margin-top: 30px;
}

.recent_portfolio .portfolio_carousel.owl-carousel .portfolio-item {
    width: 100% !important;
}
.recent_portfolio .swiper_slider.portfolio_slider {
    height: 330px !important;
}
.recent_portfolio .normal.four-cols {
    padding-right: 20px;
}

.three-cols.no_space .portfolio_slider .portfolio-item {
    margin-left: 0;
    margin-bottom: 0;
}

.no_space .row {
    margin-left: 0;
}

.recent_portfolio #portfolio-preview-items.no_space {
    margin-left: 0;
}

.recent_portfolio .four-cols:not('.pinterest') .portfolio-item:nth-last-child(1) {
    margin-bottom: 0;
}

.recent_portfolio .four-cols:not('.pinterest') .portfolio-item:nth-last-child(2) {
    margin-bottom: 0;
}

.recent_portfolio .four-cols:not('.pinterest') .portfolio-item:nth-last-child(3) {
    margin-bottom: 0;
}

.recent_portfolio .four-cols:not('.pinterest') .portfolio-item:nth-last-child(4) {
    margin-bottom: 0;
}

.recent_portfolio #portfolio-filter ul {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.recent_portfolio .overlayed h4 {
    word-break: break-word;
}





























/**/


/**/


/* ---------------------- End Recent Portfolio -------------------------------- */


/* ---------------------- Latest From Blog ------------------------------------ */

.latest_blog .no_carousel .blog-item {
    width: 33.333333333333%;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
}

.latest_blog .blog-item.single {
    width: 100%;
    padding-left: 20px;
    margin-left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.owl-carousel .owl-wrapper {
    cursor: -webkit-grab;
}
.owl-carousel.owl-loaded {
    float: left;
}

.latest_blog .owl-carousel .owl-item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.latest_blog .owl-carousel .owl-item .blog-article {
    padding-left: 0 !important;
}

.latest_blog .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.latest_blog .owl-carousel .owl-controls .owl-prev:hover,
.latest_blog .owl-carousel .owl-controls .owl-next:hover {
    color: #fff;
}

.owl-theme .owl-controls .owl-page span {
    background: #999 !important;
    width: 10px !important;
    height: 10px !important;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 12px !important;
    height: 12px !important;
    margin: 4px 5px !important;
}

.latest_blog .owl-carousel .owl-controls {
    text-align: center;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}

.latest_blog .owl-carouse .owl-controls .owl-prev,
.latest_blog .owl-carousel .owl-controls .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    z-index: 10000;
    text-align: center;
}

.latest_blog .owl-carousel .owl-controls .owl-next {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: 50px;
}

.latest_blog .owl-carousel .owl-controls .owl-prev {
    right: 80px;
    float: left;
    left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.owl-controls .owl-buttons div.owl-next:hover:before,
.owl-controls .owl-buttons div.owl-prev:hover:before {
    color: #FFF !important;
}

.swiper_pagination {
    position: relative;
    right: auto;
}

.nav-fillpath .icon-wrap i {
    font-size: 24px;
    line-height: 40px;
    color: #ABABAB;
}

.latest_blog .media iframe {
    height: 200px !important;
}

.latest_blog.boxed .blog-article.grid-style .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -mox-transition: all 0.4s;
    background-color: #fff;
    padding: 20px;
}

.latest_blog.simple .blog-article.grid-style .content {
    padding: 0;
    padding-top: 20px;
}

.latest_blog.boxed .blog-article:hover .content {
    -webkit-box-shadow: 0px 0px 2px 2px rgba(245, 242, 245, 1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(245, 242, 245, 1);
    box-shadow: 0px 0px 1px 1px rgba(245, 242, 245, 1);
}

.latest_blog .blog-article.grid-style .media {
    position: relative;
    overflow: hidden;
}

.latest_blog .blog-item .content:first-child {
    padding-top: 0;
}

.latest_blog .blog-item .content p {
    margin-top: 10px;
    margin-bottom: 0;
}

.latest_blog .blog-item .info {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 4px;
}

.latest_blog .blog-item .info li {
    float: left;
    margin-right: 11px;
}

.latest_blog .blog-item .info li i {
    margin-right: 7px;
    float: left;
    padding-top: 2px;
}
.latest_blog .blog-item .info span {
    font-weight: 600;
}

.latest_blog .blog-item .after {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ebebeb;
    width: 100%;
    float: left;
}

.latest_blog .blog-item .after .info {
    float: left;
    margin: 0;
    padding: 0;
    color: #222;
    width: auto;
}

.latest_blog .blog-item .after .post-like {
    margin-top: -2px;
}

.latest_blog .no_carousel .blog-item {
    padding-bottom: 20px;
}

.latest_blog .blog-item.boxed .content {
    padding: 20px;
    background: #fff;
}

.latest_blog .blog-item.boxed .content .after {
    display: none;
}

.latest_blog .blog-article .media .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.latest_blog .blog-article .media .overlay .post_type_circle i {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    float: left;
    width: 52px;
}

.latest_blog .blog-article .media .overlay .post_type_circle {
    width: 50px;
    height: 50px;
    background: rgba(51, 51, 51, 0.34);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 45%;
    opacity: 0;
    left: 50%;
    cursor: pointer;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.latest_blog .blog-article .media:hover .overlay .post_type_circle {
    top: 50%;
    opacity: 1;
}

.latest_blog .btn-bt.default,
.blog-article .btn-bt,
.latest_blog .btn-bt.rounded {
    margin-top: 5px;
    margin-bottom: 5px;
    background: transparent;
    font-size: 14px;
    text-transform: capitalize !important;
}

.latest_blog .btn-bt.default,
.latest_blog .btn-bt.rounded {
    margin-top: 20px;
}

#blog .blog-article .btn-bt {
    margin-top: 5px;
}

.latest_blog .btn-bt i,
.blog-article .btn-bt i,
.search .btn-bt i {
    left: 77%;
    font-size: 14px;
    line-height: 26px;
}

.latest_blog .blog-article .latest_post_comments {
    float: right;
    line-height: inherit;
    margin-top: 20px;
}

.latest_blog .blog-article .latest_post_comments i {
    padding-right: 5px;
}

.latest_blog .blog-article .post-like {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

.latest_blog .blog-article.grid-style .content .text {
    margin-top: 0px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.latest_blog .btn-bt.rounded i {
    margin-top: 0px !Important;
}

.latest_blog.simple .blog-article.grid-style .content .text {
    border: 0;
    padding-bottom: 0;
}

.latest_blog.simple .btn-bt.default,
.latest_blog.simple .btn-bt.rounded {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.latest_blog .content h3 {
    float: left;
    width: 100%;
}
.latest_blog .format-quote .media {
    display: none;
}
.latest_blog .format-quote .content {
    padding: 30px !important;
    color: #fff;
    width: 100%;
    min-height: 292px;
    display: grid;
    align-items: center;
}
.latest_blog .format-quote .content .text, .latest_blog .format-quote .content .title {
    width: 100%;
    display: inline-block;
}

.latest_blog .format-quote .content .title {

    font-style: italic;
    font-weight: 600;
}
.latest_blog .format-quote .content a, .latest_blog .format-quote .content a:hover {
    color: #fff;
}





























/**/


/* ---------------------- End Latest From Blog -------------------------------- */


/* ---------------------- Recent News ----------------------------------------- */

.recent_news.inline .blog-item {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.recent_news.inline .blog-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.dark .recent_news.inline .blog-item:hover img {
    opacity: 0.2;
}

.recent_news.inline .blog-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.recent_news.inline .blog-item h4 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    color: #222;
    float: left;
    line-height: 30px;
    width: 100%;
}

.recent_news.inline .blog-item .info {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.recent_news.inline .blog-item .info li {
    float: left;
    margin-right: 11px;
}

.recent_news.inline .blog-item .info li i {
    margin-right: 7px;
    float: left;
    padding-top: 2px;
}

.light .recent_news.inline .blog-item h4 {
    color: #fff;
}

.light .recent_news.inline .blog-item .info {
    color: #ccc;
}

.light .recent_news.inline .blog-item:hover {
    background: rgba(0, 0, 0, 0.2);
}
.light .recent_news.inline .blog-item:hover img {
    opacity: 0.5;
}

.recent_news.events {
    float: left;
    width: 100%;
}

.recent_news.events .blog-item {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    max-width: 400px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
}

.recent_news.vertical .blog-item h5 {
    padding-top: 0px;
    padding-bottom: 5px;
}

.recent_news.events .blog-item>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recent_news.events .blog-item:last-child {
    margin-bottom: 0;
}

.recent_news.events .blog-item dt {
    width: 80px;
    height: 60px;
    background: #f5f5f5;
}

.recent_news.events .blog-item dt .date {
    font-size: 13px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    margin-top: 20px;
    float: left;
    margin-left: 16px;
    letter-spacing: 1px
}

.recent_news.events .blog-item dd {
    margin-left: 90px;
}

.recent_news.events .blog-item dd h5 {
    margin-top: 10px;
    float: left;
    font-weight: 400;
    letter-spacing: 1px;
}

.recent_news.events .time {
    letter-spacing: 1.5px;
    width: 300px;
    float: left;
}

.recent_news.events .link {
    float: right;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.recent_news.events .link i {
    float: left;
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 60px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.recent_news.events .blog-item:hover .link i {
    color: #fff;
}

.recent_news.events .blog-item:hover dd,
.recent_news.events .blog-item:hover dd h5 {
    color: #fff;
}

.recent_news.vertical .blog-item {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    float: left;
}

.recent_news.events .blog-item:hover .link {
    border: 0px;
}

.recent_news.vertical .blog-item:last-child {
    margin-bottom: 0;
}

.recent_news.vertical .blog-item:nth-child(2n-1) .title {
    float: right;
}

.recent_news.vertical .blog-item .title {
    width: 50%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.recent_news.vertical .blog-item:nth-child(2n-1) .content {
    text-align: right;
}

.recent_news.vertical .blog-item .content {
    width: 50%;
    float: left;
    margin-top: 50px;
}
.recent_news.vertical .blog-item:nth-child(2n) .title {
    text-align: right;
}

.recent_news.vertical .blog-item:nth-child(2n-1) .btn-bt.readmore {
    text-align: right;
    float: right;
}

.recent_news.vertical .blog-item .title .date {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
}
.light .recent_news.vertical .blog-item h5 {
    color: #fff;
}
.recent_news.vertical .blog-item .readmore span:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #b5b5b5;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 1;
}

.recent_news.vertical .blog-item .readmore span:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s ease-out;
    z-index: 2;
}
.recent_news.vertical .blog-item .readmore:hover span:after {
    transform-origin: left top;
    transform: scale(1, 1);
}




























/**/


/* ---------------------- End Recent News ------------------------------------- */


/* ---------------------- Separator ------------------------------------------- */

.amos_separator {
    width: 100%;
    float: left;
}





























/* ---------------------- Wave Divider ----------------------------------------- */

.amos-divider-shape {
    position: absolute;

    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    transform: translateZ(0);
}

.amos-divider-shape.bottom {
    top: auto;
    bottom: 0;
}
.amos-divider-shape.top {
    top: 0;
    bottom: auto;
}
.amos-divider-shape .shape-divider {
    background: transparent;
    stroke: transparent;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
}
.amos-divider-shape .shape-divider.bottom {
    bottom: -10px;
}
.amos-divider-shape .shape-divider.top {
    top: -10px;
}
.amos-divider-shape svg path {
    stroke: transparent !Important;
}
.amos-divider-shape svg path:nth-child(1) {
    opacity: 0.1;
}
.amos-divider-shape svg path:nth-child(2) {
    opacity: 0.5;
}

.amos-divider-shape .shape-divider.top {
    transform: rotate(180deg);
}
.amos-divider-shape svg.normal path:nth-child(1) {
    opacity: 1;
}




























/**/


/* ---------------------- End Separator --------------------------------------- */


/* ---------------------- Countdown ------------------------------------------- */

.countdown .countdown_row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
    font-weight: 300 !important;
}

.countdown_show1 .countdown_section {
    width: 98%;
}

.countdown_show2 .countdown_section {
    width: 48%;
}

.countdown_show3 .countdown_section {
    width: 32.5%;
}

.countdown_show4 .countdown_section {
    width: 24.5%;
}

.countdown_show5 .countdown_section {
    width: 19.5%;
}

.countdown_show6 .countdown_section {
    width: 16.25%;
}

.countdown_show7 .countdown_section {
    width: 14%;
}

.countdown_section {
    display: block;
    float: left;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.countdown_amount {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 48px;
    line-height: 55px;
    font-family: playfair display;
    font-style: italic;
}

.light .countdown span {
    color: #fff;
}





























/**/


/* ---------------------- End Countdown --------------------------------------- */


/* ---------------------- Price List ------------------------------------------ */

.price_table {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    position: right;
    float: left;
    -webkit-transition: all 0.3s cubic-bezier(0.29, 0.9, 0.51, 0.99);
    transition: all 0.3s cubic-bezier(0.29, 0.9, 0.51, 0.99);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.price_table .title {
    width: 100%;
    padding: 20px 0;
    float: left
}

.price_table .title i {
    font-size: 50px;
    width: 100%;
    text-align: center;
    float: left;
    padding: 30px 0;
}

.price_table h2 {
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.price_table .price {
    width: 100%;
    text-align: center;
    float: left;
}

.price_table .price .p {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
}

.price_table .price .period {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.price_table .list {
    width: 100%;
    padding: 25px 0;
    float: left;
}

.price_table .list ul {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
}

.price_table .list ul li {
    float: left;
    padding: 15px;
    width: 100%;
    border-bottom: 1px #F1F1F1 solid;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.price_table .list ul li:first-child {
    border-top: 1px #f1f1f1 solid;
}

.price_table.highlighted .price .p,
.price_table.highlighted .price .period {
    color: #fff;
}

.price_table .price_button {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.price_table .price_button a:hover {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.price_table .price_button a {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.price_table.highlighted .title h2,
.price_table.highlighted .title i,
.price_table.highlighted .price,
.price_table.highlighted .list,
.price_table.highlighted .price_button .btn-bt {
    color: #fff;
}

.price_table.highlighted .list ul li {
    border: 0;
}

.price_table.highlighted .price_button .btn-bt {
    border-color: #fff;
}

.price_table.highlighted .price_button .btn-bt:hover {
    background: #fff;
}

.price_table.highlighted .price_button a {
    background: transparent;
}

.price_table:hover {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.price_table.highlighted {
    background: #8e00fe;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #8e00fe 0%, #10209e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #8e00fe 0%, #10209e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #8e00fe 0%, #10209e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}





























/**/


/* ---------------------- End Price List -------------------------------------- */


/* ---------------------- Widgetized ------------------------------------------ */

.wpb_widgetised_column .footer_social_icons {
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0px !important;
    margin-top: 0px !important;
    position: relative;
    padding: 0;
    list-style: none
}

.wpb_widgetised_column .footer_social_icons li {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 5px !important;
    width: 32px !important;
    height: 32px !important;
}

.wpb_widgetised_column .footer_social_icons li:after {
    display: none
}

.wpb_widgetised_column .footer_social_icons li:first-child {
    margin-left: 0 !important;
}

.wpb_widgetised_column .footer_social_icons li a {
    float: left;
}

.wpb_widgetised_column .footer_social_icons li i {
    float: left;
    line-height: 38px;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.wpb_widgetised_column .social_widget {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.footer_social_icons.circle li {
    width: 32px !important;
    height: 32px !important;
}

.footer_social_icons.circle li a {
    width: 100%;
    text-align: center;
    height: 32px;
}

.footer_social_icons.circle li i {
    line-height: 32px !important;
    font-size: 14px !important;
}





























/**/


/* ---------------------- End Widgetized -------------------------------------- */


/* ---------------------- Mailchimp ------------------------------------------- */

#mc_signup_form .mc_input {
    height: 40px;
}

.mc_signup_submit {
    text-align: left;
}

#mc_signup_submit {
    width: inherit !important;
}

#mc_display_rewards {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.mc_form_inside .mc_signup_submit:nth-child(3) {
    text-align: center !important;
}

.mc_form_inside .mc_signup_submit:nth-child(3) #mc_signup_submit {
    margin-top: 0px !important;
    float: none !important;
}

.mc_merge_var:nth-child(2) label {
    display: none;
}

.mc_form_inside #mc_display_rewards:nth-child(4) {
    text-align: center !important;
    float: none !important;
}





























/**/


/* ---------------------- End Mailchimp --------------------------------------- */


/*---------------------------------------------------- End Elements ------------------------------------------------------------ */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*---------------------------------------------------- Carousel Modern Pagination ---------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */

#fp-nav ul li:only-child,
.fp-slidesNav ul li:only-child {
    display: none;
}

.nav-fillpath a {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-fillpath .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.nav-fillpath {
    position: relative;
    right: auto;
    height: 100px;
    float: left;
    text-align: center;
    width: 92px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.nav-fillpath a {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #e1e1e1;
    z-index: 10000;
    text-align: center;
}

.nav-fillpath a:hover {
    color: #fff;
}

.nav-fillpath a.next {
    margin-left: 50px;
}

.nav-fillpath a.prev {
    right: 80px;
    float: left;
    left: 0;
}

.swiper_pagination {
    position: relative;
    right: auto;
    height: 100px;
}

.nav-fillpath a:hover i {
    color: #fff;
}

.block_title.column_title .nav-fillpath {
    left: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}

.block_title.section_title .nav-fillpath {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.nav-fillpath a,
.pagination a {
    width: 40px;
    height: 40px;
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    z-index: 10000;
    text-align: center;
}

.nav-fillpath a.next,
.pagination a.next {
    border-radius: 0;
    margin-left: 50px;
}

.nav-fillpath a.prev,
.pagination a.prev {
    right: 80px;
    float: left;
    left: 0;
    border-radius: 0;
}

.swiper_pagination {
    position: relative;
    right: auto;
    height: 100px;
}

.nav-fillpath .icon-wrap i,
.pagination a i {
    font-size: 14px;
    line-height: 40px;
    color: #c5c5c5;
}

.nav-fillpath .icon-wrap:hover i,
.pagination a:hover i {
    color: #fff;
}

.light .nav-fillpath .icon-wrap i,
.light .pagination a i {
    color: #fff;
}





























/*---------------------------------------------------- End Carousel Modern Pagination ------------------------------------------ */


/* ----------------------------------------------------------------------------------------------------------------------------- */


/*---------------------------------------------------- Contact Form 7 ---------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------------------------- */

.wpcf7 {
    float: left;
    position: relative;
    width: 100%;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 0px;
    padding-left: 10px;
    background: #f7f7f7;
    box-sizing: border-box;
    transition: border-color .2s ease-in-out, box-shadow .3s ease, background-color .4s ease;
    box-shadow: none;
    border-radius: 4px;
}
.wpcf7 input:not([type="submit"]):focus,
.wpcf7 textarea:focus {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.wpcf7-form #two-column #left {
    width: 50%;
    padding-right: 5px;
    float: left;
    box-sizing: border-box;
}

.wpcf7-form #two-column #right {
    width: 50%;
    padding-left: 5px;
    float: right;
    box-sizing: border-box;
}

.wpcf7-submit.btn-bt {
    width: 100%;
}





























}

.wpcf7-form p:second-child input {

    margin-right: 0;
}

.wpcf7 input:not([type="submit"]) {
    height: 50px;
}

.light .wpcf7 input:not([type="submit"]),
.light .wpcf7 textarea {
    background: rgba(247, 247, 247, 0.07);
    border-bottom: 1px solid #fff;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-radius: 0;
}

.wpcf7 input[type="submit"].btn-bt {
    color: #fff;
    padding: 15px 40px !Important;
    float: none;
    border-width: 1px;
    border-style: solid;
}

.light .wpcf7 input[type="submit"].btn-bt {
    background: #fff !important;
}

.light .wpcf7 .subscribe_form input[type="submit"].btn-bt {
    background: inherit !important;
}
.light .wpcf7 ::-webkit-input-placeholder,
{
    color: #fff !Important;
}

.light .wpcf7 ::-moz-placeholder {
    color: #fff !Important;
}

.light .wpcf7 input,
.light .wpcf7 textarea {
    color: #fff !Important;
}





























/*---------------------------------------------------- End Contact Form 7 ------------------------------------------------------ */

/* ----------------------------------------------------------------------------------------------------------------------------- */

/*---------------------------------------------------- Search & Extra Navigation------------------------------------------------ */

/* ----------------------------------------------------------------------------------------------------------------------------- */
.viewport {
    left: 0;
    z-index: 99;
    height: 100%;
    top: 0;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

@media(max-width: 979) {
    .sidemenu .viewport {
        overflow: auto;
    }
}

.search_bar.open {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.open_search .viewport {}

.search_bar #s {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.search_bar #search-form:after {
    content: ""
}

.search_bar #search-form #s::placeholder {
    color: #fff;
}

.search_bar {
    position: fixed;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s, visibility 0s 0.4s;
    transition: opacity 0.4s, visibility 0s 0.4s;
}

.search_bar .overlay-close {
    width: 30px;
    height: 30px;
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    color: #fff;
    background: transparent;
    outline: none;
    z-index: 100;
}



.search_bar .input-append {
    height: 100%;
}

.search_bar input[type="text"] {
    background: transparent;
    border: none;
    font-size: 25px;
    border: 1px solid hsla(0, 0%, 87%, 0.38) !important;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    font-weight: 300;
    font-family: inherit;
    height: 64px;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 40%;
    left: 50%;
    border-radius: 0px;
    padding: 0;
    z-index: 9999999;
    margin: 0;
    line-height: 60px;
    color: #fff;
}

.search_bar form {
    margin: 0;
    height: 100%;
}

.search_bar .container {
    height: 100%;
}

.search_bar button {
    display: none;
}

.extra_navigation {
    position: fixed;
    top: 0;
    z-index: 9999999;
    color: #f7f7f7;
    width: 300px;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(34, 34, 34, 0.93);
}

.extra_navigation.right {
    right: -300px;
}

.extra_navigation.left {
    left: -300px;
}

.open_extra_nav .extra_navigation {}

.open_extra_nav .extra_navigation.right {
    right: 0;
}

.open_extra_nav .extra_navigation.left {
    left: 0;
}

.open_extra_nav .viewport {}

.extra_navigation .content {
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.extra_navigation select {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.extra_navigation #s {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.extra_navigation #search-form:after {
    content: "\e86f";
    font-family: 'LinearIcons-Free';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 16px;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    color: #bbb;
}

.extra_navigation #search-form {
    width: 100%;
    float: left;
    position: relative;
}

.extra_navigation #search-form .more,
footer #search-form .more {
    display: none;
}

.extra_navigation h5.widget-title {
    margin-bottom: 24px;
    margin-top: 0;
    color: #eee;
    float: left;
    width: 100%;
    text-align: center;
}

.extra_navigation .widget {
    margin-bottom: 35px;
    float: left;
    width: 100%;
}

.extra_navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.extra_navigation ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.extra_navigation ul li a {
    width: 100%;
}

.extra_navigation .widget:first-child {
    margin-top: 0
}

.extra_navigation #wp-calendar {
    width: 100%;
}

.extra_navigation #wp-calendar td {
    padding-left: 16px;
}

.extra_navigation #wp-calendar td#today {
    font-weight: 600;
}

.extra_navigation .widget_rss ul li:after {
    content: "";
}

.extra_navigation .tagcloud a {
    background: #111;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.extra_navigation ul.sub-menu {
    padding-left: 32px;
    padding-top: 10px;
}

.extra_navigation ul.sub-menu li:last-child,
aside li.menu-item-has-children {
    border-bottom: none;
}

.extra_navigation li.menu-item-has-children:after {
    content: "";
}

.extra_navigation .footer_social_icons {
    float: left;
    width: 100%;
    margin-left: 0px !important;
    margin-top: 0px !important;
    position: relative;
    padding: 0;
    list-style: none
}

.extra_navigation .footer_social_icons li {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 8px !important;
    width: 40px !important;
    height: 40px !important;
}

.extra_navigation .footer_social_icons li:after {
    display: none
}

.extra_navigation .footer_social_icons li:first-child {
    margin-left: 0 !important;
}

.extra_navigation .footer_social_icons li a {
    float: left;
}

.extra_navigation .footer_social_icons li i {
    float: left;
    line-height: 32px;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.extra_navigation .close {
    position: absolute;
    right: 20px;
    top: 70px;
}

.extra_navigation .close:before {
    content: "\e870";
    display: block;
    font-family: LinearIcons-Free;
    color: #f5f5f5;
    font-size: 20px;
}

.extra_navigation .close:hover {
    color: #fff;
    opacity: 1;
}

.extra_navigation .textwidget img {
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.top_space {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    height: 20px;
}

.bottom_space {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    height: 20px;
}

.outter_padding {
    padding: 20px;
}





























/*---------------------------------------------------- End Search & Extra Navigation-------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------------------- */

/*---------------------------------------------------- 404 Not Found ----------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------------------- */
.not_found {
    width: 800px !important;
    max-width: 100%;
    margin-top: -70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translate(-50%, -50%);
    float: left !important;
    padding: 60px;
}

.not_found h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 200px;
    line-height: 200px;
}

.not_found p {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
}

.not_found .search_field {
    display: block;
    float: left;
    margin-top: 20px;
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
}

.not_found .search_field input[type="text"] {
    height: 40px;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0;
    height: 50px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
}

.not_found .search_field .btn-bt {
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    z-index: 99999999;
}

.error404 .header_page,
.error404 .header_wrapper,
.error404 .footer_wrapper {
    display: none;
}

#content.bg_image_404 {
    padding: 0 !important;
}

.bg_image_404 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}





























/*---------------------------------------------------- End 404 Not Found ------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------- Pagination -------------------------------------------------------------- */
.p_pagination {
    float: left;
    width: 100%;
}

.p_pagination.hide_this {
    display: none;
}

#blogmasonry #infscr-loading {
    display: block;
    float: left;
    bottom: -50px;
    position: absolute;
}

.with_pagination.hide_this {
    display: none;
}

#infscr-loading {
    width: 100%;
    text-align: center;
    background: url(img/ring.svg) no-repeat;
    background-size: 60px 60px;
    height: 60px;
    left: 50%;
    position: relative;
    float: left;
    margin-left: -26px;
}

#infscr-loading:after {
    content: "";
    font-family: 'FontAwesome';
    width: 36px;
    height: 36px;
    line-height: 40px;
    font-size: 36px;
    color: #222;
    z-index: 9999999;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#infscr-loading img {
    display: none;
}

#infscr-loading div {
    display: none;
}

.p_pagination .pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.content_portfolio.fullwidth .p_pagination {
    margin-bottom: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.content_portfolio.fullwidth .p_pagination .pagination {
    padding: 0;
    margin-bottom: 5px;
}

.p_pagination .pagination span,
.p_pagination .pagination a {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 10px 16px;
    font-weight: 700;
    text-decoration: none;
    width: auto;
    height: 40px;
    color: #444;
    min-width: 40px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
}

.p_pagination .pagination a:hover {
    color: #fff;
}

.p_pagination .pagination .current {
    color: #fff;
}





























/********** 26. ExtraStyles ********/
.topmargin {
    margin-top: -30px;
}

.greyscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}





























/*Sidebar Header Left*/
.sidebar-header-left {
    height: 80px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    background-color: #FFFFFF;
}

.sidebar-header-left a img {
    width: 120px;
    margin-top: 22px;
    margin-left: 30px;
}

.sidebar-header-left a:first-child {
    width: 130px;
    float: left;
}

.sidebar-header-left a:last-child {
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #1f1f1f;
    position: absolute;
    left: 205px;
    text-align: center;
    border-left: dashed 1px rgba(0, 0, 0, 0.1);
    border-right: dashed 1px rgba(0, 0, 0, 0.1);
}

.sidebar-header-left a i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#snapcontent {
    height: 100%;
}

.open-switcher-style,
#style-switcher {
    display: none !important;
}

.flexslider .slides>li {
    max-height: 600px;
}

.flexslider {
    background: transparent !Important;
    border: none !Important;
    border-radius: 0 !Important;
    -o-box-shadow: none !Important;
    box-shadow: none !Important;
}

.flex-direction-nav a:before {
    font-family: "linea-arrow-10" !important;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\e04b' !important;
}

.flex-direction-nav a.flex-prev:before {
    content: '\e03f';
}

.wpb_gallery .theme-default .nivoSlider {
    box-shadow: none;
}





























/* Mailchimp form style*/
.mc4wp-form input[type="email"] {
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    height: 36px;
    border-radius: 0px;
    width: 67% !important;
    float: left;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 15px;
    height: 40px;
    padding-left: 20px;
    background: transparent;
}
.mc4wp-form input[type="submit"] {
    height: 46px;
}

.light .mc4wp-form input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.47);
    background: #fff;
}





























/* visual composer buttons*/
.vc_btn3.vc_btn3-shape-round {
    border-radius: 4em !important;
    border-width: 1px !important;
    font-weight: 300;
    font-size: 16px !important;
}

.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
    font-size: 35px !important;
    height: 35px !important;
    line-height: 27px !important;
}

.vc_gitem-animate .vc_gitem-zone-b {
    background-color: rgba(17, 17, 17, 0.61) !important;
    text-indent: -999px;
    transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.5s;
}

div.wpcf7 img.ajax-loader {
    height: 30px;
}

.vc_row-o-full-height {
    min-height: 100vh;
}

.vc_row-o-equal-height {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vc_row.vc_row-o-equal-height>.container>.section_clear>.vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
}
.vc_row.vc_row-o-equal-height>.container>.section_clear>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.full-width-content .vc_column_container .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.vc_row.vc_column-gap-1 .vc_column_container {
    padding: .5px
}

.vc_row.vc_column-gap-2 .vc_column_container {
    padding: 1px
}

.vc_row.vc_column-gap-3 .vc_column_container {
    padding: 1.5px
}

.vc_row.vc_column-gap-4 .vc_column_container {
    padding: 2px
}

.vc_row.vc_column-gap-5 .vc_column_container {
    padding: 2.5px
}

.vc_row.vc_column-gap-10 .vc_column_container {
    padding: 5px
}

.vc_row.vc_column-gap-15 .vc_column_container {
    padding: 7.5px
}

.vc_row.vc_column-gap-20 .vc_column_container {
    padding: 10px
}

.vc_row.vc_column-gap-25 .vc_column_container {
    padding: 12.5px
}

.vc_row.vc_column-gap-30 .vc_column_container {
    padding: 15px
}

.vc_row.vc_column-gap-35 .vc_column_container {
    padding: 17.5px
}

.vc_row.vc_column-gap-1 .vc_column_container:first-child {
    padding-left: 1px;
}

.vc_row.vc_column-gap-1 .vc_column_container:last-child {
    padding-right: 1px;
}

.vc_row.vc_column-gap-2 .vc_column_container:first-child {
    padding-left: 2px;
}

.vc_row.vc_column-gap-2 .vc_column_container:last-child {
    padding-right: 2px;
}

.vc_row.vc_column-gap-3 .vc_column_container:first-child {
    padding-left: 3px;
}

.vc_row.vc_column-gap-3 .vc_column_container:last-child {
    padding-right: 3px;
}

.vc_row.vc_column-gap-4 .vc_column_container:first-child {
    padding-left: 4px;
}

.vc_row.vc_column-gap-4 .vc_column_container:last-child {
    padding-right: 4px;
}

.vc_row.vc_column-gap-5 .vc_column_container:first-child {
    padding-left: 5px;
}

.vc_row.vc_column-gap-5 .vc_column_container:last-child {
    padding-right: 5px;
}

.vc_row.vc_column-gap-10 .vc_column_container:first-child {
    padding-left: 10px;
}

.vc_row.vc_column-gap-10 .vc_column_container:last-child {
    padding-right: 10px;
}

.vc_row.vc_column-gap-15 .vc_column_container:first-child {
    padding-left: 15px;
}

.vc_row.vc_column-gap-15 .vc_column_container:last-child {
    padding-right: 15px;
}

.vc_row.vc_column-gap-20 .vc_column_container:first-child {
    padding-left: 20px;
}

.vc_row.vc_column-gap-20 .vc_column_container:last-child {
    padding-right: 20px;
}

.vc_row.vc_column-gap-25 .vc_column_container:first-child {
    padding-left: 25px;
}

.vc_row.vc_column-gap-25 .vc_column_container:last-child {
    padding-right: 25px;
}

.vc_row.vc_column-gap-30 .vc_column_container:first-child {
    padding-left: 30px;
}

.vc_row.vc_column-gap-30 .vc_column_container:last-child {
    padding-right: 30px;
}

.vc_row.vc_column-gap-35 .vc_column_container:first-child {
    padding-left: 35px;
}

.vc_row.vc_column-gap-35 .vc_column_container:last-child {
    padding-right: 35px;
}

.vc_column-gap-1 {
    padding-top: 0.5px;
    padding-bottom: 0.5px;
}

.vc_column-gap-2 {
    padding-top: 1px;
    padding-bottom: 1px;
}

.vc_column-gap-3 {
    padding-top: 1.5px;
    padding-bottom: 1.5px;
}

.vc_column-gap-4 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.vc_column-gap-5 {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.vc_column-gap-10 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.vc_column-gap-15 {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.vc_column-gap-20 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vc_column-gap-25 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vc_column-gap-30 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.vc_column-gap-35 {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}
.vc_row.video_section .bg-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    margin-top: -150px;
}

.vc_row.video_section {
    position: relative;
    float: left;
}



























/**/

/* Reservation */
.rtb-booking-form fieldset>div {
    float: left;
    margin-right: 1em;
}

.rtb-booking-form input,
.rtb-booking-form select,
.rtb-select.party select {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}

.rtb-booking-form .add-message {
    display: none;
}

.reservation legend,
.contact legend {
    padding-left: 0px;
    border: 0px !important;
}

.reservation .date,
.contact .name {
    margin-left: 1em;
}

.rtb-booking-form button {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #fff;
    background: #59a453;
    left: 50%;
    margin-top: 2em;
    position: relative;
    margin-left: -65px;
}

.rtb-booking-form input {
    padding: 10px;
    max-width: 167px !important;
}

.reservation label,
.contact label {
    color: #222;
}

select#rtb-party {
    height: 42px;
    width: 198px;
    border-radius: 0px;
}

.contact legend {
    display: none;
}

.rtb-booking-form {
    padding: 50px;
    border: 1px solid #ddd;
}

.rtb-booking-form fieldset {
    margin-bottom: 0em !important;
}

.rtb-booking-form legend {
    text-align: center;
    padding-bottom: 15px !important;
    font-size: 30px;
}
.comingsoon_page .header_wrapper,
.comingsoon_page .footer_wrapper {
    display: none !Important;
}





























/**/

/* -------.single_staff.style_2 .staff_links--fullscreen hamburger menu effect------------*/
.wrapper-menu {
    position: relative;
    z-index: 999999999;
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}

.wrapper-menu.open {
    transform: rotate(-45deg);
}

.wrapper-menu .line-menu {
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 2px;
}

.wrapper-menu .line-menu.half {
    width: 50%;
}

.wrapper-menu .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.wrapper-menu.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}

.wrapper-menu .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.wrapper-menu.open .line-menu.end {
    transform: rotate(-90deg) translateX(-4px);
}





























/* Pagination for pages */
.page-links {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.page-links span {
    font-size: 15px;
    padding-left: 5px;
    border: 1px solid #fff2f2;
    padding: 9px 14px;
    margin-right: 5px;
}
.page-links-title {
    color: #222;
}

.page-links a {
    padding-left: 3px;
}





























/* Instagram Feed styling */
#sb_instagram .sbi_follow_btn a {
    background: transparent;
    color: inherit;
    border: none;
    padding: 0;
    margin: 0;
    float: none;
    text-shadow: none;
    line-height: inherit !important;
    transition-duration: unset;
    font-size: inherit;
}
#sb_instagram .sbi_follow_btn a i {
    display: none;
}
#sb_instagram #sbi_load {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    float: none;
}
#sb_instagram #sbi_load .sbi_follow_btn {
    float: none;
}
.comment dl.comment-pingback dd {
    margin-left: 0;
}
.comment dl.comment-pingback dt {
    display: none;
}

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {

    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.subscribe_form input[type='email'] {
    background: transparent;
    border-radius: 25px;
    color: #fff;
    height: 50px;
    border-color: rgba(255, 255, 255, 0.3) !important;
}
.subscribe_form .subscribe_submit input[type='submit'] {
    height: 50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 55px;
    right: 0px;
    text-indent: -999px;
    padding: 0 !important;
    border: 0;
    background: transparent;
}
.subscribe_form .subscribe_submit {
    position: absolute;
    right: 0;
    display: block;
    height: 50px;
    top: 0;
    color: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.subscribe_form .subscribe_submit:before {
    content: "\e3c3";
    line-height: 50px;
    position: absolute;
    font-family: moon;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.subscribe_form .ajax-loader {
    display: none !important;
}
.wpcf7 .subscribe1_form input, .wpcf7 .subscribe1_form textarea {
    width: 27%;
    margin-right: 20px;
    float: left;
}
.wpcf7 .subscribe1_form input:not([type='submit']), .wpcf7 .subscribe1_form textarea {
    background-color: #fff;
}
.wpcf7 .subscribe1_form input[type="submit"].btn-bt {
    padding: 10px 32px !Important;
    width: auto;
}