.menu_layout.item-content{
	height:inherit;
}

.menu_layout .helper-div{
	display:table-cell;
	vertical-align:middle;
}

.menu_layout .image-cover{
	display:table-cell;
	vertical-align:middle;
}

.menu_layout .preview-content-wrapper{
	text-align:left;
	height:inherit;
	min-height:inherit;
}

.menu_layout .preview-content-holder{
	display: block;
	max-width: 100%;
	height:inherit;
	min-height:inherit;
}


.menu_layout .preview-item-links{
    display:table-cell;
	vertical-align:middle;
}

 .preview-item-links[data-shrink-style='vertically'] .preview-links-wrapper{
	display:flex;
	flex-direction: column;
}


.menu_layout{
	display:table;
}

.menu_layout .left-div{
	height:10px; /*inherit for chrome*/
	display:table;
	float:left;
	min-height:inherit;
}

.item-box[data-height-resize="true"] .menu_layout .left-div{
	height:inherit;
}

.item-box[data-height-resize="true"] .menu_layout .right-div{
	height:inherit;
}

.menu_layout .right-div{
	height:10px; /*inherit for chrome*/
	display:table;
	float:right;
	min-height:inherit;
}

.menu_layout.item-content{
	width:100%;
	
}

.menu_layout .preview-item-links li{
	display:inline-block;
	position: relative;
}

.preview-item-links .submenu li{
	display:block!important;
}

 .menu_layout .preview-item-links.flipped{
	display:block;
}

.menu_layout  .menu-line{
	height: 3px;
	margin-bottom:5px;
	display:block;
	background-color:black;
}

.menu_layout .logo-holder{
	display: table-cell;
	vertical-align: middle;
	line-height:0px;
}

.menu_layout .links-menu-btn{
	width: 25px;
	height: 36px;
	cursor:pointer;
	display:none;
	vertical-align: middle;
}

.menu_layout .links-menu-btn.hamburger {
	width: auto;
	height: auto;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}

.menu_layout .links-menu-btn-wrapper{
	display:table;
	float:right;
	/*height:100%;*/
}

 .menu-links-holder{
	position:relative;
	left:0px;
	top:0px;
	display:none;
}

 .menu-links-holder.shown{
	display:block;
}

.center-aligned-menu:not(.force-min-height50) .benet{
	display:none;
}

.center-aligned-menu:not(.force-min-height50) .right-div, .center-aligned-menu:not(.force-min-height50) .left-div{
	display:block;
	float:none;
	height:auto!important;
	min-height:initial;
	text-align:center;
}

 .center-aligned-menu:not(.force-min-height50) .menu_layout .preview-item-links{
	padding-bottom:25px;
}


 .center-aligned-menu:not(.force-min-height50) .menu_layout .left-div{
	 padding-top:25px;
 }

.center-aligned-menu:not(.force-min-height50) .helper-div{
	display:inline;
}

.center-aligned-menu:not(.force-min-height50)  .logo-holder , .center-aligned-menu:not(.force-min-height50)  .preview-item-links{
	display:inline-block;
}

.center-aligned-menu:not(.force-min-height50) .preview-content-wrapper{
	display: table;
	width: 100%;
	text-align:center;
}

.center-aligned-menu:not(.force-min-height50) .preview-content-holder{
	display: table-cell;
	vertical-align: middle;
}

.center-aligned-menu:not(.force-min-height50) .menu_layout .links-menu-btn.shown{
	display:inline-block;
}

.menu_layout .links-menu-btn.shown{
	display:table-cell;
	pointer-events:auto;
 }

 .menu-open .preview-element.Link.item-link{
 	pointer-events: auto;
 }

.menu-open:not(.force-transparency):not(.full-screen-menu) .preview-item-links{
 	background-color:transparent;
 	pointer-events:none;
 }
 
.menu-open {
	pointer-events:auto!important;
}

.menufied .preview-item-links{
  display:block;
  margin:auto;
  position:relative;
  z-index:3;
  padding-bottom:25px;
}
  
 .menufied .preview-item-links span,  .menufied .preview-item-links li{
	 display:inline-block;
	 position: relative;

 }
 
.menufied .preview-item-links.no-place span, .menufied.full-screen-menu.menu-open .preview-item-links span,  .menufied.side-screen-menu.menu-open .preview-item-links span, .menufied.full-screen-menu.menu-open .preview-item-links li, .menufied.side-screen-menu.menu-open .preview-item-links li{
  	display:block;
  	margin-right:auto!important;
	margin-left:auto!important;
}

