@import "../../fonts/MuseoSansCyrl/MuseoSansCyrl.css";

/* 0. Bootstrap Fixes
-------------------------------------------------------	*/
html {
    background-color: #ffffff;
}
body {
    background-color: #ffffff;
}
.container {
    margin: auto;
}
code {
    white-space: pre-wrap !important;
    background: #f7f8fb;
}
/* 1. Less Variables & Mixins
-------------------------------------------------------	*/
.inv-recaptcha-holder {
    display: none !important;
}
.font {
    font-family: 'MuseoSansRegular', Arial, sans-serif;
}
.font-heading {
    font-family: 'MuseoSansRegular', Arial, sans-serif;
}
.font-title {
    font-family: 'MuseoSansRegular', Arial, sans-serif;
}
body {
    font-family: 'MuseoSansRegular', Arial, sans-serif;
}

#cboxContent {
    background: none repeat scroll 0 0 #ffffff!important;
    font-size: 14px!important;
    font-family: 'MuseoSansRegular', Arial, sans-serif !important;
    margin-bottom: 0px!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'MuseoSansLight', Arial, sans-serif;
    color: #222222;
}
h1, .h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 22px 0;
    color: #222222;
}
h2, .h2 {
    font-size: 26px;
    line-height: 34px;
    margin: 22px 0;
    color: #1E1E1E;
}
h3, .h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 22px 0;
    color: #1E1E1E;
}
h4, .h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 22px 0;
    color: #1E1E1E;
}
h5, .h5 {
    font-size: 19px;
    line-height: 23px;
    margin: 22px 0;
    color: #1E1E1E;
}
h6, .h6 {
    font-size: 18px;
    line-height: 22px;
    margin: 22px 0;
    color: #1E1E1E;
}


a {
    transition: all 0.2s ease-in-out 0s;
}
a,
a:focus {
    color: #222222;
}
a:hover,
a:active {
    color: #046AB2;
    text-decoration: none;
}

span[style="color: #333399;"],
span[style="color: #000080;"] {
    color: #046AB2 !important;
}
span[style="color: #ff0000;"],
span[style="color: #d1061b;"] {
    color: #E54B4D !important;
}

/*
.container {
    max-width: 1350px;
}*/
#page > #content > .container {
    background-color: transparent;
}

.default-nav-wrapper {
    padding: 0;
}
.error-404 {
    text-align: center;
}

#page {
    background-color: transparent;
    position: relative;
    z-index: 888;
}
#page ::selection {
    background: #046AB2;
    color: #ffffff;
}






html {
    overflow: hidden;
}
#page-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: #ffffff;
}
#page-preloader svg {
    position: absolute;
    width: 174px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -87px;
    margin-top: -100px;
}




/* 2. Header-top
------------------------------------------------------- */
#content-header {
    border-bottom: 1px solid #B4B4B4;
}
#header {
    background: transparent none repeat scroll 0 0;
    padding-bottom: 0px;
    padding-top: 10px;
}


#header-logo {
    text-align: center;
    padding: 3px 0 12px 0;
}
#header-float-logo {
    text-align: center;
}
#header-logo a {
    display: inline-block;
}
#header-logo a img {
    max-width: 135px;
    max-height: 64px;
    width: 100%;
    height: auto;
}


#header-callback {
    padding: 15px 0;
    text-align: right;
}
#header-callback a,
#header-callback a:focus {
    color: #ffffff;
    background-color: #0669B2;
    border: 1px solid #0669B2;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px 8px 30px;
    background-image: url('../../images/cybershark/header_phone.png');
    background-repeat: no-repeat;
    background-position: 6px -26px;
    background-size: 17px 51px;
    transition: all 0s ease-in-out 0s;
}
#header-callback a:hover,
#header-callback a:active {
    color: #0669B2;
    border: 1px solid #0669B2;
    background-color: #ffffff;
    background-position: 6px 8px;
}

#header-float-callback {
    padding: 0;
    text-align: right;
}
#header-float-callback a,
#header-float-callback a:focus {
    color: #ffffff;
    background-color: #0669B2;
    border: 1px solid #0669B2;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 9px 10px 9px 30px;
    background-image: url('../../images/cybershark/header_phone.png');
    background-repeat: no-repeat;
    background-position: 6px -26px;
    background-size: 17px 51px;
    transition: all 0s ease-in-out 0s;
}
#header-float-callback a:hover,
#header-float-callback a:active {
    color: #046AB2;
    border: 1px solid #046AB2;
    background-color: #ffffff;
    background-position: 6px 8px;
}

#header-pnone {
    color: #222222;
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    font-family: 'MuseoSansLight', Arial, san-serif;
    padding: 22px 0;
    cursor: default;
}

#header-float-pnone {
    color: #222222;
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-family: 'MuseoSansLight', Arial, san-serif;
    padding: 10px 0;
    cursor: default;
}

.padding-left-0 {
    padding-left: 0;
}

@media screen and (max-width: 1200px) {
    #header {
        padding-top: 10px;
    }
    #header-logo {
        padding: 3px 0 5px 0;
    }
    #header-logo a img {
        max-width: 100px;
    }
    #header-callback {
        padding: 10px 0 5px 0;
        text-align: right;
    }
    #header-pnone {
        padding: 0 0 10px 0;
        font-size: 16px;
        line-height: 18px;
    }

}

@media screen and (max-width: 992px) {
    #header-logo {
        text-align: left;
    }
    #header-callback {
        text-align: center;
    }
    #header-pnone {
        padding: 15px 0 10px 0;
    }
}

@media screen and (max-width: 768px) {
    #header-logo {
        text-align: center;
    }
    #header-callback {
        padding: 5px 0;
        text-align: center;
    }
    #header-pnone {
        padding: 5px 0;
        text-align: center;
    }
    #header-float-callback a,
    #header-float-callback a:focus {
        padding: 0;
        height: 36px;
        width: 36px;
        background-position: 9px -25px;
    }
    #header-float-callback a:hover,
    #header-float-callback a:active {
        background-position: 9px 9px;
    }
    #header-float-pnone {
        font-size: 12px;
    }
}

.lang-switcher__container {
    text-align: right;
    margin-bottom: 20px;
}
.lang-switcher .btn-secondary,
.lang-switcher .btn-secondary:focus {
    background-color: #046AB2;
    border: none;
    text-decoration: none;
    padding: 10px 25px 10px 10px;
    position: relative;
    color: #fff;
    margin-top: 15px;
}
.lang-switcher .show .btn-secondary,
.lang-switcher .btn-secondary:hover,
.lang-switcher .btn-secondary:active {
    background-color: #057ACD;
    border: none;
    text-decoration: none;
    padding: 10px 25px 10px 10px;
    position: relative;
    color: #fff;
    margin-top: 15px;
}
.lang-switcher .btn-secondary::after {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}
.lang-select {
    text-align: center;
    max-width: 55px !important;
    min-width: 55px !important;
    right: 0;
    left: auto;
}
.lang-select ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.lang-select ul li {
    margin-bottom: 5px;
}
.lang-select ul li:last-child {
    margin-bottom: 0;
}
.lang-select ul li a,
.lang-select ul li a:focus {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.lang-select ul li a:hover,
.lang-select ul li a:active {
    color: #046AB2;
    text-decoration: none;
}
.lang-select ul li.current-lang a {
    color: #C1C1C1;
    cursor: default;
}

#header-fixed-header .lang-switcher .btn-secondary, 
#header-fixed-header .lang-switcher .btn-secondary:focus {
    padding: 8px 25px 8px 10px;
    margin-top: 0;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .lang-switcher__container {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    
}
.archive .page-content, .archive .entry-content, .archive .entry-summary {
    margin: 0!important;
}
#main .entry-meta .byline {
    display: none !important;
}


/* 3. header-2
------------------------------------------------------- */

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {

}

/* 4. Links
------------------------------------------------------- */

#submit,
#submit:focus {
    background-color: #ffffff;
    border: 1px solid #5db900;
    border-radius: 5px;
    color: #5db900;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 10px;
    text-decoration: none;
}

#submit:hover,
#submit:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #5db900;
}
/* 5. Navigation Menu 
-------------------------------------------------------	*/
/* Default Navigation */
.nav-wrapper {
    margin-bottom: 25px;
}
#site-navigation {
    padding-top: 25px;
}
#site-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-bottom: 0px;
}
#site-navigation ul li:hover > ul {
    /* Dropdown*/
    display: block;
}


#site-navigation .nav .caret {
    display: none;
}
#site-navigation ul.menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    table-layout: fixed;
    width: 100%;
}
#site-navigation>div>ul>li {
    display: inline-block;
    font-family: 'MuseoSansRegular', Arial, sans-serif;
    padding: 0;
    width: auto;
    margin-right: 15px;
    position: relative;
}
#site-navigation>div>ul>li.menu-item-has-children {
    margin-right: 15px;
}
#site-navigation>div>ul>li:last-child {
    margin-right: 0;
}

#site-navigation>div>ul>li>a,
#site-navigation>div>ul>li>a:focus {
    color: #222222;
    display: block;
    font-family: 'MuseoSansRegular',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 1px 2px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}
#site-navigation>div>ul>li>a:hover,
#site-navigation>div>ul>li>a:active {
    color: #046AB2;
    text-decoration: none !important;
}

#site-navigation>div>ul>li.menu-item-has-children>a,
#site-navigation>div>ul>li.menu-item-has-children>a:focus {
    position: relative;
    padding-right: 15px;
    padding-bottom: 36px;
}
#site-navigation>div>ul>li.menu-item-has-children>a::after,
#site-navigation>div>ul>li.menu-item-has-children:focus>a::after {
    position: absolute;
    content: '';
    display: block;
    height: 8px;
    border: 4px solid transparent;
    border-top: 4px solid #222222;
    right: 0px;
    top: 7px;
    width: 8px;
}
#site-navigation>div>ul>li.menu-item-has-children:hover>a::after
#site-navigation>div>ul>li.menu-item-has-children:active>a::after {
    position: absolute;
    content: '';
    display: block;
    height: 8px;
    border: 4px solid transparent;
    border-top: 4px solid #046AB2;
    right: 0px;
    top: 7px;
    width: 8px;
}



#site-navigation>div>ul>li.current-menu-item>a,
#site-navigation>div>ul>li.current_page_item>a,
#site-navigation>div>ul>li.current_page_item>a:focus,
#site-navigation>div>ul>li.current_page_item>a:hover,
#site-navigation>div>ul>li.current_page_item>a:active,

#site-navigation>div>ul>li.current-menu-ancestor>a,
#site-navigation>div>ul>li.current-menu-ancestor>a:focus,
#site-navigation>div>ul>li.current-menu-ancestor>a:hover,
#site-navigation>div>ul>li.current-menu-ancestor>a:active,

#site-navigation>div>ul>li.current-menu-parent>a,
#site-navigation>div>ul>li.current-menu-parent>a:focus,
#site-navigation>div>ul>li.current-menu-parent>a:hover,
#site-navigation>div>ul>li.current-menu-parent>a:active,

#site-navigation>div>ul>li.current_page_parent>a,
#site-navigation>div>ul>li.current_page_parent>a:focus,
#site-navigation>div>ul>li.current_page_parent>a:hover,
#site-navigation>div>ul>li.current_page_parent>a:active,

#site-navigation>div>ul>li.current_page_ancestor>a,
#site-navigation>div>ul>li.current_page_ancestor>a:focus,
#site-navigation>div>ul>li.current_page_ancestor>a:hover,
#site-navigation>div>ul>li.current_page_ancestor>a:active {
    color: #046AB2;
}

#site-navigation ul ul {
    background-color: #ffffff;
    border: medium none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0px;
    padding: 10px 70px 30px 70px;
    position: absolute;
    text-align: left;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 99999;
    margin: 0 auto;
    border-top: 2px solid #DCDCDC;
}
#site-navigation ul ul ul {
    left: 0;
    border: none;
    top: 0;
    padding: 0;
    float: none;
    display: block;
    position: relative;
    box-shadow: none;
}
#site-navigation ul ul li {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: 33%;
    float: left;
}
#site-navigation ul ul ul li {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 1px 0;
    padding: 0;
    float: none;
    width: auto;
}
#site-navigation ul ul li a,
#site-navigation ul ul li a:focus {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin: 10px 0 3px 0;
    padding: 0;
    text-transform: none;
    color: #818181;
    cursor: default;
    font-family: 'MuseoSansLight', Arial, san-serif;
}
#site-navigation ul ul li a:hover,
#site-navigation ul ul li a:active,
#site-navigation ul ul li.current-menu-item > a,
#site-navigation ul ul li.current-menu-parent > a,
#site-navigation ul ul li.current-menu-ancestort > a,
#site-navigation ul ul li.current_page_parent > a,
#site-navigation ul ul li.current_page_ancestor > a {
    color: #818181;
    cursor: default;
}
#site-navigation ul ul ul li a,
#site-navigation ul ul ul li a:focus {
    color: #222222;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
}
#site-navigation ul ul ul li a:hover,
#site-navigation ul ul ul li a:active,
#site-navigation ul ul ul li.current-menu-item > a,
#site-navigation ul ul ul li.current-menu-parent > a,
#site-navigation ul ul ul li.current-menu-ancestort > a,
#site-navigation ul ul ul li.current_page_parent > a,
#site-navigation ul ul ul li.current_page_ancestor > a {
    text-decoration: underline;
    color: #046AB2;
    cursor: pointer;
}

