/* CSS of Web Site Pelsiter Guides, created and design by BitWebMK*/


@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700");
body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 30px;
}
.bold-text {
	font-weight: 600;
}
.upper-text {
	text-transform: uppercase;
	font-weight: 600;
}
hr {
	margin: 0 auto;
	width: 60%;
	height: 3px;
}
.yellowhr {
	background-color: #fcc465;
}
.whitehr {
	width: 8%;
	background-color: #fff;
	margin-bottom: 30px;
}
#headerPel {
	background-color: rgba(82,192,134,1.00);
}
.top-content {
	background-color: transparent;
}
.icon-styled {
	text-align: center;
}
.media > .icon-styled:first-child {
	flex-shrink: 0;
}
.top-content .media i.fa {
	background: #dbac6d;
	background: linear-gradient(to right, #dbac6d 0%, #fccc7c 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain", endColorstr="$colorMain2", GradientType=1);
	font-size: 50px;
	-webkit-text-fill-color: transparent;
}
.top-content div > span {
	display: inline-block;
}
.top-content .media .media-body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	padding-top: 9px;
}
.top-content .media .media-body span {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}
.top-content div > span {
	display: inline-block;
}
.small-text {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.top-content .media .media-body p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

@media (max-width: 1200px) {
.top-content .media .media-body p {
	font-size: 14px;
}
}

@media (max-width: 770px) {
.media {
	text-align: center;
}
}
.text-center a.logo {
	align-items: center;
	justify-content: center;
}
.top-content a.logo {
	display: inline-block;
	margin-bottom: 2px;
	margin-top: -2px;
}
a.logo img {
	display: inline-block;
	max-height: 80px;
}
.top-content .media * + .media-body, .top-content .media .media-body + * {
	margin-left: 10px;
}
.nav-item {
	text-transform: uppercase;
	font-weight: 600;
}
#header {
	background-image: url(../images/promo_pelister_guides.jpg);
	height: 650px;
	display: block;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 30% 80%;
	background-size: 100%;/*	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);*/
}
/*#header:hover {
	opacity: 0.9;
	-webkit-transform: scale(1);
	transform: scale(1);
}*/
.header-text {
	color: #fff;
	text-align: center;
	width: 80%;
	height: 70%;
	padding: 200px 50px;
	border: 4px solid #fff;
	position: absolute;
	top: 100px;
	left: 10%;
	background-color: rgba(224,224,224,0.2);
}
/*.header-text::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 3px solid #fff;
	content: '';
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.header-text:hover {
	border: 4px solid #fff;
	background-color: rgba(224,224,224,0.2);
	content: '';	
	-webkit-transform: scale(1.0);
	transform: scale(1.0);	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}*/

.header-text h1 {
	font-weight: 600;
	font-size: 50px;
	text-transform: uppercase;
	color: #fcc465;
	position: absolute;
	top: 100px;
}
.header-text p {
	margin: 50px auto;
	
	font-size: 28px;
	font-weight: 600;
/*	-webkit-transform: scale(1.5);
	transform: scale(1.5);*/
}
/*.header-text::before, .header-text p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}*/

/*.header-text:hover .header-text::before, .header-text:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}*/
/* About part */

#aboutPelister {
	overflow: visible;
}
.about-imgcover {
	background-image: url("../images/aboutPelister.jpg");
	background-position-x: 100%;
	background-position-y: 203%;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	position: absolute;
	right: 0px;
	top: 0;
	width: 50%;
}
section .top-subtitle {
	color: #fcc465;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: -36px;
	margin-top: 5px;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}
