/*
	Template name: RSO Theme GRAN
*/

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index: 999999999;
	overflow: hidden !important;
}

#preloader img {
	position: absolute;
	top: 35.233160621761655vh;
	left: 1.0416666666666665vw;
	right: 0;
	margin: 0 auto;
	opacity: 0.7;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	/*background-image:url('../images/preloader.gif');*/
	background-repeat:no-repeat;
	background-position:center;
	margin:-10.362694300518134vh 0 0 -100px;
}

body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden !important;
}

strong {
	font-weight: 700;
}

a.site-logo {
	position: absolute;
	display: inline-block;
	top: 13px;
	left: 30px;

	width: 15.989583333333332vw;
	z-index: 100;
}

.page-title > span {
	float: right;
}

a.post-edit-link {
	color: #6b6b6b !important;
	text-decoration: none;
}

.clear {
	margin: 0px;
	padding: 0px;
}

#gran-page {
	position: relative;
	clear: both;
	overflow: hidden;
}

/*.hidden-element {
	opacity: 0;
}

.visible-element {
	opacity: 1;
}*/

.fancybox-dark-overlay {
	opacity: 0.95;
}

/* ===========================================
   SmoothState styling
   =========================================== */

.m-scene .scene-main {
  -webkit-animation-duration: .25s;
          animation-duration: .25s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.m-scene .scene-main--fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.m-scene.is-exiting .scene-main {
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
}
.m-scene .scene-nav {
  -webkit-animation-duration: .25s;
          animation-duration: .25s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: width;
          animation-name: width;
}
.m-scene.is-exiting .scene-nav {
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes width {
  0% {
    width: 300px;
  }
  100% {
    width: 50vw;
  }
}
@keyframes width {
  0% {
    width: 300px;
  }
  100% {
    width: 50vw;
  }
}

/* TOP MENU */

.top-nav {
	position: relative;
	background: #333333;
	height: 8.808290155440414vh;
	z-index: 99;
}

.top-nav nav {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.top-nav nav span.contact {
	position: absolute;

	top: 2.072538860103627vh;
	left: -15.020833333333334vw;
}

.top-nav nav span.contact a {
	width: auto !important;
	height: auto !important;
	background: none !important;
	line-height: inherit !important;
	padding: 0px !important;
	color: #ffbe33;
	font-size: 3.2124352331606216vh;
	font-weight: 900;
}

.top-nav nav span.contact i {
	margin-right: 0.5208333333333333vw;
	color: #fcc41e;
}

.top-nav li {
	border-right: 0.052083333333333336vw solid #5c5c5c;
	margin: 0px;
	padding: 0px;
	float: left;
}

.top-nav li:last-child {
	border-right: none;
}

.top-nav a {
	font-weight: 700;
	font-size: 1.6580310880829014vh;
	position: relative;
	display: block;
	width: 8.541666666666666vw;
	height: 8.808290155440414vh;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 8.808290155440414vh;
	text-decoration: none;

	letter-spacing: 0.052083333333333336vw;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Menu Backgrounds */

.top-nav li.active a {
	background-color: rgba(246, 184, 2, 1);
}

.top-nav li.current-menu-item a {
	background-color: rgba(246, 184, 2, 0.7);
}

.top-nav li.current-page-ancestor a {
	background-color: rgba(246, 184, 2, 0.7);
}

.subpage-footer .bottom .menu li.current-menu-item a {
	color: #FFF;
}

.subpage-footer .bottom .menu li.current-page-ancestor a {
	color: #FFF;
}

.footer .bottom .menu li.current-menu-item a {
	color: #FFF;
}


.top-nav li:nth-child(1) {
	background: url('../images/menu/item_1.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}

.top-nav li:nth-child(2) {
	background: url('../images/menu/item_2.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}

.top-nav li:nth-child(3) {
	background: url('../images/menu/item_3.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}

.top-nav li:nth-child(4) {
	background: url('../images/menu/item_4.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}

.top-nav li:nth-child(5) {
	background: url('../images/menu/item_5.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}

.top-nav a:hover {
	background: rgba(246, 184, 2, 0.7);
}

/* Top Nav Scrolled */

.top-nav.scrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
}

.top-nav.scrolled.visible {
	visibility: visible;
}

.top-nav.visible {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 1 !important;
}

.top-nav.scrolled .scrolled-socials {
	visibility: visible;
	opacity: 1;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.top-nav .scrolled-socials {
	visibility: hidden;
	opacity: 0;
}

.top-nav .scrolled-logo {
	opacity: 0;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.top-nav.scrolled .scrolled-logo {
	opacity: 1;
}

.scrolled-logo {
	position: absolute;
	top: 0.6217616580310881vh;
	left: 2.083333333333333vw;
	opacity: 1;
}

.scrolled-logo a:hover {
	background: none !important;
}

.scrolled-socials ul {
	position: absolute;
	top: 2.5906735751295336vh;
	left: 34.89583333333333vw;
}

.scrolled-socials ul li:nth-child(2) {
	position: relative;
	top: 0.20725388601036268vh;
	margin-left: 1.5625vw;
}

.scrolled-socials ul li {
	background: none !important;
	border: none !important;
	width: 1.5104166666666667vw !important;
}

.scrolled-socials ul li a {
	width: auto !important;
	background: transparent !important;
	height: auto !important;
}

/* SECTION: TOP */

.top-section {
	z-index: 101;
}

.top-section div {
	float: left;
}

.top-section .left {
	position: relative;
	top: -8.808290155440414vh;
	background: url('../images/top/left_bg.png');
	width: 100%;
	height: 92.02072538860104vh;

	background-repeat: no-repeat;

	-webkit-background-size: cover !important;
	background-size: cover !important;

	z-index: 99;
}

.top-section .car-banner {
	position: absolute;
	top: 8.290155440414509vh;
	left: 1.8229166666666667vw;

	width: 59.739583333333336vw;

	z-index: 0;
}

.top-section .socials ul {
	position: absolute;
	top: 2.383419689119171vh;
	right: 3.125vw;
}

.top-section .socials ul li {
	display: inline-block;
	margin-right: 1.7187500000000002vw;
	width: 1.9791666666666665vw;
	padding: 0px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-section .socials ul li:hover {
	
	-webkit-box-shadow: 0px 0px 1.0362694300518136vw 0px rgba(255,255,255, 0.3);
	-moz-box-shadow: 0px 0px 1.0362694300518136vw 0px rgba(255,255,255, 0.3);
	box-shadow: 0px 0px 1.0362694300518136vw 0px rgba(255,255,255, 0.3);
}


/* PRAWY PANEL */

.top-section .right {
	position: relative;
	top: 0;
	width: 100%;
	height: 92.02072538860104vh;
	
	background-repeat: no-repeat !important;
	-webkit-background-size: 100% !important;
	background-size: 100% !important;
}

.top-section .right span.email {
	position: absolute;
	top: 3.1088082901554404vh;
	right: 2.083333333333333vw;
}

.top-section .right span.email a {
	font-size: 2.1761658031088085vh;
	font-weight: 300;
	color: #1a1a1a;
	text-decoration: none;
}

.top-section .right span.email i {
	margin-right: 1.3471502590673576vh;
	color: #ffc032;
}

.top-section .right img.gran-logotype {
	position: absolute;
	top: 13.471502590673575vh;
	right: 10.416666666666668vw;
}

.top-section .box-content {
	position: absolute;
	// top: 13.471502590673575vh;
	top: 12.435233160621761vh;
	right: 5.729166666666666vw;
	width: 27.708333333333336vw;
	color: #383838;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.072538860103627vh;
	z-index: 100;
}

.top-section .box-content p {
	text-shadow: 0px 0px 1.0416666666666665vw rgba(255, 255, 255, 1);
}

.top-section .box-content strong {
	display: block;
}

.top-section .box-content img.mecalac {
	width: 7.916666666666666vw;
}

.top-section .box-content ul.icons {
	position: relative;
	top: 3.1088082901554404vh;
}

.top-section .box-content ul.icons li > img {
	margin: 0px 0.78125vw;
	padding: 0px;
}

.top-section .box-content ul.icons li:nth-child(1) > img {
	width: 2.2916666666666665vw;
}

.top-section .box-content ul.icons li:nth-child(2) > img {
	width: 2.65625vw;
}

.top-section .box-content ul.icons li:nth-child(3) > img {
	width: 2.3958333333333335vw;
}

/*
******************************************************************
*	SECOND SECTION
******************************************************************
*/

.second-section {
	position: relative;
	top: -15.544041450777202vh;
	left: 0;
	right: 0;
	z-index: 99;
	/*overflow: hidden;*/
}

.second-section > div {
	padding: 0px;
}

/* Columns */

.second-section div span {
	position: absolute;
	top: 0.10362694300518134vh;
	right: 0;
	bottom: 0;
}

.second-section div span > span {
	position: absolute;
	top: 36.26943005181347vh;
	/*left: 2.083333333333333vw;
	right: 2.083333333333333vw;*/
	left: 0;
	right: 0;
	bottom: auto;

	color: #FFF;
	font-size: 2.2797927461139897vh;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;

	overflow: hidden;
}

.second-section div span > span img {
	width: auto;
	margin: 0 auto;
	position: relative;
	top: 1.0362694300518136vh;
}

.second-section div span > span strong {
	display: block;
	font-weight: 900;
	font-size: 4.145077720207254vh;
}

.second-section div span > img {
	width: 31.197916666666664vw;
}

.second-section .column-1 {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	position: relative;
	top: -0vh;
	overflow: hidden;
	width: 33.333%;
	height: 91.91709844559585vh;
	float: left;
}

.second-section .column-2 {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	position: relative;
	top: -6.528497409326425vh;
	overflow: hidden;
	width: 33.333%;
	height: 91.91709844559585vh;
	float: left;
}

.second-section .column-3 {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	position: relative;
	top: -13.160621761658032vh;
	overflow: hidden;
	width: 33.333%;
	height: 91.91709844559585vh;
	float: left;
}

/* Hovers */

.second-section > div span img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.second-section > div img.hover {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.second-section > div a > span > img.hover {
	opacity: 0;
}

.second-section > div a:hover > span > img.hover {
	opacity: 1;
}

.second-section > div a:hover > span > img.first {
	opacity: 1;
}

/*
******************************************************************
*	THIRD SECTION
******************************************************************
*/

body.home .third-section {
	top: -16.544041450777202vh;
}

.third-section {
	position: relative;
	clear: both;
	top: -14.544041450777202vh;
	left: 0;
	right: 0;
	z-index: 110;
}

.boxes {
	clear: both;
	z-index: 110;
}

.boxes > div {
	position: relative;
	padding: 0px;
	z-index: 0;
}

.boxes > div > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 22.96875vw;
	background: red;

	-webkit-background-size: cover !important;
	background-size: cover !important;

	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.boxes > div > a span {
	opacity: 1;

	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.boxes > div > a:hover span {
	opacity: 0;
}

.boxes > div:nth-child(1) {
	position: relative;
	top: -3.316062176165803vh;
}


.boxes > div:nth-child(2) {
	position: relative;
	top: -6.632124352331606vh;
}


.boxes > div:nth-child(3) {
	position: relative;
	top: -9.94818652849741vh;
}


.boxes > div:nth-child(4) {
	position: relative;
	top: -13.264248704663212vh;
}


.boxes > div:nth-child(5) {
	position: relative;
	top: -16.580310880829018vh;
}


.boxes > div:nth-child(6) {
	position: relative;
	top: -19.89637305699482vh;
}


.boxes > div > a > span {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 22.96875vw;
	text-align: center;
	width: 100%;
}

.boxes > div > a > span > p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	color: #FFF;
	font-weight: 900;
	font-size: 3.1088082901554404vh;
	text-transform: uppercase;
	line-height: 3.730569948186528vh;
	padding: 0px 1.3020833333333335vw;
}

/* FOOTER */

.footer {
	clear: both;
	height: 37.82383419689119vh;
	width: 100%;
	left: 0;
	right: 0;
	background: red;
	z-index: -100;
	overflow: hidden;
	
}

/* FOOTER LEFT COLUMN */

.footer .left-column {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 37.82383419689119vh;
	background: #FFF url('../images/solid_footer_bg.png') repeat;
}

.footer a {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

/* Footer Left Column Top */

.footer .top ul.socials {
	position: absolute;
	/*top: 29.015544041450774vh;*/
	top: 27.015544041450774vh;
	left: 1.0416666666666665vw;
}

.footer .top ul.socials img {
	width: 1.25vw;
}

.footer .top ul.contacts {
	position: absolute;
	/*top: 28.186528497409324vh;*/
	top: 25.906735751295333vh;
	left: 15.104166666666666vw;
	color: #FFF;
	font-size: 2.6943005181347153vh;
	font-weight: 300;
}

.footer .top ul.contacts li:nth-child(1) {
	margin-right: 6.25vw;
}

.footer .top ul.contacts i {
	color: #ffc032;
	margin-right: 0.7291666666666666vw;
}

.footer .top ul.contacts a {
	text-decoration: none;
	color: #FFF;
}

.footer .top ul.text {
	position: absolute;
	/*top: 23.316062176165804vh;*/
	top: 20.932642487046632vh;
	right: 1.0416666666666665vw;
	color: #FFF;
	font-size: 1.5544041450777202vh;
	font-weight: 500;
}

.footer .top ul.text li {
	margin-bottom: 0.41450777202072536vh;
}

.footer .top ul.text li:nth-child(1) {
	font-size: 1.865284974093264vh;
	color: #ffb631;
	font-weight: 700;
}

.footer .top ul.text li {
	text-align: right;
}

/* Footer Left Column Bottom */

.footer .left-column .bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: transparent;

	border-top: 0.10362694300518134vh solid #555555;

	font-size: 1.2435233160621761vh;
	text-transform: uppercase;
	color: #989898;

	height: 4.145077720207254vh;
	line-height: 4.145077720207254vh;
}

.footer .left-column .bottom a {
	text-decoration: none;
	color: #ffd44b;
	font-weight: 700;
}

.footer .left-column .bottom .copyrights {
	position: absolute;
	top: 0px;
	left: 1.0416666666666665vw;
}

.footer .left-column .bottom .copyrights a > span {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.footer .left-column .bottom .copyrights a > span {
	color: #91b614;
}

.footer .left-column .bottom .copyrights a:hover > span {
	color: #FFF;
}

.footer .left-column .bottom .copyrights a:hover {
	color: #FFF;
}

.footer .left-column .bottom .menu {
	position: absolute;
	top: 0px;
	right: 1.0416666666666665vw;
}

.footer .left-column .bottom .menu a {
	color: #989898;
	font-weight: 900;
	margin: 0px 1.5625vw;
}

.footer .left-column .bottom .menu li:last-child a {
	margin: 0px 0px 0px 1.5625vw;
}

.footer .left-column .bottom .menu a:hover {
	color: #FFF;
}

.footer .left-column .bottom .menu ul li.active a {
	color: #fcc41e;
}

/* FOOTER RIGHT COLUMN */

.footer .right-column {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFF;
	height: 37.82383419689119vh;
}

.footer .right-column a {
	display: block;
	margin: 0 auto;
}

.footer .right-column img {
	position: relative;
	top: 18.65284974093264vh;
	width: 20.052083333333336vw;
	margin: 0 auto;
}

/*
******************************************************************
*	PAGES TEMPLATE
******************************************************************
*/

body.page #gran-page {
	overflow: visible;
}

.pages {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 91.222vh;
}

.left-column-pages {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 33.3333%;
	height: 100vh;
	background: url('../images/pages/left_column_bg.jpg') no-repeat;

	-webkit-background-size: cover !important;
	background-size: cover !important;

	z-index: 1000;
}

.left-column-pages .socials {
	position: absolute;
    top: 2.383419689119171vh;
    right: 3.125vw;
}

.left-column-pages .socials ul li {
	display: inline-block;
	margin-right: 1.7187500000000002vw;
	width: 1.9791666666666665vw;
	padding: 0px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.left-column-pages .socials ul li:hover {
	
	-webkit-box-shadow: 0px 0px 1.0362694300518136vw 0px rgba(255,255,255, 0.3);
	-moz-box-shadow: 0px 0px 1.0362694300518136vw 0px rgba(255,255,255, 0.3);
	box-shadow: 0px 0px 1.0362694300518136vw 0px rgba(255,255,255, 0.3);
}

.left-column-pages img.left-col-koparka {
	position: absolute;
	top: 24.870466321243523vh;
	left: -10.15625vw;
	width: 45.364583333333336vw;
}

.left-column-pages a.ceidg-logo {
	position: absolute;
	bottom: 2.072538860103627vh;
	left: 1.0416666666666665vw;

	width: 11.09375vw;
}

/* Page: TITLE */

.left-column-pages .page-title {
	background: #6b6b6b;
	color: #FFF;
	text-transform: uppercase;

	position: absolute;

	top: 17.098445595854923vh;
	right: -1.0416666666666665vw;

	padding: 0px 2.604166666666667vw;
	font-size: 2.6943005181347153vh;
	font-weight: 900;

	height: 6.010362694300518vh;
	line-height: 6.010362694300518vh;
}

.left-column-pages .page-title:after {
	position: absolute;
	top: 6.010362694300518vh;
	right: 0;
	display: block;
	background: url('../images/pages/page_title_bottom_img.png');
	width: 1.3020833333333335vw;
	height: 1.2435233160621761vh;
	content: '';
}

.pages .right-column {
	position: absolute;

	background: url('http://granlublin.pl/wp-content/uploads/2016/09/right_bg.png') no-repeat;
	-webkit-background-size: cover !important;
	background-size: cover !important;

	top: 0px;
	right: 0px;
	width: 66.6666%;
	height: 100%;
	padding: 0px;

	overflow-y: scroll;
}

.pages .right-column .page-content {
	padding: 5.181347150259067vh 3.125vw;
}

.pages h1.page-title {
	color: #dfb32c;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: 900;
	font-size: 21px;
}

/* RIGHT SECTION BOXES */

.bottom-modules {
	position: relative;
	top: 10.290155440414509vh;
}

.bottom-modules .boxes {
	z-index: 0;
	height: 3.1088082901554404vh !important;
}

.bottom-modules .boxes > div > a {
	height: 30.569948186528496vh !important;
}

.bottom-modules .boxes > div > a > span {
	height: 30.569948186528496vh !important;
}

.bottom-modules .boxes > div > a > span > p {
	height: 30.569948186528496vh !important;
	font-size: 1.9689119170984457vh !important;
	line-height: 2.6943005181347153vh !important;
}

/* Pozycje Boxów */

.bottom-modules .boxes img.top_mask {
	position: absolute;
	top: -10.416666666666668;
	left: 0px;
	right: 0px;
	z-index: 1000;
}

.bottom-modules .boxes > div:nth-child(1) {
	top: 0px !important;
}

.bottom-modules .boxes > div:nth-child(2) {
	top: -2.1761658031088085vh !important;
}

.bottom-modules .boxes > div:nth-child(3) {
	top: -4.352331606217617vh !important;
}

.bottom-modules .boxes > div:nth-child(4) {
	top: -6.528497409326425vh !important;
}

.bottom-modules .boxes > div:nth-child(5) {
	top: -8.704663212435234vh !important;
}

.bottom-modules .boxes > div:nth-child(6) {
	top: -10.880829015544041vh !important;
}

/* PAGE CONTENT */

.page-content {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	overflow: hidden;
}

.page-content strong {
	font-weight: 900 !important;
}

.page-content ul {
	list-style: none;
	margin: 20px 0px;
}

.page-content ul > li {
	margin-bottom: 4px;
}

.page-content li:before {    
	font-family: 'FontAwesome';
	content: '\f058';
	margin: 0 5px 0 -40px;
	color: #000;
}

/* SUBPAGE FOOTER */

.subpage-footer {
	background: #FFF url('../images/solid_footer_bg.png') repeat;

	height: 39.37823834196891vh;
	width: 100%;
}

.subpage-footer a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.subpage-footer .top {
	position: absolute;
	/*top: 4.145077720207254vh;*/
	top: 0;
	left: 1.3020833333333335vw;
	right: 1.3020833333333335vw;
}

.subpage-footer .top ul.socials {
	position: absolute;
	top: 29.015544041450774vh;
	left: 1.0416666666666665vw;
}

.subpage-footer .top ul.socials img {
	width: 1.25vw;
}

.subpage-footer .top ul.contacts {
	position: absolute;
	top: 28.186528497409324vh;
	left: 15.104166666666666vw;
	color: #FFF;
	font-size: 2.6943005181347153vh;
	font-weight: 300;
}

.subpage-footer .top ul.contacts li:nth-child(1) {
	margin-right: 6.25vw;
}

.subpage-footer .top ul.contacts i {
	color: #ffc032;
	margin-right: 0.7291666666666666vw;
}

.subpage-footer .top ul.contacts a {
	text-decoration: none;
	color: #FFF;
}

.subpage-footer .top ul.text {
	position: absolute;
	top: 23.316062176165804vh;
	right: 1.0416666666666665vw;
	color: #FFF;
	font-size: 1.5544041450777202vh;
	font-weight: 500;
}

.subpage-footer .top ul.text li {
	margin-bottom: 0.41450777202072536vh;
}

.subpage-footer .top ul.text li:nth-child(1) {
	font-size: 1.865284974093264vh;
	color: #ffb631;
	font-weight: 700;
}

.subpage-footer .top ul.text li {
	text-align: right;
}

/* Footer Left Column Bottom */

.subpage-footer .bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: transparent;

	border-top: 0.10362694300518134vh solid #555555;

	font-size: 1.2435233160621761vh;
	text-transform: uppercase;
	color: #989898;

	height: 4.145077720207254vh;
	line-height: 4.145077720207254vh;
}

.subpage-footer .bottom a {
	text-decoration: none;
	color: #ffd44b;
	font-weight: 700;
}

.subpage-footer .bottom .copyrights {
	position: absolute;
	top: 0px;
	left: 1.0416666666666665vw;
}

.subpage-footer .bottom .copyrights a > span {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.subpage-footer .bottom .copyrights a > span {
	color: #91b614;
}

.subpage-footer .bottom .copyrights a:hover > span {
	color: #FFF;
}

.subpage-footer .bottom .copyrights a:hover {
	color: #FFF;
}

.subpage-footer .bottom .menu {
	position: absolute;
	top: 0px;
	right: 1.0416666666666665vw;
}

.subpage-footer .bottom .menu a {
	color: #989898;
	font-weight: 900;
	margin: 0px 1.5625vw;
}

.subpage-footer .bottom .menu li:last-child a {
	margin: 0px 0px 0px 1.5625vw;
}

.subpage-footer .bottom .menu a:hover {
	color: #FFF;
}

.subpage-footer .bottom .menu ul li.active a {
	color: #fcc41e;
}

/* Absolute Footer */

.bottom-modules.absolute {
	position: absolute;
	top: initial;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/* Galleries */

.gallery {
	margin: 20px auto 0px auto !important;
	display: block;
}

.gallery br {
	display: none;
}

.gallery-item {
	margin: 0px !important;
}

.gallery-item img {
	border: none !important;
	margin: 0px auto !important;
	width: 100%;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.gallery-item dt {
	overflow: hidden;
	border: 1px solid #FFF !important;
}

.gallery-item a:hover img {
	transform: scale(0.95);
}

dl.gallery-item a {
	display: block;
	position: relative;
}

dl.gallery-item a .opacity i {
	color: #FFF !important;
	font-size: 4.974093264248705vh;
	/*line-height: 25.906735751295333vh;*/
	position: absolute;
	bottom: 2.072538860103627vh;
	right: 1.0416666666666665vw;
	opacity: 0.5;
}

dl.gallery-item a .opacity {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	opacity: 0;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}

dl.gallery-item a:hover .opacity {
	opacity: 0.9;
}

/* jPages */

.page-content .holder {
	position: relative;
	overflow: hidden;
	text-align: center;
	clear: both;

	top: 15px;
}

.page-content .holder span {
	font-size: 14px;
}

.page-content .holder a {
	color: #8f8f8f;
	font-size: 15px;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.page-content .holder a:hover {
	background: none !important;
	color: inherit !important;
	font-weight: 900;
	text-decoration: none;
}

.page-content .holder a.jp-current:hover {
	background: none !important;
	color: #d1a509 !important;
	font-weight: 700;
	text-decoration: none;
}

.page-content .holder a.jp-current {
	color: #d1a509;
	font-weight: 700;
}

.page-content .holder a.jp-previous {
	margin: 0px 5px;
}

.page-content .holder a.jp-next {
	margin: 0px 5px;
}

.page-content .holder a.jp-previous:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f137';
	color: #FFF;
	background: #ffd335;
	padding: 3px 6px;
	cursor: pointer;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.page-content .holder a.jp-previous:hover:after {
	background: #989898;
}

.page-content .holder a.jp-next:after {
	font-family: "FontAwesome";
	display: inline-block;
	content: '\f138';
	color: #FFF;
	background: #989898;
	padding: 3px 6px;
	cursor: pointer;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.page-content .holder a.jp-next:hover:after {
	background: #ffd335;
}

.page-content a {
	color: inherit;
	font-weight: 700;
}

/* ACF Google Map */

.acf-map {
	width: 100%;
	height: 302px !important;
	border: 1px solid #6b6b6b !important;
	margin: 0 auto !important;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* Contact Form Styles */

.contactform {
	display: block;
	width: 100%;
	padding: 0px;
}

.contactform > div {
	padding: 0px;
}

.contactform > div:nth-child(3) {
	padding-right: 15px;
}

.contactform input {
	display: block;
	width: 100%;
	height: 41px;
	padding: 0px 15px;
	margin-bottom: 15px;
	border: 1px solid #6b6b6b;

	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	outline: none;

	cursor: pointer;
}

.contactform input:focus {
	font-weight: 700;
	color: #000;
}

.contactform textarea {
	height: 190px;
	resize: none;
	width: 100%;
	border: 1px solid #6b6b6b;
	color: #000;
	font-weight: 500;
	padding: 15px;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
}

.contactform textarea:focus {
	font-weight: 700;
	color: #000;
}

::-webkit-input-placeholder {
	color:    color: rgba(72,72,72, 0.3);
}
:-moz-placeholder {
   color:    color: rgba(72,72,72, 0.3);
   opacity:  1;
}
::-moz-placeholder {
   color:    color: rgba(72,72,72, 0.3);
   opacity:  1;
}
:-ms-input-placeholder {
   color:    color: rgba(72,72,72, 0.3);
}

.contactform input.wpcf7-submit {
	display: block;
	width: 90px;
	height: 30px;
	text-transform: uppercase;
	margin: 0 auto;
	font-size: 13px;
	border: 1px solid #FFF;
	font-weight: 500;
	color: #6b6b6b;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0, 0.5);

	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;

	position: relative;
	top: 15px;

}

.contactform input.wpcf7-submit:hover {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(173,173,173,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(173,173,173,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(173,173,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#adadad',GradientType=0 );
}

/* Alerty */

.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-response-output {
	margin: 0px auto 15px auto !important;
	padding: 5px 10px !important;
	font-weight: 500 !important;
	font-size: 13px !important;
}

div.wpcf7-validation-errors {
	border: 1px solid #FFF !important;
	background: #cc0000 !important;
	color: #FFF !important;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #FFF !important;
	background: #398f14 !important;
	color: #FFF !important;
}

.kontakt_page_content {
	padding: 40px 0px;
}

/*
******************************************************************
*	RWD STYLES
******************************************************************
*/

@media all and (max-width: 992px) {

	#gran-page {
		padding-top: 55px;
	}

}

/* TOP MENU */

.rwd-menu {
	position: fixed;
	background: #323232;
	top: 0px;
	left: 0px;
	right: 0px;

	padding: 10px;

	z-index: 999999;
}

@media (min-width: 768px) {
	.rwd-menu .navbar-collapse.collapse {
		display: none !important;
	}

	.rwd-menu .navbar-collapse.collapse.in {
		display: block !important;
	}
}

.rwd-menu #navbar li.current_page_item a {
	color: #FFF !important;
}

.rwd-menu .menu-btn {
	position: relative;
	display: inline-block;

	color: #000;
	background: #FFF;
	text-align: center;
	cursor: pointer;

	padding: 5px 10px;
}

.rwd-menu .menu-btn i {
	font-size: 24px;
}

.rwd-menu .contacts {
	display: block;
	float: right;
	color: #FFF;
	font-size: 23px;
}

.rwd-menu .contacts a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #ffbe33;
	font-weight: 700;
	top: 4px;
}

.rwd-menu .contacts i {
	margin-right: 10px;
}

/* Menu Styles */

.rwd-menu #navbar {
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
}

.rwd-menu .navbar-collapse {
	border: none;
	box-shadow: none;
}

.rwd-menu #navbar li {
	display: block;
	padding: 0px;
	margin: 0px;
	float: none;
}

.rwd-menu #navbar li:last-child a {
	border-bottom: none;
}

.rwd-menu #navbar a {
	display: block;
	color: #ffbe33;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 900;
	border-bottom: 1px dashed rgba(255,255,255, 0.5);
}

.rwd-menu .socials {
	position: absolute;
	top: 16px;
	left: 58px;
}

.rwd-menu .socials li {
	position: relative;
	display: inline-block;
	width: 36px;
}

.rwd-menu .socials li:nth-child(2) {
	top: 1px;
}

/* Frontpage: rwd-top-section */

.rwd-top-section .box-content {
	padding: 15px;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.rwd-top-section {
	border-bottom: 1px solid #CCC;
}

.rwd-top-section .box-content img.mecalac {
	margin-top: 20px;
}

.rwd-top-section .box-content ul.icons {
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Frontpage: rwd-second-section */

.rwd-second-section {
	border-bottom: 1px solid #CCC;
}

.rwd-second-section > div {

	display: table;
	width: 100%;

	background-position: center center !important;
    background-repeat: no-repeat !important;

    -webkit-background-size: cover !important;
    background-size: cover !important;

	min-height: 200px;
	padding: 15px;
}

.rwd-second-section > div > a {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 30px;
    font-size: 18px;
    text-decoration: none;

    background: rgba(0,0,0, 0.9);

    color: #FFF;
}

.rwd-second-section > div p {
	margin: 0px;
}

.rwd-second-section > div:nth-child(1) {
	background-color: #f9c21a;
}

.rwd-second-section > div:nth-child(2) {
	background-color: #626262;
}

@media all and (min-width: 771px) {
	.rwd-second-section > div:nth-child(2) {
		width: 50%;
	}

	.rwd-second-section > div:nth-child(3) {
		width: 50%;
	}
}

.rwd-second-section > div:nth-child(3) {
	background-color: #2267b7;
}

.rwd-second-section img {
	display: block;
	margin: 15px auto 0px auto;
	width: 200px !important;
	height: inherit;
}

/* Frontpage: rwd-third-section */ 

.rwd-third-section > div {
	position: relative;
	display: table;
	width: 100%;

	min-height: 170px;
	padding: 0px;

	background-position: center center !important;
    background-repeat: no-repeat !important;

    -webkit-background-size: cover !important;
    background-size: cover !important;
}

@media all and (min-width: 771px) {
	.rwd-third-section > div {
		width: 50%;
		float: left;
	}
}

.rwd-third-section > div > a {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    font-size: 16px;
    text-decoration: none;

    color: #FFF;
}

.rwd-third-section p {
	margin: 0px;
	padding: 0px;

	background: rgba(0,0,0, 0.4);
	padding: 20px;
	margin: 0px 25px;
}

/* Frontpage: rwd-footer */

.rwd-footer {
	background: #CCC;
	clear: both;
}

.rwd-footer .ceidg-logo {
	background: #FFF;
	padding: 15px;
}

.rwd-footer .ceidg-logo a {
	display: block;
	text-align: center;
}

.rwd-footer .ceidg-logo img {
	margin: 0 auto;
}

.rwd-footer .contacts {
	padding-top: 10px;
	background: #2f2f2f;
}

.rwd-footer .contacts i {
	color: #FFF;
	display: inline-block;
	font-size: 18px;
}

.rwd-footer .contacts a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	padding: 10px;
	text-decoration: none;
}

.rwd-footer .text {
	background: #2f2f2f;
	color: #e9aa05;
	font-weight: 900;
	font-size: 16px;
	padding: 15px;
}

.rwd-footer ul.copyrights {
	background: #2469b9;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
	padding: 15px;
}

.rwd-footer ul.copyrights a {
	text-decoration: none;
	color: inherit;
}

/* Subpages */

@media all and (max-width: 991px) {
	.pages .right-column {
		width: 100%;
		overflow: inherit;

	}

	.kontakt_page_content {
		padding: 15px;
	}

	.contactform > div:nth-child(3) {
		padding: 0px;
		margin-top: 15px;
	}

	body.page-template-kontakt_tmpl .pages .right-column .page-content {
		padding: 0px;
	}

	body.page-template-kontakt_tmpl .pages .right-column .page-content h4 {
		font-size: 16px;
	}

	.pages .right-column .page-content {
		padding: 15px;
	}

	.page-content ul {
		padding: 0px;
	}

	.page-content li:before {
		margin: 0px 10px;
	}

	.page-content h3 {
		font-size: 21px;
    	line-height: 28px;
	}

	.page-content p {
		text-align: justify;
	}

	.contactform input.wpcf7-submit {
		margin-bottom: 35px;
	}
}

/*
*********************************************************
BOXES v2 FRONTPAGE
*********************************************************
*/

.shapes-container {
	position: absolute;

	top: -6.25vw;

	left: 0px;
	right: 0px;

	height: 20.833333333333336vw;

	transform: skewY(-5.7deg);
	overflow: hidden;
	
	/*background-color: #777;*/
}

body.page-template-kontakt_tmpl .shapes-container.subpage {
	top: -4vw;
}

.shapes-container.subpage {
	top: -4.6875vw;
	height: 13.833333333333336vw;
	background-color: transparent;
}

.shapes-container .item {
	position: relative;
	top: -2.072538860103627vh;

	float: left;
	width: 16.666666666666666666666667%;
	height: 23.833333333333336vw;

	transform: skewY(5.7deg);

	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;

	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.shapes-container.subpage .item {
	height: 15.833333333333336vw;
}

.shapes-container .item .opacity {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
}

.shapes-container .box-link {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	text-decoration: none !important;
}

.shapes-container .box-link span {
	display: table;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.shapes-container .box-link span > span.text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;

	font-weight: 900;
    font-size: 3.1088082901554404vh;
    text-transform: uppercase;
    padding: 0px 1.3020833333333335vw;
}

.shapes-container.subpage .box-link span > span.text {
	font-size: 1.9689119170984457vh !important;
    line-height: 2.6943005181347153vh !important;
}

.shapes-container a > span {

	opacity: 1;

	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.shapes-container a:hover > span {
	opacity: 0;
}

/* Shapes Container Second */

.shapes-container-second {
	position: relative;

	top: -12.291666666666666vh;

	left: 0px;
	right: 0px;

	height: 92.70833333333334vh;

	transform: skewY(-5.7deg) translate3d( 0, 0, 0);
	
	overflow: hidden;
	/*background: #777*/;
	margin-top: 8.854166666666668vh;

}

.shapes-container-second .item {
	position: relative;
	top: -4.166666666666666vh;

	float: left;
	width: 33.3333334%;
	height: 102vh;

	/*overflow: hidden;*/

	transform: skewY(5.7deg);

	-webkit-background-size: cover !important;
	background-size: cover !important;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.shapes-container-second .item.item-1 {
	background: url('../images/larges/large_1.jpg') center center no-repeat;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.shapes-container-second .item.item-2 {
	background: url('../images/larges/large_2.jpg') center center no-repeat;
}

.shapes-container-second .item.item-3 {
	background: url('../images/larges/large_3.jpg') center center no-repeat;
}

.shapes-container-second .item .opacity {
	position: absolute;
	top: 0px;
	left: 5%;
	right: 0px;
	height: 90%;

	background: #000;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

	transform: skewY(-5.7deg) translate3d( 0, 0, 0);
}

.shapes-container-second .item.item-1 .opacity {
	background: rgba(250,186,30, 0.75);
}

.shapes-container-second .item.item-1:hover .opacity {
	background: rgba(250,186,30, 0.95);
}

.shapes-container-second .item.item-2 .opacity {
	background: rgba(0,0,0, 0.6);
}

.shapes-container-second .item.item-2:hover .opacity {
	background: rgba(0,0,0, 0.95);
}

.shapes-container-second .item.item-3 .opacity {
	background: rgba(0,86,182, 0.75);
}

.shapes-container-second .item.item-3:hover .opacity {
	background: rgba(0,86,182, 0.95);
}

.shapes-container-second .item .opacity > a {
	transform: skewY(5.7deg) translate3d( 0, 0, 0);
}

.shapes-container-second .box-link {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	text-decoration: none !important;
}

.shapes-container-second .box-link span {
	display: table;
	width: 100%;
	height: 100%;
	color: #FFF;

	opacity: 1;
}

.shapes-container-second .box-link span > span.text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.9166666666666665vh;

	padding: 0px 2.604166666666667vw;
}

/* SEO Changes */

.footer {
	height: 65.82383419689119vh;
	background: transparent;
}

.footer .left-column {
	height: 65.82383419689119vh;
}

.footer .left-column .txt {
	position: absolute;
	top: 15.885416666666668vw;
	left: 1.3020833333333335vw;
	right: 1.3020833333333335vw;
	color: #FFF;
}

.footer .left-column .txt h1 {
	font-size: 2.6943005181347153vh;
	margin: 0.78125vw 0px;
}

.footer .left-column .txt p {
	font-size: 0.6770833333333334vw;
}

.footer .right-column {
	margin-top: 6.510416666666667vw;
}