#logo {
    float: left;
    padding: 75px 0 0
}

#header .header-wrap #logo .for-panel {
    max-height: 100%;
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    display: none
}

#header .header-wrap.fixed {
    height: 55px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff
}

#header .header-wrap.fixed .menu-tile {
    opacity: 0;
    display: none
}

#header .header-wrap.fixed .main-menu-item {
    width: auto;
    margin-left: 30px;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInFromNone;
    -webkit-animation-transition: ease-in
}

#header .header-wrap.fixed .tiled-menu {
    padding-top: 10px
}

#header .header-wrap.fixed #logo {
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInFromNone;
    -webkit-animation-transition: ease-in;
    padding-top: 0
}

#header .header-wrap.fixed #logo img {
    display: none
}

#header .header-wrap.fixed #logo .for-panel {
    display: block;
    max-height: 40px;
    margin-top: 20px
}

body.admin-bar #header .header-wrap.fixed {
    top: 28px
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0
    }
    100% {
        display: block;
        opacity: 1
    }
}

#top-panel {
    position: relative;
    height: 40px;
    margin-top: 13px;
    padding: 5px 10px 0;
    background: #f5f5f5
}

#top-panel .login-header {
    position: relative
}

#top-panel .login-header .avatar {
    width: 31px;
    height: 31px;
    text-align: center;
    background: #ff6565
}

#top-panel .login-header .avatar i {
    color: #fff;
    font-size: 18px;
    line-height: 31px
}

#top-panel .login-header .links {
    position: absolute;
    left: 0;
    top: 48px;
    font-size: 12px;
    z-index: 100;
    width: 150px
}

#top-panel .login-header .links a {
    color: inherit;
    border-bottom: 1px dotted
}

#top-panel > div {
    float: left
}

#top-panel .top-info {
    width: 272px;
    padding: 9px 20px 0;
    font-size: 12px
}

#top-panel .searchform {
    width: 220px
}

#top-panel .delim {
    height: 8px
}

#top-panel .head-soc-icons {
    float: right;
    padding-top: 3px
}

#top-panel .head-soc-icons span {
    position: relative;
    top: 1px
}

.tiled-menu {
    list-style: none;
    padding: 20px 0 10px;
    position: relative;
    float: right;
    /*min-height: 172px*/
}

.tiled-menu > .menu-item {
    display: inline-block;
    font-size: 16px;
    /*font-weight: 600;*/
    margin-left: 40px;
    position: relative
}

.tiled-menu > .menu-item > a {
    color: inherit
}

.tiled-menu.no-customizer {
    padding-top: 10px
}

.fixed .tiled-menu {
    min-height: 0
}

.main-menu-item {
    margin-left: 3px;
    float: left;
    position: relative;
    width: 115px
}

.widget .main-menu-item {
    margin-bottom: 4px
}

.main-menu-item a {
    color: inherit
}

.main-menu-item.has-submenu .item-title:after {
    content: "";
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: -1px;
    width: 7px;
    height: 4px;
    background: url(../img/drop-pipt-icon.gif) right center
}

.menu-tile {
    display: block;
    position: relative;
    z-index: 1;
    height: 115px;
    width: 100%;
    text-decoration: none;
    background-color: #FFAA31;
    background-position: center;
    background-repeat: no-repeat
}

.style-metro .item-title {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 100;
    color: #fff;
    font-size: 12px
}

.tile-icon {
    position: absolute;
    font-size: 45px;
    text-align: center;
    top: 50%;
    margin-top: -38px;
    width: 100%;
    color: #fff
}

.tiled-menu .sub-menu {
    display: block;
    list-style: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    margin: 0;
    min-width: 200px;
    border-radius: 2px
}

.tiled-menu .sub-menu li {
    display: block;
    background: #323c3f;
    background: rgba(50, 60, 63, .9);
    position: relative;
    border-bottom: 1px solid #42555A
}

.tiled-menu ul li:last-child {
    border-bottom: none
}

.tiled-menu .sub-menu li.has-submenu > a:after {
    content: "";
    right: 10px;
    display: inline-block;
    position: absolute;
    top: 40%;
    width: 4px;
    height: 7px;
    background: url(../img/drop-pipt-right.gif)
}

.tiled-menu .sub-menu:hover {
    overflow: visible
}

.tiled-menu .sub-menu a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 42px;
    height: 42px;
    padding: 0 28px;
    display: block;
    white-space: nowrap;
    opacity: .9
}

.tiled-menu .sub-menu a:hover {
    background: #475458;
    border-left: 2px solid #d2dee4;
    text-indent: -2px
}

.tiled-menu .sub-menu > li > ul {
    visibility: hidden;
    display: none;
    left: 100%;
    top: 0;
    padding-left: 2px
}

.tiled-menu .sub-menu > li:hover > ul {
    display: block;
    visibility: visible
}

.tiled-menu .sub-menu li ul li:first-child:before {
    display: none
}

#layout {
    margin: 50px 0 0;
}

.boxed_lay {
    max-width: 1220px;
    margin: 0 auto 20px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

#layout.no-title {
    margin-top: 0;
    margin-bottom: 0
}

#layout.magazine .mvb_t_row, .contacts-text .mvb_t_row {
    padding: 0
}

#layout.magazine {
    margin-top: 30px
}

#layout.magazine .mvb_container > section {
    border-bottom: none;
    margin-bottom: 35px;
    padding: 0
}

#layout.single-folio {
    margin-top: 30px
}

.page-template-page-contacts-php #layout {
    margin-top: 35px
}

body > iframe {
    display: none
}

.mvb_container > section {
    border-bottom: 1px solid #eaeaea
}

.row.no-padding {
    padding: 0
}

.row.extra-small-padding {
    padding: 10px 0
}

.row.small-padding {
    padding: 25px 0
}

.mvb_t_row, .row.medium-padding {
    padding: 45px 0
}

.row.more-medium-padding {
    padding: 60px 0 50px
}

.row.large-padding {
    padding: 85px 0 50px
}

.mvb_container section.row-wrapper:last-child {
    border-bottom: none
}

.blog-section.sidebar-both, .blog-section.sidebar-right2 {
    width: 75%;
    float: left
}

.blog-section.sidebar-both2 {
    width: 66.66%;
    float: left
}

.blog-section.sidebar-both2 #main-content {
    float: right;
    width: 50%
}

.blog-section.sidebar-both2 #left-sidebar {
    width: 50%
}

.blog-section.sidebar-left2 {
    width: 75%;
    float: right
}

.sidebar-both #left-sidebar.three {
    width: 33.3%;
    float: left
}

.sidebar-both #main-content.six {
    width: 66.6%;
    float: right
}

.sidebar-right2 #left-sidebar.three {
    width: 33.3%;
    float: right
}

.sidebar-right2 #main-content.six {
    width: 66.6%;
    float: left
}

.sidebar-left2 #main-content.six {
    width: 66.6%;
    float: right
}

.sidebar-left2 #right-sidebar.three {
    width: 33.3%;
    float: left
}

.sidebar-left #main-content.nine {
    float: right
}

.sidebar-left #left-sidebar.three {
    float: left
}

.single-post article.post .entry-thumb, article .entry-thumb {
    position: relative;
    margin-bottom: 17px
}

.single-post .byline.author.vcard {
    display: none
}

article .entry-thumb .comments-link {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 101, 101, .7);
    color: #fff;
    padding: 11px 15px;
    font-size: 12px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

article .entry-thumb .comments-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: rgba(255, 101, 101, .7) transparent transparent
}

article .entry-thumb .comments-link:hover {
    background: #ff6565
}

article .entry-thumb .comments-link:hover:before {
    border-color: #ff6565 transparent transparent
}

article .entry-thumb .comments-link a {
    color: inherit
}

.post-media {
    margin-bottom: 20px
}

.slide-post.orbit img, article .entry-thumb img {
    min-width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.post-sharrre .box {
    background: rgba(255, 101, 101, .7);
    color: #fff;
    padding: 0 55px 0 10px;
    font-size: 12px;
    line-height: 30px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.post-sharrre .left {
    display: block;
    white-space: nowrap;
    color: #fff;
    line-height: 30px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.post-sharrre .middle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 0;
    color: #fff;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    -webkit-transition: width .3s linear;
    -moz-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear
}

.post-sharrre .middle a {
    color: #fff;
    display: block;
    text-align: center;
    float: left;
    line-height: 30px;
    padding: 1px 8px;
    font-size: 11px
}

.post-sharrre .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    line-height: 30px;
    text-align: center
}

.post-sharrre .box:hover {
    padding-right: 130px
}

.post-sharrre .middle a:hover {
    text-decoration: none
}

.post-sharrre .box:hover .middle {
    width: 90px
}

article time {
    display: inline
}

article .date {
    width: 80px;
    height: 80px;
    display: block;
    background: #c2d1d9;
    color: #fff;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    float: left;
    margin-right: 20px
}

article .date .day {
    display: block;
    font-size: 34px;
    line-height: 1.2;
    padding-top: 8px;
    font-weight: 600
}

article .date .month {
    font-size: 14px
}

.horizontal .date {
    float: none;
    margin-bottom: 20px
}

article.post {
    position: relative;
    margin-bottom: 55px;
    padding-bottom: 35px;
    box-shadow: 0 1px 0 rgba(210, 211, 211, .4)
}

article.post h3.entry-title {
    font-size: 20px;
    font-weight: 600;
    color: #44505a;
    margin-bottom: 5px
}

article.post h3.entry-title a {
    color: inherit
}

article.post h3.entry-title a:hover {
    color: #ff6565
}

article.post .entry-content {
    margin-top: 20px;
    overflow: hidden
}

article.post .entry-content .flex-video {
    margin-bottom: 20px
}

article.post .post-format {
    clear: left;
    float: left;
    margin-right: 20px;
    width: 79px;
    height: 50px;
    font-size: 32px;
    line-height: 55px;
    text-align: center;
    color: #7f878a;
    box-shadow: 1px 0 rgba(194, 209, 217, .6)
}

.post-social {
    float: left;
    width: 80px;
    margin-right: 20px;
    text-align: center
}

.post-social .count {
    margin-top: 18px
}

h1.entry-title, h2.entry-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600
}

article.post .post-format.clearfix {
    margin-bottom: 20px
}

.about-author {
    padding: 5px 0 25px
}

.author-photo {
    float: left;
    margin: 0 24px 10px 0
}

.author-photo img {
    border-bottom: 3px solid #ff6565
}

.author-description > h4 {
    font-weight: 700;
    position: relative;
    top: -4px;
    margin-bottom: 4px
}

.author-description > h4 a {
    color: inherit
}

