/*
Theme Name: kauno-kolegija
Author: ito.lt
Author URI: ihttp://www.ito.lt/
Version: 1.0.0
Text Domain: kauno-kolegija
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
    ## Top bar
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Miscellaneous
#Top header
#Events
#Search form
#Posts
#Studiju programa
#Sidebar widgets
#Footer
    ##Contacts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, html {
    font-size: 16px;
    overflow-x: hidden;
}

.disable-wrap{
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 5px;
    float: right;
    cursor: pointer;
}

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
    font-style: italic;
    color: #ccc;
}

blockquote p{
    font-style: italic;
    color: #ccc;
    font-size: 16px;
    margin: 0;
}

blockquote{
    position: relative;
    display: inline-block;
}

blockquote::before {
    font-family: FontAwesome;
    content: '\f10e';
    position: absolute;
    bottom: -10px;
    left: -25px;
    color: #ccc;
}

blockquote::after {
    font-family: FontAwesome;
    content: '\f10d';
    position: absolute;
    top: -10px;
    right: -25px;
    color: #ccc;
}

address {
    margin: 0 0 1.5em;
}

.activate-page-template form{
    margin-top: 0;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

td{
    border: 1px solid #f1f1f1;
    padding: 10px;
}

.searchbox-input.form-control{
    font-size: 16px !important;
}

.header-big {
    font-size: 48px;
    font-weight: 700;
    margin: 28px 0 25px;
}

h3.post-title {
    font-size: 26px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 32px;
    margin: 0;
}

h3.post-title:hover {
    color: #3AA395;
}

.post-excerpt p,
.post-excerpt{
    font-size: 16px;
    font-weight: 600;
    color: #a9a9a9;
    margin: 0;
    word-wrap: break-word;
}

.post-excerpt p a{
    color: #3aa395;
    font-weight: 400;
    font-style: italic;
    word-wrap: break-word;
}

.studiju-title {
    color: #a8a8a8;
}

h4.stud-par-title {
    font-size: 14px;
    color: #3aa395;
    font-weight: 700;
    margin: 0 0 10px 0;
}

p.stud-par-content {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #414141;
}

h2.inner-title {
    font-size: 26px;
    color: #414141;
    font-weight: 700;
}

.main-title{
    font-size: 48px;
    font-weight: 700;
    margin: 28px 0 25px;
    color: #a9a9a9;
    letter-spacing: -1px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
    padding:0 0 0 15px;
}

#footer-widgets .menu{
    padding-left: 0;
}

th {font-weight:bold;}

tbody tr td:nth-of-type(1) {font-weight: bold;}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

section.bg-gray {
    background-color: #f9f9f9;
    padding-bottom: 106px;
    margin-bottom: 25px;
}

.block-ele{
    display: block;
}

.inline-block-ele{
    display: inline-block;
}

.inline-ele{
    display: inline;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 3px;
    background: #3AA395;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #2c7b70;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar {
    margin: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
    position: absolute;
    top: 41px;
    width: 100%;
    min-height: 0;
    border: none;
    height: auto;
    display: block;
    z-index: 999;
}

.activate-page-template .navbar{
    position: static;
}

.accessible-bar-wrap{
    display: none !important;
}

.logged-in .navbar {
    top: 73px;
}

.logged-in .in-customize-preview {
    top: 41px;
}

.tag .navbar,
.archive .navbar,
.category .navbar{
    top: auto;
    position: static;
}

@media only screen and (max-width: 768px) {
    .navbar {
        top: auto;
        padding: 0;
        position: static;
        opacity: 1;
    }
}


.no-featurd-image-set .navbar,
.search-results .navbar,
.single-kk_renginiai .navbar {
    position: relative;
    top: auto;
    left: auto;
}
.results-item-body{
    padding: 0 0px 20px;
    font-size: 16px;
    color: #414141;
    border-bottom: 1px solid #efefef;
}

.results-item-body p{
    margin-top: 0;
}

.nav-hide{
    display: none;
}

.mob-primary-nav{
    border-top: 1px solid #ccc;
}

.mob-menu-wrap{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mob-menu-wrap li{
    border-bottom: 1px solid #f1f1f1;
}

.mob-menu-wrap li a{
    display: block;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 30px);
}

.mob-menu-wrap li a:hover{
    text-decoration: none;
}

.plus-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    float: right;
    padding: 5px;
    margin-top: 20px;
}
.plus-icon:before, .plus-icon:after {
    content: "";
    position: absolute;
    background-color: #34a591;
    transition: transform 0.25s ease-out;
}
.plus-icon:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
}
.plus-icon:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
}
.plus-icon.open-sub {
    cursor: pointer;
}
.plus-icon.open-sub:before {
    transform: rotate(90deg);
}
.plus-icon.open-sub:after {
    transform: rotate(180deg);
}

.mob-menu-wrap li:last-child{
    border:none;
}

/*LOADER*/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}
.loader {
    color: #ffffff;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before,
.loader:after {
    position: absolute;
    content: '';
}
.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #2C7B70;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}
.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #2C7B70;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 5.1em;
    -webkit-transform-origin: 0px 5.1em;
    transform-origin: 0px 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

button.top-nav-dropdown:hover ul.dropdown-menu.sub-menu {
    display: block !important;

}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #3AA395;
}

a:visited {
    color: #2c7b70;
}

a:hover,
a:focus,
a:active {
    color: #2c7b70;
}

a:hover,
a:active {
    outline: 0;
}

.top-header a {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 43px;
}

.top-header a:visited{
    color: #fff;
}

.top-header a:hover {
    text-decoration: none;
    color: #3AA395;
    transition: color, 0.3s;
}

.link-box-wrap{
    padding:47px 27px 50px 0;
}

.box-header{
    max-height: 44px;
}

.box-content{
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0;
}

.box-footer a{
    background: #3aa395;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 14px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: right;
    width: 100%;
    text-align: right;
    padding: 20px 0;
}

.main-navigation ul > li::after {
    content: '|';
    display: inline-block;
    color: #3AA395;
    float: right;
    margin: 0 5px;
    padding: 8px 0;
}

.main-navigation > ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    width: auto;
}

.main-navigation a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #414141;
    transition: color, 0.3s;
    padding: 10px 0;
}

.main-navigation a:hover {
    color: #3AA395;
}

.main-navigation .current_page_item > a {
    color: #3AA395;
}


/*--------------------------------------------------------------
# sub-menu
--------------------------------------------------------------*/

.main-navigation li .sub-menu{
    display: none;
}

.footer-widget .sub-menu-caret{
    display: none;
}

.main-navigation > ul > li:hover > .sub-menu,
.main-navigation > ul > li a:focus + .sub-menu,
.top-header-menu{
    display: block;
    opacity: 1;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0;}
    to { opacity: 1;}
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.main-navigation .sub-menu,
.dropdown-menu.sub-menu{
    position: absolute;
    background: #fff;
    z-index: 99999;
    padding: 10px 15px;
    text-align: left;
    margin: 0;
    left: 50%;
    bottom: auto;
    top: auto;
    width: 220px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-shadow: 0 0 7px rgba(0,0,0, 0.1);
    border-radius: 5px;
}

