/*  
	Revco stylesheet  
	Author: WebBusters
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}
html, body {
	height: 100%;
}
body {
	font-family: Josefin Sans, Verdana, Arial, lucida, sans-serif; 
	background: #fff;
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}
#zerogrid {
	margin: auto;
	width: 1000px;
}
#mainContainer {
	position: absolute;
	top: 50%;
	margin-top: -361px;
}
header {
	width: 1000px;
	margin: auto;
	border-bottom: 1px solid #000;
	text-align: left;
	position: relative;
	padding: 0 0 30px 0;
	margin-bottom: 20px;
}
a#logo {
	position: absolute;
	width: 288px;
	height: 42px;
	left: 50%;
	top: 18px;
	margin-left: -144px;
	background-image: url('../images/logo.svg');
	background-repeat: no-repeat;	
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a#logo:hover {
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.wrap {
	width: 1000px;
	margin: auto;
}
#container {
	width: 100%;
	height: 530px;	
}
#sliderContainer {
	padding: 60px 0 0 0;
}
.col-1-2 {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.col-1-2 img {
	width: 100%;
}
.col-1-3 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.col-1-3 img {
	width: 100%;
}


/* -------------MENU---------------- */

.c-hamburger {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: #fff;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50px;
  left: 18px;
  right: 18px;
  height: 5px;
  background: #000;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #000;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}


.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */


.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

#menuContainer {
	padding: 105px 0 105px 0;
	display: none;
	position: relative;
	background-image: url('../images/menu-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#menuContainer ul li {
	list-style-type: none;
	position: relative;
}
#menuContainer ul li a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 300;
	line-height: 75px;
}
.menuBorder {
	position: absolute;
	width: 0px;
	height: 2px;
	left: 50%;
	margin-left: -25px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.headingBorder {
	position: absolute;
	width: 50px;
	height: 2px;
	left: 50%;
	margin-left: -25px;
}
#contentHeadingGallery .headingBorder {
	top: 12px;
}
#gallery {
	line-height: 0;
}
#gallery img {
	max-height: 520px;
	min-height: 520px;
}
.color1 {
	background-color: #84d3e4;
}
.color2 {
	background-color: #80c87e;
}
.color3 {
	background-color: #fdc955;
}
.color4 {
	background-color: #ed2324;
}
.color5 {
	background-color: #000;
}
a#backButton {
	width: 50px;
	height: 77px;
	display: none;
	background-image: url('../images/backButton.png');
	background-position: 3px 21px;
	background-repeat: no-repeat;
}
#menu-logo {
	position: absolute;
	bottom: 49px;
	right: 10px;
	background-image: url('../images/page-logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
}

/*------------CONTENT------------*/

h1 {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	padding: 0 0 40px 0;
}
#contentHeading {
	height: 18%;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#contentHeadingGallery {
	height: 13%;
	position: absolute;
	z-index: 9999;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#contentHeadingGallery h1 {
	padding: 15px 0 40px 0;
}
#contentContainer {
	height: 490px;
	border: 1px solid #000;
	padding: 30px 0 0 0;
	position: relative;
	overflow: hidden;
}
#contentContainerGallery {
	height: 520px;
	border: 1px solid #000;
	position: relative;
	overflow: hidden;
}
#tinyScroll {
	height: 390px;
	overflow: auto;
	width: 936px;
	margin: auto;
	text-align: justify;
	font-weight: 600;
	font-size: 18px;
}
#tinyScrollGallery {
	overflow: auto;
	margin: auto;
	text-align: center;
	height: 520px;
}
#contentOverlay {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.9);
}
#arrowUpGallery {
	background-image: url('../images/arrowUp.png');	
	background-position: center 15px;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	margin: auto;
	display: none;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#arrowUpGallery:hover {
	background-position: center 10px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#arrowDown {	
	background-position: center 20px;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	margin: auto;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#arrowDown:hover {
	background-position: center 27px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.arrow1 {
	background-image: url('../images/arrowDown1.png');
	visibility: hidden;
}
.arrow2 {
	background-image: url('../images/arrowDown2.png');
}
.arrow3 {
	background-image: url('../images/arrowDown3.png');
}
.arrow4 {
	background-image: url('../images/arrowDown4.png');
}
.arrow5 {
	background-image: url('../images/arrowDown5.png');
}
#bottomPadding {
	height: 100px;
}
#bottomPaddingGallery {
	height: 4px;
}
ul.content-ul {
	margin: 10px 0 10px 20px;
}
ul.content-ul li {
	list-style-type: disc;
	padding: 0 0 0 20px;
}
#pageLogo {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-image: url('../images/page-logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
}
#customer-info .input-field {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#request-quote-form {
	font-size: 0px;
	line-height: 0px;
	margin: 30px 0 0 0;
}
#request-quote-form h2 {
	font-size: 23px;
	line-height: 26px;
	padding: 20px 0 40px 0;
	text-transform: uppercase;
}
p#error {
	font-size: 17px;
	line-height: 22px;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}
