/*
	Theme Name: YIHR Srbija
	Theme URI: http://mweb.rs
	Description: YIHR template
	Version: 1.0.0
	Author: Marko Milic (@marcomilic)
	Author URI: http://marcomilic.com
	Tags: HTML5, CSS3, WP

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
    transition: 0.5s all;
}

a:hover {
    color: #444;
    text-decoration: none!important;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

.btn {
    border-radius: 4px;
    font-family: Roboto;
    font-size: 12px;
    background-color: #EC7B25;
    color: #fff;
    text-decoration: none;
}

.btn:hover {
    background-color: #213952;
    color: #fff;
}

.btn.teget {
    background-color: #213952;
    color: #fff;
}

.btn.teget:hover {
    background-color: #EC7B25;
}

.btn.large {
    padding: 9px 10px;
    min-width: 160px;
    height: 52px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.32px;
}

.btn.medium {
    padding: 10px 33px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.32px;
}

.btn.center {
    display: table;
    margin: 0 auto;
}

main.full-witdh article p {
    max-width: 100%;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.h-line {
    height: 2px;
    width: 65px;
    display: table;
    background-color: #EC7B25;
}

.h-line.teget {
    background-color: #213952;
}

.h-line.center {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.hm-30 {
    margin-bottom: 30px;
}

h1.center,
h2.center,
h3.center,
h4.center {
    text-align: center;
}

.one_half {
    padding-right: 30px;
}


/* HEADER */

.header {
    height: 154px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 5px 0!important;
}

.header .top-nav {
    background-color: #213952;
    padding: 15px 0;
}

.header .top-nav span.label {
    color: #ec7b25;
    font-family: Roboto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    float: left;
    margin-right: 35px;
}

.header .top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .top-nav ul li {
    float: left;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
    border-radius: 4px;
}

.header .top-nav ul li a {
    color: #fff;
    border-radius: 4px;
    padding: 5px 7px;
}

.header .top-nav ul li.active a {
    background-color: #EC7B25;
}

.header .top-nav ul li:hover a {
    background-color: #EC7B25;
}

.header .main-nav {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    transition: 0.5s all;
}

.header .main-nav .logo {
    float: left;
}

.header .main-nav .logo img {
    border-right: 1px solid #000;
    padding-right: 20px;
    transition: 0.5s all;
}

.header .main-nav .logo img:hover {
    opacity: 0.7;
}

.header .main-nav .nav {
    padding-top: 17px;
    float: left;
}

.header .main-nav .nav ul {
    list-style: none;
}

.header .main-nav .nav ul li {
    float: left;
    margin-right: 20px;
}

.header .main-nav .nav ul>li {
    color: #191919;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.header .main-nav .nav ul>li a {
    color: #191919;
}

.header .main-nav .nav ul>li a:hover {
    color: #ec7b25;
}

.header .main-nav .nav ul>li.menu-item-has-children:after {
    font-family: "Font Awesome 5 Pro";
    color: #ec7b25;
    content: "\f107";
}

.header .main-nav .nav ul li ul {
    display: none;
    width: 220px;
    position: absolute;
    margin: 0;
    padding: 0px;
    background-color: #213952;
    border-top: 3px solid #f07e05;
    z-index: 999;
    -webkit-box-shadow: -5px 9px 15px -1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -5px 9px 15px -1px rgba(0, 0, 0, 0.55);
    box-shadow: -5px 9px 15px -1px rgba(0, 0, 0, 0.55);
}

.header .main-nav .nav ul li:hover ul {
    display: table;
}

.header .main-nav .nav ul li ul li {
    clear: both;
    width: 100%;
}

.header .main-nav .nav ul li ul li a {
    color: #fff;
    display: table;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
}

.header .main-nav .nav ul li ul li a:hover {
    color: #fff;
    background-color: #EC7B25;
}

.header .main-nav .right-content {
    float: right;
    padding-top: 19px;
}

.header .main-nav .right-content {
    float: right;
    padding-top: 12px;
}

.header .main-nav .right-content .social-icons {
    float: left;
    display: inline-flex;
}

.header .main-nav .right-content .social-icons:before {
    font-family: "Font Awesome 5 Pro";
    padding: 10px 10px 0 0;
    content: "\f45c";
    display: table;
    float: left;
    color: #EC7B25;
    font-weight: bold;
    font-size: 5px;
}

.header .main-nav .right-content .social-icons:after {
    font-family: "Font Awesome 5 Pro";
    padding: 10px 0 0 10px;
    content: "\f45c";
    display: table;
    float: right;
    color: #EC7B25;
    font-weight: bold;
    font-size: 5px;
}

.header .main-nav .right-content .social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .main-nav .right-content .social-icons ul li {
    float: left;
    margin-right: 10px;
}

.header .main-nav .right-content .social-icons ul li:last-child {
    margin-right: 0;
}

.header .main-nav .right-content .social-icons ul li a {
    font-size: 20px;
    color: #213952;
}

.header .main-nav .right-content .social-icons ul li a:hover {
    color: #ec7b25;
}

.lang-switch {
    float: right;
    border-left: 1px solid #213952;
    padding-left: 10px;
    margin-left: 13px;
}

.lang-switch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lang-switch ul li {
    float: left;
    color: #191919;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    margin-right: 7px;
}

.lang-switch ul li:last-child {
    margin-right: 0;
}

.lang-switch ul li a {}

.lang-switch ul li a:hover {
    color: #ec7b25;
}


/* logo */

.logo {}

.logo-img {}


/* nav */

.nav {}


/* sidebar */

.sidebar {}

.vp-50 {
    padding: 50px 0;
}

h1.center {
    text-align: center;
}

section h1 {
    color: #191919;
    font-family: Roboto;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
}

section h2 {
    color: #191919;
    font-family: Roboto;
    font-size: 46px;
    font-weight: 700;
    line-height: 52px;
}


/* Page */

.classic-page-main {
    margin-top: 70px;
    margin-bottom: 70px;
}

.classic-page-main main {
    max-width: 600px;
    margin: 0 auto;
}

section.home-hero .hero-image {
    transform-origin: bottom left;
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
    overflow: hidden;
    position: relative;
    right: -100px;
}

section.home-hero .hero-image img {
    transform-origin: bottom left;
    -ms-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);
}

section.home-hero h1 {
    color: #191919;
    font-family: Roboto;
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
}

