* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Work Sans', sans-serif;
}

body, html {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

*:focus {
    outline: 0 !important;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

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

:focus,
:hover {
    outline: 0 !important;
    text-decoration: none;
}

::-moz-focus-inner {
    border: 0;
    outline: none;
}

:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 transparent;
}

@-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
        color: transparent !important;
        text-shadow: 0 0 0 #fff !important;
        background-image: none !important;
        border: 0;
    }
}

::-moz-selection {
    background: #55BC79;
    color: #fff;
}

::selection {
    background: #55BC79;
    color: #fff;
}

a, a:hover, button, button:hover {
    color: #34377E;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, opacity .3s ease;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, opacity .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #15A954;
}

ul {
    list-style: none;
}

.ff-montserrat {
    font-family: 'Montserrat', sans-serif;
}
.ff-work-sans {
    font-family: 'Work Sans', sans-serif;
}

.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-28 {
    font-size: 28px;
}
.fs-30 {
    font-size: 30px;
}
.fs-40 {
    font-size: 40px;
}
.fs-50 {
    font-size: 50px;
}

.clr-white {
    color: #FFFFFF;
}
.bgd-clr-white {
    background-color: #FFFFFF;
}
clr-purple {
    color: #583985;
}
.bgd-clr-purple {
    background-color: #583985;
}
.clr-light-purple {
    color: #634196;
}
.bgd-clr-light-purple {
    background-color: #634196;
}
.clr-dark-purple {
    color: #2F1358;
}
.bgd-clr-dark-purple {
    background-color: #2F1358;
}
.clr-green {
    color: #139D4E;
}
.bgd-clr-green {
    background-color: #139D4E;
}

.fw-light {
    font-weight: 300;
}
.fw-medium {
    font-weight: 500;
}
.fw-bold {
    font-weight: 700;
}
.fw-extra-bold {
    font-weight: 900;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

.app {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.app .app-wrapper, .app-wrapper {
    width: 1170px;
    margin: 0 auto;
}

.app .app-inner-wrapper {
    padding: 0 60px;
}

.app .inner-wrapp {
    padding: 0 60px;
}

.app-story-inner {
    padding: 0 40px;
}

.app .inner-content {
    width: 720px;
    display: inline-block;
}

.app #stripe2 {
    width: 300px;
    float: right;
    display: inline-block;
}

a.banner-link {
    display: block;
    width: 100%;
    height: 250px;
    background: #F0F0F0;
}

::placeholder {
    color: #fff;
    font-weight: 500;
}

input:focus::-webkit-input-placeholder { 
    color:transparent; 
}
input:focus:-moz-placeholder { 
    color:transparent; 
} 
input:focus::-moz-placeholder { 
    color:transparent; 
} 
input:focus:-ms-input-placeholder { 
    color:transparent; 
}

.app .header {
    background: url("/img/header-background.jpg") no-repeat center;
    background-size: cover;
    background-color: #0F0827;
    padding: 11px 0;
}
.app .kvaka23-logo {
    display: block;
    width: 100%;
    height: 100%;
}
/* START HOME PAGE VIDEO */ 

.app .home-video {
    background: url("/img/video-background.jpg") no-repeat;
    background-size: cover;
}
.app .video-box-lg {
    width: 685px;
    margin-right: 45px;
}
.app .video-box-sm {
    width: 320px;
}
.app .home-video .video-wrapper,
.app .home-video .video-holder {
    background: #180B36;
    padding: 10px;
}
.app .home-video .video-thumb {
    position: relative;
}
.app .home-video .video-thumb img {
    width: 100%;
}
.app .home-video .video-info {
    border-bottom: 1px solid #0F0827;
}
.app .home-video .slug {
    margin-bottom: 5px;
}
.app .home-video .slug a {
    color: #fff;
    font-size: 26px;
}
.app .home-video .lead {
    color: #fff;
    font-size: 16px;
}
.app .home-video .slug_date_time {
    color: #fff;
    font-size: 14px;
}
.app .home-video .video-duration  {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #15A954;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #FFFFFF;
    padding: 5px 20px;
    pointer-events: none;
    cursor: default;
}
.app .home-video .video-duration:hover,
.app .home-video .time_duration:hover {
    background: #34377E;
}
.app .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    border-radius: 500px;
    background: #15A954;
    border: 3px solid #634196;
    opacity: 0.85;
}
.app .btn-play.play-big {
    width: 90px;
    height: 90px;
}
.app .btn-play.play-big::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 21.3px;
    border-color: transparent transparent transparent #a200ff;
}
.app .btn-play.play-sm {
    width: 60px;
    height: 60px;
}
.app .btn-play.play-sm::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #a200ff;
}

.app .home-video .flashPlayer {
    position: relative;
}
.app .home-video .flashPlayer embed {
    width: 100%;
}
.app .home-video .time_duration {
    position: absolute;
    right: 10px;
    bottom: 26px;
    z-index: 1;
    background-color: #15A954;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #FFFFFF;
    padding: 5px 20px;
    pointer-events: none;
}



/* END HOME PAGE VIDEOS */

/* START SEARCH FORM */

.app .search-form {
    margin: 5px 0;
    background: #118A44;;
    width: 320px;
}
.app .search-field {
    background-color: #118A44;
    border: none;
    height: 40px;
}
.app .search-form .btn-search {
    background-color: #118A44;;
    border: none;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}

/* END SEARCH FORM */ 

/* START SECONDARY NAV */ 

.secondary-nav ul li a {
    padding: 8px 13px;
    text-transform: inherit;
    color: #fff;
    font-weight: 400;
}

