/*Theme Name: Kiroyan Partners
Theme URI: www.kiroyan-partners.com
Description: theme wordpress untuk website Kiroyan Partners. Theme bukan untuk publik. Hak cipta pada Kiroyan Partners.
Version: 1.0
Author: Bhawika Arthadhana - Kumata Studio
Author Bhawika Arthadhana
Author URI: http://www.kumata-studio.com/
Version: 1
*/
/*GENERAL */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

HTML,
BODY {
    padding: 0;
    margin: 0;
}

BODY {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #282828;
}

A {
    transition: color 0.2s;
    color: #282828;
    text-decoration: none;
}

A:hover {
    text-decoration: none;
}

A IMG {
    border: 0;
}

.wrap {
    max-width: 1020px;
    margin: 0 auto;
    padding: 80px 20px;
}
/* LAYOUT */

header#header-page {
    color: #FFF;
    position: relative;
    z-index: 99999!important;
}

header#header-page .wrap {
    padding: 30px 40px!important;
    max-width: 1366px!important;
}

#header-page .header-menu {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

#header-page .header-menu:after {
    content: "";
    clear: both;
    width: 1px;
    height: 1px;
    display: block;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

.header-menu-bottom > LI.menutop-show-onsmall {
    display: none;
}

.header-menu-bottom {
    list-style: none;
    display: block;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 0 1px #000;
    margin: 15px 0 0;
}

.header-menu-bottom > LI {
    display: inline-block;
}

.header-menu-bottom > LI > A {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 8px 5px;
}

.header-menu-bottom > LI > A:hover {
    color: #CCC;
}

.header-menu-bottom > LI:not(.no-divider) > A:after {
    display: inline;
    content: "/";
    margin-left: 15px;
    vertical-align: middle;
    font-size: 10px;
    color: #FFF;
}

.header-menu-bottom > LI.icon-home > A {
    padding: 8px 20px;
}

.header-menu-bottom > LI:last-child > A {
    padding: 8px 0 8px 5px;
}

.header-menu-bottom > LI.has-submenu {
    position: relative;
}

.header-menu-bottom > LI.has-submenu:hover UL.header-submenu {
    display: block;
}

.btn-menu-mobile {
    display: none!important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bolder;
    text-shadow: 0 0 1px #000;
    padding: 10px 20px;
    background: rgba(29, 29, 29, 0.9);
    text-align: right;
    position: absolute;
    right: 40px;
    top: 60px;
}

.btn-menu-mobile:before {
    background: url(img/icon/icon_menu.gif) no-repeat 0 center;
    width: 13px;
    height: 13px;
    display: inline-block;
    content: "";
    margin-right: 10px;
}

.header-menu UL.header-submenu {
    display: none;
    position: absolute;
    list-style: none;
    z-index: 99999;
    padding: 0;
    width: 250px;
}

.header-menu UL.header-submenu > LI {
    text-align: left;
    background: rgba(29, 29, 29, 0.9);
    border-bottom: 1px #3A3A3A solid
}

.header-menu UL.header-submenu > LI:nth-child(1) {
    margin-top: 20px;
    padding-top: 10px
}

.header-menu UL.header-submenu > LI:last-child {
    border-bottom: none;
}

.header-menu UL.header-submenu > LI:nth-child(1):before {
    display: block;
    content: "";
    border-bottom: 15px solid rgba(29, 29, 29, 0.9);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 5px;
    left: 25px;
}

.header-menu UL.header-submenu > LI:last-child {
    padding-bottom: 10px
}

.header-menu UL.header-submenu > LI > A {
    text-decoration: none;
    color: #FFF;
    padding: 10px 30px;
    display: block;
}

.header-menu UL.header-submenu > LI > A:hover {
    color: #CCC;
}

.logo-top {
    width: 218px;
    height: 122px;
}

#content {
    background: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}

#partners .wrap {
    padding: 40px 20px;
}
/* MODUL */

#banner {
    position: relative;
    height: 450px;
}

.banner-content {
    width: 100%;
    margin: 0;
    position: absolute;
    padding: 0;
    text-align: center;
    background: #C00000 url(img/arrow-big-red.gif) no-repeat right top;
    background-size: auto 100%;
    bottom: 0;
    left: 0;
}

.banner-content-left {
    width: 75%;
}

.banner-content-left .title-small {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    color: #FFF;
    text-transform: uppercase;
}

