@import url('common.css');
@import url('defaults.css');
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?67192248');
  src: url('../font/fontello.eot?67192248#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?67192248') format('woff'),
       url('../font/fontello.ttf?67192248') format('truetype'),
       url('../font/fontello.svg?67192248#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #cccacf;
}

:-moz-placeholder { /* Firefox 18- */
  color: cccacf;
}

::-moz-placeholder { /* Firefox 19+ */
  color: cccacf;
}

:-ms-input-placeholder { /* IE 10+ */
  color: cccacf;
}

::-ms-input-placeholder { /* Edge */
  color: cccacf;
}
 
.icon-phone:before { content: '\e800'; } /* '' */
.icon-mail-alt:before { content: '\e801'; } /* '' */
.icon-down-open:before { content: '\e802'; } /* '' */
.icon-left-open:before { content: '\e803'; } /* '' */
.icon-right-open:before { content: '\e804'; } /* '' */
.icon-up-open:before { content: '\e805'; } /* '' */
.icon-angle-left:before { content: '\e806'; } /* '' */
.icon-angle-right:before { content: '\e807'; } /* '' */
.icon-angle-up:before { content: '\e808'; } /* '' */
.icon-angle-down:before { content: '\e809'; } /* '' */
.icon-facebook:before { content: '\e80a'; } /* '' */

/* STYLE */
body {
	background: url(../images/background.jpg) no-repeat 50% 110px #ffffff;
	background-size: 1920 auto;
	color: #3d3d3d;
	font-size: 0.813em;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-weight: normal;
}

.hide {
	display: none;
}

a:hover {
	opacity: 0.75;
    filter: alpha(opacity=75); 
}

a[href^=tel] {
	color: inherit !important;
	border: none !important;
	text-decoration: none !important;
}

a[href^=tel]:hover {
	color: inherit !important;
	opacity: 1 !important;
	border: none !important;
	text-decoration: none !important;
}

.show-number {
	padding: 2px 6px;
	border: 1px solid #ddd;
	background: #dcdcdc;
	font-size: 0.7em;
	margin: 0 0 1px 0;
	display: inline-block;
	color: #000;
	font-family: Arial;	
}

.show-number:hover {
	background: #fff;
}



img {
	border: 0;
}

hr {
	color: #dfdfdf; 
	background-color: #dfdfdf; 
	height: 1px; 
	border:0px; 
	width: 100%; 
	display: inline-block; 
	margin: 20px 0;
}
a, 
a:hover,
li:hover,
:after,
.transition {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input:not([type='checkbox']):not([type='radio']) {
    -webkit-appearance: none;
    border-radius: 0;
}

header {
	height: 110px;
	background: #fff;
	width: 100%;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	position: relative;
}

header > .wrapper {
	text-align: center;
}

header > .wrapper h1 {
	max-width: 175px;
	height: auto;
	margin: 15px auto 0;
	padding: 0;
	display: inline-block; 
}

header > .wrapper h1 img {
	/*
		width: 100%;
		height: auto;
	*/
}

header > .wrapper aside {
	position: absolute;
	top: 0; 
	right: 0;
	height: 110px;
	overflow: hidden;
}


header > .wrapper aside ul {
	margin: 0;
	padding: 0;
}

header > .wrapper aside ul > li {
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 110px;
	border-left: 1px solid #e4e4e4;
}

header > .wrapper aside ul > li a span {
	display: none;	
	font-size: 1.2em;
	padding: 0 5px;
	display: none;
	color: #4d4753;
}

header > .wrapper aside ul > li.tel a:before ,
header > .wrapper aside ul > li.mail a:before ,
header > .wrapper aside ul > li.fb a:before {
	font-family:"fontello";
	color: #4d4753;
	font-size: 1.5em;
	visibility: visible;
}

header > .wrapper aside ul > li.tel a:before {
	content: '\e800';
	margin-right: 10px;
}
header > .wrapper aside ul > li.mail a:before {
	content: '\e801';
}
header > .wrapper aside ul > li.fb a:before {
	content: '\e80a';
}


main {	
	width: 100%;
	clear: both;
}

main > .wrapper {
	position: relative;
}

main > .wrapper > h2 {	
	color: #fff;
	font-weight: 300;
	font-size: 2.5em;	
	line-height: 1em;
	max-width: 445px;
	margin: 105px 0 65px; 
}

main > .wrapper > article {
	float: left;
	width: 50%;
}

main > .wrapper > article > div {
	background: #807a88;
	box-sizing: border-box;
	padding: 50px 50px 0 50px;	
	display: inline-block;
}

.page main > .wrapper > article > div {
	padding: 50px;
}

main > .wrapper > aside {
	float: left;
	width: 50%;
	background: #e7e2dd;
	box-sizing: border-box;
	padding: 50px;		
	position: absolute;
	right: 0;
	bottom: 0;
	height: 500px;

}

main > .wrapper > article h1,
main > .wrapper > aside h1 {
	color: #fff;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1em;	
	margin: 0 0 45px 0;
}

main > .wrapper > article > p {
	font-size: 0;
}

main > .wrapper > article div p,
main > .wrapper > aside p {	
	font-size: 1.15em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	color: #fff;
}

main > .wrapper > aside h1,
main > .wrapper > aside p {
	color: #4c4950;
}

main:after {
	height: 500px;
	background: #e7e2dd;
	background: linear-gradient(90deg, transparent 50%, #e7e2dd 50%);
	content: '';
	display: block;
	width: 100%;
	z-index: -1;
	margin-top: -500px;
}

.page main:after {
	display: none;
}

#content:before {
	margin-top: 0;
}

#content {
	clear: both;	
	width: 100%;
	z-index: 2;
	position: relative;	
	background: #e7e2dd; /* Old browsers */
	background: -moz-linear-gradient(90deg, #ffffff 50%, #e7e2dd 50%);
	background: -webkit-linear-gradient(90deg, #ffffff 50%, #e7e2dd 50%);
	background: linear-gradient(90deg, #ffffff 50%, #e7e2dd 50%);	
	height: 500px;
	overflow: hidden;
}

#content > .wrapper > article {
	float: left;
	width: 50%;	
	background: #807a88;
	box-sizing: border-box;
	padding: 50px 50px 50px 50px;	
	display: inline-block;
	max-height: 500px;
	height: 500px;
}

#content > .wrapper > aside {
	font-size: 0;
	float: left;
	max-height: 500px;
	overflow: hidden;
	width: 50%;
}

#content > .wrapper > article h1,
#content > .wrapper > aside h1,
#contact > .wrapper > article h1,
#contact > .wrapper > aside h1 {
	color: #fff;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1em;	
	margin: 0 0 45px 0;
}

