body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 13px;
    color: #888;
    line-height: 175%;
    background-color: #fff;
    background-repeat: repeat;
    font-weight: 400;
    min-width: 1080px
}

body.boxed-body {
    -o-box-shadow: 0 0 0 8px rgba(0, 0, 0, .03), 0 0 0 1px rgba(4, 4, 4, .06);
    -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, .03), 0 0 0 1px rgba(4, 4, 4, .06);
    -moz-box-shadow: 0 0 0 8px rgba(0, 0, 0, .03), 0 0 0 1px rgba(4, 4, 4, .06);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .03), 0 0 0 1px rgba(4, 4, 4, .06);
    margin: 30px auto;
    max-width: 1120px
}

#header,
header {
    margin: 0 auto;
    position: relative;
    background: #fff
}

#header_contents {
    display: table;
    margin: 0 auto;
    position: relative
}

#header_contents>section {
    display: inline-block;
    vertical-align: middle;
    padding: 10px
}

#header_contents>section.one {
    display: block
}

#header_contents .logo_center {
    text-align: center
}

#header_contents .logo_right {
    text-align: right
}

#logo.logo_left {
    float: left
}

#logo.logo_right {
    float: right
}

#logo.logo_center {
    margin: auto;
    display: table;
    padding-left: 25px;
    padding-right: 25px
}

#logo img {
    max-width: 100%
}

#logo h1,
#logo h1 a {
    font-size: 26px;
    line-height: 100%;
    color: #444;
    text-decoration: none;
    display: inline-block;
    position: relative
}

#logo h1 a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .8;
    filter: alpha(opacity=80)
}

#sticky_logo {
    width: 100px;
    max-width: 100px;
    height: 32px;
    display: none;
    float: left;
    margin-right: 10px;
    padding: 3px
}

#sticky_logo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.stuck #sticky_logo {
    display: block
}

#slogan_text {
    color: #aaa;
    font-size: 14px;
    text-align: right;
    line-height: 100%;
    padding: 0
}

#slogan_text.left_side {
    text-align: left
}

.top_content {
    width: 100%;
    min-height: 60px;
    margin: -20px 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #FCFCFC
}

.with_subs .top_content {
    margin: -45px 0 0 0
}

.half-boxed .top_content {
    min-height: 140px
}

.content_holder {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1
}

.half-boxed .content_holder {}

.mobile_device .content_holder {
    background-attachment: scroll
}

.content_second_background {
    min-height: 295px
}

.content_area {
    background: #fff;
    width: 1080px;
    margin: -20px auto 0;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html .wide .content_area {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    margin: 0 auto
}

.half-boxed .content_area {
    border: 1px solid rgba(0, 0, 0, .06)
}

.content_block {
    padding: 0 10px;
    width: 1060px;
    margin: auto;
    position: relative;
    z-index: 1
}

.content_block_background {
    padding: 20px 0;
    overflow: hidden;
    position: relative
}

.content_block_background.template_builder {
    padding: 0
}

.half-boxed .content_block_background {
    padding-left: 0 !important;
    padding-right: 0 !important
}

body .full_width_row .content_block {
    width: 100%;
    padding: 0
}

body .full_width_row .content_block>.content>.row {
    margin: 0
}

.content_block:first-child {
    border-top: 0
}

.row-style-2 {
    background: #F5F5F5;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, .02) inset, 0 -4px 0 rgba(0, 0, 0, .02) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .02) inset, 0 -4px 0 rgba(0, 0, 0, .02) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, .02) inset, 0 -4px 0 rgba(0, 0, 0, .02) inset;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .02) inset, 0 -4px 0 rgba(0, 0, 0, .02) inset
}

.row-style-3 {
    background-color: #FCFCFC;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, .02) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .02) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, .02) inset;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .02) inset
}

#top_bar {
    background: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    padding: 5px
}

.boxed-body #top_bar {
    padding: 10px 5px
}

.top_bar_container {
    width: 1040px;
    margin: 0 auto;
    min-height: 18px
}

.top_links {
    line-height: 180%;
    font-size: 11px;
    display: block;
    color: #919191;
    margin: 0;
    padding: 0;
    float: left;
    font-weight: 400
}

.top_links a {
    text-decoration: none;
    color: #919191
}

.top_links a:hover {
    text-decoration: underline
}

.top_links {
    list-style: none;
    margin: 0
}

.top_links>li {
    list-style-position: outside;
    line-height: 100%;
    display: inline-block;
    padding: 0 6px;
    border-color: #CDCDCD;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: relative
}

.top_links>li:last-child {
    border-width: 0
}

.top_links {
    margin-right: 10px
}

.top_links [class*=" icon-"]:before,
.top_links [class^=icon-]:before {
    margin-right: 5px;
    line-height: 1
}

.languages {
    cursor: default
}

.flags {
    background: #fff;
    border: 1px solid #eee;
    padding: 0;
    position: absolute;
    width: 100px;
    z-index: 999999;
    left: 0;
    -o-box-shadow: 0 5px 2px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 2px 0 rgba(0, 0, 0, .2);
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: none;
    height: 0;
    overflow: hidden;
    top: 20px
}

.languages:hover .flags {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
    visibility: visible;
    overflow: visible;
    top: 13px
}

.flags li {
    border-top: 1px solid #eee;
    display: block;
    margin: 0;
    padding: 5px
}

.flags li img {
    vertical-align: middle;
    display: inline-block
}

.flags li a {
    line-height: 140%;
    margin-left: 2px;
    vertical-align: middle;
    display: inline-block
}

.flags li:first-child {
    border-top: 0
}

#top_search_form,
.search_text {
    background: 0 0;
    border: medium none;
    border-radius: inherit;
    box-shadow: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    outline: inherit;
    padding: inherit;
    position: inherit;
    font-family: arial, sans-serif;
    text-align: left
}

#top_search_form {
    display: inline-block;
    margin: 0;
    width: 200px;
    background: #fff;
    /* padding: 11px; */
    overflow: hidden;
    height: 34px;
}

/* #top_search_form .search_text:focus {
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    padding: 0 5px;
    width: 100px;
    border: 1px solid #f0f0f0
} */

#top_search_form .icon-search {
    cursor: pointer;
    background: #ba0d12;
    display: inline-block;
    padding: 13px;
    color: #fff;
    position: absolute;
    right: 0;
}

#top_search_form .icon-basket {
    padding-right: 20px
}

#mobile_bar {
    display: none
}

#mobile_bar2 {
    display: none
}

#navigation li.multicolumn {
    position: static
}

.multicolumn-holder {
    background: #fff;
    height: 0;
    left: 0;
    padding: 10px 0 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: table;
    table-layout: fixed;
    margin-top: 10px;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    border: 1px solid #eee
}

#container #navigation .multicolumn-holder {
    overflow: hidden
}

#navigation li.multicolumn:hover>.multicolumn-holder {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    margin-top: 0;
    z-index: 999999
}

.multicolumn-holder>ul {
    display: table-cell;
    vertical-align: top;
    border-left: 1px solid #eee;
    padding: 20px
}

.multicolumn-holder>ul:first-child {
    border-left: 0
}

.multicolumn-holder>ul ul {
    margin: 0;
    padding: 10px 0 20px
}

#navigation .multicolumn-holder ul li {
    clear: both;
    display: block;
    float: none;
    text-align: left;
    border: 0
}

#navigation .multicolumn-holder .column-heading>a,
#navigation .multicolumn-holder .column-heading>span {
    display: block;
    font-size: 14px;
    padding: 0 0 5px;
    text-decoration: none;
    color: #777;
    border-bottom: 0;
    line-height: 100%
}

#navigation .multicolumn-holder .column-heading>a:hover {
    border-bottom: 0;
    line-height: 100%
}

#navigation .multicolumn-holder a {
    display: block;
    text-align: left;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #999;
    line-height: 200%
}

#navigation .multicolumn-holder>ul li:last-child>a {
    border-bottom: 0 none
}

#navigation .multicolumn-holder a:hover {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #999
}

#navigation .multicolumn-holder a:hover:after {
    content: "";
    font-family: fontello;
    padding-right: position:absolute;
    margin-left: -10px;
    left: 0;
    top: 0
}

.nav_shadow {
    padding-bottom: 12px;
    position: relative;
    z-index: 999;
    width: 100%;
    margin: auto
}

.header-design1.no-header-content .nav_shadow {
    padding-bottom: 0
}

.nav_border {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100%;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    background: #fff
}

#MobileMainNavigation {
    display: none
}

#navigation_bar {
    margin: auto;
    display: table
}

#navigation {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 999;
    display: table;
    float: left;
    border-right: 1px solid #fff;
    line-height: 140%
}

#navigation li {
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
    border-right: 1px solid #eee
}

#navigation li:first-child {
    border-left: 1px solid #eee
}

#navigation_bar>ul>li>a:after {
    background: #F4BF1E;
    color: #F4BF1E;
    content: "";
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: -2px;
    -ms-transition: width .2s ease 0s;
    -webkit-transition: width .2s ease 0s;
    -moz-transition: width .2s ease 0s;
    -o-transition: width .2s ease 0s;
    transition: width .2s ease 0s;
    width: 0
}

#navigation_bar>ul>li.current-menu-ancestor>a:after,
#navigation_bar>ul>li.current_page_item>a:after,
#navigation_bar>ul>li:hover>a:after {
    background-color: #F4BF1E;
    height: 2px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%
}

.no_search #navigation li:last-child {
    border-right: 0
}

#navigation .sub-menu {
    position: absolute;
    margin: -2px 0 0 0;
    z-index: 50;
    padding: 0;
    height: 0;
    overflow: hidden;
    text-align: left;
    -o-box-shadow: 4px 4px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, .04);
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .04);
    background: #fff;
    border: 1px solid #eee;
    width: 170px
}

#navigation .first ul {
    margin-left: 5px
}

#navigation .sub-menu li {
    float: none;
    display: block;
    margin: 0;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #eee
}

#navigation li:last-child {
    border-bottom: 0
}

#navigation .sub-menu ul {
    padding: 0;
    left: 170px;
    margin: 0;
    top: -1px;
    height: auto
}

#navigation .sub-menu {
    visibility: hidden;
    opacity: 0;
    -ms-transition: opacity 0s ease 0s, margin-top .3s ease 0s;
    -moz-transition: opacity 0s ease 0s, margin-top .3s ease 0s;
    -o-transition: opacity 0s ease 0s, margin-top .3s ease 0s;
    transition: opacity 0s ease 0s, margin-top .3s ease 0s;
    -webkit-transition: opacity 0s ease 0s, margin-top .3s ease 0s;
    margin-top: 10px
}

#navigation>li:hover>ul {
    opacity: 1;
    visibility: visible;
    left: -1px;
    margin: 0;
    overflow: visible;
    height: auto
}

#navigation .sub-menu ul {
    visibility: hidden;
    opacity: 0;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#navigation .sub-menu>li:hover>ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible
}

#navigation_bar>ul>li>a {
    font-size: 17px;
    color: #8a8a8a;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    position: relative
}

#navigation_bar>ul>li>a:hover {
    color: #8a8a8a
}

#navigation_bar>ul>li:first-child>a {
    border-left: 0
}

#navigation .sub-menu li.hasSubMenu>a:after {
    content: "\f105";
    font-family: fontello;
    position: absolute;
    right: 20px;
    font-size: 15px;
    top: 9px
}

#navigation .sub-menu li a {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 10px;
    color: #999;
    font-family: Arial, sans-serif
}

#navigation .sub-menu li a:hover,
#navigation .sub-menu li:hover>a {
    box-shadow: inset 2px 0 0 #f4bf1e
}

#navigation_bar>ul>li.menu-item-has-children:hover>a {
    -moz-box-shadow: 6px 0 0 rgba(0, 0, 0, .03), -6px 0 0 rgba(0, 0, 0, .03);
    -o-box-shadow: 6px 0 0 rgba(0, 0, 0, .03), -6px 0 0 rgba(0, 0, 0, .03);
    -webkit-box-shadow: 6px 0 0 rgba(0, 0, 0, .03), -6px 0 0 rgba(0, 0, 0, .03);
    box-shadow: 6px 0 0 rgba(0, 0, 0, .03), -6px 0 0 rgba(0, 0, 0, .03)
}

#navigation_bar>ul>li a span {
    color: #aaa;
    display: block;
    font-size: 11px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-shadow: none;
    display: none
}

.with_subs#navigation_bar>ul>li>a span {
    display: block
}

#navigation_bar .multicolumn-holder ul>li:hover>a span,
#navigation_bar ul ul>li>a span {
    color: #aaa
}

#navigation_bar ul ul>li>a span {
    display: block;
    font-size: 11px;
    line-height: 100%;
    padding: 0;
    text-shadow: none;
    display: none
}

#navigation_bar .multicolumn-holder ul>li>a span {
    margin-bottom: 5px
}

#navigation_bar .multicolumn-holder ul>li.column-heading>a span {
    margin-top: 3px
}

.with_subs#navigation_bar ul ul>li>a span {
    display: block
}

#navigation_bar [class*=" icon-"]:before,
#navigation_bar [class^=icon-]:before {
    margin-right: 5px;
    line-height: 1
}

html .nav_shadow.stuck {
    position: fixed;
    top: 0;
    opacity: 1;
    right: 0;
    left: 0
}

.nav_shadow.sticky {
    top: 0
}

html .admin-bar .nav_shadow.stuck {
    top: 32px
}

html .stuck #navigation_bar>ul>li>a span {
    display: none
}

html .nav_shadow.stuck,
html .stuck .nav_border {
    width: 100%;
    border-radius: 0
}

html .stuck .nav_border {
    border-bottom: 1px solid #fff;
    border-radius: 0
}

html .stuck #navigation_bar {
    border-radius: 0;
    border: 0
}

.stuck .with_subs .search-bar,
html .stuck .search-bar {
    top: 3px;
    right: 0 !important
}

html .stuck #navigation_bar>ul>li:first-child {
    border-radius: 0
}

html .stuck #navigation_bar>ul>li>a {
    font-size: 14px;
    padding: 10px 18px
}

.search-bar {
    background: #fff;
    border: 1px solid #eee;
    display: table;
    float: right;
    overflow: hidden;
    padding: 5px 11px 5px 5px;
    position: relative;
    top: 8px;
    width: 100px;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.search-bar-new {
    background: #fff;
    border: 1px solid #eee;
    display: table;
    float: right;
    overflow: hidden;
    padding: 5px 11px 5px 5px;
    position: relative;
    top: 8px;
    width: 100px;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.with_subs .search-bar {
    top: 16px
}

.with_subs .search-bar-new {
    top: 16px
}

.search-bar .icon-search-1 {
    color: #eee;
    color: rgba(0, 0, 0, .2);
    cursor: pointer;
    margin-left: 2px;
    font-size: 13px;
    line-height: 17px
}

.search-bar-new .icon-search-1 {
    color: #eee;
    color: rgba(0, 0, 0, .2);
    cursor: pointer;
    margin-left: 2px;
    font-size: 13px;
    line-height: 17px
}

#navigation_bar .search-bar .icon-search-1:before {
    margin: 0
}

#navigation_bar .search-bar-new .icon-search-1:before {
    margin: 0
}

.search-bar:hover .icon-search-1:before {
    opacity: .7
}

.search-bar-new:hover .icon-search-1:before {
    opacity: .7
}

.search-bar:hover {
    -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03);
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03)
}

.search-bar-new:hover {
    -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03);
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .03)
}

.search-bar form input {
    width: 86.94px;
    padding: 0 0 0 10px;
    margin: 2px 0 0;
    border: 0;
    outline: 0;
    float: left;
    display: inline;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    color: #929292;
    border-radius: 0;
    line-height: 100%
}

.search-bar-new form input {
    width: 86.94px;
    padding: 0 0 0 10px;
    margin: 2px 0 0;
    border: 0;
    outline: 0;
    float: left;
    display: inline;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    color: #929292;
    border-radius: 0;
    line-height: 100%
}