.banner-content-left .desc-small {
    font-size: 14px;
    margin-top: 10px;
    color: #FFF;
}

.banner-content .wrap {
    max-width: 1100px!important;
    padding: 30px 40px!important;
}

.banner-content .wrap > DIV {
    display: inline-table;
    width: 100%;
}

.banner-content .wrap > DIV > DIV {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.banner-content-right {
    text-align: right!important;
}

.bg-banner {
    padding: 0;
    margin: 0 0 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #282828;
    height: 500px;
    z-index: -1;
    height: 550px;
}

.bg-banner-detail-team .wrap > DIV {
    margin-top: 250px;
    width: 600px;
}

.bg-banner-detail-team .wrap {
    padding: 0;
}

.banner-content H1 {
    margin: 0;
    color: #FFF;
    font-size: 32px;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
}

.banner-content P {
    color: #FFF;
    font-size: 20px;
    line-height: 1.4em;
    margin: 10px 10px 10px 0;
}

DIV.section.is-title-left .wrap:after {
    content: "";
    height: 1px;
    width: 1px;
    display: block;
    clear: both;
}

DIV.section.is-title-left .section-title {
    float: left;
    width: 25%;
    text-align: left;
}

DIV.section.is-title-left .content-content {
    float: right;
    width: 70%;
}

.section-desc .wrap {
    padding: 80px 0;
    max-width: 880px;
}

H2.section-title {
    font-size: 32px;
    color: #C00000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0 0 40px 0;
    line-height: 1.2em;
    word-wrap: break-word;
}

H4.section-title {
    font-size: 20px;
    color: #C00000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0 0 40px 0;
    word-wrap: break-word;
}

H2.section-title.is-have-desc,
H4.section-title.is-have-desc {
    margin: 0 0 20px 0;
}

.section-desc-content {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin: 0 auto 40px auto;
    line-height: 1.5em;
    max-width: 880px;
}

.section-desc-content A {
    color: #C00000;
    text-decoration: none;
}

.section-more {
    text-align: center;
    margin-top: 40px;
}



.section-news-home {
    background: url(img/bg-news-home.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: 100% 100%;
    color: #FFF;
}

.section-news-home .wrap {
    max-width: 1100px!important;
    padding: 80px 20px;
}

.section-news-home H2.section-title {
    color: #FFF;
    text-shadow: 0 0 1px #000;
    margin-bottom: 40px;
}

.section-news-home .button:hover {
    color: #FFF!important;
}

.list-news-home {
    margin: 0;
    padding: 40px 70px;
    position: relative;
    background: rgba(0,0,0,0.5);
}

.list-news-home LI {
    list-style: square;
    margin-left: 20px;
    width: 80%;
}
.list-news-home LI:first-child {
    list-style: none;
    margin-bottom: 30px;
    margin-left: 0;
    border-bottom: 1px solid #868686;
    padding-bottom: 30px;
    width: 100%;
}
.list-news-home LI:first-child .list-news-home-title {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.list-news-home LI A {
    color: #FFF;
    text-decoration: none;
}
.list-news-home LI A:hover {
    color: #CCC;
}
.list-news-home LI .more {
    display: block;
    margin-top: 10px;
}
.list-news-home LI .more A {
    padding: 0 10px 2px;
    display: inline-block;
    text-transform: uppercase;
    background: #282828;
    font-size: 11px;
}
.list-news-home-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto!important;
    list-style: none!important;
}


.section-services-home {
    background: url(img/bg-services-home.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.list-news-home-desc {
  font-size: 16px;
}


.section-services-home .wrap {
    max-width: 1120px!important;
    padding: 100px 20px;
}

.section-services-home H2.section-title {
    color: #FFF;
    text-shadow: 0 0 1px #000;
}

.services-list-home {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 40px auto 10px;
    background: rgba(40, 40, 40, 0.9)
}

.services-list-home > UL {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
    width: 40%;
    background: #000000;
}

.services-list-home > UL > LI {
    display: block;
    padding: 25px 30px 25px 40px;
    border-bottom: 2px solid #282828;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    transition: background 0.5s;
    text-transform: uppercase;
}

.services-list-home > UL > LI:not(.active):hover {
    background: #111;
}

.services-list-home > UL > LI:last-child {
    border-bottom: none;
}

.services-list-home > UL > LI.active {
    background: #C00000 url(img/arrow-small-red.png) no-repeat right top;
    background-size: auto 100%;
    color: #FFF;
    border-bottom: none;
}

.services-list-home-content {
    display: none;
}

.services-box-viewer {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    padding: 40px 0 40px 50px;
    color: #FFF;
    font-size: 16px;
}

.services-list-home-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.services-list-home-desc {
    margin-bottom: 30px;
    line-height: 1.5em;
    font-family: "Open Sans", sans-serif;
    text-transform: none!important;
}

.services-list-home-btn .button:first-child {
    margin-right: 20px;
}

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

.team-list > LI {
    width: 30%;
    background: #FFF;
    border: 1px solid #DDD;
    padding: 0;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    height: 545px;
    transition: all ease-out 0.2s;
}

.team-list > LI:hover {
    box-shadow: 0px 3px 9px 1px #999;
    transform: translateY(-5px);
}

.team-list > LI:hover .team-list-desc {
    height: auto;
    position: absolute;
    bottom: 0;
    padding-top: 20px;
}

.team-list-cover {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-list-cover IMG {
    width: 100%;
}

.team-list-desc {
    height: 150px;
    overflow: hidden;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 25px;
    background: #FFF;
    transition: all 0.3s;
}

.team-list H3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #C00000;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.3em;
}

.team-list H3 A {
    color: #C00000;
    text-decoration: none;
}

.team-list-title {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #C00000;
    line-height: 1.3em;
}

.team-list-position {
    margin: 0;
    color: #282828;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.3em;
}

.team-list-summary {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em
}

.team-list:after {
    display: list-item;
    content: "";
    width: 1px;
    height: 1px;
    clear: both;
    border: none;
    float: none;
}

.team-list > LI:nth-child(3n) {
    margin-right: 0px!important;
}

.team-list .more A,
.casestudies-list .more A {
    color: #C00000;
    font-weight: 700;
}

.team-list .more,
.casestudies-list .more {
    display: none;
}

.team-list > LI:hover .more,
.casestudies-list > LI:hover .more {
    display: block;
}

.list-show-on-small {
    display: none!important;
}

.team-position-1 {
    font-size: 25px;
    display: block;
    margin-bottom: 5px;
}

.team-position-2 {
    font-size: 18px;
    font-style: italic;
    display: block;
}

.team-position-2 A {
    color: #FFF;
    text-decoration: none;
}

.page-in-banner {
    color: #FFF;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1em;
    text-shadow: 0 1px 2px #333;
}

H1.name-in-banner {
    color: #FFF;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 1em;
    text-shadow: 0 1px 2px #333;
    margin: 0
}

.title-in-banner {
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin-bottom: 5px;
    text-shadow: 0 1px 2px #333;
}

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

.casestudies-list > LI {
    width: 30%;
    background: #FFF;
    border: 1px solid #DDD;
    padding: 0;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    height: 275px;
    position: relative;
    transition: all ease-out 0.2s;
}

.casestudies-list > LI:hover {
    box-shadow: 0px 3px 9px 1px #999;
    transform: translateY(-5px);
}

.casestudies-list-cover {
    width: 100%;
    height: 130px;
    overflow: hidden;
    margin-bottom: 20px;
}

.casestudies-list-cover IMG {
    width: 100%;
}

.casestudies-list-desc {
    height: 100px;
    overflow: hidden;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 25px;
    transition: all 0.3s;
    background: #FFF
}

.casestudies-list H3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    color: #C00000;
    text-align: center;
}

.casestudies-list H3 A {
    color: #C00000;
    text-decoration: none;
}

.casestudies-list-title {
    margin: 0;
    color: #282828;
    font-size: 16px;
    text-align: center;
    font-style: italic;
    margin-bottom: 15px;
}

.casestudies-list-summary {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}

.casestudies-list:after {
    display: list-item;
    content: "";
    width: 1px;
    height: 1px;
    clear: both;
    border: none;
    float: none;
}

.casestudies-list > LI:nth-child(3n) {
    margin-right: 0px!important;
}

.client-list-home {
    padding: 0;
    text-align: center
}

#call-to-action H2 {
    color: #C00000;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 10px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3em;
}

.call-action-desc {
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}

.call-action-desc A {
    color: #C00000;
}

.call-action-desc A:hover {
    color: #282828;
}

#team-categories {
    background: #770202;
}

#team-categories .wrap {
    padding: 0 20px;
}

