.about-us-container
{
	display:flex;
}
.iframe-container
{
	
	padding-right: 20px;
	box-sizing: border-box;
}
.about-us-text
{
	font-size: 16px;
    line-height: 28px;
	padding-left: 20px;

    box-sizing: border-box;
    text-align: justify;
}
.cprc-wrapper
{
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.cprc-top
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 45px;
}

.cprc-info-box
{
    flex-basis: 22.143%;
    font-size: 22px;
    color: #000;
    box-sizing: border-box;
}

.cprc-contact
{
    border-bottom: 1px #959595 solid;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.cprc-adress, .cprc-infoline, .cprc-open-hours
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.cprc-adress
{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    font-family: 'proxima_novabold';
    margin-bottom: 15px;
}

.cprc-contact-person-data
{
	padding: 10px 0;
}

.cprc-infoline, 
.cprc-open-hours,
.cprc-contact-person-data p
{
    font-size: 16px;
    line-height: 20px;
}

.cprc-open-hours > span:first-of-type,
.cprc-contact-person-title
{
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    font-family: 'proxima_novabold';
}

.cprc-open-hours > span:first-of-type
{
    margin-bottom: 10px;
}

.cprc-infoline > span > a,
.cprc-contact-person-data > p > a
{
    color: #000;
}

.cprc-fl
{
    float: left;
}

.cprc-fr
{
    float: right;
}

.cprc-open-hours
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 20px;
}

.cprc-btn
{
    margin: 26px 0 0 0;
}