.author-description > h4 span {
    margin-left: 13px;
    padding-left: 13px;
    border-left: 1px solid #e4eef1;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #4f5559;
    height: 20px;
    line-height: 1.8em;
    position: relative
}

.share-icons {
    padding: 10px 0 20px
}

.share-icons a {
    font-size: 14px;
    margin-right: 10px;
    color: #d2d2d2
}

.share-icons a:hover {
    color: #ff6565
}

article.post .entry-title {
    font-family: "Segoe ui semibold", 'Source Sans pro', "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif
}

.entry-meta.dopinfo {
    font-size: 12px
}

#comments {
    margin-bottom: 55px
}

#comments > h3, #respond > h3 {
    font-size: 23px;
    font-weight: 400
}

.commentlist {
    margin: 0
}

.commentlist li {
    list-style: none;
    margin-bottom: 30px
}

.commentlist ul.children {
    margin-top: 30px;
    margin-left: 100px
}

.comment .ovh {
    padding-left: 20px
}

.comment .avatar-box {
    float: left;
    position: relative
}

.comment .avatar-box:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 50%;
    margin-top: -5px;
    right: 0
}

.comment-author {
    font-size: 12px
}

.comment-author .fn {
    font-style: normal;
    padding-bottom: 0
}

.comment-author .dop-link {
    margin-left: 13px;
    padding-left: 13px;
    border-left: 1px solid #e4eef1;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    line-height: 1.8em;
    position: relative
}

.comment-author .dop-link a {
    color: #4f5559;
    margin-right: 10px
}

.comment-content p {
    margin: 0
}

#comments h3, #respond h3 {
    margin-bottom: 25px;
    padding-bottom: 20px
}

#comments h3 span {
    color: #ff6565
}

#commentform {
    padding-bottom: 15px
}

.twitter-row {
    position: relative;
    min-height: 68px
}

.twitter-row a {
    font-style: italic
}

.twitter-row .icon {
    width: 68px;
    height: 68px;
    float: left;
    text-align: center;
    background-color: #36bae2
}

.twitter-row .icon i {
    color: #fff;
    font-size: 26px;
    line-height: 68px;
    position: relative
}

.twitter-row .twitter-item {
    color: #fff;
    display: none
}

.twitter-row .twitter-item .date {
    font-size: 14px;
    color: #a7b1b7;
    font-style: italic
}

.twitter-row .foot-tw-viewport .twitter-item {
    display: block;
    height: 60px
}

.tw-slider {
    padding: 15px 0 0 105px
}

.foot-tw-direction-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 31px;
    height: 65px
}

.foot-tw-direction-nav a {
    display: block;
    width: 31px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #88959c;
    -moz-transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.foot-tw-direction-nav a:hover {
    background-color: rgba(136, 149, 156, .7)
}

.foot-tw-prev {
    margin-bottom: 3px;
    background-image: url(../img/to-top.png)
}

.foot-tw-next {
    background-image: url(../img/to-bot.gif)
}

.foot-tw-direction-nav li {
    display: inline
}

#footer {
    clear: both;
    background: #464d51;
    color: #a7b2b9;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 15px 0 30px
}

#footer address {
    padding: 15px 0;
    color: #fff;
    line-height: 1.6
}

#footer .widget-title {
    font-size: 18px;
    color: #9facb3
}

#footer .box-name, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
    color: #fff
}

#footer .dopinfo, #footer h6 {
    color: inherit
}

.footer-menu li {
    display: inline-block;
    padding-left: 15px;
    font-size: 12px
}

.footer-menu li.last {
    margin: 0;
    padding: 0;
    background: 0 0
}

.footer-menu {
    float: right
}

.footer-menu a {
    color: #cfd7da
}

#sub-footer {
    background: #32373a;
    color: #fff;
    padding: 18px 0 10px
}

#sub-footer img {
    float: left;
    margin-right: 15px
}

#sub-footer .copyr {
    font-size: 12px;
    line-height: 2.5;
    color: #8b9499
}

#sub-footer .copyr a {
    color: #fff
}

#sub-footer .soc-icons {
    padding-left: 0
}

#footer .soc-icons a, #sub-footer .soc-icons a {
    color: #8b929d;
    font-size: 15px;
    background: 0 0;
    width: auto;
    padding-bottom: 20px;
    height: auto;
    text-align: center;
    border-radius: 0;
    text-indent: 0;
    margin-right: 10px
}

#footer .soc-icons a:hover, #sub-footer .soc-icons a:hover {
    border-bottom: 2px solid #ff6565
}

#footer .sub-menu {
    display: none
}

@font-face {
    font-family: soc-icons;
    src: url(../fonts/soc-icons.eot);
    src: url(../fonts/soc-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/soc-icons.woff) format("woff"), url(../fonts/soc-icons.ttf) format("truetype"), url(../fonts/soc-icons.svg#soc-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: soc-icons;
        src: url(../fonts/soc-icons.svg#soc-icons) format("svg")
    }
}

.soc_icon-amazon, .soc_icon-android, .soc_icon-apple, .soc_icon-behance, .soc_icon-blogger, .soc_icon-brw-chrome, .soc_icon-brw-explorer, .soc_icon-brw-firefox, .soc_icon-brw-opera, .soc_icon-brw-safari-02, .soc_icon-css3-01, .soc_icon-css3-02, .soc_icon-dbs-mysql, .soc_icon-dbs-postgresql, .soc_icon-deviantart, .soc_icon-digg, .soc_icon-dribbble, .soc_icon-dropbox, .soc_icon-evernote, .soc_icon-facebook, .soc_icon-feedburner, .soc_icon-flickr, .soc_icon-foursquare_2, .soc_icon-gmail, .soc_icon-google, .soc_icon-google__x2B_, .soc_icon-html5-01, .soc_icon-html5-02, .soc_icon-instagram, .soc_icon-last_fm, .soc_icon-linkedin, .soc_icon-livejournal, .soc_icon-mail, .soc_icon-odnoklassniki, .soc_icon-os-apple, .soc_icon-os-win-04, .soc_icon-paypal, .soc_icon-picasa, .soc_icon-pinterest, .soc_icon-rss, .soc_icon-rus-vk-01, .soc_icon-rus-vk-02, .soc_icon-skype, .soc_icon-tumblr, .soc_icon-twitter-2, .soc_icon-twitter-3, .soc_icon-vimeo, .soc_icon-wordpress, .soc_icon-xing, .soc_icon-youtube {
    font-family: soc-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.soc_icon-html5-01:before {
    content: "\e001"
}

.soc_icon-html5-02:before {
    content: "\e002"
}

.soc_icon-css3-01:before {
    content: "\e003"
}

.soc_icon-css3-02:before {
    content: "\e004"
}

.soc_icon-shopify:before {
    content: "\e00e"
}

.soc_icon-rus-yandex-01:before {
    content: "\e016"
}

.soc_icon-rus-vk-02:before {
    content: "\e017"
}

.soc_icon-rus-vk-01:before {
    content: "\e018"
}

.soc_icon-rus-yandex-02:before {
    content: "\e019"
}

.soc_icon-livejournal:before {
    content: "\e021"
}

.soc_icon-mailru:before {
    content: "\e024"
}

.soc_icon-dropbox:before {
    content: "\e028"
}

.soc_icon-os-apple:before {
    content: "\e051"
}

.soc_icon-os-win-04:before {
    content: "\e056"
}

.soc_icon-prog-wordpress:before {
    content: "\e0ae"
}

.soc_icon-instagram:before {
    content: "\e0c2"
}

.soc_icon-xing:before {
    content: "\e0c4"
}

.soc_icon-wordpress:before {
    content: "\e0c7"
}

.soc_icon-vimeo:before {
    content: "\e0cc"
}

.soc_icon-twitter-2:before {
    content: "\e0ce"
}

.soc_icon-twitter-3:before {
    content: "\e0cf"
}

.soc_icon-tumblr:before {
    content: "\e0d0"
}

.soc_icon-twitter-1:before {
    content: "\e0d1"
}

.soc_icon-stumble_upon:before {
    content: "\e0d3"
}

.soc_icon-share:before {
    content: "\e0d7"
}

.soc_icon-rss:before {
    content: "\e0da"
}

.soc_icon-pinterest:before {
    content: "\e0db"
}

.soc_icon-picasa:before {
    content: "\e0dc"
}

.soc_icon-odnoklassniki:before {
    content: "\e0de"
}

.soc_icon-linkedin:before {
    content: "\e0e5"
}

.soc_icon-last_fm:before {
    content: "\e0e6"
}

.soc_icon-google__x2B_:before {
    content: "\e0ee"
}

.soc_icon-foursquare_2:before {
    content: "\e0f2"
}

.soc_icon-facebook:before {
    content: "\e0f8"
}

.soc_icon-dribbble:before {
    content: "\e0fa"
}

.soc_icon-digg:before {
    content: "\e0fb"
}

.soc_icon-deviantart:before {
    content: "\e0fc"
}

.soc_icon-blogger:before {
    content: "\e101"
}

.soc_icon-behance:before {
    content: "\e103"
}

.soc_icon-baidu:before {
    content: "\e105"
}

.soc_icon-apple:before {
    content: "\e106"
}

.soc_icon-youtube:before {
    content: "\e109"
}

.light {
    background: #ff6565;
    color: #fff;
    padding: 0 5px 2px
}

body.admin-bar {
    padding-top: 30px
}

.delim {
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
    height: 8px;
    border-right: 1px solid #d2d3d3;
    opacity: .6
}

.post-tags {
    display: inline
}

.lang-sel {
    position: relative;
    padding: 5px;
    margin: 0 40px;
    font-size: 12px;
    height: 100%
}

.lang-sel.hovered ul {
    opacity: 1;
    visibility: visible
}

.lang-sel img {
    margin: 3px 10px 0 0;
    float: left
}

.lang-sel a {
    padding-bottom: 3px;
    display: block;
    color: inherit;
    line-height: 1.5
}

.lang-sel strong {
    margin-right: 10px;
    display: inline-block
}

.lang-sel ul {
    border: 1px solid #eaeced;
    position: absolute;
    top: 30px;
    right: -10px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    overflow: visible !important
}

.lang-sel ul > li {
    position: relative
}

.lang-sel ul > li a {
    color: inherit;
    display: block;
    padding: 3px 15px;
    font-size: 12px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.lang-sel ul > li:hover a {
    color: #fff;
    background-color: #ff6565
}

.head-soc-icons span {
    font-size: 11px;
    text-transform: uppercase
}

.head-soc-icons .soc-icons {
    display: inline-block;
    padding: 3px 0 0 10px
}

.in-content-social {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f4f4f4
}

.in-content-social .soc-icons a {
    background: 0 0;
    font-size: 16px;
    width: auto;
    height: auto;
    color: #d2d2d2;
    margin-right: 15px
}

.soc-icons a {
    color: #fff;
    font-size: 11px;
    width: 19px;
    height: 19px;
    margin-right: 2px;
    border-radius: 2px;
    line-height: 19px;
    background: #ff4a35;
    display: inline-block;
    text-align: center
}

.soc-icons a:hover {
    opacity: .6
}

.soc-icons a.tw {
    background: #00b0e4
}

.soc-icons a.fb {
    background: #2273b2
}

.soc-icons a.li, .soc-icons a.rss {
    background: #ff9a00
}

.soc-icons a.gp {
    background: #ff4a35
}

.soc-icons a.xi {
    background: #006567
}

.soc-icons a.vi {
    background: #2ea1af
}

.soc-icons a.in {
    background: #205877
}

.searchform {
    position: relative
}

.searchform .btn {
    background: url(../img/search-go-big.gif) 50% 50% no-repeat;
    width: 21px;
    height: 20px;
    overflow: hidden;
    text-indent: -999em;
    position: absolute;
    margin: 0;
    top: 6px;
    right: 5px;
    border: none;
    cursor: pointer
}

#top-panel .searchform input {
    font-size: 12px;
    margin: 0 0 12px;
    padding: 5px 5px 5px 13px;
    height: 28px
}

#top-panel .searchform .btn {
    background: url(../img/search-go.png) 50% 50% no-repeat;
    top: 0
}

.page-title-inner {
    color: #fff;
    display: table
}

.page-title-inner h1.page-title {
    display: table-cell;
    padding: 13px 35px 35px 0;
    box-shadow: 1px 0 0 rgba(255, 255, 255, .3);
    vertical-align: middle
}

.page-title-inner h1.page-title a {
    color: #fff;
    border-bottom: 1px dotted
}

.page-title-inner .page-title {
    font-size: 23px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: table-cell;
    padding: 0px 35px;
    box-shadow: 1px 0 0 rgba(255, 255, 255, .3);
    vertical-align: middle
}

.page-title-inner .subtitle {
    font-size: 23px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 30px 35px 35px 35px;
    display: table-cell;
    vertical-align: middle
}

.tax-product_cat h1.page-title {
    margin-left: 5px
}

.breadcrumbs {
    padding: 13px 15px;
    background: #ff6565;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0
}

.breadcrumbs a, .breadcrumbs a:hover {
    color: inherit
}

.breadcrumbs .del {
    font-size: 14px;
    line-height: 12px;
    padding: 0 8px
}

.page-nav {
    overflow: hidden;
    clear: both;
    margin: 30px 0 20px
}

.page-nav .newer, .page-nav .older {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    text-align: center;
    border: 2px solid;
    position: relative;
    text-indent: -999em
}

.page-nav a:before {
    text-indent: 0;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 18px;
    font-size: 11px;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    position: absolute
}

.page-nav .older:before {
    content: '\e805'
}

.page-nav .newer:before {
    content: '\e806'
}

.backtotop {
	color:#fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    display: block;
    z-index: 99999999;
    border: 3px solid;
    border-radius: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.backtotop.hidden {
    bottom: -100px
}

.backtotop:before {
    content: '\e3f9';
    font-family: moon;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 40px;
    font-size: 23px;
    line-height: 36px;
    left: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    position: absolute
}

.panel-sh {
    background: #f5f5f5;
    position: relative;
    padding: 25px 23px;
    line-height: 1.6
}

.panel-sh p {
    margin: 0;
    line-height: 1.6
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important
}

@media screen and (min-width: 1220px) {
    aside .fb-like-box, aside .fb-like-box span, aside .fb-like-box span iframe[style] {
        width: auto !important
    }
}

.easyPieChart {
    position: relative;
    text-align: center
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.icon-format {
    height: 31px;
    display: block;
    text-align: center;
    float: left
}

.icon-format i:before {
    content: '\e618';
    font-size: 24px;
    text-align: left;
    position: relative;
    top: 4px
}

.icon-format.gallery i:before {
    content: '\e61b'
}

.icon-format.video i:before {
    content: '\e605'
}

.gallery {
    margin: 10px 0 10px -4px
}

.gallery-item {
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail, .gallery-columns-4.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    text-align: center
}

.gallery-columns-3 .gallery-item {
    max-width: 31%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
    text-align: center
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    box-sizing: border-box;
    color: #fff;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
}

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

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

.entry-caption, .gallery-caption, .wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2
}

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

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

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

.req-clearing-container .carousel {
    overflow: hidden;
    padding-left: 1px
}

.flipbox {
    display: block;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px
}

.flipbox .back, .flipbox .front, .tile-item .back, .tile-item .front {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: inherit;
    height: inherit
}

.flipbox .front > div, .tile-item .front > div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 50% 0
}

.flipbox .back {
    z-index: 700
}

.no-flip .back {
    display: none
}

.ie .flipbox {
    overflow: hidden
}

.ie .flipbox .back {
    z-index: 1000;
    top: 300px
}

.flipbox .front {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden
}

.flipbox.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .2)
}

