@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 13px/21px 'Open Sans', sans-serif;
	color: #363636;
	position: relative;
	min-width: 960px;


    background-image: url(../images/bghead.jpg);
    background-position: center 0;
    background-repeat: no-repeat;

}


address {
	font-style: normal;
}

p {
	margin-bottom: 21px;
}



input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}

/****Heads****/


h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #564f4f;
	text-transform: uppercase;
}

h2 {
	color: #fff;
	font-size: 38px;
	line-height: 50px;
}

h3 {
	color: #000;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	padding-top: 67px;
	margin-bottom: 31px;
}

h3.head1 {
	padding-top: 61px;
}

.page1 .gray h3 {
	padding-top: 35px;
	margin-bottom: 35px;
}

.page1 h3 {
	padding-top: 35px;
	margin-bottom: 35px;
}

h4 {
	color: #cfcfcf;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 13px;
	padding-top: 37px;
	text-transform: none;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list  li {
	padding-left: 23px;
	background: url(../images/marker.png) 0 5px no-repeat;
}

ul.list  li+li{
	margin-top: 9px;
}

.gray ul.list {
	margin-top: -2px;
}

ul.list1  {
	padding-top: 9px;
}


ul.list1 .date {
	float: left;
	background-color: #eab028;
	padding: 5px 0 3px;
	width: 59px;
	margin-right: 20px;
	text-align: center;
	margin-top: 7px;
}

ul.list1 li+li {
	margin-top: 9px;
}

ul.list2 li+li {
	margin-top: 18px;
}

ul.list2 img {
	margin-top: 4px;
	background-color: #eab028;
	border-radius: 500px;
	float: left;
	margin-right: 20px;
}
/****Links****/


a {
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #eab028;
}

a.gal img {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}


a.btn {
	display: inline-block;
	font: 600 14px/21px 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding: 4px 23px 4px 25px;
	background-color: #eab028;
	position: relative;
	color: #1F1F1F;
	text-decoration:none;
}

.about a.btn {
	margin-left: 18px;
	margin-top: 9px;
}

a.btn:after {
	position: absolute;
	content: '';
	display: block;
	right: -12px;
	top: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 14.5px 12px;
	border-color: transparent transparent transparent #eab028;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.btn:hover {
	background-color: #3d3d3d;
	color:#fff;
	text-decoration:none;
}

a.btn:hover:after {
	border-left-color: #3d3d3d;
}

.content a.btn {
	margin-top: 27px;
}
/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.page1 .img_inner {
	margin-top: 10px;
	margin-bottom: 22px;
}

.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 5px;
}

.img_inner.i1 {
	margin-bottom: 17px;
}

.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.page1 .fleft {
	margin-right: 18px;
	margin-top: 5px;
	margin-bottom: 18px;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	overflow: hidden;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

/*header*/

header {
	position: relative;
	display: block;
	position: static;
	background: #fff;
	padding: 9px 0 11px;
}

header h1 {
	float: left;
	z-index: 910;
		text-align: center;
}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 130px;
	height: 27px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.slogan {
	text-align: center;
	padding: 48px 0 40px;
}

.page1 .slogan {
	padding-bottom: 56px;
}

.slogan span {
	color: #000;
	font-weight:400;
	font-size:14px;
}

.slogan  h2 {
	margin-bottom: 9px;
	color:#000;
	font-wight:400;
}

.box {
	background-color: #fff;
	border-radius: 10px;
	margin-top: 62px;
	padding: 0 25px 49px;
}

.box img {
	margin-top: -32px;
	border-radius: 500px;
	background-color: #eab028;
	margin-bottom: 23px;
}

.box .title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #727272;
	text-transform: uppercase;
}

.about {
	padding: 0px 0 30px;
	color: #fff;
	background-color: #222222;
	font: 30px/40px 'Open Sans', serif;
}

.blog {
overflow: hidden;
width: 300px;
float: left;
text-align: left;
padding-right: 10px;
}
.blog:last-child {
	padding-right:0;
}

.blog .clear {
	height: 8px;
}

.page1 .blog+.blog {
	margin-top: 0px;
}