/*
#site-navigation>div>ul>li.menu-item-has-children:active>a::after,
#site-navigation>div>ul>li.menu-item-has-children.current-menu-item>a::after,
#site-navigation>div>ul>li.menu-item-has-children.current-menu-parent>a::after,
#site-navigation>div>ul>li.menu-item-has-children.current-menu-ancestort>a::after,
#site-navigation>div>ul>li.menu-item-has-children.current_page_parent>a::after,
#site-navigation>div>ul>li.menu-item-has-children.current_page_ancestor>a::after {
    position: absolute;
    content: '';
    display: block;
    height: 8px;
    border: 4px solid transparent;
    border-top: 4px solid #a9b0b3;
    right: 0px;
    top: 7px;
    width: 8px;
}
*/

@media screen and (max-width: 1200px) {
    #site-navigation {
        padding-top: 15px;
    }
}



.comment-list {
    margin: 0;
}
.comment-awaiting-moderation {
    color: #b90034;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
    padding-top: 10px;
}
/* 7. Content 
------------------------------------------------------- */
#content {
    background: transparent none repeat scroll 0 0;
    color: #222222;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
}
/* 7.1 Primary 
------------------------------------------------------- */
#primary {
    color: #222222;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 18px;
}
.byline {
    display: inline;
}
.single .fa-clock-o:before,
.single .fa-user:before {
    color: #787979 !important;
}
article.archive .article-rest {
    margin: auto;
}
.featured-thumb {

}
.featured-thumb img {
    margin: 0;
    transition: 0.2s all ease;
    height: auto;
    border-radius: 5px;
    min-width: 100%;
    max-height: 240px;
}
.article-in-list .featured-thumb {
    min-height: 240px;
}
.articles-in-list {

}
.article-entry-title {
    height: 70px;
    overflow: hidden;
    position: relative;
}
.article-entry-title::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    height: 30px;
    width: 100%;
    z-index: 9;
    left: 0;
    bottom: 0;
}

.article-entry-title a,
.article-entry-title a:focus {
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-top: 10px;
}
.article-entry-title a:hover,
.article-entry-title a:active {
    color: #046AB2;
    text-decoration: none;
}
.articles-in-list:hover img {
    opacity: 0.7;
}
.articles-in-list:hover a {
    color: #046AB2;
    text-decoration: none;
}

@media (max-width: 768px) {

    .article-entry-title a,
    .article-entry-title a:focus {
        font-size: 12px;
        line-height: 16px;
    }
    .article-in-list .featured-thumb {
        min-height: 0;
    }
}





.archive .entry-meta {
    font-size: 14px;
    padding: 15px 0;
}
.archive .entry-meta a {
    color: #999999;
}
.archive .entry-meta .posted-on {
    margin-right: 6px;
}
.archive .entry-header {
    /*padding: 0 15px;*/
    /*margin-bottom: -30px;*/
}
.blog .entry-title,
.search .entry-title,
body.archive .entry-title {
    color: #303030;
    font-family: 'MuseoSansBold', Arial, sans-serif;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 0;
    text-align: left;
}

body.archive .archive .entry-title {
    color: #303030;
    font-family: 'MuseoSansBold', Arial, sans-serif;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 0;
    text-align: left;
}
/*
.featured-image-single {
    display: none;
}*/

.tag .entry-meta {
    border-bottom: none;
}
.cat-page-title {
    margin: 20px 0px !important;
}
.single .entry-h1,
.page .entry-h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}
.single .entry-h1 h1,
.page .entry-h1 h1 {
    font-size: 30px;
}
.single .entry-h1:after,
.page .entry-h1:after {
    content: "";
    clear: both;
    width: 92%;
    height: 6px;
    position: absolute;
    margin-left: 1%;
    margin-top: 10px;
    /* border-bottom: double 6px lighten(@sidebar-link-color,25%); */

}
.single .entry-title {
    color: #303030;
    font-family: 'MuseoSansBold', Arial, sans-serif;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 0;
    text-align: left;
}
.page .entry-title {
    color: #303030;
    font-family: 'MuseoSansBold', Arial, sans-serif;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 0;
    text-align: left;
}
.entry-title-date {
    color: #303030;
    float: right;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 9px;
}
.entry-content {
    color: #303030;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.entry-more {

}
.entry-more a,
.entry-more a:focus {
    border: 1px solid #7faf27;
    border-radius: 5px;
    color: #7faf27;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 10px;
    text-decoration: none;
}
.entry-more a:hover,
.entry-more a:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #7faf27;
    border: 1px solid #7faf27;
}

#primary {
    padding-right: 15px;
}
.entry-content a,
.entry-content a:focus {
    color: #5DB900;
    text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:active {
    color: #188518;
    text-decoration: underline;
}
/*.entry-content a img {
    margin-right: 5px !important;
    margin-top: 2px !important;
}*/
.row > .entry-header {
    margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
    .entry-content {
        text-align: left;
    }
    .entry-header h1 {
        font-size: 24px !important;
    }

}
.comments-link {
    float: right;
}
.entry-meta {
    color: #2b2b2b;
}
.entry-meta .posted-on {
    margin-right: 10px;
}
.entry-meta .edit-link {
    float: right;
}
.entry-meta .fa-tags {
    margin-left: 10px;
}
footer.entry-meta {
    margin-top: 25px;
}
.single article.post,
.page article.post {
    /*padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;*/
}
.single .entry-meta,
.page .entry-meta {
    /*border-bottom: solid 1px #e5e5e5;
    padding-bottom: 15px;*/
}
/*.single .entry-meta i,
.page .entry-meta i {
    display: none!important;
}*/
.single .entry-meta a,
.page .entry-meta a {
    color: #5DB900 !important;
    font-size: 14px!important;
}
.single footer.entry-meta,
.page footer.entry-meta {
    border-bottom: none;
    padding-bottom: 0px;
    display: none!important;
}
#nav-below {
    margin-top: 30px;
    margin-bottom: 20px;
}
#nav-below a {

}
.featured-image-single {
    float: left;
    margin: 10px 20px 10px 0;
    max-width: 250px;
    text-align: center;
}
/*.featured-image-single img {
  max-width: 98%;
  box-shadow: 0px 25px 6px -20px #888888;
  margin-bottom: 15px;
  border-radius: 5px;
}*/
h1.page-title {
    color: #222222;
    font-family: 'MuseoSansLight', Arial, sans-serif !important;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
}
.page-header {
    border-bottom: 0px;
}
@media screen and (max-width: 480px) {
    .featured-thumb .img-meta .meta-icon {
        margin-top: 30px;
    }
}
#primary-home article {
    border-top: 1px solid #1e1e1d;
    padding: 0;
}
#primary-home .article-wrapper {
    background: none repeat scroll 0 0 #131311;
    color: #787979;
}
#primary-home .featured-thumb {
    margin-top: 0px;
    width: 100%;
}
#primary-home .entry-title a {
    font-size: 15px;
    font-weight: bold;
    color: #49A3D5;
    transition: 0.4s all ease;
    line-height: 1.5em;
}
#primary-home .entry-title a:hover {
    text-decoration: none;
    color: #49A3D5;
}
#primary-home .entry-meta {

}
#primary-home .entry-meta a {
    color: #999999;
}
#primary-home .entry-content {
    line-height: 1.7em;
}
#primary-home h1.entry-title {
    margin-bottom: 0px;
}
#primary-home h1.entry-title:after {
    content: none;
}
#primary-home .entry-meta {

}
#primary-home .entry-meta i, .edit-link {
    display: none!important;
}
#primary-home .entry-meta a {
    color: #787979;
}
#primary-home .entry-meta .posted-on {
    margin-right: 6px;
}
#primary-home .entry-header {
    padding: 0;
    margin-bottom: 0;
}
/* 7.2 Secondary 
------------------------------------------------------- */

.secondary ul {
    font-size: 16px;
    list-style: outside none none;
    margin: 0px;
}
#footer-sidebar ul {
    list-style: none;
    margin: 0px;
}
.secondary ul li:before {
    margin-right: 5px;
    /*content: "\f0da";
    font-family: "FontAwesome";*/
    color: #999;
}
.secondary ul li {
    margin-bottom: 8px;
}
.secondary ul ul {
    margin-left: 15px;
}
.secondary ul ul li:before {
    /*content: "\f111";
    font-size: 5px;
    position: relative;
    top: -3px;*/
}
.secondary ul ul ul {
    margin-left: 10px;
}
.secondary .widget_recent_entries li:before,
#footer-sidebar .widget_recent_entries li:before {
    /* content: "\f0f6";*/
}
.secondary .widget_recent_entries li,
#footer-sidebar .widget_recent_entries li {
    /*border-bottom: dashed 1px #D9D9D9;*/
    padding: 5px 0px;
}
.secondary .widget_recent_comments li:before,
#footer-sidebar .widget_recent_comments li:before {
    content: "\f075";
    font-size: 12px;
    position: relative;
    top: -2px;
}
.secondary .widget_calendar caption,
#footer-sidebar .widget_calendar caption {
    font-weight: bold;
    margin-bottom: 7px;
}
.secondary .widget_calendar table,
#footer-sidebar .widget_calendar table {
    padding: 5px;
    text-align: center;
    background: #fff;
}
.secondary .widget_calendar thead,
#footer-sidebar .widget_calendar thead {
    border-bottom: solid 1px #00d2de;
}
.secondary .widget_calendar thead th,
#footer-sidebar .widget_calendar thead th {
    background: #ddd;
    padding: 5px;
    text-align: center;
}
.secondary .widget_calendar tr td,
#footer-sidebar .widget_calendar tr td {
    padding: 8px !important;
    background: #eee;
    margin: 4px;
    text-align: center;
}
.secondary .widget_calendar #prev,
#footer-sidebar .widget_calendar #prev {
    text-align: left;
}
.secondary .widget_calendar #next,
#footer-sidebar .widget_calendar #next {
    text-align: right;
}
.secondary .h1.widget-title {
    color: #e5415b;
    font-family: 'MuseoSansBold', Arial, sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 5px 0;
}




#footer-sidebar h1.widget-title {
    color: #fff;
    font-family: 'MuseoSansRegular', Arial, sans-serif !important;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 5px 5px 0;
}
.secondary .widget_search label,
#footer-sidebar .widget_search label {
    width: 100%;
}
.secondary .widget_search form,
#footer-sidebar .widget_search form {
    width: 100%;
    padding: 10px 5px;
}
.secondary .widget_search input[type=submit],
#footer-sidebar .widget_search input[type=submit] {
    display: none;
}
.secondary .widget_search input[type=text],
#footer-sidebar .widget_search input[type=text] {
    display: block;
    min-width: 96%;
    margin-left: 20px;
}



/* 9. Footer 
------------------------------------------------------- */

#footer-shadow {
    background-image: url('../../images/cybershark/footer_shadow.png');
    background-position: 1px 8px;
    background-size: 1px 8px;
    height: 8px;
}
#colophon  {
    padding-bottom: 20px;
    padding-top: 20px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,e1e2e4+25,d9dce1+50,ccd3db+75,afb8c1+100 */
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top,  #e6e6e6 0%, #e1e2e4 25%, #d9dce1 50%, #ccd3db 75%, #afb8c1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e6e6e6 0%,#e1e2e4 25%,#d9dce1 50%,#ccd3db 75%,#afb8c1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e6e6e6 0%,#e1e2e4 25%,#d9dce1 50%,#ccd3db 75%,#afb8c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#afb8c1',GradientType=0 ); /* IE6-9 */
}

#footer-order {
    padding-top: 60px;
    padding-left: 70px;
}
#footer-order a,
#footer-order a:focus {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    border: 1px solid #3D3D3D;
    padding: 17px 14px;
    transition: all 0s ease-in-out 0s;
    text-transform: uppercase;
    text-decoration: none;
}
#footer-order a:hover,
#footer-order a:active {
    color: #0669B2;
    border: 1px solid #0669B2;
    text-decoration: none;
}

#footer-logo {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}
#footer-logo:hover {
    opacity: 0.9;
}
#footer-logo-title {
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    cursor: default;
}
#footer-contacts {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 0;
    text-align: center;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
}

#footer-socials {
    padding-top: 75px;
}
#footer-socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-socials ul li {
    display: inline-block;
    margin-right: 15px;
}
#footer-socials ul li:last-child {
    margin-right: 0px;
}
#footer-socials ul li .social-link,
#footer-socials ul li .social-link:focus {
    font-size: 24px;
    line-height: 24px;
    color: #737373;
}
#footer-socials ul li .social-link:hover,
#footer-socials ul li .social-link:active {
    color: #0669B2;
    cursor: pointer;
}

#footer-menu {
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-menu ul li {
    display: block;
    padding-bottom: 4px;
}
#footer-menu ul li a,
#footer-menu ul li a:focus {
    color: #222222;
    font-size: 14px;
    line-height: 16px;
    font-family: 'MuseoSansLight', Arial, san-serif;
}
#footer-menu ul li a:hover,
#footer-menu ul li a:active {
    text-decoration: underline;
    color: #222222;
}

