@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Raleway;
    src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: Raleway1;
    font-weight: bold;
    src: url('../fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: Raleway2;
    font-style: italic;
    src: url('../fonts/Raleway-ExtraLight.ttf');
}

body {
    font: 15px/1.5 'Raleway', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #EFF1F7;
}

section {
    padding-bottom: 20px !important;
}

/*Global*/

.container {
    position: relative;
    width: 85%;
    margin: 0 auto;
}

/*.listItem {
    float: left;
    display: inline;
    padding: 0px 6px 0 6px;
    text-align: center;
    font: 12.5px/1.5 'Raleway', sans-serif;
}*/

.butonas {
    float: right;
    height: 25px;
    background-color: #EC4B40;
    border: 0;
    margin: 20px;
    color: #ffffff;
}

.buttonLogin {
    height: 30px;
    background-color: #ec5447;
    border: 0;
    margin-right: 10px;
}

.buttonLogin > a {
    color: #ffffff;
	text-decoration: none;
}

h1 {
    font: 30px/1.5 'Raleway1', sans-serif;
    margin-bottom: 10px;
    color: #006699;
}

h2 {
    font: 25px/1.5 'Raleway1', sans-serif;
    margin-bottom: 20px;
    /*margin-top: 60px;*/
    color: #006699;
}

h3 {
    font: 16px/1.5 'Raleway', sans-serif;
    margin-bottom: 20px;
    /*margin-top: 60px;*/
    color: #006699;
}

/*header*/
header {
    background-color: white;
    color: #006699;
    /*padding-top: 20px;*/
    min-height: 120px;
    border-bottom: #006699 3px solid;
}

.header-container {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding-top: 15px;;
}

header .branding {
    font: 12px/1.5 'Raleway1', sans-serif;
}

.date {
    /*padding-right: 5px;*/
}

.group {
    padding: 10px;
    /*display: inline;*/
	padding-bottom: 0px;
}

.group:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

header .branding h1 {
    margin: 0;
    padding-bottom: 0px;

}

header a {
    color: #006699;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12.5px;
}

/*login*/
#login {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;

}

.login-form {
    position: absolute;
    width: 300px;
    height: auto;
    background-color: #E8E9E9;
    right: 58px;
    top: 60px;
    border-radius: 3px;
    /*	border-top: 3px solid #8C8C8C;*/

    display: none;
}

.login-form > form {
    width: 250px;
    margin: 25px auto;
    font-size: 20px;

    letter-spacing: -0.05em;
}

input[type="text"],
input[type="password"] {
    width: 240px;
    height: 30px;
    border: 0px;
    outline: none;
    box-shadow: inset 0 0 10px #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    font: 12px/1.5 'Raleway' sans-serif;
    font-size: 16px;
}

#loginbutton {
    /*float: right;*/
    height: 25px;
    background-color: #EC4B40;
    border: 0;
    /*margin: 20px;*/
    color: #ffffff;
}

.butonas1 {
    width: 95%;
    height: 35px;
    background: #EC4B40;
    font-size: 16px;
    font-weight: bold;
    font: 12px/1.5 'Raleway' sans-serif;
    color: white;
    outline: none;
    border: 0px;
    border-radius: 3px;
    letter-spacing: -0.05em;
    cursor: pointer;
}


.fa {
    margin-right: 5px;
}

/*
.arrow-up {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #E8E9E9;
    right: 188px;
    top: 50px;
    display: none;
}
*/
/*

nav ul {
    padding: 0 auto !important;
    margin-bottom: 0;
    text-align: center !important;
}
*/

.navbar {
    min-height: initial;
    margin-bottom: 0;
}
.nav-pills > li > a {
    border-radius: 0 !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff !important;
    background-color: #006699 !important;
}

.navbar-toggle {
    background-color: #006699;
}

.navbar-toggle .icon-bar {
    background-color: white !important;
}

header .current a {
    color: white;
    background: #006699;
    padding: 8px;
}

header .current .dropbtn .listItem {
    color: white;
    background: #006699;
    padding: 8px;
}

nav a:hover {
    color: #EC4B40;
}

#showcase {
    min-height: 440px;
    background: url('../img/img12.jpg') no-repeat 0 0;
    background-size: cover;
    text-align: center;
    color: white;
    border-bottom: #006699 3px solid;
    margin-bottom: 90px;
}

