html, body
{
    height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
	font-size:20px;
}
.footer li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
h1, h2{
	text-transform: uppercase;
	font-weight: bold;
}
h2{
	font-size: 42px;
	 /*!important;*/
}
.img-responsive{
margin-bottom: 5px;
display: inline-block;
}
h3{
	font-size: 30px;
	 /*!important;*/
}
h4{
		font-size: 26px;
}

.img-thumbnail{
	margin:4px 0;
}

.subpage{
	margin: 10px 0;
}
.kname{
	font-weight: bold;
}

.my-top-margin {
    margin-top: 20px;
}

P.footer-fast-contact{
	font-size:16px;
	font-weight: bold;
}
.dropdown-menu{
	font-size:20px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left:0;
		right:auto;
	}
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.header-logo{
	/*margin-top:20px;*/
	margin-bottom:8px;
}
.cookies-info{
	width:100%;
	position:fixed;
	bottom:15px;
	background: white;
	padding:5px;
	z-index:1002;
	border:1px solid gray;
	text-align:center;
}

.adult-only-info{
	width:100%;
	height:100%;
	background: black;
	position:fixed;
	top:0px;
	padding-top:150px;
	color:white;
	z-index:1002;
	text-align:center;
}

/*header area*/
.top-header{
	background: #fff !important;
	position: fixed;
	width: 100%;
	z-index: 999;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	/*border-bottom: 1px solid darkgray;*/
}
.header-backup{
	width: 20px;
	height: 119px;
	background: transparent;
	margin:auto;
}
.top-header img{
	max-height: 120px;
	transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 8px;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}

/*.navbar-nav>li>.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}*/

/*
niepotrzebne - nie działa i tak 
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}*/

/*.nav-bar{
	margin-top: 20px;
}*/
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 14px 15px;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #999;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
li a.active{
	color: #42b3e5 !important;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}

/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 100px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	text-shadow: 0 5px 8px rgba(0,0,0,.7);
}
.carousel-caption p{
	font-size: 40px;
	color: #fff;
	text-shadow: 0 3px 5px rgba(0,0,0,.7);
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}
.carousel-caption a{
	width: 240px;
	height: 60px;
	background: #3a9ecb;
	color: #fff;
	font-size: 30px;
	padding:7px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption a:hover{
	background: #2a2a2a;
}
.carousel-control{
	width: 5%;
}

.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: left;
	left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-right: 0;
  margin-top: 50px;
}

h1{
	font-size: 50px;
	color: #474747;
	margin-top: 35px;
}

h3{
	font-size: 36px;
	color: #474747;
	margin-top: 35px;
}

/*about area*/
.about h2{
	font-size: 42px;
	color: #474747;
	margin-top: 35px;
}
.about h3{
	font-size: 36px;
	color: #474747;
	margin-top: 35px;
}
.about h4{
	font-size: 30px;
	color: #737373;
	margin-bottom: 20px;
}
p{
	font-size: 22px;
}
.about-img img{
	width: 100%;
}
.single-about-detail{
	position: relative;
}
.pentagon-text h1{
	font-size: 50px;
	color: #383838;
	margin-top: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	position: absolute;
	  left: 15%;
	  width: 50px;
	  top: -6%;
}
.pentagon-text {
  width: 70px;
  height: 52px;
  background: #fff;
  position: relative;
   top: -30px;
  left: 43%;
}
.pentagon-text:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 15px solid #fff;
}
.pentagon-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0px;
  border-left: 36px solid transparent;
  border-right: 34px solid transparent;
  border-top: 15px solid #fff;
}
.about-details{
	background: #2a2a2a;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.about-details h3{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
}
.about-details p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 30px;
}
.single-about-detail:hover .about-details{
	background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1{
	color: #3a9dca;
}

/*contact section*/
.contact-caption{
	background: #3a9dca;
}
.contact-heading h2{
	color: #fff;
	font-size: 42px;
}
.contact-info{
	padding-left: 60px;
}
.contact-info h4{
	color:black;
}
#contact{
		position: relative;
	overflow: hidden;
}
#contact p{
	color:white;
}
.contact-info h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 5;
	margin-top:10px;
}
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.contact-info i.fa{
	font-size: 16px;
  	padding-right: 12px;
  	width: 25px;
  	height: 38px;
}
.contact-info ul li span{
	font-weight: bold;
}
.contact-form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
#ContactForm input[type=submit]{
	max-width: 300px;
	height: 60px;
	background: #2a2a2a;
	color:white;
	padding:7px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
#ContactForm input[type=submit]:hover{
	background: white;
	color: #000;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 140px;
	border:0;
	margin-bottom: 12px;
}
.info-detail{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
}
.form{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
	text-align: right;
}
input.contact-form-submit{
	color: #fff;
	background:#2a2a2a;
	font-weight: bold;
}
input.contact-form-submit:hover{
	background:black;
}
.contact-form{
	padding:0 5%;
}

/*gmap*/
#map{
	height: 350px;
}
.map{
	position: relative;
	overflow: hidden;
}
.contact{
	position: relative;
	width: 100%;
	margin-top: 0px;
	left: 0;
	/*margin-top: -830px;*/
	background: rgba(0, 0, 0, 0.51);
}
.contact-caption{
	margin-top: 50px;
	margin-bottom: 50px;
}

/*footer*/
.footer{
	color:white;
background: #2a2a2a;
	margin-top: 40px;
	min-height:40px;
	padding: 30px;
}
.footer-para{
	margin: 0;
	padding: 0;
}
.footer p{
	font-size: 12px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 5px 0;
}
.footer a{
	font-size: 14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 25px 0;
}
.footer a:hover{
	color:#4cae4c;
}
.footer a i.fa{
	font-size: 24px;
	color: #b1b1b1;
	padding: 22px 10px;
}
.footer a i.fa:hover{
	color: #42b3e5;
}