a.comment {
	color: #eab028;
}

a.comment:hover {
	color: #000;
}

.gray a.btn {
	margin-top: 24px;
}

.indent {
	height: 65px;
}

time.t1 {
	display: block;
	margin-bottom: 18px;
}


.t1+.text1 {
	margin-bottom: 12px;
}

.logos img {
	border-radius: 10px;
}

.logos a {
	display: block;
	margin-right: 27px;
	margin-top: 6px;
}

.logos .clear {
	height: 36px;
}
/**Content**/

.content {
	padding-bottom: 30px;
	background-color: #fff;
}

.page1 .content {
	padding-top: 0px;
}

.bann {
	position: relative;
	margin-right: 27px;
	color: #000;
	margin-bottom: 24px;
	box-shadow: 0px 5px 18px #000;
}

.bann span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px !important;
	line-height: 40px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	letter-spacing: 1px;
	margin-top: -34px;
	background-color: rgba(0, 120, 201, 0.7);
}

.page1_block {
	padding-bottom: 81px;
}



.page1_block a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}

.page1_block a:hover {
	text-decoration: underline;
}

.gray {
	background: #e8e8e8;
	padding-bottom: 35px;
}


.text1 {
	color: #6b6b6b;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 22px;
}

.page1 .text1 {
	margin-bottom: 21px;
}

.members {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	padding-top: 40px;
	font-size: 12px;
}

.members img {
	border-radius: 8px;
	float: left;
	position: relative;
	top: -3px;
	margin-right: 12px;
}

.members  .clear {
	height: 40px;
}

.members span {
	letter-spacing: 1px;
	display: block;
	font-size: 10px;
	color: #929292;
}

.photos {
	padding-top: 6px;
}

a.gal {
	display: block;
	margin-bottom: 20px;
	margin-right: 2px;
	background: url(../images/magnify.png) center center no-repeat #eab028;
}

a.gal:hover img {
	opacity: 0.2;
}

.blog .text1 {
	margin-bottom: 0;
}

.blog+.blog {
	margin-top: 25px;
}

/**Map**/

.map {
	overflow: hidden;
	padding-top: 6px;
}


.map figure {
	padding-top: 0px;
	display: block;
	width: 100%;
	margin-bottom: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 303px;
	max-width: 100%;
}
.map address {
	display: block;
	float: left;
}

.map address+address {
	margin-left: 15px;
}

.map address dt {
	margin-bottom: 21px;
}

.map address dd span {
	min-width: 70px;
	display: inline-block;
	text-align: left;
}

a.link-1 {
	text-decoration: underline;
	color: #ec9e24;
}

a.link-1:hover {
	color: #363636;
}

/**Footer**/
footer {
	display: block;
	background-color: #222222;
	color: #818181;
	padding-top: 10px;
	padding-bottom: 50px;

	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

.page1 footer {
	padding-top: 0;
}

footer ul>li+li {
	border-top: 1px solid #383838;
	margin-top: 7px;
	padding-top: 4px;
}

.f_top address span {
	min-width: 60px;
	display: inline-block;
}

.f_top {
	overflow: hidden;
	margin-bottom: 41px;
}

.f_top address a {
color: #eab028;
}	


.f_top address a:hover {
	color: #818181;
}

.f_bot {
	border-top: 1px solid #383838;
}

.pad1 {
	padding: 0 53px 0 0;
}

.copy {
	word-spacing: 3px;
	padding: 35px 0 0;
letter-spacing: 1px;
	font-size: 14px;
	color: #CACACA;
}


.socials  {
	overflow: hidden;
	float: right;
	padding-top: 27px;
}

.socials a {
	display: block;
	float: left;
	border-radius: 500px;
	opacity: 0.12;
	width: 32px;
	height: 32px;
	background: url(../images/socials.png) 0 bottom repeat-x;
}

.socials a:hover {
	background-position: 0 0;
	opacity: 1;
}


.socials a+a {
	margin-left: 8px;
	background-position: -40px bottom;
}

.socials a+a:hover {
	background-position: -40px 0;
}

.socials a+a+a {
	background-position: -80px bottom;
}

.socials a+a+a:hover {
	background-position: -80px 0;
}

.socials a+a+a+a {
	background-position: right bottom;
}

.socials a+a+a+a:hover {
	background-position: right 0;
}

.prv .text1 {
	padding-top: 1px;
	margin-bottom: 10px;
}

.prv p {
	margin-bottom: 18px;
}

.prv a.link-1 {
	position: relative;
	top: 3px;
}
/**To Top**/


#newsletter {
	padding-top: 6px;
	position: relative;
}