.flipbox .back {
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden
}

.flipbox.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg)
}

.flipbox .back, .flipbox .front, a.link:before {
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

#social-share {
    background: #f7f7f7;
    padding: 6px;
    border: 1px solid #e8e8e8
}

#social-share .post-like {
    display: inline-block;
    width: 19%;
    text-align: center;
    height: 24px;
    line-height: 26px
}

#social-share .post-like .alreadyvoted, #social-share .post-like a {
    display: inline-block;
    width: 22px;
    height: 13px;
    position: relative;
    padding-right: 7px
}

#social-share .post-like .alreadyvoted:before, #social-share .post-like a:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #c3c3c3;
    content: "\e304";
    font-family: moon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased
}

#social-share .post-like .count {
    position: relative;
    top: -1px
}

#social-share > span {
    display: inline-block;
    height: 24px;
    line-height: 26px;
    border-left: 1px solid #e8e8e8;
    width: 19%;
    text-align: center
}

#social-share > span:first-child {
    border-left: none
}

#social-share a {
    color: inherit
}

#social-share i {
    color: #c3c3c3;
    padding: 0 7px 0 0;
    font-size: 15px
}

#social-share .total {
    position: relative;
    top: -1px
}

.pages-nav {
    padding: 60px 0 30px;
    border-bottom: 1px solid #e4eef1
}

.pages-nav:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 60%;
    width: 11px;
    height: 11px;
    background: url(../img/row-nav.gif) center no-repeat
}

.pages-nav .to-folio {
    margin: 0 auto 0 -7px;
    width: 15px;
    height: 2em;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10
}

.pages-nav a {
    display: block;
    color: #ff6565
}

.pages-nav .prev-link {
    float: left;
    padding-left: 20px;
    position: relative
}

.pages-nav .prev-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 11px;
    background: url(../img/row-nav.gif) no-repeat
}

.pages-nav .next-link {
    float: right;
    padding-right: 20px;
    position: relative;
    text-align: right
}

.pages-nav .next-link:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 11px;
    background: url(../img/row-nav.gif) right 0 no-repeat
}

.promo_row_module img {
    margin-right: 10px;
    float: left;
    position: relative;
    margin-top: -6px
}

.promo_row_module h1, .promo_row_module h2, .promo_row_module h3, .promo_row_module h4, .promo_row_module h5, .promo_row_module h6 {
    margin: 0
}

.promo_row_module h2 {
    margin-bottom: 10px
}

