html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    line-height: 160%;
    background-image: url(../../img/bg.jpg);
    background-size: cover;
    background-position: center center;
}
head{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Arial', sans-serif;
    color: #000;
    line-height: 180%;
    overflow-x: hidden;
    font-size: 1.5rem;
    font-weight: 300;
    float: left; 
}
p{ 

    font-size: 1.5rem;
    line-height: 180%;
    margin: 0 0 20px;
}
a{
    text-decoration: none;
    outline: none;
    color: #006EB3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover{
    /*text-decoration: none;*/
}
h1{
    font-size: 3.2rem;
    margin: 0px 0 40px;
    font-weight: 300;
    line-height: 140%;
    color: #000;
    position: relative;
}
h1:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 500px;
    height: 2px;
    background-color: #006EB3;
    margin-bottom: 15px;
    transform: translate(-50%, 0);
}
h2{
    font-size: 1.6rem;
    line-height: 130%;
    font-weight: 600;
    margin: 0px 0 20px;
    color: #eabb35;
    background-color: #000;
    padding: 8px 10px;
    text-transform: uppercase;
}
h3{
    font-size: 2rem;
    font-weight: 300;
    line-height: 130%;
    color: #000;
}
h4{
    font-size: 1.4rem;
    line-height: 130%;
}

strong{
    font-weight: 600;
}

