/*
Theme Name: Noor Child Theme
Theme URI:  https://themeforest.net/item/okab-responsive-multipurpose-wordpress-theme/16958600
Author: PixelDima
Author URI:   https://pixeldima.com/
Template: noor
Description: This is a blank child theme for Noor theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, flexible-header, full-width-template, post-formats, theme-options, featured-images,rtl-language-support,threaded-comments, translation-ready
Text Domain:  noor
*/

/* write custom css after this line */

/*-HEADER-*/

ul.privacypol li {
	padding: 5px 0;
}

.post-49670 h1 {
	font-size: 32px;
	font-weight: 500;
}
.post-49670 h3 {
	font-size: 16px;
	font-weight: 600;
}

.post-49670 table thead th {
	font-size: 13px;
	font-weight: 600;
	padding: 10px;	
}

.post-49670 table tr td {
		padding: 10px;
}

.navbar_is_dark .dima-navbar-wrap .big_nav {
    /*background: #fff;*/
	background: #d4a645;
}

.navbar_is_dark .dima-navbar-wrap.fixed .big_nav{
	display:none;
}

.navbar_is_dark .dima-navbar-wrap.desk-nav .dima-nav.nav-top > li > a{
	border-right: 1px solid #dadada;
	font-weight: normal;
}

.navbar_is_dark .dima-navbar-wrap.desk-nav .dima-nav.nav-top > li.menu-item-has-children > a:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	content: "\f107";
	padding: 0 0 0 5px;
	font-weight: bold;
	
}

.dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag .dima-nav>li {
	margin-right: -11px;
}

.navbar_is_dark .dima-navbar-wrap .dima-nav.nav-top > li > a, .navbar_is_dark .dima-navbar-wrap.fixed .dima-nav.nav-top > li > a, .navbar_is_dark .dima-navbar-wrap .dima-nav.nav-top > li > a:hover{
	/*color: #000;*/
	color: #fff;
}

.navbar_is_dark .dima-navbar-wrap .big_nav .dima-topbar .icon_text .dima-topbar-txt, .navbar_is_dark .dima-navbar-wrap.fixed .big_nav .dima-topbar .icon_text .dima-topbar-txt {
    /*color: #000;*/
	color: #fff;
}

.dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag .dima-nav.nav-top > li {
    line-height: 30px;
	opacity: 0;
}

.dima-navbar-wrap.desk-nav .dima-navbar .big_nav .dima-nav-tag .dima-nav > li > .sub-menu {
    top: 30px;
}

.dima-navbar-wrap.desk-nav .dima-navbar .big_nav .dima-nav-tag.dima-tag-btn-menu {
    height: 30px;
}

.big_nav .dima-topbar {
    height: 30px;
}

.big_nav .dima-topbar .icon_text {
    line-height: 30px;
}

.big_nav .dima-lan > a .flag {
    top: 4px;
}

.big_nav .dima-lan > ul {
    top: 3px;
    left: -57px;
	width: 135px;
}


.sub_menu_is_dark .dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag .dima-nav.nav-top  .sub-menu{
	/*background-color: #fff;*/
	background: #d4a645;
}

.sub_menu_is_dark .dima-navbar-wrap .dima-nav.nav-top .sub-menu a {
    /*color: #000;*/
	color: #fff;
}

.navbar_is_dark .dima-navbar.dima-navbar-line .dima-nav.nav-top > li > a:before{
	background: rgba(0, 0, 0, 0.78);
}