span.normal-font {
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.read-more {
    padding-right: 12px;
    margin-top: 10px;
    display: inline-block;
    background: url(../img/more-right.gif) right center no-repeat;
    color: #929292;
    padding-bottom: 2px
}

.read-more:hover {
    color: inherit
}

.padding-top-90 h6 {
    margin: 8px 0
}

.textwidget h2 {
    margin-bottom: 0;
    margin-top: 0;
    color: inherit
}

.promo-text {
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.promo-text p {
    clear: both;
    padding: 15px 0;
    margin: 0
}

.promo-text li {
    opacity: .9;
    padding: 7px 0
}

.promo-text em {
    position: relative;
    top: 3px
}

.no-menu-box {
    text-align: center;
    padding-top: 95px
}

.fixed .no-menu-box {
    padding-top: 10px
}

.back-to-top {
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    background: url(../img/to-top.png) center no-repeat #ff6565
}

.entry-thumb {
    display: block;
    overflow: hidden;
    line-height: .5
}

.entry-thumb > img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -moz-transition: -moz-transform .4s ease-in-out;
    -o-transition: -o-transform .4s ease-in-out;
    transition: transform .4s ease-in-out
}

.entry-thumb:hover > img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.entry-thumb a.link {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    opacity: 0
}

.entry-thumb a.link:before {
    font-family: moon;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: block;
    width: 100%;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    content: "\e478";
    color: #ff6565;
    font-size: 2.3em;
    position: absolute;
    top: 50%;
    margin-top: -16px
}

.entry-thumb.prod-image-wrap a.link:before {
    font-family: fontello;
    content: '\e613';
    font-size: 54px;
    margin-top: -28px
}

.entry-thumb a.link:hover {
    opacity: 1;
    background: rgba(0, 0, 0, .5)
}

.entry-thumb a.link:hover:before {
    display: block
}

.widget_custom_menu_widget-1 li.menu-item {
    display: inline-block;
    margin-right: 10px
}

.page-numbers {
    display: block
}

.page-numbers li {
    display: block;
    float: left;
    font-size: 15px;
    margin-right: 2px;
    border: 1px solid #e4eef1
}

.page-numbers li a {
    display: block;
    padding: 3px 12px;
    color: inherit;
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear
}

.page-numbers li a:focus, .page-numbers li:hover a {
    background: #36bae2;
    color: #fff
}

.page-numbers li.unavailable a {
    cursor: default;
    color: inherit
}

.page-numbers li.unavailable a:focus, .page-numbers li.unavailable:hover a {
    background: 0 0
}

.page-numbers li.current a {
    background: #36bae2;
    color: #fff;
    font-weight: 700;
    cursor: default
}

.page-numbers li.current a:focus, .page-numbers li.current a:hover {
    background: #36bae2
}

.page-numbers li span a:focus, .page-numbers li span:hover a {
    background: #36bae2;
    color: #fff
}

.page-numbers li span.current {
    background: #36bae2;
    padding: 3px 12px;
    color: #fff;
    cursor: default
}

.filter, .tabs {
    list-style: none
}

.tabs {
    border-color: #e0e0e0
}

.tabs dd i, .tabs li i {
    font-size: 20px;
    padding-right: 15px
}

.filter li a {
    color: inherit
}

.recent-block .tabs dd {
    border: none !important
}

.tabs dd a, .tabs li a {
    font-weight: 400;
    border-right: 1px solid #75cde8;
    color: #fff;
    font-size: 14px
}

.tabs dd.active a, .tabs li.active a {
    border: 1px solid #eceff0;
    border-bottom: none;
    margin-bottom: 1px;
    color: #44505a
}

.tabs.horisontal dd a, .tabs.horisontal li a {
    background-color: #36bae2;
    border-bottom: 1px solid #eceff0;
    padding: 15px 25px;
    text-align: center
}

.tabs.horisontal dd, .tabs.horisontal li {
    display: inline-block;
    float: left;
    margin-bottom: 10px
}

.tabs.horisontal dd.active a, .tabs.horisontal li.active a {
    background-color: #fff;
    border-bottom: none
}

ul.tabs-content.contained > li {
    border: none;
    padding: 30px 0 0;
    width: 100%;
    display: none
}

ul.tabs-content .mini-news .entry-summary {
    margin-top: 0;
    padding-top: 0
}

ul.tabs-content > li {
    display: none
}

ul.tabs-content > li.active {
    display: block
}

.widget_crum_widget_tabs .icon-format {
    font-size: 30px;
    margin-right: 20px
}

.widget_crum_crum_widget_tabs .tabs dd, .widget_crum_crum_widget_tabs .tabs li {
    width: 33.3%;
    max-width: 150px
}

.widget_crum_crum_widget_tabs .tabs a {
    display: block
}

.tabs.vertical dd.active, .tabs.vertical li.active {
    border: none;
    margin: 0
}

.tabs.vertical dd.active .icon, .tabs.vertical li.active .icon {
    background: #28b6dc
}

.tabs.vertical dd.active a, .tabs.vertical li.active a {
    border: none;
    background: #2dafd6;
    color: #fff;
    margin: 0
}

.tabs.vertical dd.active i, .tabs.vertical li.active i {
    color: #fff
}

.tabs.vertical dd a, .tabs.vertical li a {
    border: none;
    display: block;
    position: relative;
    font-size: 14px;
    height: auto;
    line-height: 1.2;
    padding: 10px 15px;
    background: #36bae2
}

.tabs.vertical dd a .tab-title, .tabs.vertical li a .tab-title {
    padding: 7px 15px 7px 0;
    margin-right: 32px;
    display: block
}

.tabs.vertical dd a .icon, .tabs.vertical li a .icon {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    right: 0;
    text-align: center;
    line-height: 2.5;
    background: #63c9e8
}

.tabs.vertical dd i, .tabs.vertical li i {
    padding-right: 0
}

.filter li {
    float: left
}

.filter li a {
    position: relative
}

.filter li.active a:after {
    height: 3px;
    opacity: 1
}

.filter li a:after {
    content: "";
    height: 0;
    opacity: 0;
    width: 24px;
    background: #ff6565;
    position: absolute;
    bottom: -10px;
    left: 0;
    max-width: 60%
}

.filter li a:hover::after {
    height: 3px;
    opacity: 1;
    bottom: -10px
}

.tabs.horisontal.no-styling {
    margin: 0;
    padding: 0
}

.tabs.horisontal.no-styling dd, .tabs.horisontal.no-styling li {
    height: auto;
    line-height: 1
}

.tabs.horisontal.no-styling dd a {
    color: inherit;
    text-transform: uppercase;
    font-size: 12px
}

.tabs.horisontal.no-styling dd.active a {
    color: #ff6565
}

ul.tabs-content.contained.folio-wrap > li {
    padding: 7px 0 0;
    list-style: none
}

.vertical_tabs_module .vertical.tabs .icon i {
    line-height: 2.5
}

#commentform #submit, #wp-submit, .button {
    width: auto;
    background: #36bae2;
    box-shadow: none;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 12px 32px;
    position: relative;
    text-align: center;
    border-radius: 2px;
    border: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

#commentform #submit:hover, #wp-submit:hover, .button:hover {
    color: #fff;
    background: #20b2de
}

#commentform #submit:active, #wp-submit:active, .button:active {
    box-shadow: 0 1px #1da0c8;
    top: 2px
}

#commentform #submit.button-primary, #commentform #submit.flat, #wp-submit.button-primary, #wp-submit.flat, .button.button-primary, .button.flat {
    box-shadow: none;
    font-family: "Futura","Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 300
}

#commentform #submit.button-primary:hover, #commentform #submit.flat:hover, #wp-submit.button-primary:hover, #wp-submit.flat:hover, .button.button-primary:hover, .button.flat:hover {
    color: #fff;
    background: #1da0c8
}

#commentform #submit.button-primary:active, #commentform #submit.flat:active, #wp-submit.button-primary:active, #wp-submit.flat:active, .button.button-primary:active, .button.flat:active {
    background: #167d9c
}

#commentform #submit.square, #wp-submit.square, .button.square {
    border-radius: 0
}

.button-icon {
    padding-right: 55px
}

.button-icon .icon {
    position: absolute;
    top: 50%;
    margin: -14px 10px 0 0;
    right: 0;
    width: 40px;
    height: 28px;
    line-height: 28px;
    font-size: 18px
}

input.button[type=submit], input.medium.button[type=submit] {
    padding: 8px 20px
}

.buttons .button.checkout {
    margin-left: 2%;
    color: #fff
}

.button.small {
    font-size: .9em;
    font-weight: 400;
    padding: 7px 15px
}

.button.large {
    font-size: 2em;
    font-weight: 400;
    padding: 12px 30px
}

.button.white {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px 25px;
    border-radius: 2px;
    box-shadow: none
}

.button.white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
    border-color: #fff;
    box-shadow: none;
    top: 0
}

.button.green {
    color: #fff;
    background-color: #2ecc71;
    box-shadow: 0 3px #29b564
}

.button.green:hover {
    color: #fff;
    background: #33d176
}

.button.green:active {
    box-shadow: 0 1px #29b564;
    top: 2px
}

#commentform #submit, #wp-submit.button-primary, .button.red {
    color: #fff;
    background-color: #ff6565;
    box-shadow: 0 3px #d76565
}

#commentform #submit:hover, #wp-submit.button-primary:hover, .button.red:hover {
    color: #fff;
    background: #ff4b4b
}

#commentform #submit:active, #wp-submit.button-primary:active, .button.red:active {
    box-shadow: 0 1px #D76565;
    top: 2px
}

a.text-button {
    display: inline-block;
    border: 2px solid #fff;
    background: 0 0;
    color: #fff;
    padding: 9px 25px;
    font-size: 14px;
    border-radius: 2px;
    text-transform: uppercase
}

a.text-button:hover {
    background: rgba(255, 255, 255, .3);
    border: 2px solid #fff
}

a.button.text-button, a.button.text-button:hover {
    border: 2px solid #8cd6ef
}

div.alert-box {
    border-color: #f1f1f1;
    background: #fff;
    border-left: 3px solid #f1f1f1;
    font-size: inherit;
    text-shadow: none;
    font-weight: 400;
    color: inherit;
    padding: 13px
}

div.alert-box.alert {
    background-color: inherit;
    text-shadow: none;
    border-left: 3px solid #f37a6b;
    color: inherit
}

div.alert-box.success {
    background-color: inherit;
    text-shadow: none;
    border-left: 3px solid #4e9a21;
    color: inherit
}

.entry-thumb {
    position: relative
}

.entry-thumb:hover .hover-box:before {
    border-bottom-width: 27px;
    border-left-width: 27px
}

.entry-thumb:hover .hover-box:after {
    border-top-width: 27px;
    border-right-width: 27px
}

.hover-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    filter: alpha(opacity=0)
}

.portfolio-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

.hover-box .more-link, .hover-box .zoom-link {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    opacity: 0
}

.hover-box .zoom-link {
    right: 0
}

.hover-box .more-link:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    content: "\e2cd";
    font-family: moon;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #ff6565;
    font-size: 32px;
    margin-right: -20px;
    right: 0
}

.hover-box .zoom-link:before {
    content: "\e1ba";
    font-family: moon;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #ff6565;
    font-size: 32px;
    margin-left: 20px;
    left: 0
}

.hover-box.hovered .zoom-link, .hover-box:hover .zoom-link, .zoom.hovered .zoom-link, .zoom:hover .zoom-link {
    opacity: 1;
    left: 50%
}

.hover-box.hovered .more-link, .hover-box:hover .more-link {
    opacity: 1;
    right: 50%
}

.hover-box.hovered .post-like, .hover-box:hover .post-like {
    display: block
}

.hover-box .post-like {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 1.3
}

.hover-box .like:before {
    content: "\e304";
    font-size: 14px !important;
    font-family: moon;
    font-style: normal;
    font-weight: 400;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #ff6565;
    display: block;
    float: left;
    margin-right: 10px;
    -moz-transition: all .2s ease-out .1s;
    -webkit-transition: all .2s ease-out .1s;
    -o-transition: all .2s ease-out .1s
}

.pricing-table {
    border: 2px solid #f0f0f0;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.pricing-table * {
    list-style: none;
    line-height: 1
}

.pricing-table .title {
    background-color: #f7f7f7;
    padding: 2.14286em;
    text-align: left;
    color: #5d6568;
    font-size: 1em;
    border-radius: 0;
    position: relative;
    line-height: 1.3;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.pricing-table .title .icon {
    font-size: 2.85714em;
    color: #ff6565
}

.pricing-table .title .nazv {
    font-size: 1.71429em;
    font-weight: 400;
    display: block;
    margin: 1.28571em 0
}

.pricing-table .title .item-price {
    display: block;
    margin: 1.28571em 0
}

.pricing-table .title .price {
    font-size: 1.78571em
}

.pricing-table .title .period {
    font-size: 1em
}

.pricing-table .mini-desc {
    line-height: 1.5
}

.pricing-table .bullet-item {
    padding: 1.21429em 2.14286em;
    text-align: left;
    color: #5d6568;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0
}

.pricing-table .bullet-item:last-child {
    border-bottom: none
}

.pricing-table .cta-button {
    text-align: left;
    padding: 1.42857em
}

.pricing-table:hover {
    border: 2px solid #36bae2
}

.pricing-table:hover::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #36bae2 transparent transparent;
    z-index: 10
}

.pricing-table:hover::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: url(../img/check.gif) center no-repeat;
    width: 10px;
    height: 11px;
    z-index: 20
}

