/*******************************************************************************
 Add your custom css styles here
 *******************************************************************************/

 /*****************************menu************************************************/
.language {
    float:right;
    cursor:pointer;
    margin-left:20px;
    position:relative;
    top: 0px;
    padding: 0;
    text-transform:uppercase;
}
.language:before , .language:after{
    content:'';
    position:absolute;
    top: 10px;
    left:-14px;
    width:2px;
    height:30px;
}

.language:before {
    background:#eee;
    z-index:1;
}
.language:after{
    z-index:2;
    background:#000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.language nav li{
    background-color: #fff;
    margin: 0;
    width: 100px;
}

@media screen and (max-width: 370px) {
    .language:after, .language:before{
        display:none;
    }
    .logo-holder a img {
        width: 70px;
        height: auto;
        margin-top: 7px;
    }
}


.buttonDesigner{
	color: white;
	margin-top: 30px;
	float: left;
	font-size: 18px;

}
.buttonDesigner:hover{
	text-decoration: line-through;
}

/********************************dostępne modele************************/
.phone-container{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.phone-text{
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    padding: 15px 0px;
}

.phone-container .team-holder li {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 20%;
}

.wysrodkowanie{
	text-align: center;
}

.team-holder{
    float:none;
    margin: auto;
    text-align: center;
}
.team-holder li{
    margin: auto;
}
/********************************stylowanie linków - hover *************************/

.port-subtitle h3 a{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.port-subtitle h3 a:hover{
	color: #000;
}
.gallery-filter_active{
	text-decoration: none;
}
.hid-filter .gallery-filter_active{
	background: rgba(131,131,131,0.61);
}
.hid-filter a:hover{
	color: #D3D3D3;
}
.hid-filter a{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.grid-item h3 a{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.grid-item h3 a:hover{
	color: #D3D3D3;
}
.pd-holder h5 a{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pd-holder h5 a:hover{
	color: #737373;
	text-decoration: none;
}
.contact-list li a{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.contact-list li a:hover{
	color: #C3C3C3;
	text-decoration: none;
}
.inline-facts h6 a{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.inline-facts h6 a:hover{
	color: #C3C3C3;
	text-decoration: none;
}
.policy-box ul li a{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.policy-box ul li a:hover{
	color: #000;
	text-decoration: none;
}
.slide-title h4 a{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.slide-title h4 a:hover{
	text-decoration: none;
	color: #C3C3C3;
}
/****************kolekcje*****************************/

.fixed-info-container h3 {
    margin-top: 0px;
}
/****************specyfikacja etui*****************************/
.project-box {
    margin-top: 40px;
}
.buttons a{
    margin-right: 30px;
}
.specification .project-box{
    margin-bottom: 0px;
}
.specification .buttons{
    margin-top: 0px;
    margin-bottom: 0px;
}
.specification .buttons a{
    margin-bottom: 0px;
}
.specification .project-box {
    margin-bottom: 70px;
}
/****************przycisk - projektanci*****************************/

.my-button{
    color: #fff;
    border-color: #fff;
    float:none;
    margin-top: 50px;
    margin-bottom: 0px;
}

.fa-kontakt{
    color: black;
    margin-left: 5px;
}

.black .subtitle, .black .subtitle:before{
    color: black;
    border-color: black;
}
h3.transition:before, h3.transition:after{
    display: none;
}
.slide-title h3 a, .slide-title h4 a{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.slide-title h3 a:hover{
    font-size: 45px;
    color: #fff;
}
.slide-title h4 a:hover{
    font-size: 20px;
    color: #fff;    
}
.black h3 a, .black h4 a{
    color: #000;
    font-size: 70px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.black h3 a:hover{
    color: #000;
    font-size: 80px;
}
.black h4 a:hover{
    color: #000;
    font-size: 20px;
}

/****************podstrony*****************************/
#sec1 {
    padding: 0;
}
.justify-text, .justify-text p, .justify-text h3 {
    text-align: justify;
}

/****************gdzie kupic sprzedaz detaliczna*****************************/


.shop-container{
    margin: auto;
    text-align: center;
    display: block;
    margin: 0px;
    background-color: #f9f9f9;
    padding: 40px 0px;

}

.phone-container .shop-container li {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 32%;
}

@media all and (max-width: 768px){
    .phone-container .shop-container li {
        width: 100%;
        max-width: 400px;
    }
}

.shop-container li{
    margin: 0;
    display: inline-block;
}
.shop-container .team-box {
    margin-bottom: 0px;
}

.shop-container li a img{
    display: block;
}
.shop-container li a{
    display: block;
}
.team-photo {
    background-color: #f9f9f9;
}
.shop-title{
    margin: 20px;
    text-align: center;
    color: #000;
}
.shop-contact {
    margin: 50px;
}

/****************gdzie kupic sprzedaz hurtowa*****************************/
/*.hurt {
    padding-top: 0px;
}
.hurt:before {
    height: 0px;
}*/
.img-hurt{
    float: left;
    padding-top: 15px;
}

.servicses-holder li {
    min-height: 200px;
}
.hurt .section-columns-text {
    padding-top: 0px;
}


/*fonty*/

.port-subtitle-holder .port-subtitle h3{
    font-family: 'JosefinSans-Regular', sans-serif;
}

.nizej{
    top: 75%;
}

/****************kontakt*****************************/
.subtitle {
    font-family: 'JosefinSans-Regular', sans-serif;
    color: #fff;
    font-weight: inherit;
    font-size: 17px;
    font-style: normal;
}
.dane-kontaktowe {
    padding-bottom: 10px;
}
 .contact-list li a p, .contact-list li p{
    color:#fff;
    font-size:16px;
}
.mniejszy-padding{
    padding: 50px 0 0 0;
}
.my-font{
    font-family: Arial;
}

nav li a {
    padding: 10px 15px;
}

h1 {
    font-size: 3.2em;
    font-weight: 300;
    text-transform: none;
    color: #fff;
    text-align: left;
}
/********************************naglowki h1*******************************/
.dark-text {
    color: #666;
    font-weight: 400;
    margin-bottom: 20px;
}
.black-text {
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.menu-label {
    letter-spacing: 0.17em;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.h1-collection {
    font-size: 25px;
    font-family: 'JosefinSans-Bold';
    color: #292929;
}
/********************************slider z napisem******************************/
.grid-item p {
    font-size: 1.4vw;
    line-height: 1.4vw;
    padding: 2% 9%;
    text-align: center;
}
.strong {
    font-family: 'JosefinSans-Bold';  
}
.horizontal_item .port-desc-holder {
    top: 10%;
}
.falka {
    font-size: 60px;
}

@media all and (max-aspect-ratio:4/3){
    .grid-item p {
        font-size: 4vw; 
        line-height: 4vw;  
    }

    .falka {
    font-size: 40px;
    line-height: 40px;
    }
}

@media all and (min-aspect-ratio:15/9){
    .grid-item p {
        font-size: 1.2vw; 
        line-height: 1.2vw;  
    }

    .falka {
    font-size: 40px;
    line-height: 40px;
    }
}

/********************************regulamin******************************/
.number-list{
    list-style-type: decimal;
    text-align: left;
    font-size: 14px;
}

.text-container{
    margin-bottom: 50px;
}
.text-container p {
    text-align: left;
}