.search-bar form input,
.search-bar form input:focus {
    border: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.search-bar-new form input,
.search-bar-new form input:focus {
    border: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.search-bar form input:focus {
    background: #fff
}

.search-bar-new form input:focus {
    background: #fff
}

#navigation_bar,
.menu-style-two .stuck #navigation_bar,
.menu-style-two .stuck .multicolumn-holder,
.multicolumn-holder {
    width: 1040px
}

.half-boxed #navigation_bar,
.half-boxed .multicolumn-holder,
.half-boxed.menu-style-two .stuck .multicolumn-holder,
.menu-style-two .multicolumn-holder {
    width: 1080px
}

.half-boxed.menu-style-two .stuck #navigation_bar,
.menu-style-two .nav_border,
.menu-style-two .nav_shadow {
    width: 1079px
}

.menu-style-two #navigation_bar {
    width: 100%
}

html .boxed-body .nav_shadow.stuck {
    max-width: 1120px
}

.stuck .with_small_logo .multicolumn-holder {
    left: -116px
}

.menu-style-two .nav_shadow {
    margin: auto
}

.menu-style-two .nav_border {
    border-right: 1px solid #eee
}

.menu-style-two .search-bar {
    right: 10px
}

.menu-style-two .search-bar-new {
    right: 10px
}

@media only screen and (min-width:960px) {
    .header-design2 #header_contents {
        width: 1040px
    }
    .half-boxed.header-design2 #header_contents,
    .half-boxed.header-design2 .top_bar_container {
        width: 1080px
    }
    .header-design2 .default_position #navigation_bar>ul>li>a {
        padding: 0 15px;
        line-height: 78px
    }
    .header-design2 .default_position #navigation_bar {
        width: auto !important
    }
    .header-design2 .sticky_nav_wrap {
        float: right
    }
    .header-design2 .nav_shadow.default_position {
        float: right;
        width: auto
    }
    .header-design2 .top_content {
        margin-top: 0
    }
    .header-design2 .default_position.nav_shadow {
        padding-bottom: 0
    }
    .header-design2 .default_position .nav_border {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border-top-width: 0;
        border-bottom-width: 0;
        background-color: transparent
    }
    .header-design2 #header_contents {
        padding: 0
    }
    #header_contents>section.logo {
        padding: 10px 0
    }
    .header-design2 #logo img {
        display: block
    }
    .header-design2 #header_contents {
        position: relative
    }
    .header-design2 .default_position #navigation,
    .header-design2 .default_position.nav_shadow {
        position: static
    }
    .boxed.header-design2 .content_area,
    .half-boxed.header-design2.no-header-content .content_area,
    .wide.header-design2 .content_area {
        margin-top: 0
    }
    .header-design2 #navigation_bar>ul>li.current-menu-ancestor>a:after,
    .header-design2 #navigation_bar>ul>li.current_page_item>a:after,
    .header-design2 #navigation_bar>ul>li:hover>a:after {
        top: 0
    }
    .header-design2 .top_content .info_bar {
        padding: 35px 0 30px
    }
    .header-design2 .stuck #navigation {
        float: right;
        position: static
    }
    .header-design2 .stuck .multicolumn-holder {
        left: 0 !important
    }
    .header-design2 .stuck #navigation {
        float: right;
        position: static;
        border-right: 0
    }
    html .half-boxed.header-design2 .stuck #navigation_bar,
    html .wide.header-design2 .stuck #navigation_bar {
        position: relative
    }
    .header-design2.boxed-body .stuck .multicolumn-holder {
        left: 0;
        width: 100%
    }
    .no-js .header-design2 .default_position #navigation,
    .no-js .header-design2 .default_position.nav_shadow {
        float: right;
        width: auto
    }
    .header-design2 #navigation_bar .multicolumn-holder ul>li>a span {
        display: block
    }
}

.header-design2.no-header-content #header {
    border-bottom: 1px solid #eee
}

.blog_list {
    display: block;
    margin: 0 auto 40px
}

.blog_list section.first_section {
    float: left;
    width: 60px
}

.blog_list section.article_section {
    margin-left: 70px;
    position: relative;
    overflow: hidden
}

.blog_list section.article_section.with_icon {
    margin-left: 0
}

.blog_list section.first_section [class^=icon-] {
    color: #AAA;
    display: block;
    font-size: 35px;
    margin: 17px 10px 0 0;
    text-align: center
}

.blog_list div.date_box {
    width: 50px
}

.blog_list div.date_box .day {
    font-family: arial;
    font-size: 30px;
    line-height: 40px
}

.blog-head-line {
    margin-bottom: 20px;
    display: block
}

.blog_list h1,
.blog_list h2 {
    font-size: 26px;
    padding: 0 0 15px 0;
    margin: 17px 0 0;
    line-height: 100%;
    display: inline-block
}

.blog_list h1[class^=icon-],
.blog_list h2[class^=icon-] {
    margin: 0;
    line-height: 130%
}

.blog_list h1[class^=icon-]:before,
.blog_list h2[class^=icon-]:before {
    background: #F4BF1E;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 70%;
    margin-right: 10px;
    vertical-align: top;
    min-width: 35px;
    padding: 0 2px
}

.blog_list .featured_image {
    width: 100%
}

.blog_list .post_type img {
    text-align: center;
    margin: 0 auto
}

.blog_list .post_type img {
    position: relative;
    left: 7px;
    top: 10px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.blog_list .post_type.comment img {
    left: 8px
}

.blog_list .post_type.gallery img {
    left: 5px
}

.blog_list .frame.slider {
    margin: 0
}

.blog_list .post_type.video img {
    left: 9px !important
}

.blog_list span.post_url {
    color: #C6C6C6;
    position: relative
}

.blog_list span.post_url a {
    text-decoration: none;
    color: #C6C6C6
}

.blog_list span.post_url a:hover {
    color: #A7A7A7
}

.blog_list .comment_quote p {
    font-family: "Times New Roman", serif;
    font-style: italic
}

.blog_list .comment_quote p span {
    color: #929292;
    display: block;
    margin: 10px 0 0 0
}

.post-title-holder {
    float: left;
    display: inline-block;
    width: 100%
}

.blog_list .post_data,
.blog_list .post_data a {
    font-size: 12px;
    color: #afafaf;
    text-decoration: none
}

.post_data a {
    display: inline-block
}

.blog_list .post_data a:hover {
    color: #777
}

.blog_list .post_data {
    border-top: 1px solid #eee;
    padding: 4px 0
}

.post_data [class^=icon-]:after,
.post_data [class^=icon-]:before {
    margin-right: 5px
}

.post_data>span {
    border-color: #eee;
    border-width: 0 1px 0 0;
    border-style: solid;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block
}

.post_data span:last-child {
    border-right: 0
}

.small_box .blog_list h1,
.small_box .blog_list h2 {
    font-size: 130%
}

.small_box .blog-head-line {
    border-bottom: 1px solid #eee
}

.small_box .blog_list h1[class^=icon-]:before,
.small_box .blog_list h2[class^=icon-]:before {
    min-width: 25px;
    padding: 0
}

.small_box .blog_list .post_data span {
    border-right: 0;
    margin-right: 0
}

.small_box .blog_list .post_data,
.small_box .blog_list .post_data a {
    font-size: 11px
}

.blog_list.featured_image_left p,
.blog_list.featured_image_right p {
    padding-top: 6px
}

.blog_image .frame.aligncenter,
.blog_image .frame.alignleft,
.blog_image .frame.alignright,
.blog_image.aligncenter,
.blog_image.alignleft,
.blog_image.alignright {
    margin-bottom: 0;
    margin-top: 0 !important
}

.tags span:first-child {
    margin-right: 10px
}

.tags,
.tags a {
    color: #A2A2A2;
    font-style: italic;
    display: inline-block;
    text-decoration: none
}

.tags a:hover {
    color: #bbb;
    text-decoration: underline
}

.author_info p {
    margin: 0;
    padding: 10px 0 0 0
}

.author_info strong a {
    color: #A2A2A2;
    font-family: "Times New Roman", serif;
    font-style: italic;
    display: inline-block;
    font-size: 13px;
    text-decoration: none
}

.author_info .avatar {
    background: #fff
}

.flex-container {
    margin: 0
}

.flexslider {
    overflow: hidden;
    position: relative;
    background: 0 0;
    zoom: 1;
    background: #fff
}

.flexslider .slides {
    text-align: center;
    list-style: none outside none
}

.flexslider .slides>li {
    position: relative;
    display: none
}

.flexslider.fixed .slides img {
    width: auto;
    margin: auto;
    max-width: 100%
}

.flexslider.slider-carousel {
    position: relative
}

.flexslider.slider-carousel ul.slides li {
    margin: 0 0 0 5px;
    cursor: pointer
}

.flexslider.slider-carousel ul.slides li:first-child {
    margin-left: 0
}

.flexslider.slider-carousel ul.slides li:last-child {
    margin-right: 0
}

#container .flexslider.slider-carousel .flex-direction-nav {
    margin-top: -10px;
    top: 50%
}

.flex-caption {
    bottom: 30%;
    position: absolute;
    text-align: left;
    visibility: hidden;
    width: 100%;
    z-index: 900
}

.full_width_row .flex-caption,
.top_content .flex-caption {
    bottom: 35%;
    left: 50%;
    right: 50%;
    margin: auto auto auto -520px;
    width: 1040px
}

.flex-caption.center {
    text-align: center
}

.caption-holder {
    max-width: 60%;
    display: inline-block
}

.flex-caption.right .caption-holder {
    float: right
}

.flex-caption.center .caption-holder {
    max-width: 80%
}

.caption-one {
    background: #fff;
    color: #fff;
    font-size: 22px;
    top: -1000px;
    padding: 10px;
    display: inline-block;
    float: left
}

.caption-one a {
    color: inherit;
    text-decoration: none
}

.caption-one a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.flex-caption.center .caption-one {
    float: none;
    text-align: center
}

.caption-text {
    background: rgba(255, 255, 255, .8);
    font-size: 16px;
    padding: 10px;
    text-align: left;
    bottom: -1000px;
    display: inline-block;
    float: left;
    clear: both;
    color: #666
}

.flex-caption.center .caption-text {
    float: none;
    display: block;
    text-align: center
}

.flex-active-slide .flex-caption {
    visibility: visible
}

.flex-active-slide .caption-text {
    bottom: 0;
    position: relative
}

.flex-active-slide .caption-one {
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    position: relative
}

.flex-active-slide .caption-one a,
.flex-active-slide .caption-one a:hover {
    color: #fff
}

.flex-active-slide .caption-one:hover {
    background-color: rgba(0, 0, 0, .6)
}

.flex-active-slide .caption-one,
.flex-active-slide .caption-text {
    -ms-transition: all 1.3s;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s
}

.flexslider .flex-direction-nav {
    bottom: 50%;
    margin: 0 0 25px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    list-style: none
}

.flexslider .flex-direction-nav li {
    margin: 0;
    padding: 0
}

.flexslider .flex-direction-nav a {
    background-color: rgba(0, 0, 0, .24);
    color: #fff !important;
    text-decoration: none;
    width: 30px;
    line-height: 50px;
    text-align: center;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.flexslider .flex-direction-nav li .flex-prev {
    position: absolute;
    left: -40px
}

.flexslider .flex-direction-nav li .flex-next {
    position: absolute;
    right: -40px
}

.flexslider:hover .flex-direction-nav a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.flexslider:hover .flex-direction-nav li .flex-prev {
    left: 20px
}

.flexslider:hover .flex-direction-nav li .flex-next {
    right: 20px
}

.full_width_row .content>.flex-container .flexslider .flex-direction-nav li a:hover,
.top_content>.flex-container .flexslider .flex-direction-nav li a:hover {
    width: 35px
}

.flexslider .flex-direction-nav li a:hover {
    opacity: .5
}

.flexslider .carousel .flex-direction-nav {
    bottom: 50%;
    margin: 0 0 10px 0;
    position: absolute;
    width: 100% !important;
    left: 0;
    z-index: 1;
    list-style: none
}

.flexslider .carousel .flex-direction-nav li {
    margin: 0;
    padding: 0
}

.flexslider .carousel .flex-direction-nav a {
    background: #E0AF1D;
    color: #fff;
    text-decoration: none;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.flexslider .carousel .flex-direction-nav li .flex-prev {
    position: absolute;
    left: -40px
}

.flexslider .carousel .flex-direction-nav li .flex-next {
    position: absolute;
    right: -40px
}

.flexslider:hover .carousel .flex-direction-nav a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.flexslider:hover .carousel .flex-direction-nav li .flex-prev {
    left: 0
}

.flexslider:hover .carousel .flex-direction-nav li .flex-next {
    right: 0
}

.flexslider .carousel .flex-direction-nav li a:hover {
    width: 35px
}

.post_slider {
    margin-bottom: 30px
}

.post_slider .flexslider .flex-caption {
    bottom: -100px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    left: 0
}

.post_slider .caption-one {
    bottom: 0;
    top: auto
}

.post_slider .flexslider .flex-active-slide .flex-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .5);
    bottom: 0;
    font-family: inherit;
    width: 100%
}

.post_slider .flexslider .caption-holder {
    display: inline-block;
    max-width: 100%;
    padding: 5px 0
}

.post_slider .flexslider .caption-one {
    background: 0 0;
    font-size: 14px;
    padding: 0 10px;
    color: #fff
}

.post_slider .flexslider .caption-text {
    background: 0 0;
    color: #fff;
    font-size: 12px;
    padding: 0 10px
}

article.featured .caption {
    position: relative;
    overflow: hidden
}

.caption img {
    display: block;
    max-width: 100%
}

.featured_article_title {
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    position: relative
}

.caption.default_icon .featured_article_title {
    padding: 0
}

.caption.embedded .featured_article_title {
    position: absolute;
    padding: 5px 10px 0 0;
    bottom: 0;
    background: #fff
}

.caption.embedded.default_icon .featured_article_title {
    padding: 5px 10px 0 25px
}

.caption.embedded.default_icon.squared .featured_article_title {
    padding: 10px 10px 0 0
}

article.featured .caption.title_centered {
    text-align: center
}

article.featured .caption.title_centered .featured_article_title {
    position: relative;
    display: inline-block
}

article.featured .caption.title_centered.embedded .featured_article_title {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
    display: inline-block;
    left: 0;
    position: absolute;
    width: 100%
}

.with_left_icon.featured_article_title {
    display: inline-block
}

.heading_icon {
    color: #F4BF1E;
    margin-right: 5px
}

.featured>.heading_icon {
    font-size: 18px
}

.centered.embedded.heading_icon {
    display: inline-block;
    margin-right: 10px
}

.featured .default_icon .heading_icon {
    background: #F4BF1E;
    color: #fff !important;
    display: inline-block;
    margin: 0 8px 4px 0;
    padding: 0 8px;
    line-height: 150%;
    vertical-align: middle
}

.embedded.featured .default_icon .heading_icon {
    margin-top: -6px
}

.embedded.default_icon.squared .heading_icon {
    margin-top: 0
}

.large_icon {
    background: #fff;
    border-radius: 100px;
    color: #F4BF1E;
    display: block;
    font-size: 26px;
    line-height: 26px;
    margin: auto;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-right: 10px
}