.pricetable-featured .pricing-table .title {
    background-color: #ff6565;
    color: #fff
}

.pricetable-featured .pricing-table .title .icon {
    color: #fff
}

.pricetable-column {
    float: left;
    padding: 0 10px
}

.pricetable-first {
    padding-left: 0
}

.pricetable-last {
    padding-right: 0
}

.page-block-title {
    padding-bottom: 12px;
    margin-bottom: 15px
}

.anti-spam-question {
    padding-top: 10px
}

.cont-text {
    margin-bottom: 20px
}

#map {
    height: 540px;
    width: 100%;
    margin: 0 0 35px
}

.map-holder {
    position: relative
}

.map-holder .box-text {
    position: absolute;
    margin: 20px 20px 0 0;
    top: 0;
    right: 0;
    color: #fff;
    padding: 25px;
    background: #36bae2;
    max-width: 350px
}

.map-holder .box-text strong {
    font-weight: 400
}

.map-holder .box-text p {
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 1em;
    line-height: 2
}

.map-holder .box-text #qr_code {
    margin-top: 20px
}

.map-holder *, .map-holder :after, .map-holder :before {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}

.map-holder img {
    max-width: none
}

.map-holder label {
    width: auto;
    display: inline
}

.map-holder .noscroll {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
    text-align: center
}

#page_feedback {
    padding: 30px 48px;
    background: #f5f5f5;
    margin-bottom: 20px
}

.sort-panel {
    margin-bottom: 20px;
    clear: both
}

.sort-panel a {
    padding: 0 20px 0 0
}

.works-list {
    clear: both
}

.project {
    margin-bottom: 20px
}

.three.columns.project {
    margin-bottom: 30px
}

.project .entry-thumb {
    margin-bottom: 0
}

.project.round .entry-thumb > img {
    border-radius: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none
}

.project.round .entry-thumb .hover-box {
    border-radius: 100%
}

.project.round .entry-thumb:hover .hover-box:after, .project.round .entry-thumb:hover .hover-box:before {
    display: none
}

.project-title {
    text-transform: uppercase
}

.project .entry-content {
    margin-top: 20px
}

.project.one-photo {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef
}

.project.one-photo .entry-thumb img {
    min-width: 100%
}

.single-my-product .project.one-photo {
    padding-bottom: 0;
    border: none
}

.project-info {
    margin: -2px 0 3px;
    font-size: 12px;
    text-transform: uppercase
}

.person-list {
    list-style: none;
    padding: 20px 0;
    font-style: italic
}

.one-photo .person-list {
    padding: 20px 0
}

.person-list li {
    padding-bottom: 9px;
    font-size: 13px
}

.folio-item .entry-thumb {
    line-height: .1;
    margin-bottom: 8px
}

.folio-item .dopinfo {
    text-transform: uppercase;
    font-size: 12px
}

.portfolio-item-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px
}

.single-my-product .person-list li {
    font-size: 14px
}

.one-photo li {
    padding-bottom: 5px
}

.one-photo .project .entry-content {
    padding-top: 10px
}

.person-list strong {
    font-weight: 400
}

.person-list b {
    padding-right: 5px;
    font-size: 11px;
    font-weight: 400
}

#grid-folio .project, .project.four {
    margin-bottom: 35px
}

#grid-folio .project .box-name, .project .box-name {
    margin-top: 10px;
    margin-bottom: 2px
}

#grid-folio .project .project-info, #grid-folio .project .project-title, .project.four .project-info, .project.four .project-title {
    text-align: center
}

.project-social > div {
    float: left;
    width: 80px
}

.single-folio-video {
    margin-bottom: 40px;
    overflow: hidden
}

#my-work-slider {
    clear: both;
    position: relative
}

#my-work-slider > img {
    display: none
}

#my-work-slider:hover .my-work-control-thumbs {
    opacity: 1
}

#my-work-slider .my-work-control-thumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 18px;
    left: 19px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out
}

#my-work-slider .my-work-control-thumbs li {
    float: left;
    margin-right: 10px;
    padding: 0;
    line-height: .5;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .5);
    cursor: pointer
}

.folio-dopinfo {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    color: #929da0;
    font-size: .85714em
}

.folio-dopinfo a {
    color: inherit
}

.folio-dopinfo i {
    display: block;
    float: left;
    position: relative;
    width: 52px;
    height: 52px;
    color: #fff;
    background: #ff6565;
    margin-right: 17px
}

.folio-dopinfo i:before {
    line-height: 52px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 30px;
    margin: 0 0 0 3px
}

.folio-info .tabs {
    margin: 13px 0 0;
    padding: 0;
    list-style: none
}

.folio-info .tabs-content {
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
    padding: 25px
}

.folio-info .tabs.horisontal dd {
    display: inline-block;
    float: left
}

.folio-info .tabs.horisontal dd.active:first-child a {
    margin-left: 0
}

.folio-info .tabs.horisontal dd.active a {
    background: #f7f7f7;
    border-color: #dfdfdf;
    bottom: -1px;
    position: relative;
    margin: 0 1px
}

.folio-info ul.tabs-content.contained > li {
    padding-top: 10px
}

#grid-folio .project {
    width: 33%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 0
}

#grid-folio.col-4 .project {
    width: 25%
}

#grid-posts.col-2 article.small-news {
    width: 50%;
    border-bottom: 1px dotted #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 30px
}

#grid-posts .orbit img.fluid-placeholder, #grid-posts.col-2.and-side .orbit img.fluid-placeholder {
    max-height: 250px
}

#grid-posts.col-2 .orbit img.fluid-placeholder {
    max-height: 280px
}

#grid-posts .entry-summary, .module {
    clear: both
}

.image_module {
    line-height: .5
}

.video-box {
    float: none;
    display: block;
    clear: both;
    width: 100%
}

.tabs_module .tabs {
    padding-top: 13px
}

.to-action-block.align-center {
    text-align: center
}

.to-action-block.align-center .button-holder {
    float: none;
    margin: 0;
    text-align: center
}

.to-action-block .block-title p {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600
}

.to-action-block .block-title p span {
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.to-action-block p {
    margin: 0
}

.to-action-block .description {
    color: #889295;
    font-size: 13px;
    text-transform: uppercase
}

.to-action-block .button-holder {
    text-align: center
}

.to-action-block .text-holder {
    text-align: right;
    padding-right: 20px
}

.gallery-wrap {
    margin-left: -1%
}

.gallery-wrap .folio-item {
    float: left;
    position: relative;
    margin-left: 1%
}

.gallery-wrap .folio-item a.more-link span {
    top: 30px
}

.twelve > .gallery-wrap > .folio-item > img {
    min-width: 100%;
    display: block
}

.twelve > .gallery-wrap > .folio-item {
    width: 32.3%
}

.crum_galleries_widget .entry-thumb, .widget_crum_galleries_widget .entry-thumb {
    margin-bottom: 0
}

.team_module .block-title {
    color: inherit
}

.team_module.left-avatar .avatar {
    margin-bottom: 0;
    margin-right: 20px;
    float: left
}

.team_module.left-avatar .team_member_box .soc-icons {
    padding-top: 0
}

.team_member_box .avatar {
    min-height: 180px;
    margin-bottom: 25px
}

.team_member_box .block-title {
    font-size: 18px
}

.team_member_box .dopinfo {
    padding-top: 0;
    color: inherit;
    text-transform: uppercase;
    opacity: .7
}

.team_member_box .text {
    margin-top: 14px;
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    opacity: .8;
    overflow: hidden
}

.team_member_box .text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 3px;
    background: #ff6565
}

.team_member_box .soc-icons {
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, .1);
    padding-top: 20px
}

.team_member_box .soc-icons a {
    color: inherit;
    background: 0 0;
    font-size: 12px;
    margin-right: 7px;
    opacity: .7
}

.team_member_box .soc-icons a:hover {
    opacity: 1;
    color: inherit
}

.features_module_img {
    margin-left: -3px
}

.feature-block-image .picture {
    margin-bottom: 20px;
    position: relative;
    line-height: .5
}

.feature-block-image .picture:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 0 32px;
    border-color: transparent transparent transparent #ff6565;
    -moz-transition: border-width .2s linear;
    -webkit-transition: border-width .2s linear;
    -o-transition: border-width .2s linear;
    transition: border-width .2s linear
}

.feature-block-image .picture:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 10;
    width: 32px;
    height: 32px;
    background: url(../img/plus.gif) 6px 18px no-repeat;
    -moz-transition: background-position .2s linear;
    -webkit-transition: background-position .2s linear;
    -o-transition: background-position .2s linear;
    transition: background-position .2s linear
}

.feature-block-image .picture:hover:before {
    border-width: 64px 0 0 64px
}

.feature-block-image .picture:hover:after {
    background-position: 18px 6px
}

.feature-block-image .feature-title {
    padding-top: 24%;
    width: 100%;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 46px;
    font-weight: 900
}

.feature-block-image .feature-title .subtitle {
    font-size: 12px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: inherit;
    position: relative;
    top: -3px
}

.feature-block-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block
}

.feature-block-image .content {
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f2f2
}

.tiles-block .tile-item {
    width: 135px;
    height: 135px;
    margin: 0 3px 3px 0;
    float: left
}

.tiles-block .tile-item .front {
    text-align: center
}

