/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
i{
    position: absolute;
    margin-top: 0.3%;
    height: 30px !important;
    left: 2%;

}

iframe{
    width: 100% !important;
}
/* logo header */
img.logotest {

    width:100%;
    background: #fff;
    border-radius: 0 0 45px 45px;
    -webkit-border-radius: 0 0 45px 45px;
    -moz-border-radius: 0 0 45px 45px;
    box-shadow: 0 0 23px -4px black;

}

nav .brand-logotest {
    position: absolute;
    width: 300px;
    color: #fff;
    z-index: 999;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    white-space: nowrap;
}


/*////////////////*/

.dropdown-content {
    right: 25px;
}

#map {
    height: 500px;
}

.card-image-map {

    width: 70%;
    float: right;
    margin: 1%;

}

#label_cv{
    display: none!important;
}

.card-content-contacts {

    padding: 10px !important;
}

i.rightt{

    left:52%;

}
.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}
/* Making top nav links black color */

nav.white ul a  {

    color:black !important;
}
/*
a:hover {

    color: #000000;
    background-color:#C62828 ;
}
*/
li.hover:hover > a {

    color: #fff;;

}

li.hover:hover {

    background-color: #C62828;
}

.activated {

    background-color: #C62828;

}

.activated > a {

    color: #fff;
}

#top{

    z-index: 998;
}

ul.l {

    margin-left: 275px;

}
/*.nav-wrapper{

    padding-left: 70px;
    padding-right: 70px;
} */

img.logo {

    width:100%;
    background: #fff;
    border-radius: 0 0 45px 45px;
    -webkit-border-radius: 0 0 45px 45px;
    -moz-border-radius: 0 0 45px 45px;

}

#box-shadow:after {
    content: "";
    width: 270px;
    height: 49px;
    border-radius: 0 0 45px 45px;
    margin-top: -71px;
    display: block;
    position: absolute;
    left: 0%;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
    -moz-box-shadow: 0px 0px 8px 2px #000000;
    box-shadow: 0px 0px 8px 2px #000000;
}

.margin {

    margin-top: 4% !important;
}

@-moz-document url-prefix() {

    .margin {

        margin-top: 4em !important;

    }

}



.marginhome {

    margin-top: 2% !important;
}

.mfooter{

    margin-left: 7% !important;
    margin-right: 15% !important;
}
/* padding for breadcrumbs content */

.mine {

    padding-left: 20px;

}
li.left-nav{

    padding: 16px 32px 16px 16px;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid white;
}


ul.leftnav > li.left-nav:after{

    content: ">";
    height: 42px;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 28px;
    margin: auto;
}

ul.bullet{

    position: relative;
    right: -5%;

}

ul.bullet > li{

    list-style-type: disc !important;

}
h5.about {

    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;

}

p.about {

    font-size: 19px;
}
p.small{

    margin: 0;
    font-size: 15px;
    font-style: italic;
}
p.breakdown{

    font-size: 19px;
    margin-top: 70px !important;
}


img.footer{

    position: relative;
    width: 23%;
    left: 3%;
    margin-left: 11px;
}

li.footer{

    font-size: 16px;
    font-weight: 500;
    color: #C62828;
    margin-bottom: 5px;
}

p.footer{

    text-align: right;
    font-weight: 500;
    margin: 0px !important;
}

.news {

    padding-bottom: 0px !important;
    padding-top: 0px !important;

}

h4.breakdown{

    font-size: 54px;

}

.btn.breakdown{

    margin-top: 24px;

}
/* for slider */
img{
    background-repeat: no-repeat;
    -webkit-animation: myfirst 20s; /* Chrome, Safari, Opera */
    animation: myfirst 2000;
    animation-play-state: running;
    -webkit-animation-play-state: running;

}

/* about page */


/* financial.php */

.year {

    position: absolute;
    width: 7%;
    left: 0%;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    border-right: 2px solid #777575;
    color: #777575;

}

a.link {

    position: relative;
    left: 6%;
    font-size: 22px;
}