.main-navigation .sub-menu::after,
.dropdown-menu.sub-menu::after{
    content: '';
    background-image: url('resources/img/sub-menu-arrow.png');
    width: 20px;
    display: block;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    top: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.main-navigation .sub-menu .sub-menu::after,
.dropdown-menu.sub-menu .sub-menu::after{
    display: none;
}

.main-navigation .sub-menu li,
.dropdown-menu.sub-menu li{
    display: block;
    float: none;
}

.main-navigation .sub-menu li a,
.dropdown-menu.sub-menu li a{
    display: block;
    border-bottom: 1px solid #42A49A;
}

.main-navigation .sub-menu .sub-menu li:last-child  a{
    border-bottom: 1px solid #42A49A;
}

.main-navigation .sub-menu-caret.sub-active{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-navigation .sub-menu-caret{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: rotate, 0.3s;
}

.main-navigation .sub-menu > li:last-child > a{
    border-bottom: 0;
}

.main-navigation span.sub-menu-caret {
    float: right;
    font-size: 25px;
    color: #42A49A;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.main-navigation .sub-menu li::after{
    display: none;
}

.main-navigation .sub-menu .sub-menu{
    position: static;
    display: none;
    top: auto;
    left: auto;
    box-shadow: none;
    padding: 0 0 0 17px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
}

.main-navigation .sub-menu{
    color: #414141;
}

.sub-menu.acctiveSubMenu{
    /*opacity: 1;*/
    /*top:38px;*/
    /*z-index: 9999;*/
}

.main-navigation ul > li:last-child::after{
    display: none;
}

.main-navigation ul ul li::before,
.main-navigation ul ul li::after{
    height: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}


.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #3aa395;
}

#dLabel:hover ul.dropdown-menu {
    display: block;
    margin: 0;
}

.socalmedia ul,
.lang ul {
    margin: 0;
    padding: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: inline-block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Top bar
--------------------------------------------------------------*/

.top-header {
    background: #414141;
    color: #fff;
    padding: 8.5px 0;
}

.top-header-inner {
    width: 100%;
}

.top-header .dropdown button {
    background: transparent;
    padding: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
    text-transform: uppercase;
    transition: color, 0.3s;
}

.top-header .dropdown button:hover,
.top-header .dropdown button:focus,
.top-header .dropdown button:active {
    color: #3AA395;
    outline: none;
}

.top-header .lang li a {
    text-transform: uppercase;
}

.top-header ul li.active-lang a {
    color: #3AA395;
}

.top-header ul li {
    display: inline-block;
    padding-right: 5px;
}

.top-header ul li:last-child {
    padding-right: 0;
}

.top-header .top-header-inner > div {
    display: inline-block;
}

.sub-wrap > div {
    display: inline-block;
}

.subscription {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

.socalmedia ul li {
    padding: 0 6px;
}

.socalmedia ul li:first-child {
    padding-left: 6px;
}

.socalmedia ul li i {
    font-size: 15px;
}

.top-header-mob-front-view {
    display: none;
}

.slide-up-wrap {
    display: none;
}

.display-sm {
    display: none;
}

.day-wrap li.today.event-day {
    border: 2px solid #007364;
}

.accessible-post-title{
    display: none;
}

#detachment-block{
    clear: both;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .hidden-sm {
        display: none !important;
    }

    .display-sm {
        display: inline-block;
    }

    .slide-up-wrap {
        display: block;
    }

    .top-header-mob-front-view {
        display: block;
    }

    .top-header-mob-front-view div:first-child .mob-addons i:first-child{
        padding-left: 0;
    }

    .top-header-mob-front-view div:last-child .mob-addons i:last-child{
        padding-right: 0;
    }

    .link-box-wrap {
        padding: 50px 20px;
    }

    .top-header {
        padding: 0;
    }

    .mob-addons i {
        padding: 12px 10px;
        font-size: 18px;
    }

    .slide-btn {
        padding: 11px 0;
    }

    .top-header-mob-view {
        z-index: 9999;
        position: absolute;
        background: #414141;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 15px;
    }

    .logged-in .top-header-mob-view {
        top: 45px;
    }

    .mob-none {
        display: none;
    }

    .mob-lang ul {
        padding: 45px 0;
        margin: 0;
        display: inline-block;
    }

    .lang ul li a {
        font-size: 18px;
    }

    .lang ul,
    .sub-wrap,
    .dropdown,
    .search-btn {
        padding: 15px 0;
        border-bottom: 2px solid #646464;
    }

    .lang ul::before,
    .sub-wrap::before,
    .dropdown::before,
    .search-btn::before {
        display: inline-block;
        font-family: 'FontAwesome';
        padding-right: 10px;
        padding-left: 5px;
        font-size: 18px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .lang ul::before {
        content: '\f0ac';
    }

    .sub-wrap::before {
        content: '\f087';
    }

    .dropdown::before {
        content: '\f0c1';
    }

    .search-btn::before {
        content: '\f002';
    }

    .socalmedia ul li i {
        font-size: 26px;
    }

    .socalmedia ul span.seperator:last-child {
        display: none;
    }

    .subscription,
    .top-header .dropdown button {
        font-size: 16px;
        font-weight: 400;
    }

    .slide-up-wrap {
        padding: 25px 0;
        text-align: center;
    }

    .slide-up-wrap img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ul .seperator {
        font-size: 18px;
    }

    .top-header-inner.mob-pull-left {
        float: left;
        text-align: left;
    }

    .top-header .top-header-inner > div {
        display: block;
    }

    .top-header .top-header-inner .seperator{
        display: none;
    }

    #top-header-collapse #searchform{
        display: none;
    }

    .search-btn {
        border-bottom: 0;
    }

    .dropdown-menu.sub-menu{
        width: 100%;
        transform:none;
        padding: 0;
        border-radius: 0;
        position: static;
        left: auto;
        top: auto;
        height: auto;
        z-index: auto;
        margin-top: 15px;
        background: transparent;
        border:none;
    }

    body .dropdown-menu.sub-menu li a{
        padding: 10px 35px;
        color: #fff;
    }

    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus,
    body .dropdown-menu li a:hover{
        background-color: transparent;
        color:#3aa395;
    }

    .main-navigation .sub-menu::after,
    .dropdown-menu.sub-menu::after{
        display: none;
    }

    .dropdown-menu.sub-menu li:last-child a{
        border:none;
    }

}

.search-btn{
    cursor: pointer;
    -webkit-transition: color, 0.3s;
    -moz-transition: color, 0.3s;
    -ms-transition: color, 0.3s;
    -o-transition: color, 0.3s;
    transition: color, 0.3s;
}

.search-btn:hover{
    color: #3AA395;
}

.inner-search-wrap{
    padding: 40px 0 20px;
    margin: 0 0px;
}

.inner-search-wrap input[type="submit"]{
    margin: 0 auto;
    width: 100%;
}

.inner-search-inline > *{
    padding-left: 20px;
    padding-right: 10px;
}

.inner-search-wrap .icon-helper-wrap{
    padding: 4px;
}

.contact-search .form-style .btn-group button{
    padding-bottom: 13px;
}

.contact-search .icon-helper-wrap{
    padding-bottom: 9px;
}

.icon-helper-wrap span i{
    font-size: 16px;
    padding-right: 5px;
    padding-left: 6px;
    color: #a9a9a9;
}

.top-search-wrap{
    display: none;
}

.search-form-input .input-group .form-control{
    height: 25px;
    background: #414141;
    border: 1px solid #fff;
    border-radius: 4px 0 0 4px;
    border-right: none;
    padding: 0 15px;
    color: #fff;
}

.search-form-input .input-group .form-control:focus{
    outline: none;
    box-shadow: none;
}

.search-form-input{
    margin-bottom: 0;
}

.search-form-input .input-group-addon{
    padding: 4px 12px;
    background: #414141;
    border: 1px solid #fff;
    border-left: none;
}

.input-group .form-close{
    border-left: 1px solid #fff;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
}

.input-group .form-close:hover i{
    color: #3AA395;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

.edit-link{
    display: block;
    margin: 10px 0;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.footer-widget {
    float: left;
    width: 11.11%;
    padding: 0 4px
}

.footer-widget-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 45px 0 28px;
    max-height: 21px;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
}

.footer-widget .sub-menu{
    margin-top: 14px;
}

.footer-widget ul {
    list-style: none;
}

.footer-widget ul li {
    font-size: 0;
    margin-bottom: 14px;
}

.footer-widget ul li:last-child {
    margin: 0;
}

.footer-widget ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.footer-widget li a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.sidebar-widget ul{
    margin: 0;
    padding: 0;
}

.emails li .text a{
    color: #fff;
}

.widget-area{
    padding-left: 20px;
    margin-left: 10px;
    border-left: 1px solid #f7f7f7;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .footer-widget {
        width: 16.66%;
    }

    .footer-widget:nth-child(6n+7){
        clear: left;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .footer-widget {
        width: 33.33%;
        text-align: center;
    }

    .footer-widget:nth-child(6n+7){
        float: left;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

section {
    padding-bottom: 58px;
}

#stud-block {
    background: #f9f9f9;
}

/*Populeriausi*/
.pop-background {
    height: 360px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 10px;
}

.pop-background:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
}

.pop-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -55%);
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    padding: 0 10px;
}

