.prevent_mainpage_scroll,
.prevent_content_scroll {
	overflow:hidden;
}

/* DiviBars style */
.divibars {
	width: 100%;
	height: 0;
    color: #fff;
	left:0;
    overflow:hidden;
	background:none;
	z-index: 16777271;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
}

.divibars.divibars-opened {
	overflow:visible;
}

.divibars-close-container {
    position: absolute;
    right: 10px;
    top: 3px;
    width: 32px;
    height: 32px;
    clear: both;
    cursor: pointer;
	display:none;
}

.dibShow {
	display:block !important;
}

.divibars > .et_pb_section > div {
	width:100%;
}

.diviPositionRelative {
	position: relative !important;
}

.divibar-nob .divibars-content-inner {
	position: relative;
	margin: auto;
}

.divibar-elem-transition-top {
    -webkit-transition: top .4s !important;
    -moz-transition: top .4s !important;
    -o-transition: top .4s !important;
    transition: top .4s !important;
}

/* Fixes and adjustments when Primary menu is transparent */

/* Fix padding on Divibars Body */
body.et_transparent_nav .divibars-body .et_pb_section {
	padding:7px 0 !important;
}

/* #main-content > .container is visible only on default Divi theme */
body.divibar-active.et_transparent_nav #et-main-area #main-content > .container {
	margin-top:0;
	padding-top:50px !important;
}
/*
body.et_transparent_nav.divibar-open #et-main-area #main-content > .container[data-fix-page-container="on"] {
	margin-top:0 !important;
	padding-top:145px !important;
}
*/

body.divibar-active #page-container,
body.divibar-active.et_hide_nav #page-container,
body.divibar-active.et_transparent_nav #page-container {
    -webkit-transition: padding-top .4s !important;
    -moz-transition: padding-top .4s !important;
    -o-transition: padding-top .4s !important;
    transition: padding-top .4s !important;
}

/* DiviBars closing cross */
.divibars-container .divibars-close {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 99991;
    font-size: 32px;
    line-height:32px;
    min-height: 15px;
	min-width:15px;
    color: #fff;
    background-color: transparent;
    font-family: inherit;
    font-weight: 300;
}

.divibars-container .divibars-close:after {
	content: ' ';
	display:block;
	font-size:70px;
	height:25px;
	width:25px;
	z-index:99;
	position:relative;
	visibility:hidden;
}

.promo-slide-in-close-promo {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    clear: both;
    cursor: pointer;
    -webkit-animation: promo-fade-in .8s ease;
    animation: promo-fade-in .8s ease
}
.promo-slide-in-close-promo:after,
.promo-slide-in-close-promo:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 2px;
    border-radius: 4px;
    background-color: #fff;
    right: 14px;
}
.promo-slide-in-close-promo:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.promo-slide-in-close-promo:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.divibars-container .divibars-close span.custom_btn {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.divibars-container .divibars-close:hover {
	opacity: .8;
}

.divibars-container .divibars-customclose-btn span {
	position:relative;
	top:-2px;
}

#sidebar-divibar {
	position:absolute;
	z-index: -15;
	width: 100%;
}

#sidebar-divibar.sidebar-divibar-bottom {
	bottom:0;
}

.divibars a {
	cursor: pointer;
}


/* Extra theme support */
.divibar-open.et_extra .divibars .et_pb_section {
	background-color: #fff;
}

.divibar-open.et_extra .divibars .divibars-body > #divi-bars-center-all {
	padding: 5px 0;
}

.divibar-open.et_extra .divibars .et_pb_extra_row, 
.divibar-open.et_extra .divibars .et_pb_row {
	width: 80%;
	max-width: 1080px;
	margin: 0 auto !important;
	position: relative;
	display: block;
	min-width: auto;
}

.divibar-open.et_extra .divibars .et_pb_row,
.divibar-open.et_extra .divibars .et_pb_column {
    padding: 0 !important;
}

.divibar-open.et_extra.admin-bar.et_fixed_nav .et-fixed-header #main-header {
	position:absolute;
	top:0;
}

.divibar-open.et_extra.et_fixed_nav .et-fixed-header #main-header {
	position: absolute;
}

.divibar-open.et_extra header.header {
	position: absolute;
	top: 0;
	width: 100%;
}


/* used for temporarily exposing elements in the jquery actualHeight plugin */
/* since this is a temporary class we can override using important */
.temp-show{position:absolute !important; visibility:hidden !important; display:block !important;}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 1024px)  {
	
	.prevent_mainpage_scroll_mobile {
		position: fixed;
	}
}


@media (max-height: 480px) {
	
	.divibars-container .divibars-close {
		
	}
}


@media screen and (max-height: 30.5em) {
	.divibars nav {
		height: 70%;
		font-size: 34px;
	}
	.divibars ul li {
		min-height: 34px;
	}
}



/* CSS for Centering: #divi-bars-center-all */


#divi-bars-center-all.et_pb_section {
    display: table !important;
    width: 100% !important;
    text-align: center !important;
}

#divi-bars-center-all.et_pb_row {
	display: table-cell !important;
	position: relative !important;
	text-align: center !important;
}

#divi-bars-center-all .et_pb_column {
    text-align: center !important;
    display: table-cell !important;
    width: auto !important;
    float: none !important;
	max-width: none;
	min-width: auto;
}

#divi-bars-center-all .et_pb_column_1_2,
#divi-bars-center-all .et_pb_column_1_3 {
    display: inline-block !important;
    margin-right: 15px !important;
    vertical-align: middle !important;
    margin-bottom: 0 !important;
}


@media (max-width: 980px) {
	
	body.divibar-open .divibars-close-container {
		right: 0 !important;
	}
	
	body.divibar-open .divibars-container .divibars-close {
		right: 20px !important;
		min-width: 25px !important;
	}
}

/* Attention Grabbers */

.divi-bar-wiggle {
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    animation-name: wiggle;
    -o-animation-name: wiggle;
    -ms-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 5s;
    -o-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-play-state: running;
    -o-animation-play-state: running;
    -ms-animation-play-state: running;
    -moz-animation-play-state: running;
    -webkit-animation-play-state: running;
}


@keyframes wiggle {
2% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}

12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
}
20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
}
}




.divi-bar-breathing {
    -webkit-animation: divi-bar-breathing 7s ease-out infinite normal;
    animation: divi-bar-breathing 7s ease-out infinite normal;
    }


@-webkit-keyframes divi-bar-breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes divi-bar-breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}