/**=========================
	Author: Denthemes
	Author URI: https://themeforest.net/user/denthemes
	Description: Pixoraz - Business & Digital Services Landing Page
=========================**/

/**=========================
[Table of contents]

01. BODY
02. COMMON
03. LOADER
04. NAV MENU
05. SLIDER
06. BREADCRUMB
07. ERROR PAGE
08. WHO WE ARE
09. CLIENTS
10. COUNTER
11. SERVICES
12. PORTFOLIO
13. TEAM
14. GET A QUOTE
15. FAQ
16. BLOG
17. PEOPLE SAYS
18. CONTACT US
19. FOOTER
20. SUB FOOTER
=========================**/

/**=========================
	START BODY
=========================**/
::selection{
	color: #fff;
	background-color: #ef7f1a;
}
*{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 16px;
}
body{
	margin: 0px;
	padding: 0px;
	color: #343a40;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}
/**=========================
	END BODY
=========================**/

/**=========================
	START COMMON
=========================**/
a{
	color: #ef7f1a;
	text-decoration: none;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
a:focus{
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.6);
	outline: 2px #fff;
	border-radius: 3px;
}
a:hover{
	text-decoration: none;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
p{
    color: #666;
    line-height: 26px;
}
h1,h2,h3,h4,h5,h6{
	color: #00693e;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
span,
b{
	font-size: 100%;
}
hr{
	border-color: #eee;
}
figure{
	margin: 0px;
	padding: 0px;
}
blockquote{
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	padding: 30px;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}
blockquote:after{
	content: "\F756";
	font: normal normal normal 24px/1 "Material Design Icons";
	position: absolute;
	left: 10px;
	top: 5px;
	color: #fff;
	font-size: 60px;
	opacity: .3;
}
blockquote span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
}

/* Btn */
button,
button:focus,
button:active,
button:hover{
	box-shadow: 0 0 0 0;
	outline: 0;
	text-transform: uppercase;
	text-decoration: none;
}
.btn-primary {background: #ef7f1a;border-color: #ef7f1a}
.btn{
	padding: 10px 25px;
	box-shadow: 0 0 0 0 !important;
	outline: 0 !important;
	border-radius: 0px;
	text-transform: uppercase;
	text-decoration: none;
}
.btn:active,
.btn:hover{
	text-decoration: none;
}
.btn:hover{
	background-color: #343a40;
	border-color: #343a40;
}
.btn:focus,
button:focus {
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.6)!important;
	outline: 2px #fff;
}
.btn-sm{
	padding: .25rem .5rem;
}
.theme-btn-none,
.theme-btn-none:focus,
.theme-btn-none:active,
.theme-btn-none:hover{
	background-color: transparent;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.theme-btn-default{
	background-color: #ef7f1a;
	color: #fff;
}
.btn-active,
.theme-btn-default:hover{
	background-color: #343a40;
	color: #fff;
}
.theme-btn-default-two{
	background-color: #343a40;
	color: #fff;
}
.theme-btn-default-two:hover{
	background-color: #ef7f1a;
	color: #fff;
	border-color: #ef7f1a;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active{
	outline: none;
	background-color: transparent;
	text-decoration: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.btn.btn-link,
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active{
	border: 0;
	text-decoration: none;
}
.theme-btn-link-default{
	color: #343a40;
}
.theme-btn-link-default:hover{
	color: #ef7f1a;
}

/* radio */
.radio-none{
	display: none;
}

/* icon btn */
.btn-icon{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.btn-icon span{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.btn-icon span:after{
	content: '\F13E';
	font-family: "Material Design Icons";
	font-size: 16px;
	position: absolute;
	opacity: 0;
	right: 14px;
	transition: all 0.8s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
.btn-icon:hover span{
	padding-right: 25px;
}
.btn-icon:hover span:after{
	opacity: 1;
}
.btn-icon.btn-icon-active span{
	padding-right: 25px;
}
.btn-icon.btn-icon-active span:after{
	opacity: 1;
}
.input-group-btn-icon{
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
    font-size: 28px;
}
.input-group label.error{
	position: absolute;
    bottom: -31px;
}
.input-group-validate{
	margin-bottom: 21px;
}

/* icons */
.mdi-bg{
	display: inline-block;
	text-align: center;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.mdi-bg-sm-sm{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.mdi-bg-sm{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.mdi-bg-md{
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 40px;
}
.mdi-bg-lg{
	width: 150px;
	height: 150px;
	line-height: 150px;
	font-size: 80px;
}
.mdi-rotating-bg{
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}
.mdi-rotating-bg:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	margin: 0px auto;
	width: 100px;
	height: 100px;
	background-color: #eee;
	z-index: -1;
	animation: rotating 10s linear infinite;
	-webkit-animation: rotating 10s linear infinite;
	-moz-animation: rotating 10s linear infinite;
	-o-animation: rotating 10s linear infinite;
}
.mdi-rotating-bg.rotating-bg-light:before{
	background-color: rgba(255, 255, 255, 0.1);
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after{
	margin-left: 0 !important;
}

/* social media icons */
.smedia-icons{
	margin-bottom: 0;
}
.smedia-icons li{
	display: inline-block;
	list-style: none;
}
.smedia-icons li a{
	color: #fff;
}
.smedia-icons li a:hover i.theme-btn-default{
	background-color: #343a40;
	color: #fff;
}
.smedia-icons li a:hover i.theme-btn-default-two{
	background-color: #ef7f1a;
	color: #fff;
}

/* heading */
.section-heading{
	position: relative;
	margin-top: -5px;
}
.head-back-light{
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0px auto;
	opacity: .05;
	font-size: 60px;
	user-select: none;
	font-weight: bold;
}
.head-after{
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.head-after:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 10px;
	height: 4px;
	background-color: #ef7f1a;
}
.head-after:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background-color: #ef7f1a;
}
.head-after-white:before{
	background-color: #ef7f1a;
}
.head-after-white:after{
	border-bottom: 1px solid #ef7f1a;
}

/* bg */
.theme-bg-default{
	background-color: #ef7f1a;
}
.theme-bg-dark{
	background-color: #343a40;
}
.theme-bg-primary{
	background-color: #007bff;
}
.theme-bg-success{
	background-color: #28a745;
}
.theme-bg-info{
	background-color: #17a2b8;
}
.theme-bg-warning{
	background-color: #ffc107;
}
.theme-bg-orange{
	background-color: #ff7200;
}
.theme-bg-default-light{
	background-color: rgba(239, 127, 26, 0.1);
}
.theme-bg-dark-light{
	background-color: rgba(52, 58, 64, 0.1);
}
.theme-bg-white{
	background-color: #fff;
}
.theme-bg-white-light{
	background-color: rgba(255, 255, 255, 0.1);
}
.theme-bg-light{
	background-color: #eee;
}

/* badge */
.badge{
	border-radius: 0px;
	font-size: 14px;
}
.theme-badge-default{
	background-color: #ef7f1a;
	color: #fff;
}
.theme-badge-default:hover{
	background-color: #343a40;
	color: #fff;
}
.theme-badge-default-two{
	background-color: #343a40;
	color: #fff;
}
.theme-badge-default-two:hover{
	background-color: #ef7f1a;
	color: #fff;
}

/* text */
.theme-text-default{
	color: #ef7f1a;
}
.theme-text-dark{
	color: #343a40;
}
.theme-text-center{
	text-align: center;
}

/* margin */
.mt-30px{
	margin-top: 30px;
}
.mb-30px{
	margin-bottom: 30px;
}
.ml-30px{
	margin-left: 30px;
}
.mr-30px{
	margin-right: 30px;
}
.mt-60px{
	margin-top: 60px;
}
.mb-60px{
	margin-bottom: 60px;
}
.ml-60px{
	margin-left: 60px;
}
.mr-60px{
	margin-right: 60px;
}

/* padding */
.pt-30px{
	padding-top: 30px;
}
.pb-30px{
	padding-bottom: 30px;
}
.pl-30px{
	padding-left: 30px;
}
.pr-30px{
	padding-right: 30px;
}
.pt-60px{
	padding-top: 60px;
}
.pb-60px{
	padding-bottom: 60px;
}
.pl-60px{
	padding-left: 60px;
}
.pr-60px{
	padding-right: 60px;
}

/* display */
.theme-d-block{
	display: block;
}
.theme-d-inline-block{
	display: inline-block;
}
.theme-d-flex{
    display: -ms-flexbox;
    display: flex;
}

/* card */
.card{
	width: 100%;
	border-radius: 0px;
	padding: 30px;
	border: 0;
	display: inline-block;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
/*
.card.card-active,
.card:hover{
	background-color: #ef7f1a;
}
.card.card-active i,
.card.card-active i:before,
.card.card-active i:after,
.card.card-active p,
.card.card-active h1,
.card.card-active h2,
.card.card-active h3,
.card.card-active h4,
.card.card-active h5,
.card.card-active h6,
.card.card-active a,
.card.card-active a.btn,
.card.card-active li:after{
	color: #fff;
}*/
.card.card-active a.btn{
	color: #fff;
}
/*
.card:hover i,
.card:hover i:before,
.card:hover i:after,
.card:hover p,
.card:hover h1,
.card:hover h2,
.card:hover h3,
.card:hover h4,
.card:hover h5,
.card:hover h6,
.card:hover a,
.card:hover .btn,
.card:hover .blog-desc,
.card:hover li:after{
	color: #fff;
}
*/
.card:hover .head-after:before{
	background-color: #fff;
}
.card:hover .head-after:after{
	border-bottom: 1px solid #fff;
}

/* model */
.modal-content{
	border-radius: 0;
}
.modal-content iframe{
	width: 100%;
	height: 400px;
}

/* form control */
.form-control,
select{
	margin: 0px;
	padding: 10px 25px;
	border-radius: 0;
	height: auto;
	border: 1px solid #eee;
	color: #343a40;
	font-family: 'Lato', sans-serif;
}
select.form-control{
	padding: 11.5px 21px;
}
.form-control:focus,
select:focus{
	outline: 0;
	border-color: rgba(52, 58, 64, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.col-form{
	padding: 5px;
}
.col-form [class*="col-"]{
	padding-right: 10px;
	padding-left: 10px;
}
label.error{
	color: #ef7f1a;
}
/**=========================
	END COMMON
=========================**/

/**=========================
	START LOADER
=========================**/
#loader{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
}
#loader .rotating-bg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}
/*
#loader .rotating-bg:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	margin: 0px auto;
	width: 50px;
	height: 50px;
	background: url(/theme/nyirbator/pics/tapolca.svg);
	background-size: 100%;
	z-index: -1;
	animation: rotating 2s linear infinite;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
}*/
#loader .rotating-bg svg {width:50px;height:50px;
	animation: rotating 2s linear infinite;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
}
#loader .rotating-bg svg path {fill:#ef7f1a;}
#loader .rotating-bg div{
	text-align: center;
	margin: 0px auto;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 66px;
	color: #fff;
	margin-left: 30px;
    margin-right: 30px;
}
/**=========================
	END LOADER
=========================**/

/**=========================
	START NAV MENU
=========================**/
#nav-menu{
	margin: 0px;
	padding: 0px;
	position: absolute;top:0;left:0;
	width: 100%;
	z-index: 9;
	text-transform: uppercase;
	/*background-color: rgba(0,0,0,0.4);*/

	background:#fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}
#nav-menu .login {margin-left:15px;}
@media screen and (max-width: 991px) {
	#nav-menu .login{position: absolute;top:30px;right: 115px}
	#nav-menu .show-login{position: absolute;top:30px;right: 150px}
}
#nav-menu .login svg {
	height: 20px;
	width: auto;
}
#nav-menu .login svg path,
#nav-menu .login svg rect {stroke: #343a40; fill: #343a40;}
/*#nav-menu.header-fixed .nav-link,
#nav-menu.header-fixed .login svg path,
#nav-menu.header-fixed .login svg rect {
	stroke: #343a40;
	fill: #343a40;
}*/
#nav-menu > .container-fluid {max-width: 1440px}
#nav-menu.header-fixed{
	position: fixed;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	top: 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	animation: 1s menuFix;
	-webkit-animation: 1s menuFix;
	-moz-animation: 1s menuFix;
	-o-animation: 1s menuFix;
}
#nav-menu .logo{
	text-align: left;
	font-weight: 700;
	color: #343a40;
}
#nav-menu .logo img{
	margin-right: 10px;
	max-height: 70px;
	margin-top:0px;
}
@media screen and (max-width: 1200px) {
	#nav-menu .logo img{max-height: 50px}
}
/*#nav-menu .logo img.cimer {margin-top:0;margin-right: 0}
#nav-menu .logo .dark {display:none}
#nav-menu .logo .white {display:inline-block}
#nav-menu.header-fixed .logo .dark {display:inline-block}
#nav-menu.header-fixed .logo .white {display:none}
*/
#nav-menu .logo span.logo-icon{
	font-size: 30px;
	vertical-align: middle;
	color: #fff;
	margin-right: 7px;
}
#nav-menu .logo span.logo-text{
	font-size: 28px;
	vertical-align: middle;
	color: #fff;
}
#nav-menu .navbar{
	padding: 0px;
}
#nav-menu .nav-item{
	position: relative;
}
#nav-menu .nav-item.active a,
#nav-menu .nav-item a:hover,
#nav-menu .nav-item .nav-link.easing-click.active,
#nav-menu .nav-link.dropdown-toggle.active{
	color: #ef7f1a;
}
#nav-menu .nav-item:hover .dropdown-menu {display:block}
#nav-menu .nav-link{
	margin-top: 35px;
    margin-bottom: 30px;
    margin-left: 15px;
	margin-right: 0px;
	padding-top: 11px;
	padding-bottom: 11px;
	font-weight: 500;
	color: #343a40;
}
#headmainmenu {margin-right:15px;}
#nav-menu .dropdown-menu .nav-link {
	margin-top:0;margin-bottom:0;
}
#nav-menu.header-fixed .nav-link{
	margin-top: 25px;
    margin-bottom: 20px;
}
#nav-menu.header-fixed .nav-link,
#nav-menu.header-fixed .logo span.logo-text{
	color: #343a40;
}
#nav-menu.header-fixed .nav-link.btn{
	color: #fff;
}
#nav-menu .nav-link.btn{
    padding: 10px 25px;
	color:#fff;
}
#nav-menu .nav-link.easing-click.btn.theme-btn-default.btn-icon.active,
#nav-menu .nav-link.btn:hover{
	color: #fff;
}
#nav-menu .dropdown-menu{
	margin: 0px;
	padding: 0;
	border-radius: 0px;
	background-color: #fff;
	font-size: 16px;
	min-width: 15rem;
	border: 0;
	border-top: 5px solid #ef7f1a;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}