#newsletter a {
	margin-top: 25px;
	padding: 4px 12px 7px;
}

#newsletter a:after {
	display: none;
}
#newsletter .rel {
	position: relative;
	overflow: visible;
}

#newsletter .email {
	position: relative;
	width: 100%;
	display: block;
	float: left;
}


#newsletter input {
	float: left;
	position: relative;
	top: 1px;
	background: #1d1618;
	box-shadow: inset 1px 1px 2px #000 !important;
	width: 100%;
	border: none;
	height: 34px;
	font: 12px/21px 'Open Sans', sans-serif;
	color: #818181;
	padding: 7px 13px 6px 13px;
	outline: none !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#newsletter .error, #form1 .empty {		
	height:0px;
	top: 42px;
	width: 100%;
	left: 0;
	font-size: 10px;
	line-height: 13px;
	display: block;
	overflow: hidden;
	z-index: 999;
	color: #ff0000;
	-webkit-transition:  0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	position: absolute;
	}

#newsletter label.invalid .error {
	/*display: block;*/
	height:20px;

}

#newsletter .success {
	width: 100%;
	top: 0px;
	z-index: 999;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;	
	display: none;	
	background: #1d1618;

	box-shadow: inset 1px 1px 2px #000 !important;
	left: 0px;
	right: 0;
 color: #818181;
 font-size: 11px;
	overflow: hidden;
	padding: 15px;

	position: absolute;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

 .map address {
 float: none;
}

 .map address+address {
 	margin-top: 20px;
 	margin-left: 0;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.pad1 {
	padding-right: 0;
}

.blog .clear {
	clear: none;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.bann {
	margin-right: 0;
}

.none {
	display: block;
}

.logos a {
	margin-right: 0;
	margin-bottom: 10px;
}

.logos  .clear {
	height: 0;
}

.logos a img {
	width: 100%;
}

.box {
	margin-bottom: 23px;
}

a.gal {
	margin-right: 0;
}

a.gal img {
	width: 100%;
}


.socials {
	float: none;
}


.logos li {
	padding-top: 15px;
	width: auto !important;
	float: none !important;
	text-align: center;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}


.img_inner img {
	width: 100%;
}

 header {
 position: relative;
 padding-top: 40px;
}
 header h1 {
 margin-bottom: 10px;
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 20px;
}



.bann {
	margin-top: 30px;
}
.bann span {
	font-size:20px !important;
}
.page1 .content {
	padding-top: 30px;
}

.members .clear {
	height: 0;
	margin-bottom: 0;
}

.members>div {
	margin-bottom: 25px;
}

.slogan {
	background: url(../images/bgheader.jpg) 0 0 no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.about {
	font-size: 20px;
	line-height: 25px;
}

.about a.btn {
	margin-left: 0;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}


h2 {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	font-size: 25px !important;
	line-height: 30px;
}

h2 span, h2 strong {
	line-height: 30px;
	font-size: 20px !important;
}

}
div.opis {
   display:none;
   padding:12px;
   margin-top:12px;
   background: none repeat scroll 0 0 #F5F5F5;
   color: #696969;
    box-shadow: 0px 5px 18px #000;
    -webkit-box-shadow:0px 5px 18px #000;
    -khtml-box-shadow:0px 5px 18px #000;
    -moz-box-shadow:0px 5px 18px #000;
    -ms-box-shadow:0px 5px 18px #000;
    }
div.opis p{
	font-size:14px;
	line-height: 22px;
	margin-bottom: 10px;
	color:#000;
}
div.work {
   display:none;
    }
.block {display:block;}	
.bann span {
	font-size:16px !important;
}
