/*
Theme Name: Twenty Twenty
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap'); * {
    /*font-family: Verdana,Geneva,sans-serif; */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background-image: url(https://thewallpaper.co//wp-content/uploads/2016/08/free-high-resolution-images-iphone-background-images-city-images-city-view-landscape-town-1920x1080.jpg);
    background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
    #first {
        order: 3;
    }

    #second {
        order: 1;
    }

    #third {
        order: 2;
    }
}
.infolineS {
    padding: 10px;
    border-radius: 0;
    background: #ffffff;
    COLOR: #616194;
    FONT-SIZE: 15PX;
    width: 100%;
    margin: 0 auto;
    /* padding: 30px 0; */
    background: #ffffff;
}

.links {
    color: #465ca5;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    overflow: hidden;
    height: 22px;
}

.bord {
    height: 85px;
    /* background: linear-gradient(90deg, rgba(158,172,190,1) 0%, rgba(217,232,245,1) 100%); */
    line-height: 29px;
    text-shadow: 0px 0px 3px rgba(0,0,2,0.2);
    color: #556273;
    font-weight: bolder;
    background: #f2f7fb;
    border: 2px solid;
    border-radius: 2px;
}

.b1 {
    background-image: url(https://resizeimage.net/mypic/N4CvKkn1aguOcyaO/pk1nN/favpng_gold-medal-award-silver.png);
    padding: 1px;
    /* padding: 10px; */
    width: 24px;
    padding-bottom: 0px;
    margin-top: 60px;
    padding-top: 11px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.bord3 {
    /* background: linear-gradient(90deg, rgba(158,172,190,1) 0%, rgba(217,232,245,1) 100%); */
    line-height: 29px;
    text-shadow: 0px 0px 3px rgba(0,0,2,0.2);
    color: #556273;
    font-weight: bolder;
    color: #949494;
    background: #0d0d0d;
}

body {
    /*max-width: 550pxf;
max-width: 864px;*/
    font-size: 12px;
    box-shadow: 0 0 6px black;
    color: #465ca5;
    font-weight: 600;
    background-color: #848f98;

}

.content {
    margin-top: 70px;
}

.content-holder {
    padding: 20px;
    background: #c0c4c7;
}

.languages {
    position: absolute;
    background: #272727;
    right: 4px;
    margin-top: 17px;
    padding: 3px;
    border-radius: 4px;
}

.header {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    text-shadow: 0 0 3px rgb(0 0 0 / 44%);
    padding-right: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 10px;
    padding-top: 35px;
    padding-bottom: 28px;
    font-family: 'Raleway', sans-serif;
    z-index: 20;
    border-bottom: 3px solid #848f98;
    color: #00e6e6;
    margin-bottom: 0;
    background-size: cover;
    background: #dfdfdf;
}

.header a {
    color: white;
}

.header a:hover {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 0px 4px white;
}

.header logo {
    font-size: 15px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-family: Georgia, serif;
    font-style: italic;
    font-family: Verdana,Geneva,sans-serif;
}
blue {
    color: #0875e0;
}

.header a:hover blue {
    text-shadow: 0px 0px 4px #0875e0;
}

.tabs-list {
    margin-right: 50px;
    font-size: 1px !important;
    text-transform: capitalize;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
@media screen and (max-width: 800px){
.tabs-list tab{
background:none !important;
}
}


.tabs-list tab {
    margin: 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    vertical-align: middle;
    border: 0px solid rgba(0,0,0,0.1);
    transition: 0.1s all linear;
    user-select: none;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    background: #208ce7;
    border-radius: 2px;
}

tab a.active {
    border-bottom: 3px solid #0875e0;
}
tabr a {
    background: #2f4658;
    margin-left: 29px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    vertical-align: middle;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: 0.1s all linear;
    user-select: none;
}

tabr a:hover {
    text-shadow: unset !important;
    background: #326653;
}

tabr a.active {
    background: #eaeaea;
    color: black !important;
    text-shadow: none;
    border-radius: 4px;
}
tabr a:hover {
    text-shadow:unset !important;
}
.footer {
    font-size: 12px;
    text-shadow: 3px 2px 3px rgb(0 0 0);
    background-color: #4d6f8c;
    color: #a5a9ab;
    padding: 39px;
    margin-top: 20px;
    border-top: 1px solid #424242;
    margin-bottom: 0;
    background: linear-gradient(90deg, rgb(47 70 88) 0%, rgb(59 82 100) 100%);
}

.ad {
    font-size: 20px;
    padding: 10px;
    background: #dfdfdf;
    border: 1px solid #2f4658;
    border-radius: 2px;
}

.line {
    border-top: 1px solid #ebebeb;
    margin: auto;
}

.aprasymas {
    border-right: 1px solid #5063b0;
    border-left: 1px solid #0875e0;
    border-bottom: 1px solid #0875e0;
    border-radius: 0px 0px 5px 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #455c6e;
    font-weight: 500;
    background: #ffffff;
}

.title {
    display: flex;
    height: 50px;
    line-height: 50px;
    text-shadow: 0px 0px 3px rgb(0 0 2 / 20%);
    padding-left: 10px;
    margin: 0;
    position: relative;
    border-radius: 2px 2px 0px 0px;
    font-family: 'rawline', sans-serif;
    font-weight: 600;
    text-transform: initial;
    border-left: 0px solid #478f79;
    border-bottom: 0px solid #1d6bcc;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #dce0e4;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    background: url(/image/GtzcZ2j.jpg) no-repeat;
    background-size: cover;
    color: #ffffff;
    border: 0px;
    border-radius: 2px 2px 0px 0px;
}

input[type="submit"] {
    background: #589ab5;
    color: #ffffff;
    font-size: 15px;
}

input[type="submit"] {
    background: #608cb0;
    color: #ffffff;
    font-size: 15px;
}

font {
    color: #f67c67;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-family: Georgia, serif;
    font-style: italic;
}

.top3-numb {
    float: right;
    background: #dfdfdf;
    padding: 4px 8px;
    color: #495f72;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -35px;
    border-bottom: 1px solid #cacaca;
}

.info {
    float: right;
    background: #dfdfdf;
    padding: 4px 8px;
    color: #616161;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: -10px;
    margin-top: -2px;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 400;
}

.infoline {
    padding: 10px;
    border-bottom: 1px solid #d9dee1;
}

.meniu {
    background: #ffffff;
    margin-bottom: 20px;
    border-bottom: 2px solid #465ca5;
    border-top: 0;
    color: #616161;
    font-size: 14px;
}

.main {
    background: #ffffff;
    padding: 10px;
    font-size: 15px;
    color: #475d70;
    font-weight: 500;
    background-color: #f2f7fb;
}

.meniu a {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: 0.1s;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    line-height: 18px;
    height: 100%;
    background-color: #494f54;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    border: 1px solid #d9dee1;
    color: #616161;
    border-radius: 3px;
    padding: 10px;
    background: #fff;
    overflow: auto;
    display: block;
    width: 100%;
    padding: 10px 12px;
}

.meniu a:hover {
    display: block;
    width: 100%;
    padding: 10px 12px;
    text-decoration: none;
    color: #ffffff;
    transition: -0.9s;
    background: #208ce78f;
    text-shadow: 0 0 5px #455c6e;
}

.top {
    float: right;
    background: #555;
    padding: 2px 10px;
    color: #FFFFFF;
    font-weight: bolder;
    border-radius: 3px;
    font-size: 14px;
    margin-top: px;
}

.left {
    text-align: left;
    margin-top: -12px;
}

.center {
    text-align: center;
}

.link {
    display: flex;
    align-items: center;
}

.horizontal-links {
    justify-content: center;
    grid-column-gap: 5px;
    text-align: center;
    padding: 10px;
    margin-bottom: -10px;
    width: 100%;
}

.horizontal-links a {
    width: 100%;
    text-decoration: none;
    margin-bottom: 9px;
    background: #009c8e;
    border-radius: 6px;
    color: #fff;
}
.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    justify-content: center;
    padding: 10px;
}

.stat {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    background-color: #f2f7fb;
    padding: 8px;
    display: inline-block;
    color: #313132;
}
.stat div {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    background: #4d6f8c;
}

input, select, textarea {
    margin-bottom: 8px;
    padding: 10px 14px;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #bcbec2;
    text-align: center;
    background: #dfdfdf;
    color: #00000;
    width: 90%;
    border-radius: 3px;
}

input.button {
    padding: 8px;
    background: rgb(245,245,245);
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
    color: #444;
    font-size: 12px;
}

.button {
    font-size: 13px;
    margin-top: 0;
    border-radius: 2px 2px 0px 0px;
    TEXT-ALIGN: center;
    font-weight: normal;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.86) 0%, rgb(255, 255, 255) 100%);
    padding: 14px;
    color: #000000;
    border: 1px solid #006699;
}