/* END SECONDARY NAV */ 

/*START LATEST STORIES*/ 

.heading-holder {
    border-bottom: 2px solid #F0F0F0;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.green-info,
.purple-info {
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 20px;
    display: inline-block;
    margin: 0;
    font-weight: 600;
}
.green-info::after,
.purple-info::after {
    content: '';
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    float: left;
    top: 0;
}
.green-info {
    background: #15A954;
}
.green-info::after {
    border-left: 12px solid #15A954;
}
.purple-info {
    background: #634196;
}
.purple-info::after {
    border-left: 12px solid #634196;
}

.ls-box {
    position: relative;
    width: 320px;
}

.ls-box a.sectionTitle {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    display: block;
    background-color: #15A954;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
    padding: 10px 20px;
}
.ls-box a.sectionTitle:hover {
    background-color: #34377E;
    text-decoration: none;
}
.box-holder {
    position: relative;
    border-bottom: 2px solid #F0F0F0;
    margin-bottom: 20px;
}
.main.box-holder {
    background-color: #E5E5E5;
    margin-bottom: 20px;
}
.img-holder {
    background-color: #F0F0F0;
    padding: 10px;
    height: 220px;
}
.titleShrink {
    font-size: 18px !important;
    color: #34377E !important;
}
.box-holder .eventDate {
    color: #585858;
    font-size: 14px;
}
.box-holder .titleShrink {
    padding-top: 15px;
    text-transform: uppercase;
}
.box-holder .leadShrink {
    font-size: 16px;
    color: #585858;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.main.box-holder .leadShrink,
.main.box-holder .eventDate,
.main.box-holder .titleShrink {
    padding-left: 20px;
    padding-right: 20px;
}

/*END LATEST STORIES*/

/* START TWEETS */ 
.app .tweets-header {
    background-color : #33CCFF;
}
.app .tweets-header .follow-fonettv {
    font-weight: 400;
}
.app .tweeterHome .main.box-holder {
    background: none;
}
.app .tweeterHome .tweetAuthor,
.app .tweeterHome .tweet-info .tweetAuthor {
    color: #33377E;
    font-size: 18px;
    font-weight: 500;
}
.app .tweeterHome span.tweetDate {
    color: #585858;
    font-size: 14px;
}

/* END TWEETS */ 

/* START FOOTER */

#footer {
    /*background-color: #191038;*/
    background: url("/img/footer-background.jpg") no-repeat center;
    clear: both;
}
.break-line {
    height: 2px;
    width: 100%;
    margin: 20px 0;
    background: #100930; /* Old browsers */
    background: -moz-linear-gradient(left, #100930 0%, #2f1358 20%, #2f1358 80%, #100930 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #100930 0%,#2f1358 20%,#2f1358 80%,#100930 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #100930 0%,#2f1358 20%,#2f1358 80%,#100930 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100930', endColorstr='#100930',GradientType=1 ); /* IE6-9 */
}
.footer-nav .secondary-nav ul li a  {
    text-transform: uppercase;
}
.footer-nav .secondary-nav ul li a.link-item:hover,
.footer-nav .secondary-nav ul li a.current {
    text-transform: uppercase;
    background: transparent;
    color: #15a954;
}
.footer-nav .secondary-nav ul.nav {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

#footer .eu-flag {
    width: 800px;

}

#footer .eu-img img {
    width: 100px;
    height: 70px;

}

#footer .eu-text {
    display: inline-block;
    padding: 0 10px;

}

.footer-bottom {
    background: #0f0827;
}



/*END FOOTER*/

/* START FORMS */

.app .story-form input {
    background: none;
    border: 1px solid #F0f0f0;
    font-family: "Work Sans", sans-serif;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}
.app .story-form input::placeholder {
    color: #000;
}
.app .story-form textarea {
    border: 1px solid #F0f0f0;
}
.app .story-form button {
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    background: #118a44;
    color: #fff;
}
.app .story-form button:hover {
    background: #34377E;
}


/* END FORMS */

/*Story list*/ 

.app .list-of-stories .img-holder {
}

/* START ASIDE NAV */ 

.js-toggle-menu {
    display: none;
    height: 20px;
}
body {
    position: relative;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    transition: left .5s;
    left: 0;
    overflow-x:hidden;
}
body.aside {
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    transition: left .5s;
    left: 300px;
}

@media (max-width: 1024px) {
    .js-toggle-menu {
        display: block;
    }
    .hide-nav {
        display: none;
    }
}

@media (min-width: 1024px) { 
    body.aside {
        left: 0;
    }
}

.aside-nav ul.nav {
    display: block;
}

.aside-nav .secondary-navi .app-wrapper {
    width: 100%;
}

.aside-nav ul.nav li.nav-item a.link-item,
.aside-nav ul.nav li.nav-item a.link-item span {
    float: none;
    display: block;
}

.aside-nav .primary-navi ul.nav li.nav-item a.link-item:hover {
    background: #15a954;
}

.aside-nav {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #180b36;
    z-index: 9;
    left: -300px;
    transition:  .5s;
    -webkit-transition:  .5s;
}
.aside-nav.aside {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    left: 0;
}
#nav-toggler {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-toggler span:nth-child(1) {
    top: 0px;
}
#nav-toggler span:nth-child(2),
#nav-toggler span:nth-child(3) {
    top: 8px;
}
#nav-toggler span:nth-child(4) {
    top: 16px;
}
#nav-toggler.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}
#nav-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* END ASIDE NAV */