.tiles-block .tile-item .back {
    padding: 10px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.tiles-block .tile-item i {
    line-height: 125px;
    font-size: 48px;
    color: #a4eeff
}

.tiles-block .tile-item a.link {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.tiles-block .tile-title {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: left
}

.charts-box {
    margin-right: 70px;
    position: relative
}

.charts-box canvas {
    margin: 0 auto 0 20px;
    display: block
}

.charts-box i {
    display: inline-block;
    color: inherit
}

.charts-box .percent {
    font-size: 47px;
    line-height: 1;
    color: inherit;
    padding-bottom: 15px;
    border-bottom: 2px solid #ff6565;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: block;
    float: left;
    margin-right: 20px
}

.charts-box .percent span {
    font-size: 27px;
    position: relative;
    top: -12px
}

.charts-box .title {
    overflow: hidden;
    color: inherit;
	width:80%;
}

.charts-box .block-title, .charts-box .dopinfo {
    color: inherit
}

.charts-box .dopinfo {
    text-transform: uppercase;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    opacity: .9
}

.charts-box .text {
    position: relative;
    line-height: 1.5;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding-top: 20px;
    opacity: .9;
    clear: both
}

.chart-wrapper {
    width: 300px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
}

.charts-box.normal {
    margin-top: 0px
}

.charts-box.normal .chart-wrapper {
    width: 270px
}

.charts-box.normal .chart-wrapper i {
    margin: 84px 0 0 -5px;
    font-size: 2.8em
}

.charts-box.normal canvas {
    margin-bottom: 0px
}

.charts-box.large .chart-wrapper i {
    margin: 100px 0 0;
    font-size: 3em
}

.charts-box.large canvas {
    margin-bottom: 32px
}

.charts-box .percent {
    text-indent: 0
}

.charts-box-content .text, .charts-box-content .title {
    text-align: left
}

.news-row .item {
    margin: 0 3px 0 0;
    padding: 0
}

.news-row .entry-thumb {
    position: relative
}

.news-row .entry-thumb .mini-comm-count {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
    font-size: 13px;
    padding-left: 25px;
    line-height: 12px
}

.entry-thumb .mini-comm-count:before {
    content: "\e164";
    font-family: moon;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #ff6565
}

.news-row .entry-thumb:hover .mini-comm-count {
    display: block
}

.news-row .box-name {
    margin-top: 18px;
    margin-bottom: 5px;
    color: #595f61
}

.news-row .box-name a, .news-row .box-name a:first-letter, .news-row .box-name:first-letter, .news-row .box-name:first-letter:first-letter {
    color: inherit
}

.news-row .dopinfo {
    font-size: 12px;
    padding-top: 0
}

.news-row article .entry-thumb a.link:before {
    line-height: 1
}

.entry-summary {
    margin-top: 20px
}

.post-carousel-item .item {
    padding: 75px 50px 0;
    color: #fff;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    height: 245px;
    position: relative
}

.post-carousel-item .item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, .7)
}

.post-carousel-item .icon-format {
    color: #ff6565;
    border-right: 1px solid #fff;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0
}

.post-carousel-item .entry-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    z-index: 10
}

.post-carousel-item .entry-title a {
    color: inherit
}

.post-carousel-item .text {
    position: relative;
    z-index: 10;
    clear: both;
    padding-top: 15px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.block-news-feature {
    position: relative
}

.post-carousel-direction-nav {
    width: 100%;
    list-style: none
}

.post-carousel-direction-nav a {
    display: block;
    width: 21px;
    height: 47px;
    position: absolute;
    top: 50%;
    margin-top: -24px
}

.post-carousel-direction-nav .post-carousel-prev {
    left: 7px;
    background: url(../img/to-left-mini.png) no-repeat
}

.post-carousel-direction-nav .post-carousel-next {
    right: 3px;
    background: url(../img/to-right-mini.png) no-repeat
}

.featured-news .entry-thumb {
    position: relative
}

.featured-news .horizontal .date {
    float: left;
    margin-bottom: 20px
}

.featured-news h3.entry-title {
    font-size: 20px;
    font-weight: 800;
    color: #44505a;
    margin-bottom: 5px
}

.featured-news h3.entry-title a {
    color: inherit
}

.featured-news h3.entry-title a:hover {
    color: #ff6565
}

.featured-news .entry-summary {
    padding: 10px 0 20px
}

article.mini-news {
    margin-bottom: 2px;
    min-height: 80px;
    padding: 14px;
    position: relative;
}

article.mini-news:last-child {
    margin-bottom: 0
}

article.mini-news .entry-thumb {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0
}

article.mini-news p {
    margin-bottom: 0
}

article.mini-news .dopinfo {
    padding-top: 6px;
    overflow: hidden
}

article.mini-news .entry-title {
    font-size: 16px;
    padding: 0 0 5px;
    margin-top: -2px;
    font-weight: 400
}

article.mini-news .entry-summary {
    padding-top: 14px;
    overflow: hidden
}

article.mini-news .box-name a {
    color: inherit
}

article.mini-news .box-name a:hover {
    color: #ff6565
}

article.mini-news .mini-comm-count {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    display: block;
    background: #ff6565;
    color: #fff
}

.recent-wrap .desc-text {
    line-height: 1.6
}

.recent-wrap .desc-text p {
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.recent-wrap .wrap {
    position: relative;
    line-height: .8
}

.recent-wrap .item {
    position: relative;
    line-height: .5;
    float: left;
    padding: 0 3px 3px 0
}

.recent-wrap .big-element.item {
    width: 50%
}

.recent-wrap .small-element.item {
    width: 25%
}

.skills_widget {
    padding: 120px 0
}

.skills_widget .skill-wrap {
    position: relative;
    margin: 0 150px
}

.skills_widget .finish-label, .skills_widget .start-label {
    font-size: 18px;
    font-weight: 600;
    color: #ff6565;
    line-height: 2
}

.skills_widget .start-label {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #e4eef1
}

.skills_widget .finish-label {
    float: right;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e4eef1
}

.skills_widget .line hr {
    margin: 18px 0;
    border-color: #e4eef1;
    clear: none
}

.skills_widget .skill-item {
    position: absolute;
    margin-left: -50px
}

.skills_widget .skill-item.top {
    bottom: 35px
}

.skills_widget .skill-item.top .percent:after {
    background: url(../img/skill-pipt-bott.png) no-repeat;
    bottom: -23px
}

.skills_widget .skill-item.bot {
    top: 0
}

.skills_widget .skill-item.bot .percent:after {
    background: url(../img/skill-pipt-top.png) no-repeat;
    top: -23px
}

.skills_widget .skill-item.left {
    text-align: right
}

.skills_widget .skill-item.left .item-title {
    right: 105px
}

.skills_widget .skill-item.right {
    text-align: left
}

.skills_widget .skill-item.right .item-title {
    left: 105px
}

.skills_widget .skill-item .percent {
    display: inline-block;
    line-height: 80px;
    height: 85px;
    width: 85px;
    background: #c2d1d9;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-align: center
}

.skills_widget .skill-item .percent:after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 23px;
    left: 50%;
    margin-left: -5px;
    z-index: 1
}

.skills_widget .skill-item .percent span {
    font-size: 18px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.skills_widget .skill-item .item-title {
    display: inline-block;
    position: absolute;
    top: 20px
}

.skills_widget .skill-item .item-title span {
    display: block;
    white-space: nowrap
}

.skills_widget .skill-item .item-title .subtitle {
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    opacity: .75;
    font-size: .85714em
}

.skills_widget .skill-item .item-title .title {
    font-size: 1.28571em;
    font-weight: 600;
    color: #44505a
}

.crum_stiky_news {
    display: table;
    width: 100%;
    background: #798992;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    position: relative
}

.crum_stiky_news:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
}

.crum_stiky_news .blocks-label {
    display: table-cell;
    vertical-align: middle;
    padding: 0 32px 0 0;
    font-size: 18px;
    text-align: center;
    background: url(../img/sticky-news-bg.gif) right repeat-y #464d51;
    white-space: nowrap
}

.crum_stiky_news a {
    color: inherit
}

.crum_stiky_news p {
    margin-bottom: 0
}

.crum_stiky_news .blocks-text {
    display: table-cell;
    padding: 8px 30px;
    border-left: none;
    background: #798992
}

.about_author_widget .avatar {
    float: left;
    margin-bottom: 20px;
    padding-top: 5px
}

.about_author_widget .avatar img {
    border-radius: 100em;
    display: block
}

.about_author_widget .text {
    padding: 5px 0 0 35px;
    margin: 10px 0 20px 145px;
    position: relative;
    border-left: 1px solid #e7e7e7
}

.about_author_widget .text h5 {
    padding-bottom: 10px
}

.about_author_widget .additional-links {
    float: right
}

.about_author_widget .additional-links a {
    margin: 0 10px;
    color: inherit;
    font-weight: 400
}

.about-me-block .text {
    padding: 10px;
    margin: 10px;
    line-height: 1.5
}

.about_author_widget .quote-author {
    margin-bottom: 7px;
    font-size: 17px;
    display: inline
}

.about_author_widget .quote-sub {
    font-style: italic
}

.accodion_module .content {
    display: none
}

.accodion_module .active .content {
    display: block
}

.accodion_module .title {
    border: none;
    display: block;
    position: relative;
    font-size: 14px;
    height: auto;
    line-height: 1.2;
    padding: 10px 15px;
    background: #36bae2;
    color: #fff;
    cursor: pointer
}

.accodion_module .title .tab-title {
    padding: 7px 15px 7px 0;
    margin-right: 32px;
    display: block
}

.accodion_module .title .icon {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    right: 0;
    text-align: center;
    line-height: 2.5;
    font-size: 20px
}

.accodion_module .title:hover {
    background: #63c9e8
}

.accodion_module ul.accordion > li.active .title {
    background: #2dafd6
}

.accodion_module ul.accordion p {
    margin: 0
}

.accodion_module ul.accordion {
    margin: 0 0 22px;
    border-bottom: none;
    padding: 0;
    list-style: none
}

.accodion_module ul.accordion > li .content {
    padding: 15px 5px
}

.clients_module .description {
    clear: both;
    padding-top: 50px
}

.clients-list {
    text-align: center;
    position: relative
}

.clients-list .clients-direction-nav {
    position: absolute;
    width: 98%;
    top: 50%;
    margin-top: -20px;
    list-style: none
}

.clients-direction-nav a {
    display: block;
    width: 31px;
    height: 31px;
    -moz-transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.clients-direction-nav a:hover {
    background-color: rgba(92, 92, 92, .6)
}

.clients-direction-nav .clients-prev {
    position: absolute;
    left: 0;
    background: url(../img/to-left.gif) center no-repeat #5c5c5c
}

.clients-direction-nav .clients-next {
    position: absolute;
    right: 0;
    background: url(../img/to-right.gif) center no-repeat #5c5c5c
}

.clients-item {
    display: block;
    position: relative;
    height: 130px;
    width: 180px;
    margin-right: 20px;
    float: left
}

.clients-item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.clients-item a:hover {
    opacity: .4
}

.clients-item:last-child {
    border-right: none
}

.info-butt {
    margin: 20px 0 40px;
    padding: 0 20px
}

.info-butt h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19px
}

.info-butt p {
    margin-bottom: 20px
}

.info-butt .button {
    margin-top: 10px
}

.feature-box {
    position: relative
}

.feature-box .block-title a {
    color: inherit
}

.feature-box .subtitle {
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    opacity: .8
}

.feature-box.al-left .icon, .feature-box.al-left .image {
    margin-right: 25px;
    float: left
}

.feature-box.al-left .block-title {
    padding-top: 43px
}

.feature-box.al-left .feat-block-content {
    clear: both;
    padding-top: 30px
}

.list-box .feature-box.al-left .block-title {
    padding-top: 0
}

.list-box .feature-box.al-left .feat-block-content {
    clear: none;
    padding-top: 0;
    overflow: auto
}

.list-box .feature-box.al-left li {
    color: #767e81;
    padding-bottom: 8px
}

.list-box .feature-box.al-left a {
    color: inherit
}

.list-box ul {
    list-style: none
}

.feature-box.al-right .feature-img, .feature-box.al-right .icon {
    margin-left: 25px;
    float: right
}

.feature-box.al-top .icon {
    margin-bottom: 40px
}

.feature-box.al-top .feature-img {
    margin-bottom: 30px
}

.feature-box .icon {
    width: 134px;
    height: 134px;
    position: relative;
    color: #fff;
    z-index: 10
}

.feature-box .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 32px;
    margin: -22px 0 0 -16px
}