section .section-heading {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 59px;
	margin-top: 29px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
section .section-heading .back {
	font-size: 120px;
	font-weight: bolder;
	left: -5px;
	opacity: 0.05;
	position: absolute;
	text-transform: uppercase;
	top: -47px;
	z-index: -1;
}
.list-styled ul, ul.list-styled {
	color: #585149;
	list-style: none;
	padding: 0;
}
.list-styled ul li, ul.list-styled li {
	color: #3a3630;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 4px 0 6px 31px;
	position: relative;
}
.list-styled ul li:before, ul.list-styled li:before {
	color: #fcc465;
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 14px;
	left: 2px;
	position: absolute;
	top: 4px;
}
#aboutPelister .image_cover {
	background-image: url("../images/about_pelister.jpg");
	background-position-x: 30%;
	background-position-y: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	position: absolute;
	right: 100px;
	top: 0;
	width: 50%;
}
.about-images {
	position: relative;
	top: 0;
	left: 0;
}
.first-img {
	position: absolute;
	width: 65%;
	right: 100px;
	top: 60px;
	z-index: 1;
}
.second-img {
	position: absolute;
	width: 65%;
	left: 190px;
	top: 230px;
	z-index: 2;
}
.third-img {
	position: absolute;
	width: 65%;
	left: 90%;
	top: 85px;
	z-index: 3;
}
#aboutdetails {
	margin: 0;
	padding-left: -15px;
}
#aboutdetails h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 0 20px 0;
}
#aboutdetails p {
	font-size: 16px;
	line-height: 36px;
	padding: 20px 40px 20px 0;
}
.specifications {
	color: #fff;
	background-color: rgba(52,58,64,1.00);
}
.specifications i {
	vertical-align: middle;
	padding-right: 10px;
}
#feature-tours {
	background-color: #E9E9E9;
}
/* SERVICES */

#services {
	/*	background-image: url(../images/topo_bg2.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: rgba(52,58,64,1.00);
}
#services a {
	color: #fff;
}
.services-topsubtitle {
	color: #fcc465;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: -36px;
	margin-top: 5px;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}
.services-heading {
	font-size: 48px;
	margin-bottom: 59px;
	margin-top: 29px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 1;
}
.heading-white {
	color: #fff;
}
.heading-black {
	color: #000;
}
.heading-white .back {
	font-size: 120px;
	font-weight: bolder;
	left: 710px;
	opacity: 0.05;
	position: absolute;
	text-transform: uppercase;
	top: -70px;
	z-index: -1;
}
.heading-black .back {
	font-size: 120px;
	font-weight: bolder;
	left: 36%;
	opacity: 0.05;
	position: absolute;
	text-transform: uppercase;
	top: -70px;
	z-index: -1;
}
/* Sliki Efekti */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px auto;
	min-width: 320px;
	max-width: 450px;
	max-height: 600px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
/*	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;*/    /* za da raboti linkot cel so se tekst */
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	height: 40%;
	/*	background: -webkit-linear-gradient(top, rgba(219,172,109,0) 0%, rgba(219,172,109,0.8) 75%);
	background: linear-gradient(to bottom, rgba(219,172,109,0) 0%, rgba(219,172,109,0.8) 75%);*/
	background: rgba(219,172,109,0.8);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}
