/*
Theme Name: Segment - Construction Multi-Layout WP Theme
Theme URI: http://entiri.net/segment-wp
Author: entiri s.r.o.
Author URI: http://entiri.com/
Description: Segment is fully responsive multi-design WordPress theme with unlimited possibilities. It allows you to individually style all of its components (such as sliders, progress bars, fonts, colors etc.) and thus creating virtually any design style. Segment theme can be used in all kind of sectors (business, medical, construction etc.).
Version: 1.0
License: entiri s.r.o.
License URI:
Tags: portfolio, agency, medical, building, fashion, wedding, one-page, multi-purpose, bootstrap-style, ajax, shop, blog, fullscreen, video, custom-menu, multi-design, advanced-options
Text Domain: Segment
*/
/**
 * Table of Contents:
 *
 *	1.0 - Include external links
 *	2.0 - WordPress Core
 *	3.0 - Reset
 *	4.0 - Typography
 *		4.1 - Blockquote and hr
 *	5.0 - Navigation
 *		5.1 - Drop Down
 *		5.2 - Single Site
 *		5.3 - Mega main menu
 *	6.0 - Content
 *		6.1 - Search Container
 *		6.2 - Line Tag
 *		6.3 - Master Slider
 *		6.4 - Helper Classes
 *		6.5 - Entry Content
 *		6.6 - Thumbnail
 *		6.7 - Isotope
 *		6.8 - Pagination
 *		6.9 - Ajax loader
 *		6.10 - Newsletter
 *		6.11 - Tweeter
 *		6.12 - Gallery
 *		6.13 - Bubble Say
 *	7.0 - Tables
 *	8.0 - Forms
 *		8.1 - Search Form
 *	9.0 - Blog
 *		9.1 - Blog Detail
 *		9.2 - Blog List
 *		9.3 - Blog Comments
 *	10.0 - Sidebar
 *		10.1 - Widgets
 *	11.0 - Footer
 *	12.0 - Addons
 *		12.1 - Custom select
 *	13.0 Top Header Bar
 *		13.1 Top Info Bar
 *		13.2 Top Cart Bar
 *		13.3 Top Search
 *	14.0 Flexslider
 *	15.0 FancyBox
 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 - Include external links
 *
 * Twitter Bootstrap
 * Responsive media queries
 * -----------------------------------------------------------------------------
 */
@import url("resources/bootstrap/css/bootstrap.min.css");
@import url("resources/pageLoader/style.css");

/**
 * 2.0 - WordPress Core
 * -----------------------------------------------------------------------------
 */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
}

.sticky {
    background: #f4f5f7;
    border: 2px solid #E9E9E9;
    padding: 20px;
    padding-top: 30px;
    margin-bottom: 20px;
}

.bypostauthor {
}

.search-container.container .container {
    padding-left: 0;
    padding-right: 0;
}

#blog.container .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

#portfolio-detail .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.container .entry-content .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.article-title a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.error404 #content {
    padding-top: 60px;
}

.error404 h2 {
    padding-bottom: 20px;
    text-align: center;
}

.error404 h3 {
    text-align: center;
    padding-bottom: 20px;
}

.page-link {
    margin: 20px 0;
}

.nav-links {
    margin: 40px 0;
}

.nav-links:before, .nav-links:after {
    content: " ";
    display: table;
}

.nav-links:after {
    clear: both;
}

.nav-links .nav-previous {
    float: left;
    width: 50%;
}

.nav-links .nav-next {
    float: left;
    width: 50%;
    text-align: right;
}

.nav-links .nav-next.nav-full {
    width: 100%;
}

.nav-links .nav-previous i {
    padding-right: 20px;
}

.nav-links .nav-next i {
    padding-left: 20px;
}

.nav-links i {
    font-size: 18px;
}

.nav-links .post-title {
    font-size: 18px;
}

/**
 * 3.0 - Reset
 * -----------------------------------------------------------------------------
 */
::-moz-selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}

:focus {
    outline-color: transparent !important;
    outline-style: none !important;
}

html {
    margin: 0 !important;
}

body {
    color: #979AA1;
    cursor: default;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.pointer {
    cursor: pointer;
}

.iframe {
    width: 100% !important;
    border: none !important;
    border: none\9  !important; /* IE 8 and below */
    *border: none !important; /* IE 7 and below */
    _border: none !important; /* IE 6 */
}

.attachment-box img {
    width: 100%;
}

.affix {
    position: fixed !important;
    top: 0;
    z-index: 10;
}

/**
 * 4.0 - Typography
 * -----------------------------------------------------------------------------
 */
/** Custom Font
 * -----------------------------------------------------------------------------
 */

@font-face { 
font-family: 'STHeiti';
src: url('http://ufn.com.au/wp-content/themes/segment/STHeiti.eot?#iefix') format('embedded-opentype'), 
url('http://ufn.com.au/wp-content/themes/segment/STHeiti.woff') format('woff'), 
url('http://ufn.com.au/wp-content/themes/segment/STHeiti.ttf') format('embedded-opentype'), 
url('http://ufn.com.au/wp-content/themes/segment/STHeiti.svg#STHeiti') format('svg'); 
font-weight: normal; font-style: normal; 
}

.cn {
font-family: 'STHeiti'!important;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #696B70;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0 0 20px;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
}

@media (max-width: 1024px) {
    h1, h2, h3, h4, h5, h6 {
        box-sizing: border-box;
    }

    h1 {
        font-size: 52px !important;
        line-height: 52px !important;
    }

    h2 {
        font-size: 26px !important;
        line-height: 26px !important;
    }

    h3 {
        font-size: 24px !important;
        line-height: 24px !important;
    }

    .vc_call_to_action h2 {
        font-size: inherit !important;
        line-height: inherit !important;
    }

    #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
        font-size: 16px !important;
        line-height: 16px !important;
    }

    #mega_main_menu_ul .mega_dropdown {
        background-image: none !important;
    }

    .breadcrumb-bar {
        background-position: 0 0 !important;
    }

    body .e_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body .container-fluid.e_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body .container-fluid.full-width.e_row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 992px) {

    body .e_row .container {
        width: 100%;
    }

    .breadcrumb-bar .pull-right {
        float: none !important;
    }

    .comment-avatar {
        border: 0 none;
        width: 45px;
        height: auto;
        padding: 0;
        margin-bottom: 10px;
    }

    .comment-avatar img {
        padding: 0;
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .post-tags, .post-categories {
        padding-bottom: 5px !important;
    }

    .post-tags i, .post-categories i {
        font-size: 13px !important;
    }

    .post-tags a, .post-categories a {
        font-size: 13px !important;
        line-height: 13px !important;
    }
}

@media (max-width: 480px) {
    h1, h2, h3, h4, h5, h6 {
        box-sizing: border-box;
    }

    h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    h2 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    h3 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    h4 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    h5 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    h6 {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}

/**
 * 4.1 - Blockquote and hr
 * -----------------------------------------------------------------------------
 */
hr {
    background: none repeat scroll 0 0 #e7ebef;
    border: 0 none;
    height: 1px;
    margin: 30px 0;
}

blockquote {
    color: #adb0b2;
    margin: 15px 0;
}

blockquote.normal {
    font-style: normal;
}

blockquote.bold {
    font-weight: bold;
}

blockquote p {
    font-size: 14px;
    line-height: 25px;
}

.quote_author {
    padding: 15px 0 0;
    font-weight: bold;
}

/**
 * 5.0 - Navigation
 * -----------------------------------------------------------------------------
 */
#headerMenu {
    z-index: 5000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /*
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;*/
}

#headerMenu ul {
    list-style: none;
}