#nav-menu .dropdown-active a.dropdown-toggle{
	color: #ef7f1a;
}
#nav-menu .dropdown-menu .dropdown-item{
	padding: 15px 20px;
	color: #343a40;
	font-weight: 500;
	position: relative;
}
#nav-menu .dropdown.active .dropdown-menu a{
	color: #343a40;
}
#nav-menu .dropdown.active .dropdown-menu .dropdown-item.active,
#nav-menu .dropdown-menu .dropdown-item:hover,
#nav-menu .dropdown.active .dropdown-menu .dropdown-item:hover,
#nav-menu .dropdown-item.active,
#nav-menu .dropdown-item:active{
	color: #ef7f1a;
	background-color: #eee;
	border-radius: 0px;
}
#nav-menu .navbar-toggler{
	background-color: #ef7f1a;
	outline: 0;
	border: 0;
	margin: 20px 0px;
	padding: 10px 15px;
	border-radius: 0px;
	font-size: 100%;
    color: #fff;
    line-height: 1.5;
}
#nav-menu .navbar-toggler i{
	color: #fff;
}
#nav-menu .navbar-toggler[aria-expanded="true"] i:before{
	content: "\f156";
}
.dropdown-toggle::after{
	content: "\F140";
	position: absolute;
	font-family: "Material Design Icons";
	border: 0;
	color: #ef7f1a;
}
/**=========================
	END NAV MENU
=========================**/
.dropdown-menu.open.show {}
.dropdown-menu.open.show ul {display: block;

}
.bootstrap-select .btn-default {border: 1px solid #eee!important;padding: 10px 25px 10px!important;max-height: 46px}
.bootstrap-select .btn-default .caret {display: none}
/**=========================
	START SLIDER
=========================**/
#slider-carousel:hover{
	cursor: move;
}
.slider-after {position: relative}
.slider-after:before {content:'';position:absolute;top:5px;right:0;z-index:100;width:100%;height:175px;background: url(/theme/nyirbator/pics/slider-bottom1.png) no-repeat top right;background-size: 100% 100%}
.slider-after:after {content:'';position:absolute;top:-298px;left:0;z-index:100;width:251px;height:298px;background: url(/theme/nyirbator/pics/sarkany-sarga2.png) no-repeat bottom left;background-size: contain}