#footer-copyright {
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    padding-top: 0px;
    padding-left: 72px;
    padding-bottom: 10px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
}

@media screen and (max-width: 1200px) {
    #footer-order {
        padding-left: 0px;
    }
    #footer-copyright {
        padding-left: 0px;
    }
}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {
    #colophon {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    #footer-sidebar .footer-column {
        text-align: center;
    }
    #footer-logo-title {
        font-size: 10px;
        line-height: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #footer-contacts {
        font-size: 12px;
        line-height: 16px;
        padding-top: 5px;
        padding-bottom: 0;
    }

    #footer-order {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 15px;
    }
    #footer-order a,
    #footer-order a:focus {
        font-size: 12px;
        line-height: 14px;
        padding: 12px 10px;
    }
    #footer-logo {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 5px;
    }
    #footer-logo img {
        width: 100px;
    }

    #footer-socials {
        padding-top: 10px;
        text-align: center;
    }
    #footer-socials ul li a, #footer-socials ul li a:focus {
        font-size: 16px;
        line-height: 16px;
    }

    #footer-menu {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #footer-copyright {
        padding-left: 0px;
        padding-bottom: 0;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
        padding-top: 0px;
    }

}




@media screen and (max-width: 768px) {
    .secondary h1.widget-title  {
        display: none !important;
    }
}


@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {

}

#cboxClose {
    box-shadow: none!important;
}

.wpcf7-form {
    font-size: 14px;
    margin: 20px 0;
    max-width: 670px;
    padding: 10px;
    position: relative;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0.7);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
.popup-form-title {
    color: #222222;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
}
.req_fields {
    color: #f44949;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}
.req_fields_text {
    color: #f44949;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}
.wpcf7-submit,
.wpcf7-submit:focus {
    background-color: #ffffff !important;
    border: 1px solid #3D3D3D !important;
    border-radius: 0px;
    box-shadow: none !important;
    color: #3D3D3D !important;
    display: block !important;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px !important;
    margin: 20px auto 0 !important;
    padding: 15px 10px !important;
    text-shadow: none !important;
    text-transform: uppercase;
    line-height: 18px !important;
    /*width: 170px !important;*/
}
.wpcf7-submit:hover,
.wpcf7-submit:active {
    border: 1px solid #0669B2 !important;
    color: #0669B2 !important;
    background-color: #ffffff !important;
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #7faf27 !important;
    border-radius: 0;
    color: #7faf27 !important;
    font-size: 14px !important;
    font-family: 'MuseoSansRegular', Arial, sans-serif !important;
    margin: 5px 0 !important;
    padding: 10px 20px;
    cursor: default;
    max-width: 600px;
}

div.wpcf7-validation-errors {
    border: 2px solid #f44949 !important;
    border-radius: 0;
    color: #f44949;
    font-size: 14px !important;
    font-family: 'MuseoSansRegular', Arial, sans-serif !important;
    margin: 5px 0 !important;
    padding: 10px 20px;
    cursor: default;
    max-width: 600px;
}
span.wpcf7-not-valid-tip {
    color: #f44949 !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 14px !important;
    margin-top: 3px !important;
    text-align: left !important;
    cursor: default;
}


.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form textarea {
    color: #222222;
    border: 1px solid #C1C1C1;
    border-radius: 0;

}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form input[type="search"]:focus,
.wpcf7-form textarea:focus {
    color: #222222;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"] {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    display: block;
    width: 100%;
}
.wpcf7-form textarea {
    overflow: auto;
    padding: 5px 12px;
    vertical-align: top;
    resize: none;
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* 8. Pagination
-----------------------------------------------*/
.pagination {
    margin: 20px 0;
    width: 100%;
    text-align: left;
    clear: both;
    padding-top: 20px;
    border-top: 1px solid #DDDDDD;
}
.pagination ul {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul li {
    display: inline;
}
.pagination ul li a {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #3D3D3D !important;
    display: inline-block;
    color: #3D3D3D;
    font-weight: normal;
    margin-right: -1px;
    font-size: 14px;
}
.pagination ul li a,
.pagination ul li a:focus {
    color: #3D3D3D;
    transition: all 0.4s ease;
    font-family: 'MuseoSansLight', Arial, sans-serif;
    margin-right: -1px;
    border: 1px solid #3D3D3D !important;
}
.pagination ul li a .next {
    float: right;
}
.pagination ul li a:hover,
.pagination ul li a:active {
    background-color: #ffffff;
    border: 1px solid #046AB2 !important;
    color: #046AB2;
}
.pagination .current,
.pagination .current:focus,
.pagination .current:hover,
.pagination .current:active {
    border: 1px solid #046AB2;
    background-color: #046AB2;
    color: #fff;
    font-family: 'MuseoSansLight', Arial, sans-serif;
    font-weight: normal;
    cursor: default;
}
.pagination ul li span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #046AB2 !important;
    display: inline-block;
    color: #434e55;
    font-family: 'MuseoSansLight', Arial, sans-serif;
    font-weight: normal;
    margin-right: -1px;
    font-size: 14px;
    cursor: default;
}
.pagination ul li:first-child a,
.pagination ul li:first-child span {
    border-left-width: 1px;
}
.pagination ul li:last-child a,
.pagination ul li:last-child span {
    border-right-width: 1px;
}
.pagination ul li a.next {
    display: none !important;
}
.pagination ul li a.prev {
    display: none !important;
}




.cs_breadcrumbs {
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
}
.cs_breadcrumbs > span {
    display: inline-block;
    margin-left: 5px;
}
.cs_breadcrumbs > span > a,
.cs_breadcrumbs > span > a:focus {
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    font-family: 'MuseoSansLight', Arial, san-serif;
    text-decoration: none;
}
.cs_breadcrumbs > span > a:hover,
.cs_breadcrumbs > span > a:active {
    color: #222222;
    text-decoration: underline;
}


.breadcrumbs {
    color: #303030;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.breadcrumbs a,
.breadcrumbs a:focus {
    color: #7faf27;
    font-family: 'MuseoSansRegular', Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumbs a:active {
    color: #9acd3b;
    text-decoration: underline;
}
.breadcrumbs .current {
    color: #303030 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-family: 'MuseoSansRegular', Arial, sans-serif !important;
    cursor: default;
}
.sep {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    position: relative;
    cursor: default;
}
/* 9. HTML Markup & Formatting
--------------------------------------------------- */
article table {
    background: #fff;
}
article table td {
    border: 1px solid #d3d3d3;
    padding: 5px;
}
article table th {
    padding: 5px;
    background: #ccc;
    border: solid 1px #ccc;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #303030;
    font-weight: bold;
}
article blockquote {
    font-family: 'MuseoSansRegular', Arial, sans-serif;
    font-style: italic;
    margin-left: 40px;
    text-align: left;
}
article code {
    background: #14a8b0;
    color: #000000;
}
/* 12. Comments
---------------------------------------------------------- */
#respond input[type=text] {
    max-width: 450px;
}
#comments ol.comment-list {
    list-style: none;
}
#comments li.comment {
    border: solid 1px #eee;
    padding: 10px;
    margin-top: 15px;
    list-style: none;
    background: #f9f9f9;
}
#comments .vcard img {
    border: solid 4px #ffffff;
    border-radius: 5px;
    margin: 0 10px 10px 0;
}
#comments .comment-metadata {
    font-weight: bold;
}
@media screen and (max-width: 480px) {
    li.comment {
        margin-left: -5%;
    }
}


a, a:hover, a:active, a:focus {
    outline: none!important;
}


.secondary .current-menu-item a,
.secondary .current_page_item a,
.secondary .current-menu-item a:hover,
.secondary .current_page_item a:hover {
    color: #303030;
}
.secondary .widget-title a {
    color: #0e4857;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    padding: 5px;
    text-decoration: underline;
}
.secondary .widget-title a:hover {
    text-decoration: none!important;
}
.entry-img {
    /*max-width: 300px;*/
    width: 100%;
}
.featured-image-single img, .entry-img img {
    /*margin-bottom: 20px;*/

    margin-bottom: 20px;
    width: 100%;
}
.featured-image-single img {
    /*margin-bottom: 20px;*/

    margin-bottom: 0px;
    width: 100%;
}


.resp-tabs-list li {
    background-image: none !important;
}
#primary {
    float: none!important;
}


.textwidget .title {
    font-size: 21px !important;
    margin-bottom: 0 !important;
}


.widget_text {
    margin: 0 0 40px;
}
.widget-area .widget a[role="button"], .widget-area .widget a[role="button"]:hover, .widget-area .widget a[role="button"]:visited {
    color: #fff;
}
.textwidget .btn {
    white-space: nowrap;
}
.textwidget .btn {
    border: medium none !important;
    border-radius: 20px;
    font-size: 20px;
    transition: background 0s ease 0s, all 0.2s ease 0s;
    white-space: pre-line;
    width: 260px;
}
.btn-blue {
    background-color: #229fff;
    margin-bottom: 15px;
    color: #fff !important;
}
.btn-blue:hover {
    background-color: #df0097 !important;
    color: #fff !important;
}
.btn-con {
    background-color: #fdda24;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000 !important;
}

.btn-con:hover {
    background-color: #df0097 !important;
    color: #fff !important;
    font-size: 20px;
}

/*.all-content {
    background-color: #fff;
    margin-top: 15px;
}*/

.a_input_text, .a_input_text:hover {
    background-color: #fff !important;
    border: 1px solid #dddde0 !important;
    border-radius: 4px;
    box-shadow: 2px 2px 0 1px #f2f2f3 inset;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 40px;
    line-height: 20px;
    margin-top: 1px;
    padding: 0 10px !important;
}
.a_input_textarea, .a_input_textarea:hover {
    background-color: #fff !important;
    border: 1px solid #dddde0 !important;
    border-radius: 4px;
    box-shadow: 2px 2px 0 1px #f2f2f3 inset;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 140px !important;
    line-height: 20px;
    margin-top: 1px;
    padding: 10px !important;
}


#content-inner {
    background-color: transparent;
    margin-top: 30px;
    padding-top: 20px;
}

.category-content {
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    padding-bottom: 20px;
    padding-top: 60px;
}





/* HOME PAGE*/

/* HOME PAGE SLIDER*/
#main-page-slider-background {
    /*
    padding: 0;
    background-image: url('../../images/cybershark/dots_back_header_gray.png');
    background-position: 0 0;
    background-size: 8px 7px;
    overflow: hidden;
    position: relative;
    */
    padding: 0;
    background-image: url('/wp-content/themes/inkness/images/cybershark/service_back.jpg');
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
}
#main-page-slide {
    position: relative;
    min-height: 300px;
}
#main-page-slider-svg {

}
#main-page-slider-svg svg {
    position: absolute;
    z-index: 1;
    right: -590px;
    bottom: -5px;
    width: 1650px;
}
#main-page-slide-text-container {
    position: absolute;
    z-index: 2;
    top: 47px;
    left: 120px;
}
#main-page-slider-title {
    color: #046AB2;
    font-size: 62px;
    font-weight: normal;
    line-height: 65px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
}
#main-page-slider-subtitle {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 35px;
    margin-top: 0;
}
#main-page-slider-text {
    color: #222222;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 0;
}
#main-page-slider-btn {
    padding-top: 45px;
}
#main-page-slider-btn a,
#main-page-slider-btn a:focus {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    border: 2px solid #046AB2;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 20px;
    position: relative;
    background-color: #046AB2;
}
#main-page-slider-btn a:hover,
#main-page-slider-btn a:active {
    color: #046AB2;
    background-color: #ffffff;
}

@media screen and (max-width: 1200px) {
    #main-page-slider-svg svg {
        right: -500px;
        width: 1650px;
    }
    #main-page-slide-text-container {
        left: 0px;
    }
}

@media screen and (max-width: 992px) {
    #main-page-slide {
        min-height: 180px;
    }
    #main-page-slider-svg svg {
        right: -410px;
        width: 1300px;
    }
    #main-page-slider-title {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 15px;
    }
    #main-page-slider-subtitle {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    #main-page-slider-text {
        font-size: 14px;
        line-height: 22px;
    }
    #main-page-slider-btn {
        padding-top: 35px;
    }
}

@media screen and (max-width: 768px) {
    /*#main-page-slide {
        min-height: 300px;
    }*/
    #main-page-slider-svg svg {
        right: -230px;
        width: 950px;
    }
    #main-page-slide-text-container {
        top: 25px;
    }
    #main-page-slider-title {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 5px;
    }
    #main-page-slider-subtitle {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    #main-page-slider-text {
        font-size: 12px;
        line-height: 16px;
        padding-right: 80px;
    }
    #main-page-slider-btn {
        padding-top: 25px;
    }
}
/* END - HOME PAGE SLIDER*/




/* END - HOME PAGE*/



#form_callback,
#form_order {
    margin: 0;
}
#form_callback .wpcf7-form,
#form_order .wpcf7-form {
    margin: 0;
}

#form_order textarea {
    height: 170px;
}

#form_callback,
#form_order {
    max-width: 370px;
}