figure.effect-sadie h2 {
	position: absolute;
	top: 73%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, 220%, 0);
	transform: translate3d(0, 220%, 0);
}
figure.effect-sadie figcaption::before, figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
	text-transform: none;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#web_footer {
	background-image: url(../images/09.jpg);
	height: 460px;
	padding:80px 0;
	display: block;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.img-overlay {
	background-color: rgba(52,58,64,1);/* original 0.7 */
	height: 100%;
	width: 100%;
	top: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
}
.photo-credits {
	font-size: 11px;
	padding-left: 13px;
}
#web_footer h3 {
	color: #fcc465;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 30px;
}
#web_footer p {
	color: #fff;
}
.contact-icons {
	padding: 5px 0;
	color: #fff;
	font-size: 20px;
	display: inline-block;
}
.social-icons {
	color: #fff;
	text-align: center;
	display: inline-block;
}
.social-icons a {
	color: #fff;
}
.social-icons a:hover {
	color: #fcc465;
}
.quote {
	font-size: 14px;
	padding-top: 12%;
	padding-left: 20px;
	line-height: 30px;
	font-style: italic;
	text-align: right;
}
.footer-menu {
    list-style-type: none;
    text-align:center;
}
.footer-menu a {
    color:white;
    text-decoration:none;
    
}
.footer-menu a:hover {
    color:#fcc465;
    text-decoration:none;
    
}
#gallery-front {
	background-color: #E9E9E9;
}
.pel-gallery {
	padding-top: 40px;
}
/* Override bootstrap column paddings */
.pel-gallery .row > div {
	padding: 2px;
}
.pel-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
}
.pel-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: 'FontAwesome';
	content: '\f002';
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
}
.pel-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(52,58,64, 0.7);
	content: '';
	transition: 0.4s;
}
.pel-gallery .lightbox:hover:after, .pel-gallery .lightbox:hover:before {
	opacity: 1;
}
.friends-img {
	align-items: center;
	max-width: 200px;
	display: block;
}
.web-headings {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}
/* Parallex efekt sliki */
.paral {
	min-height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 100%;
}
.paral p {
	font-size: 24px;
	color: #f5f5f5;
	text-align: center;
	line-height: 60px;
}
.paral h1 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 60px;
	font-weight: 600;
	text-align: center;
	padding-top: 60px;
	line-height: 100px;
}
.paralimg {
	background-image: url(../images/parallax_img2.jpg);
}
.paralimg1 {
	background-image: url(../images/parallax_img3.jpg);
}
.paralimg2 {
	background-image: url(../images/parallax_img4.jpg);
}
.paralimg3 {
	background-image: url(../images/mountain_biking_macedonia.jpg);
}
.jumbotron {
	margin-bottom: 0;
}
.contact-box {
	border: 1px dashed #cdcdcd;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.contact-box i {
	color: #f8b604;
	padding: 25px 0;
	font-size: 38px;
	vertical-align: middle;
}
.contact-box h3 {
	border-bottom: 1px dashed #cdcdcd;
	border-top: 1px dashed #cdcdcd;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
}
.contact-box p {
	padding: 20px 0;
	font-weight: 600;
	font-size: 18px;
}
.contact-box a {
	color: rgba(203,0,0,1.00);
	font-weight: 600;
	padding-left: 5px;
}
.copyright {
	background-color: rgba(82,192,134,1.00);
	color: #fff;
	font-size: 14px;
}
.copyright a{
	color: #fff;
}
.copyright a:hover {
	text-decoration: underline;
}

@media (min-width: 360px) and (max-width: 575px) {
	#header {
		height: 200px;
	}
	.header-text {
    	top: 15px;
    	padding: 80px 50px;
	}
	.header-text h1 {
    	font-size: 26px;
    	top: 15px;
	}
	.header-text p {
    	font-size: 18px;
		margin: 0 auto;
	}
	section .section-heading .back {
    	font-size: 50px;
		left: 0%;
	}
	section .top-subtitle {
    	left: 0%;
	}
	section .section-heading {
    	left: 0%;
    	text-align: center;
	}
	.heading-black .back {
    	font-size: 64px;
    	left: 0px;
	}
	.heading-white .back {
	    left: 8%;   
		font-size: 74px;
	}
	#web_footer {
		height: 100%;
		background-position: left center;
	}
	
}

@media (min-width: 576px) and (max-width: 759px) {
#header {
	height: 200px;
}
.header-text {
	top: 15px;
	padding: 80px 0px;
}
.header-text h1 {
	font-size: 24px;
	position: absolute;
	top: 24px;
}
.header-text p {
	/*max-width: 400px;*/
	font-size: 18px;
	font-weight: 600;
	margin: 5px auto;
}
section .top-subtitle {
	font-size: 14px;
	left: 0%;
}
section .section-heading {
	font-size: 20px;
	left: 20%;
}
section .section-heading .back {
	font-size: 45px;
	left: 5%;
}
#aboutPelister p {
	text-align: center;
}
.services-heading {
	font-size: 35px;
}
.heading-white .back {
	font-size: 75px;
	left: 30px;
   	top: -38px;
}
.heading-black .back {
	font-size: 75px;
	left: 0px;
   	top: -38px;
}
	#aboutdetails h2 {

    font-size: 24px;
		text-align: center;

}
	#aboutdetails p {
	
		text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;

}
	.specifications h5 {
		padding: 10px 0;
	}
	.web-headings {

    font-size: 26px;

}
	.paral h1 {
		color: rgba(255, 255, 255, 0.9);
		font-size: 40px;
		line-height: 46px;
		padding-top: 40px;
	}
	.paral p {
		font-size: 22px;
		line-height: 45px;
		font-weight: 500;
	}
	#web_footer {
		height: 100%;
		background-position: left center;
	}
}