#content > .wrapper > article p,
#content > .wrapper > aside p,
#contact > .wrapper > article p,
#contact > .wrapper > aside p,
#contact > .wrapper .contact-form label {	
	font-size: 1.15em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	color: #fff;
}

#content > .wrapper > aside ul li {
	float: left;
	width: 250px;
	height: 250px;
}

#contact .wrapper {
	background: #67626d; /* Old browsers */
	/*
	background: -moz-linear-gradient(90deg, #67626d 50%, #807a88 50%);
	background: -webkit-linear-gradient(90deg, #67626d 50%, #807a88 50%);
	background: linear-gradient(90deg, #67626d 50%, #807a88 50%);
	*/
}

#contact > .wrapper > article,
#contact > .wrapper > aside {
	float: left;
	width: 50%;	
	box-sizing: border-box;
	padding: 50px 50px 50px 50px;	
}


#contact > .wrapper > aside {
	background: #807a88;
}

#contact > .wrapper > aside > p {
	margin-top: 20px;
	font-size: 0.95em;
}

#contact > .wrapper > aside > p a {
	text-decoration: underline;
}

#contact > .wrapper .contact-form label {
	margin: 0;
}

#contact > .wrapper .contact-form input:not([type='checkbox']):not([type='radio']):not([type='submit']),
#contact > .wrapper .contact-form textarea {
	width: 100%;
	background: none;
	border: 2px solid #a09ba6;
	margin: 0 0 4px 0px;
	padding: 8px 10px;
	box-sizing: border-box;	
	color: #fff;
}

#contact > .wrapper .contact-form input:not([type='checkbox']):not([type='radio']):focus {
	background: #a09ba6;
	color: #fff;
}

#contact > .wrapper .contact-form input.error:not([type='checkbox']):not([type='radio']):not([type='submit']) {
	border-color: #d2a7a7;
}

#contact > .wrapper .contact-form input[type=submit] {
	margin: 0;
	padding: 10px 20px;
	background: #a09ba6;
	color: #fff;
	border: 0 !important;
	margin: 0 0 0 5px;
	height: auto;
}

#contact > .wrapper .contact-form input[type=submit]:hover {
	color: #a09ba6;
	background: #fff;
}

#contact > .wrapper .contact-form em.error {
	color: #fff;
	margin-left: 5px;
}

footer {
	width: 100%;
	clear: both;
	box-sizing: border-box;
	padding: 15px 0;
}

footer > .wrapper {
	text-align: center;	
	color: #939393;
	line-height: 1.2em;
	font-size: 0.85em;
}


/* By Silnet.pl */
div.silnet {
	float: none; 
	position: relative; 
	z-index: 10; 
	height: 20px; 
	width: 82px;
	margin: 10px auto;
}

div.silnet div {
	background: url('../images/silnet.png') no-repeat 0px 0px;
	height: 20px;
}

div.silnet a {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 20;
	top: 0px;
	right: 0px;
	float: right;
	height: 20px;
	width: 82px;
	background: url('../images/silnet.png') no-repeat 0px -20px;
}

div.silnet a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

@media all and (max-width: 1100px) {
	main:after {
		display: none;
	}
}