/*
 * THEME: BOOTSTRAP V3
 */

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');

/* GLOBAL-CLASSES */

body{
	font-family: 'Rajdhani', sans-serif;
	font-size: 12.5pt;
	overflow-x: hidden;
}

.logosy{
	text-align: center;
}
.logosik{
	display: inline-block;
	width: 20%;
}


h1,h2,h3,h4,h5,h6,.bold{font-weight: 600 !important;}

.heading h4{
	padding-top: 10px; padding-bottom: 10px; font-weight: 400 !important;
}

a:hover,a:focus,a{text-decoration: none;}

div.hr{border-bottom: solid 6px #1f6194; width: 90px; margin: 0 auto;}
div.hr-white{border-bottom: solid 6px #ffffff; width: 90px; margin: 0 auto;}
div.hr-alt-red{border-bottom: solid 6px #1f6194; width: 90px; margin-bottom: 30px;}
div.hr-alt{border-bottom: solid 4px #c58723; width: 40px; margin-bottom: 30px;}

.img-fluid{
	max-width: 100%;
	height: auto;
}

.sel{
	width: 100%;
	color: #333;
   background-color: #fff;
   border-color: #ccc;
   display: block;
display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.img-responsive-alt{
	height: 100%;
	width: auto;
	max-width: 100%;
}

/* NAVS */

@media (min-width:1200px){
	.navbar-header, .navbar-brand, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a {
	height: 120px !important;
}
}


.navbar-brand{
	padding: 10px 0;
}

.navbar-default .navbar-nav>.active>a {
    color: #555;
    background-color: transparent;
}

.social>li>a{
	padding: 0 7px;
}

.social .fa-2x{
	font-size: 2.7rem;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.current_page_item>a{
	background: #1f6194 !important;
	color: #fff !important;
}



.navbar-default .social>li>a:hover{
	background: inherit !important;
	color: #fff !important;
}

.navbar-brand {
    float: left;
    padding: 0 0;
    font-size: 18px;
    line-height: 20px;
}

@media (max-width: 1200px){
	.navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 25px;
    font-size: 12pt;
}	
	.social>li>a {
    padding-top: 18px;
    padding-bottom: 25px;
    font-size: 18pt;
}	
}

@media (min-width: 1200px){
	.navbar-nav>li>a {
    padding-top: 60px;
    padding-bottom: 25px;
    font-size: 14pt;
}	
	.social>li>a {
    padding-top: 55px;
    padding-bottom: 25px;
    font-size: 18pt;
}	
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-nav>li{
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 600;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.v-shaped, .v-shape{
	height: 80vh;
}

@media(max-width:767px){
	.v-shaped .quote, .v-shaped .quote-alt{
	font-size: 17pt;
	font-weight: 600;
	margin: 4vh 5vw 0;
	text-align: center;
	position: relative;
}
	.v-shaped .quote::before{
	display: none;
}
}

@media(min-width:767px) and (max-width:1366px){
	.v-shaped .quote, .v-shaped .quote-alt{
	font-size: 18pt;
	font-weight: 600;
	margin: 24vh 15vw 0;
	text-align: center;
	position: relative;
}
}

@media(min-width:1366px){
.v-shaped .quote, .v-shaped .quote-alt{
	font-size: 22.5pt;
	font-weight: 400;
	margin: 24vh 15vw 0;
	text-align: center;
	position: relative;
}
}

.v-shaped .quote::before{
	content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    left: -80px;
    top: -28px;
    font-size: 52pt;
}
/*
@media (min-width: 990px) and (max-width: 1200px){
	.v-shaped .quote{
	font-size: 3rem;
    font-weight: 600;
    margin: 12vh 6vw;
    text-align: center;
	position: relative;
	}
	
	.v-shaped, .v-shape{
	height: 40vh;
	}
}

@media (min-width: 767px) and (max-width: 990px){
	.v-shaped .quote{
	font-size: 3rem;
    font-weight: 600;
    margin: 14rem 2rem;
    text-align: center;
	position: relative;
	}
	
	.v-shaped, .v-shape{
	height: 500px;
	}
}

@media (max-width: 767px){
	.v-shaped .quote{
	font-size: 2rem;
    font-weight: 600;
    margin: 8rem 2rem;
    text-align: center;
	position: relative;
	}
	
	.v-shaped .quote::before{
	display: none;
	}
	
	.v-shaped, .v-shape{
	height: 300px;
	}
}
*/
.v-shape, .v-shape-alt{
	background: url('../img/shape-v.png'), linear-gradient(to right, rgba(0,0,0,0.77) 0%, rgba(0,0,0,0.77) 100%);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.p-set-1{
	padding: 110px 0;
}
.textobszar{
	height: 132px !important;
}

.p-set-1-only-bot{
	padding: 0 0 110px;
}

.p-set-1-only-top{
	padding: 110px 0 0;
}
.trescwiad{
	height: 120px !important;
}
.p-x-0{padding-left: 0 !important; padding-right: 0 !important;} .p-y-0{padding-top: 0 !important; padding-bottom: 0 !important;}

.p-set-2{
	padding: 4rem;
}

.m-set-2{
	margin: 4rem;
}


.h-115px{height:115px;}.h-215px{min-height:215px;}.h-315px{height:315px;}.h-415px{height:415px;}

@media(max-width:990px){
	.h-115px{height:115px;}.h-215px{min-height:215px;}.h-315px{height:inherit; min-height:315px; }.h-415px{height:415px;}
}

#contact .col-md-6:first-of-type{
	border-right: 2px solid rgba(90,90,90,0.15);
}

.m-auto{margin: auto;}

.center.parent{height: 100%;display: table;width: 100%;}
.center.child{display: table-cell;vertical-align: middle;}
@media (max-width:350px){.center.child{display: table-cell;vertical-align: middle;max-width: 200px;}}

.big-caret .center.child {
	padding-right: 25px;
}

@media(max-width:990px){
	.col-lg-15{
		height: 70px;
		margin: 20px 0;	
	}
}

.carousel .arrow{
	position: absolute;
    display: flex;
    font-size: 24pt;
    top: 0;
    justify-content: center;
    align-items: center;
	min-width: 9vw;
    height: 100%;
	color: rgba(255,255,255,0.66) !important;
}

.carousel .arrow:hover{
	color: rgba(255,255,255,0.9) !important;
}

.carousel .arrow.left{
	left: 5vw;
}

.carousel .arrow.right{
	right: 5vw;
}

@media screen and (min-width: 768px){
	.carousel-caption {
    right: 20%;
    left: 20%;
    top: 35% !important;
    padding-bottom: 20px !important;
	}	
}

@media screen and (min-width:990px){
	#profits {
	background: url('../img/DSC_8470.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: #e6e6e6 1px solid;
}
}

#profits .col-md-4 {
	margin-bottom: 20px;
}

#video {
	background: linear-gradient(to right, rgba(184,33,38,0.66) 0%, rgba(184,33,38,0.66) 100%), url('../temporary/DSC_8473.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.responsive-iframe{
	width: 100%;
	height: 100%;
}

@media (max-width:990px){
	.responsive-iframe{
	width: 100%;
	height: 100%;
}
}

.ratio-square{
	padding-bottom: 50%;
}

.ratio-4-3{
	padding-bottom: 47%;
}

.ratio-16-9{
	padding-bottom: 44%;
}

.ratio-16-10{
	padding-bottom: 30%;
}

.ratio-iframe{
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width:990px){
.magnifier:hover{
	position: fixed !important;
    bottom: 5% !important;
    right: 5% !important;
    top: 5% !important;
    left: 5% !important;
    width: 90%;
    height: 90%;
	z-index: 10;
	box-shadow: 0px 0px 95px rgba(0,0,0,0.9);
}

.magnifier:hover .magnifier-blackout{
	position: fixed;
	background: rgba(0,0,0,0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.magnifier-blackout:hover{
	display: none !important;
}
}
@media (max-width:990px){
	.row-eq-height{
	margin-right: -15px;
    margin-left: -15px;
	}
}
@media(min-width:990px){
	.row-eq-height {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display:         flex;
	}}

@media(max-width:1200px){
	.big-caret::after{
		opacity: 0.33;
	}
}

@media(min-width:990px){
	.big-caret::after{
	content: '\f105';
	font-family: 'Fontawesome';
	font-size: 6rem;
	position: absolute;
	top: -14px;
	right: 15px;
	color: #1f6194;
}
}

@media(min-width:990px) and (max-width:1440px){
	.big-caret::after{
	content: '\f105';
	font-family: 'Fontawesome';
	font-size: 6rem;
	position: absolute;
	top: 3px;
	right: 15px;
	color: #1f6194;
}
}

@media (min-width:767px){
	#testimonials .quote{
	display: block;
	padding: 0 10rem;
	}
}

@media (min-width:990px){
	#testimonials .quote{
	display: block;
	padding: 0 20rem;
	}
}

@media (min-width:1200px){
	#testimonials .quote{
	display: block;
	padding: 0 30vw 0 30vw;
	}
}

#testimonials .quote *{
	color: #fafafa !important;
	text-align: center;
;
}

#testimonials .quote p.says{
	position: relative;
	text-align: left !important;
	font-size: 12pt;
}

@media (max-width:990px){
	#testimonials .quote p.says{
	padding: 30px 40px;
	text-align: center !important;
	}
}

#testimonials .quote p.says::before{
	content: '\f10e';
	font-family: 'FontAwesome';
	font-size: 4.25rem;
	position: absolute;
	top: -22px;
	left: -52px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.carousel-control.left, .carousel-control.right{
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,0))) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 100%) !important;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.v-shaped .quote-alt{
	font-size: 24pt !important;
	margin: 28vh 15vw 0 !important;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.btn, .form-control, .rc-anchor{border-radius: 0 !important;}

.d-inline-block{display: inline-block;} .d-table {display: table;}

.thumbnail-date{
	position: absolute;
    top: 40px;
    padding: 15px;
    right: 55px;
}

.thumbnail-img{
	position: relative;
}

.form-control-bottom{ 
	border-width: 0;
    border-bottom-width: 1px;
    background: transparent;
    border-left-width: 0;
    border-right: 0;
    border-top: 0;
    box-shadow: 0 0 0 0 transparent !important;
}

.dropdown-toggle{
	width: 100%;
	text-align: left;
}

.dropdown-toggle .caret{
	float: right !important;
	margin-top: 8px;
}

.double-colored, .h-180px{
	height: 180px;
}

.double-colored:hover{
	padding: 20px 0;
	height: 220px;
}

.double-colored:nth-of-type(even){
	background: #fafafa;
}

.widgetsbox-aboutus span.a{
	font-size: 3rem;
	font-weight: 600;
}

.checkbox, .radio {
	position: inherit !important;
}

.widgetsbox-aboutus span{
	display: block;
}

.circle-r1{
	padding-bottom: 30px;
}

.circle-r3{
	padding: 30px 0;
}

.circles p{
	font-size: 1.45rem;
}

.sizeer-absolute{
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	z-index: 5;
}

.sizeer-relative{
	position: relative;
	opacity: 1;
	z-index: 1;
	background: rgba(250,250,250,0.911);
}
.sizeer-relative img{
	opacity: 0.3;
}
	
.sizeer-relative:hover img{
	opacity: 1;
}

.sizeer-relative:hover + .sizeer-absolute{
	display: none;
}

.sizeer-absolute:hover{
	display: none;
}

/* Three item */

.three{
	display: block;
}

.three-left, .three-center, .three-right{
	padding: 0; margin: 0;
}

@media(max-width:1200px){

.three-left{
	display: block;
	float: left;
	width: 100%;
}

.three-center{
	display: none;
	float: left;
	width: 100%;
}

.three-right{
	display: block;
	float: left;
	width: 100%;
}

.three-left, .three-center, .three-right{
	text-align: center;
	margin: 2% 0;
}

.three-top, .three-mid, .three-bot{
	font-size: 13pt;
}

.three-top,.three-mid,.three-bot{
	margin-top: 2%;
}

}

@media(min-width:1200px){
.three-mobile{
	display: none !important;
}
	
.three-left{
	display: block;
	float: left;
	width: 25%;
}

.three-center{
	display: block;
	float: left;
	width: 50%;
}

.three-right{
	display: block;
	float: left;
	width: 25%;
}

.three-top, .three-mid, .three-bot{
	font-size: 13pt;
}

.three-left-item{
	text-align: right;
}

.three-right-item{
	text-align: left;
}

.three-top{
	margin-top: 18%;
}

.three-mid{
	margin-top: 16%;
}

.three-bot{
	margin-top: 20%;
}

.three-left-item.three-mid{
	margin-right: 8%;
}

.three-left-item.three-top, .three-left-item.three-bot{
	margin-left: 12%;
}

.three-right-item.three-mid{
	margin-left: 8%;
}

.three-right-item.three-top, .three-right-item.three-bot{
	margin-right: 13%;
}

}

#widget-footer h3{
	padding-top: 20px;
}