.cprc-btn > .BTN
{
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.cprc-prez-box
{
    flex-basis: 66%;
}

.cprc-about-us-box
{
    padding: 50px 0 45px 0;
    flex-basis:100%;
}

.cprc-offer
{
    padding: 50px 0 40px 0;
    flex-basis:100%;
}

.cprc-about-us-tittle
{
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 19px;
}

.cprc-about-us-hr
{
    border-top: 2px #ed1a3b solid;
    width: 95px;
    margin: auto;
    padding-bottom: 30px;
}

.cprc-about-us-movie {
	width: 560px;
	height: 314px;
}

.cprc-about-us-box > p
{
    font-family: 'proxima_novabold';
    font-weight: 700;
}

.cprc-about-us-box > p,
.cprc-offer > p,
.cprc-designers-info > p
{   
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
	text-align: justify;
}

.cprc-designers-content
{
    display: flex;
    flex-wrap: wrap;
}

.cprc-designers-img
{
    flex-basis: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.cprc-designers-info
{
    flex-basis: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.cprc-designers-img
{
    display: flex;
	justify-content: space-around;
}

.cprc-first-designer
{
    margin-right: 40px;
}

.cprc-first-designer > div > img, .cprc-second-designer > div > img
{
    width: 100%;
    min-width: 100px;
}

.cprc-designer-name
{
    text-align: center;
    border-bottom: 2px #ed1a3b solid;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Rubik Medium';
    font-size: 22px;
    line-height: 23px;
    text-transform: uppercase;
}

.cprc-gallery-wrap
{
    width: 100%;
    background-color: #f3f3f3;
}

.cprc-gallery
{
    margin: auto;
    width: 90%;
    max-width: 1400px;
    padding: 63px 0 50px 0;
}

.cprc-gallery-main
{
    width: 500%;
}

@media all and (max-width: 1000px)
{
    .cprc-designers-img
    {
        justify-content: center;
    }
    
    .cprc-designers-img, .cprc-designers-info
    {
        flex-basis: 100%;
    }
}

@media all and (max-width: 1000px)
{
    .cprc-info-box, .cprc-prez-box 
    {
        flex-basis: 100%;
    }
    
    .cprc-prez-box
    {
        margin-top: 50px;
    }
}

/*Przewijana galleria START*/
.cprc-slick-img
{
    margin: 12.5px auto;
    width: 100%;
    height: auto;
    max-width: 255px;
}

.cprc-gallery-scroller
{
	padding: 22px 0 35px 0;
	position: relative;
}

.cprc-gallery-scroller-main{
	/*required*/
	position: relative;
	overflow: hidden;
	height: 716px;
	/*required-end*/
}

.cprc-gallery-scroller-cont{
	/*required*/
	position: absolute;
	/*height: 105px;*/
	width: 2000px !important;
	/*required-end*/
}

.cprc-gallery-scroller-cont > .cprc-gallery-scroll-el{
	/*required*/
	/*height: 105px;*/
	float: left;
	/*required-end*/
	
	padding: 0 0px 26px 0px;
	text-align: center;
	overflow: hidden;
	/*width: 16.5%;*/
	box-sizing: border-box;
	/*padding: 0 50px;*/
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cprc-gallery-scroller-cont > .cprc-gallery-scroll-el > a:before
{
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	margin: 0 -2px;
}

.cprc-gallery-scroller-cont > .cprc-gallery-scroll-el > a{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.cprc-gallery-scroller-cont > .cprc-gallery-scroll-el img
{
/*	max-width: 88%;
	max-height: 100%;*/
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: middle;
    width: 259px;
    height: 221px;
}

.cprc-gallery-scroller-prev
{
	text-indent: -9999px;
	position: absolute;
	top: -20px;
	bottom: 0;
	left: -72px;
	margin: auto;
	width: 58px;
    height: 59px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background: #fff;
    border: 1px #d7d7d7 solid;
    box-sizing: border-box;
	-webkit-transition: background 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
    z-index: 1;
}

.cprc-gallery-scroller-next
{
	text-indent: -9999px;
	position: absolute;
	top: -20px;
	bottom: 0;
	right: -72px;
	margin: auto;
	width: 58px;
    height: 59px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background: #fff;
    border: 1px #d7d7d7 solid;
    box-sizing: border-box;
	-webkit-transition: background 300ms ease-in-out, border 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out, border 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out, border 300ms ease-in-out;
	transition: background 300ms ease-in-out, border 300ms ease-in-out;
    z-index: 1;
}


.cprc-gallery-scroller-prev:hover, .cprc-gallery-scroller-next:hover
{
	background: #ed1a3b;
    border: 1px #ed1a3b solid;
}

.cprc-gallery-scroller-prev i, .cprc-gallery-scroller-next i
{
	text-indent: 0;
	font-size: 20px;
	color: #000;
    font-weight: 700;
}

.cprc-gallery-scroller-prev:hover i, .cprc-gallery-scroller-next:hover i
{
	color: #fff;
}

/*Przewijana galleria END*/

.cprc-find-road
{
    margin: auto;
    width: 90%;
    max-width: 1400px;
    padding: 90px 0 50px 0;
}

.cprc-map-wrap{
	position: relative;
	height: 500px;
    margin-top: 28px;
}

.cprc-map{
	height: 100%;
	width: 100%;
	background: #E5E3DF;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}


/*IMPORTANT CLASS START*/
.wprez-cprc{
    /*RATIO SETUP*/
    width:100%;
    padding-bottom: 61.9%;
    height: 0;
    position: relative;
}

.wprez-cprc-main{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    overflow: hidden;
}

.wprez-cprc-cont
{
    top:0;/*REQUIRED*/
    left: 0;/*REQUIRED*/
    height: 100%;
    width: 100%;
    position: absolute;
}

.wprez-cprc-cont-prez{
	height: 100%;/*REQUIRED*/
	width: 100%;/*REQUIRED*/
	position: relative;/*REQUIRED*/
	float: left;/*REQUIRED*/
	background-repeat: no-repeat;
	background-position: top center;
    background-size: cover;
	
}

.wprez-cprc-cont-prez[onclick]
{
	cursor: pointer;
}
/*IMPORTANT CLASS END*/

.wprez-cprc-cont-prez:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
	margin-left: -4.5px;
}

.wprez-cprc-cont-prez.wprez-cprc-text-cont-left
{
	text-align: left;
}

.wprez-cprc-cont-prez.wprez-cprc-text-cont-center
{
	text-align: center;
}

.wprez-cprc-cont-prez.wprez-cprc-text-cont-right
{
	text-align: right;
}

.wprez-cprc-text-cont{
	display: inline-block;
	width: 38.33%;
	vertical-align: middle;
	max-height: 80%;
	margin: 35px 8% 0;
}

.wprez-cprc-text-cont h2{
	font-weight: bold;
	font-size: 44px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-shadow: 1px 1px #48556e;
}

.wprez-cprc-text-cont-dark .wprez-cprc-text-cont h2,
.wprez-cprc-text-cont-dark .wprez-cprc-text-cont span.subname
{
	color: #48556e;
	text-shadow: 1px 1px #ffffff;
}

.wprez-cprc-text-cont span.subname{
	font-size: 21px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 57px;
	display: inline-block;
}

/*.wprez-cprc-prev
{
	position: absolute;
	font-size: 75px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 1%;
	height: 75px;
	color: #ffffff;
}

.wprez-cprc-next
{
	position: absolute;
	font-size: 75px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1%;
	height: 75px;
	color: #ffffff;
}

.wprez-cprc-prev:hover, .wprez-cprc-next:hover
{
	color: #494949;
}

.wprez-cprc-navi{
	position: absolute;
	left: 0;
    right: 0;
    bottom: 20px;
	margin: auto;
	text-align: center;
	
}

.wprez-cprc-navi a{
	display: inline-block;
	margin: 0 10px;
	background: #ffffff;
	overflow: hidden;
	text-indent: 9999px;
	width: 22px;
	height: 22px;
	border: 1px solid #aaaaaa;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wprez-cprc-navi a:hover,.wprez-cprc-navi a.active {
	border: 1px solid #ffffff;
	background: #48556e;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}*/

.wprez-cprc-navi{
	position: absolute;
	left: 0;
    right: 0;
    bottom: 49px;
	margin: auto;
	text-align: center;

}

.wprez-cprc-navi a{
	display: inline-block;
	margin: 5px 10px;
	background: #ffffff;
	overflow: hidden;
	text-indent: 9999px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wprez-cprc-navi a:hover,.wprez-cprc-navi a.active {
	border: 7px solid #ffffff;
	border-radius: 100%;
	background: #ed1a3b;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}


.wprez-cprc-prev
{
	position: absolute;	
	background: #fff;
	font-size: 22px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -7%;
	height: 59px;
	width: 51px;
	color: #6d6d6d;
	text-align: center;
    border: 1px #d7d7d7 solid;
    box-sizing: border-box;
}
.wprez-cprc-prev i,
.wprez-cprc-next i{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	height:21px;
	width:21px;
    font-weight: 700;
    color: #000;
}


.wprez-cprc-next
{
	position: absolute;
	background: #fff;
	font-size: 22px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -7%;
	height: 59px;
	width: 51px;
	color: #6d6d6d;
	text-align: center;
    border: 1px #d7d7d7 solid;
    box-sizing: border-box;
}


.wprez-cprc-prev:hover, .wprez-cprc-next:hover
{
    border: 1px #ed1a3b solid;
	background: #ed1a3b;

}

.wprez-cprc-prev:hover i, .wprez-cprc-next:hover i
{
    color: #fff;
}

@media all and (max-width: 1560px){
    .cprc-slick-img
    {
        max-width: 240px;
    }
}


@media all and (max-width: 1400px){
    .cprc-slick-img
    {
        max-width: 220px;
    }
    
	.wprez-cprc-text-cont h2{
		font-size: 44px;
	}
	
	.wprez-cprc-text-cont span.subname
	{
		font-size: 20px;
	}
	
	.wprez-cprc-text-cont a.read-more
	{
		padding: 21px 42px;
		font-size: 18px;
	}
    
    .cprc-gallery-scroller-prev
    {
    	left: 20px;
    }
    
    .cprc-gallery-scroller-next
    {
    	right: 20px;
    }
}

@media all and (max-width: 1300px){
    .cprc-slick-img
    {
        max-width: 200px;
    }
}

@media all and (max-width: 1200px){
	.wprez-cprc
	{
		padding-bottom: 41%;
	}
	
	.wprez-cprc-text-cont h2
	{
		font-size: 38px;
	}
	
	.wprez-cprc-text-cont
	{
		width: 50%;
	}
}

@media all and (max-width: 1024px){
	
	.about-us-container 
	{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.iframe-container {
		padding:0;
		width: 100%;
	}
	.wprez-cprc
	{
		padding-bottom: 65%;
	}
	.about-us-text
	{
		width: 100%;
		padding-left:0;
		padding-top: 50px;
	}
	.wprez-cprc-text-cont h2
	{
		font-size: 34px;
		margin-bottom: 35px;
	}
	
	.wprez-cprc-text-cont span.subname
	{
		margin-bottom: 35px;
	}
	
	.wprez-cprc-text-cont span.subname
	{
		font-size: 18px;
	}
	
	.wprez-cprc-text-cont
	{
		width: 50%;
	}
	
	.wprez-cprc-text-cont a.read-more
	{
		padding: 18px 32px;
		font-size: 17px;
	}
	
	.wprez-cprc-prev, .wprez-cprc-next
	{
		bottom: 0;
		height: 60px;
		font-size: 45px;
		top: auto;
	}
}

@media all and (max-width: 767px)
{
	.cprc-about-us-movie{
		width:100%;
		height: 314px;
	}
	.cprc-offer iframe
	{
		width: 100%;
	}
	.wprez-cprc
	{
		padding-bottom: 125%;
	}
	
	.wprez-cprc-text-cont a.read-more
	{
		display: none;
	}
	
	.wprez-cprc-text-cont
	{
		width: 100%;
		margin: 0;
		padding: 20px;
		padding-bottom: 50px;
		box-sizing: border-box;
		vertical-align: bottom;
	}
	
	.wprez-cprc-text-cont h2
	{
		font-size: 26px;
		margin-bottom: 25px;
	}
}

@media all and (max-width: 460px)
{
    .cprc-gallery-scroller-prev
    {
    	left: -5px;
    }
    
    .cprc-gallery-scroller-next
    {
    	right: -5px;
    }
	
	.cprc-designers-img
	{
		flex-direction: column;
	}
	
	.cprc-first-designer
	{
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	
}