a {
    text-decoration: none;
    padding: 2px 3px;
    color: #000000;
    font-size: 13px;
}

a:hover {
    color: #648a9c;
}

.progress {
    padding: 1px;
    background: #f2f7fb;
    border: 1px solid #d9dee1;
    border-radius: 2px;
    margin-right: 10px;
}

.progress-bar {
    background-color: #6e91b2!important;
}

.ad a {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    height: 100%;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}

.ad a:hover {
    text-decoration: none;
    color: #ffffff;
}

.info a {
    font-size: 14px;
    color: #693b32;
    font-weight: 500;
}

input[type='color'] {
    background: transparent;
    border: 0;
    width: 50%;
    height: 44px;
    border-radius: 4px;
}

.tabs-list-mobile {
    margin-right: 30px;
    display: none;
    background: #253a49;
    padding: 6px;
    border-radius: 5px;
    padding-left: 10px;
}
.return-to-top {
    border-radius: 50%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    background: #4d6f8c;
    color: white;
    width: 0px;
    padding: 14px;
    font-size: 19px;
    padding-right: 36px;
    padding-left: 20px;
    margin-top: -8px;
    border: 1px solid #364d60;
}

.return-to-top:hover {
    background: #62778a;
    color: white;
    text-shadow: 0px 0px 7px #128fde;
}

@media screen and (max-width: 600px) {
    .tabs-list {
        display: none;
        position: fixed;
        height: 100vh;
        top: 71px;
        left: 0;
        background: #4d6f8c;
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    .tabs-list a {
        display: block;
         background: #374e60;
        padding: 15px;
        text-align: left;
    }

    .tabs-list-mobile {
        display: unset;
    }
}
.c {
    text-align:center;
}
iframe.like{
    border: 0;
    text-align: center;
    width: 101px;
    height: 54px;
}
.puslapiavimas {
font-size: 14px;
    margin-top: 0px;
    border-radius: 5px 5px 5px 5px;
    font-weight: normal;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.86) 0%, rgb(255, 255, 255) 100%);
    padding: 10px;
    color: #000000;
    border: 1px solid #006699;
    background: #ececec;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    height: 40px;
    text-align: center;

}

.main_puslapiavimas {
background: #ffffff;
    padding: 10px;
    font-size: 15px;
    color: #475d70;
    font-weight: 500;
    background-color: #f2f7fb;
    text-align: center;

}