/* ??N‚N€?°????N†?° ??N??»N????? */
.service-header-container {
    background-position: center top;
    background-size: cover;
}
.service-header-container-shadow {
    background-image: url('../../images/cybershark/service_back_shadow.png');
    background-position: left top;
    background-size: 1px 14px;
    height: 14px;
}
h1.service-header-title {
    color: #046AB2;
    font-size: 48px;
    font-weight: normal;
    line-height: 54px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 90px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}
.service-header-subtitle {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 65px;
    text-align: center;
}


h2.objective-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 47px;
    margin-bottom: 55px;
    text-align: center;
    padding: 0;
}


.objective-body {
    max-width: 970px;
    margin: 0 auto;
}
.objective-item {
    padding-left: 40px;
    margin-bottom: 65px;
}
.objective-item-number {
    border: 2px solid #046AB2;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #046AB2;
    font-size: 18px;
    line-height: 32px;
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
}
.objective-item-number.objective-item-fa-check {
    border: 2px solid #046AB2;
    background-color: #046AB2;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
}
.objective-item:hover .objective-item-number.objective-item-fa-check {
    border: 2px solid #046AB2;
    background-color: #ffffff;
    color: #046AB2;
}
.objective-item-text {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
    position: relative;
    padding-left: 53px;
}
.objective-item-btn a,
.objective-item-btn a:focus {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    border: 2px solid #046AB2;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 22px;
    position: relative;
    top: -8px;
    background-color: #046AB2;
}
.objective-item-btn a:hover,
.objective-item-btn a:active {
    color: #046AB2;
    background-color: #ffffff;
}

#form_objective,
#form_objective .wpcf7-form {
    margin: 0;
}




.faq-container {
    background-color: #F1F1F1;
    padding-bottom: 50px;
}
.faq-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
}
.faq-subtitle {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    margin-bottom: 40px;
    text-align: center;
}
.faq-body {

}
.faq-items-container {

}
.faq-item {
    margin-bottom: 5px;
}
.faq-item-title {
    margin-bottom: 5px;
}
.faq-item-title .faq-item-title-span {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px dashed transparent;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    font-family: 'MuseoSansRegular', Arial, sans-serif;
}
.faq-item-text {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
    height: auto;
    margin: 0;
    padding-bottom: 20px;
}
.faq-item.spoiler-closed .faq-item-title .faq-item-title-span {
    border-bottom: 1px dashed #222222;
}
.faq-item.spoiler-closed .faq-item-text {
    height: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.faq-items-icon {
    background-image: url('../../images/cybershark/faq_service_icon.png');
    background-position: center center;
    background-size: 281px 253px;
    width: 281px;
    height: 253px;
    display: block;
    text-align: center;
    padding-top: 90px;
    margin: 60px auto 0 auto;
}
.faq-items-icon img {
    width: 73px;
    height: 65px;
}

#faq-btn {
    padding: 25px 0 10px 0;
}
#faq-btn a,
#faq-btn a:focus {
    border: 1px solid #046AB2;
    color: #ffffff;
    background-color: #046AB2;
    background-position: 11px -38px;
    
    background-image: url('../../images/cybershark/calculator.png');
    background-size: 21px 75px;
    background-repeat: no-repeat;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 17px 27px 17px 55px;
    position: relative;
    transition: none;
}
#faq-btn a:hover,
#faq-btn a:active {
    border: 1px solid #046AB2;
    color: #046AB2;
    background-position: 11px 12px;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    #faq-btn a,
    #faq-btn a:focus {
        padding: 17px 15px 17px 45px;
    }
}


.service-more-dots-line {
    background-image: url('../../images/cybershark/dots_back_1.png');
    background-position: left top;
    background-size: 16px 11px;
    height: 11px;
    margin: 0 0 15px 0;
}
.service-more-text-container {
    padding-bottom: 15px;
}
.service-more-text-title {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 12px;
}
.service-more-text-body {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 16px;
    cursor: default;
    height: 105px;
    overflow: hidden;
    position: relative;
}
.service-more-text-body h2 {
    margin: 0 0 10px 0;
}
.service-more-text-body h3 {
    margin: 10px 0 10px 0;
}
.service-more-text-body::before {
    background: transparent;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1.0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 1.0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1.0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1.0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1.0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1.0) 100%);
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.service-more-text-body.opened {
    height: auto;
}
.service-more-text-body.opened::before {
    display: none;
}
.service-more-btn {
    padding-top: 5px;
}
.service-more-btn a,
.service-more-btn a:focus {
    color: #8F8F8F;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    position: relative;
    padding-right: 15px;
}
.service-more-btn a::after {
    position: absolute;
    content: '';
    display: block;
    height: 8px;
    border: 4px solid transparent;
    border-top: 4px solid #8E8E8E;
    right: 0px;
    top: 7px;
    width: 8px;
}
.service-more-btn a:hover,
.service-more-btn a:active {
    color: #0769B2;
    text-decoration: underline;
}
.service-more-btn a:hover::after,
.service-more-btn a:active::after {
    border: 4px solid transparent;
    border-top: 4px solid #0769B2;
}


.service-more-btn-hide {
    padding-top: 5px;
}
.service-more-btn-hide a,
.service-more-btn-hide a:focus {
    color: #8F8F8F;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    position: relative;
    padding-right: 15px;
}
.service-more-btn-hide a::after {
    position: absolute;
    content: '';
    display: block;
    height: 8px;
    border: 4px solid transparent;
    border-bottom: 4px solid #8E8E8E;
    right: 0px;
    top: 3px;
    width: 8px;
}
.service-more-btn-hide a:hover,
.service-more-btn-hide a:active {
    color: #0769B2;
    text-decoration: underline;
}
.service-more-btn-hide a:hover::after,
.service-more-btn-hide a:active::after {
    border: 4px solid transparent;
    border-bottom: 4px solid #0769B2;
}
@media screen and (max-width: 1200px) {
    h1.service-header-title {
        font-size: 42px;
        line-height: 52px;
        margin-top: 70px;
        margin-bottom: 25px;
    }
    .service-header-subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 55px;
    }
    .objective-item {
        padding-left: 30px;
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 992px) {
    h1.service-header-title {
        font-size: 38px;
        line-height: 44px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .service-header-subtitle {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 45px;
    }
    .objective-item {
        padding-left: 10px;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 768px) {
    h1.service-header-title {
        font-size: 28px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .service-header-subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 25px;
    }
    h2.objective-title {
        font-size: 28px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .objective-item {
        padding-left: 0px;
        margin-bottom: 25px;
    }
    .faq-title {
        font-size: 28px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .faq-subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 25px;
    }
    .faq-item-title .faq-item-title-span {
        font-size: 14px;
        line-height: 20px;
    }
    .faq-item-text {
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 10px;
    }
    .faq-container {
        padding-bottom: 20px;
    }

}
/* END - ??N‚N€?°????N†?° ??N??»N????? */








/* ?§N‚?? ??N‹ ???µ?»?°?µ??? */
.service-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 55px;
    margin-bottom: 35px;
    text-align: center;
}

.service-subtitle {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 10px;
    text-align: center;
}

.service-body {
    margin: 60px auto 25px auto;
    position: relative;
}
.service-item {
    margin-bottom: 20px;
}
.service-item-image {
    text-align: center;
    width: 73px;
    height: 73px;
    margin: 0 auto;
    position: relative;
}
.service-item-image > a > img {
    width: 100%;
    height: auto;
    max-width: 73px;
}
.service-item-label {
    position: absolute;
    right: -110px;
    top: 20px;
    width: 100px;
    height: 30px;
}
.service-item-label > img {
    width: 100px;
    height: 30px;
}
.service-item-title {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    height: 22px;
    overflow: hidden;
}
.service-item-text {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 16px;
    line-height: 18px;
    cursor: default;
    text-align: center;
    height: 72px;
    overflow: hidden;
    margin-bottom: 25px;
}
.service-more-stars {
    margin-top: 15px;
}

.page-services {

}
.page-services .service-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 27px;
    margin-bottom: 39px;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .service-item-title {
        height: 40px;
    }

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {
    .service-item-title {
        height: auto;
    }
    .service-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    .service-subtitle {
        font-size: 14px;
        line-height: 18px;
    }
    .service-body {
        margin: 20px auto 25px auto;
    }
    .service-item-image {
        text-align: center;
    }
    .service-item-text {
        height: auto;
        font-size: 14px;
    }
    .service-item-label {
        right: -90px;
        top: 25px;
        width: 80px;
        height: auto;
    }
    .service-item-label > img {
        width: 80px;
        height: auto;
    }
    .page-services .service-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 25px;
    }
}
/* END - ?§N‚?? ??N‹ ???µ?»?°?µ??? */





/* ?Y??N‡?µ??N? N? ???°???? N?N‚????N‚ N€?°?±??N‚?°N‚N?? */

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {

}
/* END - ?Y??N‡?µ??N? N? ???°???? N?N‚????N‚ N€?°?±??N‚?°N‚N?? */




/* ?Y??N‡?µ??N? N? ???°???? N?N‚????N‚ N€?°?±??N‚?°N‚N?? */
.workwithus-dots-line {
    background-image: url('../../images/cybershark/dots_back_5.png');
    background-position: left top;
    background-size: 8px 44px;
    height: 44px;
    margin: 0;
}
.workwithus-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 45px;
    margin-bottom: 35px;
    text-align: center;
}
.workwithus-subtitle {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 10px;
    text-align: center;
}
.workwithus-subtitle-line {
    width: 140px;
    margin: 0 auto;
    border-bottom: 1px solid #0769B2;
}
.workwithus-subtitle-additional {
    color: #222222;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    cursor: default;
    margin-bottom: 80px;
    text-align: center;
    margin-top: 35px;
}

.workwithus-body {
    max-width: 800px;
    margin: 0 auto 55px auto;
}
.workwithus-item {
    margin-bottom: 20px;
}
.workwithus-item-image {
    text-align: right;
}
.workwithus-item-image img {
    width: 100%;
    height: auto;
    max-width: 69px;
}
.workwithus-item-title {
    color: #222222;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 3px;
    margin-bottom: 5px;
}
.workwithus-item-text {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {
    .workwithus-item-image {
        text-align: center;
    }
    .workwithus-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    .workwithus-subtitle {
        font-size: 14px;
        line-height: 18px;
    }

    .workwithus-subtitle-additional {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
        margin-top: 15px;
    }
    .workwithus-item-title {
        text-align: center;
        font-size: 22px;
        line-height: 26px;
    }
    .workwithus-item-text {
        text-align: justify;
    }

}
/* END - ?Y??N‡?µ??N? N? ???°???? N?N‚????N‚ N€?°?±??N‚?°N‚N?? */



/* ?Y??N‡?µ??N? ??N‹ N€?µ???????µ????N??µ?? ?????????»?µ??N???N‹?? ????N‚?µN€???µN‚-???°N€???µN‚??????? */
.wwriim-container {
    background-color: #F1F1F1;
    background-image: url('../../images/cybershark/wwriim_back.jpg');
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}
.wwriim-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 30px;
    margin-bottom: -35px;
    text-align: center;
}
.wwriim-subtitle {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    text-align: center;
}

.wwriim-btn {
    text-align: center;
    padding-top: 10px;
}
.wwriim-btn a,
.wwriim-btn a:focus {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 18px;
    line-height: 19px;
    color: #222222;
    border: 2px solid #046AB2;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 21px 17px;
    position: relative;
    background-color: #ffffff;
}
.wwriim-btn a:hover,
.wwriim-btn a:active {
    color: #046AB2;
}
#form_wwriim,
#form_wwriim .wpcf7-form {
    margin: 0;
}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {
    .wwriim-title{
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .wwriim-subtitle {
        margin-bottom: 20px;
    }
}
/* END - ?Y??N‡?µ??N? ??N‹ N€?µ???????µ????N??µ?? ?????????»?µ??N???N‹?? ????N‚?µN€???µN‚-???°N€???µN‚??????? */




/* ?? ???µ?? ??N‹ N€?°?±??N‚?°?µ??? */
.worktrue-dots-line {
    background-image: url('../../images/cybershark/dots_back_5.png');
    background-position: left top;
    background-size: 8px 44px;
    height: 44px;
    margin: 0;
}
.worktrue-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 45px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}
.worktrue-subtitle {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    margin-bottom: 40px;
    text-align: center;
}

.worktrue-item {
    max-width: 370px;
    margin: 0 auto;
    cursor: default;
}
.worktrue-item-title {
    background-image: url('../../images/cybershark/check_in_circle_blue.png');
    background-position: 27px 5px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin: 15px 0 20px 0;
    padding: 0 0 10px 55px;
    text-transform: uppercase;
    border-left: 1px solid #0769B2;
    min-height: 50px;
    cursor: default;
}
.worktrue-item-text {
    margin-left: 25px;
    margin-bottom: 30px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
}