#team-categories UL {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    line-height: 1.3em
}

#team-categories UL LI {
    display: inline-block;
    position: relative;
}

#team-categories LI A {
    color: #FFF;
    display: block;
    padding: 30px 0 30px 20px;
    text-align: center
}

#team-categories LI A:hover {
    color: #CCC;
}

#team-categories LI.current-cat:after {
    display: block;
    content: "";
    border-top: 25px solid #770202;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 1px;
}

#team-categories LI > A:after {
    display: inline;
    content: "/";
    margin-left: 30px;
    vertical-align: middle;
    font-size: 10px;
    color: #FFF;
}

#team-categories LI:last-child > A:after {
    display: none;
}

.content-accordion {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.content-accordion > LI {
    padding: 0;
    margin-bottom: 10px;
}

.content-accordion-title {
    text-transform: uppercase;
    color: #C00000;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
    padding: 20px 30px;
    background: url(img/icon/icon-client.png) no-repeat 10px center , #F4F4F4 url(img/arrow-small-grey.png) no-repeat right top;
    background-size: auto 100%;
    transition: all 0.3s
}

.content-accordion-title:hover {
    box-shadow: 0px 3px 9px 0 #999;
    transform: translateY(-3px);
    background: #C00000 url(img/arrow-small-red.png) no-repeat right top;
    background-size: auto 100%;
    color: #FFF
}

.content-accordion-title H3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.content-accordion-hidden {
    display: none;
    padding: 20px 30px;
}

.content-accordion > LI.active .content-accordion-title {
    background: #C00000 url(img/arrow-small-red.png) no-repeat right top;
    background-size: auto 100%;
    color: #FFF!important;
    box-shadow: 0px 3px 9px 0 #999;
}
.content-accordion-note-bottom {
    margin-top: 50px;
}

.section-footer {
    background: #282828;
    display: table;
    width: 100%;
}

.section-footer > DIV {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.section-footer-left {
    width: 250px;
}

.section-footer-center {
    text-align: center;
}

.section-footer-center-content {
    width: 600px;
    display: inline-block;
}

.section-footer-right {
    background: url(img/bg-decorated-grey-small-right.png) no-repeat right top;
    background-size: 100% auto;
    width: 250px;
}

.menu-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.menu-footer > LI {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.menu-footer > LI A {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.menu-footer > LI A:hover {
    color: #CCC;
}

.menu-footer > LI:not(.no-divider) > A:after {
    display: inline;
    content: "/";
    margin-left: 15px;
    vertical-align: middle;
    font-size: 10px;
    color: #FFF;
}

.img-logo-bottom {
    width: 100%;
}

.copyrights {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
    width: 100%;
    display: block;
    font-weight: 400;
}

.sosmed-footer {
    color: #FFF;
    font-weight: 600;
}
.sosmed-footer UL {
    display: block;
    text-align: left;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.sosmed-footer UL > LI {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-right: 10px;
}

.team-quote {
    max-width: 730px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.team-quote-content {
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 10px 0;
    line-height: 1.3em;
}

.team-quote-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.article-paragraph {
    max-width: 730px;
    margin: 0 auto;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: 400;
}

.article-paragraph P {
    margin-bottom: 30px;
}

.share-socmed-horizontal {
    text-align: center;
}

.share-socmed-horizontal .wrap {
    padding: 60px 20px!important;
}

.share-socmed-horizontal H3 {
    text-transform: uppercase;
    margin: 0 0 20px;
}

.share-socmed-horizontal .list-socmed A {
    margin-right: 15px;
}

.share-socmed-horizontal .list-socmed A:last-child {
    margin-right: 0;
}

.content-content {
    position: relative;
}

.content-content-left {
    float: left;
    width: 45%;
    margin-right: 20px;
}

.content-content-right {
    float: right;
    width: 45%;
}
.content-right-50 {
    width: 50%!important
}

.content-content-title {
    color: #C00000;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase
}

.content-content.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.content-content.two-column P {
    margin-top: 0;
    margin-bottom: 40px;
}

#ungc {
    background: #AAAAAA url(img/bg_ungc.gif) no-repeat right top;
    background-size: auto 100%;
}

#ungc .content-content {
    background: #EDEDED;
    padding: 40px;
    box-shadow: 0 0px 10px #333;
}

#ungc .content-content-left {
    width: 20%;
    text-align: center
}

#ungc .content-content-right {
    width: 75%;
    font-size: 15px;
    line-height: 1.6em;
}
#ungc.no-background {
    background: #AAAAAA!important;
}

.list-ethics {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.list-ethics > LI {
    display: inline-block;
    width: 30%;
    margin: 0 20px 20px 0;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
}

.list-ethics-title {
    font-weight: 700;
    text-transform: uppercase;
}

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

.list-horizontal > LI {
    margin-bottom: 40px;
    border-bottom: 2px #E0E0E0 solid;
    padding: 20px 0;
}

.list-horizontal > LI:last-child {
    border-bottom: 0;
}

.list-horizontal > LI:after {
    content: "";
    width: 1px;
    height: 1px;
    clear: both;
    display: block;
}

.list-horizontal-img {
    float: left;
    width: 15%;
    margin-right: 50px;
}

.list-horizontal-img IMG {
    width: 100%;
}

.list-horizontal-content {
    float: left;
    width: 75%
}

#form-contact {
    font-size: 16px;
}

#form-contact:after {
    content: "";
    width: 1px;
    height: 1px;
    clear: both;
    display: block;
}