.carousel-inner{
	position: relative;
}



/*======================css for carousel=========================*/
.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;
    opacity: 1;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@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);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }


/******************************
responsive area
********************************/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	  padding: 14px 12px;
	}
	.carousel-caption h1 {
  		font-size: 90px;
  	}
  	.carousel-caption p {
  		font-size: 32px;
  	}
	
	.header-backup{
		height: 95px !important;
	}

  	.carousel-caption button {
	  width: 215px;
	  height: 55px;
	  font-size: 26px;
	}
	.carousel-caption a {
		width: 215px;
	  height: 55px;
	  font-size: 26px;
	}
	/*.nav-bar{
		margin-top:20%;
	}*/
	h2 {
  		font-size: 42px !important;
  	}
  	h4 {
  		font-size: 26px !important;
  	}
  	.person-detail h3 {
  		font-size: 26px;
  	}
  	.person-detail p {
  		font-size: 12px;
  	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  padding: 10px 8px;
	}
	.carousel-caption h1 {
  		font-size: 70px;
  	}
  	.carousel-caption p {
  		font-size: 30px;
  	}
  	.carousel-caption button {
		 width: 180px;
		 height: 50px;
		 background: #3a9ecb;
		 color: #fff;
		 font-size: 22px;
	}
	.carousel-caption a {
		 width: 180px;
		 height: 50px;
		 font-size: 22px;
	}
	
	h2 {
  		font-size: 42px !important;
  	}
  	h4 {
  		font-size: 26px !important;
  	}
  	#map{
		height: 350px;
	}
	.contact{
		margin-top:-1050px;
		height: 1050px;
	}
	.contact-caption {
	 margin-top: 70px;
	}
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
	/*.navbar-nav>li>.dropdown-menu {
    max-height: 400px;
}*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
	/*.header-logo img{
	  margin-top: 20px;
	}*/
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	}
	.carousel-caption {
	    margin-top: -110px;
	}
	.carousel-caption h1 {
  		font-size: 50px;
  	}
  	.carousel-caption p {
  		font-size: 25px;
  	}
  	.carousel-caption button {
	  width: 160px;
	  height: 40px;
	  font-size: 20px;
	}
	.carousel-caption a {
	  width: 160px;
	  height: 40px;
	  font-size: 20px;
	}
	#map{
		height: 300px;
	}
	.contact{
		height: 1120px;
		margin-top: -1120px;
	}
	h2 {
	  font-size: 42px !important;
	}
	h4{
  		font-size: 26px !important;
  	}
	.contact-info ul {
	  margin-left: 4px;
	}
	.contact-info i.fa {
	  width: 25px;
	}
	.contact-caption {
	  margin-top: 80px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	h1{
		font-size:38px;
	}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
        max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
	/*.navbar-nav>li>.dropdown-menu {
    max-height: 300px;
}*/
.top-header img{
	max-height: 60px;
}
.header-logo{
	margin-bottom:0px;
}
	.top-header img.logo {
	  margin: 20px 10px;
	}
	.header-logo{
		/*margin-top: 20px;*/
		z-index:999;
	}
	.navbar-default .navbar-toggle {
		 border-color: #fff;
		 /*margin-top: -10px;*/
		 /*right: 10%;*/
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  text-align: left;
	}
	.header-backup{
		  height: 80px;
	}
	.carousel-caption {
	    margin-top: -60px;
	}
	.carousel-caption h1 {
  		  font-size: 20px;
  	}
  	.carousel-caption p {
  		font-size: 12px;
  	}
	.carousel-caption button {
	  width: 90px;
	  height: 23px;
	  font-size: 16px;
	}
		.carousel-caption a {
		width: 90px;
	  height: 23px;
	  font-size: 16px;
		}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	  margin-top: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	  margin-top: 30px;
	}
	.about h2 {
	  font-size: 42px !important;
	  /*color: #42b3e5;*/
	  margin-top: 30px;
	}
	h2{
		font-size: 34px !important;
		/*text-align: center;*/
	}
	.service h2 {
	  font-size: 42px;
	  margin-top: 40px;
	}
	.team h2 {
	  font-size: 42px;
	  margin-top: 40px;
	}
	h4 {
	  font-size: 26px !important;
	}
	p{
		font-size: 18px !important;
	}
	.contact-caption{
		margin-top: 20%;
	}
	#map{
		height: 300px;
	}
	.contact{
		height: 950px;
		margin-top: -950px;
	}
	.vcenter {
		display: inline-block;
		vertical-align: middle;
		/*float: none;*/
	}
	.contact-heading h2 {
	  font-size: 42px;
	  /*text-align: left;*/
	  margin-left: 15px;
	}
	.contact-info h3 {
	  margin-left: 8px;
	  font-size: 25px;
	  padding-bottom: 8px;
	}
	.info-detail {
	  margin-left: 8px;
	}
	.contact-info ul li {
	  font-size: 10px;
	}
	.contact-info i.fa {
	  font-size: 13px;
	  width: 20px;
	  height: 18px;
	}
	.contact-info, .contact-form{
		padding: 10px;
	}
	.contact-form h3 {
	  font-size: 25px;
	  padding-bottom: 8px;
	  margin-bottom: 0;
	  margin-right: 0px;
	}
	.footer a i.fa {
	  font-size: 18px;
	  padding: 25px 7px;
	}
	.footer p {
  		font-size: 10px;
  	}
}

.video-container-parent{
	max-width:640px;
	margin:5px auto;
}

.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}