@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
    .worktrue-item {
        margin: 0 auto 30px auto;
    }
    .worktrue-item-title {
        margin: 15px 0 10px 0;
        padding: 0 0 5px 55px;
    }
}
@media screen and (max-width: 768px) {
    .worktrue-title{
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .worktrue-subtitle {
        margin-bottom: 20px;
    }

}
/* END - ?? ???µ?? ??N‹ N€?°?±??N‚?°?µ??? */



/* ?? ???µ?? ??N‹ ???µ N€?°?±??N‚?°?µ??? */
.workfalse-top-shadow {
    background-image: url('../../images/cybershark/workfalse_top_shadow.jpg');
    background-position: 1px 8px;
    background-size: 1px 8px;
    height: 8px;
}
.workfalse-bottom-shadow {
    background-image: url('../../images/cybershark/workfalse_bottom_shadow.jpg');
    background-position: 1px 8px;
    background-size: 1px 8px;
    height: 8px;
}
.workfalse-container {
    background-color: #DADADA;
}
.workfalse-title {
    color: #222222;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.workfalse-subtitle {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    margin-bottom: 25px;
    text-align: center;
}


.workfalse-item {
    max-width: 370px;
    margin: 0 auto;
    cursor: default;
}
.workfalse-item-title {
    background-image: url('../../images/cybershark/minus_in_circle_gray.png');
    background-position: 27px 5px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    color: #222222;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin: 15px 0 5px 0;
    padding: 0 0 5px 55px;
    text-transform: uppercase;
    border-left: 1px solid #A7A7A7;
    min-height: 50px;
    cursor: default;
}
.workfalse-item-text {
    margin-left: 25px;
    margin-bottom: 35px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
}


@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
    .worktrue-item {
        margin: 0 auto 30px auto;
    }
    .worktrue-item-title {
        margin: 15px 0 10px 0;
        padding: 0 0 5px 55px;
    }
}
@media screen and (max-width: 768px) {
    .workfalse-title{
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .workfalse-subtitle {
        margin-bottom: 20px;
    }
}
/* END - ?? ???µ?? ??N‹ ???µ N€?°?±??N‚?°?µ??? */



/* ???°N??? N€?°?±??N‚N‹ */
.our_work-container {

}
.our_work-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 40px;
    margin-bottom: 35px;
    text-transform: uppercase;
    text-align: center;
}
.our_work-body {
    padding: 0 100px;
    margin-bottom: 45px;
}
.our_work-owl-carousel {

}
.our_work-owl-carousel .our_work-item-image {

}
.our_work-owl-carousel .our_work-item-image img {

}
.our_work-owl-carousel .our_work-item-name {
    color: #222222;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    margin-left: 20px;
}
.our_work-item-text {
    margin-top: 45px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
}
.our_work-item-text a,
.our_work-item-text a:focus {
    color: #046AB2;
    text-decoration: underline;
}
.our_work-item-text a:hover,
.our_work-item-text a:active {
    color: #046AB2;
    text-decoration: none;
}

.our_work-owl-carousel .owl-nav {

}
.our_work-owl-carousel .owl-prev,
.our_work-owl-carousel .owl-prev:focus,
.our_work-owl-carousel .owl-next,
.our_work-owl-carousel .owl-next:focus {
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 20px 36px !important;
    position: absolute !important;
    top: 40%;
    color: transparent !important;
    font-size: 0 !important;
    height: 36px !important;
    width: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.our_work-owl-carousel .owl-prev:hover,
.our_work-owl-carousel .owl-prev:active,
.our_work-owl-carousel .owl-next:hover,
.our_work-owl-carousel .owl-next:active {
    opacity: 0.7 !important;
}
.our_work-owl-carousel .owl-prev,
.our_work-owl-carousel .owl-prev:focus {
    background-image: url('../../images/cybershark/owl_nav_left.png') !important;
    left: -75px;
}
.our_work-owl-carousel .owl-next,
.our_work-owl-carousel .owl-next:focus {
    background-image: url('../../images/cybershark/owl_nav_right.png') !important;
    right: -75px;
}
.our_work-owl-carousel .owl-prev i,
.our_work-owl-carousel .owl-next i {
    color: transparent !important;
    font-size: 0 !important;
}


@media screen and (max-width: 1200px) {
    .our_work-item-text {
        margin-top: 30px;
        font-size: 13px;
        line-height: 17px;
    }
}
@media screen and (max-width: 992px) {
    .our_work-body {
        padding: 0 70px;
        margin-bottom: 35px;
    }
    .our_work-owl-carousel .owl-prev,
    .our_work-owl-carousel .owl-prev:focus {
        left: -45px;
    }
    .our_work-owl-carousel .owl-next,
    .our_work-owl-carousel .owl-next:focus {
        right: -45px;
    }
    .our_work-item-name {
        margin-left: 0px !important;
    }
    .our_work-item-text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 14px;
    }

}
@media screen and (max-width: 768px) {
    .our_work-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .our_work-body {
        padding: 0 25px;
        margin-bottom: 25px;
    }
    .our_work-owl-carousel .owl-prev,
    .our_work-owl-carousel .owl-prev:focus {
        left: -25px;
    }
    .our_work-owl-carousel .owl-next,
    .our_work-owl-carousel .owl-next:focus {
        right: -25px;
    }
    .our_work-owl-carousel .our_work-item-name {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
    }
    .our_work-item-text {
        margin-top: 10px;
        font-size: 11px;
        line-height: 13px;
    }
}
/* END - ???°N??? N€?°?±??N‚N‹ */


/* ?zN‚?·N‹??N‹ ???°N???N… ???»???µ??N‚???? */
.feedback-container {

}
.feedback-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 60px;
    margin-bottom: 55px;
    text-transform: uppercase;
    text-align: center;
}
.feedback-body {
    padding: 0 100px;
    margin-bottom: 45px;
}
.feedback-owl-carousel {

}
.feedback-owl-carousel .feedback-item-image {

}
.feedback-owl-carousel .feedback-item-image img {

}

.feedback-owl-carousel .feedback-item-photo {
    float: left;
    margin: 10px 15px 10px 20px;
}
.feedback-owl-carousel .feedback-item-photo img {
    width: 90px;
    height: 90px;
    border-radius: 45px;
}
.feedback-owl-carousel .feedback-item-name {
    color: #222222;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    margin-top: 25px;
    margin-left: 20px;
}
.feedback-item-profession {
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    margin-top: 7px;
    margin-left: 20px;
}
.feedback-item-text {
    margin-top: 40px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 30px;
    background-image: url('../../images/cybershark/quots_gray.png');
    background-repeat: no-repeat;
    background-position: 5px 2px;
}

.feedback-owl-carousel .owl-nav {

}
.feedback-owl-carousel .owl-prev,
.feedback-owl-carousel .owl-prev:focus,
.feedback-owl-carousel .owl-next,
.feedback-owl-carousel .owl-next:focus {
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 20px 36px !important;
    position: absolute !important;
    top: 40%;
    color: transparent !important;
    font-size: 0 !important;
    height: 36px !important;
    width: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.feedback-owl-carousel .owl-prev:hover,
.feedback-owl-carousel .owl-prev:active,
.feedback-owl-carousel .owl-next:hover,
.feedback-owl-carousel .owl-next:active {
    opacity: 0.7 !important;
}
.feedback-owl-carousel .owl-prev,
.feedback-owl-carousel .owl-prev:focus {
    background-image: url('../../images/cybershark/owl_nav_left.png') !important;
    left: -75px;
}
.feedback-owl-carousel .owl-next,
.feedback-owl-carousel .owl-next:focus {
    background-image: url('../../images/cybershark/owl_nav_right.png') !important;
    right: -75px;
}
.feedback-owl-carousel .owl-prev i,
.feedback-owl-carousel .owl-next i {
    color: transparent !important;
    font-size: 0 !important;
}


@media screen and (max-width: 1200px) {
    .feedback-item-text {
        margin-top: 30px;
        font-size: 13px;
        line-height: 17px;
    }
}
@media screen and (max-width: 992px) {
    .feedback-body {
        padding: 0 70px;
        margin-bottom: 35px;
    }
    .feedback-owl-carousel .owl-prev,
    .feedback-owl-carousel .owl-prev:focus {
        left: -45px;
    }
    .feedback-owl-carousel .owl-next,
    .feedback-owl-carousel .owl-next:focus {
        right: -45px;
    }
    .feedback-item-photo {
        margin-left: 0px !important;
    }
    .feedback-item-name {
        margin-left: 0px !important;
    }
    .feedback-item-profession {
        margin-left: 0px !important;
    }
    .feedback-item-text {
        margin-top: 10px;
        margin-left: 0px !important;
    }
    .feedback-item-text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 14px;
    }

}
@media screen and (max-width: 768px) {
    .feedback-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .feedback-body {
        padding: 0 25px;
        margin-bottom: 25px;
    }
    .feedback-owl-carousel .owl-prev,
    .feedback-owl-carousel .owl-prev:focus {
        left: -25px;
    }
    .feedback-owl-carousel .owl-next,
    .feedback-owl-carousel .owl-next:focus {
        right: -25px;
    }
    .feedback-owl-carousel .feedback-item-photo {
        float: none;
        margin: 5px 0 !important;
    }
    .feedback-owl-carousel .feedback-item-name {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
    }
    .feedback-item-profession {
        font-size: 13px;
        line-height: 14px;
    }
    .feedback-item-text {
        margin-top: 10px;
        font-size: 11px;
        line-height: 13px;
    }
}
/* END - ?•N‰N‘ ???µN??????»N????? ???»NZN????? ?? ???°N??µ?? ???°N€???µ */



/* ?•N‰N‘ ???µN??????»N????? ???»NZN????? ?? ???°N??µ?? ???°N€???µ */