@media screen and (max-width: 768px) {
	.slider-after:after {width:100px;height:150px;top:-150px}
	.slider-after:before {height:100px}
}

#slider-carousel .carousel-item,
#slider-carousel .carousel-item:before{
	border-radius: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
	#slider-carousel .carousel-item,
	#slider-carousel .carousel-item:before{
		border-radius: 0px;
	}
}
#slider-carousel .carousel-item{
	height: 700px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eee;
}
#slider-carousel .carousel-item:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(52, 58, 64, 0.25);
}
#slider-carousel .carousel-item:after{
	content: "";
	position: absolute;
}
#slider-carousel .carousel-control-next-icon,
#slider-carousel .carousel-control-prev-icon{
	background-image: none;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #343a40;
    font-size: 40px;
    display: none;
}
#slider-carousel:hover .carousel-control-next-icon,
#slider-carousel:hover .carousel-control-prev-icon{
	display: block;
}
#slider-carousel .carousel-control-next-icon:after{
	content: '\F142';
	font-family: "Material Design Icons";
}
#slider-carousel .carousel-control-prev-icon:after{
	content: '\F141';
	font-family: "Material Design Icons";
}
#slider-carousel .carousel-control-next,
#slider-carousel .carousel-control-prev{
	width: 60px;
}
#slider-carousel .carousel-control-next:focus,
#slider-carousel .carousel-control-prev:focus {border:0;box-shadow: none}
#slider-carousel .carousel-indicators{
	display: none;
}
#slider-carousel .carousel-indicators li{
	background-color: #343a40;
}
#slider-carousel .carousel-caption{
	width: 50%;
	position: absolute;
	left: 50%;
    top: 50%;
    bottom: inherit;
    right: inherit;
	transform: translate(-50%, -50%);
	margin: 0px auto;
	text-align: left;
}
#slider-carousel h1{
	margin-bottom: 20px;
    font-weight: 700;
    animation-delay: 2s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    color: #fff;
    font-size: 50px;
}
#slider-carousel p{
	margin-bottom: 30px;
	color: #fff;
	animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
}
#slider-carousel .slider-btn{
	animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
}
#slider-carousel .btn{
	margin: 5px;
}
#slider-carousel .slider-center-btn{
	position: absolute;
	z-index: 9;
	text-align: center;
	display: inline-block;
	width: 0px;
	margin: 0px auto;
	left: 0;
	right: 0;
	bottom: -20px;
}
#slider-carousel .slider-center-btn .btn{
	padding: 0px;
	width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
}
#slider-carousel .slider-center-btn i{
	font-size: 30px;
}
/**=========================
	END SLIDER
=========================**/
.infoblokk {
    position: fixed;top:0;right: 0;z-index: 5;transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
}
.infoblokk img {width: 300px;max-width: 100%}
.header-fixed-content .infoblokk {top:90px;transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
@media screen and (max-width: 768px) {
   .infoblokk, .header-fixed-content .infoblokk {top:auto;right:auto;position: relative;text-align: right}

}
/**=========================
	START BREADCRUMB
=========================**/
#breadcrumb{
	/*padding: 200px 0px 80px;*/
	text-align: center;
    height:380px;position: relative;
}
header .breadcrumb {
	background: #fff;padding:50px 0 0;position: relative;
}
header #breadcrumb:after {content:'';position:absolute;bottom:0px;left:0;z-index:100;width:151px;height:200px;background: url(/theme/nyirbator/pics/sarkany-sarga2.png) no-repeat bottom left;background-size: contain}

header .breadcrumb:after {content:'';position:absolute;top:5px;right:0;z-index:100;width:100%;height:175px;background: url(/theme/nyirbator/pics/slider-bottom1.png) no-repeat top right;background-size: 100% 100%}
@media screen and (max-width: 768px) {
	header #breadcrumb:after {width:100px;height:150px}
	header .breadcrumb:after {height:100px}
}
header .breadcrumb .container {
    /*position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    max-width: 100%;
    padding: 0;*/

}
header .breadcrumb .container nav {
    background: #fff;
    padding:10px 0
}
header .breadcrumb .container nav ul {margin:0;}
header .breadcrumb .container h1 {margin:0;background: #fff;color:#00693e;padding:10px 30px 0;border-radius: 5px 5px 0 0}
header .breadcrumb .container h1:before {display:none}
header .breadcrumb .container h1:after {display: none}
#breadcrumb.breadcrumb-bg{
	position: relative;
	background-image: url(../images/img-4.jpg);
	background-position: center;
	background-size: cover;
	/*background-attachment: fixed;*/
	z-index: 1;
}
@media screen and (max-width: 768px) {
	#breadcrumb.breadcrumb-bg{background-attachment:inherit;}
}
#breadcrumb.breadcrumb-bg:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}
#breadcrumb .breadcrumb-item+.breadcrumb-item::before{
	color: #343a40;
}
.breadcrumb h1,
.breadcrumb h2{
	color: #fff;
}
.breadcrumb li{
	display: inline-block;
}
.breadcrumb li a{
	color: #ef7f1a;
}
.breadcrumb li a:hover{
	color: #fff;
}
.breadcrumb li.active{
	color: #343a40;
}
/**=========================
	END BREADCRUMB
=========================**/

/**=========================
	START ERROR PAGE
=========================**/
#error-page{
	padding: 80px 0px 50px;
}
#error-page .error-page-item{
	margin-bottom: 30px;
	text-align: center;
}
/**=========================
	END ERROR PAGE
=========================**/