.menufied.full-screen-menu .submenu, .menufied.side-screen-menu  .submenu{
	background-color:transparent!important;
}

  .menu_layout .submenu li{
	  min-width:100%;
  }
 
 .left-menu-placeholder .item-wrapper{
 	padding-top:25%!important;
 }
 
 .left-menu-placeholder .master.item-box{
 	width:inherit!important;
 	padding-left:0px!important;
 	padding-right:0px!important;
 }
 
 .left-menu-placeholder .preview-item-links span{
   	margin-right:auto!important;
	margin-left:auto!important;
 }
 
  .preview-links-wrapper > span:first-child, .preview-links-wrapper > a:first-child span {
  	margin-left:0px!important;
  }

 .left-menu-placeholder .preview-item-links{
 	padding-top:30px!important;
 }


.animated-menu{
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}

.scale-down08{
	-webkit-transform: scale(0.8);
	transform:scale(0.8);
	-ms-transform:scale(0.8);
}

.force-min-height50{
	min-height:50px!important;
}

.force-min-height50 .menus-wrapper{
	min-height:50px!important;
}

.force-transparency{
	background-color:transparent!important;
	pointer-events: none;
}

.force-transparency .preview-links-wrapper{
	pointer-events: auto;
}

.force-transparency .item-content{
	background-color:transparent!important;
}

.master.container.left-menu-layout [data-preset-type-id='MENUS']{
	position:fixed!important;
	width:270px;
	top:0px;
}

.master.container .left-menu-placeholder{
	display: inline-block;
	width:270px;
	vertical-align:top;
}

.master.container.left-menu-layout .item-wrapper.menus-wrapper{
	display: inline-block;
} 

.master.container.left-menu-layout .menu_layout .preview-item-links a , .master.container.left-menu-layout .menu_layout .preview-item-links .item-link,.master.container.left-menu-layout .menu_layout .preview-item-links li {
	display:block;
}

.master.container.left-menu-layout [data-preset-type-id='MENUS'] + .control-handle{
	display: none!important;
}

.master.container.left-menu-layout > #children{
	display: inline-block;
}

.master.container.left-menu-layout .menu_layout .preview-content-holder{
	vertical-align:top;
}

.xprs-holder:not(.in-editor) .master.item-box.header-box.being-scrolled{
	z-index:1234567891;
}

.being-scrolled .menu_layout .preview-subtitle-holder , .minimal-design .menu_layout .preview-subtitle-holder{
	display:none;
}

.being-scrolled .menu_layout .preview-title-holder, .minimal-design .menu_layout .preview-title-holder{
	display:table-cell;
	vertical-align:middle;
}

.being-scrolled .menu_layout .item-details , .minimal-design .menu_layout .item-details{
	display:table;
}



.master.item-box.header-box.full-screen-menu .preview-links-wrapper, .master.item-box.header-box.side-screen-menu .preview-links-wrapper{
	transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.left-menu-placeholder .menus-wrapper {
	min-width:none!important;
}


.master.item-box.header-box.full-screen-menu.menu-open .preview-item-links.transform-disabled .preview-links-wrapper{
	transform:translateX(-50%);
	padding-right:-20px;
}
	
.master.item-box.header-box.full-screen-menu.menu-open .preview-item-links.transform-disabled{
	overflow-y:scroll;
	padding-right:20px;

}

.master.item-box.header-box.full-screen-menu .preview-item-links{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
}


.master.item-box.header-box.side-screen-menu .preview-item-links{
    position: fixed;
    top: 0px;
    right: -315px;
    z-index: -1;
    width: 315px;
    height: 100%;
    transition:right 1s;
    display:block;
    
}


 .left-menu-placeholder .menu_layout .submenu, .header-box.side-screen-menu .submenu, .header-box.full-screen-menu .submenu, .menufied .preview-item-links.no-place .submenu{
	 position:relative;
 }
 .header-box  .submenu{
	display:none;
 }



 .header-box:not(.full-screen-menu) .preview-item-links:not([data-shrink-style='vertically']) .submenu{
	position: absolute;
    left: -10px;
    top: 100%;
    min-width: 130px;
	padding: 10px;
	z-index:123;
}

 .left-menu-placeholder .menu_layout .submenu .submenu-link , .header-box.side-screen-menu .submenu .submenu-link, .header-box.full-screen-menu .submenu .submenu-link, .menufied .preview-item-links.no-place .submenu .submenu-link{
	 text-align: center;
 }

.header-box .submenu-link{
	display:block;
	text-align: left;
}

.header-box .submenu-title{
	position:relative;
	cursor:pointer;
}

.header-box .submenu-title:after{
	content: ' \25be'; /* \25b4*/
}

.master.item-box.header-box.boxed-menu .preview-item-links{
	width:400px;
	height:400px;
    position: absolute;
    top:0px;
    right:0px;
}


.menu-advanced-settings.switching-panel .hamburger-inner:before, .menu-advanced-settings.switching-panel .hamburger-inner, .menu-advanced-settings.switching-panel .hamburger-inner:after{
	background-color:#666;
}

.menu-advanced-settings.switching-panel .hamburger.selected .hamburger-inner:before, .menu-advanced-settings.switching-panel .hamburger.selected .hamburger-inner, .menu-advanced-settings.switching-panel .hamburger.selected .hamburger-inner:after{
	background-color:white;
}

.hamburger{
	outline:none;
}

.very-small .hamburger-box{
	    -ms-transform: scale(0.5); /* IE 9 */
   	-webkit-transform: scale(0.5); /* Safari */
    transform: scale(0.5);
}

.small .hamburger-box{
		-ms-transform: scale(0.7); /* IE 9 */
   	-webkit-transform: scale(0.7); /* Safari */
    transform: scale(0.7);
}


.large .hamburger-box{
		-ms-transform: scale(1.3); /* IE 9 */
   	-webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);
}