#topMenu {
    height: auto;
    padding: 0;
    top: 0;
}

#topMenu .navbar {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-height: 60px;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}

#topMenu .navbar-brand {
    padding: 0 0 0 15px;
    margin-top: -10px;
    margin-bottom: -10px;
    line-height: 45px;
    height: 64px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#topMenu .navbar-brand img {
    max-height: 64px;
}

#topMenu .navbar .nav > li > a {
    border-radius: 3px;
    display: inline-block;
    font-family: 'Helvetica', serif;
    font-size: 13px;
    line-height: 42px;
    margin: 0 0 0 4px;
    padding: 0 20px;
}

#topMenu .navbar .nav > li:hover > a {
    background-color: transparent;
}

#topMenu .navbar .nav > li .caret {
    display: none;
}

#topMenu .navbar .nav li ul {
    padding-top: 20px;
    padding-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
}

#topMenu .navbar .nav li:hover > ul {
    display: block;
}

#topMenu .navbar.menu-dark {
    background: #20232B;
}

#topMenu .navbar.menu-dark .nav > li > a {
    border: 1px solid rgba(255, 255, 255, 0);
    color: #FFFFFF;
}

#topMenu .navbar.menu-dark .nav > li:hover > a {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#topMenu .navbar.menu-dark .nav > li.active > a, #topMenu .navbar.menu-dark .nav > li.active > a:hover, #topMenu .navbar.menu-dark .nav > li.active:hover > a {
    background: #333946;
    border: 1px solid rgba(255, 255, 255, 0);
}

#topMenu .navbar.menu-white {
    background: #FFFFFF;
}

#topMenu .navbar.menu-white .nav > li > a {
    border: 1px solid rgba(51, 57, 70, 0);
    color: #333946;
}

#topMenu .navbar.menu-white .nav > li:hover > a {
    border: 1px solid rgba(51, 57, 70, 0.5);
}

#topMenu .navbar.menu-white .nav > li.active > a, #topMenu .navbar.menu-white .nav > li.active > a:hover, #topMenu .navbar.menu-white .nav > li.active:hover > a {
    background: #FFFFFF;
    color: #333946;
    border: 1px solid rgba(51, 57, 70, 0);
}

#topMenu .navbar.menu-dark .navbar-brand {
    color: #FFFFFF;
}

#topMenu .navbar.menu-white .navbar-brand {
    color: #333946;
}

/**
 * 5.1 - Drop Down
 * -----------------------------------------------------------------------------
 */
ul.dropdown-menu {
    border: 0 none;
    padding: 0;
    background: transparent;
}

ul.dropdown-menu li {
    padding: 0;
}

ul.dropdown-menu li a {
    line-height: 42px;
    padding: 0 20px;
    font-size: 13px;
}

ul.dropdown-menu ul.dropdown-menu {
    top: -3px;
    left: 100%;
}

#topMenu .navbar.menu-dark ul.dropdown-menu li {
    background: #333946;
}

#topMenu .navbar.menu-dark ul.dropdown-menu li a {
    color: #ffffff;
}

#topMenu .navbar.menu-dark ul.dropdown-menu > .active > a,
#topMenu .navbar.menu-dark ul.dropdown-menu > .active > a:hover,
#topMenu .navbar.menu-dark ul.dropdown-menu > .active > a:focus {
    background: #20232B;
}

#topMenu .navbar.menu-dark ul.dropdown-menu li a:hover {
    background: #20232B;
    color: #ffffff;
}

#topMenu .navbar.menu-white ul.dropdown-menu li {
    background: #f8f9fc;
}

#topMenu .navbar.menu-white ul.dropdown-menu li:first-child {
    border-top: 5px solid #20232b;
}

#topMenu .navbar.menu-white ul.dropdown-menu li a {
    color: #333946;
}

#topMenu .navbar.menu-white ul.dropdown-menu > .active > a,
#topMenu .navbar.menu-white ul.dropdown-menu > .active > a:hover,
#topMenu .navbar.menu-white ul.dropdown-menu > .active > a:focus {
    background: #333946;
    color: #FFFFFF;
}

#topMenu .navbar.menu-white ul.dropdown-menu li a:hover {
    background: #333946;
    color: #FFFFFF;
}

#topMenu .navbar.shadow {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/**
 * 5.2 - Single Site
 * -----------------------------------------------------------------------------
 */
.single-site #topMenu {
    padding: 0;
}

#topMenu.menu-fixed .menu-dark.navbar-move {
    background: #20232B;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}

#topMenu.menu-fixed .menu-white.navbar-move {
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}

#topMenu .navbar-move .navbar-brand {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
}

#topMenu.menu-fixed .navbar-move .logo img {
    height: 100%;
}

#topMenu .navbar.navbar-move .nav li ul {
    padding-top: 11px;
}

/**
 * 5.3 - Mega Main Menu
 * -----------------------------------------------------------------------------
 */