.large_icon.loaded {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.featured>.medium_rounded_icon,
.medium_rounded_icon {
    border-radius: 100px;
    display: block;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin: auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 20px;
    display: inline-block;
    margin-right: 10px
}

.medium_rounded_icon {
    background: #F4BF1E;
    color: #fff !important
}

.big_icon,
.featured>.big_icon {
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    position: relative;
    text-align: center;
    width: 30px;
    display: inline-block
}

.big_icon {
    color: #F4BF1E
}

.big_rounded_icon,
.featured>.big_rounded_icon {
    border-radius: 100px;
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 30px;
    display: inline-block;
    margin-right: 10px
}

.big_rounded_icon {
    color: #F4BF1E
}

.big_square_icon,
.featured>.big_square_icon {
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 30px;
    display: inline-block;
    margin-right: 10px
}

.big_square_icon {
    background: #F4BF1E;
    color: #fff !important
}

.big_rounded_icon.centered,
.heading_icon.centered,
.medium_rounded_icon.centered {
    display: block;
    margin: 0 auto;
    text-align: center
}

.row .box:hover .animated.heading_icon {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.row .box:hover .embedded.animated.heading_icon {
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.mobile_device .row .box:hover .animated.heading_icon,
.mobile_device .row .box:hover .embedded.animated.heading_icon {
    -webkit-animation-name: none;
    animation-name: none
}

.big_rounded_icon.loaded {
    padding: 30px;
    border: 4px solid #F4BF1E
}

.big_rounded_icon.pin {
    margin-bottom: 42px
}

.row .box:hover .animated.pin.heading_icon {
    -webkit-animation-name: swing;
    animation-name: swing
}

.medium_rounded_icon.loaded {
    padding: 20px
}

.title_icon {
    background: #F4BF1E;
    color: #fff;
    font-size: 11px;
    padding: 2px 4px 1px 5px;
    vertical-align: middle;
    margin: 0 8px 4px 0;
    display: inline-block
}

.sidebar .featured_article_title {
    font-size: 17px
}

.sidebar .featured_article_title:before {
    background: none repeat scroll 0 0 #F4BF1E;
    color: #F4BF1E;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    top: -10px;
    width: 2px;
    left: -21px;
    text-indent: 5px
}

#header_contents .widget .icon-right-open,
.content .widget .icon-right-open {
    display: none
}

.widget .title {
    margin-bottom: 5px
}

.sidebar .widget {
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0
}

.featured img.aligncenter {
    margin: 0 auto
}

.pin:after {
    border-right: 1px solid #F4BF1E;
    color: #F4BF1E;
    content: '\e85d';
    font-family: fontello;
    font-size: 13px;
    height: 25px;
    left: 50%;
    line-height: 66px;
    margin-left: -3px;
    margin-top: 35px;
    position: absolute;
    text-align: center;
    width: 5px;
    display: block
}

.featured_image_holder.pin:after {
    margin-top: 4px
}

.featured_image_holder.pin {
    max-width: 60%;
    margin: auto;
    position: relative;
    margin-bottom: 40px
}

.rounded_image img,
.rounded_image svg {
    border-radius: 50%
}

article.featured:hover .featured_image_holder.pin:after {
    content: '';
    font-family: fontello;
    line-height: 78px;
    font-size: 13px;
    height: 32px;
    -webkit-transition: line-height .3s;
    -moz-transition: line-height .3s;
    -o-transition: line-height .3s;
    transition: line-height .3s
}

.bw_filter:hover svg,
.bw_filter_ie:hover svg,
.chained_contents>ul li:hover .image.chanied_media_holder svg,
article.featured:hover .bw_filter svg,
article.featured:hover .bw_filter_ie svg {
    display: none
}

.bw_filter:hover img,
.chained_contents>ul li:hover .image.chanied_media_holder img,
article.featured:hover .bw_filter img {
    -webkit-filter: grayscale(0);
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}

.bw_filter img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(50%)
}

.featured_image_holder.octangle {
    display: block;
    margin: auto auto 10px;
    max-width: 75%;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.featured_image_holder.octangle img,
.featured_image_holder.octangle svg {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.horizontal_chained_contents {
    display: table;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
    table-layout: fixed;
    width: 100%
}

.horizontal_chained_contents>li ul {
    list-style-type: disc
}

.horizontal_chained_contents>li {
    display: table-cell;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    z-index: 2;
    vertical-align: top
}

.horizontal_chained_contents li:first-child .chanied_media_holder:before,
.horizontal_chained_contents li:last-child .chanied_media_holder:after {
    content: none
}

.horizontal_chained_contents .chanied_media_holder {
    position: relative
}

.horizontal_chained_contents .chanied_media_holder .featured_image_holder {
    max-width: 70%;
    margin: auto auto 20px;
    position: relative
}

.horizontal_chained_contents .featured_article_title {
    margin: 0 0 10px
}

.horizontal_chained_contents .chanied_media_holder:after {
    border-top: 2px dashed #ededed;
    content: "";
    margin-top: -2px;
    position: absolute;
    right: -50%;
    top: 50%;
    width: 100%;
    z-index: -1
}

.chained_contents>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    position: relative;
    z-index: 1
}

.chained_contents>ul .chanied_media_holder:before,
.chained_contents>ul:after {
    border-style: dashed;
    border-color: #ededed;
    border-width: 0
}

.chained_contents>ul:after {
    border-left-width: 2px;
    content: "";
    height: 100%;
    left: 38%;
    position: absolute;
    top: 0;
    z-index: -1
}

.chained_contents>ul .chanied_media_holder:before {
    border-top-width: 2px;
    content: "";
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 24%;
    right: 2%
}

.chained_contents>ul .chanied_media_holder:after {
    border-top-width: 2px;
    content: "";
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 24%;
    right: 2%
}

.chained_contents>li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    zoom: 1;
    position: relative
}

.chained_contents .chanied_media_holder {
    width: 38%;
    float: left;
    position: relative
}

.chained_contents .chanied_media_holder:first-child {
    margin-top: 0
}

.chained_contents .chanied_content_holder {
    margin-left: 45%;
    padding-top: 20px;
    display: block
}

.chained_contents .chanied_content_holder:after {
    content: "";
    display: table;
    clear: both
}

.chained_contents .featured_image_holder {
    max-width: 70%;
    width: 70%;
    margin: 0
}

.chained_contents .featured_image_holder {
    display: inline-block;
    position: relative
}

.right_aligned_media.horizontal_chained_contents .chanied_media_holder>ul:after {
    left: -16%;
    right: auto
}

.right_aligned_media.chained_contents>ul:after {
    right: 38%;
    left: auto
}

.right_aligned_media.chained_contents .chanied_media_holder:before {
    left: 2%;
    right: auto
}

.right_aligned_media.chained_contents .chanied_media_holder {
    float: right
}

.right_aligned_media.chained_contents .chanied_content_holder {
    margin-right: 45%;
    margin-left: auto;
    text-align: right
}

.right_aligned_media.chained_contents .featured_image_holder {
    margin-left: 30%
}

.chained_contents .icon_holder {
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px
}

.chained_contents .icon_holder span:before {
    display: inline-block;
    font-size: 30px;
    line-height: 80px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    color: #fff
}

.icon_chain.chained_contents>ul:after {
    left: 120px
}

.right_aligned_media.icon_chain.chained_contents>ul:after {
    right: 120px;
    left: auto
}

.icon_chain.chained_contents .chanied_media_holder>ul:before {
    width: 30px
}

.icon_chain.chained_contents .chanied_media_holder {
    width: 120px;
    margin-top: 20px;
    position: relative
}

.icon_chain.chained_contents .chanied_content_holder {
    margin-left: 150px
}

.right_aligned_media.chained_contents .icon_holder {
    display: inline-block;
    margin-left: 40px;
    position: relative
}

.right_aligned_media.icon_chain.icon_chain.chained_contents .chanied_content_holder {
    margin-left: 0;
    margin-right: 150px
}

.chained_contents li:hover .icon_holder {
    background: 0 0
}

.chained_contents .icon_holder.rounded:before {
    opacity: 0
}

.chained_contents li:hover .icon_holder.rounded:before {
    background: none repeat scroll 0 0 #F4BF1E;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1
}

.mobile_device .chained_contents li:hover .icon_holder.rounded:before {
    -webkit-animation-name: none;
    animation-name: none
}

.chained_contents>ul .chanied_media_holder:after {
    background: none repeat scroll 0 0 #EDEDED;
    border-radius: 50%;
    content: "";
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: -8px;
    left: auto;
    top: 50%;
    width: 16px
}

.right_aligned_media.chained_contents>ul .chanied_media_holder:after {
    left: -9px;
    right: auto
}

.chained_contents>ul>li:hover .image.chanied_media_holder:after {
    height: 22px;
    margin-top: -12px;
    right: -12px;
    width: 22px;
    background: none repeat scroll 0 0 #F4BF1E
}

.right_aligned_media.chained_contents>ul>li:hover .image.chanied_media_holder:after {
    left: -12px;
    right: auto
}

hr.style-one {
    padding: 0;
    border: none;
    border-top: medium double #F0F0F0;
    color: #F0F0F0;
    text-align: center;
    margin: 30px 0;
    overflow: visible
}

hr.style-one:after {
    background: #fff;
    content: "o";
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 0 40px;
    position: relative;
    top: -15px
}

hr.style-two {
    padding: 0;
    border: none;
    border-top: 1px solid #F0F0F0;
    color: #F0F0F0;
    text-align: center;
    margin: 30px 0;
    overflow: visible
}

hr.style-two:after {
    background: #fff;
    content: "●";
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    padding: 0 40px;
    position: relative;
    top: -17px
}

hr.style-three {
    padding: 0;
    border: none;
    border-top: 1px solid #F0F0F0;
    color: #F0F0F0;
    text-align: center;
    margin: 30px 0;
    overflow: visible
}

hr.style-three:after {
    background: #fff;
    content: "\e753";
    font-family: fontello;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 0 40px;
    position: relative;
    top: -15px
}

hr.style-four {
    padding: 0;
    border: none;
    border-top: medium double #F0F0F0;
    color: #F0F0F0;
    text-align: center;
    margin: 30px 0;
    overflow: visible
}

hr.style-five {
    padding: 0;
    border: none;
    border-top: 1px solid #F0F0F0;
    color: #F0F0F0;
    text-align: center;
    margin: 30px 0;
    overflow: visible
}

hr.style-six {
    padding: 0;
    border: none;
    border-top: 1px solid #F0F0F0;
    color: #F0F0F0;
    text-align: center;
    margin: 30px 0;
    line-height: 100%;
    position: relative;
    overflow: visible
}

hr.style-six:before {
    background: #F4BF1E;
    content: "";
    height: 1px;
    left: 25%;
    position: absolute;
    margin-top: -1px;
    width: 50%
}

hr.style-six:after {
    background: #fff;
    color: #F4BF1E;
    content: '\f107';
    display: inline-block;
    font-family: fontello;
    font-size: 30px;
    line-height: 35px;
    padding: 0 40px;
    position: relative;
    top: -15px
}

hr.style-seven {
    padding: 0;
    border: none;
    text-align: center;
    margin: 0;
    top: -1px;
    position: relative;
    line-height: 100%;
    overflow: visible
}

hr.style-seven:after {
    color: #fff;
    content: "&";
    display: inline-block;
    font-family: fontello;
    font-size: 70px;
    padding: 0 40px;
    position: relative
}

.footer_widgets>.row>hr.style-seven {
    position: relative;
    z-index: 1
}

.content_footer hr.style-seven:after,
.half-boxed .footer_widgets>.row>hr.style-seven:after,
.row-style-2 hr.style-seven:after,
.row-style-3 hr.style-seven:after {
    text-shadow: 0 6px 0 rgba(0, 0, 0, .02)
}

.row-style-3 hr.style-seven {
    top: 0
}

hr.style-eight {
    padding: 0;
    border: none;
    border-top: 1px solid #F4BF1E;
    text-align: left;
    margin: 30px 0;
    overflow: visible
}

hr.style-eight:after {
    color: #F4BF1E;
    content: "&";
    display: inline-block;
    font-family: fontello;
    font-size: 30px;
    left: 26px;
    line-height: 35px;
    position: relative;
    top: -14px
}

span.top {
    font-size: 10px;
    float: right;
    position: relative;
    right: 0;
    top: -10px;
    padding-left: 10px;
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    background: #fff;
    color: #B0B0B0
}

span.top:hover {
    text-decoration: none;
    color: #000
}

.line {
    border-bottom: 1px solid #F0F0F0;
    margin: 0 0 30px 0;
    clear: both
}

.ttip {
    padding: 0 !important
}

.title_line {
    width: 100%;
    display: block;
    clear: both;
    position: relative;
    overflow: hidden
}

.title_line h3 {
    display: block;
    padding-right: 20px;
    float: left;
    position: static
}

.title_line .featured_article_title:after {
    background: none repeat scroll 0 0 #F0F0F0;
    content: "";
    height: 1px;
    margin-left: 20px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%
}

.gradient {}

.footer_widgets .recent_posts ul,
.recent_posts ul,
.widget .recent_posts ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.recent_posts ul li {
    margin: 0 0 10px 0;
    padding: 0;
    clear: both
}

.recent_posts ul li:last-child {
    margin: 0
}

.recent_posts ul li.date {
    margin: 0
}

.recent_posts .widget-meta {
    font-style: italic;
    font-size: 11px;
    color: #aaa;
    line-height: 22px
}

.widget .recent_posts .title {
    display: block;
    font-weight: 700;
    margin: 0;
    line-height: 150%
}

.recent_posts .title a {
    text-decoration: none;
    color: #777
}

.recent_posts .title a:hover {
    text-decoration: underline
}

.recent-posts-thumb {
    float: left;
    display: inline-block;
    position: relative
}

img.recent-posts-thumb {
    float: left;
    padding: 4px;
    margin: 0 10px 10px 0;
    display: inline-block;
    background: #fff;
    border: 1px solid #F0F0F0;
    -moz-box-box-shadow: 2px 2px 0 RGBa(0, 0, 0, .035);
    -webkit-box-shadow: 2px 2px 0 RGBa(0, 0, 0, .035);
    box-shadow: 2px 2px 0 RGBa(0, 0, 0, .035)
}

.recent_posts .comment_number {
    margin-left: 3px
}

.recent_posts .comment_number span {
    margin-right: 3px
}

.recent_posts .comment_number a {
    color: inherit;
    font-style: oblique;
    text-decoration: none
}

.recent_posts .comment_number a:hover {
    text-decoration: underline
}

.search-post-title {
    margin-bottom: 10px
}

.search-post-title a {
    font-size: 18px;
    line-height: 140%
}

.search_result {
    margin-bottom: 20px
}

.search_highlight {
    background: #EAEAEA;
    padding: 1px 3px
}

.button_ {
    background: none repeat scroll 0 0 #F4BF1E;
    border-radius: 6px;
    -o-box-shadow: 0 -3px 0 rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, .1) inset;
    display: inline-block;
    border: 0 none;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 0 3px 0;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-family: arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    overflow: hidden;
    padding: 21px 40px 23px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .12)
}

.button_:hover {
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, .14) inset;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, .14) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .14) inset;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .14) inset
}

.button_[class*=" icon-"]:before,
.button_[class^=icon-]:before {
    padding-right: .5em
}

.button_.white {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    color: #888;
    text-shadow: none
}

.button_.light {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #eee;
    color: #888;
    text-shadow: none
}

.button_.blue {
    background: none repeat scroll 0 0 #81a0ab;
    color: #fff;
    text-shadow: none
}

.button_.t_white {
    background: 0 0;
    border: 2px solid #fff
}

.button_.small {
    font-size: 13px;
    padding: 10px 20px 13px
}

.button_.medium {
    font-size: 15px;
    padding: 13px 25px 16px
}

.button_.t_white.big {
    padding: 21px 40px
}

.button_.t_white.medium {
    padding: 13px 25px
}

.button_.t_white.small {
    padding: 10px 20px
}

.button_.default,
.button_.t_white {
    color: #fff !important
}

.button_ i {
    color: rgba(0, 0, 0, .5);
    font-style: normal;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7)
}

.button_.alignleft {
    margin-right: 20px
}

.button_.alignright {
    margin-left: 20px
}

.button_.aligncenter {
    display: table
}

.post-navigations {
    text-align: center
}

.post-navigations .button_ {
    color: silver
}

.post-navigations .button_ {
    width: 90px
}

.sidebar .post-navigations .button_ {
    width: 83px
}

.sidebar .single .button_ {
    width: 218px
}

.post-navigations .button_:first-child {
    margin-right: 10px
}

.post-navigations .button_ span:before {
    margin-right: 0
}

.flickr_thumbs {
    margin: 10px 0 10px 0 !important;
    padding: 0;
    overflow: hidden;
    border: 0 !important;
    background: 0 0 !important
}

.flickr_thumbs li {
    list-style: none;
    float: left;
    margin: 0 2% 2% 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    width: 31%
}

.flickr_thumbs li img {
    display: block
}

.flickr_thumbs li a img {
    border: none;
    width: 100%
}

.flickr_thumbs li .frame {
    margin: 0 !important;
    padding: 5px !important
}

.flickr_thumbs li.hide {
    display: none
}

.flickr_thumbs li:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.banner {
    display: block;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0
}

.banner.withborder {
    border: 2px solid #F3F3F3;
    padding: 20px
}

.banner.transparent {
    background: 0 0
}

.banner.gradient {
    padding: 0
}

.banner p[class*=" icon-"]:before,
.banner p[class^=icon-]:before {
    font-size: 40px;
    margin: -6px 20px 0 10px;
    vertical-align: middle
}

.banner .withbutton p[class*=" icon-"]:before,
.banner .withbutton p[class^=icon-]:before {
    margin: -3px 0 0 -55px;
    position: absolute
}

.banner p.big_icon_top[class*=" icon-"]:before,
.banner p.big_icon_top[class^=icon-]:before {
    display: block;
    font-size: 60px;
    margin: auto auto 20px;
    position: relative
}

.banner .featured_text {
    font-size: 26px;
    line-height: 34px;
    text-align: left;
    color: #747474;
    margin: 0
}

.banner .featured_text.withbutton {
    display: inline;
    text-align: left
}

.banner .featured_text.aligncenter {
    width: 100%;
    display: block;
    text-align: center
}

.banner p {
    padding: 0
}

.banner p small {
    font-family: Arial, sans-serif;
    display: block;
    font-size: 13px;
    line-height: 130%
}

.banner .big_button p {
    padding: 20px 0
}

.banner .medium_button p {
    padding: 10px 0
}

.banner .withbutton p[class*=" icon-"],
.banner .withbutton p[class^=icon-] {
    padding-left: 60px
}

.banner .featured_text.aligncenter.withbutton p {
    padding: 10px 0;
    margin-bottom: 10px
}

.banner p.big_icon_top[class*=" icon-"],
.banner p.big_icon_top[class^=icon-] {
    padding: 10px 0
}

.info_box {
    padding: 10px;
    background: #FDFDFD;
    display: block;
    position: relative;
    border: 1px solid #F3F3F3;
    color: #747474
}

.info_box.gradient {
    box-shadow: 0 0 0 1px #fff inset
}

.info_box p[class*=" icon-"]:before,
.info_box p[class^=icon-]:before {
    font-size: 25px;
    margin: -12px 20px 0 -35px;
    position: absolute;
    top: 50%;
    vertical-align: middle
}

.info_box p {
    font-size: 13px;
    line-height: 21px;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0 10px 0 40px
}

.info_box.attention {
    background: #FED8D8;
    border: 1px solid #DCB6B6
}

.info_box.attention,
.info_box.attention a {
    color: #8F6969
}

.info_box.ok {
    background: #EFFFEF;
    border: 1px solid #E0EDE0
}

.info_box.ok,
.info_box.ok a {
    color: #889588
}

.info_box.announcement {
    background: #FDFDEF;
    border: 1px solid #EBEBDE
}

.info_box.announcement,
.info_box.announcement a {
    color: #949487
}

.info_box .icon-cancel {
    color: rgba(0, 0, 0, .3);
    position: absolute;
    right: 10px;
    cursor: pointer
}

.info_box .icon-cancel:hover {
    color: rgba(0, 0, 0, .6)
}

.pricing_table {
    display: table;
    width: 100%;
    table-layout: fixed
}

.pricing_table .table_wrap {
    display: table-cell
}

.pricing_table .table_wrap ul {
    background: #fff;
    border: 1px solid #eee;
    list-style: none;
    margin: 0 1px;
    position: relative;
    overflow: hidden;
    padding: 5px 5px 0
}

.pricing_table .table_wrap ul>li {
    padding: 5px 0;
    display: block;
    text-align: center;
    border-top: 1px solid #eee
}

.pricing_table .table_wrap ul>li.features_start_position,
.pricing_table .table_wrap ul>li.price,
.pricing_table .table_wrap ul>li.start_position,
.pricing_table .table_wrap ul>li:first-child {
    border-top: none !important
}

.pricing_table .table_wrap ul>li.price {
    border-bottom: 1px solid #eee
}

.pricing_table .table_wrap ul>li.price.empty {
    padding: 0;
    display: none
}

.pricing_table .table_wrap ul>li.caption.empty {
    margin-bottom: -6px;
    padding: 0;
    display: none
}

.caption small {
    display: block;
    font-size: 13px;
    min-height: 20px;
    padding: 5px 0 10px;
    font-family: helvetica, arial
}

.pricing_table .table_wrap ul>li.caption {
    padding: 20px 2px 0 2px;
    font-size: 24px;
    background-color: #ECECEC;
    border-bottom: 0;
    text-shadow: 1px 1px 1px #FFF
}

.pricing_table .table_wrap ul>li .button_ {
    vertical-align: top;
    margin: 20px auto
}

.pricing_table .shadow:after,
.pricing_table .shadow:before {
    bottom: 10px
}

.pricing_table li div.title {
    display: block
}