.pop_title_setting {
    font-size: 26px;
    font-weight: 700;
    color: #3aa395;
    margin-bottom: 32px;
    margin-top: 30px;
    padding-left: 19px;
    letter-spacing: -0.5px;
}

.pop-row {
    padding-left: 9px;
}

.pop-spacing {
    padding: 0 12.5px;
}

.read-more-btn a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 10px 34px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
}

.read-more-btn {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 48px 0;
    z-index: 2;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-banner {
    width: 100%;
    display: block;
    min-height: 450px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-inner-standart {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #61BBAE;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(97, 187, 174, 0.54) 60%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(97, 187, 174, 0.54) 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(97, 187, 174, 0.54) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#cf61bbae', GradientType=0);
}

.banner-inner-black {
    margin: auto;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 46px 0;
}

.black-banner-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(55, 40, 25, 0.28);
}

.banner-title {
    font-size: 68px;
    margin: auto;
    font-weight: 700;
    color: #fff;
    padding: 0;
    letter-spacing: -1.5px;
}

.banner-text {
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
    margin: 0 auto;
}

.gallery .gallery-item  {
    margin: 0;
    float: left;
    text-align: center;
    width: 33%;
    padding: 10px;
}

.gallery-image-wrap{
    padding: 5px;
}

.img-placeholder{
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery-grid{
    float: left;
}

.gallery-col-1{
    width: 100%;
}

.img-placeholder{
    padding-top: 75%;
}

.gallery-col-2{
    width: 50%;
}

.gallery-col-3{
    width: 33.33%;
}

.gallery-col-4{
    width: 25%;
}

.gallery-col-5{
    width: 20%;
}

.gallery-col-6{
    width: 16.66%;
}

.gallery-col-7{
    width: 14.28%;
}

.gallery-col-8{
    width: 12.5%;
}

.gallery-col-9{
    width: 11.11%;
}

.gallery a img {
    border: none;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}

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

    embed,
    object {
        max-width: 100%;
    }

}

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

    .gallery-columns-2 .gallery-item {
        width: 50%;
    }

    .gallery-columns-2 .gallery-item img {
        width: 100%;
        height: auto;
    }

    .row.gallery > * {
        width: 100%;
    }

}