#mega_main_menu li.default_dropdown > ul,
#mega_main_menu li.default_dropdown li > ul,
#mega_main_menu li.multicolumn_dropdown > ul,
#mega_main_menu li.tabs_dropdown > ul,
#mega_main_menu li.widgets_dropdown > ul,
#mega_main_menu li.post_type_dropdown > ul,
#mega_main_menu li.grid_dropdown > ul,
#mega_main_menu li.post_type_dropdown .mega_dropdown > li.post_item .post_details,
#mega_main_menu li.grid_dropdown .mega_dropdown > li .post_details {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
}

.mmm.menu-horizontal .menu_holder.shadow.sticky_container {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.mmm.menu-horizontal li.default_dropdown > ul {
    min-width: 230px;
}

.mmm.menu-vertical #headerMenu {
    position: absolute; /* fixed */
    left: 0;
    width: 260px;
}

.mmm.menu-vertical .scroll-spy {
    position: absolute;
    top: 0;
    left: 0;
}

.mmm.menu-vertical #headerMenu #mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .logo_link {
    height: auto;
}

.mmm.menu-vertical #headerMenu #mega_main_menu .nav_logo .logo_link {
    padding: 60px 0 45px 0;
    line-height: 1;
}

.mmm.menu-vertical #headerMenu #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
    padding: 0 27px;
}

.mmm.menu-vertical #headerMenu #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after {
    font-family: 'FontAwesome';
    content: '\f178'; /*'\e3b6';*/
    padding-right: 25px;
    width: 25px;
    font-size: 14px;
    display: none;
}

.mmm.menu-vertical #headerMenu .container {
    width: auto;
    padding: 0;
}

.mmm.menu-vertical .header-box.header-pos-0,
.mmm.menu-vertical .breadcrumb-bar,
.mmm.menu-vertical #container-middle,
.mmm.menu-vertical .footer {
    margin-left: 260px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .mmm.menu-vertical .container {
        width: 764px;
    }

    .mmm.menu-vertical .col-with-sidebar .container {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .mmm.menu-vertical .container {
        width: 910px;
    }

    .mmm.menu-vertical .col-with-sidebar .container {
        width: auto;
    }
}

@media (min-width: 1430px) {
    .mmm.menu-vertical .container {
        width: 1170px;
    }

    .mmm.menu-vertical .col-with-sidebar .container {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .mmm.menu-vertical #headerMenu .container {
        padding-right: 0;
        padding-left: 0;
    }

    .mmm.menu-vertical #headerMenu .container .row {
        margin-right: 0;
        margin-left: 0;
    }

    .mmm.menu-vertical #headerMenu .container .row > div {
        padding-right: 0;
        padding-left: 0;
    }

    .mmm.menu-vertical #headerMenu #mega_main_menu .nav_logo .logo_link {
        padding: 10px 17px;
        margin-left: 10px;
    }

    .mmm.menu-vertical #headerMenu #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
        padding: 0 17px;
    }

    .mmm.menu-vertical #headerMenu #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after {
        font-family: 'FontAwesome';
        content: '\f175'; /*'\e3b6';*/
        padding-right: 0;
    }

    .mmm.menu-vertical #headerMenu #mega_main_menu.primary.primary_style-buttons > .menu_holder > .menu_inner > ul > li > .item_link {
        margin: 25px 4px;
    }

    .mmm.menu-vertical #headerMenu {
        position: relative;
        width: auto;
    }

    .mmm.menu-vertical .scroll-spy {
        position: relative;
        left: 0;
    }

    .mmm.menu-vertical .header-box.header-pos-0,
    .mmm.menu-vertical .breadcrumb-bar,
    .mmm.menu-vertical #container-middle,
    .mmm.menu-vertical .footer {
        margin-left: 0;
    }

    .mmm.menu-vertical .header-box.header-pos-0 .container,
    .mmm.menu-vertical .breadcrumb-bar .container,
    .mmm.menu-vertical #container-middle .container,
    .mmm.menu-vertical .footer {
        width: auto;
    }
}

.mmm .container .menu_holder .nav_logo .logo_link {
    padding-left: 0 !important;
}

.mmm .menu_holder,
.mmm .menu_holder .mmm_fullwidth_container {
    /*
    -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    */
}

#mega_main_menu_ul > li.submenu_default_width .mega_dropdown li .item_link {
    padding: 8px 15px !important;
}

#mega_main_menu > .menu_holder > .menu_inner > ul > li.nav_search_box #mega_main_menu_searchform .field:focus {
    background: #fff;
}

#mega_main_menu.direction-vertical.icons-left > .menu_holder > .menu_inner > ul > li > .item_link > .link_content {
    margin-left: 0;
}

#mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
    display: inline;
	
}

#mega_main_menu.direction-vertical > .menu_holder > .menu_inner > ul > li > .item_link .link_text:lang(zh) {
    display: inline;
	font-family: 'STHeiti', Sans-Serif !important;
	
}

#mega_main_menu.mobile-view #mega_main_menu_ul li .item_link,
#mega_main_menu.mobile-view #mega_main_menu_ul li .item_link i,
#mega_main_menu.mobile-view #mega_main_menu_ul li a,
#mega_main_menu.mobile-view #mega_main_menu_ul li span,
#mega_main_menu.mobile-view #mega_main_menu_ul li ul li a,
#mega_main_menu.mobile-view #mega_main_menu_ul li ul li a span {
    height: 35px !important;
    line-height: 35px !important;
    box-shadow: none !important;
    cursor: pointer;
}

#mega_main_menu.mobile-view .mobile_toggle,
#mega_main_menu.mobile-view .mobile_toggle .mobile_button {
    height: 70px !important;
    line-height: 70px !important;
}

#mega_main_menu.mobile-view #mega_main_menu_ul > li .item_link {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#mega_main_menu.mobile-view #mega_main_menu_ul {
    padding-bottom: 20px;
}

#mega_main_menu.mobile-view #mega_main_menu_ul li ul {
    position: relative !important;
    box-shadow: none !important;
    top: 0 !important;
    padding: 0 !important;
}

#mega_main_menu.mobile-view #mega_main_menu_ul > li ul li {
    padding-left: 10px !important;
}

#mega_main_menu.mobile-view #mega_main_menu_ul > li .mega_dropdown li .item_link {
    padding: 0 10px !important;
}

#mega_main_menu.mobile-view #mega_main_menu_ul li:hover > ul,
#mega_main_menu.mobile-view #mega_main_menu_ul li.keep_open > ul {
    display: none !important;
}