.navbar-brand>img{
	padding: 10px 0;
}

#rotating .carousel-caption span{
	font-size: 26pt !important;
}

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

@media(max-width:990px){
	.pt-sm-20px{padding-top: 20px;}
	.pb-sm-15px{padding-bottom: 15px;}
}

@media(max-width:990px){
	.big-caret {
	margin-bottom: 35px;
}

@media(max-width: 992px){
	#contact .col-md-6:first-of-type{
		border-right: 0;
	}
}
@media(max-width: 768px){
	.kontakt-page{
		padding: 0 15px;
	}
	.kontakt-form{
		height: auto !important;
	}
	.osoby-dor{
		padding: 15px;
		text-align: center;
	}
	.osoby-dor img{
		display: inline-block;
		max-width: 86px;
	}
	.socila .nav>li{
		display: inline-block;
	}
	.licz-by{
		height: auto !important;
		margin: 0 !important;
	}
	.onas-page{
		height: auto !important;
	}
	.piecza{
		text-align: center;
	}
	.piecza img{
		display: inline-block;
	}
	.piecza .text-right{
		text-align: center;
	}
	.logopartow,
	.czerwien,
	.archpart{
		height: auto !important;
	}
	.logopartow img{
		max-width: 50% !important;
		margin: 10px 0;
	}
	.rotatorimg{
		height: 150px !important;
	}
	.logosik {
    	display: inline-block;
    	width: 48%;
	}
	#about-us-index{
		padding-bottom: 20px;
	}
	.archpart{
		text-align: center;
	}
	.archpart img{
		display: inline-block;
	}
}