.nivo-lightbox-theme-default .nivo-lightbox-nav{
    opacity: 1 !important;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay{
    background: rgba(0,0,0,0.9) !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover{
    background-color: transparent !important;
}

.nivo-lightbox-content, .nivo-lightbox-overlay{
    height: 101% !important;
}

/*--------------------------------------------------------------
## Miscellaneous
--------------------------------------------------------------*/
.seperator {
    color: #3AA395;
    margin: 0 10px;
    font-size: 12px;
}

.browser-warning{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    background: red;
    color: #fff;
    z-index: 999999;
    text-align: center;
}

.browser-warning i{
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}

.access-post-btn{
    display: none;
}

.nav-display-error{
    width: 100%;
    text-align: right;
    margin-top: 47px;
}

.entry-meta > *{
    display: inline-block;
    margin-left: 10px;
}

.entry-meta{
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.posted-on{
    display: inline-block;
}

.map-placeholder{
    width: 100%;
    height: 500px;
    background: #ccc;
}

.row-reset{
    margin-right: 0;
    margin-left: 0;
}

.modal-open,
.swipebox-html{
    overflow: hidden;
}

.relative-container {
    position: relative;
}

.relative-container .event-date {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #3aa395;
    color: #fff;
    padding: 18px 4px;
    max-width: 110px;
    min-width: 80px;
    text-align: center;
    border-top: 0;
    font-weight: 600;
    font-size: 26px;
    border-radius: 5px;
}

div.mce-panel iframe {
    height: auto !important;
}

.mce-container * {
    height: auto !important;
}

.logo {
    overflow: hidden;
    padding: 15px 0;
    height: 90px;
    position: relative;
    max-width: 130px
}

.logo a {
    max-width: 135px;
    display: block;
    max-height: 60px;
}

.logo img{
    height: auto;
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caret {
    margin: 0;
}

.padding-none {
    padding: 0;
}

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

.padding-right-none {
    padding-right: 0;
}

.custom-grid-fix {
    padding-left: 13px;
    padding-right: 12px;
}

.content-extrapaddin {
    padding: 0;
}

.stud-box-header .img-wrap {
    max-height: 257px;
    overflow: hidden;
}

.stud-box-header .img-wrap img {
    width: 100%;
}

.padding-help-right {
    padding-right: 15px;
}

.padding-help-left {
    padding-left: 12px;
}

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

/* SEARCH NOT FOUND */

.search-none {
    padding: 50px 0;
    font-weight: 600;
}

.search-label {
    margin-bottom: 0;
}

.post-counter .search-label {
    padding-top: 15px;
}

.search-none .big-title {
    font-size: 58px;
}

.small-title {
    font-size: 24px;
    font-weight: 400;
}

.small-name div{
    display: inline-block;
}

.small-name div:first-child{
    margin-right: 2px;}

.small-name div:last-child{
    margin-left: 2px;
    margin-right: 4px;
}

.result-box {
    border: 1px solid #f1f1f1;
    margin: 15px 0;
    padding: 0;
}

.item-tile {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px;
    margin: 0;
    background: #f9f9f9;
}

.search_contnet {
    padding: 0;
    margin-bottom: 20px;
}

.search_contnet p{
    margin: 0;
}

.searchbox{
    position:relative;
    min-width:20px;
    width: 0;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    outline:0;
    background:#414141;
    width:100%;
    height:25px;
    margin:0;
    font-size:14px;
    color:#fff;
    border: 1px solid #fff;
}

.searchbox-input[type="search"]:focus{
    color:#fff;
}

.searchbox-input[type="search"]{
    padding:0 25px 0 20px;
}

.searchbox-input::-webkit-input-placeholder {
    color: #666564;
    font-style: italic;
    text-transform: uppercase;
}
.searchbox-input:-moz-placeholder {
    color: #666564;
    font-style: italic;
    text-transform: uppercase;
}
.searchbox-input::-moz-placeholder {
    color: #666564;
    font-style: italic;
    text-transform: uppercase;
}
.searchbox-input:-ms-input-placeholder {
    color: #666564;
    font-style: italic;
    text-transform: uppercase;
}

.searchbox-icon,
button.searchbox-submit{
    width:25px;
    height:25px;
    display:block;
    position:absolute;
    top:0;
    font-size:14px;
    right:0;
    margin:0;
    border-left:1px solid #fff;
    outline:0;
    line-height:25px;
    padding: 1px;
    text-align:center;
    cursor:pointer;
    color:#fff;
    background:#414141;
}

.searchbox-icon i{
    display: inline-block;
}

.searchbox-icon .js__delete_text{
    display: none;
    float: left;
    padding: 5px 7px;
}

.searchbox-open .searchbox-icon i{
    display: none;
}

.searchbox-open .searchbox-icon .js__delete_text{
    display: block;
}

.searchbox-open{
    width:200px;
}

.searchbox-open .searchbox-icon,
.searchbox-open button.searchbox-submit{
    border: 1px solid #ccc;
    border-left: 0;
    padding: 0;
}

.site-search-wrap form{
    padding: 40px 0px;
}

.site-search-wrap .form-control:focus{
    box-shadow: none;
}

.site-search-wrap .input-group-addon{
    padding: 0;
    border: none;
}

.site-search-wrap button{
    background: #2E9586;
    color: #fff;
    border: none;
}

/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.big-tabs{
    padding: 40px 0 40px 0;
}

ul.tab-wrap{
    max-width: 575px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

ul.tab-wrap li{
    display: inline-block;
}

ul.tab-wrap li:first-child a{
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #3aa395;
}

ul.tab-wrap li:last-child a{
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #3aa395;

}

.tab-btn{
    padding: 13px 80px;
    border: 2px solid #3aa395;
    background: #fff;
    display: inline;
    font-size: 18px;
    text-transform: uppercase;
    transition: background,color, 0.3s;
    text-decoration: none;
}

.tab-btn:visited{
    color: #3aa395;
}

.tab-btn:focus{
    text-decoration: none;
}

.active-btn:visited{
    color: #fff;
}

.tab-btn:hover{
    background: #3aa395;
    color: #fff;
    text-decoration: none;
}

.active-btn{
    background: #3aa395;
    color: #fff;
}


/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.fc-ltr .fc-h-event.fc-not-start{
    padding-left: 11px;
}

.color-filter-wrap {
    margin: 51px 10px 25px;
    line-height: 0;
}

.fc-scroller.fc-day-grid-container{
    height: auto !important;
}

.filter-inner-wrap {
    display: block;
    float: right;
}

.filter-inner-wrap span.kk {
    background-color: #fff;
}

.filter-text {
    display: block;
    float: right;
    margin-top: 2px;
    font-size: 16px;
    color: #a9a9a9;
    margin-right: 7px;
}

.filter-text h4 {
    margin: 0;
    line-height: 36px;
    font-weight: 600;
}

.event-box {
    position: relative;
    height: 285px;
    overflow: hidden;
    margin: 0 5px;
}

.fc table {
    margin-bottom: 0;
}

.fc-row .fc-content-skeleton {
    padding-bottom: 0;
}

.fc-basic-view .fc-body .fc-row {
    overflow: hidden;
}

.black-box {
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    opacity: 0.5;
    z-index: 1;
    transition: opacity, 0.3s;
}

.event-img-wrap img {
    position: absolute;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    min-width: 100%;
    transition: scale, 0.3s;
}

.event-inner-content {
    position: relative;
    z-index: 2;
    padding: 15px;
    width: 100%;
    height: 100%;
}

.evetn-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.event-date {
    position: absolute;
    right: 6px;
    top: 6px;
    text-align: right;
    background: #3aa395;
    color: #fff;
    padding: 18px 4px;
    border-radius: 3px;
    max-width: 80px;
    min-width: 80px;
    text-align: center;
}

.no-events{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: -25px;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.event-date-wrap {
    font-size: 26px;
    font-weight: 700;
}

.event-date-wrap .small-name {
    font-size: 16px;
    text-transform: capitalize;
}

.day-nr {
    line-height: 24px;
}

.event-box:hover .black-box {
    opacity: 0.2;
}

.event-box:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.event-inner {
    display: inline-block;
}

span.event-date-single {
    display: inline-block;
    background-color: #399e97;
    color: #fff;
    border-radius: 3px;
    padding: 15px 6px;
    float: right;
    margin-top: 25px
}

span.event-date-single .day-nr {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}

span.event-date-single .small-name {
    font-size: 16px;
    font-weight: 700;
}

.checkbox-label {
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a9;
    float: left;
    display: block;
    margin-top: 5px;
    margin-right: 10px;
    letter-spacing: -0.5px;
}

.category-checkbox {
    margin-top: 4px;
}

.tag-list{
    margin: 0;
    padding: 0;
}

.tag-list li{
    display: inline-block;
    padding: 0 10px;
}

.tag-list li:first-child{
    padding-left: 0;
}

input[type="checkbox"]:focus {
    outline: none;
}

.checkbox{
    display: inline-block;
    margin: 5px 4px;
    cursor: pointer;
}

.checkbox input[type="checkbox"] {
    display: none;
}
.checkbox span {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0), inset 0 -15px 10px -12px rgba(0, 0, 0, 0);
    padding: 13px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.checkbox input[type="checkbox"]:checked + span {
    background-color: #fff;
}

.col-filter-category .category-checkbox .checkbox{
    margin-top: 0;
}

.checkbox input[type="checkbox"]:checked + span:after {
    content: ' ';
    background-image: url('resources/img/checker.svg');
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 10px;
    color: #19a73e;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.checkbox input[type="checkbox"]:checked + .facebook:after{
    background-image: url('resources/img/fb.svg');
    width: 9px;
    height: 17px;
}

.checkbox > .regular-checkbox + .kk div{
  position: absolute;
  color: #fff;
  transform: translateX(-50%);
}

.checkbox input[type="checkbox"]:checked + .kk:after{
    color: #fff;
    line-height: 10px;
    font-weight: 600;
    font-size: 19px;
    background-image: none;
}

.checkbox input[type="checkbox"]:checked + .instagram:after{
    background-image: url('resources/img/instagram.svg');
    width: 30px;
    height: 30px;
    background-size: cover;
}

.checkbox input[type="checkbox"]:checked + .youtube:after{
    content: "\f167";
    font-family: FontAwesome;
    font: normal normal normal 19px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    width: 20px;
    height: 20px;
    background: transparent;
}

#datetimepicker1 input,
form.calender-form input {
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 16px;
}

.col-filter-category {
    width: 58.666667%;
    float: left;
    padding-left: 23px;
}

form.calender-form .form-submit-btn{
    height: auto;
    border-radius: 3px;
    padding: 13px 29px;
    font-size: 14px;
    letter-spacing: -0.3px;
}

span.input-group-addon {
    background: #fff;
    border-radius: 0;
    border: none;
    color: #a9a9a9;
}

span.clear-btn-wrap {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    text-align: right;
}

.input-group.date {
    padding-bottom: 5px;
    border-bottom: 2px solid #f1f1f1;
}

.date-picker-groupe #datetimepicker1 {
    padding-top: 0;
}

#datetimepicker1 span:first-child {
    padding-left: 14px;
}

.col-filter-datepicker {
    width: 38.333333%;
    float: left;
}

.filter-row {
    padding: 25px 0px 18px;
    margin: 0 0 0px 0;
}

.calender-form > .col-sm-5{
    padding-right: 0;
}

.calender-search input[type="text"].form-control {
    width: 241px;
    float: left;
    margin-top: 2px;
}

.calender-search{
    max-width: 200px;
    border-bottom: 2px solid #f1f1f1;
    float: left;
    padding-bottom: 5px;
}

form.calender-form {
    margin: 0px;
}

.calender-search input {
    border: none;
    box-shadow: none;
    width: 241px;
}

.checkbox-group{
    max-width: 240px;
}

.event-wrap{
    padding-bottom: 37px;
}

.calender-submit-btn {
    float: right;
}

#ui-datepicker-div .ui-state-highlight {
    background: #fff;
    border: 1px solid #3AA395;
}

#ui-datepicker-div .ui-state-active {
    background: #3AA395;
    border: 1px solid #3AA395;
}

.ui-widget-header .ui-icon {
    background-image: url('resources/img/ui-icons_ffffff_256x240.png');
}

.ui-datepicker-header .ui-state-hover {
    background: #3AA395 !important;
    border: none;
}

span.dropDate {
    cursor: pointer;
}

.ui-datepicker-header {
    background: #3AA395;
    color: #fff;
}

.single-event-box {
    border: 2px solid #d5d5d5;
    margin: 20px 0;
}

.event-title {
    font-size: 26px;
    color: #414141;
    margin: 0;
    text-transform: capitalize;
}

.event-box{
    margin:0 0 10px 0;
}


div.event-search-box {
    height: 260px;
}

.all-events-wrap{
    min-height: 600px;
    padding-bottom: 40px;
    margin-top: 20px;
}

.all-events-wrap.no-events-wrap{
    min-height: 200px;
}

.no-events-wrap .no-events{
    top: 60px;
}

.result-evetn-form .input-group-addon {
    padding: 0;
}

.result-evetn-form .calender-search {
    border-bottom: 0;
}

.result-evetn-form .calender-search input[type="text"].form-control {
    height: 40px;
    border: 1px solid #f1f1f1;
    width: 100%;
}

.result-evetn-form .calender-search input[type="text"].form-control {
    border-right: 0;
}

form.result-evetn-form span.input-group-addon.clear-btn-wrap {
    width: 5%;
    cursor: pointer;
}

.clear-btn {
    padding-right: 10px;
}

.clear-btn span {
    font-size: 20px
}

.result-evetn-form .calender-search input[type="text"]:focus {
    outline: 0;
    box-shadow: none;
    border-right: 0;
}

form.result-evetn-form input[type="submit"] {
    border-radius: 0;
    width: 100%;
}

form.result-evetn-form {
    margin: 20px 5px;
}

form.result-evetn-form .calender-search {
    width: 100%;
}

form.result-evetn-form .input-group .input-group-addon {
    width: 15%;
}

.font-size-mid {
    font-size: 54px;
}

/*--------------------------------------------------------------
## Search form
--------------------------------------------------------------*/

.search-wrapper {
    max-width: 485px;
    width: 100%;
    border: 1px solid #f1f1f1;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .search-wrapper {
        max-width: none;
    }
}

.search-header {
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    color: #414141;
    font-size: 26px;
    font-weight: 700;
    padding: 30px 0;
    letter-spacing: -0.9px;
}

.search-content {
    background: #fff;
    padding: 40px 30px 54px;
}

input.search-submit {
    margin-top: 26px;
}

.search-form > * {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.search-form > *:first-child {
    margin-top: 0;
}

.search-form-warning{
    margin: 0px;
    width: 100%;
    display: none;
    background-color: #fff;
    border-color: #f9c2c2;
    color: #ea3535;
    border-radius: 3px;
}

.alert-wrap + .search-content {
    padding-top: 0;
}

.alert-wrap{
    padding: 20px 30px 0px;
}

.search-form-error{
    padding-top:0;
}

.icon-helper-wrap {
    display: block;
    padding: 8px;
}

.select-dropdown + .selectize-control .selectize-input,
input[type="search"].input-style,
.icon-helper-wrap {
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.select-icon {
    float: left;
    width: 50px;
    text-align: center;
}

.selectize-control {
    width: 100%;
    float: left;
}

.select-inner-wrap {
    float: left;
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 15px;
    height: 15px;
    font-size: 16px;
    margin-top: -10px;
    color: #a9a9a9;
    border: none;
    font-family: 'FontAwesome';
}

.form-style .btn-group button:focus {
    outline: none;
}

.form-style .btn-group > .btn:first-child {
    font-family: 'FontAwesome', 'Open sans';
}

.form-style .bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 220px !important;
    border-radius: 0;
    overflow: auto !important;
}

.form-style .bootstrap-select.btn-group .dropdown-menu.open {
    overflow: hidden !important;
    max-height: none;
    border-radius: 0;
}

.form-style .bs-searchbox .form-control {
    border-radius: 0;
}

*:focus {
    outline: none;
}

.form-style .btn-default:focus {
    background: #fff;
    outline: none !important;
}

.form-style .btn-default:hover {
    background: #fff;
}

.form-style .btn-group button {
    border: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    border-bottom: 2px solid #f1f1f1;
    text-transform: capitalize;
    padding-top: 8px;
    padding-bottom: 8px;
}



.form-style .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #a9a9a9;
}

.form-style .bootstrap-select > .dropdown-toggle.bs-placeholder,
.form-style .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.form-style .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.form-style .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background: #fff;
    outline: none;
}