#mega_main_menu.mobile-view #mega_main_menu_ul li.toggle-open > ul {
    display: block !important;
}

#mega_main_menu.mobile-view > .menu_holder > .menu_inner > ul > li.menu-item > .item_link:after,
#mega_main_menu.mobile-view ul li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:after,
#mega_main_menu.mobile-view ul li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left > .item_link:after
#mega_main_menu.mobile-view ul li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:after,
#mega_main_menu.mobile-view ul li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left > .item_link:after {
    border: 0 none !important;
    font-family: 'FontAwesome' !important;
    position: absolute !important;
    content: "\f105" !important;
    text-align: center !important;
    height: 100% !important;
    width: 35px !important;
    right: 0px !important;
    top: 2px !important;
}

#mega_main_menu.mobile-view > .menu_holder > .menu_inner > ul > li.menu-item.toggle-open > .item_link:after,
#mega_main_menu.mobile-view ul li.tabs_dropdown > .mega_dropdown > li.menu-item.toggle-open > .item_link:after,
#mega_main_menu.mobile-view ul li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left.toggle-open > .item_link:after
#mega_main_menu.mobile-view ul li.tabs_dropdown > .mega_dropdown > li.menu-item.toggle-open > .item_link:after,
#mega_main_menu.mobile-view ul li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left.toggle-open > .item_link:after {
    content: "\f107" !important;
}

#mega_main_menu.mobile-view ul li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:before,
#mega_main_menu.mobile-view ul li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left > .item_link:before
#mega_main_menu.mobile-view ul li.tabs_dropdown > .mega_dropdown > li.menu-item > .item_link:before,
#mega_main_menu.mobile-view ul li.default_dropdown > .mega_dropdown > li.menu-item.drop_to_left > .item_link:before {
    border: 0 none !important;
}

#mega_main_menu.mobile-view li.grid_dropdown > .mega_dropdown > li > .item_link > i {
    margin-top: -18px !important;
    font-size: 18px !important;
}

/**
 * 6.0 - Content
 * -----------------------------------------------------------------------------
 */
article.post-from-list h1 {
    font-size: 32px;
    line-height: 32px;
}

article.post-from-list h2 {
    font-size: 28px;
    line-height: 28px;
}

article.post-from-list h3 {
    font-size: 24px;
    line-height: 24px;
}

article.post-from-list > h3 {
    font-size: 40px;
    line-height: 40px;
}

article.post-from-list h4 {
    font-size: 20px;
    line-height: 20px;
}

article.post-from-list h5 {
    font-size: 18px;
    line-height: 18px;
}

article.post-from-list h6 {
    font-size: 14px;
    line-height: 14px;
}

article.post-from-list table {
    margin-bottom: 20px;
}

/**
 * 6.1 - Search Container
 * -----------------------------------------------------------------------------
 */
.search-container article {
    padding-bottom: 20px;
    padding-top: 20px;
}

.search-container article:first-child {
    padding-top: 40px;
}

/**
 * 6.2 - Line Tag
 * -----------------------------------------------------------------------------
 */