.pricing_table .table_wrap ul>li.price {
    padding: 0 0 20px 0;
    position: relative;
    background-color: #fff !important
}

.pricing_table li.price div:before {
    background-color: #ECECEC;
    position: absolute;
    height: 50%;
    width: 100%;
    display: block;
    content: ""
}

.pricing_table li.price div {
    display: block
}

.pricing_table li.price span {
    border-radius: 100px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    background-color: #fff
}

.pricing_table .table_wrap.highlight ul {
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    border: 0;
    margin: 0;
    z-index: 1
}

.pricing_table .table_wrap.highlight ul>li {
    position: relative
}

.pricing_table .table_wrap.highlight ul>li.caption {
    padding-top: 30px;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    background-color: #F4BF1E
}

.pricing_table .table_wrap.highlight ul>li.price div:before {
    background: #F4BF1E
}

.pricing_table.compare .table_wrap {
    vertical-align: top
}

.pricing_table.compare .table_wrap.highlight ul>li.caption {
    padding: 20px 2px 0
}

.pricing_table.compare .table_wrap.features ul {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -22px;
    padding: 0 20px 0 0
}

.pricing_table.compare .table_wrap ul li:nth-child(2n) {
    background-color: #fbfbfb
}

.pricing_table [class*=" icon-"]:before,
.pricing_table [class^=icon-]:before {
    font-size: 16px;
    line-height: 100%
}

.pricing_table .icon-ok:before {
    color: #7ea95e
}

.pricing_table .icon-cancel:before {
    color: #8d1c31
}

section.team {
    display: block;
    width: 100%;
    clear: both;
    text-align: center
}

section.team .person_image {
    border: 8px solid #fff;
    width: 50%;
    clear: both;
    display: block;
    position: relative;
    margin: 0 auto 20px;
    -moz-border-radius: 50%;
    -web-kit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 2px rgba(0, 0, 0, .1);
    overflow: hidden;
    background: #fff
}

section.team .box:hover .person_image {
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

section.team .person_image img {
    display: block
}

section.team h4.person_name {
    padding: 0 10px
}

section.team .profile {
    padding: 0 10px
}

section.team.style-two .person_image {
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-border-radius: 0;
    -web-kit-border-radius: 0;
    border-radius: 0
}

section.team.style-two .half-background {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px 0
}

section.team.style-two .half-background:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fafafa;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100px
}

section.team.style-two hr:after {
    background: #fafafa
}

section.team.style-three .person_image {
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none
}

section.team.style-three .half-background {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px 0
}

section.team.style-three .half-background:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #fafafa;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -web-kit-border-radius: 50px;
    border-radius: 50px
}

section.team.style-three hr:after {
    background: #fafafa
}

.staff-single-media-links {
    width: 100%
}

.client_image {
    display: inline-block;
    overflow: hidden;
    padding: 3px;
    float: left;
    -o-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .08)
}

.client_image img {
    border: 1px solid #fff;
    display: block;
    height: 130px;
    overflow: hidden;
    width: 130px;
    float: left
}

.five .client_image img,
.four .client_image img {
    height: 50px;
    width: 50px
}

.client_info {
    font-weight: 700;
    color: #999;
    font-size: 16px
}

.testimonial .with_image {
    margin-left: 142px;
    padding-top: 10px
}

.five .with_image,
.four .with_image {
    margin-left: 92px
}

.testimonial .text .icon-quote-right {
    font-size: 20px;
    margin-top: 2px;
    padding-left: 6px;
    position: absolute;
    color: #C0C5CB
}

.testimonial .text .icon-quote-left {
    color: #C0C5CB;
    font-size: 20px;
    padding-right: 6px
}

.testimonials-carousel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block
}

.carousel-holder .owl-carousel .testimonial.item {
    margin: 10px 10px
}

.five .testimonial.item,
.four .testimonial.item,
.sidebar .testimonial.item {
    text-align: center
}

.five .testimonial .with_image,
.four .testimonial .with_image,
.sidebar .client_image,
.sidebar .testimonial .with_image {
    float: none;
    margin: auto
}

.centered .client_image {
    display: table;
    float: none;
    margin: auto auto 10px
}

.centered .text {
    margin: auto;
    text-align: center;
    line-height: 140%;
    font-size: 16px;
    width: 85%
}

a {
    color: #e0af1d;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a.more_arrow {
    color: #e77927;
    text-decoration: none
}

a.more_arrow_2 {
    color: #ccc;
    text-decoration: none
}

.featured a.more-link,
.featured a.read_more {
    background-color: #F4BF1E;
    border: 1px solid #F4BF1E;
    color: #fff;
    display: inline-block;
    line-height: 140%;
    padding: 0 5px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.featured a.more-link:hover,
.featured a.read_more:hover {
    background-color: #fff;
    color: #F4BF1E
}

.featured a.read_more.centered {
    display: table;
    margin: 0 auto
}

a.more-link:after {
    content: " \f105";
    font-family: fontello;
    font-weight: 700
}

a.more-link span,
a.read_more span {
    font-size: 11px
}

.sidebar_content .box a {
    color: #cecece
}

.sidebar_content .box a:hover {
    color: #fff
}

.sidebar_content ul.contact_list a {
    text-decoration: underline !important
}

.sidebar_content .box a:hover {
    text-decoration: none !important
}

.carousel-holder {
    position: relative
}

.rounded_carousel_holder {
    padding: 10px 0;
    border: 1px solid #F0F0F0
}

.carousel-holder .owl-carousel {
    margin: 0;
    padding: 0;
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.carousel-holder .owl-item {
    overflow: hidden
}

.carousel-holder .owl-carousel .item {
    margin: 0 10px
}

.full_width_row .carousel-holder .owl-carousel .item {
    margin: 0
}

.carousel-holder .owl-controls {
    text-align: center;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -40px;
    padding-left: 10px;
    line-height: 100%
}

.rounded_carousel_holder .owl-controls {
    right: -2px;
    top: -50px
}

.without_heading.carousel-holder .owl-controls {
    display: block;
    height: 0;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity .5s ease 0s;
    -moz-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s
}

.without_heading.carousel-holder:hover .owl-controls {
    opacity: 1
}

.without_heading .owl-buttons {
    height: 0;
    top: 0;
    width: 100%;
    z-index: 3
}

.carousel-holder .owl-controls .owl-buttons div {
    background: none repeat scroll 0 0 #F4BF1E;
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding: 2px 5px 0 4px;
    text-align: center;
    text-decoration: none;
    width: 10px;
    zoom: 1
}

.product_images .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, .1);
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    width: 10px;
    zoom: 1
}

.without_heading.carousel-holder .owl-controls .owl-buttons div {
    background: #CFCFCF;
    background: rgba(40, 40, 40, .18);
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%
}

.without_heading .owl-prev {
    left: 10px
}

.without_heading .owl-next {
    right: -20px
}

.full_width_row .without_heading .owl-prev {
    left: 30px
}

.full_width_row .without_heading .owl-next {
    right: 0
}

.full_width_row .without_heading.carousel-holder .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px
}

.full_width_row .without_heading.carousel-holder .owl-controls .owl-buttons span {
    line-height: 50px
}

.rounded_carousel_holder.without_heading .owl-prev {
    left: -7.5px
}

.rounded_carousel_holder.without_heading .owl-next {
    right: -15px
}

.carousel-holder .owl-controls .icon-right-open {
    padding-left: 2px
}

.without_heading.carousel-holder .owl-controls .owl-buttons span {
    display: block;
    line-height: 30px;
    padding: 0
}

.carousel-holder .owl-controls.clickable .owl-buttons [class^=icon-]:before,
.owl-theme .owl-controls.clickable .owl-buttons [class*=" icon-"]:before {
    margin: 0;
    width: auto
}

.carousel-holder .owl-controls.clickable .owl-buttons div:hover {
    cursor: pointer
}

.carousel-holder .owl-controls.clickable .owl-buttons div:hover span {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    text-decoration: none
}

.carousel-holder .owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center
}

.rt-toggle {
    margin-bottom: 20px
}

.rt-toggle>ol {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee
}

.rt-toggle>ol>li {
    display: block;
    clear: both;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    position: relative
}

.rt-toggle ol ol li,
.rt-toggle ul li {
    display: list-item
}

.rt-toggle ol ol {
    list-style: decimal
}

.rt-toggle ol li.open .toggle-head {
    background: url(../images/toggle-minus.png) right 5px no-repeat;
    cursor: default;
    font-weight: 700
}

.rt-toggle ol li .toggle-head {
    cursor: pointer;
    background: url(../images/toggle-plus.png) right 5px no-repeat
}

.rt-toggle ol li .toggle-number,
.rt-toggle ol li.open .toggle-number {
    background: #F4BF1E;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 16px;
    left: 0;
    line-height: 17px;
    min-width: 16px;
    padding: 4px 3px;
    position: absolute;
    text-align: center;
    top: 8px
}

.rt-toggle ol li .toggle-title {
    display: inline-block;
    font-size: 14px;
    margin: 0 30px
}

.rt-toggle.no-numbers ol li .toggle-title {
    margin: 0 30px 0 0
}

.rt-toggle ol li .toggle-content {
    clear: both;
    display: none;
    border-top: 1px solid #eee;
    margin: 10px 0 0;
    padding: 10px 0 0
}

.toggle-content p:last-child {
    padding-bottom: 0
}

.rt-toggle.small._left {
    width: 220px !important;
    float: left !important;
    margin: 0 20px 20px 0 !important
}

.rt-toggle.small._right {
    width: 220px !important;
    float: right !important;
    margin: 0 0 20px 20px !important
}

.tabs_wrap {
    padding: 0;
    clear: both;
    display: block;
    margin: 0;
    border-color: #F0F0F0;
    border-style: solid;
    border-width: 0
}

.tabs_wrap .pane {
    margin: 0;
    display: none;
    padding: 20px;
    overflow: hidden;
    display: block
}

.shortcode_tabs .pane {
    padding: 20px 0 0
}

.shortcode_tabs.tab-style-two .pane {
    padding: 20px
}

.pane .boxes .box {
    padding: 0
}

.shortcode_tabs .tabs_wrap .pane {
    padding: 20px 0
}

.tabs_wrap .tabs {
    list-style: none;
    margin: 0 !important;
    display: block;
    padding: 0 !important;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #F0F0F0
}

.tabs_wrap .tabs li {
    float: left;
    text-indent: 0;
    margin: 0;
    list-style-image: none !important;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #F0F0F0;
    position: relative
}

.tabs_wrap .tabs a {
    font-size: 12px;
    line-height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0;
    position: relative;
    padding: 12px 20px;
    color: #898989
}

.tabs_wrap .tabs .with_icon a {
    padding-left: 40px
}

.tabs_wrap .tabs .with_icon span {
    position: absolute;
    left: 10px;
    top: 9px;
    z-index: 1;
    font-size: 18px;
    width: 20px;
    text-align: center
}

.tabs_wrap .tabs a:active {
    outline: 0
}

.tabs_wrap .tabs a.current,
.tabs_wrap .tabs a.current:hover,
.tabs_wrap .tabs a:hover,
.tabs_wrap .tabs li.current a {
    border-width: 0 0 4px 0;
    border-style: solid;
    border-color: #F4BF1E
}

.tabs_wrap .tabs .current a,
.tabs_wrap .tabs a.current,
.tabs_wrap .tabs a.current:hover {
    cursor: default !important
}

.js .tabs_wrap .pane {
    display: none
}

.vertical_tabs ul.tabs {
    float: left;
    width: 200px;
    border: 0;
    background: #fbfbfb
}

.vertical_tabs ul.tabs li {
    float: none;
    display: block;
    text-align: left;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #F0F0F0
}

.vertical_tabs ul.tabs li a {
    text-align: left;
    background: rgba(255, 255, 255, .5)
}

.vertical_tabs .tabs_wrap {
    border-width: 1px;
    border-style: solid;
    border-color: #F0F0F0
}

.vertical_tabs div.pane {
    position: relative;
    width: auto;
    margin-left: 200px;
    padding: 20px !important;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #F0F0F0
}

.vertical_tabs ul.tabs a.current,
.vertical_tabs ul.tabs a.current:hover,
.vertical_tabs ul.tabs a:hover,
.vertical_tabs ul.tabs li.current a {
    border-width: 0 4px 0 0;
    border-style: solid;
    border-color: #F4BF1E;
    background: #fff
}

.tab-style-two {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #F0F0F0;
    overflow: hidden
}

.tab-style-two .panes {
    padding: 0 20px
}

.tab-style-two ul.tabs a {
    font-size: 14px
}

.tab-style-two ul.tabs {
    background: #F9F9F9;
    border: none;
    -webkit-box-shadow: -1px -1px 4px #eee inset;
    -moz-box-shadow: -1px -1px 4px #eee inset;
    box-shadow: -1px -1px 4px #eee inset
}

.tab-style-two ul.tabs a.current,
.tab-style-two ul.tabs a.current:hover,
.tab-style-two ul.tabs li.current a {
    background: #fff
}

.tab-style-two ul.tabs a.current,
.tab-style-two ul.tabs a.current:hover,
.tab-style-two ul.tabs a:hover,
.tab-style-two ul.tabs li.current a {
    -webkit-box-shadow: -1px 1px 4px #eee inset;
    -moz-box-shadow: -1px 1px 4px #eee inset;
    box-shadow: -1px 1px 4px #eee inset;
    border: none
}

.tab-style-two ul.tabs a {
    background: 0 0
}

.content.full .tab-style-three .tabs:before {
    background: rgba(0, 0, 0, .04);
    content: "";
    display: block;
    height: 112px;
    left: -100%;
    margin-top: -20px;
    position: absolute;
    right: 100%;
    width: 1000%;
    z-index: -1
}

.content.left .tab-style-three,
.content.right .tab-style-three {
    border-width: 1px;
    border-color: #F0F0F0;
    border-style: solid
}

.content.left .tab-style-three .panes,
.content.right .tab-style-three .panes {
    padding: 0 20px
}

.tab-style-three .tabs .with_icon span {
    display: block;
    font-size: 22px;
    margin: auto auto 10px;
    text-align: center;
    z-index: 1
}

.tab-style-three .tabs .with_icon a,
.tab-style-three .tabs a {
    color: #898989;
    display: block;
    font-size: 13px;
    line-height: 100%;
    margin: 0;
    padding: 20px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    outline: 0
}

.tab-style-three .tabs .with_icon span {
    display: block;
    font-size: 18px;
    margin: auto auto 10px;
    text-align: center;
    z-index: 1;
    position: static;
    width: auto
}

.tab-style-three .tabs {
    border-color: #F0F0F0;
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important
}

.tab-style-three .with_icon a>span:before {
    background: rgba(0, 0, 0, .25);
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px
}

.tab-style-three {
    border-width: 0
}

.tab-style-three ul.tabs a.current,
.tab-style-three ul.tabs a.current:hover,
.tab-style-three ul.tabs a:hover,
.tab-style-three ul.tabs li.current a {
    border: medium none;
    -o-box-shadow: 0 40px 24px #fff inset;
    -moz-box-shadow: 0 40px 24px #fff inset;
    -webkit-box-shadow: 0 40px 24px #fff inset;
    box-shadow: 0 40px 24px #fff inset
}

.tab-style-three ul.tabs {
    background: #F9F9F9;
    border: none;
    box-shadow: 0 -1px 0 #eee inset
}

.tab-style-three .tabs .with_icon a.current>span:before {
    background: #F4BF1E
}

.tab-style-three .pane {
    padding: 20px 0
}

.imgeffect {
    background: #fff;
    position: relative;
    overflow: hidden;
    max-width: 100%
}

.imgeffect.single_image {
    display: inline-block
}

.imgeffect img {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%
}

.imgeffect.rounded {
    border: 1px solid #F0F0F0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.imgeffect.rounded img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.imgeffect a {
    position: absolute;
    padding: 10px 0;
    color: #fff;
    background: #E0AF1D;
    right: 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 30px;
    text-align: center;
    margin: 3px 0;
    z-index: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-decoration: none;
    margin-left: -15px;
    left: 50%
}

.imgeffect a:hover {
    color: #E0AF1D;
    background: #fff;
    text-decoration: none
}

.imgeffect a:first-child {
    top: 0
}

.imgeffect a.single:first-child {
    margin-top: -21px
}

.imgeffect a:nth-child(2) {
    bottom: 0;
    top: auto
}

.imgeffect:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 10px;
    text-decoration: none;
    font-weight: 400
}

.imgeffect:hover a:first-child {
    top: 50%;
    margin-bottom: 0;
    bottom: auto;
    left: 50%
}

.imgeffect:hover a:nth-child(2) {
    top: auto;
    bottom: 50%;
    margin-top: 0
}

.imgeffect:after {
    background: 0 0;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    -webkit-transition: width .4s, box-shadow 1.6s;
    -moz-transition: width .4s, box-shadow 1.6s;
    -o-transition: width .4s, box-shadow 1.6s;
    transition: width .4s, box-shadow 1.6s;
    width: 0;
    box-shadow: 0;
    top: 0;
    border-right: 0 solid rgba(255, 255, 255, 0);
    content: ""
}

.imgeffect:hover:after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .7);
    box-shadow: 1000px 0 0 0 rgba(255, 255, 255, .1) inset;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%
}

.imgeffect:hover>span {
    bottom: 0;
    opacity: 1
}

.imgeffect>span {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .82);
    bottom: -100px;
    -o-box-shadow: 0 2px 0 rgba(0, 0, 0, .05) inset;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05) inset;
    font-weight: 700;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    -webkit-transition: position .4s;
    -moz-transition: all .4s;
    -o-transition: position .4s;
    transition: all .4s;
    color: #777;
    width: 100%;
    line-height: 110%;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 13px
}