#form-contact .form-column {
    width: 45%;
    float: left;
    margin-bottom: 15px;
    margin-right: 30px;
}

#form-contact .form-column.full-width {
    width: 100%!important;
}

#form-contact .label {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

#form-contact INPUT[type=text],
#form-contact INPUT[type=email] {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    color: #282828;
    border: 1px solid #CCC
}

#form-contact INPUT[type=submit] {
    cursor: pointer;
}

#form-contact TEXTAREA {
    width: 95%;
    border: 1px solid #CCC;
    height: 150px;
    padding: 10px 15px;
    font-size: 17px;
    color: #282828;
}

#form-contact .send-button {
    margin-top: 20px;
}

.form.person-title LABEL {
    margin-right: 15px;   
}
.form.person-title LABEL:last-child {
    margin-right: 0;
}

.capKontak {
    width: 250px;
    background: #C00000;
    padding: 5px;
}

#RefreshCaptcha {
    cursor: pointer;
}

INPUT#capca {
    width: 200px!important;
    border: none!important;
}

#event-home {
    background: #770202;
    color: #FFF;
    font-size: 14px;
    line-height: 1.4em;
}

#event-home .wrap {
    padding: 20px 40px!important;
    max-width: 1100px!important;
}

.event-home-title A {
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
}