#safecode {
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}
#rewritecode {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
#rewritecode label {
	padding: 15px 0;
	display: block;
}
input#captcha_code {
	display: block;
	width: 100px;
	height: 50px;
	border: 2px solid #272a2f;
	padding: 0 10px;
	font-size: 18px;
}
#bezpkod {
	padding: 0 0 15px 0;
}
.input-field span {
	display: block;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
	position: absolute;
	top: -9px;
	left: 10px;
	letter-spacing: 4px;
}
.input-field span#name {
	width: 110px;
}
.input-field span#email {
	width: 115px;
}
.input-field span#subject {
	width: 140px;
}
.input-field input {
	display: block;
	width: 88%;
	height: 50px;
	border: 2px solid #272a2f;
	padding: 0 10px;
	font-size: 18px;
}
.input-field input:focus {
	outline: 0;
}
#customer-message {
	margin: 35px 0 0 0;
	position: relative;
}
#customer-message span {
	display: block;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
	position: absolute;
	top: -9px;
	left: 10px;
	letter-spacing: 4px;
	width: 160px;
}
#customer-message textarea {
	width: 898px;
	max-width: 898px;
	height: 170px;
	border: 2px solid #272a2f;
	padding: 25px 10px 10px 10px;
	font-size: 18px;
}
#customer-message textarea:focus {
	outline: 0;
}
#request-quote-form input[type="submit"] {
	font-family: Josefin Sans;
	width: 250px;
	height: 60px;
	background: none;
	border: 6px;
	border-style:double;
	border-color: #272a2f;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
	margin: 30px 0 0 0;
}
#divbutton button {
	font-family: Josefin Sans;
	width: 250px;
	height: 60px;
	background: none;
	border: 6px;
	border-style:double;
	border-color: #272a2f;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
	margin: 30px 0 0 0;
}

/*------------REFERENCES------------*/

.references-list {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 2px solid #000;
}

.references-list__item {
	padding: 50px 0;
	border-bottom: 2px solid #000;
}

.references-list__item-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.references-list__item-name {
	text-transform: uppercase;
}

.references-list__item-date {
	color: #a3a3a3;
}

.references-list__item-text {

}

.references-list__no-results {
	padding: 50px 0;
	text-align: center;
}

/*------------FOOTER------------*/


footer {
	position: relative;
	text-align: left;
	width: 1000px;
	margin: auto;
	padding: 30px 0 0 0;
}
a#fbIcon {
	width: 55px;
	height: 55px;
	display: inline-block;
	border: 2px solid #000;
	background-image: url('../images/fbIcon2.png');
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: background-position 300ms ease;
    -moz-transition: background-position 300ms ease;
    -ms-transition: background-position 300ms ease;
    -o-transition: background-position 300ms ease;
    transition: background-position 300ms ease;
}
a#fbIcon:hover {
	background-position: center bottom;
	-webkit-transition: background-position 300ms ease;
    -moz-transition: background-position 300ms ease;
    -ms-transition: background-position 300ms ease;
    -o-transition: background-position 300ms ease;
    transition: background-position 300ms ease;
}
a#outsidersIcon {
	width: 72px;
	height: 59px;
	display: inline-block;
	background-image: url('../images/outsidersIcon.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 0 0 13px;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	-webkit-transition: background-image 300ms ease;
    -moz-transition: background-image 300ms ease;
    -ms-transition: background-image 300ms ease;
    -o-transition: background-image 300ms ease;
    transition: background-image 300ms ease;
}
a#outsidersIcon:hover {
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.separator {
	width: 2px;
	height: 59px;
	display: inline-block;
	background-color: #000;
	margin: 0 0 0 60px;
}
#copyright {
	float: right;
	font-family: Open Sans;
	padding: 17px 0 0 0;
}

.footer__free-estimate {
	position: absolute;
	left: 50%;
	top: 42px;
	width: 306px;
	transform: translateX(-50%);
}