.with_borders .imgeffect {
    border: 0;
    border-radius: 0;
    display: block
}

.with_borders .imgeffect img {
    border-radius: 0
}

.latest-news a.title {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #666;
    font-size: 15px
}

.latest-news a.title:hover {
    text-decoration: underline
}

.latest-news .featured-image {
    position: relative;
    margin-bottom: 20px
}

.latest-news .featured-image img {
    display: block
}

.latest-news .featured-image .date {
    position: absolute;
    bottom: 0;
    background: #F4BF1E;
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    padding: 3px 10px;
    border-right: 1px solid rgba(255, 255, 255, .4);
    border-top: 1px solid rgba(255, 255, 255, .4)
}

.latest-news-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%
}

.latest-news-2 ul li {
    clear: both;
    content: " ";
    display: block;
    margin-bottom: 20px
}

.latest-news-2 ul li:last-child {
    margin-bottom: 0
}

.latest-news-2 ul li section:first-child {
    float: left;
    width: 65px
}

.latest-news-2 ul li section:last-child {
    margin-left: 65px;
    position: relative
}

.latest-news-2 img {
    display: block;
    margin-bottom: 10px
}

.latest-news-2 .title {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #666;
    font-weight: 700
}

.latest-news-2 a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.latest-news-2 a.title:hover {
    color: #F4BF1E
}

.latest-news-2 ul li a.read_more {
    text-decoration: none
}

.latest-news-2 ul li a.read_more:hover {
    text-decoration: underline
}

div.date_box {
    border: 1px solid #e6e6e6;
    -moz-box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 0 1px #fff inset, 0 2px 0 rgba(0, 0, 0, .04);
    width: 45px;
    overflow: hidden;
    padding: 10px 0 0 0;
    text-align: center;
    margin: 0 10px 0 0;
    display: block;
    background: rgba(0, 0, 0, .02)
}

div.date_box .day {
    display: block;
    font-size: 22px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

div.date_box .year {
    display: block;
    font-size: 10px;
    border-top: 1px solid #e6e6e6;
    background: rgba(255, 255, 255, .9);
    line-height: 28px
}

.social_share {
    font-size: 16px;
    display: inline-block
}

.social_share .icon-share:before {
    background: #F4BF1E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
    padding: 5px 10px
}

.social_share .icon-share {
    cursor: s-resize
}

.social_share:hover .icon-share:before {
    background: #fff;
    color: #F4BF1E
}

.social_share .icon-share:before,
.social_share .s_buttons {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.social_share .s_buttons {
    visibility: hidden;
    display: none;
    height: 0;
    border: 1px solid #F4BF1E;
    padding: 5px;
    margin: 0;
    max-width: 100%;
    position: relative;
    overflow: none;
    -webkit-box-shadow: 2px 15px 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 2px 15px 10px rgba(0, 0, 0, .15);
    box-shadow: 2px 15px 10px rgba(0, 0, 0, .15);
    z-index: 599;
    position: absolute
}

.social_share:hover .s_buttons {
    visibility: visible;
    display: block;
    height: auto
}

.product_info {
    padding: 0 10px;
    text-align: center
}

.grid_title {
    text-align: center
}

.product_images_holder {
    display: block
}

.product_images {
    border: 1px solid #F0F0F0;
    background: #fff;
    overflow: hidden;
    padding: 10px
}

.product_images .slider-carousel {
    border-top: 1px solid #F0F0F0;
    padding-top: 10px
}

.product_item_holder {
    position: relative
}

.carousel_items .product_item_holder {
    text-align: center
}

.product_item_holder .featured_image {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #efefef
}

.product_item_holder .featured_image img {
    margin: auto
}

.price del {
    color: #bbb;
    padding: 0;
    margin-right: 5px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block
}

.price ins {
    border: 1px solid #F0F0F0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.product_meta {
    color: #aaa;
    font-size: 12px
}

.doc_icons ul li span {
    font-size: 150%
}

.doc_icons ul li a {
    color: #aaa;
    text-decoration: none
}

.doc_icons ul li a:hover {
    text-decoration: underline
}

.with_effect .product_info {
    display: none;
    overflow: hidden;
    text-align: center
}

.with_effect.with_borders .product_info {
    text-align: center
}

.with_effect.with_borders .box:hover .product_info {
    padding: 20px 20px 0 20px;
    -o-box-shadow: 1px 0 0 #EFEFEF;
    -webkit-box-shadow: 1px 0 0 #EFEFEF;
    -moz-box-shadow: 1px 0 0 #EFEFEF;
    box-shadow: 1px 0 0 #EFEFEF
}

.with_effect.with_borders .last.box:hover .product_info {
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.with_effect .box:hover .product_info {
    padding: 20px 10px 0 10px
}

.with_effect .product_item_holder .featured_image {
    margin: 0;
    box-shadow: none
}

.product_info h4,
.product_item_holder h4 {
    font-size: 16px;
    line-height: 150%
}

.with_effect .product_info h4 {
    font-size: 17px;
    line-height: 150%
}

.with_effect .product_info .price del,
.with_effect .product_info .price ins,
.with_effect .product_info .price span {
    font-size: 15px
}

.box_sizing.animated h4 a:before {
    content: "";
    font-family: fontello;
    padding-right: 10px;
    opacity: .5
}

.carousel_items .product_item_holder h4 {
    margin-top: 10px
}

.with_borders .product_item_holder .featured_image {
    border: 0;
    padding: 20px
}

.with_borders .product_info {
    padding: 20px;
    text-align: left
}

.with_borders .grid_title {
    position: absolute;
    margin-top: -15px;
    top: 50%;
    width: 100%
}

.product-category-thumbnail {
    float: left;
    height: 60px;
    margin-right: 10px;
    width: 60px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .07);
    padding: 10px
}

.product-showcase-categories h4 span {
    padding: 2px 10px;
    margin-left: 5px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px;
    text-align: center
}

.product-category-description.with-cat-image p {
    margin-top: 10px
}

.product-showcase-category .category-name {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .62);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    left: 20px;
    padding: 10px;
    position: absolute;
    text-align: center;
    bottom: 20px;
    width: calc(100% - 40px);
    opacity: 0
}

.product-showcase-category:hover .category-name {
    opacity: 1;
    -ms-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.portfolio_boxes {
    padding: 0;
    margin: 0;
    list-style: none
}

.portfolio_item_holder {
    position: relative;
    padding: 12px;
    border: 1px solid #efefef
}

#container .portfolio_boxes .box {
    padding: 1px;
    position: relative
}

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

.portfolio_carousel li.box {
    float: left;
    margin: 0 10px
}

.portfolio_info {
    margin: 20px 0 0
}

.isotope.portfolio_boxes li.box,
.portfolio_boxes li.box.last {
    box-shadow: none
}

.portfolio_item_holder .imgeffect {
    display: block
}

.portfolio_boxes img {
    display: block
}

.project_info {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px
}

.carousel_items .portfolio_info {
    text-align: center
}

.portfolio_item_holder .featured_image {
    margin-bottom: 10px
}

.portfolio_item_holder .featured_image.embedded {
    margin: 0
}

.rt_form input[type=text],
.rt_form input[type=email],
.rt_form input[type=date],
.rt_form input[type=tel],
.rt_form input[type=number],
.rt_form input[type=url],
.rt_form select,
.rt_form textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=date],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=url],
.wpcf7 select,
.wpcf7 textarea {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    position: relative;
    outline: 0;
    padding: 14px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #8C8C8C;
    border: 1px solid #eee;
    background: #fff;
    -moz-box-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0 #eee;
    -webkit-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0 #eee;
    box-shadow: inset 0 0 0 1px #fff, 1px 2px 0 #eee;
    width: 100%
}

.rt_form input[type=image],
.rt_form input[type=checkbox],
.rt_form input[type=radio] {
    width: auto;
    border: 0;
    padding: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.rt_form input[type=image],
.rt_form input[type=checkbox],
.rt_form input[type=radio] {
    float: left
}

.rt_form input[type=button],
.rt_form input[type=submit],
.wpcf7-submit {
    padding: 10px 20px;
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
    color: #777;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .8);
    background: url(data:image/svg+xml;
 base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .08)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#21000000', GradientType=0)
}

.rt_form input:focus,
.rt_form select:focus,
.rt_form textarea:focus {
    background: #FCFCFC;
    border: 1px solid #eee;
    -moz-box-shadow: inset 0 0 0 1px #fff, 0 2px 2px #eee;
    -webkit-box-shadow: inset 0 0 0 1px #fff, 0 2px 2px #eee;
    box-shadow: inset 0 0 0 1px #fff, 0 2px 2px #eee
}

.rt_form input[type=button]:hover,
.rt_form input[type=submit]:hover {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
    text-decoration: none
}

.rt_form input[type=button]:active,
.rt_form input[type=submit]:active {
    -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, .2);
    text-decoration: none
}

.sidebar_content .rt_form input:focus,
.sidebar_content .rt_form input[type=button],
.sidebar_content .rt_form input[type=submit],
.sidebar_content .rt_form select:focus,
.sidebar_content .rt_form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.rt_form label {
    display: block;
    float: none;
    line-height: 100%;
    padding: 0 0 7px 0;
    position: relative;
    color: #8B8B8B
}

.rt_form label.error {
    display: none !important
}

.rt_form ul {
    list-style-type: none;
    list-style-position: outside;
    border: 0;
    margin: 0 0 20px;
    padding: 0;
    display: block;
    background: 0
}

.rt_form ul li {
    margin-bottom: 20px !important;
    border: 0;
    margin-left: 0
}

.content .rt_form ul li.three {
    margin-left: 2%;
    width: 32%
}

.sidebar .rt_form ul li:last-child {
    margin-bottom: 0
}

#math {
    padding: 10px;
    width: 45px
}

.rt_form .math_label {
    display: inline;
    margin-right: 10px
}

i.decs_text {
    font-family: "Times New Roman", serif;
    font-style: italic;
    color: #AAA
}

body .validate_form input[type=text].error {
    background: #FCE8E8;
    color: #AD0505
}

span.loading {
    display: inline;
    margin: 5px 0 0 5px;
    position: absolute
}

.rt_form input[type=date],
.rt_form input[type=tel],
.rt_form input[type=number],
.rt_form input[type=url],
.wpcf7 input[type=date],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=url] {
    width: auto;
    max-width: 100%
}

.wpcf7-submit {
    float: left
}

.wpcf7-form p>br {
    margin-bottom: 4px
}

span.wpcf7-list-item {
    margin-right: 10px;
    margin-left: auto
}

blockquote {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 6px 0 15px 0;
    padding: 20px 40px;
    position: relative;
    background: #F9F9F9;
    display: inline-block
}

blockquote p {
    font-family: georgia, "times new roman", times, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 170%
}

blockquote p:last-child {
    padding: 0
}

blockquote.pullquote {
    width: 40%
}

blockquote.pullquote.alignright {
    margin-left: 20px
}

blockquote.pullquote.alignleft {
    margin-right: 20px
}

blockquote p:first-child:before {
    content: "\f10d";
    font-family: fontello;
    font-size: 22px;
    position: absolute;
    color: #ccc;
    left: 8px;
    top: 6px
}

blockquote p:last-child:after {
    content: "\f10e";
    font-family: fontello;
    font-size: 22px;
    position: absolute;
    color: #ccc;
    bottom: 2px;
    right: 10px
}

.paging_wrapper {
    text-align: center;
    display: block;
    clear: both
}

ul.page-numbers {
    display: inline-table;
    margin: 0;
    position: relative;
    list-style-type: none;
    border: 1px solid #F0F0F0;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .05), inset 0 0 0 1px #fff;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .05), inset 0 0 0 1px #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05), inset 0 0 0 1px #fff
}

.page-numbers li {
    display: inline;
    float: left
}

.page-numbers li a,
.page-numbers li>span {
    border: 0;
    overflow: hidden;
    height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    padding: 0 10px;
    font-size: 13px;
    color: #888;
    border-right: 1px solid #F0F0F0
}

.page-numbers .next,
.page-numbers .prev {
    font-size: 13px;
    line-height: 24px;
    padding: 0 15px
}

.page-numbers li:last-child a {
    border-right: 0
}

.page-numbers li .current,
.page-numbers li .dots {
    text-decoration: none;
    padding: 0 15px
}

ul.page-numbers li .current,
ul.page-numbers li a:hover {
    text-decoration: none;
    color: #F4BF1E
}

.filter-holder {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden
}

.filter_navigation {
    display: inline-table;
    position: relative;
    margin: 0 0 30px 0;
    padding: 5px 20px 5px 10px;
    border: 1px solid #eee;
    -o-box-shadow: 0 2px 0 rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .02);
    border-radius: 30px
}

.filter_navigation ul {
    list-style: none;
    border-left: 1px solid #eee
}

.filter_navigation li {
    display: inline;
    margin: 5px
}

.filter_navigation li a {
    text-decoration: none;
    color: #888;
    border-left: 1px solid #eee;
    padding: 0 0 0 10px;
    cursor: pointer;
    font-size: 13px;
    outline: 0
}

.filter_navigation>li:first-child>a {
    border: 0
}

.filter_navigation li a.active,
.filter_navigation li a:hover {
    color: #E0AF1D
}

.filter_navigation li a.active:before {
    color: #E0AF1D;
    content: "";
    display: inline-block;
    font-family: fontello;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    outline: medium none;
    padding: 0;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: none;
    margin-right: 7px
}

.filter_navigation:after {
    background: #eee;
    bottom: -33px;
    content: "";
    height: 1px;
    position: absolute;
    font-family: fontello;
    right: -150px;
    top: 18px;
    width: 150px;
    z-index: 0;
    color: #eee;
    text-indent: 154px;
    line-height: 2px;
    text-align: right;
    font-size: 9px
}

.filter_navigation:before {
    background: #eee;
    bottom: -33px;
    color: #eee;
    content: "";
    font-family: fontello;
    height: 1px;
    left: -150px;
    line-height: 2px;
    position: absolute;
    text-align: left;
    text-indent: -14px;
    top: 18px;
    width: 150px;
    z-index: 0;
    font-size: 9px
}

.wide .footer_widgets_holder {
    display: block;
    padding: 0
}

.footer_widgets_row {
    padding: 20px 0 20px
}

.half-boxed .footer_widgets_holder {
    display: block
}

.wide .content_footer {
    background: #F5F5F5;
    -o-box-shadow: inset 0 4px 0 rgba(0, 0, 0, .02);
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, .02);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, .02);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, .02)
}

.half-boxed .content_footer {
    margin-top: -20px;
    padding-top: 20px
}

.footer_widgets {
    width: 1060px;
    margin: 0 auto;
    padding: 0;
    display: block
}

.footer_widgets .box .box.one {
    width: 100%;
    margin: 0;
    padding: 0
}

.footer_widgets .box .box.widget {
    margin-top: 20px
}

.footer .featured_article_title {
    font-size: 18px;
    color: #888
}

#footer,
footer {
    padding: 14px 0;
    color: #A9A9A9;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, .06) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .06) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, .06) inset;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .06) inset;
    background: #fff
}

footer .footer_info {
    margin: 0 auto;
    width: 1040px;
    position: relative;
    display: block;
    padding: 10px 0 60px
}

footer .part1 {
    float: left;
    display: inline;
    margin: 0;
    padding: 0
}

footer .copyright {
    display: block;
    font-size: 12px;
    line-height: 180%
}

footer ul.social_media_icons {
    float: right;
    margin: 0;
    padding: 0
}

ul.footer_links {
    line-height: 180%;
    font-size: 12px;
    display: block;
    color: #919191;
    padding: 0
}

ul.footer_links a {
    text-decoration: none;
    color: #919191
}

ul.footer_links a:hover {
    text-decoration: underline
}

ul.footer_links {
    list-style: none;
    margin: 0 !important
}

ul.footer_links li {
    list-style-position: outside;
    line-height: 100%;
    display: inline-block;
    padding: 0 6px;
    border-left: 1px solid #CDCDCD
}

ul.footer_links li:first-child {
    border-left: 0;
    padding-left: 0
}

ul.footer_links [class*=" icon-"]:before,
ul.footer_links [class^=icon-]:before {
    margin-right: 5px;
    line-height: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: 400;
    line-height: 140%;
    color: #666;
    margin: 0
}

h1 {
    font-size: 28px
}

.single-product .head_text h1,
.single-products .head_text h1,
h2 {
    font-size: 26px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #666;
    text-decoration: none !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #F4BF1E
}

.heading-style-2:before {
    background: #E0E0E0;
    bottom: -33px;
    color: #E0E0E0;
    content: "";
    font-family: fontello;
    font-size: 9px;
    height: 1px;
    left: -40%;
    line-height: 2px;
    margin-left: -10px;
    position: absolute;
    text-align: left;
    text-indent: -10px;
    top: 18px;
    width: 40%;
    z-index: 0
}

.heading-style-2:after {
    background: #E0E0E0;
    bottom: -33px;
    color: #E0E0E0;
    content: "";
    font-family: fontello;
    font-size: 9px;
    height: 1px;
    line-height: 2px;
    margin-left: 20px;
    position: absolute;
    text-align: right;
    text-indent: 41%;
    top: 18px;
    width: 40%;
    z-index: 0
}

.heading-style-2 {
    display: table;
    margin: auto;
    padding: 5px 10px;
    position: relative;
    text-align: center
}

.frame,
.wp-caption {
    padding: 6px;
    display: inline-block;
    position: relative;
    font-family: "Times New Roman", serif;
    font-style: italic;
    text-align: center;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    -moz-box-box-shadow: 2px 2px 1px RGBa(0, 0, 0, .035);
    -webkit-box-shadow: 2px 2px 1px RGBa(0, 0, 0, .035);
    box-shadow: 2px 2px 1px RGBa(0, 0, 0, .035);
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box
}