.form-style .btn-default:hover {
    color: #fff;
}

.form-style .bootstrap-select.btn-group .dropdown-menu.inner a {
    color: #a9a9a9;
    font-size: 16px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: "\f078";
}

.form-style .dropdown-menu > .active > a,
.form-style .dropdown-menu > .active > a:hover,
.form-style .dropdown-menu > .active > a:focus {
    background-color: #f8f8f8;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 3px;
}

.contact-search .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-transform: none;
}

.select-dropdown + .selectize-control .selectize-input, input[type="search"].input-style, .icon-helper-wrap {
    border-bottom: 2px solid #f1f1f1;
}

.icon-helper-wrap input {
    font-family: 'FontAwesome', 'Open sans', Sans Serif;
    color: #a9a9a9;
}

input[type="search"].input-style:focus,
.selectize-input > * {
    color: #a9a9a9;
    font-weight: 600;
    font-size: 16px;
}

.select-dropdown {
    font-family: 'FontAwesome', 'Open sans';
}

.selectize-input input {
    width: 100% !important;
}

input[type="search"].input-style {
    border: none;
    width: 90%;
    font-weight: 600;
    padding-left: 5px;
}

input[type="search"].input-style:focus {
    outline: none;
}

.select-dropdown + .selectize-control .selectize-input input::placeholder,
input[type="search"].input-style::placeholder {
    color: #a9a9a9;
}

.form-item + .selectize-control.single .selectize-input::before,
.icon-helper-wrap::before {
    font-family: 'FontAwesome', 'Open sans';
    font-size: 16px;
    display: block;
    padding-right: 17px;
    color: #a9a9a9;
    float: left;
}

.select-dropdown + .selectize-control .selectize-input input,
input[type="text"].input-style {
    font-size: 16px;
    font-weight: 600;
    color: #a9a9a9;
    height: 20px;
}

input[type="search"].input-style{
    width: 80%;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

#posts_block {
    background: #f9f9f9;
    position: relative;
}

#posts_block::after{
    content: '';
    display: block;
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
}

#posts_block::before{
    content: '';
    display: block;
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
}

#posts_block .container{
    padding: 0;
}

.post-item-inner {
    padding: 12.5px 5.5px;
}

.post-content-wrap {
    background: #fff;
    border: 1px solid #e0e0e0;
}

.post-thumbnail-wrap img{
    display: block;
}

.post-thumbnail-wrap .youtube-thumbnail {
    margin: -10% 0;
}

.meta-info {
    font-size: 13px;
    font-weight: 600;
    color: #a9a9a9;
}

.date {
    padding-top: 20px;
}

.meta-info i {
    font-size: 22px;
}

.meta-info::first-letter {
    text-transform: uppercase;
}

.meta-info span {
    display: inline-block;
}

.meta-info .comment-count {
    padding-left: 25px;
    display: none;
}

.post-body {
    padding: 0 20px 20px;
}

.tag .post-body{
    padding: 0 0 20px;
}

.facebook-share-link > *{
    display: block;
    float: left;
    font-size: 13px;
    color: #3aa395;
}

.facebook-meta-info span:first-child{
    padding-left: 0;
}

.facebook-meta-info > span{
    padding: 0 10px;
}

.facebook-meta-info span i{
    font-size: 16px;
}

.facebook-meta-info span .value{
    color: #3aa395;
    font-size: 13px;
}

.facebook-share-link > span{
    padding: 0 3px;
    font-size: 10px;
    line-height: 18px;
}

.page-info-header{
    margin-left: 7px;
}

.facebook-page-info > div{
    float: left;
}

.facebook-page-info{
    padding: 15px 0 13px;
}

.instagram-page-info {
  padding-top: 24px;
}

.instagram-page-info .post-excerpt,
.instagram-page-info .post-excerpt p{
  font-weight: 400;
  color: #000;
}

.instagram-meta-info {
  font-weight: 600;
  color: #000;
}

.facebook-post-thumbnail{
    width: 100%;
}

.post-footer {
    border-top: 1px solid #e0e0e0;
    padding: 20px;
}

.page-info-icon{
    border: 1px solid #e6e6e6;
}

.page-info-header > div{
    margin: 2px 0;
}

.post-body .facebook-title a{
    font-size: 14px;
    color: #3aa395;
    font-weight: 700;
}

.filter-box{
    position: absolute;
    /*top: 0;*/
    right: 0;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 10px;
}

.filter-box.facebook{
    background: #3b5998;
}

.filter-box.instagram {
  background: transparent;
  width: 28px;
  height: 28px;
  padding: 0;
}