.line {
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

/**
 * 6.3 - Master Slider
 * -----------------------------------------------------------------------------
 */
.img-width-auto img, .ms-container img {
    width: auto;
}

.ms-container p {
    margin: 0;
}

/**
 * 6.4 - Helper Classes
 * -----------------------------------------------------------------------------
 */
.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.justify {
    text-align: justify !important;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

img {
    height: auto;
    /*width: 100%;*/
}

.circle img {
    border-radius: 50%;
}

.middle img {
    vertical-align: middle;
}

.border-radius-left-bottom {
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.border-radius-right-bottom {
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.border-radius-right-top {
    -webkit-border-top-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    border-top-right-radius: 4px !important;
}

.border-radius-left-top {
    -webkit-border-top-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    border-top-left-radius: 4px !important;
}

.border-radius {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.en-easy, .btn {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn {
    border: 0 none;
}

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 * 6.5 - Entry Content
 * -----------------------------------------------------------------------------
 */

h1.page-title {
    line-height: 30px;
    font-size: 32px;
}

.breadcrumb {
    *zoom: 1;
    margin: 0;
    padding: 35px 0;
    line-height: 30px;
    font-size: 13px;
    background: transparent;
}

.breadcrumb:after,
.breadcrumb:before,
.breadcrumb:after,
.breadcrumb:before {
    content: " ";
    display: table;
}

.breadcrumb:after {
    clear: both
}

.breadcrumb-bar {
    margin-bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-bar .page-title,
.breadcrumb-bar .breadcrumb {
    line-height: 30px;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:active,
a:hover {
    text-decoration: none;
}

a.inverse {
    text-decoration: none;
    color: #646E78;
}

a.inverse:focus,
a.inverse:active,
a.inverse:hover {
    color: #cf3a47;
}

.box_color {
    background-color: #cf3a47;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.subtitle {
    position: relative;
    left: 0;
    margin: 0;
    padding: 23px 0 !important;
    /*height: 39px;*/
}

#site-title {
    display: inline-table;
    vertical-align: middle;
    height: 126px;
}

#site-title div {
    display: table-cell;
    vertical-align: middle;
}

.page-header {
    border: 0 none;
    padding: 0;
    margin: 0;
}

/**
 * 6.6 - Thumbnail
 * -----------------------------------------------------------------------------
 */
.thumbnail {
    position: relative;
    padding: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #333946;
}

.thumbnail .item-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.thumbnail .overlay-a {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.thumbnail .overlay-b {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}

.thumbnail .item-overlay h4 {
    color: #fff;
}

.thumbnail:hover .item-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.thumbnail img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.thumbnail:hover img {
    -moz-opacity: 0.1;
    filter: alpha(opacity=10);
    opacity: 0.1;
    -khtml-opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.thumbnail .item-overlay a {
    display: inline-block !important;
}

/**
 * 6.7 - Isotope
 * -----------------------------------------------------------------------------
 */

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.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: top, left, opacity;
    transition-property: transform, opacity
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

/**
 * 6.8 - Pagination
 * -----------------------------------------------------------------------------
 */
.pagination {
    box-shadow: none;
    margin-bottom: 30px;
}

.pagination > li a {
    margin: 0 4px;
    border: 0 none;
}

/**
 * 6.9 - Ajax loader
 * -----------------------------------------------------------------------------
 */
.en-ajax-loader {
    background: url("images/ajax-loader.gif") no-repeat;
    width: 165px;
    height: 27px;
    display: none;
}

/**
 * 6.10 - Newsletter
 * -----------------------------------------------------------------------------
 */
.newsletter-container {
    color: #727474;
    position: relative;
}

.newsletter-container .newsletter-text {
    padding-bottom: 15px;
}

.newsletter-container .en-ajax-loader {
    background-color: #1E1E1E;
    background-position: center center;
    height: 38px;
    border: 1px solid #444F4F;
    width: 95%;
    padding: 0 5px;
}

.newsletter {
    position: relative;
}

.newsletter input[type="text"] {
    width: 100%;
}

.newsletter-container .newsletter-answer {
    margin-top: 5px;
}

.newsletter-subscribe {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none;
    font-size: 13px;
    color: #727474;
    position: absolute;
    right: 2%;
    top: 7px;
}

.newsletter-subscribe:hover {
    color: #cf3a47;
}

/**
 * 6.11 - Tweeter
 * -----------------------------------------------------------------------------
 */
.twitter-feed ul li {
    background: none !important;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 0;
}

.twitter-feed ul li.show-icon-1 {
    position: relative;
    padding-left: 25px;
}

.twitter-feed .tw_icon {
    position: relative;
    float: left;
    left: 0;
    top: 4px;
    font-size: 18px;
    /*color: #d9dbdc;*/
    padding: 0 8px 0 0;
    /*border: 1px solid #3b3f4a;*/
}

.twitter-feed ul li:hover .tw_icon {
    /*	color: #cf3a47;*/
}

.twitter-feed .tw_desc {
    line-height: 24px;
    padding-left: 35px;
}

.twitter-feed .tw_date {
    padding-left: 35px;
}

.twitter-feed .tw_desc a {
    /*color: #cf3a47;*/
}

.map iframe {
    border: 1px solid #C8CFD7 !important;
    height: 270px;
    padding: 0;
    position: relative;
    width: 100%;
}

/**
 * 6.12 - Gallery
 * -----------------------------------------------------------------------------
 */
ul.gallery li {
    background: none;
    line-height: 0;
    margin: 0 13px 13px 0;
    padding: 0;
    float: left;
}

ul.gallery li a {
    display: inline-block;
    padding: 0;
}

ul.gallery li img {
    width: auto;
}

ul.gallery li a:before, ul.gallery li a:after {
    content: "" !important;
}

.portfolio-images.pos-top {
    margin-bottom: 20px;
}

/**
 * 6.13 - Bubble Say
 * -----------------------------------------------------------------------------
 */
.sc-say {
    position: relative;
}

.sc-say .say-bottom-margin {
    padding-bottom: 46px;
}

.sc-say .say-box {
    background: none repeat scroll 0 0 #f4f5f7;
    border: 1px solid #c8cfd7;
    padding: 20px 35px;
    color: #727586;
}

.sc-say .say-bottom {
    color: #323232;
    overflow: hidden;
    padding-right: 30px;
    padding-top: 15px;
    position: relative;
    text-align: right;
    top: -1px;
}

.sc-say .client-in {
    text-align: right;
    padding: 10px 0 0 0;
    margin: 0;
}

.sc-say .client-out {
    float: left;
    color: #97A4B2;
    padding-left: 8px;
    font-style: italic;
}

.sc-say .quotes i {
    font-size: 16px;
    padding-right: 6px;
}

/**
 * 7.0 - Tables
 * -----------------------------------------------------------------------------
 */
table {
    width: 100%;
    border-radius: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
}

table th {
    text-align: left;
    color: #ffffff;
    background: #2a333c;
    border-radius: 0 !important;
    border: 1px solid #2a333c !important;
    border-right: 1px solid #d1dae0 !important;
    font-weight: normal !important;
    padding: 15px 20px !important;
}

table td {
    background: #ffffff;
    border-radius: 0 !important;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    color: #646e78;
    border: 1px solid #d1dae0 !important;
    padding: 15px 20px !important;
}

table a:hover {
    text-decoration: none;
}

/**
 * 8.0 - Forms
 * -----------------------------------------------------------------------------
 */
input[type=text], input[type=text].form-control,
input[type=email], input[type=email].form-control,
input[type=password], input[type=password].form-control,
select,
textarea, textarea.form-control,
.wpcf7-form-control-wrap input {
    background-color: transparent;
    border: 1px solid #EBEBEB;
    border-radius: 0;
    box-shadow: none;
    color: #98a0a8;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    height: 37px;
    line-height: 21px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

textarea, textarea.form-control,
input[type=radio], input[type=checkbox],
.wpcf7-form-control-wrap textarea {
    height: auto;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:hover, textarea.form-control:hover,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus, textarea.form-control:focus {
    color: #6b6b6b;
    border-color: #6b6b6b;
    box-shadow: none;
    outline: 0 none;
}

textarea, textarea.form-control {
    resize: vertical;
    padding: 13px 13px;
}

.wpcf7-form-control-wrap label,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    width: 100%;
}

.wpcf7-form-control-wrap input[type="checkbox"],
.wpcf7-form-control-wrap input[type="radio"] {
    width: auto;
}

.wpcf7-form-control-wrap .wpcf7-checkbox label,
.wpcf7-form-control-wrap .wpcf7-radio label {
    width: auto;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;
}

.wpcf7-form-control-wrap .wpcf7-checkbox input,
.wpcf7-form-control-wrap .wpcf7-radio input {
    margin-top: -2px;
    display: inline-block;
}

.wpcf7-form-control-wrap .wpcf7-checkbox.block .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-radio.block .wpcf7-list-item {
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-validates-as-date {
    max-width: 150px;
}

div.wpcf7 img.ajax-loader {
    float: left;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 50%;
    margin-left: 0;
}

div.wpcf7-mail-send-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    padding: 20px !important;
    margin: 10px 0 !important;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fcfbfc;
    color: #5e5e5e;
    text-shadow: none;
    list-style: none outside !important;
    *zoom: 1;
    width: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.wpcf7-mail-sent-ok {
    color: #3c763d !important;
    background: #dff0d8 !important;
    border: 1px solid #d6e9c6 !important;
}

div.wpcf7-mail-sent-ng {
    background: #f2dede !important;
    border: 1px solid #ebccd1 !important;
    color: #a94442 !important;
}

div.wpcf7-spam-blocked {
    background: #f2dede !important;
    border: 1px solid #ebccd1 !important;
    color: #a94442 !important;
}

div.wpcf7-validation-errors {
    background: #f2dede !important;
    border: 1px solid #ebccd1 !important;
    color: #a94442 !important;
}

/**
 * 8.1 - Search Form
 * -----------------------------------------------------------------------------
 */
.search-form input[type="text"] {
    background: transparent !important;
    border-image: none;
    border-radius: 0;
    padding: 0 0 5px;
    position: relative;
    width: 100%;
}

.search-form input[type="text"]:focus {
    border-image: none !important;
    border-width: 1px !important;
}

.search-form {
    margin: 0 0 20px;
}

.search-form div {
    position: relative;
}

.search-form input.field {
    padding-left: 5%;
    padding-right: 15%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search-form input.field:focus, .search-form input.field:hover {
    border-color: #6b6b6b;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.search-form .fa-search {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 9;
    padding: 12px 15px;
}

.search-form:hover .fa-search, .search-form:focus .fa-search {
    color: #6b6b6b;
}

/**
 * 9.0 - Blog
 * -----------------------------------------------------------------------------
 */
/**
 * 9.1 - Blog Detail
 * -----------------------------------------------------------------------------
  */
.blog-icon-container {
    position: relative;
    width: 100%;
    height: 60px;
}

.blog-icon {
    font-size: 40px;
    text-align: center;
    height: 30px;
}

.blog-icon-container.single-post-box {
    height: auto;
}

.blog-icon-container.single-post-box .blog-icon {
    font-size: 28px;
}

.blog-date {
    text-align: center;
}

.post-d-info i {
    padding: 0 5px;
}

.post-d-info h2 {
    padding-bottom: 15px;
}

.post-d-info a:hover {
    text-decoration: none !important;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#content .entry-meta {
    position: relative;
    text-align: right;
    padding: 20px 0;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
}

article .entry-meta {
    position: relative;
    text-align: right;
    padding: 20px 0 0 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    clear: both;
}

.help-block {
    min-height: 1px;
}

#blog .post-media {
    margin-bottom: 20px;
}

/**
 * 9.2 - Blog List
 * -----------------------------------------------------------------------------
 */
.post-box {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
}

.post-box .post-media {
    margin-bottom: 30px;
}

.post-title {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
}

.post-box .post-meta {
    line-height: 17px !important;
}

.post-box div.read-more {
    padding-top: 10px;
}

.post-data {
    padding: 0 0 10px 0;
}

.post-data span {
    padding-right: 15px;
}

.post-data .post-categories {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.post-data .post-categories li {
    display: inline-block;
    font-size: 14px;
}

.post-data .post-categories li a {
    font-size: 14px;
}

.post-tags, .post-categories {
    padding-bottom: 10px;
}

.post-tags i, .post-categories i {
    font-size: 18px;
    padding-right: 5px;
}

.post-tags a, .post-categories a {
    font-size: 18px;
    line-height: 18px;
}

/**
 * 9.3 - Blog Comments
 * -----------------------------------------------------------------------------
 */
#commentform {
    padding-bottom: 20px;
}

.comment-box {
    padding-top: 40px;
    margin-bottom: 25px;
}

.commentlist {
    margin: 0 !important;
}

.comment {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.comment-avatar {
    min-height: 50px;
    border: 1px solid #e2e2e2;
    background-color: #f2f2f2;
    width: 70px;
    padding: 5px;
}

.comment-avatar img {
    padding: 0;
    margin: 0;
    width: 100%;
}

.comment-text {
    font-size: 13px;
    /* padding-bottom:25px;*/
}

.comment-text .edit-link {
    margin-top: 20px;
}

.comment-date {
}

.commnent-button {
    margin: 10px 0;
    text-align: right;
}

.edit-link, .comment-reply-link {
    text-decoration: none;
}

.user-name {
    font-size: 14px;
    padding-right: 10px;
    font-weight: bold;
}

ul.categories {
    margin-left: 0;
}

ul.categories li {
    float: left;
    list-style: none;
    margin: 4px 8px 4px 0;
}

.related-projects {
    padding-top: 40px;
    padding-bottom: 80px;
}

.related-projects img {
    position: relative;
    width: 100%;
    height: auto;
}

.related-projects .back-button {
    padding-top: 20px;
}

/**
 * 10.0 - Sidebar
 * -----------------------------------------------------------------------------
 */
#sidebar {
    float: left;
    padding-top: 40px;
    /*width: 230px;*/
    margin-right: 20px;
}

#sidebar blockquote {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.sidebar-main {
    padding: 20px 0;
}

li.li-style {
    position: relative;
    padding-left: 20px !important;
}

li .li-style-box {
    display: block;
    float: left;
    height: 25px;
    top: 7px;
    left: 0;
    line-height: 20px;
    margin-right: 0;
    position: absolute;
    text-align: left;
    width: 25px;
    font-size: 14px;
}

li.li-style.little {
    padding-left: 15px;
}

li.li-style.little .li-style-box {
    width: 15px;
    height: 15px;
    line-height: 16px;
}

.fluid-width-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0;
}

.video-content {
    border: medium none;
    margin: 0 0 -5px;
    max-width: 100%;
    padding: 0;
}

/**
 * 10.1 - Widgets
 * -----------------------------------------------------------------------------
 */
.widget {
    padding-bottom: 30px;
    /*clear:both;*/
}

.widget .widget-title, .widget .widgettitle {
    font-size: 18px;
    color: #566363;
    margin-top: 0;
    margin-bottom: 30px !important;
    padding: 10px 0 !important;
}

.sidebar aside:first-child .widget-title {
    padding-top: 0 !important;
    margin-top: 0 !important;
    line-height: 1;
}

.sidebar aside .widget-title {
    padding: 10px 0 !important;
    margin-bottom: 30px !important;
}

.sidebar aside ul li {
    padding-top: 0 !important;
    /*margin-bottom: 10px !important;*/
    padding-bottom: 10px !important;
}

.sidebar aside ul li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 none !important;
}

.sidebar aside ul li.li-style span.li-style-box {
    top: 0 !important;
}

.widget caption {
    padding-bottom: 8px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li {
    height: auto;
    padding: 5px 0 5px 10px;
    list-style: none;
}

/*
.widget ul li a {
	color: #49525b;
}

.widget ul li a:hover {
	color: #cf3a47;
}
*/
.widget ul.children {
    padding-left: 10px;
}

.widget.widget_text_with_icons .center {
    text-align: center;
}

.widget.widget_text_with_icons .left {
    text-align: left;
}

.widget.widget_text_with_icons .right {
    text-align: right;
}

.widget.widget_text_with_icons h3 {
    font-size: 20px;
}

.widget.widget_text_with_icons i {
    font-size: 50px;
    display: block;
}

.widget select {
    width: 100%;
}

.widget .textwidget img {
    width: 100%;
}

.widget #wp-calendar th {
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #dfdfdf !important;
    color: #404040;
}

.widget #wp-calendar th, .widget #wp-calendar td {
    padding: 3px !important;
}

#wp-calendar tbody td {
    text-align: center;
    border: 1px solid #dfdfdf !important;
}

.widget #wp-calendar td a {
    font-weight: bold;
}

.widget #wp-calendar td#prev, .widget #wp-calendar td#next {
    text-align: center;
    font-weight: normal;
}

.widget #wp-calendar td#prev a, .widget #wp-calendar td#next a {
    font-weight: normal;
}

.tagcloud a {
    color: #fff;
    display: inline-block;
    padding: 11px;
    float: left;
    font-size: 13px !important;
    margin: 0 10px 10px 0;
}

.widget-space {
    content: '';
    clear: both;
    position: relative;
}

/**
 * 11.0 - Footer
 * -----------------------------------------------------------------------------
 */
#footer {
    /*	color: #999999;*/
}

#footer h2, #footer .widgettitle, #footer .widget-title {
    font-size: 18px;
    padding: 0;
    margin: 0 !important;
    padding-bottom: 18px;
    line-height: 18px;
    color: #646e78;
    text-transform: none !important;
}