.very-large .hamburger-box{
		-ms-transform: scale(1.5); /* IE 9 */
   	-webkit-transform: scale(1.5); /* Safari */
    transform: scale(1.5);
}


.hidden-menu{
	display:none!important;
}

.flex {
	overflow: hidden;
}

.flex p{
	-webkit-font-smoothing: antialiased;
}

.flex .flex-arrows{
	position:relative;
	cursor:pointer;
	top:50%;
	margin-top:-15px;
	opacity:0;
	-webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.master.item-box:hover .flex .flex-arrows{
	opacity:1;
}

.flex .flex-arrows.disabled{
	opacity:0!important;
}

.flex .flex-arrows.left{
	float:left;
	padding: 2%;
}

.flex .flex-arrows.right{
	float:right;
	padding: 2%;
}

.flex .sub.item-box{
	-webkit-transform: translate3d(0,0,0);
	 -webkit-backface-visibility: hidden;
	position:relative;
	-webkit-transition: left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    height:100%;
    width:0px;
    min-height:inherit;
   /* display: table-cell;*/
  	display:inline-block;
   text-align:left;
   vertical-align:middle;
}

.flex.container{
	/*overflow: hidden;*/
	position: relative;
}

.flex .sub.item-box:first-child{
	width:100%;

}

.flex #children , .flex #items-holder-wrapper , .flex #items-holder {
	height:100%;
	min-height:inherit;
	text-align:left;
	/*display:table;*/
	display:block;
	table-layout:fixed;
	width:100%;
	font-size: 0px;/* for spaces caused by inline-block elements*/
}

.flex #items-holder-wrapper{
    position: relative;
}
    

.flex .page-navigator{
	cursor:pointer;
	float:left;
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url('https://lh3.googleusercontent.com/Noh7kIm5kfqbPDsQ7iI6rTN4euBfQ7VMAlvb1SR-86_5iQtOVXQ3_UURL-N-97M-RWfKGNH6zjcbX9dCQW8=s30');
	width:13px;
	height:13px;
}

.flex .page-navigator.active , .page-navigator:hover{
	color:red;
	background-image:url('https://lh3.googleusercontent.com/2M3h4CZBMs93o0xtkzkIWJqLF3D042oh1uQZyF0VYQlmGWdEDh9Y6hC7cBZ712umyXcTAHz_nrGGA--_=s30');
	
}

.flex #paginator{
	position:absolute;
	left: 50%;
	bottom:2%;
	z-index:12;
}


.flex .sub.item-box[data-visible=visible]{
	left: 0;
}

.flex[data-slide-effect='FADE'] .sub.item-box{
	left:0;
	opacity:0;
	z-index: 0;
	/* visibility:hidden; */
	top:0;
	-webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 3	s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.flex[data-slide-effect='FILM']{
	width: 70%;
    margin: auto;
    overflow: visible;
}

.flex[data-slide-effect='FADE'] .sub.item-box[data-visible=visible]{
	opacity:1;
	z-index: 3;
	/* visibility: visible; */
}

.flex[data-slide-effect='SQUARES'] .sub.item-box[data-visible=visible] {
	transform: scale(0.7);
	z-index: 3;
}

.flex[data-slide-effect='SQUARES'] .sub.item-box.before-visible .magic-circle-holder , .flex[data-slide-effect='SQUARES'] .sub.item-box.after-visible .magic-circle-holder{
	pointer-events: none!important;
}

.flex[data-slide-effect='SQUARES'] .sub.item-box.before-visible{
	transform: translateX(60%) scale(0.4);
}


.flex[data-slide-effect='SQUARES'] .sub.item-box.after-visible{
	transform: translateX(-60%) scale(0.4);
}

.flex[data-slide-effect='FILM'] .sub.item-box.before-visible{
	opacity:0.7;
}

.flex[data-slide-effect='FILM'] .sub.item-box.after-visible{
	opacity:0.7;
}


.flex[data-slide-effect='SQUARES'] .sub.item-box{
	-webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1	s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 0;
}
.page-navigator{
	cursor:pointer;
	float:left;
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url('https://lh3.googleusercontent.com/Noh7kIm5kfqbPDsQ7iI6rTN4euBfQ7VMAlvb1SR-86_5iQtOVXQ3_UURL-N-97M-RWfKGNH6zjcbX9dCQW8=s30');
	width:13px;
	height:13px;
}

.matrix .sub.item-box{
	display:inline-block;
	vertical-align:top;
	
}

.matrix .sub.item-box.element-box{
	display:inline-block;
}

.page-navigator.active , .page-navigator:hover{
	color:red;
	background-image:url('https://lh3.googleusercontent.com/2M3h4CZBMs93o0xtkzkIWJqLF3D042oh1uQZyF0VYQlmGWdEDh9Y6hC7cBZ712umyXcTAHz_nrGGA--_=s30');
	
}

.matrix #elements-holder{
	display:inline-block;	
	width:100%;
}


