@import url(../../../../https@fonts.googleapis.com/css@family=Roboto_3A400,500,700,300,300italic,400italic,500italic,700italic&subset=latin,latin-ext);

@import url(../../../../https@fonts.googleapis.com/css@family=Open+Sans_3A400,300,700&subset=latin,latin-ext);

@import url(../../../../https@fonts.googleapis.com/css@family=PT+Sans+Narrow_3A400,700&subset=latin,latin-ext);



/*ALL*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #414042;
    position: relative;
}

*{margin:0; padding:0;}
#layout{width:990px; margin:0 auto;}


h1, h2{
    font-size: 3em;
    position: relative;
    font-weight: 100;
}
h4 {
    font-size: 1.2em;
    position: relative;
    font-weight: 100;
}
h3{
    font-size: 2.2em;
    font-weight: 300;
}
h5 {
    font-size: 1.2em;
    font-weight: 300;
}
h6{
    font-size: 1.7em;
    position: relative;
    font-weight: 300;
}
a{
    text-decoration: none;
    color: #4a4a4a;
}
a:hover{
    text-decoration: none;
}


li{
    list-style-type: none;
}

#site-container{
    width: 100%;
    min-height: 100%;
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
}


/*-- Clears --*/
.clear{
    clear: both;
}
.clear-after:after{
    content: "";
    display: block;
    clear: both;
}

/* LANG */

.languagess{position:absolute; right:10px; top:-20px;}
.languagess a {font-size:20px;transition: 0.5s;}
.languagess a:first-of-type{background-image: }
.languagess a:hover{color:#9d9d9d;}
.languagess .active{font-weight:700;}

/*-- Titles --*/
.blue-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8em;
    font-weight: 700;
    color: #26acd8;
}
.white-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8em;
    font-weight: 700;
    color: #fff;
}
.small-blue-title{
    font-size: 1.4em;
    font-weight: 500;
    color: #26acd8;
}
.small-grey-title{
    font-size: 1.4em;
    font-weight: 500;
    color: #4a4a4a;
}


/*-- Text --*/
.text-white {
    color: #fff;
}
.text-white  span{
    font-weight: 700;
}


/*-- Lines --*/
.white-hr, .gray-hr{
    width: 48px;
    height: 1px;
    border: 1px solid #fff;
    background: #fff;
}
.gray-hr{
    border: 1px solid #4a4a4a;
    background: #4a4a4a;
	display: none;
}


