/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

.srt-button-contain, .srt-action-contain, .srt-widget-phone { display:none !important; }

.v7_container { background-position:bottom center !important; background-repeat:no-repeat !important; }

.dfs_container { 
	background-position:center center;
	padding-top:85px; 
	background-size:cover;
	position:relative;
	overflow:hidden;
}

.dfs_container .dfc-bg {
	position:absolute;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	display:none;
}

#dfs_slider { 
	position:relative;
	width:90%;
	max-width:1110px;
	height:720px;
	margin-left:auto; 
	margin-right:auto;
	z-index:26;
}

#dfs_slider2 { 
	position:relative;
	width:90%; 
	max-width:1110px; 
	height:720px; 
	margin-left:auto; 
	margin-right:auto; 
	z-index:26;
}

#dfs_slider *, #dfs_slider2 * { transition: .2s; }

#dfs_slider img.df-slide {
	position:absolute;
	bottom:0px;
	border-radius:120px;
	height:120px; width:120px;
	border:3px solid rgba(255,255,255, 0);
	cursor:pointer;
	display:none;
}

#dfs_slider img.df-current {
	box-shadow:0 0 25px rgba(255,255,255, 0.5);
	border:3px solid rgba(255,255,255, .9);
}

#dfs_slider img.df-slide:hover {
	border-radius:5px;
	border:3px solid rgba(155,0,0, .7);
}

#dfs_slider img.df-slide:active {
	border:3px solid rgba(255,255,255, 1);
	box-shadow:0 0 35px rgba(255,255,255, 0.8);
	opacity:.9;
}

#df-slova {
	position:absolute;
	width:300px;
	right:30px; top:0;
	text-align:right;
	opacity:0.01;
	transition: 1s;
	/*font-family: 'Yanone Kaffeesatz', sans-serif !important;
	font-size:30px;*/
	font-family: 'Exo 2', sans-serif !important;
	font-size:20px;
	font-weight:600;
	color:white;
	z-index:21;
	text-shadow:2px 2px 5px rgba(0,0,0, 0.3);
}

#df-slova img { cursor:pointer; }

#df-slova .df-btn {
	color:white;
	border-radius:5px;
	text-align:center;
	margin:20px 0px 30px;
}
#df-slova .df-btn-blue { background:#3A80CE; }
#df-slova .df-btn-red { background:#c02930; }
#df-slova .df-btn-blue:hover { background:#1560B5; }
#df-slova .df-btn-red:hover { background:#A6141B; }




.df-blur1 {
	width:340px; height:160px;
	position:absolute;
	top:0px; right:0px;
	border-radius:8px;
	overflow:hidden;
	transition:none !important;
}
#df-blur1-border {
	width:340px; height:160px;
	position:absolute;
	top:0px; right:0px;
	z-index:20;
	border-radius:8px;
	border-top:1px solid rgba(255,255,255, 0.5);
	border-left:1px solid rgba(255,255,255, 0.5);
	border-right:1px solid rgba(255,255,255, 0.2);
	border-bottom:1px solid rgba(255,255,255, 0.2);
}
.df-blur2 {
	width:340px; height:160px;
	position:absolute;
	top:185px; right:0px;
	border-radius:8px;
	z-index:10;
	overflow:hidden;
	transition:none !important;
}
#df-blur2-border {
	width:340px; height:160px;
	position:absolute;
	top:185px; right:0px;
	z-index:20;
	border-radius:8px;
	border-top:1px solid rgba(255,255,255, 0.5);
	border-left:1px solid rgba(255,255,255, 0.5);
	border-right:1px solid rgba(255,255,255, 0.2);
	border-bottom:1px solid rgba(255,255,255, 0.2);
}
.df-dn { display:none; }





/*--IPOTEKA--*/

#df-ipo {
	width:100%;
	margin:40px auto;
	text-align:left;
	font-size:22px;
	position:absolute;
	z-index:9;
	top:210px;
}

/*--INTER--*/

a.df-inta1 {
	border-radius:5px;
	width:100px;
	color:white;
	font-size:18px;
	background:#386097;
	padding:10px 20px 12px;
	line-height:.9;
	font-weight:400;
}