.feature-box a.link {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.feature-box .back {
    background: #ff6565
}

.feature-box .front {
    background-color: #61727b
}

.feat-block-content {
    overflow: hidden
}

.single-icon {
    -webkit-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    margin-bottom: 30px
}

.features_module_vertical .feature-box {
    overflow: hidden;
    margin-bottom: 20px
}

.features_module_vertical .feature-box:last-child {
    margin-bottom: 0
}

.features_module_vertical .single-icon, .features_module_vertical .single-image {
    float: left;
    margin-right: 20px
}

.features_module_vertical h6 {
    margin-top: 5px;
    font-size: 12px
}

.features_module_vertical p {
    opacity: .8
}

.info-box .title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: .1em
}

.info-box p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0
}

.info-box i.icon {
    position: relative;
    top: 4px
}

.info-box.al-right .icon {
    margin-left: 20px
}

.info-box.al-left i.icon {
    margin-right: 20px;
    width: 80px;
    text-align: center
}

.list-blocks {
    position: absolute;
    right: 0;
    top: 5px
}

.list-blocks a {
    width: 23px;
    height: 23px;
    display: block;
    float: right;
    opacity: .4;
    margin-left: 5px;
    background-image: url(../../assets/img/arrow-slide.png);
    background-repeat: no-repeat
}

.list-blocks a.flex-next {
    background-position: 0 0
}

.list-blocks a.flex-prev {
    background-position: 0 -26px;
    float: left
}

.list-blocks a:hover {
    opacity: 1
}

.recent-block ul.tabs-content {
    margin: 0
}

.recent-block .tabs {
    height: auto;
    border: none
}

.recent-block .tabs.horisontal dd a, .recent-block .tabs.horisontal li a {
    border: none;
    background-color: transparent;
    padding: 0 10px 0 0;
    display: inline-block;
    position: relative
}

.recent-block .tabs.horisontal dd a:hover, .recent-block .tabs.horisontal dd.active a {
    color: #7a7f80
}

.recent-block .tabs.horisontal dd.active a:after {
    height: 3px;
    opacity: 1
}

.recent-block .tabs.horisontal dd a:after {
    content: "";
    height: 0;
    opacity: 0;
    width: 24px;
    background: #ff6565;
    position: absolute;
    bottom: -10px;
    left: 0;
    max-width: 60%
}

.recent-block .tabs.horisontal dd a:hover::after {
    height: 3px;
    opacity: 1;
    bottom: -10px
}

.recent-block .folio-wrap {
    width: 100%
}

.recent-block .folio-wrap li {
    margin: 0 -1px
}

.recent-block .folio-item {
    width: 25%;
    float: left;
    padding: 0 1px;
    position: relative;
    margin-top: 10px
}

.recent-block .folio-item .dopinfo {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 4px;
    text-transform: uppercase
}

.folio-item .box-name a .animated, .folio-item .box-name a:first-letter, .folio-item .box-name:first-letter {
    color: #ff6565
}

.hover-box {
    opacity: 0
}

.hover-box.hovered, .hover-box:hover {
    opacity: 1;
    background: url(../img/white-delim.png) center no-repeat rgba(0, 0, 0, .35)
}

.testimonials_module {
    padding-bottom: 40px
}

.testimonials_module > div {
    position: relative
}

.testimonials_item {
    display: none
}

.testimonials_item:first-child {
    display: block
}

.testimonials_item .box-name:first-letter {
    color: #ff6565
}

.testimonials_item .avatar {
    float: left;
    margin-right: 32px;
    border-radius: 2px
}

.testimonials-slide {
    position: relative;
    overflow: hidden
}

.cite {
    clear: both;
    padding-top: 8px
}

.cite .quote-author, .cite .quote-sub {
    display: block
}

.cite .quote-sub {
    text-transform: uppercase;
    margin-top: 2px;
    font-size: 12px
}

.quoteCite {
    clear: both;
    padding-top: 10px
}

.testimonials-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.testimonials-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.testimonials-control-paging li a {
    width: 13px;
    height: 13px;
    display: block;
    background: #666f74;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.testimonials-control-paging li a:hover {
    border: 2px solid #666f74;
    background: #fff
}

.testimonials-control-paging li a.testimonials-active {
    border: 2px solid #666f74;
    background: #fff;
    cursor: default
}

.post-list {
    position: relative
}

.post-list article {
    overflow: hidden;
    margin-bottom: 20px
}

.post-list article .entry-thumb {
    margin-bottom: 0
}

.post-list .entry-title {
    padding-bottom: 10px
}

.post-list .entry-title a {
    color: inherit
}

.post-list .entry-summary {
    margin-top: 15px
}

.post-list .left-thumb .entry-thumb {
    float: left;
    margin-right: 20px
}

.post-list .right-thumb .entry-thumb {
    float: right;
    margin-left: 20px
}

.post-list article.mini-news {
    background: 0 0;
    padding: 0;
    margin-bottom: 15px
}

.timeline_module > .widget-title {
    text-align: center
}

.timelime {
    position: relative;
    overflow: hidden
}

.timelime:before {
    content: "";
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #e4eef1
}

.timelime .timeline-item {
    width: 50%;
    padding: 5px 0;
    clear: both;
    position: relative;
    background: url(../img/pipt-round.png) right center no-repeat
}

.timelime .timeline-item .panel-grid {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.timelime .timeline-item .timeline-title {
    font-size: 23px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    white-space: nowrap
}

.timelime .timeline-item .timeline-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #ff6565
}

.timelime .timeline-item:first-child {
    margin-bottom: 30px
}

.timelime .timeline-item:last-child {
    margin-top: 30px
}

.timelime .timeline-item.odd {
    float: left;
    text-align: right;
    padding-right: 40px;
    right: -6px
}

.timelime .timeline-item.odd .timeline-title {
    text-align: left;
    left: 104%
}

.timelime .timeline-item.even {
    float: right;
    text-align: left;
    padding-left: 40px;
    left: -6px;
    background-position: left center
}

.timelime .timeline-item.even .timeline-title {
    text-align: right;
    right: 104%
}

.timelime blockquote {
    padding: 10px 15px 8px 95px
}

.timelime blockquote p {
    line-height: 1.5;
    font-size: 1em
}

.timelime .single-icon {
    margin-bottom: 10px
}

.timelime .team_member_box .avatar {
    margin-bottom: 0;
    float: left;
    width: 180px
}

.timelime .timeline-item.even .team_member_box .avatar {
    margin-right: 20px
}

.timelime .timeline-item.odd .team_member_box .avatar {
    margin-left: 20px;
    float: right
}

.timelime h3.widget-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.timelime .team_member_box .text {
    padding-bottom: 10px
}

.timelime .team_member_box .soc-icons {
    box-shadow: none;
    padding-top: 0
}

.map-widget h3 {
    margin-bottom: 16px;
    font-size: 18px
}

.map-widget p {
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 16px
}

div.progress {
    height: 4px;
    background: #e8eef1;
    background: rgba(232, 238, 241, .2);
    margin-bottom: 30px
}

div.progress .meter {
    color: inherit;
    height: 4px;
    display: block;
    background: #ff6565;
    position: relative
}

.my_skills_widget label {
    margin: 0 0 5px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.my_skills_widget .skill-percent {
    position: absolute;
    right: -12px;
    top: -33px
}

.my_skills_widget .skill-percent:after {
    content: "";
    display: block;
    width: 1px;
    height: 19px;
    background: #e8eef1;
    background: rgba(232, 238, 241, .2);
    position: absolute;
    bottom: -19px;
    left: 50%
}

.me-wrap .avatar {
    float: left;
    margin-right: 20px;
    padding-top: 5px
}

.me-wrap .text {
    padding-top: 13px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    overflow: hidden
}

.widget ol, .widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget .sub-menu li:last-child {
    padding-bottom: 0;
    box-shadow: none
}

.widget li > ol, .widget li > ul {
    margin-left: 20px
}

.widget ul > li {
    padding: 0;
    color: inherit;
    display: block;
    box-shadow: none
}

.widget {
    margin-bottom: 30px
}

h3.widget-title {
    font-size: 18px;
    font-weight: 600;
    color: inherit;
    margin-bottom: 15px;
    position: relative
}

.extra-links {
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 11px;
    background: url(../img/row-nav.gif) 0 0/contain no-repeat
}

.extra-links ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.extra-links li {
    width: 7px;
    height: 11px;
    position: absolute;
    top: 0
}

.extra-links li a {
    display: block;
    width: 7px;
    height: 11px
}

.extra-links ul li:first-child {
    left: 0
}

.extra-links ul li:last-child {
    right: 0
}

.extra-links > a {
    display: block;
    width: 18px;
    height: 11px;
    margin: 0 auto
}

.video-block {
    position: relative
}

.text-widget {
    line-height: 1.6
}

.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.widget {
    position: relative
}

.widget-title {
    line-height: 1.5;
    margin-bottom: 20px
}

.widget-title .icon {
    float: left;
    font-size: 26px;
    margin-right: 15px;
    position: relative;
    top: -2px;
    width: auto;
    height: auto;
    line-height: 1.3
}

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

.follow-widget {
    margin-left: -4px;
    overflow: hidden
}

.follow-widget a {
    width: 32.3%;
    min-width: 115px;
    max-width: 150px;
    display: block;
    float: left;
    padding: 45px 5px;
    margin-left: 1%;
    margin-bottom: 4px;
    position: relative;
    color: #fff
}

.follow-widget a:hover {
    color: #fff
}

.follow-widget i {
    position: relative;
    float: left;
    font-size: 22px;
    padding-left: 1px;
    top: 5px;
    padding-right: 7px
}

.follow-widget .number {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

.follow-widget .text {
    font-size: 13px;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase
}

.follow-widget a.tw {
    background: #50b3e5
}

.follow-widget a.tw .icon {
    padding-left: 10px
}

.follow-widget a.tw .text {
    color: #d1f0ff
}

.follow-widget a.fb {
    background: #7a90b7
}

.follow-widget a.fb .icon {
    padding-left: 15px
}

.follow-widget a.fb .text {
    color: #c5dafe
}

.follow-widget a.yt {
    background: #ff6565
}

.follow-widget a.yt .text {
    color: #fecbca
}

#feedburner_subscribe {
    position: relative
}

#feedburner_subscribe .text {
    height: 40px
}