.frame.block,
.single-product-images .frame {
    display: block !important;
    width: auto
}

.wp-caption-text {
    clear: both;
    display: block;
    padding: 8px 0 0 0 !important
}

.frame.alignleft,
.wp-caption.alignleft {
    float: left !important;
    margin: 6px 20px 6px 2px;
    display: inline !important;
    position: relative
}

.frame.alignright,
.wp-caption.alignright {
    float: right !important;
    margin: 6px 2px 6px 20px;
    display: inline !important;
    position: relative
}

.frame img,
.wp-caption img {
    display: inline-block;
    position: relative;
    border: 1px solid #FBFBFB;
    max-width: 100%;
    height: auto
}

.aligncenter .frame {
    margin: 2px 0 0 0 !important
}

.wp-caption.aligncenter {
    display: block !important;
    margin: 5px auto 10px
}

.photo_gallery {
    list-style: none;
    margin: 0;
    padding: 0
}

.photo_gallery .gallery-caption-text {
    font-style: italic;
    padding: 0 5px;
    display: block;
    color: #999;
    font-size: 11px
}

.photo_gallery li {
    margin-bottom: 20px
}

.gallery-item img {
    border: 2px solid #CFCFCF
}

.half-boxed .ls-bottom-nav-wrapper {
    bottom: 20px
}

body .ls-fullwidth .ls-bottom-slidebuttons a,
body .ls-fullwidth .ls-nav-next,
body .ls-fullwidth .ls-nav-prev,
body .ls-fullwidth .ls-nav-start,
body .ls-fullwidth .ls-nav-stop {
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, .4) !important;
    background-color: rgba(0, 0, 0, .3);
    font-family: fontello;
    background-image: none
}

body .ls-fullwidth .ls-bottom-slidebuttons a {
    background-color: transparent
}

body .ls-fullwidth .ls-nav-next,
body .ls-fullwidth .ls-nav-prev {
    font-size: 25px;
    line-height: 40px !important
}

body .ls-fullwidth .ls-bottom-slidebuttons a:hover,
body .ls-fullwidth .ls-nav-next:hover,
body .ls-fullwidth .ls-nav-prev:hover,
body .ls-fullwidth .ls-nav-start:hover,
body .ls-fullwidth .ls-nav-stop:hover {
    color: rgba(255, 255, 255, .7) !important
}

body .ls-fullwidth .ls-nav-next:before {
    content: '\e75e'
}

body .ls-fullwidth .ls-nav-prev:before {
    content: '\e75d'
}

body .ls-fullwidth .ls-nav-start:before {
    content: '\f105'
}

body .ls-fullwidth .ls-nav-stop:before {
    content: '\e831'
}

body .ls-fullwidth .ls-bottom-slidebuttons a:before {
    content: '\e85e'
}

body .ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active:before {
    content: '\e85d'
}

body .ls-thumbnail-wrapper {
    bottom: 140px
}

body .ls-fullwidth .ls-nav-start,
body .ls-fullwidth .ls-nav-stop {
    width: auto;
    height: auto;
    line-height: 100% !important;
    padding: 4px 10px !important
}

.half-boxed .rev_slider_wrapper .tp-bullets {
    margin-bottom: 30px
}

.info_bar {
    display: block
}

.info_bar .heading {
    width: 35%;
    float: left
}

.heading h2 {
    display: inline-block
}

.info_bar .breadcrumb {
    width: 65%;
    float: left
}

section.content .info_bar {
    border-bottom: 1px solid #F0F0F0;
    margin: 0 10px 20px;
    padding: 0 0 9px;
    width: auto
}

.top_content .info_bar {
    margin: auto;
    padding: 35px 0 30px;
    width: 1040px
}

.half-boxed .top_content .info_bar {
    padding: 70px 0 30px
}

section.content .row .info_bar {
    margin: 0 0 20px
}

.heading h1,
.heading h2 {
    font-size: 18px;
    line-height: 100%;
    padding: 0
}

.top_content .heading h1,
.top_content .heading h2 {
    font-size: 21px;
    line-height: 100%;
    padding: 0;
    color: #888
}

.breadcrumb {
    font-weight: 400;
    font-size: 11px;
    text-align: left;
    line-height: 18px;
    color: #aaa
}

.breadcrumb div {
    display: inline
}

.info_bar .breadcrumb {
    text-align: right
}

.only_breadcrumb .breadcrumb {
    text-align: left
}

div.breadcrumb {
    clear: both;
    position: relative;
    display: block;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 100%;
    color: #aaa
}

div.breadcrumb a {
    color: #888;
    text-decoration: none
}

div.breadcrumb a:hover {
    text-decoration: none;
    color: #555
}

.breadcrumb a {
    color: #888;
    text-decoration: none
}

.breadcrumb a:hover {
    color: #aaa;
    text-decoration: none
}

.top_content .breadcrumb {
    margin-top: 5px;
    line-height: 100%
}

.top_content .breadcrumb a,
.top_content .breadcrumb span {
    text-decoration: none
}

.top_content .breadcrumb a:hover,
.top_content .breadcrumb a:hover span {
    text-decoration: none;
    text-shadow: none
}

.breadcrumb a.icon-home:before {
    margin-right: 5px;
    line-height: 100%
}

dd {
    color: #888
}

#header_contents ul {
    margin-bottom: 0
}

ol,
ul {
    list-style: disc;
    margin: 0 0 20px 17px
}

ol ol,
ul ul {
    list-style: circle;
    padding: 0;
    margin: 0
}

ol ol ol,
ul ul ul {
    list-style: square;
    padding: 0 10px;
    margin: 0 0 10px 0
}

ol {
    list-style: decimal
}

ol ol {
    list-style: lower-latin
}

ol ol ol {
    list-style: lower-roman
}

ol ol li,
ul ul li {
    margin: 5px 0 5px 15px
}

dl {
    margin: 0 0 20px 0
}

dd {
    margin: 5px 0 5px 15px;
    font-family: "Times New Roman", serif;
    font-style: italic
}

ul.with_icons {
    list-style: none;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%
}

ul.with_icons.big_icons {
    margin: 0
}

ul.with_icons ul {
    margin: 0 0 0 22px
}

.with_icons>li span {
    padding-right: 6px;
    color: #848484
}

.with_icons.light>li span {
    color: #BEBEBE
}

.with_icons.colored>li span {
    color: #F4BF1E
}

.medium_size {
    font-size: 120%;
    line-height: 160%
}

.big_size {
    font-size: 150%;
    line-height: 180%
}

.with_icons li span:before {
    min-width: 18px;
    text-align: center
}

.with_icons li span {
    float: left
}

.with_icons p {
    padding: 0;
    margin-left: 27px
}

.with_icons.big_icons p {
    margin-left: 32px
}

.with_icons.icon_borders p {
    margin-left: 70px
}

.with_icons.big_icons li span {
    display: block;
    font-size: 20px;
    position: relative;
    text-align: center;
    float: left
}

.with_icons.icon_borders li span {
    border: 1px solid #848484;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    width: 30px
}

.with_icons.icon_borders.light li span {
    border: 1px solid #BEBEBE
}

.with_icons.icon_borders.colored li span {
    border: 1px solid #F4BF1E
}

.with_icons li.last:after {
    clear: both;
    content: "";
    display: block;
    margin-bottom: 2px
}

.with_icons.big_icons li.last:after {
    margin-bottom: 20px
}

.with_icons>li:after {
    content: "";
    display: table;
    clear: both
}

table {
    width: auto;
    border-collapse: separate;
    border-spacing: inherit;
    margin: 0 0 20px 0;
    padding: 0;
    border-right: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    max-width: 100%
}

table caption strong {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-weight: 700
}

table caption {
    text-align: left;
    padding: 0 0 10px 3px;
    font-style: italic
}

table th {
    padding: 13px;
    font-size: 12px;
    background: #F5F5F5;
    border-left: 1px solid #F5F5F5
}

table td {
    padding: 10px;
    text-align: left;
    margin: 10px;
    border-bottom: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5
}

.sidebar_content table {
    width: 180px;
    padding: 0;
    border-right: 1px solid grey;
    border-top: 1px solid grey
}

.sidebar_content table th {
    padding: 5px;
    font-size: 12px;
    border-left: 1px solid grey;
    border-bottom: 1px solid grey
}

.sidebar_content table td {
    padding: 4px;
    text-align: left;
    margin: 10px;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey
}

pre {
    line-height: 18px;
    margin-bottom: 18px
}

code {
    display: block;
    margin: 0 0 20px 0;
    padding: 0 10px;
    font-weight: 400;
    font-size: 12px;
    font-family: "Courier New", Courier, Consolas, Monospace;
    line-height: 18px;
    overflow: auto;
    white-space: pre;
    background: #EDEDED url(../images/code.gif);
    border: 1px solid #EDEDED;
    color: #666
}

ins {
    text-decoration: none
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

p {
    padding: 0 0 16px 0
}

p.aligncenter {
    display: block
}

.text_box>p:last-child {
    padding-bottom: 0
}

span.dropcap {
    color: #FFF;
    display: block;
    float: left;
    font-size: 22px;
    height: 33px;
    line-height: 34px;
    margin: 4px 8px 3px 0;
    padding: 1px 0 0 2px;
    text-align: center;
    width: 32px;
    background: #555;
    border-radius: 40px
}

span.dropcap.style2 {
    font-size: 42px;
    line-height: 42px;
    background: 0 0;
    width: auto;
    height: auto;
    color: #585858;
    padding: 0
}

span.htext {
    padding: 3px 4px;
    color: #fff;
    background: #269bc6
}

span.yellow {
    padding: 3px 4px;
    color: #000;
    background: #ffbf00
}

span.black {
    padding: 3px 4px;
    color: #fff;
    background: #000
}

span.black.ttip {
    color: #666;
    background: 0 0 !important
}

span.red {
    padding: 3px 4px;
    color: #fff;
    background: #C10101
}

table#wp-calendar {
    width: 100%
}

table#wp-calendar,
table#wp-calendar td,
table#wp-calendar th {
    text-align: center
}

table#wp-calendar td,
table#wp-calendar th {
    padding: 5px
}

.tagcloud {
    margin: 0 0 10px 0
}

.widget_search ul {
    margin: 0
}

.home .net1 {
width: 100%;
  height: 194px;
  background: url(../images/bg_net.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.home .net1 .page_1376 {
  width: 1376px;
	margin: auto;
 margin-top: 40px;
}

.home .net1 .page_1376 .hot_case2 {
    display: none;
  }


@media only screen and (max-width: 959px) {
.home .net1 .page_1376 {
  width: auto;
  margin: auto;
margin-top: 40px;
}

 .home .net1 .page_1376 .hot_case {
    display: none;
  }
	.home .net1 .page_1376 .hot_case2 {
    display: block;
  }
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_rt_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #999
}

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_rt_categories ul li {
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 0
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_product_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_rt_categories ul li:last-child {
    border-bottom: 0;
    margin: 0
}

.widget_archive ul li li:last-child,
.widget_categories ul li li:last-child,
.widget_links ul li li:last-child,
.widget_meta ul li li:last-child,
.widget_nav_menu ul li li:last-child,
.widget_pages ul li li:last-child,
.widget_product_categories ul li li:last-child,
.widget_recent_comments ul li li:last-child,
.widget_recent_entries ul li li:last-child,
.widget_rss ul li li:last-child,
.widget_rt_categories ul li li:last-child {
    margin: 0 0 10px 0
}

.widget_archive ul li li:last-child a,
.widget_categories ul li li:last-child a,
.widget_links ul li li:last-child a,
.widget_meta ul li li:last-child a,
.widget_nav_menu ul li li:last-child a,
.widget_pages ul li li:last-child a,
.widget_product_categories ul li li:last-child a,
.widget_recent_comments ul li li:last-child a,
.widget_recent_entries ul li li:last-child a,
.widget_rss ul li li:last-child a,
.widget_rt_categories ul li li:last-child a {
    padding: 0 0 0 10px
}

.widget ul li.current-menu-item>a,
.widget_product_categories ul li.current-cat>a,
.widget_rt_categories ul li.current-cat>a {
    color: #E0AF1D
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_links ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_product_categories ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_rt_categories ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #777;
    padding: 0 0 10px 0;
    line-height: 150%;
    font-style: normal
}

.widget_archive ul li li a,
.widget_categories ul li li a,
.widget_links ul li li a,
.widget_meta ul li li a,
.widget_nav_menu ul li li a,
.widget_pages ul li li a,
.widget_product_categories ul li li a,
.widget_recent_comments ul li li a,
.widget_recent_entries ul li li a,
.widget_rss ul li li a,
.widget_rt_categories ul li li a {
    padding: 0 0 0 10px
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_links ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:hover,
.widget_rt_categories ul li a:hover {
    color: #E0AF1D
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul,
.widget_rt_categories ul ul {
    list-style: none;
    list-style-position: inside !important;
    margin: 0;
    padding: 10px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.widget_archive ul li ul li,
.widget_categories ul li ul li,
.widget_links ul li ul li,
.widget_meta ul li ul li,
.widget_nav_menu ul li ul li,
.widget_pages ul li ul li,
.widget_product_categories ul li ul li,
.widget_recent_comments ul li ul li,
.widget_recent_entries ul li ul li,
.widget_rss ul li ul li,
.widget_rt_categories ul li ul li {
    background: 0 0;
    position: relative;
    left: 0;
    width: auto;
    border-bottom: 0;
    background: url(../images/arrow.gif) 0 6px no-repeat
}

.widget_archive ul li ul li a,
.widget_categories ul li ul li a,
.widget_links ul li ul li a,
.widget_meta ul li ul li a,
.widget_nav_menu ul li ul li a,
.widget_pages ul li ul li a,
.widget_product_categories ul li ul li a,
.widget_recent_comments ul li ul li a,
.widget_recent_entries ul li ul li a,
.widget_rss ul li ul li a,
.widget_rt_categories ul li ul li a {
    position: relative;
    text-decoration: none;
    color: #A6A6A6
}

.widget_archive ul ul ul,
.widget_categories ul ul ul,
.widget_links ul ul ul,
.widget_meta ul ul ul,
.widget_nav_menu ul ul ul,
.widget_pages ul ul ul,
.widget_product_categories ul ul ul,
.widget_recent_comments ul ul ul,
.widget_recent_entries ul ul ul,
.widget_rss ul ul ul,
.widget_rt_categories ul ul ul {
    border-top: 0;
    padding: 10px 0 0 10px
}

.widget_rss .rsswidget img {
    display: inline
}

.widget cite {
    color: #A6A6A6;
    font-weight: 700
}

.widget_rss cite {
    margin: 10px 0;
    display: block;
    font-style: normal
}

.rss-date {
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 10px;
    letter-spacing: 1px;
    color: #AAA;
    line-height: 22px;
    display: block
}

.entry-thumbnail img {
    height: auto;
    max-width: 100%
}

.widget_text {
    padding-bottom: 20px
}

select.menu.dropdown-menu {
    z-index: 2
}

.dropdown-menu-widget {
    padding-bottom: 20px
}

.widget_nav_menu [class*=" icon-"]:before,
.widget_nav_menu [class^=icon-]:before {
    padding-right: 5px
}

.entry-thumbnail.aligncenter,
.imgeffect.aligncenter,
img.aligncenter {
    text-align: center;
    margin: auto;
    padding: 0;
    border: 0;
    background: 0 0;
    max-width: 100%
}

.entry-thumbnail.aligncenter,
.imgeffect.aligncenter {
    margin: 20px auto;
    max-width: 100%
}

.entry-thumbnail.alignleft,
.imgeffect.alignleft,
img.alignleft {
    float: left;
    margin: 6px 20px 6px 0;
    display: inline;
    border: 0;
    background: 0 0;
    padding: 0;
    display: block;
    max-width: 100%
}

.entry-thumbnail.alignright,
.imgeffect.alignright,
img.alignright {
    padding: 0;
    float: right;
    margin: 6px 0 6px 20px;
    border: 0;
    display: block;
    background: 0 0;
    max-width: 100%
}

.rt_comments {
    margin: 0;
    width: 100%;
    overflow: hidden
}

.comment-notes {
    font-style: italic;
    color: #aaa
}

#reply-title,
.rt_comments #comments-title {
    margin: 0;
    line-height: 100% !important;
    padding: 0 0 30px;
    font-size: 16px
}

#reply-title:before {
    content: "\e720";
    font-family: fontello;
    margin-right: 10px;
    color: #F4BF1E
}

.rt_comments ol.commentlist {
    list-style: none outside none;
    margin: 0;
    position: relative
}

.rt_comments ol.commentlist ul.children {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    list-style: none outside none;
    margin: 20px 0 0 60px;
    padding: 0
}

.rt_comments ol.commentlist>li {
    list-style-position: outside;
    float: none;
    clear: both;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 0 20px
}

.rt_comments ol.commentlist>li .comment-avatar {
    float: left;
    padding: 0;
    width: 58px
}

.rt_comments ol.commentlist>li .comment-avatar img {
    display: block
}

.rt_comments ol.commentlist li .comment-body {
    margin-left: 78px;
    position: relative
}

.cancel-reply a,
.rt_comments ol.commentlist li a {
    color: #818181
}

.rt_comments ol.commentlist li a:hover {
    color: #464646
}

#cancel-comment-reply-link,
.rt_comments ol.commentlist li .comment-body .comment-meta a {
    color: #9F9F9F;
    font-family: Arial, sans-serif
}

#cancel-comment-reply-link {
    text-decoration: underline;
    font-size: 13px
}

.cancel-reply,
.rt_comments ol.commentlist li .comment-body .comment-meta {
    color: #818181
}

.rt_comments ol.commentlist li .comment-body .comment-meta .comment-reply {
    background: #E4E4E4;
    text-decoration: none
}

.rt_comments ol.commentlist li .comment-body .comment-meta .comment-reply a:hover,
.rt_comments ol.commentlist li .comment-body .comment-meta .comment-reply:hover a {
    color: #fff
}

.rt_comments ol.commentlist li .comment-body .comment-meta .comment-reply:hover {
    background: #B7B7B7
}

.rt_comments ol.commentlist li a,
.rt_comments ol.commentlist li a:hover {
    text-decoration: none
}

.rt_comments .comment-author {
    display: block;
    height: 24px
}

.rt_comments ol.commentlist li .comment-body .comment-author {
    font-size: 11px
}

.rt_comments ol.commentlist li .comment-body .author-name {
    font-size: 13px;
    float: left;
    font-weight: 700;
    color: #818181
}

#cancel-comment-reply-link,
.rt_comments ol.commentlist li .comment-body .comment-meta {
    position: relative;
    float: right
}

.rt_comments ol.commentlist li .comment-body .comment-meta .comment-reply {
    padding: 4px 8px;
    margin: 0 0 0 5px
}

.rt_comments .cancel-reply {
    position: absolute;
    margin: 2px 0 0 10px
}

.commententry .navigation {
    display: block;
    width: 100%
}

.commententry .navigation a,
.commententry .navigation>div {
    background: #F4BF1E;
    color: #fff;
    text-decoration: none
}

.commententry .navigation>div:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.commententry .navigation .nav-previous {
    float: left
}

.commententry .navigation .nav-next {
    float: right
}

.rt_comments .text-boxes ul {
    margin: 0;
    padding: 0
}

.rt_comments .comment-holder {
    background: none repeat scroll 0 0 #fff;
    border-color: #EFEFEF;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    position: relative;
    z-index: 2;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -o-box-shadow: 0 4px 2px rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 4px 2px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 2px rgba(0, 0, 0, .02)
}

.rt_comments .commentlist .children .comment-holder {
    border-width: 1px
}

.rt_comments .commentlist>li:before {
    border-top: 2px dashed #EFEFEF;
    content: "";
    display: table;
    height: 1px;
    left: 0;
    margin-top: 24px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1
}

.rt_comments .commentlist .children>li:before {
    border-top: 2px dashed #EFEFEF;
    content: "";
    display: table;
    height: 1px;
    left: 40px;
    margin-top: 24px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1
}

.rt_comments .commentlist .children>li:after {
    border-left: 2px dashed #EFEFEF;
    content: "";
    display: block;
    height: 100%;
    left: 30px;
    margin-top: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 1
}

.rt_comments .comment-text {
    display: inline-block;
    padding: 10px 0 0 0
}

.rt_comments ol.commentlist li p {
    color: #818181
}

.rt_comments ol.commentlist li p:last-child {
    padding: 0
}

#respond {
    clear: both;
    display: block
}

li.comment #respond {
    border-top: 1px solid #F0F0F0;
    margin-top: 40px;
    padding: 40px 0 0
}

.form-allowed-tags code {
    overflow: hidden
}

.form-allowed-tags code:hover {
    overflow: auto
}

.social_media {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block
}

.social_media li {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 4px 4px 0
}

#top_bar .social_media li:first-child,
.social_media li:first-child {
    margin-left: 0
}

#top_bar .social_media li:last-child,
.social_media li:last-child {
    margin-right: 0
}

.social_media li a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #bbb;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.social_media li a:hover {
    color: #fff;
    height: 29px;
    margin-top: -5px
}