a.df-inta2 {
	border-radius:5px;
	width:100px;
	color:white;
	font-size:18px;
	background:#c02930;
	padding:10px 20px 12px;
	line-height:.9;
	font-weight:400;
}


a.df-inta span {
	font-size:14px;
	opacity:0.7;
}

a.df-inta i {
	font-size:26px;
	/*opacity:0.7;*/
	float:left;
	padding-top:14px;
	margin-right:12px;
	width:30px;
}

a.df-inta .df-intertop{
	border-bottom:1px solid rgba(255,255,255, .3);
	display:inline-block;
	width:200px;
	padding:0 0 7px;
	margin:0;
}

a.df-inta .df-interline{
	display:inline-block;
	width:200px;
	padding:5px 0;
	margin:0;
}

a.df-inb-7 { background:#970000; }
a.df-inb-6 { background:#973F00; }
a.df-inb-5 { background:#976000; }
a.df-inb-4 { background:#977E00; }
a.df-inb-3 { background:#8F9700; }
a.df-inb-2 { background:#519700; }
a.df-inb-1 { background:#009776 !important; }

a.df-inta1:hover, a.df-inta2:hover {
	opacity:0.8;
}

a.df-inta1:hover i, a.df-inta2:hover i {
	color:#FFD471;
}

a.df-inta1:active, a.df-inta2:active {
	opacity:1;
	box-shadow:0 0 35px rgba(255,255,255, 0.8);
}



.label_container { margin-bottom:30px; }

.the_label, .input-label { font-family: "Exo 2" !important; }

.input-label { font-size:16px; }

.the_input_element.btn.btn-default.nex-step, .open_nex_forms_popup { background:#c02930 !important; color:white !important; border:0 !important; }



header .main-navigation-ul > li.menu-item a.menu-item-link.js-smooth-scroll:not(.srt-show-view-entry-form) { font-size:16px !important; padding-right:8px !important; }
header .mk-header-holder .main-navigation-ul > li#menu-item-8618 a.menu-item-link.js-smooth-scroll { color:#e31e24 !important; }

























/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/




/* Home page header gradient */
.home .mk-header:not(.a-sticky) .mk-header-holder{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.20) 65%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.20) 65%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.20) 65%,rgba(0,0,0,0) 100%);
}
/* Home page header gradient */


/* footer copyright */
.srt-footer-copyright{
	float: right;
}
.srt-footer-copyright a{
	color: #a5a5a5 !important;
	line-height: 16px;
	float: left;
	padding: 25px 0 20px;
	opacity: .8;
}
.srt-footer-copyright a:hover{
	opacity: 1;
}

#mk-footer .mk-padding-wrapper {
	padding: 0 0px !important;
	margin-left: -5px !important;
	margin-right: -5px !important;
}
#sub-footer > .mk-grid{
	padding: 0 15px !important;
	box-sizing: border-box !important;
}
/* footer copyright */


/* subfooter */
.srt-sub-footer{
	padding: 20px 0;
	text-align: center;
	color: #a5a5a5 !important;
}
.srt-sub-footer p{
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 12px !important;
}
/* subfooter */


/* single post */
.single-post #mk-page-introduce{
	display: none !important;
}
.srt-blog-single-title-link{
	color: #f4524d;
}
/* single post */


/* single post btn */
.single-post .mk-button-container{
	opacity: 1;
}



/* timeline single */
@media (min-width: 768px){

	.timeline-info {
		width: calc(100% - 30px);
		float: none;
	}

}

.wpex-single-timeline{
	padding: 30px 35px;
	box-sizing: border-box;
}

.single-wp-timeline #mk-page-introduce{
	display: none !important;
}

.single-wp-timeline .tl-thumbnail{
	margin-bottom: 25px;
}
.single-wp-timeline .tl-thumbnail img{
	max-width: 100%;
}

.wpex-single-timeline h1.tl-title{
	line-height: 1.3em !important;
	font-weight: 600 !important;
	font-size: 30px !important;
	color: #222 !important;
	text-transform: uppercase !important;
	margin: 0 0 .8em !important;
	margin-bottom: 25px !important;
	padding: 0px !important;
}
.srt-tl-title-link{
	color: #f4524d;
}