.karma-dots-line {
    background-image: url('../../images/cybershark/dots_back_1.png');
    background-position: left top;
    background-size: 16px 11px;
    height: 11px;
    margin: 0 0 40px 0;
}
.karma-title {
    color: #222222;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}
.karma-body {
    margin-bottom: 15px;
}
.karma-item {
    margin-bottom: 30px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.karma-item-image {
    text-align: center;
    margin-bottom: 10px;
}
.karma-item-text {
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .karma-dots-line {
        margin: 0 0 20px 0;
    }
    .karma-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

/* END - ?•N‰N‘ ???µN??????»N????? ???»NZN????? ?? ???°N??µ?? ???°N€???µ */




/* ?z?±N?N??????? ??N€???µ??N‚ */

.discuss-the-project-dots-line {
    background-image: url('../../images/cybershark/dots_back_5.png');
    background-position: left top;
    background-size: 8px 44px;
    height: 44px;
    margin: 0 0 40px 0;
}
.discuss-the-project-container {
    background-image: url('../../images/cybershark/project_conversation_back-min.jpg');
    background-position: center bottom;
    /*background-size: 1920px 441px;*/
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.discuss-the-project-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 45px;
    text-transform: uppercase;
    text-align: center;
}
.discuss-the-project-subtitle {

}
.discuss-the-project-form {
    max-width: 540px;
    padding: 40px 50px 30px 50px;
    margin: 20px auto 100px auto;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px rgba(111, 111, 111, 0.1);
}
.discuss-the-project-container .wpcf7-form {
    margin: 0;
    max-width: none;
    padding: 0;
}
.discuss-the-project-container .wpcf7-form p {
    margin: 0;
    padding: 0;
}
.discuss-the-project-container .wpcf7-form  textarea {
    height: 170px;
}

@media screen and (max-width: 768px) {
    .discuss-the-project-dots-line {
        margin: 0 0 20px 0;
    }
    .discuss-the-project-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .discuss-the-project-form {
        padding: 10px 15px 10px 15px;
        margin: 10px auto 40px auto;
    }

}

/* END - ?z?±N?N??????? ??N€???µ??N‚*/





/* ??N‚N€?°????N†?° ?s?µ??N??° */
.case-header-container {
    position: relative;
    margin-bottom: 40px;
    background-color: #E6E6E6;
}



.case-header__row {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
}
.case-header__item {
    align-content: stretch;
    flex: 1 1 50%;
    max-width: 50%;
    position: relative;
    display: flex;
}
.case-header__item-right {
    justify-content: left;
}
.case-header__item-left {
    justify-content: center;
    align-items: flex-end;
}

.case-header__title {
    padding: 0 0 0 20px;
}


.case-header-image {
    text-align: center;
    padding: 0 5px 0 5px;
    overflow: hidden;
    position: relative;
}
.case-header-image div {
    display: inline-block;
    position: relative;
    max-width: 760px;
}
.case-header-image div img {
    position: relative;
    z-index: 8;
    width: 100%;
    height: auto;
    max-width: 760px;
}

.case-header-title {
    color: #046AB2;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    text-transform: uppercase;
    margin-top: 75px;
    margin-bottom: 20px;
}
.case-header-subtitle {
    color: #222222;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 20px;
}




.case-dots-line {
    background-image: url('../../images/cybershark/dots_back_1.png');
    background-position: left top;
    background-size: 16px 11px;
    height: 11px;
}
.want-the-same-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.case-item {
    padding: 30px 0;
}
.case-item-title {
    color: #222222;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
}
.case-item-text {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 16px;
    line-height: 20px;
    cursor: default;
}
.case-item-text blockquote {
    margin: 35px 0 55px 0px !important;
}

.case-image-top-container {
    padding-top: 120px;
}
.case-image-top-pc {
    display: block;
}
.case-image-top-mobile {
    display: none;
}
.case-image-bottom-container {
    padding-bottom: 20px;
}
.case-image-bottom-pc {
    display: block;
}
.case-image-bottom-mobile {
    display: none;
}
.case-image-top-pc img,
.case-image-top-mobile img,
.case-image-bottom-pc img,
.case-image-bottom-mobile img {
    width: 100%;
    height: auto;
    max-width: 1920px;
}

.want-the-same-subtitle {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 25px;
    text-align: center;
}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
    .case-header__row {
        flex-direction: row;
    }
    .case-header__item {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .case-header__title {
        padding: 0 15px;
    }
}
@media screen and (max-width: 768px) {
    .case-header-container {
        margin-bottom: 20px;
    }
    .case-header-image {
        padding: 25px 0 0 0;
    }
    .case-header-title {
        font-size: 20px;
        line-height: 20px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .case-header-subtitle {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0px;
    }
    .case-item {
        padding: 10px 0;
    }
    .case-item-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .want-the-same-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .want-the-same-subtitle {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
    }


    .case-image-top-container {
        padding-top: 20px;
    }
    .case-image-top-pc {
        display: none;
    }
    .case-image-top-mobile {
        display: block;
    }
    .case-image-bottom-pc {
        display: none;
    }
    .case-image-bottom-mobile {
        display: block;
    }

}
/* END - ??N‚N€?°????N†?° ?s?µ??N??° */




/* ??N‚N€?°????N†?° ?s?µ??N????? */
.projects-cases {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
}
.projects-cases .detail {
    background-position: center center;
    background-size: cover;
}
.projects-cases .detail:hover {

}
.projects-cases .detail.three {
    flex: 1 1 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
}
.projects-cases .detail {
    height: calc(33vh - 14px);
    min-height: 300px;
    max-height: 350px;
    align-content: stretch;
    text-align: center;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.projects-cases .detail a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.projects-cases .detail a .front {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
}

/*.projects-cases .detail a .front .title {
    position: relative;
    z-index: 10;
    width: 90%;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    margin: auto;
    padding: 0 5%;
    text-shadow: 0 0 5px #000000,0 0 5px #000000;
    text-transform: uppercase;
}*/
.projects-cases .detail a .front .title {
    position: relative;
    z-index: 10;
    width: 90%;
    font-family: 'MuseoSansBold', Arial, san-serif;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin: auto;
    padding: 0;
    text-transform: uppercase;
    top: -50px;
    transition: all 0.9s ease;
    opacity: 0;
}


.projects-cases .detail a:hover .front {
    background-color: rgba(0, 0, 0, 0.5);
}
.projects-cases .detail a:hover .front .title {
    opacity: 1;
    top: 0px;
}



@media screen and (max-width: 1200px) {
    .projects-cases .detail a .front .title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 992px) {
    .projects-cases .detail.three {
        flex: 1 1 50%;
        width: 50%;
        max-width: 50%;
    }
    .projects-cases .detail {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .projects-cases .detail a .front .title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .projects-cases .detail.three {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
    .projects-cases .detail {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .projects-cases .detail a .front {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .projects-cases .detail a .front .title {
        width: 96%;
        font-size: 16px;
        line-height: 20px;
        opacity: 1;
        top: 0px;
    }
}

/* END - ??N‚N€?°????N†?° ?s?µ??N????? */



/* ??N‚N€?°????N†?° ?‘?»???? */
.page-container,
.post-container {
    margin-bottom: 40px;
}
.page-title,
.post-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin: 30px 0;
    padding: 0;
    text-align: left;
}
.blog-description,
.post-content {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 16px;
    line-height: 20px;
    cursor: default;
    /*padding: 20px 0;*/
}
.blog-description a,
.blog-description a:focus,
.post-content a,
.post-content a:focus,
.case-header-subtitle a,
.case-header-subtitle a:focus,
.case-item-text a,
.case-item-text a:focus,
.service-more-text-body a,
.service-more-text-body a:focus,
.faq-item-text a,
.faq-item-text a:focus
 {
    color: #046AB2;
    text-decoration: underline;
}
.blog-description a:hover,
.blog-description a:active,
.post-content a:hover,
.post-content a:active,
.case-header-subtitle a:hover,
.case-header-subtitle a:active,
.case-item-text a:hover,
.case-item-text a:active,
.service-more-text-body a:hover,
.service-more-text-body a:active,
.faq-item-text a:hover,
.faq-item-text a:active {
    color: #046AB2;
    text-decoration: none;
}
.case-item-text p,
.blog-description p,
.post-content p {
    margin-bottom: 20px;
}
.blog-description ol,
.post-content ol,
.service-more-text-body ol {
    margin: 15px 0 15px 80px;
    position: relative;
}
.case-item-text ol li,
.blog-description ol li,
.post-content ol li,
.service-more-text-body ol li {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px 0;
    position: relative;
}
.blog-description ul,
.post-content ul,
.service-more-text-body ul {
    margin: 15px 0 15px 80px;
    list-style: none;
    position: relative;
    overflow: hidden;
}
.case-item-text ol {
    margin: 15px 0 15px 20px;
    position: relative;
}
.case-item-text ul {
    margin: 15px 0 15px 20px;
    list-style: none;
    position: relative;
    overflow: hidden;
}
.case-item-text ul li,
.blog-description ul li,
.post-content ul li,
.service-more-text-body ul li {
    background-image: url('../../images/cybershark/list_circle_blue.png');
    background-repeat: no-repeat;
    background-position: 0px 9px;
    background-size: 7px 7px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 15px;
    margin: 0 0 8px 0;
    position: relative;
}
.case-item-text li ul,
.blog-description li ul,
.post-content li ul,
.service-more-text-body li ul {
    list-style: none;
    margin: 10px 0 0 30px;
    position: relative;
}
.case-item-text li ul li,
.blog-description li ul li,
.post-content li ul li,
.service-more-text-body li ul li {
    background: none;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 15px;
    margin: 0;
    position: relative;
}
.case-item-text li ul li::before,
.blog-description li ul li::before,
.post-content li ul li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 16px;
    line-height: 20px;
}



blockquote {
    background-image: url('../../images/cybershark/quots_blue.png');
    background-repeat: no-repeat;
    background-position: 0px 29px;
    background-size: 16px 13px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 35px 0 55px 80px;
    border: none;
    position: relative;
}
blockquote::before {
    content: '';
    background-image: url('../../images/cybershark/dots_back_1.png');
    background-position: left top;
    background-size: 16px 11px;
    height: 11px;
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
    display: block;
}
blockquote::after {
    content: '';
    background-image: url('../../images/cybershark/dots_back_1.png');
    background-position: left top;
    background-size: 16px 11px;
    height: 11px;
    width: 100%;
    margin: 15px 0 0 0;
    position: relative;
    display: block;
}

blockquote p {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 0 25px;
}

strong {
    font-family: 'MuseoSansRegular', Arial, san-serif;
}

@media screen and (max-width: 1200px) {
    .blog-description ol,
    .post-content ol {
        margin: 15px 0 15px 50px;
    }
    .blog-description ul,
    .post-content ul {
        margin: 15px 0 15px 50px;
    }
    .case-item-text ol {
        margin: 15px 0 15px 10px;
    }
    .case-item-text ul {
        margin: 15px 0 15px 10px;
    }
}

@media screen and (max-width: 992px) {
    .blog-description ol,
    .post-content ol {
        margin: 15px 0 15px 30px;
    }
    .blog-description ul,
    .post-content ul {
        margin: 15px 0 15px 30px;
    }
    .case-item-text ol {
        margin: 15px 0 15px 5px;
    }
    .case-item-text ul {
        margin: 15px 0 15px 5px;
    }
    .case-item-text li ul,
    .blog-description li ul,
    .post-content li ul {
        margin: 10px 0 0 20px;
    }
    blockquote {
        margin: 25px 0 45px 30px;
    }
}

@media screen and (max-width: 768px) {
    .page-container,
    .post-container {
        margin-bottom: 20px;
    }
    .page-title,
    .post-title {
        font-size: 28px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .blog-description,
    .post-content {
        /*font-size: 12px;
        line-height: 16px;*/
        padding: 10px 0;
    }
    .case-item-text ol,
    .blog-description ol,
    .post-content ol {
        margin: 15px 0 35px 10px;
    }
    .case-item-text ol li,
    .blog-description ol li,
    .post-content ol li {
        /*font-size: 12px;
        line-height: 16px;*/
        margin: 0 0 5px 0;
    }
    .case-item-text ul,
    .blog-description ul,
    .post-content ul {
        margin: 15px 0 35px 10px;
    }
    .case-item-text ul li,
    .blog-description ul li,
    .post-content ul li {
        background-position: 0px 5px;
        /*font-size: 12px;
        line-height: 16px;*/
        padding: 0 0 0 15px;
        margin: 0 0 5px 0;
    }
    .case-item-text li ul,
    .blog-description li ul,
    .post-content li ul {
        margin: 5px 0 0 10px;
    }
    .case-item-text li ul li,
    .blog-description li ul li,
    .post-content li ul li {
        /*font-size: 12px;
        line-height: 16px;*/
        padding: 0 0 0 15px;
    }
    .case-item-text li ul li::before,
    .blog-description li ul li::before,
    .post-content li ul li::before {
        /*font-size: 12px;
        line-height: 16px;*/
    }

    blockquote p {
        /*font-size: 12px;
        line-height: 16px;*/
    }
    blockquote {
        margin: 15px 0 35px 10px;
    }
}


.blog-image {
    text-align: left;
}
.blog-header {
    background-image: url('../../images/cybershark/header_blog_back.png');
    background-repeat: repeat-x;
    background-position: left top;
    padding: 50px 0 30px 0;
}
.blog-title {
    color: #046AB2;
    font-size: 28px;
    font-weight: normal;
    line-height: 36px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 20px;
}
.blog-subtitle {
    color: #222222;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-bottom: 20px;
}


@media screen and (max-width: 1200px) {
    .blog-header {
        padding: 30px 0 25px 0;
    }
    .blog-title {
        margin-top: 35px;
    }
}

@media screen and (max-width: 992px) {
    .blog-header {
        padding: 30px 0 20px 0;
    }
    .blog-title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    .blog-header {
        padding: 0px 0 15px 0;
    }
    .blog-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .blog-subtitle {
        /*font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;*/
        margin-bottom: 26px;
    }
    .blog-description p,
    .post-content p {
        margin-bottom: 26px;
    }
}


/* END - ??N‚N€?°????N†?° ?‘?»???? */



/* ???µN?N‚??N??????»N????????? ???° ?“?»?°???????? */
.wwriim-hexagons-container {
    position: relative;
    width: 753px;
    margin: 0 auto;
}
.wwriim-hexagon-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: 251px 514px;
    background-position: 0 0;
    width: 251px;
    height: 257px;
}
.wwriim-hexagon-item:hover {
    background-position: 0 -257px;
    cursor: pointer;
}
.wwriim-hexagon-item-icon {
    position: relative;
    text-align: center;
    padding-top: 50px;
}
.wwriim-hexagon-item-title {
    position: relative;
    text-align: center;
    padding-top: 10px;
    color: #222222;
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    font-family: 'MuseoSansLight', Arial, san-serif;
}
.wwriim-hexagon-item:hover .wwriim-hexagon-item-title {
    color: #0669B2;
}
.wwriim-hexagon-item-text {
    position: relative;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px;
}
.wwriim-hexagon-item:hover .wwriim-hexagon-item-text {
    color: #0669B2;
}
.wwriim-hexagon-item-hint {
    background-repeat: no-repeat;
    background-size: 251px 218px;
    background-position: 0 0;
    position: absolute;
    width: 445px;
    height: 218px;
    padding: 45px 45px 0 45px;
    display: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    font-family: 'MuseoSansLight', Arial, san-serif;
}
.wwriim-hexagon-item-hint > div {
    background-image: url('../../images/cybershark/icon_hint.png');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 13px 13px;
    padding: 0 0 0 20px;
}

.wwriim-hexagon-item:hover .wwriim-hexagon-item-hint {
    display: block;
}
.arrow-hover-t .wwriim-hexagon-item-hint {
    top: -210px;
    left: 0px;
    background-image: url('../../images/cybershark/polygons/to-r.png');
}
.arrow-hover-lt .wwriim-hexagon-item-hint {
    top: -95px;
    left: -390px;
    background-image: url('../../images/cybershark/polygons/to-l.png');
    background-position: right top;
}
.arrow-hover-rt .wwriim-hexagon-item-hint {
    top: -95px;
    right: -390px;
    background-image: url('../../images/cybershark/polygons/to-r.png');
}
.arrow-hover-b .wwriim-hexagon-item-hint {
    bottom: -210px;
    left: 0px;
    background-image: url('../../images/cybershark/polygons/to-l.png');
}
.arrow-hover-lb .wwriim-hexagon-item-hint {
    bottom: -95px;
    left: -390px;
    background-image: url('../../images/cybershark/polygons/to-l.png');
    background-position: right top;
}
.arrow-hover-rb .wwriim-hexagon-item-hint {
    bottom: -95px;
    right: -390px;
    background-image: url('../../images/cybershark/polygons/to-r.png');
}


.col-1 .arrow-hover-t .wwriim-hexagon-item-hint {
    left: -195px;
    background-image: url('../../images/cybershark/polygons/to-l.png');
    background-position: right top;
}
.col-1 .arrow-hover-b .wwriim-hexagon-item-hint {
    left: -195px;
    background-image: url('../../images/cybershark/polygons/to-l.png');
    background-position: right top;
}

.col-2 .arrow-hover-b .wwriim-hexagon-item-hint {
    left: -195px;
    background-image: url('../../images/cybershark/polygons/to-l.png');
    background-position: right top;
}

.col-3 .arrow-hover-t .wwriim-hexagon-item-hint {
    background-image: url('../../images/cybershark/polygons/to-r.png');
}
.col-3 .arrow-hover-b .wwriim-hexagon-item-hint {
    background-image: url('../../images/cybershark/polygons/to-r.png');
}



.rows {
    clear: both;
    float: none;
    position: relative;
}
.cols {
    position: relative;
    float: left;
    width: 33.3333%;
    content: '';
    min-height: 1px;
}
.col-1 {
    position: relative;
    /*z-index: 13;*/
    top: -57px;
    right: -55px;
}
.col-2 {
    position: relative;
    /*z-index: 12;*/
    top: 57px;
}
.col-3 {
    position: relative;
    /*z-index: 11;*/
    top: -57px;
    left: -55px;
}
.row-1 {
    position: relative;
    /*z-index: 26;*/
    margin-bottom: -28px;
}
.row-2 {
    position: relative;
    /*z-index: 25;*/
    margin-bottom: -28px;
}
.row-3 {
    position: relative;
    /*z-index: 24;*/
    margin-bottom: -28px;
}
.row-4 {
    position: relative;
    /*z-index: 23;*/
    margin-bottom: -28px;
}
.row-5 {
    position: relative;
    /*z-index: 22;*/
    margin-bottom: -28px;
}
.row-6 {
    position: relative;
    /*z-index: 21;*/
    margin-bottom: -28px;
}

.wwriim-hexagon-item-11 {
    z-index: 38;
}
.wwriim-hexagon-item-12 {
    z-index: 37;
}
.wwriim-hexagon-item-13 {
    z-index: 36;
}

.wwriim-hexagon-item-21 {
    z-index: 35;
}
.wwriim-hexagon-item-22 {
    z-index: 34;
}
.wwriim-hexagon-item-23 {
    z-index: 33;
}

.wwriim-hexagon-item-31 {
    z-index: 32;
}
.wwriim-hexagon-item-32 {
    z-index: 31;
}
.wwriim-hexagon-item-33 {
    z-index: 30;
}

.wwriim-hexagon-item-41 {
    z-index: 29;
}
.wwriim-hexagon-item-42 {
    z-index: 28;
}
.wwriim-hexagon-item-43 {
    z-index: 27;
}

.wwriim-hexagon-item-51 {
    z-index: 26;
}
.wwriim-hexagon-item-52 {
    z-index: 25;
}
.wwriim-hexagon-item-53 {
    z-index: 24;
}

.wwriim-hexagon-item-61 {
    z-index: 23;
}
.wwriim-hexagon-item-62 {
    z-index: 22;
}
.wwriim-hexagon-item-63 {
    z-index: 21;
}

.wwriim-hexagons-container-mobile {
    display: none;
}
.wwriim-hexagon-item-mobile {
    background-color: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #CBCBCB;
}
.wwriim-hexagon-item-mobile.opened {
    border: 1px solid #0669B2;
}
.wwriim-hexagon-item-title-mobile,
.wwriim-hexagon-item-title-mobile:focus {
    color: #222222;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    padding: 10px 20px 10px 10px;
    position: relative;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.wwriim-hexagon-item-title-mobile:hover,
.wwriim-hexagon-item-title-mobile:active,
.wwriim-hexagon-item-mobile.opened .wwriim-hexagon-item-title-mobile {
    color: #0669B2;
}
.wwriim-hexagon-item-title-mobile:after {
    border: 5px solid transparent;
    border-top: 5px solid #222222;
    position: absolute;
    content: '';
    display: block;
    right: 10px;
    top: 15px;
}
.wwriim-hexagon-item-mobile.opened .wwriim-hexagon-item-title-mobile:after {
    top: 10px;
    transform: rotate(180deg);
    border-top: 5px solid #0669B2;
}
.wwriim-hexagon-item-hint-mobile {
    color: #222222;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    padding: 0;
    max-height: 0;
    overflow: hidden;
}
.wwriim-hexagon-item-mobile.opened .wwriim-hexagon-item-hint-mobile {
    padding: 0 10px 10px 10px;
    max-height: 1000px;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    .wwriim-hexagons-container {
        width: 300px;
    }
    .wwriim-hexagon-item {
        background-size: 100px 205px;
        width: 100px;
        height: 102px;
    }

    .col-1 {
        top: -23px;
        right: -22px;
    }
    .col-2 {
        top: 23px;
    }
    .col-3 {
        top: -23px;
        left: -22px;
    }
    .row-1 {
        margin-bottom: -11px;
    }
    .row-2 {
        margin-bottom: -11px;
    }
    .row-3 {
        margin-bottom: -11px;
    }
    .row-4 {
        margin-bottom: -11px;
    }
    .row-5 {
        margin-bottom: -11px;
    }
    .row-6 {
        margin-bottom: -11px;
    }

    .wwriim-hexagon-item-icon {
        padding-top: 20px;
    }
    .wwriim-hexagon-item-icon img {
        width: 25px;
        height: 25px;
    }
    .wwriim-hexagon-item-title {
        padding-top: 4px;
        font-size: 8px;
        line-height: 7px;
    }
    .wwriim-hexagon-item-text {
        padding-top: 4px;
        font-size: 6px;
        line-height: 6px;
    }
    .wwriim-hexagon-item-hint {
        display: none !important;
    }

    .wwriim-hexagon-item {
        background-position: 0 0 !important;
    }


    .wwriim-hexagons-container-mobile {
        display: block;
    }


}
/* END - ???µN?N‚??N??????»N????????? ???° ?“?»?°???????? */



/* ??N‚N€?°????N†?° ?s????N‚?°??N‚N‹ */

.post-center-container {
    margin-bottom: 80px;
}
.post-center-container .post-center-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin: 30px 0 85px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.contacts-address {
    background-image: url('../../images/cybershark/icon_contacts_pointer.png');
    background-repeat: no-repeat;
    background-size: 24px 26px;
    background-position: 0px 5px;
    color: #222222;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 16px;
    line-height: 20px;
    min-height: 26px;
    padding: 5px 0 5px 45px;
    margin-bottom: 3px;
}
.contacts-phone {
    background-image: url('../../images/cybershark/icon_contacts_phone.png');
    background-repeat: no-repeat;
    background-size: 24px 26px;
    background-position: 0px 10px;
    color: #222222;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 24px;
    line-height: 30px;
    min-height: 26px;
    padding: 5px 0 5px 45px;
    margin-bottom: 0px;
}
.contacts-email {
    background-image: url('../../images/cybershark/icon_contacts_email.png');
    background-repeat: no-repeat;
    background-size: 24px 26px;
    background-position: 0px 0px;
    color: #222222;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 16px;
    line-height: 20px;
    min-height: 26px;
    padding: 5px 0 5px 45px;
    margin-bottom: 12px;
}
.contacts-map {
    margin-bottom: 12px;
}


.contacts-form {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    max-width: 460px;
    margin: 0 0 0 auto;
}
.contacts-form .popup-form-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
}
.contacts-form .wpcf7-form {
    margin: 10px 0 0 0;
    padding: 17px 30px 3px 30px;
}
.contacts-form .wpcf7-form textarea {
    margin-top: 20px;
}


@media screen and (max-width: 1200px) {
    .post-center-container .post-center-title {
        margin: 30px 0 60px 0;
    }
}

@media screen and (max-width: 992px) {
    .post-center-container .post-center-title {
        margin: 25px 0 40px 0;
    }
}

@media screen and (max-width: 768px) {
    .post-center-container .post-center-title {
        font-size: 28px;
        line-height: 30px;
        margin: 20px 0 20px 0;
    }
    .contacts-phone {
        font-size: 16px;
        line-height: 20px;
    }
    .contacts-form {
        margin: 0 auto 0 auto;
    }
}

/* END - ??N‚N€?°????N†?° ?s????N‚?°??N‚N‹ */






/* ??N‚N€?°????N†?° ?z ???°N? */

.about-container {
    margin-bottom: 0px;
}
.about-container .about-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin: 30px 0 10px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.about-container .about-content {
    font-size: 18px;
    line-height: 24px;
}

.about-dots-line {
    background-image: url('../../images/cybershark/dots_back_1.png');
    background-position: left top;
    background-size: 16px 11px;
    height: 11px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .about-container .about-title {
        font-size: 28px;
        line-height: 30px;
        margin: 20px 0 10px 0;
    }
    .about-container .about-content {
        font-size: 12px;
        line-height: 16px;
    }

}


/* ?s?????°?????° */


.commands-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin: 30px 0 45px 0;
    padding: 0;
    text-align: center;
}
.commands-body {
    margin-bottom: 20px;
}
.commands-item {
    position: relative;
    margin-bottom: 30px;
    cursor: default;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    transition: all 0.1s ease-in-out 0.1s;
    filter: grayscale(100%);
}
.commands-item:hover {
    filter: grayscale(0%);
}
.commands-item-image {
    position: relative;
    cursor: default;
    text-align: center;
}
.commands-item-image img {
    width: 100%;
    height: auto;
}
.commands-item-tip {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px 15px 15px 15px;
    background-color: rgba(255,255,255,0.9);
    cursor: default;
    transition: all 0.1s ease-in-out 0.1s;
    bottom: -500px;
}
.commands-item:hover .commands-item-tip {
    bottom: 15px;
}
.commands-item-pointer {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 100%;
}
.commands-item-pointer img {
    width: 100%;
    height: auto;
}
.commands-item-tip .commands-item-title {
    color: #046AB2;
    font-size: 18px;
    line-height: 18px;
    font-family: 'MuseoSansRegular', Arial, san-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: default;
}
.commands-item-tip .commands-item-profession {
    color: #2B2B2B;
    font-size: 14px;
    line-height: 14px;
    font-family: 'MuseoSansRegular', Arial, san-serif;
    margin-bottom: 5px;
    cursor: default;
}
.commands-item-tip .commands-item-text {
    color: #2B2B2B;
    font-size: 14px;
    line-height: 14px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    .commands-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .commands-item {
        filter: grayscale(0%);
    }
    .commands-item .commands-item-tip {
        bottom: 15px;
    }
}
/* END - ???°N??? N†?µ?»?? */




/* ??N?N‚??N€??N? */

.about-history-container {
    margin-bottom: 10px;
}
.about-history-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin: 30px 0 15px 0;
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .about-history-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}
/* END - ??N?N‚??N€??N? */


/* ???°N??? N†?µ?»?? */

.target-dots-line {
    background-image: url('../../images/cybershark/dots_back_1.png');
    background-position: left top;
    background-size: 16px 11px;
    height: 11px;
    margin: 0;
}
.target-container {

}
.target-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin: 30px 0 70px 0;
    padding: 0;
    text-align: center;
}
.target-item {
    padding-left: 40px;
    margin-bottom: 65px;
}
.target-item-number {
    border: 2px solid #046AB2;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #046AB2;
    font-size: 18px;
    line-height: 32px;
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
}
.target-item-text {
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .target-item {
        padding-left: 30px;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 992px) {
    .target-item {
        padding-left: 10px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 768px) {
    .target-title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .target-item {
        padding-left: 0px;
        margin-bottom: 25px;
    }
}
/* END - ???°N??? N†?µ?»?? */



/* ???°N??? ??N€????N†????N‹ */

.principles-container {
    margin-bottom: 40px;
}
.principles-dots-line {
    background-image: url('../../images/cybershark/dots_back_1.png');
    background-position: left top;
    background-size: 16px 11px;
    height: 11px;
    margin: 0;
}
.principles-title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 35px;
    margin-bottom: 30px;
    text-align: center;
}
.principles-subtitle {
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    margin-bottom: 40px;
    text-align: center;
}

.principles-item {
    max-width: 370px;
    margin: 0 auto;
    cursor: default;
    min-height: 220px;
}
.principles-item-title {
    background-image: url('../../images/cybershark/check_in_circle_blue.png');
    background-position: 27px 5px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    color: #222222;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin: 15px 0 20px 0;
    padding: 0 0 10px 55px;
    text-transform: uppercase;
    border-left: 1px solid #0769B2;
    min-height: 50px;
    cursor: default;
}
.principles-item-text {
    margin-left: 25px;
    margin-bottom: 45px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 14px;
    line-height: 18px;
    cursor: default;
}


@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
    .principles-item {
        margin: 0 auto 30px auto;
    }
    .principles-item-title {
        margin: 15px 0 10px 0;
        padding: 0 0 5px 55px;
    }
}
@media screen and (max-width: 768px) {
    .principles-title{
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .principles-subtitle {
        margin-bottom: 20px;
    }

}
/* END - ???°N??? ??N€????N†????N‹ */

/* END - ??N‚N€?°????N†?° ?z ???°N? */






.at-below-post {
    margin: 30px 0 0 0;
}
.bawmrp {
    clear: both;
    margin: 25px 0;
}
.bawmrp__title {
    font-size: 26px;
    line-height: 34px;
    margin: 22px 0;
    color: #1E1E1E;
}
.card {
    text-align: center;
    margin: 40px 0px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.Price_top {
    background-color: #0095da;
    padding: 15px;
}
.box_price {
    width: 135px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    color: #222222;
    border-radius: 5px;
    font-size: 22px;
    padding: 10px;
    font-weight: bold;
}
.box_price span {
    font-weight: normal;
    font-size: 18px;
}
.item_title_price {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 26px;
}
.card-block ul {
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.card-block .list-group-item {
    border:none;
}
.card-block ul li {
    text-align: left;
}
.card-block .blue_block {
    background: #b5d2e647 !important;
}
.card-block .white_block {
    background: #FEF9FA !important;
}
.sub_title {
    font-size: 20px;
    text-align: center !important;
    text-transform: uppercase;
}
.Price_botoom {
    background-color: #0095da;
    padding: 30px 15px;
}
.Price_botoom a{
    margin: 0 auto;
    background: #fff;
    text-align: center;
    color: #222222;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
}
.card:hover {padding: 0px 0px 5px 0px;background: #0095da;margin-top: 15px;box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 8px -4px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 8px -4px rgba(0, 0, 0, 0.2);-moz-box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 8px -4px rgba(0, 0, 0, 0.2);-o-box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 8px -4px rgba(0, 0, 0, 0.2);transition: all 0.2s linear 0s;-webkit-transition: all 0.2s linear 0s;-moz-transition: all 0.2s linear 0s;-o-transition: all 0.2s linear 0s;}
.card:hover .Price_top {

    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.card:hover .card-block ul li{
    background-color: #0095da !important;
    color: #fff;
    border-radius: 0px;
    border-bottom: 2px solid #fff;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.card:hover .Price_botoom {
    margin-bottom: 40px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}


/*Popup*/
#pp {
    position: fixed;
    top: -550px;
    left: 50%;
    margin-left: -415px;
    width: 100%;
    max-width: 830px;
    background: #f0f0f0;
    z-index: 999999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    background: url(../../images/cybershark/background_popup.jpg) center no-repeat;
    background-size: cover;
}
#pp-bg {
    position: fixed;
    top:0; left:0;
    width:100%; height: 100%;
    background: rgba(148,181,217,0.7);
    z-index:99999;
    display: none;
}
p.Title_popup {
    color: #046ab2;
    font-size: 42px;
    line-height: 44px;
    font-family: "MuseoSansRegular";
}
.wrapp_popup {
    padding: 60px;
}
p.Title_popup2 {
    font-size: 32px;
    color: #333333;
    font-family: "MuseoSansRegular";
    letter-spacing: -0.7px;
}
p.Text_popup {
    color: #373535;
    font-size: 22px;
    font-family: "MuseoSansLight";
    margin-bottom: 20px;
}
.Form_popup img {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}
div#wpcf7-f1254-o3 {
    float: left;
    width: 100%;
    max-width: 645px;
    padding: 0px;
}
.Form_popup .wpcf7-form {
    margin: 0px;
    padding: 0px;
}
.Form_popup {
    margin-bottom: 60px;

}
div#wpcf7-f1254-o3 input[type="email"] {
    width: 100%;
    height: 40px;
    border: 1px solid #e0e0e0;
    padding: 25px;
    margin: 0;
    font-size: 18px;
}
div#wpcf7-f1254-o3 .wpcf7-submit {
    position: absolute !important;
    right: 5px !important;
    top: -17px !important;
    width: 200px !important;
    border: 1px solid #e0e0e0 !important;
    text-align: center;
    color: #fff !important;
    background: #046ab2 !important;
    height: 46px !important;
    text-transform: inherit !important;
    font-size: 20px !important;
    line-height: 16px !important;
}
.Close_popup {
    position: absolute;
    right: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    top: -25px;
}
.Close_popup:hover {
    cursor: pointer;
    text-decoration: underline;
}
/*END Popups*/

div#wpcf7-f1213-o4 .wpcf7-form textarea,
div#wpcf7-f1215-o6 .wpcf7-form textarea,
div#wpcf7-f1214-o5 .wpcf7-form textarea {
    margin-top: 0px;
}
div#wpcf7-f1213-o4 input[type="text"], div#wpcf7-f1213-o4 input[type="email"],
div#wpcf7-f1215-o6 input[type="text"], div#wpcf7-f1215-o6 input[type="email"],
div#wpcf7-f1214-o5 input[type="text"], div#wpcf7-f1214-o5 input[type="email"]{
    margin-top: 0px !important;
}

div#wpcf7-f1213-o4 .wpcf7-form input[type="tel"],
div#wpcf7-f1215-o6 .wpcf7-form input[type="tel"],
div#wpcf7-f1214-o5 .wpcf7-form input[type="tel"] {
    margin-top: 0px !important;
}



@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {
    /*#pp {
        top: 10% !important;
        left: 5%;
        margin-left: 0;
        width: 90%;
        max-width: 90%;
    }*/
    div#wpcf7-f1254-o3 {
        width: 100%;
        max-width: 500px;
    }
    .Close_popup {
        right: 10px;
        top: -25px;
    }
}