.event-home-desc {
    margin-top: 5px;
}

.event-home-desc A {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    margin-left: 15px;
}

.event-slideshow-bullet {
    text-align: center;
}
/* KOMPONEN */

.button {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background: #C00000 url(img/arrow-small-red.png) no-repeat right top;
    background-size: auto 100%;
    color: #FFF;
    text-align: center;
    border: none;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 0px 3px 1px rgb(100, 0, 0);
    transition: transform 0.2s;
}

.button:hover {
    background: #E30606 url(img/arrow-small-red.png) no-repeat right top;
    background-size: auto 100%;
    box-shadow: 0px 1px 9px 1px rgb(0, 0, 0);
    transform: translateY(-2px);
}

.btn-middle {
    padding: 10px 40px 10px 30px;
    font-size: 14px;
}

.btn-large {
    padding: 10px 40px 10px 30px;
    font-size: 16px;
}

.button.in-banner-content {
    background: #E30606 url(img/arrow-small-red.png) no-repeat right top;
    background-size: auto 100%;
}

.button.in-banner-content:hover {
    background: #C00000 url(img/arrow-small-red.png) no-repeat right top;
    background-size: auto 100%;
    box-shadow: 0px 1px 9px 1px rgb(0, 0, 0);
}


.bar-bottom {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
    background: rgba(192, 0, 0, 0.95);
    z-index: 100;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.bar-bottom A {
    color: #FFF;
    text-decoration: none;
}

.logo-in-contact {
    text-align: center;
}

.divMsg {
    color: #FFF;
    padding: 10px 25px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    display: none;
}

.inputWarning {
    border: 1px solid #C00000!important;
}

.back-top {
    width: 50px;
    height: 50px;
    background: #C00000;
    border-radius: 100px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    box-shadow: 0 5px 10px #5A0000;
    cursor: pointer;
}

.back-top:after {
    display: block;
    margin-top: 14px;
    margin-left: 14px;
    width: 1px;
    height: 1px;
    content: "";
    border-bottom: #FFF solid 15px;
    border-right: transparent solid 10px;
    border-left: transparent solid 10px;
}

.chromeframe {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #FFF;
    margin: 0;
    padding: 30px 20px;
    background: #C00000;
    z-index: 9999999999999999999;
    text-align: center;
}

.chromeframe A {
    color: yellow;
}

.event-home {}

.event-slideshow {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
    color: #FFF;
}

.event-slideshow > LI {
    display: none;
}

.event-slideshow > LI:first-child {
    display: block;
}

.event-slideshow-bullet > DIV {
    display: inline-block;
    background: #FFF;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    transition: all 0.5s;
    border: 2px solid #C00000;
}

.event-slideshow-bullet > DIV:hover,
.event-slideshow-bullet > DIV.event-active {
    border: 2px solid #FFF;
    background: #C00000;
}

.list-image-logo {
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;*/
    display: block;
    width: 100%;
    transition: height 0.5s;
}

#partners .list-image-logo {
    justify-content: center;
}