.mk-post-nav{
	display: none !important;
}

.wpex.horizontal-timeline .wptl-readmore a{
	background: #4178cc !important;
	display: inline-block !important;
	border: none !important;
	line-height: 40px !important;
	padding: 0 25px !important;
	text-transform: uppercase !important;
	color: #fff !important;
	margin-top: 5px !important;
	position: relative !important;
	transition: 200ms !important;

	font-family: "Roboto Condensed" !important;
	font-size: 15px !important;
	font-weight: 400;


	cursor: pointer;
}
.wpex.horizontal-timeline .wptl-readmore a:hover{
	background: #e67104 !important;
}
/* timeline single */


/* menu item orange font */
.mk-header.a-sticky #menu-item-353>a.menu-item-link{
	color: #e67104 !important;
}
/* menu item orange font */

.mk-blog-thumbnail-item .item-wrapper h3{
	margin-top: 0px !important;
}


.mk-blog-thumbnail-item .mk-blog-meta-wrapper,
.mk-blog-thumbnail-item .image-hover-overlay,
.mk-blog-thumbnail-item .post-type-badge,
.mk-portfolio-item .image-hover-overlay{
	display: none !important;
}
.portfolio-similar-posts ul li{
	padding: 5px;
	box-sizing: border-box;
}
.portfolio-similar-posts .image-hover-overlay{
	display: none !important;
}
.mk-gallery .image-hover-overlay{
	display: none !important;
}

@media (min-device-width : 768px) and (max-device-width : 1024px){
	.header-style-1.header-align-left .header-logo{
		text-align: center;
	}
	.header-style-1.header-align-left .header-logo a{
		float: none;
	}
	.header-style-1.header-align-left .header-logo img{
	    transform: translate(-50%,-50%)!important;
		max-height: 50px;
		margin-left: -20px;
	}
	.mk-responsive-nav li a{
		font-size: 14px;
	}
	.mk-responsive-nav li ul li a{
		font-size: 16px;
		line-height: 16px;
	}
	
}


@media (max-width: 760px){
	.srt-footer-copyright{
		float: none;
	}
	.srt-footer-copyright a{
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	
	.mk-responsive-nav li a{
		font-size: 14px;
	}
	.mk-responsive-nav li ul li a{
		font-size: 14px;
		line-height: 14px;
	}
	
	
	#mk-footer > div.footer-wrapper.mk-grid > div > div:nth-child(1),
	#mk-footer > div.footer-wrapper.mk-grid > div > div:nth-child(2),
	#mk-footer > div.footer-wrapper.mk-grid > div > div:nth-child(3){
		display: none !important;
	}
	
	#mk-footer #contact_info-2{
		padding-left: 20px;
	}
	
	.srt-sub-footer p {
		margin-top: 40px;
		padding: 0 20px;
	}
	
	
	#cbh_mobile_phone_icon{
		display: none !important;
	}

}



.mk-blog-meta-wrapper,
.blog-single-meta{
	display: none !important;
}


.ipoteka-tabs .wpb_tabs_nav .ui-state-active a{
	background-color: #f97352 !important;
	color: #fff !important;
}
.ipoteka-tabs .wpb_tab{
	background-color: #fff !important;
}
.ipoteka-tabs .wpb_tabs_nav {
    border-bottom: 2px solid #f97352 !important;
}
.ipoteka-tabs .wpb_tabs_nav a{
	border-color: #f97352 !important;
}


.genplan-homepage{
	padding: 70px 0;
}

.fancybox-title{
	display: none !important;
}

.srt-custom-button.srt-button-popup{
z-index: 100000000;
display: block !important;
}
#ulp-layer-212{
	display: block !important;
	z-index: 100000000 !Important;
}

.srt-manifest-link{
	color: #a5a5a5 !important;
    line-height: 16px;
    float: left;
    padding: 25px 0 20px;
    opacity: .8;
	position: absolute;
    left: calc(50% - 161px);
    bottom: 0px;
}
.srt-manifest-link:hover{
opacity: 1;
}

/***
@media (max-width: 760px) {
	#SCBbuttonMobileMain {
		display: none!important;
}
	.pt-page {
		display: none!important;
}
}
***/