ul.privacypol {
	list-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cc-header {
	display: none;
}


@media only screen and (min-width: 990px) {
  .dima-navbar-wrap.desk-nav .dima-btn-nav-mobile {
    display: none;
  }
}

@media only screen and (max-width: 989px) {
  .dima-btn-nav-mobile {
    display: block !important;
  }
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile {
  position: relative;
  background-color: transparent;
  float: right;
  border-left: 1px solid #e1e1e1;
  height: 70px;
  width: 70px;
  text-align: center;
}

.dima-topbar, .mobile-nav.dima-navbar-wrap .dima-navbar .logo p, .mobile-nav.dima-navbar-wrap .dima-navbar .logo {
  height: 70px;	
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  height: 50px;
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile svg {
  fill: #333333;
  width: 1.7142857143rem;
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile .menu_icon_item.sort_ic svg {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: rotate3d(1, 1, 1, 0deg) scale3d(0, 0, 0);
          transform: rotate3d(1, 1, 1, 0deg) scale3d(0, 0, 0);
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s;
  transition: opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s;
  transition: transform 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  transition: transform 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s;
  width: 30px;
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile .menu_icon_item svg {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s;
  transition: opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s;
  transition: transform 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s;
  transition: transform 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s;
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile.btn-active .menu_icon_item.sort_ic svg {
  opacity: 1 !important;
  -webkit-transform: rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1) !important;
          transform: rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1) !important;
  pointer-events: auto !important;
  -webkit-transition: opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s !important;
  transition: opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s !important;
  transition: transform 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s !important;
  transition: transform 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s !important;
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile.btn-active .menu_icon_item:not(.sort_ic) svg {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 0, 0) !important;
          transform: rotate3d(0, 0, 1, 45deg) scale3d(0, 0, 0) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  -webkit-transition: opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s !important;
  transition: opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s !important;
  transition: transform 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s !important;
  transition: transform 0.35s ease-in-out 0s, opacity 0.35s ease-in-out 0s, -webkit-transform 0.35s ease-in-out 0s !important;
}

.navbar_is_dark .dima-navbar-wrap.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar_is_dark .dima-navbar-wrap.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile svg {
  fill: #FFFFFF;
}

.mobile-nav span.clear{

}

.mobile-nav.dima-navbar-wrap .mobile-nav-head {
    overflow: inherit;
	float: left;
    width: 100%;
}

.mobile-nav-head .dima-topbar-txt span:last-child{
	display: none;
}

.mobile-nav-head .icon_text {
    padding: 0 0.5rem 0 0;
	height: 100%;
}

.mobile-nav-head .dima-lan > ul {
    left: -70px;
    width: 155px;
}

.mobile-nav-head .dima-lan > a .flag {
    top: 0;
}


.dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag::selection {
    background-color: #fff;
}

.dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag a.print{
	margin: 0 10px 0 5px;
}


.dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag a.print svg{
	width:20px;
	height: 20px;
	margin-bottom: -5px;
}

.dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag a.print svg path{
	/*fill: #ababab!important;*/
	fill: #fff!important;
}

.dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag span.font-size i{
	height: 30px;
    /*color: #ababab!important;*/
	color: #fff!important;
    line-height: 30px;
}

.dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag span.font-size i.plus-fs, .dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag span.font-size i.minus-fs{
	font-size: 10px;
    margin: 0 3px;
	cursor: pointer;
}

.dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag span.font-size i.init-fs{
	cursor: pointer;
}



@media only screen and (max-width: 375px){

	.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile {
		border-left: none;
	}
}

      

/*-PAGE-*/

#supersized-loader{
	display: none;
}

.has_backgroung_img #supersized-loader{
	display: block;
}

.has_backgroung_img .dima-main, .has_backgroung_img .all_content {
    background-color: transparent;
} 


.has_backgroung_img.framed .dima-main {
    padding: 0;
}

.has_backgroung_img .dima-main .container{
	padding-bottom: 50px;
}

.has_backgroung_img .dima-main .container > .opacity {
    background: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
    filter: alpha(opacity=80);
    -moz-opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.has_backgroung_img .dima-main .container a.close, .has_backgroung_img .dima-main .container a.open, .has_backgroung_img .dima-main .container a.print, .has_backgroung_img .dima-main .container span.font-size {
    position: absolute;
    display: none;
    padding: 10px;
    right: 0;
    top: 0;
    z-index: 10;
    outline: none;
}

.has_backgroung_img .dima-main .container .breadcrumb{
	position: absolute;
    padding: 15px 50px 0 0;
    left: 53px;
    top: 0;
    z-index: 10;
    outline: none;
}

.breadcrumb a[href$="#"]{
	color: #c1c1c1;
}

.has_backgroung_img .dima-main .container a.print{
    right: 50px;
}

.has_backgroung_img .dima-main .container span.font-size{
    right: 100px;
}

.has_backgroung_img .dima-main .container a.close svg, .has_backgroung_img .dima-main .container a.open svg, .has_backgroung_img .dima-main .container a.print svg{
	width:30px;
	height: 30px;
}

.has_backgroung_img .dima-main .container a.close svg path, .has_backgroung_img .dima-main .container a.open svg path, .has_backgroung_img .dima-main .container a.print svg path{
	fill: #ababab!important;
}

.has_backgroung_img .dima-main .container span.font-size i{
	height: 30px;
    color: #ababab!important;
    line-height: 30px;
}

.has_backgroung_img .dima-main .container span.font-size i.first-symbol{
    font-size: 20px;
    margin-right: -6px;
}

.has_backgroung_img .dima-main .container span.font-size i.plus-fs, .has_backgroung_img .dima-main .container span.font-size i.minus-fs{
	font-size: 10px;
    margin: 0 5px;
	cursor: pointer;
}

.has_backgroung_img .dima-main .container span.font-size i.init-fs{
	cursor: pointer;
}

.has_backgroung_img .dima-main .container a.close svg:last-child{
	display:none;
}

.has_backgroung_img .dima-main .container a.open svg:first-child{
	display:none;
}


.has_backgroung_img .page-section-content {
    /*background-color: #fff;*/
	padding: 5.3571rem 53px 30px;
	z-index: 1;
	display:none;
}

.has_backgroung_img .page-section-content h1{
    font-size: 20px;
}

.has_backgroung_img  footer{
	display:none;
}

.has_backgroung_img .page-section-content .dima-container {
    width: 100%;
}

.dima_post_pagination {
    bottom: 0;
}


.dima-container.full, .page-section-content.boxed-blog, body:not(.has_backgroung_img) #dima-wrapper .dima-main {
	background-color: #efefef;
}

/* Blog Fix */

.entry-content.post-content.text-start {
	min-height: 115px;
}

.dima-isotope-container article.hentry {
	border-bottom: 1rem solid transparent;
}

.boxed-blog.blog-list .masonry article header h2.entry-title {
	line-height: 1.3em;
}

.boxed-blog .post .post-meta, .boxed-blog article .post-meta {
	line-height: 20px;
	padding-bottom: 1rem;
}

/* share links */

.text-end {
    text-align: center;
}

.page-section-content .share .long{
    display: none;
}

.title_container.start-style .page-section-content.overflow-hidden {
	padding: 7rem 0;
}

.page-section-content {
	padding: 5rem 0;
}


.page-section-content ul.share{
    list-style: none outside none;
    overflow: hidden;
    margin: 0;
    padding: 15px 0 0 0;
}

.page-section-content ul.share li{
    float: left;
    padding: 0px 3px;
    background: transparent;
    height: inherit;
    margin-right: 1px;
    position: relative;
}

.page-section-content ul.share li.prefix{
    padding: 0 8px 0 10px;
}

.page-section-content ul.share li .opacity{
    background:#000000;
    position:absolute;  
    
    top:0px; 
    left:0px;
    width:100%;
    height:100%;
    
    z-index:1;  
    opacity:0.3;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.page-section-content ul.share li.link:hover .opacity {
    background:#000000;
    position:absolute;  
    
    top:0px; 
    left:0px;
    width:100%;
    height:100%;
    
    z-index:1;  
    opacity:0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}



.page-section-content ul.share li a,
.page-section-content ul.share li.prefix span{
    position: relative;
    z-index: 5;
    text-decoration: none;
    width: inherit;
    height: 21px;
    line-height: 21px;
    font-size: 13px;
    color: #ffffff;
    padding: 0;
    display:block;
}

.page-section-content ul.share li a span{
    position: relative;
    z-index: 10;
    color: #ffffff;
    padding: 0;
    font-size: 13px;
}

h1.dima-custom-heading{
	font-size: 18px;
}

.rvfs-1, .rvfs-1 p, .rvfs-1 li, .rvfs-1 .wp-caption-text{ font-size: 70% }
.rvfs-2, .rvfs-2 p, .rvfs-2 li, .rvfs-2 .wp-caption-text{ font-size: 80% }
.rvfs-3, .rvfs-3 p, .rvfs-3 li, .rvfs-3 .wp-caption-text{ font-size: 90% }
.rvfs-4, .rvfs-4 p, .rvfs-4 li, .rvfs-4 .wp-caption-text{ font-size: 100% } /* initial font size for 'variations' default value: 7 */
.rvfs-5, .rvfs-5 p, .rvfs-5 li, .rvfs-5 .wp-caption-text{ font-size: 110% }
.rvfs-6, .rvfs-6 p, .rvfs-6 li, .rvfs-6 .wp-caption-text{ font-size: 120% }
.rvfs-7, .rvfs-7 p, .rvfs-7 li, .rvfs-7 .wp-caption-text{ font-size: 130% }

@media only screen and (min-width: 960px){
	.has_backgroung_img .dima-main .container{
		margin: 0;
		max-width: 680px;
	}
	

	
	.has_backgroung_img .dima-main .container a.close, .has_backgroung_img .dima-main .container a.open, .has_backgroung_img .dima-main .container a.print, .has_backgroung_img .dima-main .container span.font-size {
		display: block;
	}
}


/*-FOOTER-*/


.top-footer{
	height: auto!important;
}

#site-botmenu {
	z-index: 1;	
	margin: 0 19px -1px 19px;
}

#site-footer {
	z-index: 10;
}

.dima-footer {
    border-top: none;
}

.footer-container .top-footer {
    padding: 1.5rem 0 0 0;
}

.footer-container .top-footer .dima-widget .widget {
    margin-bottom: 0;
}

.social-media.fill-icon .inline > li {
    margin-bottom: 0;
	margin-top: 5px;
}


/* 2020 Changes */


.scroll-to-top {
  z-index: 9999!important;
}


.scroll-down-but {
	display: block;
	width: 210px;
	height: 50px;
	position: fixed;
	bottom: 19px;
	left: 50%;
	margin-left: -105px;
	z-index: 99999;
}

.scroll-down-but.stop {
	position: absolute;
	bottom: auto;
	top: -50px;
}


.scroll-down-but .but-left {
	width: 50px;	
	height: 50px;	
	color: #fff;
	float: left;
	background-color: #ff9802;
	line-height: 50px;	
	text-align: center;
	font-size: 30px;
}

.scroll-down-but .but-right {
	width: 160px;	
	height: 50px;	
	color: #fff;
	float: right;	
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 50px;
}

.navbar_is_dark .dima-lan>ul::after {
	border-bottom-color: rgba(0,0,0,0.7);
}

#site-botmenu {
	background: #333;
	position: relative;
}