/**=========================
	START WHO WE ARE
=========================**/
#who-we-are{
	position: relative;
	padding: 80px 0px 50px;
}
#who-we-are:after{
	content: "";
	position: absolute;
	opacity: .3;
	top: 50%;
	bottom: 50%;
    left: 0px;
    width: 75px;
    height: 500px;
    z-index: -1;
    transform: translate(-50%, -50%);
	background-image: url('../images/dots.png');
}
#who-we-are .whoweare-item{
	padding-bottom: 30px;
}
#who-we-are .whoweare-item.pb-60px{
	padding-bottom: 60px; 
}
#who-we-are .whoweare-left h5{
	text-transform: capitalize;
}
#who-we-are h5 span{
	font-weight: 700;
}
#who-we-are h1{
	margin-bottom: 15px;
}
#who-we-are h1 span{
	font-weight: 700;
}
#who-we-are p{
	margin-bottom: 20px;
	font-weight: 500;
	color: #777;
}
#who-we-are .whoweare-left{
	padding-right: 80px;
}
#who-we-are .whoweare-left .whoweare-play-video i:before{
	margin-right: 10px;
	font-size: 50px;
	vertical-align: middle;
}
#who-we-are .whoweare-center-img1{
	position: relative;
}
#who-we-are .whoweare-center-img1 img{
	width: 95%;
}
#who-we-are .whoweare-center .whoweare-play-video{
	position: absolute;
	z-index: 9;
    bottom: 20px;
    right: 50px;
}
#who-we-are .whoweare-center .whoweare-play-video i:before{
	font-size: 50px;
}
#who-we-are .whoweare-center-img2{
	position: absolute;
	bottom: -15px;
	left: -70px;
	width: 75%;
	padding: 15px;
	background-color: #fff;
}
#who-we-are .whoweare-center-img2 img{
	width: 100%;
	padding-bottom: 30px;
}
#who-we-are .whoweare-right .card{
	margin-bottom: 15px;
	padding: 25px;
}
#who-we-are .whoweare-right .card h6{
	margin-bottom: 0px;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 26px;
}
#who-we-are .whoweare-right .card i:before{
	margin-right: 5px;
	font-size: 100%;
}
#who-we-are .whoweare-right .card h4{
	margin-bottom: 15px;
}
#who-we-are .whoweare-right .card p{
	margin-bottom: 0px;
}
#who-we-are .whoweare-right .card:hover p{
	color: #fff;
}
#who-we-are .whoweare-right-btn{
	margin-top: 30px;
}
/**=========================
	END WHO WE ARE
=========================**/

/**=========================
	START CLIENTS
=========================**/
#clients{
	padding: 60px 0px;
}
#clients.clients-bg{
	background-color: rgba(0, 0, 0, 0.05);
}
#clients .client-item img{
	opacity: .2;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#clients .client-item:hover{
	cursor: move;
}
#clients .client-item:hover img{
	opacity: 1;
}
/**=========================
	END CLIENTS
=========================**/

/**=========================
	START COUNTER
=========================**/
#counter{
	position: relative;
	padding: 80px 0px 50px;
}
#counter.theme-bg-default{
	background-image: url('../images/img-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#counter.theme-bg-default:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ef7f1a;
	opacity: .9;
}
#counter.theme-bg-default h2,
#counter.theme-bg-default h5,
#counter.theme-bg-default p,
#counter.theme-bg-default i{
	color: #fff;
}
#counter .counter-item{
	position: relative;
	padding-bottom: 30px;
    transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#counter .counter-item:after{
	display: block;
    content: "";
    clear: both;
}
#counter .counter-icon{
	float: left;
	margin-right: 30px;
}
#counter .counter-icon i:before{
	font-size: 50px;
}
#counter .counter-content{
	position: relative;
}
#counter .counter-content h2{
	margin-bottom: 10px;
	margin-right: 40px;
	text-align: right;
}
#counter .counter-content h5{
	margin-bottom: 0;
}
#counter .counter-content i{
	font-size: 30px;
	position: absolute;
	right: 0px;
}
#counter .counter-content .counter-up{
	margin-left: 35px;
}
/**=========================
	END COUNTER
=========================**/

/**=========================
	START SERVICES
=========================**/
#services{
	padding: 80px 0px 50px;
}
#services .text-center h2{
	margin-bottom: 40px;
}
#services .service-item{
	text-align: center;
	padding-bottom: 30px;
}
#services .service-count-text{
	position: absolute;
	left: 30px;
	top: 70px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#services .service-count-text span{
	opacity: .05;
	font-size: 100px;
	line-height: 0;
}
#services .service-item .service-icon{
	margin-bottom: 10px;
}
#services .service-item i:before{
	color: #ef7f1a;
	font-size: 80px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#services .service-item .card:hover i:before,
#services .service-item .card-active i:before,
#services .service-item .card:hover .btn,
#services .service-item .card-active .service-count-text,
#services .service-item .card:hover .service-count-text{
	color: #fff;
}
#services .service-item h4{
	margin-bottom: 15px;
	text-transform: capitalize;
}
#services .service-item a{
	color: #ef7f1a;
}
#services .service-item .btn-active{
	color: #fff;
}
#services .service-item-single-item{
	margin-bottom: 30px;
}
#services .service-item-single{
	margin-bottom: 30px;
}
#services .service-item-single:last-child{
	margin-bottom: 0px;
}
#services .service-item-single img{
	width: 100%
}
#services .service-share-content{
	display: inline-block;
	margin-right: 10px;
}
#services .service-share-content:last-child{
	margin-right: 0px;
}
/**=========================
	END SERVICES
=========================**/

/**=========================
	START PORTFOLIO
=========================**/
#portfolio{
	padding: 80px 0px 50px;
}
#portfolio .filter-btn-group label{
	position: relative;
}
#portfolio .btn.btn-link{
	padding: 0px;
	margin: 0px 15px;
}
#portfolio .filter-btn-group label:after{
	content: "/";
	position: absolute;
	right: -20px;
}
#portfolio .filter-btn-group label:last-child:after{
	display: none;
}
#portfolio .filter-btn-group label.active{
	color: #ef7f1a;
}
#portfolio .filter-btn-group label:hover{
	cursor: pointer;
}
#portfolio .theme-shuffle{
    position: relative;
    overflow: hidden;
}
#portfolio .shuffle-image-item{
    padding-bottom: 30px;
}
#portfolio .shuffle-inner-warp{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
#portfolio .shuffle-inner-warp.filter-lg{
	padding-bottom: calc(100% + 380px);
}
#portfolio .shuffle-inner-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#portfolio .shuffle-inner-img:after{
    content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
#portfolio .shuffle-inner-img:hover:after,
#portfolio .shuffle-inner-img-active:after{
	content: "";
	background-color: #343a40;
	opacity: 0.7;
}
#portfolio .shuffle-image-item img{
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
#portfolio .shuffle-inner-content{
	position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
#portfolio .shuffle-inner-content h3,
#portfolio .shuffle-inner-content i{
	color: #fff;
	margin: 10px;
}
#portfolio .shuffle-inner-img:hover .shuffle-inner-content,
#portfolio .shuffle-inner-img-active .shuffle-inner-content{
	opacity: 1;
}
#portfolio .portfolio-item-single-item{
	margin-bottom: 30px;
}
#portfolio .portfolio-item-single-position-relative{
	position: relative;
}
#portfolio .portfolio-item-single{
	margin-bottom: 30px;
}
#portfolio .portfolio-item-single:last-child{
	margin-bottom: 0px;
}
#portfolio .portfolio-item-single img{
	width: 100%
}
#portfolio .portfolio-share-content{
	display: inline-block;
	margin-right: 10px;
}
#portfolio .portfolio-share-content:last-child{
	margin-right: 0px;
}
#portfolio .portfolio-item-single .portfolio-item-single-icon{
	position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
#portfolio .portfolio-item-single-date{
	position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}
#portfolio .portfolio-item-single-date a{
	color: #fff;
}
#portfolio .portfolio-item-card{
	width: 100%;
    padding: 30px;
    display: inline-block;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