#footer h2 span {
    font-size: 15px;
    color: #8B97A5;
}

/*
#footer h1.widget-title, #footer h2.widget-title, #footer h3.widget-title, #footer h4.widget-title, #footer h5.widget-title, #footer h6.widget-title,
#footer h1.widgettitle, #footer h2.widgettitle, #footer h3.widgettitle, #footer h4.widgettitle, #footer h5.widgettitle, #footer h6.widgettitle,
#footer h1.wpb_heading, #footer h2.wpb_heading, #footer h3.wpb_heading, #footer h4.wpb_heading, #footer h5.wpb_heading, #footer h6.wpb_heading {
	padding: 0px;
}
*/
#footer .widget {
    padding-bottom: 0;
}

#footer .widget ul li {
    background: transparent !important;
    height: auto;
    line-height: 16px;
    list-style: none;
    margin-left: 0 !important;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

#footer .widget ul li:last-child {
    border-bottom: none;
}

#footer .widget ul li a {
    color: #999999;
}

#footer .twitter-feed .tw_date {
    color: #fff;
}

#footer input {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: none repeat scroll 0 0 #272727 !important;
    border-color: #1E1E1E !important;
    border-image: none !important;
    border-radius: 0 0 0 0 !important;
    border-width: 0 0 2px !important;
    color: #8C8E90 !important;
    font-size: 13px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 14% 0 5% !important;
    width: 81% !important;
}