.has_backgroung_img .no-padding-section.page-section-content {
	padding: 0;
}


#site-botmenu .dima-button.fill.dima-btn-large.button-block {
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;	
	margin-bottom: 0;	
}

li.menu-item-home,
.mobile-nav.dima-navbar-wrap .dima-navbar .dima-nav-tag li.menu-item-home  {
	display: none!important;
}

span.footmeta {
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: gray;
	font-weight: 600;
}

span.footmeta2 {
	color: gray;
	font-weight: 500;
}

.post-content .vc_custom_1526560401968,
.post-content .vc_custom_1526414333390, 
.post-content .vc_custom_1528208214915, 
.post-content .vc_custom_1526413544096, 
.post-content .vc_custom_1526413278604 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.post-content .vc_custom_1523121489020 {
	margin-top: -80px !important;	
}

span.font-size {
	margin-right: 15px;
}


.dima-nav a {
	font-weight: 600;
	font-size: 12px!important;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.lang-topbar {
	position: relative;
	width: 80px;
	line-height: 80px;
	height: 80px;
	border-left: 1px solid rgba(255,255,255,0.1);
}

.lang-topbar a.dima-topbar-txt {

	display: inline-block;
	width: 80px;
	line-height: 80px;
	height: 80px;
}

.lang-topbar a.dima-topbar-txt span.flag {
	margin: 0;
	width: 22px;
	height: 22px;
	left: 50%;
	margin-left: -11px;
	background-size: 22px 22px!important;
}

.lang-topbar a.dima-topbar-txt span:last-child {
display: none;

}

.lang-topbar .dima-lan>ul {
	top: 65px;
	width: 130px;
}

.lang-topbar .dima-lan>ul>li a {
	letter-spacing: 0;
}

.dima-lan>ul {
	left: -25px;
}

.top-footer .widget.text-html {
	line-height: 140%;
	padding-top: 7px;
	padding-bottom: 7px;
}

.dima-navbar-wrap.desk-nav .dima-navbar .dima-nav-tag.dima-tag-btn-menu {
	padding-right: 15px;
}

.sub_menu_is_dark .dima-navbar-wrap a .link-backdrop {
	background: #111111;
}


/* TOP MENU DROPDOWN */

.dima-navbar-global.full-wrapper .main-menu-item.menu-item-has-children.sub-icon > a::before {
	right: 17px;
}

.dima-navbar-global.full-wrapper .main-menu-item.menu-item-has-children.sub-icon > a {
	padding-right: 17px;

}

.dima-navbar-global.full-wrapper .main-menu-item.menu-item-has-children.sub-icon > a {
	position: relative;	
}

.dima-navbar-global.full-wrapper .main-menu-item.menu-item-has-children.sub-icon > a::after {
	content:'';
	position:absolute;
	right:4px;
	top:49%;
	margin-top:-5px;
	display:block;
	width:10px;
	height:10px;
	background:url(assets/img/dropdown_on.svg) right center no-repeat;
	background-size:10px 10px;
	transition:all .25s linear;
}

.dima-navbar-global.full-wrapper .main-menu-item.menu-item-has-children.sub-icon > a:hover::after {
	transform:rotate(180deg);
}

.framed .full-width-footer {
	padding: 0 50px;
}


/* Menu ikons */

a.dima-button.fill.dima-btn-large.button-block span.ruicon {
	background-position: left center;
	background-size: 22px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	margin-right: 7px;
}

span.ruicon.actual {
	background-image: url(assets/img/actual.png);	
}

span.ruicon.clock {
	background-image: url(assets/img/clock.png);	
}

span.ruicon.location {
	background-image: url(assets/img/location.png);	
}

span.ruicon.guide {
	background-image: url(assets/img/guide.png);	
}

span.ruicon.books {
	background-image: url(assets/img/book.png);	
}

span.ruicon.list {
	background-image: url(assets/img/list.png);	
}

span.ruicon.contacts {
	background-image: url(assets/img/mail.png);	
}

span.ruicon.atention {
	background-image: url(assets/img/atention.png);	
}

span.ruicon.ticket {
	background-image: url(assets/img/ticket.png);	
}

span.ruicon.ticket-buy {
	background-image: url(assets/img/ticket-buy.png);	
}

span.ruicon.map {
	background-image: url(assets/img/map.png);	
}

span.ruicon.vrtour {
	background-image: url(assets/img/vtour.png);	
}

span.ruicon.vrmuzeum {
	background-image: url(assets/img/mtour.png);	
}


@media (max-width: 1440px) {  

a.dima-button.fill.dima-btn-large.button-block {
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 0 0 0 35px;
	box-sizing: border-box;
}

.dima-button i {
	padding-right: 9px;
	margin-left: 0;
}



}

@media (max-width: 1280px) {  
.dima-navbar-wrap.desk-nav .dima-navbar .logo p img {
	max-width: 170px;
}

.dima-nav>li>a {
	padding: 0 15px;
	letter-spacing: 1px;
}
	
}


@media (max-width: 989px) {  

.top-footer div [class*=ok-md], .top-footer div [class*=ok-sd], .top-footer div [class*=ok-xsd], .top-footer div [class*=ok-ld], .top-footer div [class*=ok-xld] {
	margin-bottom: 0;
}

.top-footer .widget.text-html,
.top-footer .widget.social-icons-widget {
	text-align: center;
	font-size: 12px;
}

.footer-container .top-footer .dima-widget .widget.social-icons-widget {
	margin-bottom: 5px;
}

.top-footer .float-start {
	float: none;
}

.mobile-nav.dima-navbar-wrap .dima-navbar .logo .dima-brand img	{
	max-width: 160px;	
}

.post-content .vc_custom_1523121489020 {
	margin-top: 0 !important;	
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile {
  height: 70px;
  width: 70px;
}

.dima-topbar, .mobile-nav.dima-navbar-wrap .dima-navbar .logo p, .mobile-nav.dima-navbar-wrap .dima-navbar .logo {
  height: 70px;	
}

.container {
	margin-top: 89px;
}

a.dima-button.fill.dima-btn-large.button-block {
	font-size: 12px;
	text-align: left;
	letter-spacing: 0.5px;
	padding: 0 0 0 35px;
	box-sizing: border-box;
}

a.dima-button.fill.dima-btn-large.button-block span.ruicon {
	background-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
}


.scroll-down-but {
	width: 170px;
	height: 40px;
	margin-left: -85px;
}

.scroll-down-but.stop {
	top: -40px;
}


.scroll-down-but .but-left {
	width: 40px;	
	height: 40px;	
	line-height: 40px;	
	font-size: 26px;
}

.scroll-down-but .but-right {
	width: 130px;	
	height: 40px;
	line-height: 40px;		
	font-size: 11px;
	letter-spacing: 1px;
}

body:not(.dima-transparent-navigation-active) .menu-absolute {
position: fixed;

}

.navbar_is_dark .dima-navbar-wrap.mobile-nav.dima-navbar-wrap .dima-navbar:not(.dima-navbar-transparent) .mobile-nav-head {
background: rgba(0,0,0,0.9)!important;
}


.scroll-to-top.on {
	display: none;
}

.has_backgroung_img .page-section-content {
    /*background-color: #fff;*/
	padding: 4.5rem 30px 30px 50px ;
	z-index: 1;
	display:none;
}

	.has_backgroung_img .container .page-section-content.section,
	.has_backgroung_img .container .page-section-content.section div .ok-xsd-12 {
		padding:0;
	}



}

	
@media (max-width: 640px) { 	

.mobile-nav.dima-navbar-wrap .dima-navbar .logo .dima-brand img	{
	max-width: 150px;	
}



.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile {
  height: 60px;
  width: 60px;
}

.dima-topbar, .mobile-nav.dima-navbar-wrap .dima-navbar .logo p, .mobile-nav.dima-navbar-wrap .dima-navbar .logo {
  height: 60px;	
}

.container {
	margin-top: 79px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar .dima-nav-tag form input[type=text] {
	padding: 2rem;
}
.mobile-nav.dima-navbar-wrap .dima-navbar .dima-nav-tag form .search_icon svg {
	height: 54px;
}

.form-search.center-text input {
height: 30px!important;	
}

a.dima-button.fill.dima-btn-large.button-block {
	font-size: 12px;
	text-align: left;
	letter-spacing: 0.5px;
	padding: 0 0 0 25px;
	box-sizing: border-box;
}

a.dima-button.fill.dima-btn-large.button-block span.ruicon {
	background-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
}

.custom.tparrows {
	display: none!important;
}
	
}

@media (max-width: 480px) { 	

.framed .footer-container {
	margin-bottom: 0;
}

.scroll-down-but {
	width: 150px;
	height: 34px;
	margin-left: -80px;
}

.scroll-down-but.stop {
	top: -34px;
}

.scroll-down-but .but-left {
	width: 34px;	
	height: 34px;	
	line-height: 34px;	
	font-size: 18px;
}

.scroll-down-but .but-right {
	width: 116px;	
	height: 34px;
	line-height: 34px;		
	font-size: 10px;
}

.mobile-nav.dima-navbar-wrap .dima-navbar .logo .dima-brand img	{
	max-width: 140px;	
}

#site-botmenu {
	z-index: 1;	
	margin: 0 -1px -1px -1px;
}

a.dima-button.fill.dima-btn-large.button-block {
	font-size: 11px;
	letter-spacing: 0.5px;
	padding: 0 0 0 20px;
}

a.dima-button.fill.dima-btn-large.button-block span.ruicon {
	background-size: 18px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
}

.mobile-nav.dima-navbar-wrap .dima-btn-nav-mobile {
  height: 50px;
  width: 50px;
}

.dima-topbar, .mobile-nav.dima-navbar-wrap .dima-navbar .logo p, .mobile-nav.dima-navbar-wrap .dima-navbar .logo {
  height: 50px;	
}

.container {
	margin-top: 49px;
}

.top-footer .second-footer-widget-area {
	margin-top: 20px;
	
}

.scroll-down-but {
	bottom: 0;
}



}

@media (max-width: 380px) { 
	.advent-calendar__day {
	height: 70px;
	width: 70px;
}
	}
	