#portfolio .portfolio-item-card h5{
    margin-bottom: 15px;
}
#portfolio .portfolio-item-card p{
    margin-bottom: 0px;
}
/**=========================
	END PORTFOLIO
=========================**/

/**=========================
	START TEAM
=========================**/
#team{
	padding: 80px 0px 50px;
}
#team .team-item{
    position: relative;
	margin-bottom: 30px;
}
#team .team-item:after{
    content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
#team .team-item:hover:after,
#team .team-item-active:after{
	content: "";
	background-color: #343a40;
	opacity: 0.7;
}
#team .team-img img{
	width: 100%;
}
#team .team-content{
	display: none;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	text-align: center;
	z-index: 9;
}
#team .team-item:hover .team-content,
#team .team-item-active .team-content{
	display: inline-block;
}
#team .team-header h3{
	margin-bottom: 15px;
	color: #fff;
}
#team .team-header p{
	margin-bottom: 30px;
	color: #fff;
}
/**=========================
	END TEAM
=========================**/

/**=========================
	START GET A QUOTE
=========================**/
#get-quote{
	padding: 80px 0px;
}
#get-quote.get-quote-bg{
	position: relative;
	background-image: url('../images/img-4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#get-quote.get-quote-bg:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #343a40;
	opacity: .9;
}
#get-quote .get-quote-item{
	margin: 0px auto;
	padding: 60px;
	background-color: #fff;
	width: 65%;
}
#get-quote.get-quote-bg h1,
#get-quote.get-quote-bg h2{
	color: #fff;
}
/**=========================
	END GET A QUOTE
=========================**/

/**=========================
	START FAQ
=========================**/
#faq{
	padding: 80px 0px 50px;
}
.faq-accordion{
	margin-bottom: 30px;
}
.collapse-btn i{
	position: absolute;
    right: 20px;
    top: 2px;
    color: #fff;
}
.collapse-btn button[aria-expanded="true"] i:before{
	content: "\f374";
	color: #fff;
}
.collapse-head{
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.collapse-head:last-child{
	margin-bottom: 0px;
}
.collapse-head p{
	margin-bottom: 0;
	padding: 15px 20px;
}
.collapse-head button{
	color: #fff;
	background-color: #343a40;
    width: 100%;
    padding: 10px 25px;
    position: relative;
    text-align: left;
}
.collapse-head button:hover{
	cursor: pointer;
}
.faq-accordion button[aria-expanded="true"]{
	background-color: #ef7f1a;
	color: #fff;
}
#faq .faq-img img{
	width: 100%;
}
#faq .faq-item{
	margin-bottom: 30px;
}
/**=========================
	END FAQ
=========================**/

/**=========================
	START BLOG
=========================**/
.blog{
	padding: 80px 0px 50px;
}
.blog .blog-item{
	padding-bottom: 30px;
}
.blog .blog-item .card{
	padding: 0px;
}
.blog .blog-img{
	position: relative;
}
.blog .blog-img:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.blog .card:hover .blog-img:after,
.blog .card.card-active .blog-img:after{
	content: "";
	background-color: #343a40;
	opacity: 0.7;
}
.blog .blog-img img{
	width: 100%;
	height: auto;
}
.blog-item .blog-desc p {text-align: left!important;}
.blog .blog-icon{
	position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9;
}
.blog .card:hover .blog-icon,
.blog .card.card-active .blog-icon{
	opacity: 1;
}
.blog .blog-date{
	/*position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 9;
	*/
	margin-bottom:15px;
}
.blog .blog-date a{
	color: #fff;
}
.blog .blog-content{
	padding: 30px;
}
.blog-content img {max-width: 100%}
.blog .blog-content .blog-list li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.blog .blog-content .blog-list li:after{
	content: "/";
	position: absolute;
	right: -10px;
}
.blog .blog-content .blog-list li:last-child:after{
	display: none;
}
.blog .blog-title a {font-size: 20px;font-weight: 700}
.blog .blog-content .blog-list li a:hover,
.blog .blog-title a:hover,
.blog .blog-btn a:hover{
	color: #ef7f1a;
}
.blog .blog-share-content{
	display: inline-block;
	margin-right: 10px;
}
.blog .blog-share-content:last-child{
	margin-right: 0px;
}
.blog .blog-comments-list{
	margin-bottom: 30px;
}
.blog .blog-comments-list li{
	list-style: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.blog .blog-comments-list li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog .blog-comments-list .blog-comments-flex{
	display: flex;
}
.blog .blog-comments-list .blog-comments-flex .blog-comments-img{
	margin-right: 15px;
}
.blog .blog-comments-head{
	display: inline-block;
}
.blog .blog-comments-list .blog-comments-head span{
	font-size: 16px;
	margin-left: 30px;
}
.blog .blog-comments-reply{
	float: right;
	margin: 3px 0px;
}
.blog .blog-comments-reply:hover{
	color: #fff;
}
/* pagination */
.pagination{
	margin: 10px 0px 30px 0px;
	border-radius: 0;
	justify-content: center;
}
.page-item,.pagination li{
	margin-right: 5px;
	margin-left:5px;
}
.page-item:last-child{
	margin-right: 0px;
}
.pagination .page-link,.pagination a{
	margin-left: 0px;
	padding: 10px 20px;
	color: #343a40;
	border: 0;
	line-height: 1.5;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.pagination .page-link,
.pagination .page-item,.pagination li,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,.pagination li:first-child a,.pagination li:first-child a{
	border-radius: 0px;
}
.pagination .page-item:focus,
.pagination .page-item:active,
.pagination .page-item:hover,
.pagination .page-link:focus,
.pagination .page-link:active,
.pagination .page-link:hover,
.pagination li:focus,
.pagination li:active,
.pagination li:hover,
.pagination li a:focus,
.pagination li a:active,
.pagination li a:hover{
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	background-color: #ef7f1a;
	color: #fff;
}
.pagination .page-item.active .page-link, .pagination li.active a{
	background-color: #ef7f1a;
	border-color: #ef7f1a;
	color: #fff;
}

/* sidebar */
.sidebar,
.sidebar ul,
.sidebar ul li{
	list-style: none;
}
.sidebar .sidebar-item h2{
	font-size: 1.75rem;
}
.sidebar .sidebar-item{
	margin-bottom: 40px;
}
.sidebar .sidebar-card{
	width: 100%;
	border-radius: 0px;
	padding: 30px;
	border: 0;
	display: inline-block;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.sidebar .sidebar-card .contact div {margin-bottom:5px;color:#555}
.sidebar .sidebar-card .contact div span {font-weight: 500;color:#000}
.sidebar .sidebar-item:last-child{
	margin-bottom: 30px;
}
.sidebar .sidebar-categories{
	margin-bottom: 0px;
}
.sidebar .sidebar-categories li{
	list-style: none;
	margin-bottom: 20px;
}
.sidebar .sidebar-categories li:last-child{
	margin-bottom: 0px;
}
.sidebar .sidebar-categories li a:hover,
.sidebar .sidebar-categories li a.btn-icon-active{
	color: #ef7f1a;
}
.sidebar .list-ul {padding:0;margin:0}
.sidebar .list-ul li {color: #ef7f1a;margin-bottom:5px;}
.sidebar .list-ul li small {margin-left:18px}
.thumbnail-grid img {max-width: 100%;height:auto;margin-bottom:30px}
.thumbnail-grid .item {margin:0;padding:0}
.portfolio {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 30px;
	position: relative;
}
.portfolio .portfolio-image {
	position: relative;
}
.portfolio .portfolio-hover {
	height: 40px;
	left: 0;
	margin-top: -20px;
	opacity: 0;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.portfolio:hover .portfolio-hover {
	opacity:1;
}
.portfolio:hover .overlay {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.portfolio .portfolio-hover > a {
	margin:0 4px;
}
.portfolio .portfolio-hover > a.zoom {
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-right-style: solid;
	border-right-width: 40px;
	border-top-style: solid;
	border-top-width: 20px;
	color: #2e303A;
	left: 50%;
	margin-left: -75px;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: 1;
}
.portfolio .portfolio-hover > a.zoom > i,
.portfolio .portfolio-hover > a.zoom > span {
	font-size: 16px;
	height: 35px;
	left: 0;
	margin-left: 9px;
	margin-top: -9px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 38px;
}
.portfolio .portfolio-hover > a.link {
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-left-style: solid;
	border-left-width: 40px;
	border-top-style: solid;
	border-top-width: 20px;
	color: #2e303A;
	right: 50%;
	margin-right: -75px;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: 1;
}
.portfolio .portfolio-hover > a.link > i,
.portfolio .portfolio-hover > a.link > span {
	font-size: 16px;
	height: 35px;
	right: 0;
	margin-right: 9px;
	margin-top: -9px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 38px;
}
.portfolio:hover .portfolio-hover > a.zoom {
	margin-left: -45px;
}
.portfolio:hover .portfolio-hover > a.link {
	margin-right: -45px;
}
/* FOR SINGL LINK SETTING */
.single-link .portfolio:hover .portfolio-hover > a.zoom {
	margin-left: -22.5px;
}
.portfolio .portfolio-text .portfolio-heading {
	margin-bottom: 5px;
	margin-top: 5px;
}
.portfolio .portfolio-text a {
	color:#2e303A;
}
.portfolio .portfolio-text .portfolio-heading > a:hover {
	text-decoration:none;
}
.portfolio .portfolio-text {
	padding: 25px 15px;
	position: relative;
	z-index: 1;
}
.portfolio .portfolio-category > ul {
	list-style:none;
}
.portfolio .portfolio-category > li {
	display: inline-block;
}
.portfolio .portfolio-category {
	padding: 0;
}
.portfolio .portfolio-category > li > a {
	font-size: 15px;
}

.blog .recent-post-list{
	margin-bottom: 0px;
}
.blog .recent-post-list li{
	list-style: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.blog .recent-post-list li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog .recent-post-list a{
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	cursor: pointer;
}
.blog .recent-post-list a:hover h6{
	color: #ef7f1a;
}
.blog .recent-post-list .recent-post-list-flex{
	display: flex;
}
.blog .recent-post-list-flex .recent-post-list-img{
	margin-right: 15px;
}
.blog .recent-post-list-content h6,
.blog .recent-post-list-content .h6{
	text-transform: inherit;
	margin-bottom: 10px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.blog .recent-post-list-content p{
	margin-bottom: 0px;
}
.sidebar .sidebar-tags{
	margin-bottom: 0px;
}
.sidebar .sidebar-tags li{
	list-style: none;
	display: inline-block;
    margin-bottom: 5px;
}
.sidebar .sidebar-item.sidebar-item-tags{
	margin-bottom: 25px;
}
.sidebar .sidebar-item.sidebar-item-tags .sidebar-card{
	padding: 30px 30px 25px;
}
/**=========================
	END BLOG
=========================**/

/**=========================
	START PEOPLE SAYS
=========================**/
#people-says{
	padding: 80px 0px 50px;
}
#people-says .people-says-item{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
#people-says .people-says-item:after{
	content: "\F756";
	font: normal normal normal 24px/1 "Material Design Icons";
	position: absolute;
	left: 10px;
	top: 35px;
	color: #343a40;
	font-size: 60px;
	opacity: .3;
}
#people-says .people-says-item:hover{
	cursor: move;
}
#people-says .slick-slide img{
	width: auto;
}
#people-says .people-says-content .card{
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px 0px rgba(52, 58, 64, 0.1);
}
#people-says .people-says-content .card p{
	font-style: italic;
}
#people-says .people-says-bottom{
	position: relative;
}
#people-says .people-says-bottom-icon{
	position: absolute;
	right: 0;
	top: -50px;
}
#people-says .people-says-bottom-title{
	text-align: right;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding-right: 100px;
}
#people-says .people-says-bottom-title h5{
	margin-bottom: 5px;
}
#people-says .people-says-bottom-title span{
	font-style: italic;
	font-size: 16px;
}
#people-says .slick-center .card{
	background-color: #ef7f1a;
}
#people-says .slick-center .card p{
	color: #fff;
}
#people-says .people-says-item.slick-slide.slick-current.slick-active.slick-center:after{
	color: #fff;
}
/**=========================
	END PEOPLE SAYS
=========================**/

