/*szare napisy: #626262
szary jasny w tle (na wizytówce gminy): #f7f5f5
różowy/koralowy: #e96656
niebieski (prawie wszędzie): #478dff
niebieski (tylko na wizytówce gminy): #7fafff*/

html{
   
}

#my-scroll{

}

html, body{
	width: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    margin: 0px;
    padding: 0px;
    font-weight: 200;
}

.navbar-fixed-top{
	border-radius: 0px !important;
	box-shadow: none !important;
	background: #fff !important;
	margin-bottom: 0px !important;
	border: 0px;
	border-bottom: 1px solid #ddd;
    z-index: 1101;
}

.navbar-header{
	
}

.navbar button[data-toggle="collapse"] span{
    background-color: #7fafff !important;
}

.navbar button[data-toggle="collapse"]:hover, .navbar button[data-toggle="collapse"]:focus, .navbar button[data-toggle="collapse"]:active{
    background-color: #fff !important;
}

.logo{
	position: absolute;
	max-height: 40px;
	top: 5px;
}

#menu{
    float: right;
    font-weight: 500;
}

#menu a:hover, #menu a:focus, #menu a:active{
    color: #7fafff !important;
}

#menu.in, #menu.collapsing{
    float: none !important;
}

/*searching in header*/
.search{
    position: absolute !important;
    left: 60px !important;
    top: 0px;
    background-color: transparent !important;
    width: 500px !important;
    padding-top: 8px !important;
}

@media screen and (max-width: 767px){
   .search{
       left: 0px !important;
       width: calc(100% - 50px) !important;
   }
    
    #searchgroup{
        position: relative;
        width: 100% !important;
    }
}

#searchgroup{
    position: relative;
    width: 500px;
}

#searchgroup input{
    width: 100%;
    padding-left: 35px;
    z-index: 1;
}

#search-icon{
    position: absolute;
    left: 5px;
    top: 5px;
    line-height: 1;
    font-size: 1.8em;
    z-index: 2;
    color: #7fafff;
}

.container-background{
    position: fixed;
    background: url(../img/main/tlo.jpg) no-repeat;
	background-position: center;
    background-size: ;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: -1 !important;
    height: 300px;
}

.container-image{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 350px;
}

/*sentence text*/

.sentence{
    margin-top: 30px;
}

@media screen and (max-width: 500px){
    .sentence{
        margin-top: 0px;
    }
    
    .sentence h1{
        font-size: 2em;
    }
    
    .sentence h2{
        font-size: 1.5em;
        margin-top: 10px !important;
    }
}

.sentence h1, .sentence h2{
    text-align: center;
    color: #fff;
    margin: auto;
}

.headers-section h3{
    text-align: center;
    font-weight: 300 !important;
    font-size: 2.2em;
}

.white-background{
    background: #fff;
    padding: 0px;
}

.headers-section{
    margin-top: 20px;
    margin-bottom: 50px;
}

.headers-section h3, .headers-section h4{
    text-align: center;
    margin: 2px;
}

.more-btn-container .more-btn{
    background: none;
    border: 0px;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* discover */
#discover{
    max-width: 750px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.commune-propositions{
    margin-bottom: 15px;
}

.commune a:hover, .commune a:focus{
    text-decoration: none !important;
}

@media screen and (max-width: 767px){
    #discover{
        position: relative;
        border-bottom: 0px !important;
    }
    
    .commune{
        margin-bottom: 20px;
    }
}

.commune{
    position: relative;
    margin-bottom: 30px;
}

.commune .circle-border{
    position: relative;
    height: 222px;
    width: 222px;
    margin: auto;
}
.commune .circle-border .circle-bg{
    position: absolute;
    height: 220px;
    width: 220px;
    background-image:
        linear-gradient(-70deg, transparent 50%, #e96656 50%),
        linear-gradient(285deg, white 50%, transparent 50%);
    display: block;
    border-radius: 50%;
    background-color: #e96656;
    border: 2px solid #fff;
    z-index: 1;
}

.commune .circle-border .circle-white-bg{
    position: absolute;
    height: 212px;
    width: 212px;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    z-index: 2;
    background-color: #fff;
}

.commune .circle-border .circle-desc{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 3;
    color: #e96656;
    opacity: 1;
     -webkit-transition: opacity 0.10s linear;
        -moz-transition: opacity 0.10s linear;
        -o-transition: opacity 0.10s linear;
        transition: opacity 0.10s linear;
}

.commune .commune-img{
    position: absolute;
    height: 180;
    width: 180;
    border-radius: 50%;
    left: 20;
    top: 20;
    z-index: 4;
    -webkit-transition: height 0.15s linear, width 0.15s linear, left 0.15s linear, top 0.15s linear;
        -moz-transition: height 0.15s linear, width 0.15s linear, left 0.15s linear, top 0.15s linear;
        -o-transition: height 0.15s linear, width 0.15s linear, left 0.15s linear, top 0.15s linear;
        transition: height 0.15s linear, width 0.15s linear, left 0.15s linear, top 0.15s linear;
}

.commune:hover .commune-img{
    height: 220;
    width: 220;
    left: 0;
    top: 0;
}

.commune:hover .circle-border .circle-desc{
    opacity: 0;
}

.commune .commune-name{
    text-align: center;
    font-size: 1.8em;
    margin: 0px;
    line-height: 1;
}

.commune:last-child:after{
    content: 'Zgłoś się!';
    position: absolute;
    top: 95px;
    left: 80px;
    z-index: 4;
    font-size: 1.5em;
    color: #e96656;
}

.commune:last-child .circle-desc{
    color: #626262;
}

/*contact form*/
.contact-us{
    background-image: url(../img/main/tlo.jpg) !important;
}

.contact-us h3{
    margin-bottom: 0px !important;
    color: #626262 !important;
}

.contact-us h4{
    color: #626262;
    font-size: 1.2em;
    margin-bottom: 50px;
}

.contact-us > .container{
    max-width: 750px;
}

.contact-us form button[type="submit"]{
    background: none;
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: #478dff !important;
    min-width: 140px;
    border: 0px !important;
    padding: 7px 15px 7px 15px;
}

.contact-us form input, .contact-us form textarea{
    border: 0px;
    box-shadow: 0px;
}

.contact-us form input{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
}

.contact-us form textarea{
    padding-top: 10px;
    padding-bottom: 10px;
}

h3.thankyou{
    position: relative;
    top: -10;
    opacity: 0;
    color: #fff !important;
}