.filter-box.kk {
    background: #3aa395;
    padding: 1px 6px;
    min-width: 29px;
    min-height: 29px;
    text-align: center;
}

.filter-box.yt {
    background: #db4437;
    font-size: 21px;
    padding: 0px 5px;
    color: #fff;
}

.cat-letter{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    background: rgba(0,0,0, 0.3);
    width: 60px;
    height: 60px;
    z-index: 9999;
    transition: width,height, 0.3s;
}

.noThumb{
    top: 15px;
    right: 20px
}

.post-thumbnail-wrap:hover .play{
    width: 70px;
    height: 70px;
}

.play::before{
    position: absolute;
    left: 50%;
    padding-left: 0.2em;
    top: 50%;
    transform: translate(-50%, -50%);
}

.post-body a {
    color: #434343;
}

.post-body a:hover {
    text-decoration: none;
}

.post-thumbnail-wrap {
    position: relative;
    overflow: hidden;
}

.hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    transition: background, 0.3s;
}

.post-thumbnail-wrap a > img:first-child {
    position: absolute;
    top: 50%;
    left: -10%;
    z-index: 999;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: left, 0.4s;
}

.post-thumbnail-wrap:hover .hover-box {
    background: rgba(0, 0, 0, 0.3);

}

.post-thumbnail-wrap:hover a > img {
    display: block;
    left: 50%;
}

section h1.header-big {
    color: #a9a9a9;
    margin-left: 20px;
    letter-spacing: -1px;
}

section h2.inner-title {
    margin-left: 30px;

}

#skelbimu_block {
    padding-bottom: 40px;
}

.view-count img {
    margin-top: -5px;
    padding-right: 5px;
}

.more-posts {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
}

/*Soceliniai tinklai*/

.socal-media-icon a {
    padding: 0 5px;
}

.socal-media-icon a:hover {
    text-decoration: none;
}

.socal-media-icon > i {
    padding-right: 5px;
    padding-left: 0;
    font-size: 22px;
}

.socal-media-icon > img{
    padding-right: 5px;
    margin-top: -10px;
}

.socal-media-icon a:last-child {
    padding-right: 0;
}

.socal-media-icon a i {
    font-size: 22px;
}

.socal-media-icon {
    text-align: right;
    width: 100%;
}

.socal-media-icon .fa-facebook-official {
    color: #48649E;
}

.socal-media-icon .fa-linkedin-square {
    color: #127EB9;
}

.socal-media-icon .fa-twitter-square {
    color: #0F82BB;
}

.socal-media-icon .fa-google-plus-square {
    color: #D95344;
}

/*--------------------------------------------------------------
# Lecturers
--------------------------------------------------------------*/

.lecturers-thumb-wrap {
    max-width: 191px;
}

h2.lecturers-name {
    font-size: 26px;
    font-weight: 700;
    color: #414141;
    margin: 0;
    line-height: 34px;
}

h4.lecturers-subject {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.lecturers-content > .content-body {
    padding-bottom: 20px;
    padding-top: 0px;
    border: none;
}

.lecturers-content > .content-footer p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a9;
    line-height: 22px;
}

.lecturers-footer p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a9;
    line-height: 22px;
}

.lecturers-thubmnail {
    position: relative;
    height: 185px;
    width: 100%;
    overflow: hidden;
}

.img-responsive{
    min-width: 100%;
}

.lecturers-thubmnail img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: none;
    width: auto;
}

p.lecturers-content {
    margin: 0;
}

.content-footer {
}

.lecturers-box {
    padding: 12.5px 0;
    overflow: hidden;
}

.lecturers-box > div{
    padding: 0;
}

.lecturers-box .lecturers-thumb-wrap{
    padding-right: 10px;
}

.lecturers-img{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-header-row{
    max-height: 27px;
}

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

    .lecturers-box .lecturers-thumb-wrap{
        padding: 0;
        max-width: none;
        width: 100%;
    }

    .lecturers-thubmnail{
        height: 225px;
    }

    .lecturers-content-wrap{
        width: 100%;
    }

    .lecturers-content > .content-body{
        padding-bottom: 10px;
    }

    .lecturers-content > .content-footer p{
        font-size: 14px;
    }

    h2.lecturers-name{
        font-size: 22px;
    }
}

/*--------------------------------------------------------------
## Studiju programa
--------------------------------------------------------------*/
.stud-box {
    margin-bottom: 20px;
}

.studbox-content {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 20px 20px;
}

.studbox-content h3 {
    margin: 0 0 30px 0;
}

ul.stud-list-wrap {
    padding: 0;
    margin: 0;
    float: left;
    max-width: 50%;
    padding-left: 20px;
}

.stud-list-wrap li {
    color: #3AA395;
    font-size: 14px;
}

.stud-list-wrap li a {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;

}

.studbox-content {
    height: auto;
    min-height: 245px;
}

h3.stud_prog_title {
    font-size: 26px;
    font-weight: 700;
    color: #414141;
    margin: 0;
    margin-bottom: 22px;
}

span.naujas {
    color: #FC3130;
}

span.planuojamas {
    color: #44A899;
}

section#paragraphs-block {
    margin-top: 55px;
}

.para-box {
    margin-bottom: 35px;
    padding: 0 5px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
    background: #414141;
    color: #fff;
    border-top: 1px solid #3AA395;
    font-weight: 600;
    font-size: 12px;
}

.site-footer p {
    margin: 20px 0;
}

#footer-widgets {
    background: #414141;
    color: #fff;
    border-top: 1px solid #fff;
    padding-bottom: 35px;
}

/*--------------------------------------------------------------
## Contacts
--------------------------------------------------------------*/

.col-custom-grid-3 {
    float: right;
    width: 33%;
    display: inline-block;
}

.col-custom-grid-9 {
    float: right;
    width: 67%;
    display: inline-block;
}

.custom-row {
    float: right;
    width: 100%;
}

#contacts .footer-header {
    margin-top: 10px;
    letter-spacing: -1px;
    margin-bottom: -3px;
    margin-left: -4px;

}

#contacts {
    background: #414141;
    color: #fff;
}

.footer-logo {
    max-width: 133px;
}

.contact-text {
    max-width: 215px;
    margin-top: 15px;
}

.contact-text p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}

.contact-item-wrap {
    margin-top: 27px;
    font-size: 13px;
    margin-bottom: 18px;
}

.contact-item-wrap ul li {
    margin: 0 0 4px;
}

.contact-item-wrap ul li i {
    margin-right: 5px;
}

#contacts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-row{
    padding: 20px 0;
}

.inner-padding {
    padding: 0 20px;
}

.slider {
    max-height: 728px;
}

.slider .metaslider .caption {
    max-width: 1210px !important;
    margin: auto !important;
    padding: 25px 30px !important;
}

.site-main {
    padding: 10px 20px;
}