/*-- Buttons --*/
.button-arrow-gray{
    padding: 10px 0;
    padding-right: 25px;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    display: inline-block; 
}
.button-arrow-gray::after {
    content: ""; 
    position: absolute;
    right: 0;
    height: 18px;
    width: 20px;
    background: url(../images/icons/arrow-right-gray.png) center right no-repeat;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.button-arrow-gray:hover::after{
    right: -10px;
}
/*Big Blue*/
.bigBlueButton{
    display: inline-block;
    padding: 12px 25px;
    text-transform: uppercase;
    color:#fff;
    font-weight: 500;
    background: #26acd8;
    cursor: pointer;
	border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bigBlueButton:hover{
    background: #1f8eb2;
}



/*-- Dates --*/
.date-actual{
    padding-left: 20px;
    background: url(../images/icons/clock-ico.png) left center no-repeat;
    font-weight: 300;
	display: none; /*HIDE DATE ARTICLE in LIST*/
}
.date-actual span{
    font-weight: 700;
}


/*-- Top, Bottom, left, right --*/
/*Top*/
.top-0{
    margin-top: 0px;
}
.top-3{
    margin-top: -3px;
}
.top-5{
    margin-top: -5px;
}
.top-10{
    margin-top: -10px;
}
.top5{
    margin-top: 5px;
}
.top10{
    margin-top: 10px;
}
.top20{
    margin-top: 20px;
}
.top35{
    margin-top: 35px;
}
.top50{
	margin-top: 50px;
}
/*Bottom*/
.bottom-5{
    margin-bottom: -5px;
}
.bottom5{
    margin-bottom: 5px;
}
.bottom10{
    margin-bottom: 10px;
}
.bottom20{
    margin-bottom: 20px;
}
.padding5{
    padding: 5px;
}
.left10{
    margin-left: 10px;
}
.right15{
	margin-right: 10px;
}
.left-15{
	margin-left: -15px;
}


/*Checkbox*/
.caspomChBox input[type="checkbox"]{
    display:none;   
    margin-top: 20px;
}
.caspomChBox input[type="checkbox"] + label{
    margin-top: 20px;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    height: 40px;
    position: relative;
}
.caspomChBox input[type="checkbox"] + label::before{
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    margin: 5px 5px 0 0;
    background-image: url(../images/icons/checkbox.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    left: -25px;
}
.caspomChBox input[type="checkbox"] + label::before {
    background-position: 0 0;   
}
.caspomChBox input[type="checkbox"]:checked + label::before {
    background-position: 0 -23px;
}
.caspomChBox input[type="checkbox"]:disabled + label::before {
    background-position: 0 0;
}
.caspomChBox input[type="checkbox"]:checked:disabled + label::before {
    background-position: 0 -23px;
}



/*TOP GRADIENT*/
.top-gradient{
position: absolute;
top: 0;
width: 100%;
height: 450px;
background: rgba(242,242,242,1);
background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 53%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(53%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 53%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 53%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 53%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(250,250,250,1) 53%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}


/************ HEADER  ***********/
#header{
    z-index: 999;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
	padding: 20px 10px 0 10px;
}
#header .center{
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
#site_logo {
    float: left;
    padding: 0;
    margin-top: 30px;
}


/**  MAIN MENU **/
.menu-button{
    display: none;
}
#main_menu{
    margin-top: 48px;
    margin-left: 40px;
    float:right;
}
#main_menu>ul>li{
    float: left;
    position: relative;
    cursor: pointer;
}
#main_menu>ul>li>a{
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 5px 16px;
}
#main_menu>ul>li:hover{
    background: #e8e8e8;
    /*-webkit-box-shadow: inset 3px 0px 0px 0px rgba(38,172,216,1);
    -moz-box-shadow: inset 3px 0px 0px 0px rgba(38,172,216,1);
    box-shadow: inset 3px 0px 0px 0px rgba(38,172,216,1);*/
}
#main_menu>ul>li.active {
    background: #26acd8;	
}
#main_menu>ul>li.active>a{
    color: #fff;
}
#main_menu>ul>li>ul{
    position: absolute;
    top: 30px;
    left: 0;
    width: 245px;
    background: #e8e8e8;
    overflow: hidden;
    display: none;
}
#header.fly-header #main_menu>ul>li>ul{
    background: rgba(238,238,238,0.98);
}
#main_menu>ul>li>ul>li{
    position: relative;
    /*border-left: 3px solid #26acd8;*/
}
#main_menu>ul>li>ul>li>a{
    color: #4a4a4a;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    padding: 6px 13px;
}
#main_menu>ul>li>ul>li:hover{
    background: #f0f0f0;
    /*border-left: 3px solid #98d5e8;*/
}
/*Search*/
.search-block{
    float: right;
    margin-left: 20px;
    margin-top: 47px;
    text-align: center;
}
.search-block input[type=search] {
    width: 180px;
    padding: 7px 10px;
    background: #dcdcdc;
    border: none;
    -webkit-appearance: none;
	float: left;
	outline: none;
}
.search-block input[type=submit] {
	height: 32px;
	width: 38px;
	background: url(../images/icons/search.jpg) center no-repeat;
	border: none;
	float: left;
}



/*FLY HEADER*/
#header.fly-header{
    top: 0;
    left: 0; 
    position: fixed;
    height: 110px;
    background: rgba(256,256,256,0.98);
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
}
#header.fly-header #site_logo{
    height: 40px;
    margin-top: 5px;
}
#header.fly-header #main_menu{
    margin-top: 10px;
}
#header.fly-header .search-block{
    margin-top: 8px;
}
/************ END HEADER  ***********/


/************* BREADCRUMP  and HEADER PAGES ************/
#section1{ padding-left: 10px; padding-right: 10px; }
#section1 .breadcrumb_box { max-width: 1280px; width: 100%; margin: 0 auto; position: relative; font-size: 11px; color: #a8a8a8; font-family: "Roboto"; font-weight: 400; }
	#section1 .breadcrumb_box a { color: inherit; }
#section1 h2  { font-family: "Open Sans"; color: #4a4a4a; margin-top: 8px; margin-bottom: 12px; margin-left: -3px; }
#section1 p	{ color: #4a4a4a; font-size: 15px; line-height: 24px; position: relative;} 
#section1-2 hr{position:relative;}