.social_media li span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: none;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 11px;
    line-height: 140%;
    text-decoration: none;
    bottom: 40px;
    padding: 4px 0;
    cursor: default;
    position: absolute;
    text-indent: 0;
    color: #fff;
    z-index: -999;
    -webkit-transition: bottom .2s;
    -moz-transition: bottom .2s;
    -o-transition: bottom .2s;
    transition: bottom .2s
}

.social_media li:hover span {
    bottom: 33px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 999;
    min-width: 70px
}

#top_bar .social_media,
footer .social_media {
    float: right
}

#top_bar .social_media li {
    margin: 0 0 0 4px
}

#top_bar .social_media li {
    float: left;
    width: 20px;
    height: 20px
}

#top_bar .social_media li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px
}

#top_bar .social_media li a:hover {
    height: 28px;
    margin-top: 0
}

#top_bar .social_media li span {
    top: 48px;
    bottom: auto;
    -webkit-transition: top .2s;
    -moz-transition: top .2s;
    -o-transition: top .2s;
    transition: top .2s
}

#top_bar .social_media li:hover span {
    top: 26px
}

.social_media [class*=" icon-"]:before,
.social_media [class^=icon-]:before {
    margin-left: 1.5px
}

.social_media li:hover a,
.social_media li:hover span {
    background-color: #bbb
}

.social_media li.qq:hover a,
.social_media li.qq:hover span {
    background-color: #0BF !important
}

.social_media li.wechat:hover a,
.social_media li.wechat:hover span {
    background-color: #0fd21c !important
}

.social_media li.weibo:hover a,
.social_media li.weibo:hover span {
    background-color: #d52b2a !important
}

.social_media li.renren:hover a,
.social_media li.renren:hover span {
    background-color: #035ead !important
}

.social_media li.tencent-weibo:hover a,
.social_media li.tencent-weibo:hover span {
    background-color: #4389c7 !important
}

.social_media li.facebook:hover a,
.social_media li.facebook:hover span {
    background-color: #3B5998 !important
}

.social_media li.twitter:hover a,
.social_media li.twitter:hover span {
    background-color: #10c0ee !important
}

.social_media li.gplus:hover a,
.social_media li.gplus:hover span {
    background-color: #e3614a !important
}

.social_media li.flickr:hover a,
.social_media li.flickr:hover span {
    background-color: #ff3092 !important
}

.social_media li.mail:hover a,
.social_media li.mail:hover span {
    background-color: #999 !important
}

.social_media li.lastfm:hover a,
.social_media li.lastfm:hover span {
    background-color: #da260e !important
}

.social_media li.dribbble:hover a,
.social_media li.dribbble:hover span {
    background-color: #EA4C89 !important
}

.social_media li.linkedin:hover a,
.social_media li.linkedin:hover span {
    background-color: #006e99 !important
}

.social_media li.vimeo:hover a,
.social_media li.vimeo:hover span {
    background-color: #0ec4ef !important
}

.social_media li.youtube-play:hover a,
.social_media li.youtube-play:hover span {
    background-color: #f3554f !important
}

.social_media li.instagram:hover a,
.social_media li.instagram:hover span {
    background-color: #7b6455 !important
}

.social_media li.behance:hover a,
.social_media li.behance:hover span {
    background-color: #228cff !important
}

.social_media li.dropbox:hover a,
.social_media li.dropbox:hover span {
    background-color: #499dd6 !important
}

.social_media li.picasa:hover a,
.social_media li.picasa:hover span {
    background-color: #aa7bbc !important
}

.social_media li.rss:hover a,
.social_media li.rss:hover span {
    background-color: #fd8900 !important
}

.social_media li.skype:hover a,
.social_media li.skype:hover span {
    background-color: #00b0e1 !important
}

.social_media li.stumbleupon:hover a,
.social_media li.stumbleupon:hover span {
    background-color: #6cc977 !important
}

.social_media li.pinterest:hover a,
.social_media li.pinterest:hover span {
    background-color: #d62930 !important
}

.social_media li.github:hover a,
.social_media li.github:hover span {
    background-color: #888 !important
}

.social_media li.tumblr:hover a,
.social_media li.tumblr:hover span {
    background-color: #456885 !important
}

.social_media li.spotify:hover a,
.social_media li.spotify:hover span {
    background-color: #afd102 !important
}

.social_media li.evernote:hover a,
.social_media li.evernote:hover span {
    background-color: #6fbd45 !important
}

.social_media li.flattr:hover a,
.social_media li.flattr:hover span {
    background-color: #f7af30 !important
}

.social_media li.paypal:hover a,
.social_media li.paypal:hover span {
    background-color: #003f70 !important
}

.social_media li.vkontakte:hover a,
.social_media li.vkontakte:hover span {
    background-color: #2f6893 !important
}

.social_media li.soundcloud:hover a,
.social_media li.soundcloud:hover span {
    background-color: #F76700 !important
}

.social_media li.foursquare:hover a,
.social_media li.foursquare:hover span {
    background-color: #24b2ed !important
}

.social_media li.delicious:hover a,
.social_media li.delicious:hover span {
    background-color: #39f !important
}

.social_media li.forrst:hover a,
.social_media li.forrst:hover span {
    background-color: #5a9967 !important
}

.social_media li.ebay:hover a,
.social_media li.ebay:hover span {
    background-color: #dd3b4a !important
}

.social_media li.android:hover a,
.social_media li.android:hover span {
    background-color: #80bd01 !important
}

.social_media li.xing:hover a,
.social_media li.xing:hover span {
    background-color: #d2d600 !important
}

.social_media li.reddit:hover a,
.social_media li.reddit:hover span {
    background-color: #ff4500 !important
}

.social_media li.digg:hover a,
.social_media li.digg:hover span {
    background-color: #000 !important
}

.social_media li.macstore:hover a,
.social_media li.macstore:hover span {
    background-color: #1bbdfb !important
}

.social_media li.myspace:hover a,
.social_media li.myspace:hover span {
    background-color: #0911a4 !important
}

.social_media li.amazon:hover a,
.social_media li.amazon:hover span {
    background-color: #f59318 !important
}

.social_media li.stackoverflow:hover a,
.social_media li.stackoverflow:hover span {
    background-color: #fe7a15 !important
}

.page-404 {
    padding: 40px 0
}

.page-404 .first {
    text-align: center
}

.page-404 .first span {
    font-size: 250px;
    line-height: 250px;
    display: inline-block;
    color: #eee
}

.page-404 h1 {
    font-size: 100px;
    line-height: 140px
}

.content_block.archives .head_text h1:after,
.content_block.archives .head_text h2:after,
.hr:after {
    border-color: #F0F0F0;
    border-image: none;
    border-style: solid none none;
    border-width: 1px;
    color: #F0F0F0;
    height: 52px;
    margin: 0;
    position: relative;
    top: 26px;
    width: 100%;
    content: "";
    display: table
}

.content_block.archives .head_text h1,
.content_block.archives .head_text h2 {
    color: #aaa;
    font-size: 19px;
    font-style: oblique
}

.author-info {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: table;
    padding: 30px
}

.author-avatar {
    display: inline-table;
    margin-right: 20px;
    width: 80px
}

.author-description {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.author-title {
    font-size: 15px;
    font-weight: 700
}

.author-description .author-bio {
    margin: 0;
    padding: 0
}

.animate {
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.google_map img {
    max-width: none !important
}

.google_map_holder {
    color: #666
}

.alignnone {
    max-width: 100%;
    height: auto
}

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

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.content_area label img {
    display: inline-block
}

body [class*=" icon-"]:before,
body [class^=icon-]:before {
    width: auto;
    margin-right: auto;
    line-height: inherit;
    margin-left: auto
}

body span.icon {
    margin-right: .2em
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

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

.with_borders>.box {
    padding: 0 !important;
    position: relative
}

.with_borders>.box {
    border-color: #F0F0F0;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-style: solid
}

.with_borders>.first-row.box {
    border-top-width: 1px
}

.with_borders>.first-row.box {
    border-top-width: 1px
}

.with_borders>.last-row.box {
    border-bottom-width: 1px
}

.with_borders>.box.last,
.with_borders>.last-row.box:last-child {
    box-shadow: 1px 0 0 #F0F0F0
}

.with_borders.no_top_border>.first-row.box {
    border-top-width: 0
}

.with_borders.no_bottom_border>.last-row.box {
    border-bottom-width: 0
}

.with_borders.no_tb_border>.first-row.box:after,
.with_borders.no_tb_border>.first-row.box:before {
    top: 0
}

.row.with_borders>.box.grid-title {
    background: 0 0;
    min-height: 100px
}

.row.with_borders .featured_image {
    background-color: #fff;
    margin-bottom: 0
}

.row.with_borders>.box {
    background: rgba(0, 0, 0, .01)
}

.with_borders .box:hover .featured_image,
.with_borders .featured_image {
    box-shadow: 0 4px 0 rgba(0, 0, 0, .04)
}

.portfolio_boxes .box:before,
.with_borders .box:before {
    background: #F4BF1E;
    content: "";
    display: block;
    height: 2px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 10px;
    z-index: 2
}

.portfolio_boxes .box:after,
.with_borders .box:after {
    background: #F4BF1E;
    content: "";
    display: block;
    height: 10px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 2px
}

.with_borders .box:before {
    height: 2px;
    left: -1px;
    top: -1px
}

.with_borders .box:after {
    width: 2px;
    left: -1px;
    top: -1px
}

.portfolio_boxes .box:hover:after,
.portfolio_boxes .box:hover:before,
.with_borders .box:hover:after,
.with_borders .box:hover:before {
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.portfolio_boxes .box:hover:after,
.with_borders .box:hover:after {
    height: 80px
}

.portfolio_boxes .box:hover:before,
.with_borders .box:hover:before {
    width: 80px
}

.product-showcase-categories .with_borders .box:hover:after {
    height: 40px
}

.product-showcase-categories .with_borders .box:hover:before {
    width: 40px
}

.with_borders .box.grid-title:after,
.with_borders .box.grid-title:before {
    width: 0
}

#wp-admin-bar-edit-template {
    cursor: pointer
}

#wp-admin-bar-edit-template>.ab-item:before {
    content: ""
}

.js .rt_content_animations [data-rt-animate=animate] {
    opacity: 0
}

.js .rt_content_animations .animated,
.js .rt_content_animations [data-rt-animate=animated],
.js .rt_content_animations.mobile_device [data-rt-animate=animate] {
    opacity: 1
}

.no-js .rt_content_animations [data-rt-animate=animate] {
    opacity: 1
}

.img_loaded img {
    opacity: 1;
    -ms-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.img_loading {
    background: url(../images/loading.gif) center center no-repeat !important
}

.img_loading img {
    opacity: 0
}

.no-js .img_loading {
    background: inherit
}

.no-js .img_loading img {
    opacity: 1
}

.rt-parallax-background {
    width: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 0
}

.full_width_image {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: absolute;
    top: 0;
    width: 100%
}

.rt_loading {
    overflow: hidden
}

.rt_loading,
body.rt_loading:before {
    content: "";
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999999;
    background: #fff url(../images/AjaxLoader.gif) no-repeat center center;
    left: 0;
    top: 0
}

.no-js .rt_loading {
    overflow: visible;
    display: none
}

.no-js .rt_loading:before {
    content: none
}

#tribe-events-pg-template {
    max-width: 1060px
}

.box.blank_box {
    background: 0 0 !important
}

@media only screen and (min-width:960px) and (max-width:1099px) {
    .responsive #header>section,
    .responsive .content_area {
        width: 980px
    }
    .responsive .footer_widgets {
        width: 960px
    }
    .responsive .top_bar_container {
        width: 940px
    }
    .responsive .top_content .info_bar,
    .responsive footer .footer_info {
        width: 940px
    }
    .responsive .content_block {
        width: 960px
    }
    body.responsive {
        min-width: 980px
    }
    .responsive.boxed-body {
        max-width: 980px
    }
    .responsive .full_width_row .flex-caption,
    .responsive .top_content .flex-caption {
        margin: auto auto auto -470px;
        width: 940px
    }
    .responsive #navigation_bar,
    .responsive .multicolumn-holder,
    .responsive.header-design2 #header_contents,
    .responsive.menu-style-two .stuck #navigation_bar,
    .responsive.menu-style-two .stuck .multicolumn-holder {
        width: 940px
    }
    .responsive.half-boxed #navigation_bar,
    .responsive.half-boxed .multicolumn-holder,
    .responsive.half-boxed.header-design2 #header_contents,
    .responsive.half-boxed.header-design2 .top_bar_container,
    .responsive.half-boxed.menu-style-two .stuck .multicolumn-holder,
    .responsive.menu-style-two .multicolumn-holder {
        width: 980px
    }
    .responsive.half-boxed.menu-style-two .stuck #navigation_bar,
    .responsive.menu-style-two .nav_border,
    .responsive.menu-style-two .nav_shadow {
        width: 979px
    }
    .responsive.menu-style-two #navigation_bar,
    html .responsive .nav_shadow.stuck,
    html .responsive .stuck .nav_border {
        width: 100%
    }
    html .boxed-body.responsive .nav_shadow.stuck {
        max-width: 980px
    }
    .responsive .stuck .with_small_logo .multicolumn-holder {
        left: -116px
    }
    .responsive #navigation_bar>ul>li>a {
        padding: 15px 28px
    }
    .responsive #navigation ul {
        width: 150px
    }
    .responsive #navigation ul ul {
        left: 140px
    }
}

@media only screen and (max-width:1024px) {
    .responsive #header .sticky-wrapper,
    .responsive .nav_shadow.stuck {
        position: relative
    }
    .responsive #navigation ul {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }
    .responsive .flex-caption {
        text-align: center
    }
    .responsive .flex-caption .caption-holder {
        max-width: 80%;
        float: none
    }
    .responsive .flex-caption .caption-one {
        float: none
    }
    .responsive .flex-caption .caption-text {
        float: none;
        display: block
    }
    .content_block {
        padding: 0
    }
    .multicolumn-holder {
        -ms-transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none
    }
    #navigation_bar>ul>li:hover>a:after {
        content: none
    }
}

@media only screen and (min-width:980px) {
    .header-design1.menu-style-one .top_content>.google_map_holder {
        margin-top: 27px
    }
}