/* license.php */

.padding {

    padding: 20px 50px 20px 50px !important;

}

@-webkit-keyframes myfirst {
    from {
        background-position: bottom center;
        background-size: cover;
    }
    to {
        background-position: top center;
        background-size: cover;
    }}

.minheight{

    min-height: 113px !important;

}

ul.footer{

    margin-bottom: 0px !important;

}

.mobile{

    padding-left: 20%;

}

li.mobile-logo{

    padding-bottom: 25px;

}

.side-nav a.mobile {

    color: #c62828 !important;
}
.logo-divider {

    height: 1px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
}

i.ic-exit {

    font-size: 60px !important;
    left: 0 !important;
    margin-top: 2% !important;
    color: #fff;

}

.transform{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.transform-active {

    transform: rotateY(180deg);

}

.transform-menu {

    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.transform-menu-active {

    transform: rotateY(180deg);

}

.no-margin {

    -webkit-margin-after: 0 !important;
    -webkit-margin-before: 0 !important;
    font-size: 18px;

}

.map-text {

    font-size: 18px;
    font-weight: 500;
    color: #C62828;

}

#input-field-abonum label {
    color: #c62828;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
}

#input-field-abonum {
    position: relative;
    margin-top: 1rem;
    padding-right: 10%;
}


#input-field-platec label {
    color: #c62828;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
}

#input-field-platec {
    position: relative;
    margin-top: 1rem;
    padding-right: 10%;
}

#input-field-captcha label {
    color: #c62828;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
}

#input-field-captcha {
    position: relative;
    margin-top: 1rem;
    padding-right: 10%;
}


#input-field-lname label {
    color: #c62828;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
}

#input-field-lname {
    position: relative;
    margin-top: 1rem;
    padding-right: 10%;
}

#input-field-fname {
    position: relative;
    margin-top: 1rem;
    padding-right: 10%;
}

#input-field-email label {
    color: #c62828;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
}

#input-field-email {
    position: relative;
    margin-top: 1rem;
    padding-right: 10%;
}

#input-field-cv {

    padding-bottom: 2%;

}

.img-blog {

    max-height: 350px;

}

.check {

    position: absolute;
    left: 64.5%;
    bottom: -44%;

}

.check-text {

    position: absolute;
    padding-left: 5%;
    padding-right: 10%;
    padding-top: 2%;

}

.check-btn {

    position: absolute !important;
    top: 70.5%;
    left: 64.5%;

}

#captcha_img {

    margin-left:  15%;
    margin-top: 3%;

}

#pay_form {

    padding-right: 30%;
    padding-left: 23%;

}

.pay {

    position: relative;
    left: 0;
    bottom: 0;

}

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

    nav .brand-logo{

        display: none !important;
    }

    /* .side-nav{

         width: 100% !important;
     } */

    nav i {

        font-size: 40px !important;

    }

    i {

        margin-top: 2.3%;
        left: 2.5%;

    }

    .material-icons {

        position: relative;
        left: -40%;

    }

    .side-nav a{

        font-size: 15px !important;
        color: #fff !important;
    }

    .menu{

        padding: 0rem !important;
    }

    .drag-target {

        z-index: 997 !important;

    }

    .collapsible-body li a{

        padding: 0 23.5px 0 60px !important;

    }

    nav{

        color: #C62828 !important;
    }

    ul.leftnav {

        display: none !important;

    }

    .breadcrumb {

        font-size: 16px !important;
    }

    .archives{

        display: none !important;
    }

    .check-text {

        position: relative!important;
        padding-top: 25%;

    }

    .check-btn{

        position: relative!important;
        margin-top: 10%;
        left: 10%;

    }

    .actions_inner {

        left: 14%;
        bottom: -85%;

    }

    #captcha_img{

        margin-left: 22%;

    }

    img.footer {

        width: 15%;
        left: 20%;

    }

}

@media only screen and (max-width: 1220px) {
    .card-content-contacts a {
        margin-left: 5%;
    }
}