#showcase .motto {
    float: none;
    padding-top: 20px;
    text-align: right;
    width: max-content;
    margin: 0 auto;
    max-width: 90%;
}

#showcase h1 {
    margin-top: 140px;
    font-size: 38px;
    margin-bottom: 10px;
    color: white;
}

#showcase p {
    font: 20px/1.5 'Raleway1', sans-serif;

    /*padding-right: 60px;*/
    color: white;
}

.description {
    text-align: center;
    color: #006699;
    margin-top: 40px;
}

/*

h2 {
    font: 25px 'Raleway1', sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #006699;
}
*/

/*Articles*/

#articles {
    text-align: center;
    vertical-align: middle;
    position: relative;
}

#articles .swiper {
    margin-right: 100px;
    margin-left: 100px;
    color: #006699;

}

#articles .swiper h2 {
    font-size: 20px;

}

#articles .swiper .box {
    text-align: center;
    width: 10%;
    padding: 10px;
    margin: 10px;
    background-color: white;
    height: 250px;
	border: 1px solid #DDEAF6;

}

#articles .butonas {
    text-align: center;
    float: none;
    width: auto;
}

.articleList {
    text-align: center;
    color: #2F3239;

}

.articleCont {
    text-align: center;
    vertical-align: middle;
    padding: 10px;

}

.articleCont h1 {
    color: #006699;

}

/*.box p1 {*/
/*	max-width: 30%;*/
/*}*/

/*footer*/

footer {
    padding: 10px;
    /*margin-top: 20px;*/
    color: #ffffff;
    background-color: #006699;
    vertical-align: middle;
    width: 100%;
    position: relative;
	bottom:0;
    

}

/*.headers {*/

/*font-size: 15px;*/
/*}*/

/*.headers h1 {*/

/*float: left;*/
/*margin-left: 300px;*/
/*}*/

/*.headers h2 {*/

/*float: right;*/
/*margin-right: 300px;*/
/*}*/

/*
footer a {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}

footer li {
    float: left;
    display: inline;
    padding: 0 30px 0 30px;
}
*/

/*
footer p
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
}
*/
/*

footer nav {
    padding-top: 60px;
    margin-top: 70px;
    text-align: center;
    margin-left: 120px;
    padding-bottom: 0;
}
*/

.center-block {
    margin: 0 auto;
    text-align: center;
}

.footer-title {
    color: white;
}

.left-block {
    margin-left: 40px;
    text-align: left;
}

.bring-to-front {
    z-index: 900;
}

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

.container .row {
    margin-left: -15px;
    margin-right: -15px;
}



/*Modal*/

.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font: 20px 'Raleway', sans-serif;

}

.loginmodal-container h1 {
    text-align: center;

    font: 20px 'Raleway1', sans-serif;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    font: 20px 'Raleway1', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loginmodal-container input[type=text], input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border-top: 1px solid #c0c0c0;
	border: 1px solid #d9d9d9;
    /* border-radius: 2px; */
    padding: 0 8px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font: 20px 'Raleway1', sans-serif;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #EC4B40;
    padding: 17px 0px;
    font: 20px 'Raleway1', sans-serif;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

/*.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7;
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8));
}
*/

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

.logo {
    width: 600px;
    height: auto;
}

.poza {
    /*width: 93px;*/
    width: auto;
    height: 140px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/*Lines for headlines*/

.headline {
    line-height: 0.5;
    text-align: center;
    overflow: hidden;
    width: inherit;
}
.headline h2 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.headline h2:before,
.headline h2:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #A8C7F0;
    border-top: 1px solid #A8C7F0;
    top: 48%;
    width: 900%;
    /*width: inherit;*/
}
.headline h2:before {
    right: 100%;
    margin-right: 15px;
}
.headline h2:after {
    left: 100%;
    margin-left: 15px;
}

/*Media rules*/

@media (min-width: 768px) {

    .navbar {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .navbar-nav > li > a {
        padding: 0 8px !important;
    }
}

@media (max-width: 867px) {

    .logo {
        width: 350px !important;
        height: auto !important;
    }

    #showcase h1 {
        font-size: 26px !important;
    }

    #showcase p {
        font: 17px 'Raleway1', sans-serif !important;
        /*padding-right: 60px;*/
    }
}

@media (max-width: 646px) {

    .hide-mobile {
        display: none !important;
    }
}