/**=========================
	START CONTACT US
=========================**/
#contact-us {width: 100%}
#contact-us .mapcontainer {height:500px}
#contact-us .contact-us-col{
	margin: 0px;
	padding: 0px;
}
#contact-us iframe{
	width: 100%;
	height: 500px;
	margin-bottom: -6px;
	border: 0;
	outline: 0;
}
#contact-us #bottom-contact-us{
	padding: 80px 0px 50px;
}
#contact-us .bottom-contact-us-item{
	padding-bottom: 30px;
}
#contact-us .bottom-contact-us-item form{
	padding-left: 30px;
}
#contact-us .bottom-contact-us-item-info .card{
	padding: 60px;
}
#contact-us .bottom-contact-us-item-info .bottom-contact-us-item-info-head{
	margin-bottom: 10px;
}
#contact-us .bottom-contact-us-item-info-div{
	margin-bottom: 25px;
}
#contact-us .bottom-contact-us-item-info-div:last-child{
	margin-bottom: 0px;
}
#contact-us .bottom-contact-us-item-info p{
	margin-bottom: 0;
}
#contact-us .bottom-contact-us-item-info i{
	margin-right: 10px;
	color: #fff;
}
/**=========================
	END CONTACT US
=========================**/

/**=========================
	START FOOTER
=========================**/
#footer{
	padding: 0px 0px 100px;margin-top:300px;
	background: #00693e;position: relative;
}
#footer:before {content:'';position:absolute;top:-300px;left:0;z-index:100;width:100%;height:300px;background: url(/theme/nyirbator/pics/slider-bottom.png) no-repeat top center;background-size: 100% 100%}
@media screen and (max-width: 768px) {
	#footer{margin-top:150px}
	#footer:before {height:100px;top:-100px}
}
#footer .footer-item{
	padding-bottom: 30px;
}
#footer .footer-logo{
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
#footer .footer-logo img {max-width: 100%;width: 250px}
#footer .footer-logo span.logo-icon{
	font-size: 30px;
	vertical-align: middle;
	color: #ef7f1a;
	margin-right: 7px;
}
#footer .footer-logo span.logo-text{
	font-size: 28px;
	vertical-align: middle;
	color: #fff;
}
#footer .smedia-icons a:hover i{
	background-color: #fff;
	color: #ef7f1a;
}
#footer .footer-about-content{
	margin-bottom: 30px;
}
#footer .footer-about-content p{
	color: #ef7f1a;
}
#footer h3{
	color: #fff;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	#footer h3 {margin-top:30px;}
}
#footer .footer-item-list{
	margin-bottom: 14px;
}
#footer .footer-list ul li{
	list-style: none;
	color: #ef7f1a;
	margin-bottom: 16px;
}
#footer .footer-list .dropdown-menu {display:block;
	background: none;
	position: relative;
	padding: 10px 0 0 12px;
	margin: 0;
	box-shadow: none;
	border: 0;
}
#footer .footer-list .dropdown-menu a {display:flex;white-space: nowrap}
#footer .footer-list .dropdown-menu a:before {content:'\f105';font-family:FontAweSome;display:inline-block;vertical-align: middle;margin-right: 10px;color:#ef7f1a}
#footer .footer-list .dropdown-toggle:after {display:none}
#footer .footer-list ul li:last-child{
	margin-bottom: 0;
}
#footer .footer-list ul li a{
	color: #fff;display:block;
}
#footer .footer-list ul li a:hover,
#footer .footer-list ul li a.btn-icon-active{
	color: #ef7f1a;
}
#footer .footer-contact .h6{
	color: #fff;
}
#footer .footer-contact .footer-contact-info-div{
	margin-bottom: 25px;
}
#footer .footer-contact .footer-contact-info-div:last-child{
	margin-bottom: 0;
}
#footer .footer-contact p{
	color: #fff;
	margin-bottom: 0px;
}
#footer .footer-contact h6 i{
	margin-right: 10px;
}
/**=========================
	END FOOTER
=========================**/