section.home-hero .intro-text p {
    color: #191919;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}


/* Home newsletter */

section.newsletter {
    background-color: #213952;
    padding: 30px 0;
}

section.newsletter h2 {
    color: #ec7b25;
    font-family: Roboto;
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    float: left;
    display: table;
    margin-right: 28px;
    margin-bottom: 0;
}

section.newsletter .newsletter-inner {
    float: right;
    display: inline-table;
    min-width: 680px;
}

section.newsletter .n-form {
    display: table;
    max-width: 340px;
    width: 100%;
}

section.newsletter .n-form .newsletter-form input.email {
    height: 35px;
}

section.newsletter .n-form .newsletter-form input.button {
    height: 35px;
}

section.latest-news {
    padding: 65px 0 35px 0;
}

section.latest-news h2 {
    color: #191919;
    font-family: Roboto;
    font-size: 46px;
    font-weight: 700;
    line-height: 52px;
}

section.latest-news h4 {
    color: #191919;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

section.latest-news .news-items {
    margin-bottom: 25px;
}

section.latest-news .news-items>div {
    margin-bottom: 30px;
}

section.latest-news .news-item-card {
    height: 100%;
}

section.latest-news .news-item-card img {
    width: 100%;
}

section.latest-news .news-item-card .card-content {
    padding: 15px 0;
}

section.latest-news .news-item-card .card-content h3 {
    color: #191919;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 15px 0;
    line-height: 30px;
}

section.latest-news .news-item-card .card-content h3 a {
    color: #191919;
}

section.latest-news .news-item-card .card-content h3 a:hover {
    color: #F07E05;
}

section.latest-news .news-item-card .post-date {
    color: #ec7b25;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    float: left;
}

section.latest-news .news-item-card .post-date i {
    color: #213952;
    margin-right: 10px;
}

section.latest-news .news-item-card .devider {
    float: left;
    width: 1px;
    height: 9px;
    background-color: #191919;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

section.latest-news .news-item-card .post-author {
    color: #ec7b25;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

section.latest-news .btn.large {
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    border-radius: 4px;
    background-color: #EC7B25;
    transition: 0.5s all;
}

section.latest-news .btn.large:hover {
    background-color: #213952;
}

.featured-home {
    margin: 40px 0;
}

.home-featured-post img {
    width: 100%;
}

.home-featured-post:before {
    content: '';
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.6;
    bottom: 0;
    background: #0000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #0000 50%, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000000 100%);
    /* background: linear-gradient(to bottom, #0000 0%, #000 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.home-featured-post .bottom-content {
    position: absolute;
    bottom: 0;
    z-index: 0;
    padding: 30px;
}

.home-featured-post .bottom-content h2 {
    font-size: 42px;
    line-height: 48px;
}

.home-featured-post .bottom-content h2 a {
    color: #fff;
}

section.donate-yihr {
    padding: 100px 0;
    background-image: url(images/donate-section-bg.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

section.donate-yihr h2 {
    color: #213952;
    font-family: Roboto;
    font-size: 56px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 30px;
}

section.donate-yihr .sub-text {}

section.donate-yihr .sub-text p {
    color: #213952;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

section.initiative {
    padding: 100px 0;
}

section.initiative .sub-text {
    color: #191919;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 1005;
    max-width: 728px;
}

section.initiative .initiative-items>div {
    margin-bottom: 30px;
}

section.initiative .initiative-item {
    height: 550px;
    background-size: cover;
    transition: 0.5s all;
}

section.initiative .initiative-item:hover {
    -webkit-box-shadow: 3px 6px 19px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 6px 19px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 6px 19px -2px rgba(0, 0, 0, 0.75);
    transform: scale(1.05);
}

section.initiative .initiative-item-content {
    height: 100%;
    position: relative;
    /*
	background: rgba(255,255,255,0.09);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.09) 40%, rgba(255,255,255,0.11) 43%, rgba(0,0,0,0.46) 88%, rgba(0,0,0,0.46) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(40%, rgba(255,255,255,0.09)), color-stop(43%, rgba(255,255,255,0.11)), color-stop(88%, rgba(0,0,0,0.46)), color-stop(100%, rgba(0,0,0,0.46)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.09) 40%, rgba(255,255,255,0.11) 43%, rgba(0,0,0,0.46) 88%, rgba(0,0,0,0.46) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.09) 40%, rgba(255,255,255,0.11) 43%, rgba(0,0,0,0.46) 88%, rgba(0,0,0,0.46) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.09) 40%, rgba(255,255,255,0.11) 43%, rgba(0,0,0,0.46) 88%, rgba(0,0,0,0.46) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.09) 40%, rgba(255,255,255,0.11) 43%, rgba(0,0,0,0.46) 88%, rgba(0,0,0,0.46) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
	*/
}

section.initiative .initiative-item-content .bottom-content {
    position: absolute;
    bottom: 50px;
    padding: 0 20px;
}

section.initiative .initiative-item-content .label {
    display: table;
    margin: 0 auto 10px auto;
    width: 100%;
    max-width: 240px;
    padding: 5px 10px;
    background-color: #EC7B25;
    border-radius: 3px;
    text-align: center;
    color: #fbf7f4;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

section.initiative .initiative-item-content h3 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
}


/* Section Education */

section.education-home {
    background-image: url(images/edukacija-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 70px;
}

section.education-home .title {
    color: #191919;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    background-color: #EC7B25;
    padding: 10px 20px;
    float: left;
}

section.education-home .search-education {
    border: 5px solid #EC7B25;
    width: 100%;
    min-height: 280px;
    display: flex;
}

section.education-home .join-us {
    background-color: #EC7B25;
    color: #191919;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding: 15px 16px;
    float: right;
}

section.education-home .join-us:hover {
    background-color: #213952;
    color: #fff;
}

section.education-home .education-items {
    margin-top: 55px;
}

section.education-home .education-items>div {
    margin-bottom: 20px;
}

section.education-home .education-item {
    border: 1px solid #ffffff80;
    display: table;
    transition: 0.5s all;
}

section.education-home .education-item:hover {
    transform: scale(1.05);
}

section.education-home .education-image {
    float: left;
}

section.education-home .education-content {
    padding: 10px;
    display: table;
}

section.education-home .education-content h3 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

section.education-home .education-content h3 a {
    color: #ffffff
}

section.education-home .education-content .btn-small {}

.search-form-education {
    width: 100%;
}

section.education-home .search-form-education {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

section.education-home form {
    width: 100%;
    max-width: 470px;
}

.search-form-education input {
    background-color: #fff;
    border: none;
    height: 46px;
    width: calc(100% - 136px);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
    color: #191919;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    float: left;
}

.search-form-education button {
    background-color: #EC7B25;
    width: 136px;
    height: 46px;
    color: #fbf7f4;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.64px;
    text-align: center;
    border: none;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.5s all;
}

.search-form-education button:hover {
    background-color: #213952;
    cursor: pointer;
}


/* Page education*/

.education-hero {
    margin-top: 50px;
}

.education-hero .container {
    max-width: 1000px;
}

section.education-page .container {
    max-width: 1000px;
}

section.education-page .education-items>div {
    margin-bottom: 30px;
}

section.education-page .education-item {
    height: 446px;
    background-size: cover;
    transition: 0.5s all;
}

section.education-page .education-item:hover {
    -webkit-box-shadow: 3px 6px 19px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 6px 19px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 6px 19px -2px rgba(0, 0, 0, 0.75);
    transform: scale(1.05);
}

section.education-page .education-item-content {
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 28%, rgba(18, 17, 18, 0.82) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.04)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(28%, rgba(255, 255, 255, 0.23)), color-stop(100%, rgba(18, 17, 18, 0.82)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 28%, rgba(18, 17, 18, 0.82) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 28%, rgba(18, 17, 18, 0.82) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 28%, rgba(18, 17, 18, 0.82) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 28%, rgba(18, 17, 18, 0.82) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#121112', GradientType=0);
}

section.education-page .education-item-content .bottom-content {
    position: absolute;
    bottom: 35px;
    padding: 0 20px;
}

section.education-page .education-item-content .label {
    display: table;
    margin: 0 auto 10px auto;
    width: 100%;
    max-width: 240px;
    padding: 5px 10px;
    background-color: #EC7B25;
    border-radius: 3px;
    color: #fbf7f4;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

section.education-page .education-item-content .label i {
    margin-right: 5px;
}

section.education-page .education-item-content .label .edu-cat {
    float: left;
}

section.education-page .education-item-content .label .edu-date {
    float: right;
}

section.education-page .education-item-content h3 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-align: center;
}

section.education-page .education-top {
    margin-bottom: 50px;
    width: 100%;
    display: table;
}

section.education-page .education-top .right-side {
    float: right;
}

section.education-page .education-top .search-form-education {
    width: 100%;
    max-width: 475px;
}

section.education-page .education-top .search-form-education input {
    background-color: #d1d0d0;
}

section.education-page .pagination {
    margin-top: 80px;
}


/* Footer */

footer {
    background-color: #213952;
    background-image: url(images/footer-bg.png);
    padding-top: 100px;
    background-size: cover;
    background-position: center;
}

footer .footer-content {
    padding-bottom: 70px;
}

footer .infocol img {
    display: block;
    margin-bottom: 35px;
}

footer .infocol p {
    color: #ec7b25;
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

footer h3 {
    color: #ec7b25;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.56px;
}

footer .contactcol p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.28px;
}

footer .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .navigation ul li a {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.28px;
}

footer .navigation ul li a:hover {
    color: #ec7b25;
}

footer .social-icons {
    display: table;
    margin: 40px auto 20px auto;
}

footer .social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .social-icons ul li {
    float: left;
    margin-right: 10px;
}

footer .social-icons ul li a {
    font-size: 20px;
    color: #ec7b25
}

footer .social-icons ul li a:hover {
    opacity: 0.7;
}

footer .copyright {
    border-top: 2px solid #35404D;
}

footer .copyright p {
    min-height: 34px;
    padding-top: 20px;
}

footer .copyright p {
    text-transform: uppercase;
    color: #ec7b25;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.partner-logos {
    display: table;
    width: 100%;
    margin: 40px 0;
}

.logo-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.logo-item {
    width: 150px;
    max-height: 80px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    max-height: 80px;
}


/* Newsletter */

.newsletter-form {
    width: 100%;
}

.newsletter-form {
    width: 100%;
}

.newsletter-form #mc_embed_signup {
    background: transparent!important;
    clear: none!important;
    font: inherit!important;
}

.newsletter-form #mc_embed_signup form {
    padding-left: 0 !important;
    padding-right: 0!important;
}

.newsletter-form #mc_embed_signup .button {
    clear: none!important;
    padding: initial!important;
    float: right!important;
    margin: 0!important;
}

.newsletter-form input.email {
    border: none!important;
    max-width: 100%!important;
    width: calc( 100% - 78px)!important;
    -webkit-border-top-left-radius: 5px!important;
    -webkit-border-bottom-left-radius: 5px!important;
    -moz-border-radius-topleft: 5px!important;
    -moz-border-radius-bottomleft: 5px!important;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    height: 28px!important;
    padding: 10px!important;
    float: left!important;
}

.newsletter-form input.button {
    background-color: #EC7B25!important;
    color: #fff!important;
    border: none!important;
    -webkit-border-top-right-radius: 5px!important;
    -webkit-border-bottom-right-radius: 5px!important;
    -moz-border-radius-topright: 5px!important;
    -moz-border-radius-bottomright: 5px!important;
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    height: 28px!important;
    width: 78px!important;
    float: right!important;
    transition: 0.5s all!important;
}

.newsletter-form input.button:hover {
    cursor: pointer;
}


/* Category */

.paged .hero-featured-news {
    display: none;
}

.hero-featured-news {
    margin-bottom: 50px;
    height: 505px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.paged .hero-featured-news {
    display: none;
}

.paged .cat-news-items {
    margin-top: 50px;
}

.hero-featured-news .f-content {
    position: absolute;
    bottom: 110px;
    width: 100%;
}

.hero-featured-news .featured-box {
    width: 100%;
    max-width: 505px;
}

.hero-featured-news .featured-box .box-title {
    background-color: #ec7b25;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    padding: 10px 28px;
    display: table;
}

.hero-featured-news .featured-box .inner-box {
    background-color: #fffc;
    padding: 34px;
    margin-bottom: 15px;
}

.hero-featured-news .featured-box .inner-box h1 {
    color: #000000;
    font-family: Roboto;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
}

.hero-featured-news .featured-box .inner-box h1 a {
    color: #000000;
}

.cat-title {
    color: #030303;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 400;
}

.cat-news-item {
    margin-bottom: 50px;
}

.cat-news-item h2 {
    color: #030303;
    font-family: Roboto;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.cat-news-item h2 a {
    color: #030303;
}

.cat-news-item h2 a:hover {
    color: #EC7B25;
}

.cat-news-item p {
    color: #030303;
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.cat-news-item .post-date {
    color: #ec7b25;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.more-news {
    margin-bottom: 100px;
}

.more-news h3 {
    color: #030303;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.more-news a {
    color: #030303;
}

.more-news a:hover {
    color: #EC7B25;
}

.more-news .post-meta {
    font-size: 12px;
    margin: 5px 0;
}

.more-news .post-author {
    color: #EC7B25;
    font-family: Roboto;
    font-weight: 700;
    float: left;
}

.more-news .post-date {
    color: #213952;
    font-family: Roboto;
    font-style: italic;
}

.pagination {
    display: table;
    margin: 0 auto 50px auto;
}

.wp-pagenavi span.current {
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    background-color: #ec7b25;
    width: 35px;
    height: 35px;
    display: table;
    float: left;
    border-radius: 31px;
    padding: 9px 14px;
}

.wp-pagenavi a {
    color: #030303;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    margin: 0 3px;
    display: table;
    float: left;
    width: 35px;
    height: 35px;
    display: table;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi a:hover {
    background-color: #ec7b25;
    color: #fff;
}


/* Page Contact */

.map {
    margin-bottom: 0;
}

.map iframe {
    width: 100%;
}

.contact-details {
    margin-bottom: 100px;
}

.contact-details .container {
    max-width: 960px;
    margin: 0 auto;
}

.contact-detail-items>div {
    margin-bottom: 30px;
}

.contact-details .contact-card {
    background-color: #c8c9cb47;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.contact-details .contact-card .card-icon {
    display: flex;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border: 2px solid #213952;
    border-radius: 50px;
}

.contact-details .contact-card .card-icon i {
    margin: 0 auto;
    border-radius: 50px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #213952;
}

.contact-details .contact-card .card-content {
    background-color: none;
    border-radius: 10px;
    margin-top: 20px;
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
}

.contact-details .contact-card .card-content h3 {
    color: #030303;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.contact-social .sub-text {
    width: 100%;
    max-width: 244px;
    color: #767272;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
}

.contact-social ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
}

.contact-social ul li {
    float: left;
    margin-right: 10px;
}

.contact-social ul li a {
    font-size: 20px;
    color: #213952;
    border: 1px solid #213952;
    border-radius: 20px;
    display: flex;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-social ul li a:hover {
    opacity: 0.7;
}

.contact-form {
    margin-bottom: 100px;
}

.contact-form .form-container {
    max-width: 789px;
    margin: 0 auto;
}

.contact-form h3 {
    color: #030303;
    font-family: Roboto;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form .form-container input.wpcf7-text {
    width: 100%;
    background-color: #d9e3ee;
    color: #213952;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    border: none;
}

.contact-form .form-container textarea {
    width: 100%;
    background-color: #d9e3ee;
    color: #213952;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    border: none;
}

.contact-form .form-container .col-item {
    margin-bottom: 20px;
}

.contact-form .form-container .wpcf7-submit {
    background-color: #ec7b25;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
    width: 100%;
    padding: 10px;
    text-align: center;
    border: none;
    transition: 0.5s all;
}

.contact-form .form-container .wpcf7-submit:hover {
    background-color: #213952;
    cursor: pointer;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14!important;
    font-size: 16px!important;
    color: #fff!important;
    background-color: #398f14!important;
    max-width: 760px!important;
    margin: 0 auto!important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    font-size: 16px!important;
    color: #000000!important;
    background-color: #f7e700!important;
    max-width: 760px!important;
    margin: 0 auto!important;
}

.contact-form .wpcf7-recaptcha {
    display: table;
    margin: 0 auto;
}


/* Category Blog */

.blog-featured {
    padding: 95px 0;
}

.paged .blog-featured {
    display: none;
}

.paged .blog-list {
    padding-top: 50px;
}

.featured-blog-post {
    position: relative;
}

.featured-blog-post img {
    width: 100%;
}

.featured-blog-post .content-row {
    position: absolute;
    bottom: 65px;
    left: 65px;
    width: calc(100% - 65px);
}

.featured-blog-post .content-box {
    background-color: #ffffffb3;
    padding: 20px;
    width: 100%;
    max-width: 695px;
    border-radius: 3px;
}

.featured-blog-post .content-box h1 {
    color: #030303;
    font-family: Roboto;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.featured-blog-post .content-box h1 a {
    color: #030303;
}

.featured-blog-post .content-box h1 a:hover {
    color: #F07E05;
}

.featured-blog-post .content-box p {
    color: #030303;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.blog-list-item {
    margin: 0 auto 80px auto;
    max-width: 664px;
}

.blog-list-item h2 {
    color: #030303;
    font-family: Roboto;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 20px;
}

.blog-list-item h2 a {
    color: #030303;
}

.blog-list-item h2 a:hover {
    color: #ec7b25;
}

.blog-list-item p {
    color: #030303;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.blog-layout .sidebar {
    width: 100%;
    max-width: 300px;
}

.blog-layout .main-col {
    width: calc(100% - 300px);
    float: left;
}

.blog-layout .sidebar {
    width: 100%;
    max-width: 300px;
    float: right;
}

.blog-list-meta {
    color: #213952;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    display: flex;
}

.blog-list-meta>div {
    margin-right: 10px;
}

.blog-list-meta>div:after {
    content: '/';
    margin-left: 10px;
    color: #999999;
}

.blog-list-meta>div i {
    margin-right: 10px;
    color: #999999;
    float: left;
}

.blog-list-meta .post-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    float: left;
}


/* Page Job */

.job-item {
    background-color: #efeaea;
    margin-bottom: 35px;
    padding: 30px;
}

.job-items--list {
    max-width: 1000px;
    margin: 0 auto;
}

.job-item h2 {
    color: #030303;
    font-family: Roboto;
    font-size: 30px;
    margin-top: 15px;
    line-height: 36px;
    font-weight: 700;
    max-width: calc(100% - 150px);
}

.job-item h2 a {
    color: #030303;
}

.job-item h2 a:hover {
    color: #EC7B25;
}

.job-item .intro {
    color: #030303;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    max-width: 660px;
}

.job-item .date-opseg {
    background-color: #213952;
    height: 25px;
    float: right;
    padding: 5px;
    color: #fff;
}

.job-item .date-opseg i {
    color: #fff;
    float: left;
    margin-right: 5px;
}

.job-item .start-date,
.job-item .end-date {
    float: left;
}

.job-status {
    background-color: #213952;
    height: 25px;
    display: table;
    padding: 5px;
    color: #fff;
}

.job-status.status-open {
    background-color: #4CAF50;
}

.job-status.status-close {
    background-color: #ff0202;
}

.job-status.status-chosed {
    background-color: #03A9F4;
}

.job-status.status-done {
    background-color: #795548;
}

.job-status.single-job {
    font-size: 16px;
    padding: 10px 30px;
    color: #fff;
    margin-bottom: 20px;
}


/* Single*/

main article p {
    color: #030303;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

main article p a {
    color: #EC7B25;
    text-decoration: underline;
}

main article p a:hover {
    color: #213952;
    text-decoration: underline;
}

main article img {
    height: auto;
}

main article ul,
main article ol {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 35px;
}

main article h1 {
    color: #191919;
    font-family: Roboto;
    font-size: 46px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 35px;
    margin-top: 55px;
}

main article h2 {
    color: #191919;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 35px;
    margin-top: 50px;
}

main article h3 {
    color: #191919;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 35px;
    margin-top: 50px;
}

main article h4 {
    color: #191919;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 50px;
}

main article h5 {
    color: #191919;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 50px;
}

main article h6 {
    color: #191919;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 50px;
}


/* Single News*/

.single-post-hero {
    width: 100%;
    height: 712px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.single-post-hero .inner-container {
    width: 100%;
    height: 100%;
    background-color: #0009;
}

.single-post-hero .inner-row {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.single-post-hero .post-meta {
    margin: 0 auto;
    display: table;
}

.single-post-hero .post-meta .post-meta-item {
    background-color: #EC7B25;
    padding: 5px 10px;
    display: table;
    color: #fff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    margin-top: 20px;
    float: left;
    margin-right: 20px;
}

.single-post-hero .post-meta i {
    margin-right: 5px;
    color: #fff;
}

.single-post-hero h1 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 54px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}

.single-post-hero h1 a {
    color: #ffffff;
}

.single-post-hero .category-label {
    color: #ec7b25;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1.44px;
    display: table;
    margin: 0 auto;
    background-color: #ffec;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.single-main-content {
    max-width: 600px;
    margin: 50px auto 70px auto;
}

.single-main-content iframe {
    max-width: 100%;
}

.single-main-content .intro {
    color: #030303;
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.related-news {
    background-color: #D3D7DC;
    padding-top: 60px;
    padding-bottom: 90px;
}

.related-news h2 {
    color: #030303;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.related-news .rp-item {
    margin-bottom: 30px;
}

.related-news .rp-item h3 {
    color: #030303;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}

.related-news .rp-item h3 a {
    color: #030303;
}

.related-news .rp-item h3 a:hover {
    color: #EC7B25;
}

.related-news .post-date {
    background-color: #213952;
    padding: 5px 10px;
    display: table;
    color: #fff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    margin-top: 20px;
}


/* Blčog špp*/


/* Page About*/

.page-head-track {
    background-color: #213952;
}

.page-head-track h1 {
    color: #ec7b25;
    font-family: Roboto;
    font-size: 54px;
    font-weight: 400;
    line-height: 64px;
    padding: 50px 0;
}

.about-tagline {
    margin-top: -53px;
    margin-bottom: 35px;
}

.about-tagline .tagline-content {
    align-self: flex-end;
}

.about-tagline h2 {
    color: #000;
    font-family: Roboto;
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
}

.about-tagline .sub-text {}

.about-tagline .sub-text p {
    color: #000000;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
}

.about-quote-section {
    background-color: #213952;
    padding: 25px 0;
    margin-bottom: 100px;
}

.about-quote-section .blockquote-col {
    margin-left: 65px;
}

.about-quote-section .blockquote {
    border-left: 5px solid #EC7B25;
}

.about-quote-section .blockquote p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 0 20px;
}

.about-quote-section h3 {
    color: #797d80;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
}

.about-yihr-img {
    -webkit-box-shadow: 1px 9px 5px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 9px 5px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 9px 5px -4px rgba(0, 0, 0, 0.75);
    margin-bottom: 5px;
}

.image-caption {
    color: #837f7f;
    font-family: Roboto;
    font-size: 12px;
    font-style: italic;
    line-height: 38px;
    text-align: center;
}

main.about p {
    margin-bottom: 20px;
}

main.about h2 {
    color: #000000;
    font-family: Roboto;
    font-size: 38px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 30px;
}

.about-devider {
    margin-top: 20px;
    margin-bottom: 70px;
}

.about-devider hr {
    height: 2px;
    background-color: #bebdbd;
    width: 100%;
    border: none;
    display: table;
    position: relative;
    top: 73px;
}

.about-devider img {
    display: table;
    margin: 0 auto;
}


/* Team */

.page-hero {
    margin-top: 60px;
    margin-bottom: 60px;
}

h1.page-title {
    color: #191919;
    font-family: Roboto;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
}

h1.center {
    text-align: center;
}

.page-subtitle {
    display: table;
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

.page-subtitle {
    color: #191919;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.team-item {
    background-color: #213952;
    height: 100%;
    padding-bottom: 70px;
}

.team-item img {
    width: 100%;
}

.team-item-content {
    padding: 20px;
}

.team-item-content .name {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team-item-content .team-position {
    color: #ec7b25;
    font-family: Roboto;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    letter-spacing: 0.48px;
    text-align: center;
    margin-bottom: 5px;
}

.team-item-content .short-bio p {
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-align: center;
    margin-bottom: 0;
}

.team_item_col {
    margin-bottom: 100px;
}

.team-item .social-block {
    border-top: 1px solid #ec7b25;
    width: calc( 100% - 30px);
    height: 80px;
    padding-top: 9px;
    position: absolute;
    bottom: 0;
}

.social-block ul {
    display: table;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.social-block ul li {
    float: left;
}

.social-block ul li a {
    background-color: #EC7B25;
    color: #213952;
    display: table;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 0 5px;
    font-size: 18px;
}

.social-block ul li a:hover {
    background-color: #fff;
}

.social-block ul li a i {
    display: table;
    margin: 6px auto 0 auto;
}

.social-block .team-item-email {
    display: table;
    margin: 0 auto 10px auto;
}

.social-block .team-item-email i {
    color: #ec7b25;
    font-size: 14px;
    margin-right: 5px;
}

.social-block .team-item-email a {
    color: #ec7b25;
    font-size: 12px;
    text-align: center;
}

.social-block .team-item-email a:hover {
    color: #fff;
}


/*  Region */

.page-hero.region .page-subtitle {
    max-width: 690px;
}

section.yihr-region {
    background-image: url(images/balkan-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}

section.yihr-region .container {
    max-width: 1000px;
    margin: 0 auto;
}

.state-col {
    margin-bottom: 100px;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.region-state {
    background-color: #949191b3;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

.region-state h3 {
    color: #213952;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}

.region-state .small-btn {
    border-radius: 5px;
    background-color: #ec7b25;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.24px;
    padding: 7px 12px;
    transition: 0.5s all;
}

.region-state .small-btn:hover {
    background-color: #213952;
}

.region-state .state-content {
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.region-state .state-content strong {
    color: #213952;
}

.region-state .state-code {
    width: 108px;
    height: 108px;
    background-color: #ec7b25;
    color: #ffffff;
    font-family: Roboto;
    font-size: 46px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.region-state .state-code span {
    display: table;
    margin: 40px auto 0 auto;
}

.card-items {
    column-count: 2;
}

.card-items .card {
    max-width: 430px;
    width: 100%;
    max-width: 430px;
    width: 100%;
    background-color: #0000;
    border: none;
}

.card-items .card:nth-child(4) {
    transform: translateY(70px);
    float: right;
}

.card-items .card:nth-child(5) {
    transform: translateY(70px);
    float: right;
}


/* Single Layout sidebar */

.single-post-sidebar {
    margin-top: 80px;
    display: table;
    width: 100%;
}

.single-post-sidebar .single-title {
    color: #030303;
    font-family: Roboto;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 30px;
}

.single-post-sidebar .single-content {
    width: 100%;
    clear: both;
}

.single-post-sidebar .main {
    width: calc(100% - 350px);
    float: left;
}

.single-post-sidebar .main .featured-image {
    width: 100%;
    margin-bottom: 30px;
}

.single-post-sidebar .main .featured-image img {
    width: 100%;
}

.single-post-sidebar .main p {
    max-width: 100%;
    width: 100%;
}

.single-post-sidebar .sidebar {
    width: 100%;
    max-width: 285px;
    float: right;
}

.side-details {
    border: 1px solid #213952;
    background-color: #efeaea;
    width: 100%;
    padding: 20px;
    margin-bottom: 80px;
}

.side-details .details-item {
    margin-bottom: 17px;
}

.side-details h4 {
    color: #030303;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.sb-small-cnt {
    background-color: #213952;
    display: table;
    margin: 0 auto;
    padding: 5px 10px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.side-contact-form {}

.side-contact-form h3 {
    color: #030303;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.side-contact-form label {
    color: #030303;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
}

.side-contact-form .wpcf7-text {
    border-radius: 5px;
    background-color: #dfd5d5;
    border: none;
    height: 32px;
    width: 100%;
    padding: 5px;
}

.side-contact-form textarea {
    border-radius: 5px;
    background-color: #dfd5d5;
    border: none;
    height: 136px;
    width: 100%;
    padding: 5px;
}

.side-contact-form .submit-btn {
    float: left;
}

.side-contact-form .wpcf7-submit {
    border-radius: 5px;
    background-color: #213952;
    color: #fff;
    border: none;
    padding: 5px 10px;
    height: 30px;
    width: 150px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.48px;
}

.side-contact-form .upload-btn {
    float: right;
    width: 96px;
    height: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.side-contact-form .upload-btn:hover {
    cursor: pointer;
}

.side-contact-form .upload-btn button {
    border-radius: 5px;
    background-color: #dfd5d5;
    border: none;
    transition: 0.5s all;
    display: table;
    padding: 8px 5px;
    height: 30px;
    position: absolute;
    top: 0;
    width: 96px;
    cursor: pointer;
}

.side-contact-form .upload-btn button span {
    color: #000000;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.48px;
}

.side-contact-form .upload-btn:hover button {
    background-color: #213952;
}

.side-contact-form .upload-btn:hover button span {
    color: #fff;
}

.side-contact-form .wpcf7-file {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 5em;
    height: 40px;
    width: 175px;
}

.side-contact-form .fileUpload {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    height: 30px;
    cursor: pointer;
}

.side-contact-form input[type="file" i] {
    -webkit-appearance: initial;
    background-color: initial;
    padding: initial;
    border: initial;
    margin-top: 0px;
    width: 96px;
    height: 30px;
    left: 4px;
    z-index: 2;
    cursor: pointer;
}

.side-contact-form .upload-btn input[type="button" i] {
    width: 175px!important;
    height: 40px!important;
    cursor: pointer;
}

.single-post-sidebar .contact-details {
    border-left: 2px solid #ec7b25;
    padding-left: 22px;
}

.single-post-sidebar .contact-details h3 {
    color: #030303;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-post-sidebar .contact-details h4 {
    color: #030303;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
}

.single-post-sidebar .contact-details .detail-item {
    margin-bottom: 20px;
}

.single-post-sidebar .contact-details .detail-item .detail-content {
    background-color: #213952;
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    display: table;
    padding: 5px 15px;
}


/* Page Partners */

.hero.partners {
    margin: 0 0 50px 0;
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
    padding: 120px 0 90px 0;
}

.hero.partners .page-hero {
    margin: 0;
}

.hero.partners .page-hero h1 {
    color: #fff;
}

.hero.partners .page-hero .page-subtitle {
    color: #ffffff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.donators h2 {
    color: #191919;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
}

.row.our-donators {
    margin-bottom: 40px;
}

.our-donators h2,
.our-partners h2 {
    color: #191919;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 30px;
}

.logos-box {
    border-left: 4px solid #EF7E05;
    padding-left: 65px;
}

.logos-box img {}

.center-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Publication */

.job-items {
    margin-top: 50px;
}

.publicatio-item {
    background-color: #efeaea;
    margin-bottom: 35px;
    padding: 30px;
}

.publicatio-item .publication-content {
    border-left: 5px solid #213952;
    padding-left: 30px;
    max-width: 695px;
    width: 100%;
    float: left;
    padding-right: 30px;
    height: 100%;
}

.publicatio-item .publication-content .date {
    background-color: #213952;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 10px;
    display: table;
    margin-bottom: 10px;
}

.publicatio-item .publication-content .date i {
    margin-right: 5px;
}

.publicatio-item .publication-content h2 {
    color: #030303;
    font-family: Roboto;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.publicatio-item .publication-content h2 a {
    color: #030303;
}

.publicatio-item .publication-content h2 a:hover {
    color: #EC7B25;
}

.publicatio-item .publication-content .intro {
    color: #030303;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.publicatio-item .publication-content .btn {
    padding: 4px 12px;
}

.publicatio-item .publication-image {
    width: 175px;
    display: table;
}

.publicatio-item .publication-image img {
    width: 175px;
    float: left;
}


/* Publication Single */

.single-publication {
    margin-top: 50px;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 120px;
}

.single-publication h1.title {
    color: #030303;
    font-family: Roboto;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 30px;
}

.single-publication section {
    display: table;
    float: left;
    width: 100%;
    max-width: calc(100% - 300px);
    padding-right: 40px;
}

.single-publication section p {
    width: 100%;
    max-width: 100%;
}

.single-publication .sidebar {
    display: table;
    float: left;
}

.more-publications {
    background-color: #efeaea;
    padding: 40px 0 70px 0;
}

.more-publications h2 {
    color: #030303;
    font-family: Roboto;
    font-size: 34px;
    font-weight: 400;
}

.publication-items {
    max-width: 980px;
    margin: 0 auto;
}

.publication-item {
    margin-bottom: 60px;
}

.publication-label-date {
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 5px;
    background-color: #213952;
    display: table;
}

.share-publication {
    float: right;
}

.more-publications .publication-item .publication-date {
    background-color: #213952;
    padding: 5px 10px;
    display: table;
    color: #ffffff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    margin-top: 20px;
}

.more-publications .publication-item h3 {
    color: #030303;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

.more-publications .publication-item h3 a {
    color: #030303;
}

.more-publications .publication-item h3 a:hover {
    color: #EC7B25;
}


/* Blog Post Single */

.single-blog-post {
    margin-top: 70px;
    margin-bottom: 130px;
}

.single-blog-post section.main {
    width: 100%;
    max-width: calc(100% - 350px);
    float: left;
}

.single-blog-post .sidebar {
    float: right;
    width: 100%;
    max-width: 300px;
}

.single-blog-post section.main main {
    padding-left: 65px;
}

.single-blog-post section.main main p {
    max-width: 100%;
}

.single-blog-post section.main h1.title {
    color: #030303;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-blog-post section.main .blog-list-meta {
    margin-bottom: 30px;
}

.single-blog-post section.main .blog-list-meta ul {
    font-size: 12px!important;
}

.sidebar .tags>h3 {
    color: #213952;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}

.sidebar .tags a,
article .tags a {
    color: #525354;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 5px;
    border-radius: 3px;
    border: 1px solid #eae8e8;
    margin: 2px 3px;
    display: table;
    float: right;
}

article .tags {
    display: table;
}

article .tags a {
    float: left;
}

.sidebar .tags a:hover,
article .tags a:hover {
    color: #fff;
    background-color: #213952;
}

.share-post {
    display: table;
    clear: both;
    margin-top: 30px;
}

.share-post .share-label {
    display: table;
    float: left;
    color: #030303;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
}

.share-post .share-icons {
    display: table;
}

.comments {
    display: table;
    clear: both;
    margin-top: 100px;
    width: 100%;
}

.comments-head {
    position: relative;
    padding-bottom: 30px
}

.comments h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    color: #030303;
    font-family: Roboto;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.comments-head a {
    position: absolute;
    right: 0;
    top: 0;
    color: #fa7762;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
    transition: .5s all
}

.comments-head a:hover {
    background-color: #ffecea
}

.comments ul {
    list-style: none;
    padding: 0
}

.comments ul.children {
    padding-left: 84px;
}

.comments ul li {
    margin-bottom: 22px
}

.comments ul li li {
    margin-top: 20px;
    margin-bottom: 0
}

.comments .comment-author {
    color: #878787;
    font-size: 20px;
    font-weight: 400
}

.comments ul .comment-author span.comm-time {
    color: #878787!important;
    font-weight: 400!important
}

.comments .comment-author img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    border: 2px solid #ec7b25;
    width: 66px;
    height: 66px;
}

.comments .comment-meta {
    padding-top: 0;
    color: #999999;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}

.comments .comment-meta span {
    color: #303030;
    font-weight: 700
}

.comments p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    clear: both;
    margin-bottom: 15px;
    font-size: 16px;
}

.comments .reply a {
    color: #fa7762;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
}

.comments label {
    color: #303030;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    display: table
}

.comments textarea {
    border-radius: 3px;
    background-color: #f0f1f2;
    border: none;
    width: 100%;
    padding: 10px;
    height: 160px
}

.comment-respond {
    background-color: #fff;
    padding: 0;
}

.comment-respond h3 {
    color: #030303;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
}

.comment-respond .submit {
    color: #fff;
    text-transform: uppercase;
    border: 0;
    width: 100%;
    height: 43px;
    border-radius: 3px;
    background-color: #ec7b25;
    transition: 0.5s all;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
}

.comment-respond .submit:hover {
    background-color: #213952;
    cursor: pointer;
}

.comment-form-author,
.comment-form-email {
    width: 48%;
    margin-right: 4%;
    display: table;
    float: left;
    clear: none!important
}

.comment-form-email {
    margin-right: 0%
}

.comment-form-author input,
.comment-form-email input {
    border-radius: 5px;
    border-radius: 3px;
    background-color: #f0f1f2;
    height: 35px;
    width: 100%;
    padding: 10px;
    border: none;
}

.comments .comment-notes {
    display: none;
}

.comment-form-cookies-consent {
    display: none;
}

.comment-content {
    display: table;
    background-color: #f0f1f2;
    border-radius: 6px;
    padding: 20px;
}

.comment-content .fn {
    color: #030303;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
}

.comment-content .fn {
    color: #030303;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.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 {
    max-width: 100%;
    /*
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
    */
}

.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: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 16px;
    line-height: 17px;
    color: #8f8f8f;
    margin: 0;
    margin-top: 10px;
    padding: 0 4px 5px;
    max-width: 100%;
}

.sticky {}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.hamburger {
    display: none;
    float: right;
    padding-top: 20px;
    transition: 0.5s all;
}

.fixed-header .hamburger {
    padding-top: 10px;
}

.hamburger .nav-icon {
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.hamburger .nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
}

.hamburger .nav-icon span:nth-child(1) {
    top: 0px;
}

.hamburger .nav-icon span:nth-child(2) {
    top: 9px;
}

.hamburger .nav-icon span:nth-child(3) {
    top: 18px;
}

.sfm-navicon:after,
.sfm-navicon:before,
.sfm-sidebar-close:before,
.sfm-sidebar-close:after {
    background-color: #000!important;
}

#sfm-sidebar .sfm-menu li a {
    text-transform: none!important;
}


/* Sidebar widget */

.widget-lates-popular {
    margin-bottom: 30px;
}

.widget-lates-popular .panel-container {
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px;
}

.widget-lates-popular .etabs {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

.widget-lates-popular .etabs li {
    float: left;
    text-align: center;
    width: 50%;
    background-color: #EAE8E8;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget-lates-popular .etabs li.active {
    background-color: #FFF;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.widget-lates-popular .etabs li a {
    font-size: 14px;
    color: #213952;
    font-weight: bold;
}

.widget-lates-popular .widget-news-item {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.widget-lates-popular .widget-news-item:last-child {
    margin-bottom: 0;
}

.widget-lates-popular .widget-news-item .image {
    width: 87px;
    margin-right: 15px;
    float: left;
}

.widget-lates-popular .widget-news-item .widget-content {
    display: table;
}

.widget-lates-popular .widget-news-item h4 {
    color: #030303;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
}

.widget-lates-popular .widget-news-item h4 a {
    color: #030303;
}

.widget-lates-popular .widget-news-item h4 a:hover {
    color: #EC7B25;
}

.widget-lates-popular .widget-news-item .post-date {
    color: #999999;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}


/* Events */

.event-item {
    margin-bottom: 80px;
}

.event-item .event-content,
.event-item .event-image {
    margin-bottom: 15px;
}

.event-item .event-content h2 {
    color: #030303;
    font-family: Roboto;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 10px;
}

.event-item .event-content h2 a {
    color: #030303;
}

.event-item .event-content h2 a:hover {
    color: #EC7B25;
}

.event-item .event-content p {
    color: #030303;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}

.event-item .event-image img {
    width: 100%;
}

.event-item .btn {
    background-color: #213952;
    float: right;
}

.event-item .btn:hover {
    background-color: #EC7B25;
}

.event-meta {
    display: table;
    float: right;
    margin-bottom: 10px;
    width: 100%;
}

.event-meta .meta-item {
    background-color: #EC7B25;
    padding: 3px 5px;
    float: left;
    color: #ffffff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    margin-bottom: 5px;
}

.event-meta .meta-item i {
    color: #ffffff;
    font-size: 12px;
    margin-right: 5px;
}

.event-content .clear-fix {
    display: table;
    width: 100%;
}


/* Even */

.event-item:nth-child(even) .event-image {
    order: 1;
}

.event-item:nth-child(even) .event-content {
    order: 2;
}

.event-item:nth-child(even) .event-content h2 {
    text-align: left;
}

.event-item:nth-child(even) .event-content p {
    text-align: left;
}

.event-item:nth-child(even) .event-content .btn {
    float: left;
}

.event-item:nth-child(even) .event-meta {
    float: left;
}


/* Single event */

.single-event.container {
    margin-top: 70px;
    margin-bottom: 90px;
}

.single-event.container>.row {
    position: relative;
    left: 65px;
}

.single-event .single-title {
    color: #030303;
    font-family: Roboto;
    font-size: 44px;
    font-weight: 400;
}

.single-event .event-meta {
    float: left;
}

.single-event article p {
    width: 100%;
    max-width: 100%;
}

.single-event .featured-image {
    margin-bottom: 30px;
}

.single-event .share-post {
    float: right;
}

.more-events {
    padding-bottom: 120px;
}

.more-events .rp-item {
    margin-bottom: 30px;
}

.more-events h2 {
    color: #030303;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
}

.more-events h3 {
    color: #030303;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.more-events img {
    margin-bottom: 15px;
}

.more-events .btn {
    background-color: #213952;
}

.more-events .btn:hover {
    background-color: #EC7B25;
}

#back2Top {
    width: 34px;
    height: 34px;
    line-height: 29px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 9px;
    right: 20px;
    background-color: #213952;
    color: #EC7B25;
    border: 2px solid #EC7B25;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
}

#back2Top:hover {
    background-color: #DDF;
    color: #000;
}


/* Error 404 */

.container.error-404 {
    padding: 70px 0;
}

.error-404 .img-404 {
    margin: 0 auto;
    display: table;
}

.error-404 h1 {
    text-align: center;
    font-size: 36px;
    margin: 30px 0;
    font-weight: bold;
    color: #374c63;
}

#sfm-sidebar .widget .wpml-ls-item a {
    font-size: 15px !important;
    padding-left: 0;
}

#sfm-sidebar .widget .wpml-ls {
    padding-left: 0;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width:540px) {
    /* Header */
    .top-nav {
        display: none;
    }
    .fixed-header {
        position: inherit;
    }
    /* Common */
    section h1 {
        font-size: 36px;
        line-height: 42px;
    }
    section h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .vp-50 {
        padding: 0;
    }
    /* Nesletter section */
    section.newsletter .newsletter-inner {
        float: left;
        display: table;
        min-width: inherit;
    }
    section.newsletter .newsletter-inner h2 {
        margin-bottom: 5px;
        font-size: 28px;
    }
    /* Latest news */
    section.latest-news h2 {
        font-size: 36px;
        line-height: 42px;
    }
    section.latest-news .news-items {
        margin-bottom: 0;
    }
    /* Support - Donate */
    section.donate-yihr {
        background-image: none;
        padding: 40px 0;
    }
    section.donate-yihr h2 {
        font-size: 36px;
        line-height: 42px;
    }
    /* Education Home */
    section.education-home .search-education {
        border: none;
        min-height: 86px;
    }
    section.education-home .title {
        display: table;
        margin: 0 auto;
        float: none;
    }
    section.education-home .join-us {
        display: table;
        margin: 0 auto;
        float: none;
        font-size: 16px;
        line-height: 24px;
        padding: 11px 21px;
    }
    /* Page Contact */
    .contact-details {
        margin-bottom: 30px;
    }
    .contact-social {
        margin-bottom: 50px;
    }
    .contact-form h3 {
        font-size: 30px;
    }
    /* Blog */
    .blog-featured {
        padding: 0;
    }
    .featured-blog-post {
        background-color: #ccc;
        margin-bottom: 30px;
    }
    .blog-layout .main-col {
        width: 100%;
        float: left;
    }
    .blog-list-item {
        margin-bottom: 30px;
    }
    .blog-list-item h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .blog-list-meta .post-category {
        display: none;
    }
    .blog-list-meta .post-comments {
        display: none;
    }
    .blog-list-meta>div.post-author:after {
        content: none;
    }
    .featured-blog-post .content-row {
        position: initial;
        width: 100%
    }
    .featured-blog-post .content-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* Blog Single */
    .single-blog-post {
        margin-top: 0;
    }
    .single-blog-post section.main {
        padding-right: 0;
        max-width: 100%;
    }
    .single-blog-post section.main main {
        padding-left: 0;
    }
    /* Page About us */
    .page-head-track h1 {
        font-size: 36px;
        line-height: 42px;
        padding: 25px 0;
    }
    .about-tagline {
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .about-tagline h2 {
        font-size: 36px;
        line-height: 42px;
    }
    main.about h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .about-quote-section {
        margin-bottom: 50px;
    }
    .about-quote-section .blockquote-col {
        margin-left: 0;
    }
    /* Page Our team */
    .page-hero {
        margin-top: 0px;
        margin-bottom: 50px;
        padding: 0 15px;
    }
    h1.page-title {
        font-size: 36px;
        line-height: 42px;
    }
    /* Our partners */
    .donators h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .our-donators h2,
    .our-partners h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .logos-box img {
        max-width: 150px;
        padding: 20px;
    }
    .logos-box {
        padding-left: 0;
    }
    /* Region */
    .card-items {
        column-count: 1;
    }
    .state-col {
        margin-bottom: 30px;
    }
    .card-items .card:nth-child(4) {
        transform: translateY(0px);
    }
    .card-items .card:nth-child(5) {
        transform: translateY(0px);
    }
    /* Publication */
    .job-items {
        margin-top: 0;
    }
    .publicatio-item {
        padding: 15px;
    }
    .publicatio-item .publication-content {
        border-left: none;
        padding-right: 0;
        padding-left: 0;
    }
    .publicatio-item .publication-image {
        width: 100%;
    }
    .publicatio-item .publication-image a {
        display: table;
        margin: 40px auto 20px auto;
    }
    .single-publication h1.title {
        font-size: 36px;
        line-height: 40px;
    }
    /* News single */
    .single-post-hero h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .single-post-hero {
        min-height: 400px;
        height: inherit;
        /* padding-bottom: 70px; */
    }
    .single-post-hero .inner-container {
        height: 400px;
    }
    /* Events */
    .single-event.container {
        margin-top: 0;
    }
    .event-item:nth-child(even) .event-image {
        order: 1;
    }
    .event-item:nth-child(even) .event-content {
        order: 2;
    }
    .event-item:nth-child(odd) .event-image {
        order: 1;
    }
    .event-item:nth-child(odd) .event-content {
        order: 2;
    }
    .event-item .event-content h2 {
        text-align: left;
    }
    .event-item .event-content p {
        text-align: left;
    }
    .event-item .event-content .btn {
        float: left;
    }
    .single-event.container>.row {
        position: relative;
        left: 0;
    }
    .single-event .single-title {
        font-size: 36px;
        line-height: 42px;
    }
    /* Konkursi */
    .job-item h2 {
        max-width: 100%;
        display: table;
        clear: both;
    }
    .job-item .date-opseg {
        float: left;
        margin-bottom: 15px;
    }
    .single-post-sidebar {
        margin-top: 0;
    }
    .single-post-sidebar .single-title {
        font-size: 32px;
    }
    .single-post-sidebar .main {
        width: 100%;
    }
    .single-post-sidebar .sidebar {
        float: none;
        margin: 0 auto 50px auto;
        display: table;
    }
    /* Publication */
    .single-publication {
        margin-top: 0;
        padding-top: 0;
    }
    .single-publication section {
        max-width: 100%;
    }
    .single-publication .sidebar {
        width: 100%;
        margin-top: 30px;
    }
    .single-publication .sidebar .publication-image {
        margin: 0 auto;
        display: table;
    }
    /* Fix added*/
    .cat-news-item .featured-img {
        margin-bottom: 20px;
    }
    .home-featured-post {
        background-color: #213952;
        padding: 15px 10px;
    }
    .home-featured-post .bottom-content h2 a {
        color: #fff!important;
    }
}

@media only screen and (max-width:768px) {
    .home-featured-post .bottom-content h2 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 10px;
    }
    .home-featured-post .bottom-content {
        position: initial;
        padding: 0;
    }
    .home-featured-post .bottom-content h2 a {
        color: #000;
    }
    .home-featured-post:before {
        content: none;
    }
}

@media only screen and (max-width:1000px) {
    /* Header */
    .header .main-nav .right-content {
        display: none;
    }
    .hamburger {
        display: table;
    }
    .header .main-nav .nav {
        display: none;
    }
    /* Home hero */
    section.home-hero {
        padding-bottom: 30px;
    }
    section.home-hero .hero-image {
        transform-origin: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        overflow: hidden;
        position: relative;
        right: 0px;
    }
    section.home-hero .hero-image img {
        transform-origin: unset;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    section.home-hero .hero-home-image {
        order: 1;
        margin-bottom: 20px;
    }
    section.home-hero .hero-content {
        order: 2;
    }
}

@media only screen and (min-width:1000px) and (max-width:1200px) {
    /* Header */
    .social-icons {
        display: none!important;
    }
    .header .main-nav .nav ul>li {
        font-size: 14px;
        margin-right: 15px;
    }
    section.home-hero .hero-image {
        right: 0;
    }
}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}


/* Main flex */

.flex-single {
    display: flex;
    flex-direction: row;
}

.brief-box {
    background-color: #18283F;
    border-radius: 2px;
    padding: 30px;
    width: 280px;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-top: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

.brief-box .head {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

.brief-box .head h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.brief-box .content p {
    color: #fff;
    font-size: 14px;
    ;
}

.brief-box .content a {
    color: #fff;
    transition: 0.5s all;
}

.brief-box .content a:hover {
    color: #f07e05;
}

.brief-box .content ul {
    padding-left: 15px;
    list-style: none;
}

.brief-box .content ul li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.brief-box .content ul li:before {
    color: #fff;
    content: "\2022";
    color: #f07e05;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media only screen and (max-width: 990px) {
    .brief-box {
        display: none;
    }
}