 
 /*************** MAIN TOP SLIDER *************/
.mainSlider {
	height: 300px;
	overflow: hidden;
}
.mainSlider  .slide{
    height: 300px;
}
.mainSlider  .slide .content{
    text-align: center;
    position: relative;
    top: 60px;
}
.mainSlider  .slide .bigText{
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
}
.mainSlider  .slide .bigText span{
    color: #26acd8;
    font-weight: 700;
} 
.mainSlider  .slide .bigText.line{
    margin-top: -25px;
} 
.mainSlider  .slide .smallText {
    font-size:	16px;
    font-weight: 300;
}
.mainSlider  .slide .smallText  span{
    font-weight: 700;
}


/************ MAIN ARTICLES ***************/
.main-articles{
    margin-top: 10px;
    position: relative;
    margin-bottom: 50px;
}
.main-articles .article{
    position: relative;
    height: 388px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.main-articles .article .body{
    position: absolute;
    top: 0;
    left: 2.5%;
    width: 95%;
    height: 388px;
    padding: 20px;
    overflow: hidden;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    -ms-background-size: cover!important;
    background-size: cover!important;
}
.main-articles .article .body.two{
    top: 50px;
}
.main-articles .article .body:before{
    content: "";
    display: block;
    width: 100%;
    height: 388px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/article-shadow.png) bottom center repeat-x;
}
.main-articles .article .body .preview{
    position: absolute;
    bottom: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}
.main-articles .article .body  h3{
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
	text-transform: uppercase;
}
.main-articles .article .body .text{
    font-weight: 300;
    color: #fff;
}
.main-articles .article .body .text a{
    color: #fff;
    padding-left: 5px;
}
.main-articles .article .body .all{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 390px;
    padding: 20px;
    cursor: pointer;
    background: rgba(38,172,216,0.85);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
} 
.main-articles .article .body .all.stab{
    margin-top: 0;
} 
.main-articles .article .body .all .title{
    padding-left: 35px;
    min-height: 40px;
    background: url(../images/icons/inonArt.png) left 5px no-repeat;
}
.main-articles .article .body .all .title.no-image{
	padding: 0;
	background: transparent;
}
.main-articles .article .body .all .title { 
    color: #fff;
    margin: 0;
    line-height:0.9;
}
.main-articles .article .body .all .title h3{
	font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
}
.main-articles .article .body .all .title .small{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    margin-top: 10px;
    font-weight: 300;
} 
.main-articles .article .body .all .title.no-image { 
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    margin: 0;
    line-height:0.9;
    font-weight: 700;
}
.main-articles .article .body:hover .all{
    margin-top: 0;
}
.main-articles .article .body:hover .preview{
    opacity: 0;
}

 
 