::-webkit-input-placeholder { color: #bab8b8; opacity: 1 !important; }
:-moz-placeholder { color: #bab8b8; opacity: 1 !important;}
::-moz-placeholder {color: #bab8b8; opacity: 1 !important;}
:-ms-input-placeholder {color: #bab8b8; opacity: 1 !important;}
.alertBg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1000;
}
.alertBox{
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 30px 30px 20px;
    max-width: 70%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1000;
    min-width: 500px;
}
.alertContentTitle{
    font-size: 25px;
    font-weight: 900;
    color: #df202f;
    margin-bottom: 15px;
}
.alertContentText{
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 140%;
}
.alertContentText strong{
    font-weight: 900;
}
.alertContent hr{
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 25px 0 0;
}
.alertClose{
    float: right;
    color: #fff;
    background-color: #df202f;
    padding: 10px 50px;
    margin-top: 10px;
    font-weight: 900;
    cursor: pointer;
}
.Site{
    width: 100%;
    float: left;
    margin-left: 0;
    z-index: 1;
    position: relative;
}
.MainHeader{
    position: relative;
    margin: 0px auto 0;
    width: calc(100% - 100px);
    max-width: 1200px;
}
.Header{
    width: calc(100% - 100px);
    background-color: #C0C0C0;
    position: fixed;
    z-index: 1;
    max-width: 1200px;
} 
.HeaderLogo{ 
    float: left;
    margin: 10px 0px 10px 60px;
}
.HeaderSlogan{ 
    float: right;
    margin: 5px 0;
    font-size: 1.6rem;
    color: #000;
    font-weight: 600;
    margin: 26px 60px 0 0;
}
.HeaderLogo a{
    float: left;
    color: #2e3192;
}
.HeaderLogo img{ 
    float: left;
}
.HeaderLogo p{ 
    margin: 38px 0 0 20px;
    float: left;
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
}
.HeaderBtnMenu{

    display: none;
}
.HeaderBtnMenu img{
    width: 100%;
}
.HeaderMenu{
    float: left;
    width: 100%;
}
.HeaderMenu ul{
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0 0;
    list-style: none;
    text-align: center;
}
.HeaderMenu li{
    display: inline-block;
    margin: 0;
    position: relative;
}
.HeaderMenu li:last-child{
    margin-right: 0;
}
.HeaderMenu ul a{
    float: left;
    padding: 10px 10px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    transition-duration: .2s;
    background-color: #696969;
    line-height: 100%;
}
.HeaderMenu ul > li:hover > a, .HeaderMenu > ul > li > a.active{
    background-color: #006EB3 !important;
}
.HeaderMenu ul ul{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #595959;
    width: 270px;
    padding: 10px 0 0px;
    display: none;
    z-index: 101;
}
.HeaderMenu ul ul ul{
    left: 100%;
    top: -10px;
    background-color: #000;
}
.HeaderMenu ul ul li{
    width: 100%;
    margin: 0 0 1px;
    float: left;
}
.HeaderMenu ul ul a{
    font-size: 1.4rem;
    width: calc(100% - 30px);
    padding: 8px 15px;
    line-height: 140%;
    text-align:left;
    color: #ffffff;
    float: left;
}
.HeaderMenu ul ul li a:hover{
    background-color: #000;
}
.HeaderMenu ul ul a:hover:after{
    width: 0;
}
.HeaderMenu1Center{
    float: left;
    width: 90%;
    margin: 40px 5%;
}
.HeaderMenu1Center h1{
    color: #ffffff;
    font-weight: normal;
    margin-left: 5%;
    padding: 30px 5% 15px 0;
    width: 90%;
    border-bottom: 1px solid #ffffff;
}
.HeaderMenuMainCenter{
    float: left;
    width: 100%;
    border-radius: 5px 0 5px 5px;
    overflow: hidden;
}
.MainCenter{
    position: relative;
    margin: 0 auto;
    width: calc(100% - 100px);
    max-width: 1200px;
}
.MainCenterContent{
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1400px;
}
.MainTextContent{
    width: 100%;
    padding: 0px 0 15px;
    float: left;
}
.MainTextContent ul{
    list-style: none;
    padding-left: 29px;
}
.MainTextContent ul li{
    padding-bottom: 4px;
}
.MainTextContent ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #106dd6;
    display: inline-block;
    margin: 0 13px 0px -20px;
}
.MainTextContent hr{
    height: 1px;
    border: 0;
    background-color:
        #bf5e41;
    margin: 27px 0;
}
.ColumnCenter{
    float: left;
    width: calc(100% - 100px);
    background-color: #F5F5F5;
    padding: 35px 50px;
}
.ColumnCenterTwo{
    width: calc(75% - 100px);
    max-width: 1400px;
    float: right;
}
.MainFooter{ 
    margin: 0 auto;
    position: relative;
    width: calc(100% - 100px);
    max-width: 1200px;
}
.Footer{
    float: left;
    margin: 0px;
    padding: 20px 50px;
    color: #4a4a48;
    width: calc(100% - 100px);
    background-color: rgba(255,255,255,0.75);

}
.Gallery{
    float: left;
    width: 100%;
}
.galleryBox{
    display: inline-block;
    position: relative;
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}
.galleryBox:nth-child(4n){
    margin-right: 0;
}
.galleryBox img{
    width: 100%;
    border-radius: 3px;
    float: left;
}
.galleryBox p{
    margin: 10px 0;
    float: left;
    width: 100%;
    font-weight: 500;
    text-align: center;
    color: #000;
}
.FormInputName{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 13px;
}
.FormContentCol2{
    float: left;
    padding: 0px 0 0px;
    width: 100%;
}
.FormContentCol2 label{
    float: left;
    width: 100%;
    margin-bottom: 10px; 
}
.FormContentCol2 span{
    font-size: 1.1rem;
    line-height: 140%;

    color: #555555;
    float: left;
    padding-left: 2px;
}
.FormContentCol2 p{
    font-weight: bold;
    color: #ED1E79 !important;
    margin: 0;
}
.FormContentCol3{
    float: left;
    margin-bottom: 3%;
    width: 99%;
}
.FormContentCol3 textarea{
    width: 89.4%;
    padding: 2% 3%;
    text-transform: none;
    font-size: 1.4rem;

    height: 100px;
    border: 0;
}
.FormStat{
    float: right;
    margin-top: 6px;
    width: 31px;
}
.FormStat img{
    width: 95%;
    max-width: 18px;
}
.FormContentCol2Click{
    float: left;
    width: 100%;
    text-align: left;
}
.SubmitContact{
    padding: 13px 40px 13px 20px;
    background-color: #0050aa;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    margin-top: 10px;
    border: none;
    -webkit-appearance: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;

    font-size: 1.4rem;
}
.ColumnRight{
    float: right;
    width: 380px;
    margin-bottom: 20px;
    margin-top: -30px;
}
.ColumnLeft{
    float: left;
    padding: 0 0 30px;
    width: 23%;
}
.ColumnLeftLinkBlocked{
    position: fixed;
    margin: 0 !important;
    width: 276px !important;
    top: 124px;
}
.BoxContactInfo{
    float: left;
    background-image: url(../../img/bg_box_long.gif);
}
.BoxBgMiddle{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.BoxP1{
    border: 1px solid #eaeaea;
    border-radius: 5px;
    float: left;
    padding: 20px 6% 0;
    width: 88%;
    background-image: url(../../img/bg_box_long.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.BoxPTextBtnLinkForm{
    float: left;
    width: 100%;
    background-color: #2387f6;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
}
.S_FormContent{
    float: left;
    width: calc(55% - 25px);
    margin-left: 25px;
    margin-top: 22px;
}
.S_FormContent h2{
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1b3f08;
}
.S_FormContent input[type=text]{
    width: calc(100% - 4px);
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 12px 2px;

    font-size: 1.4rem;
}
.S_FormContent textarea{
    width: calc(100% - 4px);
    margin-bottom: 5px;
    height: 100px;
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 12px 2px;

    font-size: 1.4rem;
}
.FormQuickMsg{
    float: left;
    width: 100%;
    color: red;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}
.msgerrok{
    color: green !important;
}
#scrolltop{
    background-image: url("../../img/scrolltop.png");
    bottom: 15px;
    cursor: pointer;
    height: 43px;
    position: fixed;
    right: 15px;
    width: 43px;
    z-index: 1000;
    opacity: 0;
}
.err{
    width: 100%;
    float: left;
    color: #ff0000 !important;
}

.Select{
    float: left;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    position: relative;
}
.SelectLast{
    margin-right: 0;
}
.SelectText{
    background-image: url(../../img/s8.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 5px top 22px !important;
    cursor: pointer;
    padding-right: 30px !important;
}
.SelectBox{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 10px;
    width: calc(100% - 20px);
    border: 1px solid #ccc;
    display: none;
    z-index: 1;
    max-height: 280px;
    overflow-y: auto;
}
.SelectBoxOption{
    float: left;
    width: 100%;
}
.SearchKierunek{
    float: left;
    width: 100%  !important;
    background: transparent;
}
.SearchKategoria{
    float: left;
    width: 100%  !important;
    background: transparent;
}
.SearchRodzaj{
    float: left;
    width: 100%  !important;
    background: transparent;
}
.loading{
    text-align: center;
}
.loading img{
    width: 50px;
    display: inline-block;
    margin: 0 0 -17px;
}
.loading span{
    display: inline-block;
    margin: 0px 0 0 11px;
}

@keyframes activated {
    0%   {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);    
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
@-webkit-keyframes activated {
    0%   {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);    
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.activated{
    visibility: visible;
    -webkit-animation-name: activated; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: activated;
    animation-duration: 0.5s;
}

@keyframes activated_x {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        visibility: hidden;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        visibility: visible;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
@-webkit-keyframes activated_x {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        visibility: hidden;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        visibility: visible;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.activated_x{
    visibility: visible;
    -webkit-animation-name: activated; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-name: activated_x;
    animation-duration: 0.5s;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* 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: 280px;
}
.Contact{
    float: left;
    width: 50%;
}
input[type="text"], input[type="password"], input[type="date"], input[type="tel"], input[type="email"], textarea, select{
    border: none;
    border-bottom: 1px solid #0050aa;
    padding: 13px 0px;
    margin: 0 0 10px 0;
    margin-left: 0px;
    max-width: 100%;
    -webkit-appearance: none;
    color: #454545;
    width: 100%;
    box-sizing: border-box;

    font-size: 1.5rem;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus{
    border-bottom: 1px solid #000;
}

/*::-webkit-input-placeholder { color:#bab8b8; }
::-moz-placeholder { color:#bab8b8; }  firefox 19+ 
:-ms-input-placeholder { color:#bab8b8; }  ie 
input:-moz-placeholder { color:#bab8b8; }*/

input.inputerror, textarea.inputerror{
    background-color: rgba(183,19,19,0.2);
}
.FormContentMail{
    float: left;
    width: calc(50%);
    margin: 0px 0 0px 0px;
}
.FormContentMail form{
    float: left;
    width: 100%;
}
.FormContentCol2Text{ 
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    text-align: right;
}
.FormContentCol2Text label{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.FormContentCol2Text textarea{
    width: 100%;
    height: 150px;
    margin: 0;
    float: left;
    line-height: 150%;
}
.FormContentCol2Text textarea:hover{
    background-color: #ffffff;
}
.GooglePlus{
    position: fixed;
    top: 178px;
    right: -80px;
    z-index: 9999;
    background-color: #DA4742;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    width: 130px;
    transition-duration: 0.5s;
}
.GooglePlus:hover{
    right: 0;
}
.GooglePlus img{
    float: left;
    margin: 0 10px; 
}
.GooglePlus a span{
    float: left;
    margin-right: 10px;
}
.GooglePlus a{
    color: #ffffff;
    float: left;
}
.Facebook{
    position: fixed;
    top: 232px;
    right: -90px;
    z-index: 9999;
    background-color: #3b5998;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    width: 140px;
    transition-duration: 0.5s;
}
.Facebook:hover{
    right: 0;
}
.Facebook img{
    float: left;
    margin: 0 10px; 
}
.Facebook a span{
    float: left;
    margin-right: 10px;
}
.Facebook a{
    color: #ffffff;
    float: left;
}
.PopupBanerBg{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 10000;
}
.PopupBaner{
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.PopupBanerBox{
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}
.PopupBanerBoxInfo{
    display: inline-block;
    position: relative;
    height: 80%;
    width: 80%;
}
.PopupBanerBoxInfo p{
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}
.PopupBanerBoxInfo a img{
    max-height: 100%; 
    max-width: 100%; 
}
.ClosePopup{
    float: right;
    cursor: pointer;
    padding-bottom: 15px;
}
.BoxSize1{
    height: 100%;
}
.BoxSize2{
    width: 100%;
}
.BoxSize1:hover{
}
.BoxSize2:hover{ 
}
.MenuBtnBig{
    position: fixed;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: none;
}
#menu-icon-close{
    display: none;;
    position: absolute;
    text-decoration: none;
    top: .75em;
    right: 1em;
    min-width: 1em;
    min-height: 1em;
    transform-origin: center;
    transition: all .2s linear;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 20px;
}
#menu-icon-close::before {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
#menu-icon-close::after {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
#menu-icon-close::before, #menu-icon-close::after {
    content: '';
    display: block;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
#menu-icon-close:hover{
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
ol{
    margin-bottom: 30px;
}
.BreadcrumbsView{
    float: left;
    transition-duration: 0.2s;
    width: 100%;
    background-color: #f0f0f0;
    margin-bottom: 30px;
}
.Breadcrumbs{
    list-style: outside none none;
    margin: 0px auto;
    padding: 10px 0;
    max-width: 1400px;
    width: calc(100% - 60px);
}
.Breadcrumbs li{
    display: inline-block;
}
.Breadcrumbs li a{
    padding: 0;
    color: #000;
    font-size: 1.3rem;
}
.Breadcrumbs li a img{
    margin-bottom: -2px;
    display: inline-block;
}
.Breadcrumbs li a:hover span{
    color: #bf5e41;
}
.Breadcrumbs li::after{
    content: " / ";
    color: #000;
    padding: 0 5px;
}
.Breadcrumbs li:last-child::after{
    content: "";
}
.Breadcrumbs li:first-child a, .Breadcrumbs li:first-child a{
    padding-left: 0;
}
.Breadcrumbs a:hover{
    text-decoration: none;
}

.OdmianyDiv ul{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.OdmianyDiv li{
    float:left;
    width:30%;
    margin-left: 5%;
    padding: 0 0 15px;
}
.OdmianyDiv li:first-child{
    margin-left:0;
}
.OdmianyDiv .imgOdmiany{
    width: 100%;
    height: 250px;
}
.OdmianyDiv h2{
    margin: 15px 0 0;
}
.OdmianyDiv p{
    line-height: 170%;
    margin: 0 0 15px;
}
#leftheaderflower{
    position: absolute;
    left: 0;
    top: 25%;
    opacity: 0.1;
}
#bottomheaderflower{
    position: absolute;
    bottom: -79px;
    left: 56%;
    opacity: 0.1;
}
#rightheaderflower{
    position: absolute;
    bottom: -65px;
    left: 77%;
    opacity: 0.1;
}
#topheaderflower{
    position: absolute;
    top: 0;
    left: 74%;
    opacity: 0.1;
}
.FileBg{
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.File{
    float: left;
    width: 100%;
    margin: 0;
}
.File a{
    float: left;
    color: #000;

}
.File a:hover{
    color: #ff0000;
}
.File p{
    float: left;
    line-height: 160%;
    margin-top: 2px;
    width: calc(100% - 39px);
}
.File img{
    float: left;
    margin-right: 12px;
}

#CookiesMessage{
    position: fixed; 
    bottom: 0;
    background-color: #000000;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    color: #ffffff;
    opacity: 0.95
}
#CookiesMessage p{
    margin: 0;
    padding: 10px 10px 10px;
    text-align: center;
    font-size: 11px;
    float: left;
    width: calc(100% - 46px);
}
#CookiesMessage img{
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-top: 7px;
}

.SliderBoxSub{
    float: left;
    width: 100%;
    height: 200px;
    background-image: url('../../files/banner/orginal/baner4(1).jpg');
    background-position: center;
    background-size: cover;
}
.Link{
    padding: 10px 60px;
    float: left;
    border: 1px solid #fed700;
    border-radius: 30px;
    font-size: 1.4rem;
    color: #454545;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.Link:hover{
    background-color: #fed700;
    color: #fff;
    border-color: #fff;
}
.HeaderBaner{
    float: left;
    width: 100%;
    height: 215px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.Partners{
    float: left;
    width: 100%;
    background-color: #f6f6f6;
    padding: 0 0 30px
}
.Partners h2{
    color: #000;
    text-align: center;
    font-size: 2.8rem;

    margin: 30px 0 20px;
}

.promoLink{
    text-transform: uppercase;
    font-weight: 600;
    color: #131313;
}
.ColumnLeftLink{
    width: 100%;
    float: left;
    margin-bottom: 50px;
    max-width: 320px;
    margin-left: 0px;
}
.ColumnLeftLink ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
.ColumnLeftLink ul li{
    float: left;
    width: 100%;
    margin-bottom: 1px;
}
.ColumnLeftLink ul li a{
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    float: left;
    width: calc(100% - 30px);
    text-align: center;
    background-color: #696969;
    font-size: 1.6rem;
}
.ColumnLeftLink ul li a:hover, .ColumnLeftLink .hover{
    background-color: #2E6DA4;
}
.BoxR{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.BoxNag{
    float: left;
    width: calc(100% - 40px);
    padding: 15px 20px;
    color: #fff;
    margin-bottom: 15px;
    background-color: #0050aa;
    font-weight: 600;
}
.BoxRText{
    float: left;
    width: calc(100% - 40px);
    padding: 0 20px;
}
.BoxRText h2{
    font-weight: 500;
}
.BoxR1{
    margin-bottom: 0;
}
.BoxRTextBtnLink{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -10px;
}
.BoxR2{
    margin-bottom: 10px;
}
.BoxR2 .BoxRText{
    padding: 0;
}
.BoxR3{
    background-color: #f7f7f7;
}
.BoxR3 .BoxRText{
    padding: 0 20px;
    width: calc(100% - 40px);
}
.BoxR4{
    background-color: #f7f7f7;
    padding: 25px 10px 0;
    width: calc(100% - 20px);
}
.Langs{
    float: left;
    margin: 3px 0;
}
.Langs p{
    color: #ffffff;
    float: left;
    margin: 2px 7px 2px 0;
}
.LangList{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.LangList li{
    float: left;
}
.LangList li:after{
    content: '|';
    display: inline-block;
    margin: 0px;
    color: #3d8de8;
    font-size: 1.2rem;
}
.LangList li:last-child:after{
    content: '';
}
.LangList li a{
    padding: 2px 10px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
.langSelected, .LangList li a:hover{
    font-weight: 600;
    color: #fdfb2a !important;
}
.HeaderMenu_Close{
    display: none;
}
.FooterAutor{
    float: right;
    font-size: 1.3rem;
    text-align: right;
}
.FooterAutor a{
    color: #4a4a48;
}
.FooterCopyright{
    float: left;
    font-size: 1.3rem;
}
.FooterCopyright a{
    color: #4a4a48;
}
.Search{
    position: absolute;
    right: 0;
    top: 100px;
    width: 350px;
    border-bottom: 2px solid #929292;
    padding-bottom: 4px;
}
.Search p{
    float: left;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0;
}
.Search form{
    float: left;
}
input.SearchText{
    float: left;
    border: 0 !important;
    width: calc(272px - 10px) !important;
    padding: 4px 14px !important;
    margin: 0 0 !important;

}
.SearchTextBox{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.SearchTextBox p{
    color: #555555;
}
.SearchTextBox h5{
    margin: 0 0;
    font-weight: 500;
    font-size: 2rem;
}
.SearchTextBox h5 a{
    color: #0050aa;
}
.SearchSubmit{
    float: right;
    width: 23px;
    height: 22px;
    padding: 10px;
    background: transparent;
    background-image: url(../../img/lupa.png);
    border: 0;
    cursor: pointer;
    margin: 3px 0 0
}
.StartBg{
    float: left;
    width: 100%;
    background-color: #f0f0f0;
}
.Start{
    margin: 0px auto;
    width: calc(100% - 60px);
    max-width: 1400px;
}
.StartBox1{
    float: left;
    width: calc(33.33% - 15px);
    margin: 40px 20px 40px 0;
    background-color: #fff;
}
.StartBox1 h2{
    width: 100%;
    font-size: 1.5rem;
    float: left;
    background-color: #0050aa;
    background-image: url(../../img/s3.png);
    background-position: right 20px top 26px;
    background-repeat: no-repeat;
    margin: 0;
}
.StartBox1 h2:hover{
    background-position: right 20px top -14px;
}
.WSKM{
    float: left;
    width: calc(100% - 100px);
    padding: 20px 20px 20px 80px;
    color: #fff;
    background-image: url(../../img/wskm.png);
    background-repeat: no-repeat;
    background-position: 17px 14px;
    font-weight: 600;   
}
.StartBox1 ul{
    float: left;
    margin: 0;
    padding: 0;
    width: calc(100% - 8px);
    padding: 4px;
    list-style: none;
}
.StartBox1 ul li{
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.StartBox1 ul li:last-child{
    margin-bottom: 0;
}
.StartBox1 ul li a{
    float: left;
    width: calc(100% - 80px);
    padding: 20px 20px 20px 60px;
    background-image: url(../../img/s4.png);
    background-position: 20px 24px;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    line-height: 100%;
}
.StartBox1 ul li a:hover{
    background-color: #f1f1f1;
}
.StartBox2{
    float: left;
    width: calc(33.33% - 15px);
    margin: 40px 20px 40px 0;
    background-color: #fff;
}
.StartBox2 h2{
    width: 100%;
    font-size: 1.5rem;
    float: left;
    background-color: #0050aa;
    background-image: url(../../img/s3.png);
    background-position: right 20px top 26px;
    background-repeat: no-repeat;
    margin: 0;
}
.StartBox2 h2:hover{
    background-position: right 20px top -14px;
}
.Kierunki{
    float: left;
    width: calc(100% - 100px);
    padding: 20px 20px 20px 80px;
    color: #fff;
    background-image: url(../../img/kierunki.png);
    background-repeat: no-repeat;
    background-position: 19px 11px;
    font-weight: 600;   
}
.StartBox2 ul{
    float: left;
    margin: 0;
    padding: 0;
    width: calc(100% - 8px);
    padding: 4px;
    list-style: none;
}
.StartBox2 ul li{
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.StartBox2 ul li:last-child{
    margin-bottom: 0;
}
.StartBox2 ul li a{
    float: left;
    width: calc(100% - 70px);
    padding: 10px 20px 10px 50px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    position: relative;
}
.StartBox2 ul li a:before{
    content: '';
    position: absolute;
    left: 27px;
    top: 17px;
    width: 7px;
    height: 7px;
    background-color: #106dd6;
}
.StartBox2 ul li a:hover{
    background-color: #f1f1f1;
}
.StartBox2 ul li a span{
    font-weight: 300;
    font-size: 1.3rem;
    float: left;
    width: 100%;
    color: #454545;
    text-transform: none;
}
.Timetable{
    float: left;
    width: calc(100% - 60px);
    margin: 15px 30px 0;
    border-top: 1px solid #d7d7d7;
    background-image: url('../../img/s5.png');
    background-repeat: no-repeat;
    background-position: right 4px top 22px;
}
.Timetable a{
    background-image: url('../../img/plan_zajec.png');
    background-repeat: no-repeat;
    background-position: left 4px top 20px;
    float: left;
    width: calc(100% - 40px);
    padding: 15px 0 15px 40px;
    font-weight: 600;
    color: #0050aa;
    transition-duration: 0s;
}
.Timetable a:hover{
    color: #ff0000;
}
.Timetable:hover{
    background-position: right 4px top -28px;
}
.StartBox3{
    float: left;
    width: calc(33.33% - 10px);
    margin: 40px 0px 40px 0;
    background-color: #fff;
}
.StartBox3 h2{
    width: 100%;
    font-size: 1.5rem;
    float: left;
    background-color: #0050aa;
    background-image: url(../../img/s3.png);
    background-position: right 20px top 26px;
    background-repeat: no-repeat;
    margin: 0;
}
.StartBox3 h2:hover{
    background-position: right 20px top -14px;
}
.Uwaga{
    float: left;
    width: calc(100% - 80px);
    padding: 20px 20px 20px 60px;
    color: #fff;
    background-image: url(../../img/uwaga_student.png);
    background-repeat: no-repeat;
    background-position: 29px 17px;
    font-weight: 600;   
}
.StartBox3 article{
    float: left;
    width: calc(100% - 60px);
    padding: 20px 0;
    margin: 0 30px;
    border-bottom: 1px solid #d7d7d7;
}
.StartBox3 article:last-child{
    border: 0;
}
.StartBox3 time{
    font-weight: 600;
    float: left;
    color: #ff0000;
}
.StartBox3 p{
    float: left;
    width: 100%;
    margin: 0;
}
.ColRightMenu{
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.ColRightMenu ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ColRightMenu ul li {
    float: left;
    width: 100%;
    margin: 0;
}
.ColRightMenu ul > li{
    background-color: #f7f7f7;
    margin-top: 4px;
    width: calc(100% - 50px);
    padding: 0px 15px 0 35px;

}
.ColRightMenu ul > li > a{
    text-transform: uppercase;
}
.ColRightMenu ul li a {
    color: #000;
    float: left;
    font-size: 1.6rem;
    font-weight: 600;
    width: calc(100% - 40px);
    transition-duration: 0.2s;
    padding: 13px 0;
}
.ColRightMenu ul li a:hover{
    color: #ff0000;
}
.HoverCat {
    color: #ff0000 !important;
}
.MenuMore{
    background-image: url("../../img/menu_more.png");
    background-position: center;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    background-repeat:no-repeat;
    float: left;
    padding: 0px !important;
    cursor: pointer;
    border-bottom: 0 !important;
    transition-duration: .5s;
}
.ColRightMenu ul li a.MenuMore{
    height: 40px !important;
    width: 40px !important;
}
.ColRightMenu ul li ul li a.MenuMore{
    height: 25px !important;
    width: 25px !important;
}
.MoreOpen{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
}
.ColRightMenu ul li ul li {
    background: transparent;
    width: calc(100% - 4px);
    padding: 0 0 0 25px;
}
.ColRightMenu ul li ul li a {
    font-size: 1.5rem;
    border-bottom: 0;
    padding: 4px 0;
    text-transform: none;
    font-weight: 300;
    line-height: 140%;
}
.ColRightMenu ul li ul {
    display: none;
}
.ColRightMenu ul ul {
    padding: 0;
    width: calc(100% - 15px);
    border-left: 1px solid #a5a5a5;
    margin-bottom: 13px;
}
.ColRightMenuTitle{
    float: left;
    width: calc(100% - 100px);
    padding: 20px 20px 20px 80px;
    color: #fff;
    background-color: #0050aa;
    background-image: url(../../img/kierunki.png);
    background-repeat: no-repeat;
    background-position: 19px 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.MenuMore{
    background-image: url(../../img/s6.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 5px 0 !important;
}
.MoreOpen{
    background-image: url(../../img/s7.png);
}
.ListSites{
    float: left;
    width: 100%;
}
.ListSitesAlf{
    float: left;
    width: 100%;
    font-size: 2rem;
}
.ListSitesAlf a{
    color: #0050aa;
    padding: 0 3px;
}
.ListSitesAlf a:hover,.ListSitesSection a:hover{
    color: #ff0000;
}
.ListSitesAlf span:first-child:before{
    content: '|';
    display: inline-block;
    color: #eeeeee;
    margin: 0 10px 0 0px;
}
.ListSitesAlf span:after{
    content: '|';
    display: inline-block;
    color: #eeeeee;
    margin: 0 5px 0 10px;
}
.ListSitesSection h2{
    color: #0050aa;
}
.ListSitesSection a{
    color: #000;
}
.MainCenterContentText{
    float: left;
    width: calc(100% - 410px);
    margin: 0 auto;
    max-width: 990px;
}
ul.Subsites{
    width: 100%;
    float: left;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
ul.Subsites li{
    float: left;
    width: calc(25% - 19px);
    margin: 0 25px 10px 0;
}
ul.Subsites li:nth-child(4n){
    margin-right: 0;
}
ul.Subsites li a{
    float: left;
    width: calc(100% - 5px);
    text-align: center;
    color: #0050aa;
    background-color: #f0f0f0;
    padding: 25px 10px 66px;
    font-weight: 500;
    position: relative;
}
ul.Subsites li a:hover{
    background-color: #e0e0e0;
}
ul.Subsites li a img{
    max-width: 100%;
}
ul.Subsites li a hr{
    width: 75px;
    display: inline-block;
    border: transparent;
    border-bottom: 1px solid #0050aa;
}
ul.Subsites li a span{
    display: inline-block;
    line-height: 124%;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% - 50px);
}
ul.Column3 li a{
    min-height: 100px;
}
ul.Column3 li{
    width: calc(33% - 14px);
}
ul.Column3 li:nth-child(4n){
    margin-right: 25px;
}
ul.Column3 li:nth-child(3n){
    margin-right: 0;
}
ul.Column3 li a span{
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}
.HeaderMenuAddMobile{
    display: none;
}
.BannerStatic{
    float: left;
    width: 100%;
    margin-top: 124px;
}
.BannerStatic img{
    float: left;
    width: 100%;
}
.NewsBox{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
}
.PHeaderNews{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 30px;
}
.NewsBox p a{
    color: #006EB3;
}
.NewsBox time{
    color: #999;
    float: left;
    width: 100%;
    margin-top: -20px;
    line-height: 100%;
    font-size: 1.3rem;
}
.NewsBox p{
    float: left;
    width: 100%;
}
.NewsBoxDesc {
    float: left;
    width: 100%;
}
.NewsBoxDesc time{
    color: #999;
    float: left;
    width: 100%;
    margin-top: -35px;
    line-height: 100%;
    font-size: 1.3rem;
}
.NewsBoxDesc h1:after{
    display: none;
}
.NewsBoxDesc img{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.NewsBoxDesc p{
    float: left;
    width: 100%;
}
.NewsBoxDesc .Text{
    float: left;
    width: 100%;
}
.NewsBoxStart{
    float: left;
    width: calc(33.33% - 28px);
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #e9e9e9;
}
.NewsBoxStart:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.NewsBoxStart p a{
    color: #006EB3;
}
.NewsBoxStart time{
    color: #999;
    float: left;
    width: 100%;
    margin-top: -23px;
    line-height: 100%;
    font-size: 1.3rem;
}
.NewsBoxStart p{
    float: left;
    width: 100%;
}
.ProjectList{
    float: left;
    width: 100%;
}
.ProjectListBox{
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    color: #000;
}
.ProjectListBox:nth-child(2n){
    margin-right: 0;
}
.ProjectListBoxText{
    float: left;
    width: 100%;
}
.ProjectListBoxText img{
    float: left;
    width: 100%;
}
.ProjectListBoxTextZajawka{
    float: left;
    text-align: center;
    line-height: 140%;
    font-weight: 600;
    width: calc(100% - 60px);
    background-color: #fff;
    padding: 30px 30px 10px;
}
.ProjectListBoxText p{
    line-height: 140%;
}
.ProjectListBoxHover{
    background-image: url('../../img/klapka.png');
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-color: rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    opacity: 0;
    transition-duration: .3s;
}
.ProjectListBox:hover .ProjectListBoxHover{
    opacity: 1;
}
.ProjectBox{
    float: left;
    width: 100%;
}
.ProjectBox h1{
    text-align: center;
}
.NewsPhotosBox{
    float: left;
    width: 100%;
    margin-top: 20px; 
}