.matrix .sub.item-box:not(.element-box){
	/*overflow: hidden;*/
}

.matrix .image-cover{
	overflow: visible;
}

.matrix .preview-image-holder{
	overflow: visible;
}

.matrix #items-holder-wrapper{
	width:100%;
	/*display:inline-block;*/
	text-align:center;
}

.matrix #children{
	height: 100%;
	min-height: inherit;
}

.matrix #items-holder{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	display:table;
	font-size: 0px;
}

.matrix .element-wrapper .content, .element-wrapper .content p,.element-wrapper  {
	/*margin-left:auto;*/
	/*margin-right:auto;*/
}

.matrix .element-wrapper{
	text-align:center;
}

.footer_layout.item-content{
	height:inherit;
}

.footer_layout .helper-div{
	display:table-cell;
	vertical-align:middle;
}

.footer_layout .image-cover{
	display:table-cell;
	vertical-align:middle;
}

.footer_layout .preview-content-wrapper{
	text-align:left;
	height:inherit;
	min-height:inherit;
}


.footer_layout .preview-content-holder{
	display: block;
	max-width: 100%;
	height:inherit;
	min-height:inherit;
}

.footer_layout .logo-holder{
	display: table-cell;
	vertical-align: middle;
}

.footer_layout .preview-item-links{
    display:table-cell;
	vertical-align:middle;
	white-space: nowrap;
}

.footer_layout .preview-item-links span{
	float:left;
	display:inline-block;
}

.footer_layout{
	display:table;
}

.footer_layout .left-div{
	height:inherit; /*inherit for chrome*/
	display:table;
	float:left;
	min-height:inherit;
}



.footer_layout .right-div{
	height:inherit; /*inherit for chrome*/
	display:table;
	float:right;
	min-height:inherit;
}

.footer_layout .center-div{
	height:inherit; /*inherit for chrome*/
	display:block;
	text-align:center;
	min-height:inherit;
}


.item-box[data-height-resize="true"] .footer_layout .left-div{
	height:inherit;
}

.item-box[data-height-resize="true"] .footer_layout .right-div{
	height:inherit;
}

.item-box[data-height-resize="true"] .footer_layout .center-div{
	height:inherit;
}

.footer_layout .left-div.flipped{
	display:inline-block;
	width:100%;
	float:none;
	height:auto;
	min-height:initial;
}

.footer_layout .right-div.flipped{
	display:inline-block;
	width:100%;
	float:none;
	height:auto;
	text-align: center;
	min-height:initial;
}

.footer_layout .center-div.flipped{
	display:inline-block;
	width:100%;
	float:none;
	height:auto;
	min-height:initial;
}


.footer_layout .links-wrapper{
	display:table;
	height:100%;
	min-height: inherit;
	margin-left:auto;
	margin-right:auto;
}

.footer_layout .right-div .preview-social-wrapper{
	display: table-cell;
	vertical-align: middle;
}

.footer_layout .right-div.flipped .preview-social-wrapper{
	display: inline-block;
}


.footer_layout.item-content{
	width:100%;
}


.footer_layout .links-menu-btn{
	background-image:url('/images/ui_icons/menu_ico.png');
	background-repeat:no-repeat;
	background-position: 50%;
	/*background-color: black;*/
	background-size:contain;
	width: 50px;
	height: 50px;
	float: right;	
	cursor:pointer;
	/*display:table-cell;*/
	/*vertical-align:middle;*/
}

.footer_layout .links-menu-btn-wrapper{
	display:table;
	float:right;
	/*height:100%;*/
}

.footer_layout .menu-links-holder{
	position:relative;
	left:0px;
	top:0px;
	display:none;
	z-index:9999999;
}

.footer_layout .menu-links-holder.shown{
	display:block;
}