/**************** MAIN AKTUALNOSCI **************/
.main-aktualnosci {
    padding: 40px;
    background: #e6e6e6;
}
.main-aktualnosci .top .pull-right{
    font-weight: 500;
    margin-right: 15px;
}
.main-aktualnosci .posts {
    width: 100%;
    position: relative;
}
.main-aktualnosci .posts .main-actual{
    height: 434px;
    margin-right: -20px;
    margin-left: -15px;
    padding: 0;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -ms-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.main-aktualnosci .posts .main-actual .preview{
    width: 300px;
    height: 100%;
    padding: 75px 30px;
    position: relative;
    border-left: 4px solid #26acd8;
    background: rgba(256,256,256, 0.8);
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.main-aktualnosci .posts .main-actual .preview h4{
    font-size: 2.05em;
    font-weight: 300;
}
.main-aktualnosci .posts .main-actual .preview h4 span{
	font-weight: 700;
}
.main-aktualnosci .posts .main-actual .preview .text{
    margin-top: 25px;
}
.main-aktualnosci .posts .main-actual .preview:hover{
    border-left: 10px solid #26acd8;
    background: rgba(256,256,256, 1);
    padding-right: 26px;
}
.main-aktualnosci .posts .actual{
    width: 100%;
    min-height: 140px;
    padding: 18px 25px;
    margin-bottom: 7px;
    background: rgba(256,256,256, 0.6);
    border-left: 4px solid #26acd8;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.main-aktualnosci .posts .actual:hover{
    border-left: 10px solid #26acd8;
    background: rgba(256,256,256, 1);
    padding-right: 19px;
}
.main-aktualnosci .posts .actual h4{
    font-size: 1.5em;
    font-weight: 300;
}
.main-aktualnosci .posts .actual h4 span{
    font-weight: 700;
}
.main-aktualnosci .posts .actual .text{
    margin-top: 5px;
}
 
 
 /**** TABLES ****/
#ScroolTab .left{
    padding: 40px 0;
    position: relative;
}
#ScroolTab .left .top{
    width: 370px;
}
#ScroolTab .nav-info {
    margin: 40px 0;
}
#ScroolTab .nav-info  li{
    width: 270px;
    padding: 10px 12px;
}
#ScroolTab .nav-info  li a{
    font-size: 1.2em;
}
#ScroolTab .nav-info  li a:hover{
    text-decoration: underline;
}
#ScroolTab .nav-info  li.active{
    background: #26acd8;
}
#ScroolTab .nav-info  li.active a{
    color: #fff;
    font-weight: 500;
}
#ScrollTabBody {
    height: 500px;
    /*background: url(../images/backgroundTab.png) center no-repeat;*/
}
#ScrollTabBody .tab{
    display: none;
    width: 100%;
    height: 100%;
    margin-left: 30px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#ScrollTabBody .tab.active{
    display: block;
}
#ScrollTabBody .tab .content{
    width: 90%;
    max-width: 530px;
    margin: 0 40px;
    padding-top: 100px;
    text-align: center;
}
#ScrollTabBody .tab .content .title{
    font-family: 'Open Sans', sans-serif;
    font-size: 3em;
    font-weight: 700;
}
#ScrollTabBody .tab .content .text{
    margin: 25px 0;
}

 


/********** NEWSLETTER  ************/
.main-newsletter{
    width: 100%;
    height: 300px;
    background: url(../images/main-newsletter.jpg) center no-repeat;
}
.main-newsletter .container{
    padding: 50px 0;
    text-align: center;
}
#main-email-form {
    margin: 20px auto;
    width: 85%;
}
#main-email-form input[type="text"] {
    border: 2px solid #fff;
    background: #fff;
    outline: none;
    width: 750px;
    padding: 10px;
    color: #26acd8;
    font-size: 16px;
    float: left;
}



#main-email-form  ::-webkit-input-placeholder {color:#b2b2b2; font-weight: 300; font-style: italic; font-size: 16px; }
#main-email-form  ::-moz-placeholder          {color:#b2b2b2; font-weight: 300; font-style: italic; font-size: 16px; }/* Firefox 19+ */
#main-email-form  :-moz-placeholder           {color:#b2b2b2; font-weight: 300; font-style: italic; font-size: 16px; }/* Firefox 18- */
#main-email-form  :-ms-input-placeholder      {color:#b2b2b2; font-weight: 300; font-style: italic; font-size: 16px; }

#sendemail.bigBlueButton{
    margin-left: 13px;
    padding: 14px 35px 14px 80px;
    float: left;
    background: url(../images/icons/mail-ico.png) 30px center no-repeat #26acd8;
}
#sendemail.bigBlueButton:hover{
    background: url(../images/icons/mail-ico.png) 30px center no-repeat #1f8eb2;
}

#main-email-form input[type="text"].error {
	outline: none;
	border-color: rgb(255, 158, 158);
	box-shadow: 0 0 10px rgb(255, 216, 216);
}
.caspomChBox label.error .text-white{
	background: rgba(255, 158, 158, 0.5);
} 