/**=========================
	START SUB FOOTER
=========================**/
#sub-footer{
	padding: 30px 0px 15px;
}
#sub-footer .backto-top-btn{
	position: absolute;
	left: 0;
	right: 0;
	top: -55px;
	margin: 0px auto;
	text-align: center;
	z-index: 9;
}
#sub-footer .sub-footer-left{
	text-align: left;
}
#sub-footer .sub-footer-right{
	text-align: right;
}
#sub-footer p,
#sub-footer ul{
	margin-bottom: 15px;
}
#sub-footer ul li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
#sub-footer ul li:last-child {margin-right:0}
#sub-footer ul li:before{
	content: "/";
	position: absolute;
	right: -15px;
	color: #fff;
}
#sub-footer ul li:last-child:before{
	display: none;
}
#sub-footer p,
#sub-footer a{
	color: #fff;
}
#sub-footer .sub-footer-left a:hover{
	color: #ef7f1a;
}
#sub-footer .sub-footer-right a{
	color: #fff;
}
#sub-footer .sub-footer-right a:hover{
	color: #ef7f1a;
}
/**=========================
	END SUB FOOTER
=========================**/

.checkbox input {vertical-align: middle}
.checkbox label {width:calc(100% - 30px);margin-left:10px;vertical-align: middle;padding:0;margin-bottom: 0}
.checkbox label p {margin:0;padding:0}
.panel-heading .panel-title {padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;margin-top:30px;
}
@media screen and (max-width: 768px) {
	.panel-heading .panel-title {font-size: 20px}
}
article > ul {padding-left:30px;}
form .error.small,form .error, #purchase-form .has-error .error.small, .login-form .has-error .error.small {
	color: #cf1920;
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-style: italic;
}
form .has-error .form-control, #purchase-form .has-error .form-control, .login-form .has-error .form-control {
	border-color: #cf1920;
	color: #cf1920;
	background-image: url(/theme/nyirbator/pics/inp-error.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
form .form-group label {font-weight: 900;font-size: 16px}
.checkbox label {font-weight: 400}
.bootstrap-select {padding:0;border:0}

body:not(.landing) > .row {margin:0}
.poweredby {font-size: 14px;color:#fff}
.poweredby img {
	max-height: 18px;}


.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px dashed;
    border-top:4px solid \9;
    border-right:4px solid transparent;
    border-left:4px solid transparent
}
.dropup,
.dropdown {
    position:relative
}
.dropdown-toggle:focus {
    outline:0
}
.dropdown-menu {
    position:absolute;
    top:100%;
    left:0;
    z-index:10000;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    list-style:none;
    font-size:15px;
    text-align:left;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.15);
    border-radius:1px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
    background-clip:padding-box
}
.dropdown-menu.pull-right {
    right:0;
    left:auto
}
.dropdown-menu .divider {
    height:1px;
    margin:9.5px 0;
    overflow:hidden;
    background-color:#e5e5e5
}
.dropdown-menu>li>a {
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.428571429;
    color:#828c99;
    white-space:nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration:none;
    color:#747f8e;
    background-color:#f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color:#fff;
    text-decoration:none;
    outline:0;
    background-color:#0b46b7
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color:#ebebeb
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration:none;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor:not-allowed
}
.open>.dropdown-menu {
    display:block
}
.open>a {
    outline:0
}
.dropdown-menu-right {
    left:auto;
    right:0
}
.dropdown-menu-left {
    left:0;
    right:auto
}
.dropdown-header {
    display:block;
    padding:3px 20px;
    font-size:13px;
    line-height:1.428571429;
    color:#ebebeb;
    white-space:nowrap
}
.dropdown-backdrop {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:9990
}
.pull-right>.dropdown-menu {
    right:0;
    left:auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top:0;
    border-bottom:4px dashed;
    border-bottom:4px solid \9;
    content:""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top:auto!important;
    bottom:100%;
    margin-bottom:2px;transform:none!important;
}
@media (min-width:992px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right:0
    }
    .navbar-right .dropdown-menu-left {
        left:0;
        right:auto
    }
}


/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
 * @package bootstrap-fileinput
 * @version 4.2.9
 *
 * File input styling for Bootstrap 3.0
 * Built for Yii Framework 2.0
 * Author: Kartik Visweswaran
 * Year: 2015
 * For more Yii related demos visit http://demos.krajee.com
 */
.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url('/images/fileinput-loading.gif') top left no-repeat;
    border: none;
}
.file-object {
    margin: 0 0 -5px 0;
    padding: 0;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}