#feedburner_subscribe .submit {
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 3px;
    background: url(../img/rss-subscribe-ico.png) center no-repeat #ffb44a;
    text-align: center;
    border: none
}

.widget.widget_crum_cat_arch li {
    box-shadow: none
}

.styled-widget-list > li {
    border-radius: 2px;
    padding: 12px 8px;
    font-style: italic;
    line-height: 1
}

.styled-widget-list > li:hover {
    background-color: #4fc7ef
}

.styled-widget-list > li [class*=icon-] {
    font-size: 18px;
    padding: 0 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255, 255, 255, .25);
    color: #959c9d;
    display: inline-block
}

.styled-widget-list > li [class*=icon-]:before {
    line-height: 20px
}

.styled-widget-list > li:hover, .styled-widget-list > li:hover [class*=icon-] {
    color: #fff
}

aside .widget_crum_widget_tabs {
    padding-top: 1px
}

.widget_crum_widget_tabs article.mini-news {
    background: 0 0;
    padding: 15px 0 0
}

.widget_crum_widget_tabs article.mini-news:first-child {
    padding: 20px 0 0
}

.widget_crum_widget_tabs #comments-p-tabTab article.mini-news {
    padding: 25px 0 0
}

.widget_crum_widget_tabs .icon-comment {
    font-size: 26px;
    height: 26px;
    position: relative;
    top: -10px;
    margin-right: 20px
}

.widget_crum_widget_tabs .tabs.horisontal li {
    width: 33%
}

.widget_crum_widget_tabs .tabs.horisontal li a {
    padding: 18px 10px;
    font-size: 14px;
    display: block
}

#flickr {
    position: relative;
    margin-left: -20px
}

#flickr .item {
    position: relative
}

.instagram-widget .widget-inner {
    margin-left: -5%
}

.instagram-stat .diopinfo {
    display: block
}

#flickr > a {
    display: block;
    width: 28%;
    max-width: 150px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 5%;
    float: left;
    line-height: .8
}

#flickr a > img {
    position: relative;
    border-radius: 4px
}

#flickr .hover-box .zoom-link {
    margin-left: -23px
}

.intagram-gallery {
    clear: both;
    overflow: hidden;
    font-size: 0;
    margin-right: -3px
}

.intagram-gallery .big-item {
    float: left;
    width: 182px;
    padding-right: 3px
}

.intagram-gallery .normal-item {
    padding: 0 3px 3px 0;
    display: inline-block
}

.instagram-stat {
    float: right;
    width: 280px;
    height: 60px
}

.instagram-stat > div {
    float: left;
    display: block;
    width: 91px;
    border-right: 1px solid #666f74;
    text-align: center;
    margin-top: 5px
}

.instagram-stat .inst-follow {
    border: none
}

.instagram-stat .numb {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    color: inherit
}

.instagram-autor {
    padding-top: 20px
}

.instagram-autor .box-name:first-letter {
    color: #ff6565
}

.recent-posts-list li {
    overflow: hidden
}

.recent-posts-list .entry-thumb {
    margin: 0 20px 20px 0;
    float: left
}

.recent-posts-list .sticky-post {
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .05)
}

.recent-posts-list .sticky-post .entry-title {
    margin-top: 0
}

.recent-posts-list .entry-title {
    margin-top: 10px
}

.recent-posts-list .entry-title .animated, .recent-posts-list .entry-title:first-letter {
    color: #ff6565
}

.recent-posts-list .entry-title a {
    color: inherit
}

.recent-posts-list .entry-meta {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 4px;
    text-transform: uppercase
}

.recent-posts-list .entry-meta a {
    color: inherit
}

.recent-posts-list .entry-summary {
    clear: both;
    padding: 20px 0 0;
    margin-top: 0
}

.widget_crum_cat_arch li {
    margin: 0
}

.widget_crum_cat_arch li a {
    padding: 13px 0;
    display: block;
    box-shadow: 0 1px 0 rgba(210, 211, 211, .4);
    -moz-transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.widget_crum_cat_arch li a:hover {
    font-weight: 700
}

.post-categories {
    display: inline-block
}

.post-categories:last-child:after {
    content: '|'
}

.post-categories li {
    list-style: none;
    float: left;
    margin-right: 10px
}

.post-categories li:after {
    content: ','
}

.post-categories li:last-child:after {
    content: ''
}

.post-categories a {
    font-size: 12px
}

.contacts-widget {
    padding: 25px 30px 20px 25px;
    background: #36bae2;
    color: #fff;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.contacts-widget p {
    margin-bottom: .5em
}

.contacts-widget i {
    font-size: 70px;
    margin-bottom: 27px
}

.contacts-widget .adr {
    display: block;
    font-style: normal
}

.contacts-widget a {
    color: inherit
}

.tagcloud a, .tags-widget a {
    padding: 0 10px 0 0;
    /*font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;*/
    font-family: 'PT Sans Narrow' !important;
    font-weight: 300;
    color: inherit
}

.tags-widget a:hover {
    color: #ff6565
}

.tweets-author {
    padding-bottom: 10px;
    min-height: 70px
}

.tweets-author img {
    float: left;
    margin-right: 20px;
    width: 45px;
    height: 45px
}

.tweets-author strong {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px
}

.tweets-author strong span {
    font-size: 12px
}

.tweet-list {
    background: #36bae2;
    padding: 30px 20px
}

.tweet-list .tweet {
    color: #fff;
    padding: 15px 0 15px 60px;
    position: relative;
    font-family: "Source Sans Pro", "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300
}

.tweet-list .tweet i {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -18px;
    font-size: 36px
}

.tweet-list .tweet .time {
    margin-top: 4px;
    font-size: 12px;
    color: #bce8f5
}

.tweet-list .tweet a {
    color: inherit
}

#stuning-header a, a {
    -moz-transition: color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.menu-tile {
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    transition: transform .2s ease-out
}

a.link:before {
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.filter li.active a::after, .recent-block .tabs.horisontal dd a::after {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.clients-item a, .hover-box, .soc-icons a, a.link {
    -moz-transition: background .2s ease-out, opacity .2s ease-out;
    -webkit-transition: background .2s ease-out, opacity .2s ease-out;
    -o-transition: background .2s ease-out, opacity .2s ease-out;
    transition: background .2s ease-out, opacity .2s ease-out
}

.hover-box .more-link, .hover-box .zoom-link {
    -moz-transition: background .3s, opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    -webkit-transition: background .3s, opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    -o-transition: background .3s, opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
    transition: background .3s, opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out
}

.menu-tile {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.menu-tile:hover {
    z-index: 10;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.minicart-wrap {
    display: block;
    position: absolute;
    width: 130px;
    top: 7px;
    right: 20%;
    padding: 4px;
    border: 3px;
    background-color: #fff;
    text-align: center
}

.minicart-wrap i.moon {
    font-size: 14px;
    float: left;
    margin-right: 10px
}

table tbody tr td {
    padding: 0
}

.coupon input {
    margin-bottom: 10px
}

.lt-ie9 .lang-sel strong {
    margin-right: 10px
}

.lt-ie9 .lang-sel {
    width: 240px;
    margin: 0 20px
}

.lt-ie9 .comment .avatar-box {
    height: 80px;
    width: 80px
}

.lt-ie9 .entry-content p a img {
    height: 300px
}

.lt-ie9 .boxed_lay {
    border: 1px solid #ccc
}

.lt-ie9 .hover-box .more-link, .lt-ie9 .hover-box .zoom-link {
    display: none
}

.lt-ie9 .hover-box:hover .more-link, .lt-ie9 .hover-box:hover .zoom-link {
    display: block
}

.lt-ie9 article.post {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ececec
}

.lt-ie9 article.post .post-format {
    border-right: 1px solid #C2D1D9;
    width: 80px
}

.lt-ie9 .page-title-inner .page-title, .lt-ie9 .page-title-inner h1.page-title {
    border-right: 1px solid #A5ADB6
}

.hover-box.hovered, .lt-ie9 .hover-box:hover {
    opacity: .35;
    filter: alpha(opacity=35);
    background: url(../img/white-delim.png) center no-repeat #000
}

.lt-ie9 .woocommerce .product .show .star-rating {
    top: 40px
}

.lt-ie9 .tiled-menu .style-metro .sub-menu li:after {
    display: none
}

.lt-ie9 .tiled-menu .style-metro .sub-menu li:before {
    content: ""
}

.shop_table .cart_item td {
    vertical-align: middle;
    padding: 6px 12px
}

.shop_table.cart .coupon {
    width: 60% !important;
    margin: 0 20px !important;
    float: left !important
}

.shop_table .button {
    margin-top: 20px;
    margin-right: 5px
}

.shop_table .actions {
    padding-right: 10px
}

.status-publish.hentry.category-wishes header {
    overflow: hidden
}

article.post .link-read-more {
    background: url(../img/to-right.gif) center no-repeat #ff6565;
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out
}

article.post:hover .link-read-more {
    opacity: 1
}

.tribe-events-page-title {
    display: none !important
}

[class*=" moon-"], [class*=" linecon-"], [class^=linecon-], [class^=moon-] {
    line-height: 1.5
}

.page-template-page-contacts-php label {
    font-weight: 500
}

@media print {
    #footer, #header, #sub-footer, #top-panel, .back-to-top, .backtotop {
        display: none
    }

    .tiles-block .tile-item {
        width: 120px;
        height: 120px
    }

    .widget_crum_widget_tabs .tabs.horisontal dd a {
        padding: 10px 0
    }

    article.mini-news .entry-thumb {
        margin-right: 10px
    }

    #grid-folio .project, #grid-posts.col-2 article.small-news, .project.four, .three.columns.project, article.post {
        position: static !important
    }

    * {
        box-shadow: none !important;
        text-shadow: none !important
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .25cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .hide-on-print {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    .show-for-print {
        display: inherit !important
    }

    .reveal-modal {
        border: 1px solid #000;
        background: #fff
    }
}

.header-wrap.fixed .metro-menu-item .item-title {
    color: inherit;
    position: static;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.featured-news h2.entry-title {
    color: #b4ecff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}
.featured-news h2.entry-title a {
    color:#b4ecff;
}
.featured-news h2.entry-title a :hover{
    color: #09151f;
}