/************* KONTAKTOWA FORMA  ************/
.main-kontakt{
    width: 100%;
    height: 560px;
    padding: 30px 0;
    background: url(../images/main-kontakt.jpg) center no-repeat;
	position: relative;
}
#main-contact-form{
    width: 85%;
    margin: 20px auto;
}
#main-contact-form input[type="text"] {
    width: 100%;
    border: 2px solid #fff;
    background: #fff;
    outline: none;
    padding: 10px;
    color: #4a4a4a;
    font-size: 16px;
    float: left;
}
#main-contact-form textarea {
    width: 100%;
    height: 100px;
    border: 2px solid #fff;
    background: #fff;
    outline: none;
    padding: 10px;
    color: #4a4a4a;
    font-size: 16px;
    resize: none;
}
#main-contact-form input[type="text"].error, #main-contact-form textarea.error {
  outline: none;
  border-color: rgb(251, 103, 103);
  box-shadow: 0 0 2px rgba(255, 216, 216, 0.5);
  background: #FFEBEB;
}
.caspomChBox label.error .text-white{
	background: rgba(255, 158, 158, 0.5);
} 
.modal-title{
	display: inline;
	margin-right: 50px;
}
.recaptchaBody{ position: relative; display: inline-block; }
.recaptchaBody.error{ border: 2px solid rgb(251, 103, 103); background: #FFEBEB; }
.modal.fade .modal-dialog{ padding: 0; background: transparent; border: none; }


/***** GOOGLE MAP ****/
.bodyMap{
    width: 100%;
    height: 400px; 
    position: relative;
}
.googlemaps{
    width: 100%;
    height: 400px; 
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
}
.googlemaps.showMap{
    top: 0;
    left: 0;
    opacity: 1;
}
.mapNavigation{
    background: #ebeced;
    padding: 0;
	clear: both;
}
.mapNavigation .location{
    min-height: 242px;
    padding: 20px;
    color: #aeaeae; 
    border-bottom: 1px solid #bcbdbe;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.mapNavigation .location.grey1{
    background: #e4e4e4;
}
.mapNavigation .location.grey2{
    background: #ebeced;
}
.mapNavigation .location.grey3{
    background: #f2f2f3;
}
.mapNavigation .location.grey4{
    background: #f9f9fa;
}
.mapNavigation .location.active{
    background: #26acd8;
    color: #fff;
    border-bottom: 1px solid #1e8aad;
}
.mapNavigation .location h6{
     font-size: 15px;
     font-weight: 500;
}

 
 

/*********** After Header ********/
.container { }
    .afterHeader { position: relative; z-index: 2; clear: both; padding-top: 31px; }
    
/********** Universal *********/
.align-l { float: left; }
.align-r { float: right; }
    
/********** Right pannels **********/
#important_message { height: 179px; width: 300px; background: #24a1ca; position: fixed; right: -252px; top: 130px; z-index: 300; }
    #important_message>.sidebar { height: 179px; width: 48px; cursor: pointer; float: left; background: #26acd8 url("../images/sidebar_arrow.png") no-repeat center 20px;; }
    #important_message>.content { width: 252px; float: left; color: white; font-family: "Roboto"; }
        #important_message>.content h4 { text-align: center; font-weight: bold; font-size: 16px; margin-top: 18px; margin-bottom: 17px; }
        #important_message>.content p { margin-left: 19px; font-size: 12px; line-height: 20px; }
            #important_message>.content p b { padding-bottom: 6px; display: block; }
        #important_message>.content .time { margin-left: 19px; color: #eaeaea; font-size: 10px; display:none;/*hide date*/ }
        
#social_panel { width: 48px; position: fixed; top: 380px; right: 0px; z-index: 10; }
    #social_panel img { display: block; margin-bottom: 10px; }
    
/********** Footer **********/
#footer_s1 { min-height: 229px; width: 100%; font-family: "Roboto"; color: #686868; font-size: 10px; border-bottom: 1px solid #bcbdbe; padding-top: 20px; }
    #footer_s1>div>div>div { padding-bottom: 20px; }
    #footer_s1 .f_logo { margin-top: -3px; margin-left: 3px; }
    #footer_s1 b { display: block; padding-bottom: 5px; font-size: 11px; }
    #footer_s1 img:not(.f_logo) { max-height: 39px; max-width: 38px; margin-right: 3px; float: left; }
    #footer_s1 #social_find { font-size: 15px; color: #b8b8b8; margin-right: 15px; position: relative; top: 11px; float: left; font-family: "Roboto"; }
    
#footer_s2 { height: 63px; background: #f0f0f0; }
    #copyright { float: left; color: #a3a3a3; font-size: 11px; margin-top: 25px; margin-left: 13px; }
    #copy_urls { width: 287px; float: right; margin-top: 18px; margin-right: 3px; margin-right: 40px;  font-size: 11px; color: #adadad; }
        #copy_urls img { float: right; margin-top: 7px; }
        #copy_urls a { color: #525252; }