/**
 * 12.0 - Addons
 * -----------------------------------------------------------------------------
 */

/**
 * 12.1 - Custom Select
 * -----------------------------------------------------------------------------
 */
.select2-container,
.select2-container .select2-choice,
.select2-dropdown-open .select2-choice {
    line-height: 37px !important;
    height: 37px !important;
    background-color: #f5f5f5 !important;
    border: 0 none !important;
}

.select2-container .select2-choice {
    /*border: 1px solid #333946 !important;*/
    padding-right: 20px !important;
}

.select2-input {
    background-color: #fff !important;
}

.select2-container .select2-choice,
.select2-container.select2-drop-above .select2-choice,
.select2-container .select2-choice .select2-arrow,
.select2-search input,
html[dir="rtl"] .select2-search input,
.select2-search input.select2-active,
.select2-dropdown-open .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi .select2-choices,
.select2-container-multi .select2-choices .select2-search-choice {
    background-image: none !important;
}

.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-drop-active {
    border: 1px solid #f5f5f5 !important;
    /*border-top: 0 none !important;*/
    background-color: #f5f5f5 !important;
}

.select2-container-multi .select2-choices .select2-search-choice,
.select2-container .select2-choice,
.select2-container.select2-drop-above .select2-choice,
.select2-drop {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice .select2-arrow b {
    width: 37px !important;
    height: 37px !important;
    background-image: none !important;
    background: none !important;
    border-left: 0 none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.select2-container .select2-choice .select2-arrow b:after {
    color: #808080;
    content: "";
    font-family: 'FontAwesome', serif;
    font-size: 14px;
    height: 100%;
    line-height: 37px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

/**
 * 13. Top Header Bar
 * -----------------------------------------------------------------------------
 */
.top-header-bar {
    position: relative;
    line-height: 38px;
    height: 38px;
    background-color: #f8f9fc;
    color: #7a8188;
    z-index: 9999;
}

.top-header-bar.header-bar-dark {
    background-color: #333946;
    border-bottom: 1px solid #20232B;
    color: #FFFFFF;
}

.top-header-bar-left {
    float: left;
    position: relative;
}

.top-header-bar-right {
    float: right;
    position: relative;
}

/**
 * 13.1 Top Info Bar
 * -----------------------------------------------------------------------------
 */
ul.top-info-bar {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.top-info-bar li {
    margin: 0;
    margin-right: 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 38px;
    list-style: none;
    font-weight: 400;
    float: left;
}

ul.top-info-bar li a {
    color: #7a8188;
    padding: 0;
    display: inline-block;
    font-size: 13px;
    line-height: 38px;
}

ul.top-info-bar li i {
    color: #7a8188;
    margin: 0 5px 0 0;
    text-align: center;
    font-size: 16px;
    width: 16px;
}

.top-info-bar-2 {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.top-info-bar-2 ul {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}

.top-info-bar-2 ul li {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 13px;
    list-style: none;
    font-weight: 400;
    border-right: 1px solid #e7ebef;
    border-left: 1px solid #e7ebef;
    float: left;
    margin-right: -1px;
    line-height: inherit;
}

.top-header-bar.header-bar-dark .top-info-bar-2 ul li {
    border-color: #20232B;
}

.top-info-bar-2 ul li a {
    padding: 0 20px;
    line-height: 38px;
    display: inline-block;
    color: #7a8188;
    font-size: 13px;
}

.top-info-bar-2 ul li a:hover {
    color: #fff;
    background: #333946;
}

.top-info-bar-2 ul li i {
    color: #7a8188;
    margin: 0 5px;
    text-align: center;
    font-size: 13px;
}

.top-header-bar.header-bar-dark ul.top-info-bar li a,
.top-header-bar.header-bar-dark ul.top-info-bar li i,
.top-header-bar.header-bar-dark .top-info-bar-2 ul li a,
.top-header-bar.header-bar-dark .top-info-bar-2 ul li i {
    color: #FFFFFF;
}

.top-header-bar.header-bar-dark .top-info-bar-2 ul li a:hover {
    color: #fff;
    background: #20232B;
}

.top-info-bar-2 ul li ul {
    display: none;
    position: absolute;
    right: 0;
    min-width: 160px;
    *width: 160px;
    height: auto;
    padding: 0;
    z-index: 1000;
    background-color: #f8f9fc;
}

.top-info-bar-2 ul li ul li {
    padding: 0;
    display: block;
    border: 0 none;
    float: none;
    margin: 0;
}

.top-info-bar-2 ul li ul li a {
    line-height: 42px;
    padding: 0 20px;
    font-size: 13px;
    display: block;
}

.top-info-bar-2 ul li ul li:hover a {
    display: block;
}

.top-info-bar-2 ul li ul ul {
    top: 0;
    right: 100%;
}

.top-info-bar-2 ul li:hover > ul {
    display: block;
}

/**
 * 13.2 Top Cart Bar
 * -----------------------------------------------------------------------------
 */
ul.cart-top-bar {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
    line-height: 23px;
}

ul.cart-top-bar li a.cart-info {
    border-right: 0 solid #e7ebef;
    border-left: 0 solid #e7ebef;
    display: inline-block;
    width: auto;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0 15px 0 15px;
    font-size: 13px;
    background-color: #20232B;
    color: #FFF;
}

ul.cart-top-bar li a.cart-info i {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #FFF;
    margin: 0;
    font-size: 13px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

ul.cart-top-bar .cart-list {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    height: auto;
    padding: 20px;
    background: #f8f9fc;
    color: #7a8188;
    border: 1px solid inherit;
    border-top-width: 0;
    z-index: 1000;
}

.top-header-bar.header-bar-dark ul.cart-top-bar .cart-list {
    background-color: #333946;
    color: #FFFFFF;
}

ul.cart-top-bar .cart-list a {
    color: #7a8188;
}

.top-header-bar.header-bar-dark ul.cart-top-bar .cart-list a {
    color: #FFFFFF;
}

ul.cart-top-bar li:hover .cart-list {
    display: block;
}

ul.cart-top-bar .cart-list .widget {
    padding: 0;
}

ul.cart-top-bar .cart-list .widget h2 {
    display: none;
}

ul.cart-top-bar .cart-list .widget ul li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid #20232B;
}

.top-header-bar.header-bar-dark ul.cart-top-bar .cart-list .widget ul li {
    border-bottom: 0 none !important;
}

/**
 * 13.3 Top Search
 * -----------------------------------------------------------------------------
 */
ul.search-top-bar {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
    line-height: 23px;
}

ul.search-top-bar .search-button {
    border-right: 0 solid #e7ebef;
    border-left: 0 solid #e7ebef;
    display: inline-block;
    width: 45px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    padding: 0 15px 0 15px;
    font-size: 16px;
    cursor: pointer;
}

ul.search-top-bar .search-button {
    display: block;
}

.top-search-input {
    display: none;
    height: 38px;
    padding: 0;
    margin: 0;
    position: relative;
    background: #e7ebef;
}

.top-search-input .widget_product_search,
.top-search-input .widget_product_search .search-form {
    margin: 0 !important;
    padding: 0 !important;
}

.top-search-input .widget_product_search label {
    display: none;
}

.top-search-input .search-form input.field,
.top-search-input .search-form input.field:hover,
.top-search-input .search-form input.field:focus,
.top-search-input .search-form input.field:active {
    padding-left: 20px;
    padding-right: 50px;
    border: 0 none;
    background: transparent;
}

.top-search-input button[type="submit"] {
    display: none;
}

.top-search-input .search-remove {
    position: absolute;
    padding: 8px;
    right: 8px;
    top: 0;
    font-size: 20px;
    cursor: pointer;
    color: #ddd;
    line-height: 1;
}

.top-search-input .search-remove:hover {
    color: #333;
}

/** Flexslider
 * -----------------------------------------------------------------------------
 */
.flexslider.show-thumb .flex-control-thumbs {
    display: block !important;
}

/** FancBox
 * -----------------------------------------------------------------------------
 */
#fancybox-wrap * {
    max-width: 100% !important;
}

#fancybox-content {
    /*border: 0 none !important;*/
    /*padding: 30px !important;*/
}

#fancybox-content .container {
    width: auto;
}

#fancybox-close {
    text-align: center !important;
    color: #fff !important;
    top: 0 !important;
    right: 0 !important;
    background-color: #606060 !important;
    background-image: none !important;
}

#fancybox-close:hover, #fancybox-close:active {
    color: #fff !important;
}

#fancybox-close:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 15px;
    line-height: 30px;
}

#fancybox-right-ico,
#fancybox-left-ico {
    background-image: none !important;
    color: #fff !important;
    line-height: 50px;
    text-align: center !important;
    width: 50px !important;
    height: 50px !important;
    margin-top: -25px !important;
    font-size: 17px !important;
}

#fancybox-left:hover span,
#fancybox-right:hover span {
    background-color: #606060 !important;
}

#fancybox-left:hover span {
    left: 0 !important;
}

#fancybox-right:hover span {
    right: 0 !important;
}

#fancybox-left:hover span:before {
    font-family: 'FontAwesome';
    content: "\f104";
}

#fancybox-right:hover span:before {
    font-family: 'FontAwesome';
    content: "\f105";
}