@media only screen and (min-width:768px) {
    .flex-caption {
        left: 60px
    }
    .five .flexslider .flex-direction-nav,
    .four .flexslider .flex-direction-nav,
    .three .flexslider .flex-direction-nav,
    .two .flexslider .flex-direction-nav {
        top: 0
    }
    .five .flexslider .flex-direction-nav a,
    .four .flexslider .flex-direction-nav a,
    .three .flexslider .flex-direction-nav a,
    .two .flexslider .flex-direction-nav a {
        line-height: 16px
    }
    .five .flex-caption,
    .four .flex-caption,
    .three .flex-caption,
    .two .flex-caption {
        bottom: auto;
        position: relative;
        text-align: left;
        width: 100%;
        z-index: 9999;
        left: auto
    }
    .five .caption-holder,
    .four .caption-holder,
    .three .caption-holder,
    .two .caption-holder {
        width: 100%;
        max-width: 100%
    }
    .five .caption-text,
    .four .caption-text,
    .three .caption-text,
    .two .caption-text {
        padding: 10px 0
    }
    .five .flexslider .flex-direction-nav,
    .four .flexslider .flex-direction-nav,
    .three .flexslider .flex-direction-nav,
    .two .flexslider .flex-direction-nav {
        top: 0;
        width: 100px;
        right: -20px;
        bottom: auto
    }
    .five .flexslider .flex-direction-nav a,
    .four .flexslider .flex-direction-nav a,
    .three .flexslider .flex-direction-nav a,
    .two .flexslider .flex-direction-nav a {
        line-height: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .responsive.boxed-body {
        margin: 0 auto
    }
    .responsive #header>section,
    .responsive .content_area {
        width: 780px
    }
    .responsive .top_bar_container {
        width: 740px
    }
    .responsive .footer_widgets {
        width: 760px
    }
    .responsive .top_content .info_bar,
    .responsive footer .footer_info {
        width: 740px
    }
    .responsive .content_block {
        width: 760px
    }
    .responsive .tab-style-three .tabs .with_icon a,
    .responsive .tab-style-three .tabs a {
        padding: 20px 10px
    }
}

@media only screen and (max-width:767px) {
    .responsive.boxed-body {
        margin: 0 auto
    }
    .responsive .content_area,
    .responsive .footer_widgets,
    .responsive .top_bar_container {
        width: 100%
    }
    .responsive .content_block,
    .responsive .footer_widgets_holder>section,
    .responsive .top_content .info_bar,
    .responsive footer .footer_info {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    body.responsive {
        position: static
    }
    .admin-bar.responsive #header .sticky-wrapper,
    .admin-bar.responsive .nav_shadow {
        top: 110px
    }
    .responsive .info_bar .breadcrumb,
    .responsive .info_bar .heading {
        width: 100%;
        text-align: left
    }
    .responsive .info_bar .heading {
        margin-bottom: 10px
    }
    .responsive #top_bar .social_media li {
        margin: 0 4px 4px 0
    }
    .responsive [data-feature]:before {
        content: attr(data-feature);
        display: block
    }
    .responsive .pricing_table .table_wrap.features {
        display: none
    }
    .responsive .pricing_table .table_wrap {
        display: block;
        margin-bottom: 10px
    }
    .responsive .tabs_wrap {
        border-width: 1px
    }
    .responsive ul.tabs {
        float: none;
        width: 100%;
        border-width: 0
    }
    .responsive .tabs_wrap .tabs li {
        float: none;
        width: 100%;
        border-width: 0 0 1px 0
    }
    .responsive .tabs_wrap .tabs li {
        text-align: left
    }
    .responsive .tabs_wrap .tabs li a {
        text-align: left;
        font-size: 14px
    }
    .responsive .tabs_wrap .tabs a.current,
    .responsive .tabs_wrap .tabs a.current:hover,
    .responsive .tabs_wrap .tabs a:hover,
    .responsive .tabs_wrap .tabs li.current a {
        border-width: 0;
        font-weight: 700;
        font-style: italic
    }
    .responsive #container div.pane {
        position: relative;
        width: auto;
        margin-left: inherit;
        padding: 20px
    }
    .responsive .rt_comments ol ul {
        margin-left: 30px
    }
    .responsive .extra_paddings>.row>.box {
        min-height: 100%
    }
    .responsive .button_ {
        display: table;
        float: none;
        margin: auto
    }
    .responsive .banner p {
        text-align: center
    }
    .responsive .row>.box {
        min-height: 100%
    }
    .responsive .with_borders>.box.last,
    .responsive .with_borders>.responsive .last-row.box:last-child {
        box-shadow: none
    }
    .responsive .with_borders>.box {
        border-right-width: 1px
    }
    .responsive .top_content,
    .responsive.half-boxed .top_content {
        min-height: 40px
    }
    .responsive .horizontal_chained_contents>li {
        display: block;
        margin-bottom: 20px
    }
    .responsive .horizontal_chained_contents .chanied_media_holder:after {
        border: 0
    }
    .responsive .google_map {
        max-height: 200px
    }
    .responsive.woocommerce-page .cart .product-quantity {
        display: none
    }
    .responsive table.cart .actions input,
    .responsive.woocommerce-page table.cart .actions .coupon input {
        display: block;
        width: 100% !important;
        margin-bottom: 10px !important;
        float: none !important
    }
    .responsive.woocommerce-page .cart-collaterals .cart_totals table th {
        width: auto
    }
}

@media only screen and (max-width:550px) {
    .responsive .flex-caption .caption-text {
        display: none
    }
    .responsive .caption-one {
        font-size: 110% !important
    }
    .responsive .flexslider:hover .flex-direction-nav li .flex-prev {
        left: 0
    }
    .responsive .flexslider:hover .flex-direction-nav li .flex-next {
        right: 0
    }
    .responsive .flexslider .flex-direction-nav a {
        width: 20px
    }
    .responsive .tab-style-three .tabs .with_icon a,
    .responsive .tab-style-three .tabs a {
        text-align: center
    }
    .responsive .tab-style-three .tabs a span {
        float: left;
        margin-top: -10px
    }
    .responsive .with_effect .product_info {
        display: block !important
    }
    .responsive .with_effect .featured_image {
        box-shadow: 0 4px 0 rgba(0, 0, 0, .04)
    }
}

@media only screen and (max-width:959px) {
    body.responsive {
        min-width: inherit
    }
    .responsive #mobile_bar {
        background: none repeat scroll 0 0 #4593BC;
        color: #fff;
        font-size: 23px;
        padding: 10px 8px;
        display: block
    }
    .responsive #mobile_bar2 {
        background: none repeat scroll 0 0 #4593BC;
        color: #fff;
        font-size: 23px;
        padding: 10px 8px;
        display: block
    }
    .responsive #header_contents {
        display: none
    }
    .responsive #mobile_bar>div {
        cursor: pointer;
        padding: 10px 15px;
        display: block;
        width: 50%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box
    }
    .responsive #mobile_bar2>div {
        cursor: pointer;
        padding: 10px 15px;
        display: block;
        width: 50%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box
    }
    .responsive .mobile_menu_control {
        float: left
    }
    .responsive .top_bar_control {
        float: right;
        text-align: right
    }
    .responsive #header,
    .responsive header {
        position: static
    }
    .responsive #header_contents {
        display: block;
        position: static
    }
    .responsive #header_contents>section {
        display: block;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box
    }
    .responsive #header>section {
        width: 100%
    }
    .responsive #header section>section {
        padding: 0 10px;
        margin: 15px 0
    }
    .responsive #header .section_logo>section {
        text-align: center
    }
    .responsive #slogan_text {
        text-align: center
    }
    .responsive .top_bar_container {
        text-align: left
    }
    .responsive .top_links {
        float: none;
        margin: auto auto 10px
    }
    .responsive .top_links li {
        font-size: 14px;
        line-height: 200%;
        margin: 10px 0
    }
    .responsive .languages:hover .flags {
        top: 33px;
        z-index: 9999
    }
    .responsive #top_bar {
        display: none
    }
    .responsive .active#top_bar {
        display: block
    }
    .responsive #top_bar .social_media,
    .responsive footer .social_media {
        float: none
    }
    .responsive #header .sticky-wrapper,
    .responsive .nav_shadow {
        display: none
    }
    .responsive #header .sticky-wrapper.active,
    .responsive .nav_shadow.active {
        display: block
    }
    .responsive .top_content {
        margin: 0
    }
    .responsive #header .sticky-wrapper,
    .responsive #navigation,
    .responsive #navigation li.multicolumn>.multicolumn-holder,
    .responsive #navigation ul li:first-child>a,
    .responsive #navigation ul li:last-child>a,
    .responsive #navigation_bar,
    .responsive #navigation_bar>ul>li:first-child,
    .responsive .nav_border,
    .responsive .nav_shadow,
    .responsive .stuck .nav_border {
        width: 100%;
        border: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        position: static;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0
    }
    .responsive #navigation li.multicolumn>.multicolumn-holder {
        display: block;
        height: auto;
        opacity: 1;
        overflow: visible;
        visibility: visible
    }
    .responsive .multicolumn-holder>ul {
        display: block
    }
    #navigation_bar.with_subs ul ul>li>a span,
    .responsive #navigation_bar.with_subs>ul>li>a span {
        display: none
    }
    .responsive #header .sticky-wrapper {
        position: relative
    }
    .responsive .sticky_nav_wrap {
        height: auto !important
    }
    .responsive.header-design2 #logo img {
        display: inline-block
    }
    .responsive #header .sticky-wrapper,
    .responsive .nav_shadow {
        left: 0;
        position: absolute;
        top: 62px;
        z-index: 999999
    }
    .responsive .nav_shadow.stuck {
        position: relative
    }
    .responsive #navigation li {
        text-align: left;
        float: none;
        border: 0
    }
    .responsive #navigation ul li a:hover,
    .responsive #navigation ul li:hover>a,
    .responsive #navigation_bar,
    .responsive #navigation_bar>ul>li.current-menu-ancestor,
    .responsive #navigation_bar>ul>li.current-menu-ancestor>a,
    .responsive #navigation_bar>ul>li.current_page_item,
    .responsive #navigation_bar>ul>li.current_page_item>a,
    .responsive #navigation_bar>ul>li.hasSubMenu:hover>a,
    .responsive #navigation_bar>ul>li:hover,
    .responsive #navigation_bar>ul>li:hover>a,
    .responsive #navigation_bar>ul>li>a:hover {
        box-shadow: none;
        text-shadow: none
    }
    .responsive #navigation .sub-menu,
    .responsive .multicolumn-holder,
    .responsive .nav_border {
        background-image: none !important
    }
    .responsive #navigation_bar ul li.current-menu-item>a {
        font-weight: 700;
        font-style: italic
    }
    .responsive #navigation ul li.hasSubMenu>a:after {
        content: ""
    }
    #navigation ul li,
    .responsive #navigation ul li a {
        border: 0
    }
    .responsive #navigation_bar a,
    .stuck #navigation_bar a {
        font-family: Arial, sans-serif !important;
        padding: 10px;
        font-size: 13px;
        border: 0
    }
    .responsive #navigation>li:hover>ul {
        margin-top: 0
    }
    .responsive #navigation ul,
    .responsive #navigation ul ul {
        border: 0;
        padding: 0
    }
    .responsive #navigation ul,
    .responsive #navigation ul ul {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        width: 100%;
        height: auto;
        position: relative;
        margin: 0;
        left: 0;
        top: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box
    }
    .responsive #navigation .multicolumn-holder .column-heading>a,
    .responsive #navigation .multicolumn-holder .column-heading>span {
        padding: 10px 0 10px 30px
    }
    .responsive #navigation_bar [class*=" icon-"]:after,
    .responsive #navigation_bar [class*=" icon-"]:before,
    .responsive #navigation_bar [class^=icon-]:after,
    .responsive #navigation_bar [class^=icon-]:before {
        content: ""
    }
    .responsive .search-bar,
    .responsive .stuck .search-bar,
    .responsive .stuck .with_subs .search-bar,
    .responsive .with_subs .search-bar {
        display: none
    }
    .responsive #navigation_bar li a,
    .responsive .stuck #navigation_bar li a {
        border-bottom: 1px solid #efefef !important;
        font-size: 14px !important
    }
    .responsive #navigation_bar li a,
    .responsive .stuck #navigation_bar li a {
        padding-left: 30px
    }
    .responsive #navigation_bar li li a,
    .responsive .stuck #navigation_bar li li a {
        padding-left: 40px
    }
    .responsive #navigation_bar li li li a,
    .responsive .stuck #navigation_bar li li li a {
        padding-left: 50px
    }
    .responsive #navigation_bar li li li li a,
    .responsive .stuck #navigation_bar li li li li a {
        padding-left: 60px
    }
    .responsive #navigation_bar li li li li li a,
    .responsive .stuck #navigation_bar li li li li li a {
        padding-left: 70px
    }
    .responsive #navigation_bar li li li li li li a,
    .responsive .stuck #navigation_bar li li li li li li a {
        padding-left: 80px
    }
    .responsive .content_shadow {
        background-position: center top;
        background-size: 90% auto
    }
    .responsive .full_width_row .flex-caption,
    .responsive .top_content .flex-caption {
        margin: auto auto auto -45%;
        width: 90%
    }
    .responsive .caption-one {
        font-size: 120% !important
    }
    .responsive .caption-text {
        font-size: 100% !important
    }
    .responsive footer .part1 {
        display: block;
        float: none;
        text-align: center
    }
    .responsive .footer_info .social_media {
        margin: 20px auto 0;
        display: table
    }
    .responsive .chained_contents li:hover .icon_holder.rounded:before,
    .responsive .row .box:hover .animated {
        -webkit-animation-name: none;
        animation-name: none
    }
}

.ins_network {
    padding: 0 0 0 26px
}

.maptel {
    height: 282px
}

.netmap,
.nettle {
    height: 282px;
    float: left;
    line-height: 24px
}

.nettle {
    width: 346px;
    font-size: 14px;
    font-weight: 700
}

.netmap {
    width: 399px;
    background: url(../images/network_map.jpg) no-repeat;
    position: relative
}

.ins_network h1 {
    width: 725px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    background: url(../images/network_part.png) no-repeat
}

.ins_network h1 div {
    background: #34aedf;
    float: left;
    padding: 0 30px
}

.netlist dl {
    width: 745px;
    height: 115px;
    padding: 24px 0;
    background: url(../images/listline.gif) repeat-x left bottom
}

.netlist dl dt {
    width: 163px;
    height: 115px;
    float: left
}

.netlist dl dd {
    width: 550px;
    height: 115px;
    float: left;
    padding: 0 0 0 32px
}

.netlist dl dd h2 {
    height: 25px;
    background: url(../images/listline.gif) repeat-x left bottom;
    font-size: 14px
}

.netlist dl dd h2 a {
    color: #444
}

.Outline {
    height: 54px;
    line-height: 24px;
    padding: 12px 0 0 0
}

.viewbut a {
    display: block;
    width: 72px;
    height: 22px;
    line-height: 22px;
    background: #ff5c00;
    color: #fff;
    text-align: center
}

.ins_network h5 {
    height: 30px;
    border-bottom: 1px solid #cecece;
    margin: 0 0 15px 0
}

.netconview {
    line-height: 24px
}

.netmap a {
    display: block;
    position: absolute;
    width: 24px;
    height: 12px;
    overflow: hidden;
    font-size: 12px;
    text-indent: -999px
}

.netmap a.hain {
    left: 177px;
    top: 247px
}

.netmap a.am {
    left: 225px;
    top: 229px
}

.netmap a.xg {
    left: 254px;
    top: 223px
}

.netmap a.tw {
    left: 291px;
    top: 211px
}

.netmap a.gx {
    left: 188px;
    top: 213px
}

.netmap a.gd {
    left: 223px;
    top: 209px
}

.netmap a.fj {
    left: 255px;
    top: 197px
}

.netmap a.zj {
    left: 271px;
    top: 170px
}

.netmap a.sh {
    left: 280px;
    top: 150px
}

.netmap a.yn {
    left: 137px;
    top: 208px
}

.netmap a.gz {
    left: 174px;
    top: 190px
}

.netmap a.cq {
    left: 177px;
    top: 165px
}

.netmap a.hun {
    left: 205px;
    top: 184px
}

.netmap a.hub {
    left: 211px;
    top: 158px
}

.netmap a.ah {
    left: 248px;
    top: 154px
}

.netmap a.jx {
    left: 238px;
    top: 178px
}

.netmap a.js {
    left: 258px;
    top: 135px
}

.netmap a.sx2 {
    left: 189px;
    top: 135px
}

.netmap a.sd {
    left: 250px;
    top: 119px
}

.netmap a.sx {
    left: 211px;
    top: 113px
}

.netmap a.tj {
    left: 260px;
    top: 98px
}

.netmap a.hn {
    left: 220px;
    top: 138px
}

.netmap a.hb {
    left: 234px;
    top: 102px
}

.netmap a.nx {
    left: 172px;
    top: 114px
}

.netmap a.sc {
    left: 142px;
    top: 155px
}

.netmap a.xc {
    left: 56px;
    top: 142px
}

.netmap a.qh {
    left: 112px;
    top: 118px
}

.netmap a.gs {
    left: 132px;
    top: 91px
}

.netmap a.nmg {
    left: 182px;
    top: 90px
}

.netmap a.bj {
    left: 236px;
    top: 82px
}

.netmap a.ll {
    left: 273px;
    top: 80px
}

.netmap a.jl {
    left: 290px;
    top: 63px
}

.netmap a.xj {
    left: 50px;
    top: 70px
}

.netmap a.hlj {
    left: 290px;
    top: 38px
}