/**** GROUP ****/
.GrupaSc{
    padding: 30px 0;
}
.GrupaSc .logo{
    display: inline-block;
    margin: 15px;
    height: 40px;
    min-width: 130px;
    cursor: pointer;
}
.GrupaSc .logo img{
	height: 40px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.GrupaSc .logo img:hover{
    transform:scale(1.05);
}
/**** Group LOGOS ****/
.body-scrool-group{
    width: 95%;
    height: 0;
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.body-scrool-group.show{
    height: 120px;
    opacity: 1;
}
.body-scrool-group .absolutLeft{
    position: absolute;
    top:10px;
    left:0;
    z-index: 100;
}
.body-scrool-group .absolutRight{
    position: absolute;
    top:10px;
    right:0;
    z-index: 100;
}
#LogoScroolGroup {
    width:100%;
    height: 100px;
    margin: 15px auto;
    position: relative;
}
#LogoScroolGroup .logo {
    position: relative;
    float: left;
    display: inline-block;
    height: 100px;
    padding: 0 10px;
    margin: 0px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#LogoScroolGroup .logo  .name{
	font-size: 1.8em;
	font-weight: 700;
	color: #26acd8;
}
#LogoScroolGroup .scrollingHotSpotRight, #LogoScroolGroup .scrollingHotSpotLeft{
	display: none!important;
}
#LogoScrool .scrollingHotSpotRight, #LogoScrool .scrollingHotSpotLeft{
	display: none!important;
}





/**** LOGOSCROOL ****/
.body-scrool{
    width: 95%;
    position: relative;
}
.body-scrool .absolutLeft{
    position: absolute;
    top:0;
    left:0;
    z-index: 100;
}
.body-scrool .absolutRight{
    position: absolute;
    top:0;
    right:0;
    z-index: 100;
}
#LogoScrool {
    width:100%;
    height: 80px;
    margin: 15px auto;
    position: relative;
}
#LogoScrool .logo {
    position: relative;
    float: left;
    display: block;
    height: 60px;
    width: 160px;
    padding: 0 10px;
    margin: 0px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}








/***** Mobile ****/



@media screen and (min-width: 992px) and (max-width: 1279px){
    #ScrollTabBody .tab .content .title, #ScrollTabBody .tab .content .small-blue-title, 
    #ScrollTabBody .tab .content .text, #ScrollTabBody .tab .content .button-arrow-gray{background: rgba(256,256,256,0.8);}
    #main-email-form input[type="text"]{width: 515px;}
   
}


@media screen and (min-width: 768px) and (max-width: 991px){
    #ScrollTabBody .tab .content .title, #ScrollTabBody .tab .content .small-blue-title, 
    #ScrollTabBody .tab .content .text, #ScrollTabBody .tab .content .button-arrow-gray{background: rgba(256,256,256,0.8);}
    .main-aktualnosci .posts .main-actual {margin-bottom: 7px; margin-right: 0; margin-left: 0;}
    .mainSlider .slide .content{top:10px;}
    #main-email-form input[type="text"]{width: 330px;}
}
@media screen and (max-width: 767px){
    .mainSlider .slide .content{top:10px;}
    .mainSlider .slide .bigText{font-size: 32px;}
    .main-articles .article .body.two{top:0;}
    #ScrollTabBody .tab .content .title, #ScrollTabBody .tab .content .small-blue-title, 
    #ScrollTabBody .tab .content .text, #ScrollTabBody .tab .content .button-arrow-gray{background: rgba(256,256,256,0.8);}
    .main-aktualnosci .posts .main-actual {height: 100%;}
    .main-aktualnosci .posts .main-actual .preview{ width: 100%;}
    .main-aktualnosci .posts .main-actual {margin-bottom: 7px; margin-right: 0; margin-left: 0;}
    #ScroolTab .left .top {width: 100%; padding: 0 10px;}
    #ScroolTab .left{padding:0;}
    #ScrollTabBody .tab{margin-left: 0;}
    #ScrollTabBody .tab .content{margin: 0 auto; padding-top: 0; float: none!important;}
    .main-newsletter{height: 100%; padding: 0 20px;}
    #main-email-form input[type="text"] {width: 254px; margin-bottom: 20px;}
	.GrupaSc .logo{ display: block;}
    
    .languagess{position:absolute; left:15px; top:65px;background: rgba(255, 255, 255, 0.6);}
}