.fixed-call-btn {                                                                                   
    display: none;
    width: 52px;
    height: 52px;
    position: fixed;
    right: 25px;
    bottom: 45px;
    border-radius: 50%;
    outline: 0;
    background-color: #12b9fd;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGlkPSdDYXBhXzEnIHZpZXdCb3g9JzAgMCA0ODAuNiA0ODAuNicgd2lkdGg9JzUxMicgaGVpZ2h0PSc1MTInPjxzdHlsZT4uYXtmaWxsOiNGRkY7fTwvc3R5bGU+PHBhdGggZD0nTTM2NS40IDMxNy45Yy0xNS43LTE1LjUtMzUuMy0xNS41LTUwLjkgMCAtMTEuOSAxMS44LTIzLjggMjMuNi0zNS41IDM1LjYgLTMuMiAzLjMtNS45IDQtOS44IDEuOCAtNy43LTQuMi0xNS45LTcuNi0yMy4zLTEyLjIgLTM0LjUtMjEuNy02My40LTQ5LjYtODktODEgLTEyLjctMTUuNi0yNC0zMi4zLTMxLjktNTEuMSAtMS42LTMuOC0xLjMtNi4zIDEuOC05LjQgMTEuOS0xMS41IDIzLjUtMjMuMyAzNS4yLTM1LjEgMTYuMy0xNi40IDE2LjMtMzUuNi0wLjEtNTIuMSAtOS4zLTkuNC0xOC42LTE4LjYtMjcuOS0yOCAtOS42LTkuNi0xOS4xLTE5LjMtMjguOC0yOC44IC0xNS43LTE1LjMtMzUuMy0xNS4zLTUwLjkgMC4xIC0xMiAxMS44LTIzLjUgMjMuOS0zNS43IDM1LjUgLTExLjMgMTAuNy0xNyAyMy44LTE4LjIgMzkuMSAtMS45IDI0LjkgNC4yIDQ4LjQgMTIuOCA3MS4zIDE3LjYgNDcuNCA0NC40IDg5LjUgNzYuOSAxMjguMSA0My45IDUyLjIgOTYuMyA5My41IDE1Ny42IDEyMy4zIDI3LjYgMTMuNCA1Ni4yIDIzLjcgODcuMyAyNS40IDIxLjQgMS4yIDQwLTQuMiA1NC45LTIwLjkgMTAuMi0xMS40IDIxLjctMjEuOCAzMi41LTMyLjcgMTYtMTYuMiAxNi4xLTM1LjggMC4yLTUxLjhDNDAzLjYgMzU1LjkgMzg0LjUgMzM2LjkgMzY1LjQgMzE3Ljl6JyBjbGFzcz0nYScvPjxwYXRoIGQ9J00zNDYuMyAyMzguMmwzNi45LTYuM2MtNS44LTMzLjktMjEuOC02NC42LTQ2LjEtODkgLTI1LjctMjUuNy01OC4yLTQxLjktOTQtNDYuOWwtNS4yIDM3LjFjMjcuNyAzLjkgNTIuOSAxNi40IDcyLjggMzYuM0MzMjkuNSAxODguMiAzNDEuOCAyMTIgMzQ2LjMgMjM4LjJ6JyBjbGFzcz0nYScvPjxwYXRoIGQ9J000MDQgNzcuOGMtNDIuNi00Mi42LTk2LjUtNjkuNS0xNTYtNzcuOGwtNS4yIDM3LjFjNTEuNCA3LjIgOTggMzAuNSAxMzQuOCA2Ny4yIDM0LjkgMzQuOSA1Ny44IDc5IDY2LjEgMTI3LjVsMzYuOS02LjNDNDcwLjkgMTY5LjMgNDQ0LjQgMTE4LjMgNDA0IDc3Ljh6JyBjbGFzcz0nYScvPjwvc3ZnPgo=);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 50%;
    background-size: 50%;
    z-index: 99999999;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 6px 0px, rgba(0, 0, 0, 0.24) 0px 6px 6px 0px;
}


@media screen and (max-width: 600px) {
    .fixed-call-btn {
        display: block;
    }
}