.list-image-logo > SPAN {
    width: 30%;
    padding: 20px 5px;
    display: inline-block;
    text-align: center;
}

.list-image-logo IMG {
    max-width: 90%;
}

.client-list-home.list-image-logo > SPAN {
    width: 20%;
}

.client-list-home.list-image-logo IMG {
    max-width: 70%;
}

.backtomain {
    position: fixed;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    background: #282828;
    color: #FFF;
    display: none;
    left: 0;
    top: 70px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    background: rgba(0, 0, 0, 0.8);
}

.backtomain:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: transparent 7px solid;
    border-bottom: transparent 7px solid;
    border-right: #FFF 7px solid;
    vertical-align: bottom;
    margin-right: 10px;
}

.backtomain A {
    color: #FFF;
    text-decoration: none;
}

.show-bar-menu {
    position: fixed!important;
    display: block;
    left: 0;
    top: 0;
    width: 100%!important;
    background: #C00000!important;
    z-index: 9999999;
    transition: all 1s;
    box-shadow: 0 0 5px 1px #333;
}

.show-bar-menu .header-menu-bottom {
    background: none!important;
    padding: 0 10px 10px 0!important;
    text-align: center;
    font-size: 14px;
}

.show-bar-menu .header-menu-bottom > LI > A {
    padding: 15px 5px
}

.show-bar-menu .header-menu-bottom > LI > A:hover {
    color: #FF6363;
}

.show-bar-menu .header-menu-bottom > LI.icon-home > A {
    padding: 15px 20px
}

.pagination A {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background: #C00000 url(img/arrow-small-red.png) no-repeat right top;
    background-size: auto 100%;
    color: #FFF;
    text-align: center;
    border: none;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 0px 3px 1px rgb(100, 0, 0);
    transition: transform 0.2s;
    padding: 5px 30px 5px 20px;
    font-size: 12px;
    margin-right: 10px;
}

.pagination A:hover {
    background: #E30606 url(img/arrow-small-red.png) no-repeat right top;
    background-size: auto 100%;
    box-shadow: 0px 1px 9px 1px rgb(0, 0, 0);
    transform: translateY(-2px);
}

.schema-box {
    display: none;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.loading-div {
    color: #C00000;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    min-height: 400px;
    transition: height 0.5s;
}


/* CONDITIONAL */

.menutop-show-onsmall {
    display: none;
}

.is-decorated-grey-left {
    background: #EDEDED url(img/bg-decorated-grey.png) no-repeat left top;
}

.is-decorated-grey-right {
    background: #EDEDED url(img/bg-decorated-grey.png) no-repeat right top;
}

.has-divider {
    border-top: 2px #E0E0E0 solid;
}

.is-hide {
    display: none;
}

.is-green {
    background: #00BF18!important;
}

.is-red {
    background: #C00000!important;
}

.color-red {
    color: #C00000!important;
}

.is-fixed-bar {
    position: fixed!important;
    display: block;
    left: 0;
    top: 59px;
    width: 100%!important;
    z-index: 9999999;
    transition: all 1s;
}

.is-fixed-bar UL {
    font-size: 14px!important;
}

.is-fixed-bar LI A {
    padding: 20px 0 20px 20px!important;
}

DIV.has-float-child:after {
    content: "";
    float: none;
    clear: both;
    width: 1px;
    height: 1px;
    display: block;
}

.clear {
    float: none;
    clear: both;
}

.pdf-download:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(img/icon/icon-pdf.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}

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




/* wordpress*/
.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}