/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .col-custom-grid-3 {
        width: 40%;
    }

    .col-custom-grid-9 {
        width: 60%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .col-custom-grid-3 {
        width: 100%;
    }

    .col-custom-grid-9 {
        width: 100%;
    }

    .col-custom-grid-3 .contact-inner {
        padding: 0 20px 43px;
        float: none;
    }

    .contact-text {
        width: 50%;
        float: left;
        max-width: none;
    }

    /*studiju programa*/

    ul.stud-list-wrap{
        float: none;
        max-width: 100%;
    }

    .custom-grid-fix{
        padding: 0;
    }

    .pop_title_setting,
    .pop-row,
    .pop-spacing{
        padding: 0;
    }

    section h1.header-big{
        margin-left: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .contact-info + a {
        display: block;
        text-align: center;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/*--------------------------------------------------------------
## Calender
--------------------------------------------------------------*/
.main-calender-wrap {
    margin-bottom: 52px;
}

.fc-widget-header > table {
    margin-bottom: 0;
    background: #3aa395;
    color: #fff;
}

.fc th {
    border-style: none !important;
    padding: 13px 0 15px;
    text-transform: uppercase;
}

.fc .fc-day-header{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40px;
}

.fc th span {
    font-size: 14px;
    line-height: 12px;
    letter-spacing: -0.5px;
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fc td {
    border-color: #ababab !important;
    font-weight: 700;
}

.fc td.fc-sat {
    color: #3aa395;
}

.fc td.fc-sun {
    color: #3aa395;
}

.fc-center h2 {
    color: #3aa395;
    font-size: 32px;
    font-weight: 700;
    margin: 35px 0 12px;
    text-transform: capitalize;
}

.fc button.fc-button span {
    font-family: 'Open Sans' !important;
    height: auto !important;
    overflow: visible;
    line-height: inherit;
    font-size: 14px;
}

button.fc-button {
    min-width: 163px;
    padding: 13px 0;
    height: auto;
    letter-spacing: -0.5px;
    background: #3aa395;
    border: 0;
    color: #fff;
}

.fc-state-default {
    text-shadow: none;
}

.fc-prev-button span:after,
.fc-next-button span:after {
    display: none;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

.fc-content-skeleton thead td.fc-other-month {
    background: black;
}

.fc-content-skeleton thead td.fc-day-top {
    background: #d8d8d8;
    padding: 5px 0;
}

span.fc-day-number {
    float: left !important;
    padding-left: 10px !important;
}

.fc-view > table {
    margin: 0;
}

.fc-event-container > a.fc-day-grid-event {
    margin: 0;
    border-radius: 0;
    padding: 5px 11px;
    font-weight: 700;
    font-size: 14px;
}

.fc-event-container > a:visited {
    color: #fff;
}

.fc-event {
    border: none;
}
.page-template-page-allevents .event-list-wrap{
    min-height: 330px;
}

#event-list > a{
    display: block;
    margin: 0 auto;
    max-width: 160px;
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 0;
}

.fc-content-skeleton thead td.fc-state-highlight {
    background: #b8cdcb;
}

.fc-unthemed td.fc-today {
    background: #d8edea;
}

tr:first-child > td > .fc-day-grid-event {
    margin: 0 !important;
}

#nav-icon{
    width: 40px;
    height: 40px;
    margin: 30px 0 20px 0;
    float: right;
    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-icon span{
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #3aa395;
    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-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 13px;
}

#nav-icon span:nth-child(3) {
    top: 26px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.lang li.current-menu-item a{
    color: #3AA395;
}

/* Front calender style */

.js__date_wrap ul{
    color: #414141;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.year-wrap{
    float: left;
    display: inline-block;
    font-size: 32px;
    color: #3aa395;
    font-weight: 600;
}

.month-wrap li:hover{
    color: #3aa395;
}

.js__date_wrap ul li{
    display: inline-block;
    cursor: pointer;
}

.month-wrap li{
    font-size: 18px;
    padding: 0 11px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.js__date_wrap .month-wrap{
    margin-bottom: 20px;
}

.js__date_wrap .day-wrap{
    margin-bottom:40px ;
}

.day-wrap li{
    font-size: 17.5px;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #d8d8d8;
    border-radius: 50%;
    line-height: 32px;
    margin: 2.5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.day-wrap .event-day{
    background: #3aa395;
    color: #fff;
}

.day-wrap li:hover{
    background: #c1e3df;
    color: #414141;
}

.day-wrap li.today{
    border: 2px solid #3aa395;
    line-height: 28px;
}

.day-wrap .selected{
    background: #c1e3df;
    border: 2px solid #c1e3df;
    line-height: 28px;
    color: #414141;
}

.filtr-container{
    padding-bottom: 50px;
}

.fc-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc-popover.fc-more-popover .fc-event-container .fc-event{
    max-height: none !important;
    overflow: visible !important;
}

.fc-popover.fc-more-popover .fc-event-container .fc-title{
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.month-wrap li.current{
    font-size: 32px;
    color: #3aa395;
}

.result-box-body{
    padding:20px;
}

.front-date-wrap{
    padding: 0 20px;
}

.progress-bar{
    background-color: #3aa395;
}

.bar-item{
    padding: 0 5px;
}

.event-row{
    overflow: hidden;
}

.contact-inner{
    float: left;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        width: 760px;
    }

    .swiper-slide{
        height: 600px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container,
    .activate-page-template .widecolumn{
        width: 950px;
    }

    #navCollapse{
        display: none;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container,
    .activate-page-template .widecolumn{
        width: 1210px;
        margin: auto;
    }
}

.navbar.no-slider{
    position: static;
}

.swiper-container {
    width: 100%;
    max-height: 728px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 728px;
    overflow: hidden;
}

.swiper-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-header{
    position: absolute;
    z-index: 99999;
    color: #fff;
    font-size: 68px;
    font-weight: 700;
    bottom: 0;
    left: 0;
    padding: 44px 0;
    width: 100%;
    text-align: left;
    opacity: 1;
    line-height: normal;
    background: #61BBAE;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(97,187,174,0.81) 60%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(97,187,174,0.81) 60%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(97,187,174,0.81) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cf61bbae',GradientType=0 );
}

.swiper-wrapper a{
    display: block;
    width: 100%;
    height: 100%;
}

.show-xs{
    display: none;
}

.results-item-head h2{
    padding-left: 10px;
    margin-bottom: 0;
}

.collapse{
    display: block;
}

.dropdown .collapse{
    display: none;
}

.dropdown .collapse.in{
    display: block;
}

a.js__top_util_slidedown.text-center.slide-btn{
    display: block;
}

.js__rowMaxHeight{
    border-bottom: 1px solid #f7f7f7;
}

.dropdown-menu.sub-menu{
    top:28px;
}

.site-main{
    padding:0;
}

.dropdown-menu.sub-menu li a{
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #414141;
    transition: color, 0.3s;
    padding: 10px 0;
    white-space: normal;
    height: auto;
}

#contacts .container-fluid{
    padding: 0;
}

.dropdown-menu.sub-menu li{
    z-index: 9999;
}

.top-header-menu{
    position: absolute;
    z-index:99999;
    background: #fff;
}

.gm-style .gm-style-iw{
    color: #000;
}

.post-thumbnail{
    background-size: cover;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


/*VC style*/

.vc-img-control{
    position: absolute;
    top:50%;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.vc-img-control i{
    font-size: 46px;
}

.arrow-left{
    left: 0;
}

.arrow-right{
    right: 0;
}

.vc_images_carousel .vc_carousel-indicators.kk_indicators{
    left: 30px;
    text-align: left;
    width: 100%;
}

.vc_images_carousel:hover .vc-img-control{
    opacity: 1;
}

.vc_images_carousel ol.vc_carousel-indicators.kk_indicators{
    margin: 0;
}

.kk-gallery-img-item{
    width: 100%;
    padding-top: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.kk-vc-item{
    max-height: 400px;
}

.bar-item > div:first-child{
    max-height: 25px;
    margin-bottom: 25px;
}

.full-width-dropdown:last-child{
    margin-bottom: 40px;
}
#contact-serch{
    margin-bottom: 40px;
}

.mapp-layout{
    margin:0;
}


/* Small Devices, Tablets */
@media only screen and (max-width: 1280px) {

    .swiper-container{
        max-height: 550px;
    }

    .swiper-slide{
        height: 550px;
    }

    .swiper-header{
        padding: 22px 0;
        font-size: 48px;
    }

}

@media only screen and (max-width: 1280px) {
    body.accessible-active .search-content #search-stud-form input[type="submit"].search-submit{
        width: 320px;
    }

    .searchbox-open{
        width: 160px;
    }
}

@media only screen and (max-width: 992px) {
    .sub-menu{
        display: none;
        list-style-type: none;
        padding: 0 0 0 20px;
        margin: 0;
    }

    .searchbox-open{
        width: 85px;
    }

    body.accessible-active .search-content #search-stud-form input[type="submit"].search-submit{
        width: 245px;
    }

    .collapse{
        display: none;
    }

    .top-header-mob-view{
        display: block;
    }

    #top-header-collapse .col-md-6{
        width: calc(50% - 10px);
        float: left;
    }

    .seperator{
        margin: 0;
    }

    .navbar{
        background: #e4eff1;
    }

    .navbar a, .navbar a:visited{
        color: #414241;
    }

    .mob-menu-wrap li{
        border-bottom: 1px solid #81c5be;
    }

    .sub-menu-caret{
        display: none;
    }

}


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

    #top-header-collapse .col-md-6{
        width: 100%;
        float: none;
    }

    .front-page #posts_block .container{
        padding: 0;
    }
    .collapse{
        display: none;
    }

    #posts_block .container{
        padding: 0 20px;
    }

    .disable-wrap{
        width: 100%;
    }

    .disable-wrap i{
        width: 100%;
        padding: 10px 0;
        margin: 10px 0;
        cursor: pointer;
    }

    .dropdown .top-header-menu{
        position: static;
        top:auto;
        left: auto;
        width: 100%;
        margin: 0;
        padding:0;
        background: #fff;
    }

    .dropdown .top-header-menu li{
        padding: 0 20px;
        list-style: none;
        width: 100%;
    }

    .dropdown .top-header-menu a{
        display: block;
        padding: 10px;
        color: #0c0c0c;
        font-size: 16px;
    }

    .copy-wrap {
        padding: 0 20px;
    }

    .color-filter-wrap > span{
        float: none;
    }

    .slider{
        height: 400px;
    }

    .sub-menu-caret{
        display: none;
    }

    .swiper-slide{
        height: 400px;
    }

    .swiper-header{
        font-size: 44px;
    }

    .front-date-wrap{
        padding: 0;
    }

    .month-wrap{
        width: 100%;
    }

    .month-wrap li{
        padding: 0 6px;
    }

    .color-filter-wrap {
        margin: 45px 0 10px;
        line-height: 0;
    }

    .header-big{
        font-size: 35px;
        margin: 28px 0 20px;
    }
    .filter-text{
        display: none;
    }

    .day-wrap li{
        margin: 6px;
        width: 48px;
        height: 48px;
        line-height: 48px;
    }

    .day-wrap .selected,
    .day-wrap li.today{
        line-height: 44px;
    }

    .site-main{
        padding: 0;
    }

    .post-item-inner{
        padding-left: 0;
        padding-right: 0;
    }

    .padding-help-right{
        padding: 0 5px;
    }

    .inner-search-inline > *{
        padding-left: 0;
        padding-right: 0;
    }

    .inner-search-wrap input[type="submit"]{
        margin-top: 20px;
    }

    .full-width-dropdown-header h2.dropdown-title{
        font-size: 20px;
        padding-right:0;
    }

    .full-width-dropdown-body{
        padding: 0 20px 35px 20px;
    }

    .tab-btn{
        padding: 13px 10px;
    }

    .col-filter-datepicker{
        width: 100%;
        margin-bottom: 20px;
    }

    .col-filter-category{
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .calender-search{
        max-width: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .calender-submit-btn{
        float: none;
    }

    .show-xs{
        display: block;
    }

    .mob-search{
        padding: 20px 0 0;
    }

    .mob-search input[type="search"]{
        border:none;
        box-shadow: none;
        padding: 0;
        font-size: 16px;
    }
    .mob-search .input-group{
        padding: 10px 0;
        border:1px solid #fff;
        border-radius: 5px;
    }

    .mob-search .input-group-addon{
        background: transparent;
        color:#fff;
        font-size: 18px;
        padding-top: 0;
    }

    .link-box-wrap{
        padding: 10px 0 40px;
        border-bottom: 1px solid #f1f1f1;
    }

    .grid-item{
        width: 50%;
    }

    .year-wrap{
        padding-left: 5px;
    }

    .contact-inner{
        width: 100%;
        clear: both;
        padding-bottom: 20px;
    }


    .container{
        padding: 0 20px;
    }

    .layout-container{
        padding: 0;
    }

    .checkbox-group{
        max-width: none;
        width: 100%;
    }

    button.fc-button{
        min-width: 120px;
    }

    .footer-widget:nth-child(4n+4) {
        clear: left;
    }

    .footer-widget-title{
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 45px 0 28px;
        max-height: 21px;
        width: 100%;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .banner-title{
        font-size: 44px;
    }

    .stud-list-wrap li{
        padding: 7px 0;
    }

    .stud-list-wrap li a{
        font-weight: 400;
    }

    .more-posts{
        padding-bottom: 0;
    }

    .para-box,
    .inner-padding,
    .inner-padding .col-sm-6{
        padding: 0;
    }

    section#paragraphs-block{
        padding: 0;
    }

    .dropdown-btn{
        padding: 6px 6px 5px;
    }

    .btn-wrap{
        width: 100%;
        text-align: left;
        clear: both;
    }

    .fc th span,
    .fc-title,
    span.fc-day-number{
        font-weight: 400;
    }

    .fc-time-grid .fc-slats td{
        height: 20px;
    }

    .fc-event-container > a.fc-day-grid-event{
        padding: 0 11px;
    }

    .fc th{
        padding: 5px 0 5px;
    }

    .fc-content-skeleton thead td.fc-day-top{
        padding: 0;
    }


    .fc-day-grid-event .fc-content{
        padding:5px;
    }

    .contact-item-wrap ul li span{
        word-break: break-all;
    }

    .contact-item-wrap{
        width: 50%;
        float: left;
    }

    .pdf-btn span{
        height: auto;
        line-height: 20px;
        text-align: left;
    }

    .lang .seperator{
        display: none;
    }
    .lang ul li{
        padding-right: 0;
    }

    .lang ul li:last-of-type::after {
        display: none;
    }

    .lang ul li:after {
        content: "";
        display: block;
        float: right;
        width: 2px;
        height: 2px;
        padding: 10px 0;
        margin: 4px 10px 0;
        background: #3aa395;
    }

}

@media only screen and (max-width: 615px) {
    .grid-item{
        width: 100%;
        padding: 0;
    }

    .meta-info .comment-count{
        padding-left:10px;
    }

    .dropdown-btn{
        padding: 8px 6px 5px;
    }

    .contact-item-wrap{
        float: right;
    }

    .color-filter-wrap{
        margin: 10px 0 10px;
    }

}

@media only screen and (max-width: 400px){
    .main-title{
        font-size: 28px;
    }

    .full-width-dropdown-header h2.dropdown-title{
        font-size: 18px;
    }

    .footer-widget:nth-child(3n+4) {
        clear: left;
    }

    .day-wrap li{
        margin: 4px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .day-wrap .selected,
    .day-wrap li.today {
        line-height: 36px;
    }

    .month-wrap li{
        font-size: 16px;
        padding: 0 4px;
    }

    .month-wrap li.current {
        font-size: 22px;
    }

    #contacts ul {
        margin: -7px 0 0 0;
        padding: 0 0 0 10px;
        display: block;
        list-style: none;
        width: 100%;
        float: left;
    }

    .contact-text{
        width: 50%;
        float: left;
        max-width: none;
    }

    .tab-btn{
        padding: 13px 5px;
    }

    .fc-center h2{
        font-size: 26px;
    }

    .search-content{
        padding: 40px 15px 20px;
    }

    .search-form > *:first-child{
        margin-top: 0;
    }

    .studbox-content{
        min-height: 0;
    }

    .contact-item-wrap{
        float: right;
        width: 50%;
    }

    .contact-info + a{
        clear: both;
        padding-top: 10px;
    }

    .btn-wrap{
        clear: both;
    }

}

@media only screen and (max-width: 400px) {
    .banner-title{
        font-size: 36px;
    }

    .kk-gallery-img-item{
        padding-top: 200px;
    }

    .kk-vc-item{
        max-height: 200px;
    }

}

@media only screen and (max-width: 375px) {
    .footer-widget{
        width: 50%;
    }

    .footer-widget:nth-child(4n+4){
        float: left;
    }

    .footer-widget:nth-child(2n+4){
        clear: 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 {
    background: #fff;
    border: 1px solid #f0f0f0;
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

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