@media (min-width: 768.98px) {
/*#header {
	height: 325px;
}
.header-text {
	top: 20px;
	padding: 130px 50px;
}
.header-text h1 {
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	top: 60px;
}
.header-text p {
	font-size: 20px;
}
section .top-subtitle {
	font-size: 16px;
	left: 26%;
}
section .section-heading {
	font-size: 38px;
	font-weight: 700;
	left: 12%;
}
section .section-heading .back {
	font-size: 70px;
	left: -10%;
}
	#aboutdetails {
		text-align: center;
	}*/
/*.first-img {
	top: 100px;
	right: 30px;
}
.second-img {
	left: 31px;
	top: 330px;
}
.third-img {
	left: 12%;
	top: 590px;
}*/
.heading-white .back {
	left: 60px;
}
.heading-black .back {
	left: 0%;
}
#web_footer {
	height: 100%;
	background-position: left center;
}
#web_footer h3 {
	padding-top: 20px;
}
.contact-icons {
	padding: 5px 10px;
}
.quote {
	padding-top: 0;
	text-align: center;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
#header {
	height: 420px;
}
.header-text {
	width: 80%;
	height: 60%;
	padding: 150px 50px;
	top: 55px;
	left: 10%;
}
.header-text h1 {
	font-weight: 700;
	font-size: 38px;
}
section .section-heading {
	font-size: 30px;
	font-weight: 700;
	left: 55%;
}
section .section-heading .back {
	font-size: 90px;
	left: -47%;
}
section .top-subtitle {
	font-size: 20px;
	left: 60%;
	font-weight: 700;
}
.first-img {
	right: 30px;
}
.second-img {
	left: 31px;
	top: 195px;
}
.third-img {
	left: 12%;
	top: 375px;
}
.heading-white .back {
	left: 155px;
	top: -50px;
}
.heading-black .back {
	left: 15%;
}
.services-heading {
	font-size: 40px;
}
.contact-icons {
	font-size: 13px;
}
.social-icons {
	font-size: 13px;
}
}




@media (max-width: 1200px) {
.first-img {
	position: absolute;
	width: 80%;
	right: 55px;
	top: 60px;
	z-index: 1;
}
.second-img {
	position: absolute;
	width: 80%;
	left: 85px;
	top: 190px;
	z-index: 2;
}
.third-img {
	position: absolute;
	width: 80%;
	left: 90%;
	top: 85px;
	z-index: 3;
}
}

@media (min-width: 1200px) and (max-width: 1920px) {
.heading-white .back {
	left: 710px;
	top: -70px;
}
	
}

@media (max-width: 1199px) {
#header {
	background-position: 30% 0;
}
/*	.header-text p {
		font-size: 18px;
		margin: 0 auto;
		
	}*/
.heading-white .back {
	left: 16%;
	top: -50px;
}
.grid figure {
	margin: 10px 0;
}
.grid figure figcaption {
	font-size: 1.0em;
}
figure.effect-sadie p {
	line-height: 25px;
}
.heading-black .back {
	left: 9%;
	top:-50px;
}
#web_footer h3 {
	font-size: 1.4rem;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
#header {
	background-position: 30% 0;
}
.heading-white .back {
	left: 265px;
}
.heading-black .back {
	left: 22%;
}
figure.effect-sadie figcaption::before {
	top: 50%;
	height: 50%;
}
figure.effect-sadie h2 {
	top: 65%;
}
}