.file-caption-name {
    display: inline-block;
    overflow: hidden;
    height: 20px;
    word-break: break-all;
}
.input-group-lg .file-caption-name {
    height: 25px;
}
.file-preview-detail-modal {
    text-align: left;
}
.file-error-message {
    color: #fff;
    background-color: #d9534f;
    margin: 5px;
    border: 1px solid #d9534f;
    border-radius: 0;
    padding: 15px;
}
.file-error-message pre,
.file-error-message ul {
    margin: 0;
    text-align: left;
}
.file-error-message pre {
    margin: 5px 0;
}
.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}
.file-preview {
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}
.file-preview-frame {
    display: table;
    margin: 8px;
    height: 160px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0 #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
    vertical-align: middle;
}
.file-preview-frame:not(.file-preview-error):hover {
    box-shadow: 3px 3px 5px 0 #333;
}
.file-preview-image {
    height: 160px;
    vertical-align: middle;
}
.file-preview-text {
    text-align: left;
    width: 160px;
    margin-bottom: 2px;
    color: #428bca;
    background: #fff;
    overflow-x: hidden;
}
.file-preview-other {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 160px;
    border: 2px solid #999;
    border-radius: 30px;
}
.file-preview-other:hover {
    opacity: 0.8;
}
.file-actions,
.file-other-error {
    text-align: left;
}
.file-icon-lg {
    font-size: 1.2em;
}
.file-icon-2x {
    font-size: 2.4em;
}
.file-icon-4x {
    font-size: 4.8em;
}
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button {
    display: none;
}
.file-thumb-loading {
    background: transparent url('/images/fileinput-loading.gif') no-repeat scroll center center content-box !important;
}
.file-actions {
    margin-top: 15px;
}
.file-footer-buttons {
    float: right;
}
.file-upload-indicator {
    padding-top: 2px;
    cursor: default;
    opacity: 0.8;
    width: 60%;
}
.file-upload-indicator:hover {
    font-weight: bold;
    opacity: 1;
}
.file-footer-caption {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #777;
    margin: 5px auto 10px auto;
}
.file-preview-error {
    opacity: 0.65;
    box-shadow: none;
}
.file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
    color: #000;
}
.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 0;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}
.file-drop-zone-title {
    color: #aaa;
    font-size: 40px;
    padding: 85px 10px;
}
.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #f0f0f0;
}
.file-uploading {
    background: url('/images/fileinput-loading.gif') no-repeat center bottom 10px;
    opacity: 0.65;
}
.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
    height: 10px;
    font-size: 9px;
    line-height: 10px;
}
.file-thumbnail-footer {
    position: relative;
}
.file-thumb-progress {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
}
/* IE 10 fix */
.btn-file ::-ms-browse {
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/theme/nyirbator/fonts/glyphicons-halflings-regular.eot');
    src: url('/theme/nyirbator/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/theme/nyirbator/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/theme/nyirbator/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/theme/nyirbator/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/theme/nyirbator/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}

.filter-form .text-filter label {padding-top:8px}
span.theme-bg-default {
	color: #fff;
}
.map-wrapper {height:400px;}

div.page-block .result-filter {
	position:relative
}

div.page-block .fullscreen-title {
	display:none
}

div.page-block.fullscreen .section-title {
	display:none !important
}

div.page-block.fullscreen .content-col {
	padding: 0 !important;
	margin: 0 !important;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index:5000
}

div.page-block.fullscreen .content-col .map-wrapper {
	margin: 0;
	height:100%
}

div.page-block.fullscreen .content-col .result-filter {
	margin: 0 auto;
	max-width:970px
}

div.page-block.fullscreen .content-col .toggle-bar {
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	border-radius:0
}

div.page-block.fullscreen .content-col .map-tools {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 0 !important;
	z-index: 6000;
	background:#fff
}


div.page-block.fullscreen .content-col .map-tools {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 0 !important;
	z-index: 6000;
	background:#fff
}

div.page-block.fullscreen .content-col .map-tools:empty {
	display:none
}

div.page-block.fullscreen .content-col .map-tools .form-group {
	border-bottom: 0 none;
	padding-bottom:0
}

div.page-block.fullscreen .content-col .view-control {
	bottom:-40px
}

div.page-block.fullscreen .content-col .view-control .btn-search {
	display:inline-block
}

div.page-block.fullscreen .content-col .fa-bars {
	display:inline-block
}

div.page-block.fullscreen .content-col .fa-arrows-alt {
	display:none
}

div.page-block.fullscreen .content-col .normal-title {
	display:none
}

div.page-block.fullscreen .content-col .fullscreen-title {
	display:inline-block
}

div.page-block.fullscreen .content-col > .container, div.page-block.fullscreen .content-col .container-fluid {
	padding: 0 !important;
	height: 100%;
	width:100%
}

div.page-block.fullscreen .result-filter > .btn-group {
	display:none
}

div.page-block.fullscreen .result-filter .collapse {
	display: block !important;
	height:auto !important
}

div.page-block.fullscreen .result-filter .form-group {
	margin-left: -10px;
	margin-right:-10px
}

@media (min-width: 992px) {
	div.page-block.fullscreen .result-filter .form-group {
		margin-left: -15px;
		margin-right:-15px
	}
}

div.page-block.fullscreen .result-filter .filter-form {
	padding:0
}

@media (min-width: 992px) {
	div.page-block.fullscreen .result-filter .filter-form {
		padding:10px 0 0
	}
}

div.page-block.hide-controls section.body .result-filter {
	display:none !important
}

.map-tools {
	position:relative
}

.map-tools .view-control {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -40px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 100;
	white-space:nowrap
}

.map-tools .view-control .btn {
	height: 40px;
	border-radius: 0 !important;
	line-height: normal;
	background: #3c3c3b !important;
	font-size: 14px;
	font-weight: 500;
	opacity:.8;
	color: #fff;
}

.map-tools .view-control .btn-search {
	display:none
}

.map-tools .view-control .fa-bars {
	display:none
}

.result-filter + .view-control {
	bottom:-60px
}

.container.has-map .result-filter, .container-fluid.has-map .result-filter {
	margin-bottom:20px
}

.container.has-map:not(.nofullwidth) {
	width: 100%;
	padding:0
}

.container.has-map:not(.nofullwidth) h1 {
	margin-top:35px
}

.container .map-container-sheet {
	margin-bottom:20px
}

.map-wrapper {
	height: 500px;
	position: relative;
	overflow:hidden
}

.map-wrapper .map-message {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 5000;
	padding: 15px 100px 15px 15px;
	font-weight: 700;
	font-size: 16px;
	background: #dace87;
	color:#fff
}

.map-wrapper .map-message .btn {
	position: absolute;
	right: 0;
	top: 0;
	height:100%
}

.map-wrapper .elevation-chart {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 300;
	background: rgba(0, 0, 0, .75);
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition:all ease 0.5s
}

.map-wrapper .elevation-chart .elevation-chart-container {
	height:200px
}

.map-wrapper .elevation-chart .elevation-display {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .75);
	display:none
}

.map-wrapper .elevation-chart .btn-toggle-chart {
	position: absolute;
	left: 0;
	top: -50px;
	border-radius:0 !important
}

.map-wrapper .elevation-chart .btn-toggle-chart .fa-line-chart {
	display:none
}

.map-wrapper .elevation-chart.chart-hidden {
	bottom:-200px
}

.map-wrapper .elevation-chart.chart-hidden .btn-toggle-chart .fa-line-chart {
	display:inline-block
}

.map-wrapper .elevation-chart.chart-hidden .btn-toggle-chart .fa-arrow-down {
	display:none
}

div.page-block.fullscreen .content-col .map-wrapper {
	margin: 0;
	height:100%
}

div.page-block.fullscreen .content-col .result-filter {
	margin: 0 auto;
	max-width:970px
}

div.page-block.fullscreen .content-col .toggle-bar {
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	border-radius:0
}

div.page-block.fullscreen .content-col .map-tools {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 0 !important;
	z-index: 6000;
	background:#fff
}

div.page-block.fullscreen .content-col .map-tools:empty {
	display:none
}

div.page-block.fullscreen .content-col .map-tools .form-group {
	border-bottom: 0 none;
	padding-bottom:0
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none; }
.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
.pswp img {
	max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
	display: block; }

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab; }

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity; }

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none; }

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none; }

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden; }

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden; }

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
	background: #222; }

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC; }

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none; }
.pswp__button:focus,
.pswp__button:hover {
	opacity: 1; }
.pswp__button:active {
	outline: none;
	opacity: 0.9; }
.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
	opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(/css/mlp/pics/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(/css/mlp/pics/default-skin.svg); }
	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none; } }

.pswp__button--close {
	background-position: 0 -44px; }

.pswp__button--share {
	background-position: -44px -44px; }

.pswp__button--fs {
	display: none; }

.pswp--supports-fs .pswp__button--fs {
	display: block; }

.pswp--fs .pswp__button--fs {
	background-position: -44px 0; }

.pswp__button--zoom {
	display: none;
	background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
	display: block; }

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute; }

.pswp__button--arrow--left {
	left: 0; }

.pswp__button--arrow--right {
	right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute; }

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px; }

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity; }

.pswp__share-modal--hidden {
	display: none; }

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform; }
.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px; }
.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000; }
.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
	opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px; }

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none; }

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF; }
a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF; }

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D; }

a.pswp__share--download:hover {
	background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px; }
.pswp__caption small {
	font-size: 11px;
	color: #BBB; }

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC; }

.pswp__caption--empty {
	display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
	visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr; }

.pswp__preloader__icn {
	width: 60px;
	height: 60px;
	margin: 12px; }

.pswp__preloader--active {
	opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn {
	background: url(@loading-image) 0 0 no-repeat; }


@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right; } }

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0); }
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg); }
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0); } }

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0); }
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg); }
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible; }

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
	opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none; }

.pswp__element--disabled {
	display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
	background: none; }
.input-group-addon {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
}

.landing > main {padding-top:111px}
body:not(.landing) > header {padding-top:111px}