@media screen and (max-width: 768px) {
    p.Title_popup {
        font-size: 30px;
        line-height: 35px;
    }
    p.Title_popup2 {
        font-size: 22px;
        line-height: 25px;
    }
    p.Text_popup {
        font-size: 18px;
    }
    .wrapp_popup {
        padding: 20px;
    }
    #pp {
        margin-left: 0;
        max-width: 95%;
        left: 2.5%; 
    }
}

@media screen and (max-width: 650px) {
    .Form_popup img {
        display: none;
    }
    div#wpcf7-f1254-o3 .wpcf7-submit {
        position: relative !important;
    }
}


.our_work-body__plitka {
    margin-bottom: 40px;
}
.our_work-body__plitka .projects-cases {
    justify-content: center;
}
.projects-cases .detail.three {
    flex: 1 1 calc(33% - 10px);
    width: calc(33% - 10px);
    max-width: calc(33% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
}
@media screen and (max-width: 992px) {
    .projects-cases .detail.three {
        flex: 1 1 calc(50% - 10px);
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}
@media screen and (max-width: 768px) {
    .projects-cases .detail.three {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}






.lp-prices__wrapper {
    padding: 60px 0 0 0;
    background-color: #F1F1F1;
}
.lp-prices__title {
    color: #222222;
    font-size: 48px;
    font-weight: normal;
    line-height: 50px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 0;
    margin-bottom: 55px;
    text-transform: uppercase;
    text-align: center;
}
.lp-prices__body {
    
}
.price-form-title {
    color: #4B4B4B;
    font-family: 'MuseoSansLight', Arial, san-serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}
.popup-form-subtitle {
    color: #4B4B4B;
    /*font-family: 'MuseoSansLight', Arial, san-serif;*/
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {
    .lp-prices__wrapper {
        padding: 25px 0 0 0;
    }
    .lp-prices__title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
    }
}


.rpt_3_plans .rpt_plan {
    width: 33% !important;
    margin: 0 !important;
}
.rpt_plan {
    border: none;
    border-top: 4px solid #DEDEDE;
    border-bottom: 4px solid #DEDEDE;
    background-color: #F9F9F9;
}
.rpt_recommended_plan {
    position: relative !important;
    top: -20px !important;
    padding-top: 20px;
    padding-bottom: 60px;
    border: none;
    border-top: 4px solid #0669B2;
    border-bottom: 10px solid #E5E5E5;
    background-color: #ffffff;
}
.rpt_title {
    border: none !important;
    background: none !important;
    font-size: 20px !important;
    line-height: 22px !important;
    color: #4B4B4B !important;
    border-radius: 0 !important;
    text-align: center !important;
    cursor: default !important;
    padding: 27px 15px 0px 15px !important;
    margin-bottom: 15px !important;
}
.rpt_head {
    border: none !important;
    background: none !important;
}
.rpt_subtitle {
    color: #0669B2 !important;
    text-align: center !important;
    font-size: 24px !important;
    line-height: 28px !important;
    cursor: default !important;
    padding: 0px 15px 0px 15px !important;
    margin-bottom: 27px !important;
}
.rpt_style_basic .rpt_plan .rpt_features {
    padding: 0px 50px !important;
    background: transparent !important;
    text-align: left !important;
}
.rpt_feature {
    font-family: 'MuseoSansLight', Arial, sans-serif;
    color: #4B4B4B !important;
    font-size: 16px !important;
    line-height: 18px !important;
    border: none !important;
    padding: 2px 0px 2px 40px !important;
    margin-bottom: 9px !important;
    cursor: default !important;
}
.rpt_disable.rpt_feature {
    /*text-decoration: line-through;*/
    color: #8A8A8A !important;
}
.rpt_inable.rpt_feature {
    background-image: url('../../images/cybershark/check_in_circle_blue.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 20px 20px;
}
.rpt_disable.rpt_feature {
    background-image: url('../../images/cybershark/x__circle.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 20px 20px;
}
.rpt_price {
    font-family: 'MuseoSansMedium', Arial, sans-serif;
    color: #4B4B4B;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 17px;
    cursor: default;
}
.rpt_custom_btn {
    text-align: center !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: -23px !important;
}
.rpt_custom_btn .btn-price,
.rpt_custom_btn .btn-price:focus {
    background-color: #FF4E4E !important;
    border: none !important;
    border-radius: 4px;
    box-shadow: 0 4px 0 #EDEDED !important;
    color: #ffffff !important;
    display: block !important;
    font-family: 'MuseoSansMedium', Arial, san-serif;
    font-size: 24px !important;
    margin: 0 auto !important;
    padding: 13px 20px 13px 20px !important;
    text-shadow: none !important;
    text-transform: uppercase;
    line-height: 24px !important;
    width: 100% !important;
    max-width: 190px !important;
}
.rpt_custom_btn .btn-price:hover {
    background-color: #FF5F5F !important;
    border: none !important;
    border-radius: 4px;
    box-shadow: 0 4px 0 #EDEDED !important;
    color: #ffffff !important;
    display: block !important;
    font-family: 'MuseoSansMedium', Arial, san-serif;
    font-size: 24px !important;
    margin: 0 auto !important;
    padding: 13px 20px 13px 20px !important;
    text-shadow: none !important;
    text-transform: uppercase;
    line-height: 24px !important;
    width: 100% !important;
    max-width: 190px !important;
}
.rpt_custom_btn .btn-price:active {
    background-color: #FF2828 !important;
    border: none !important;
    border-radius: 4px;
    box-shadow: 0 4px 0 #EDEDED !important;
    color: #ffffff !important;
    display: block !important;
    font-family: 'MuseoSansMedium', Arial, san-serif;
    font-size: 24px !important;
    margin: 0 auto !important;
    padding: 13px 20px 13px 20px !important;
    text-shadow: none !important;
    text-transform: uppercase;
    line-height: 24px !important;
    width: 100% !important;
    max-width: 190px !important;
}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
    .rpt_style_basic .rpt_plan .rpt_features {
        padding: 0px 15px !important;
    }
    .rpt_feature {
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 2px 0px 2px 30px !important;
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .rpt_3_plans .rpt_plan {
        margin: 10px 0 40px 0 !important;
        width: 100% !important;
        float: none !important;
    }
    .rpt_recommended_plan {
        position: relative !important;
        top: 0px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .rpt_subtitle {
        margin-bottom: 20px !important;
    }
    .rpt_feature {
        margin-bottom: 5px !important;
    }
    .rpt_price {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px) {
    .rpt_plans .rpt_plan {
        margin: 10px 0 40px 0 !important;
        width: 100% !important;
        float: none !important;
    }
    .rpt_3_plans .rpt_plan {
        margin: 10px 0 40px 0 !important;
        width: 100% !important;
        float: none !important;
    }
    
    .rpt_custom_btn .btn-price,
    .rpt_custom_btn .btn-price:focus {
        font-size: 14px !important;
    }
    .rpt_custom_btn .btn-price:hover {
        font-size: 14px !important;
    }
    .rpt_custom_btn .btn-price:active {
        font-size: 14px !important;
    }
}


.partner-top-shadow {
    background-image: url('../../images/cybershark/workfalse_top_shadow.jpg');
    background-position: 1px 8px;
    background-size: 1px 8px;
    height: 8px;
}
.partner-bottom-shadow {
    background-image: url('../../images/cybershark/workfalse_bottom_shadow.jpg');
    background-position: 1px 8px;
    background-size: 1px 8px;
    height: 8px;
}
.partner-container {
    background-color: #DADADA;
}
.partner-title {
    color: #222222;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    font-family: 'MuseoSansLight', Arial, san-serif;
    cursor: default;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.partner-item {
    max-width: 370px;
    margin: 0 auto 30px auto;
    cursor: pointer;
    background-color: #fff;
    padding: 10px 15px;
    text-align: center;
    min-height: 200px;
}
.partner-item-title {
    font-family: 'MuseoSansLight', Arial, san-serif;
    margin-bottom: 10px;
}
.partner-item img {
    max-width: 280px;
    width: 100%;
}