#dtb {margin:30px; box-shadow: 0 10px 80px -5px rgba(31,63,94,0.1);}
.foot-links {margin:-10px 30px 0; text-align:right; font-weight:700; color:#1F3F5E; text-transform:uppercase; letter-spacing:1px; font-size:12px;}
.foot-links a {text-decoration:none; margin-left:30px; position:relative; display:inline-block; color:#1F3F5E;}
.foot-links a:hover {color:#14293D; text-decoration: underline;}
.foot-links a:before {content:''; display:block; width:18px; height:30px; background:url("../../img/ico_docs.svg") no-repeat; background-size:100% auto; position:absolute; top:0; left:-22px;}
.foot-links a:last-child:before {background:url("../../img/ico_support.svg") no-repeat; top:1px; left:-20px; width:16px;}
.foot-links a:nth-child(2):before {background:url("../../img/ico_dep.svg") no-repeat; top:1px; left:-20px; width:16px;}
.foot-links a:nth-child(1):before {background:url("../../img/ico_settings.svg") no-repeat; top:1px; left:-20px; width:16px;}
@media (min-width:1400px) {
	#dtb, .foot-links {max-width:80%}
}
#dtb .tool {display:none;}
#dtb .tool.tool-active {display:block;}
#dtb .page-container {background:#fff; padding:50px 40px 10px;}
#dtb .nav-tab-wrapper {background:#1F3F5E; border-bottom:none; padding-top:0; box-shadow:inset 0 10px 22px -15px rgba(0,0,0,0.9);}
#dtb .nav-tab {margin-left:0; border:none; background:#1F3F5E; color:#fff; font-size:16px; letter-spacing:.4px; font-weight:300; padding:15px 25px;  transition:all .3s ease-in-out; box-shadow:inset 0 10px 22px -15px rgba(0,0,0,0.9); position:relative;}
.et-divi-toolbox-form a:not(.hurkanSwitch-switch-item) {color:#00B5CF}
#dtb .nav-tab.nav-tab-active {background:#21C9E2; box-shadow:none;}
#dtb .nav-tab:not(.nav-tab-active):hover {background:#14293D; box-shadow:inset 0 10px 22px -15px rgba(0,0,0,1), 0 0 1px rgba(255,255,255,0.1); z-index:2; cursor: pointer}
.toolbox-head {padding:20px; border-radius:5px 5px 0 0; background-color:#21C9E2; display:flex; justify-content: space-between; align-items:center; box-shadow: 0 10px 80px -5px rgba(44,86,207,0.2);}
.toolbox-head img {height:25px;}
#dtb .toolbox-head a {display: inline-block;background: #00B5CF;color: #fff;text-decoration: none; font-size: 10px;text-transform: uppercase;letter-spacing: 1px;border-radius: 20px;padding: 10px 15px;transition: all .3s ease-in-out;}
#dtb .toolbox-head a:hover {background:#00A2BA; box-shadow:inset 0 10px 22px -15px rgba(0,58,67,0.5), 1px 1px 0 rgba(255,255,255,0.2);}
#dtb .toolbox-head a:before {content:"\66"; display:inline-block; text-transform:none; font-family:'ETmodules'; transform:scale(1.5); margin-right:8px;}

#dtb .toolbox {color:#32373c; position:relative; padding:40px; border-top:1px #F5F8FA solid;}
#dtb .tool > .toolbox:first-of-type, #dtb .toolbox.first {border-top:none; padding-top:20px;}
#dtb .toolbox.nopad {padding-top:0;}
#dtb .last {border-bottom:1px #F5F8FA solid; margin-bottom:30px;}
#dtb .box-title {width: 40%; display: inline-block; vertical-align: top;}
#dtb .box-title h3 {margin:0; color:#1F3F5E}
#dtb .box-descr p {margin-top:.5em; margin-bottom:0;  color: #C5CDDA; transition:all .3s ease-in-out;}
#dtb .box-descr.left-m {margin-left:40px; margin-right:40px;}

#dtb .hide.hidden {display:none!important;}
#dtb .top-space {margin-top:40px;}
#dtb .tool-section {background:#BDC8D5; border-radius:20px; color:#fff; padding:5px 14px; font-size:10px; font-weight:400; letter-spacing:2px; display:inline-block; text-transform:uppercase; margin-left:40px;}

#dtb .top10 {margin-top:10px;}
/*#dtb .toolbox:hover .box-descr p {color:#1F3F5E}*/

#dtb .box-content {display: inline-block;
    width: 55%;
    vertical-align: top;
    padding: 0 0 0 30px;
    box-sizing: border-box;}
#dtb .toolbox select, #dtb .toolbox input[type="text"], #dtb .toolbox input[type="number"], #dtb .toolbox input[type="password"], #dtb .toolbox textarea {
    margin-left: 0;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    background: #F5F8FA;
    padding: 8px 13px;
    font-size: 14px;
    color: #677181;
    height: auto;
    width: auto;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}
#dtb .toolbox .minibox {
	width:225px; max-width:100%;
}
#dtb .toolbox.css .minibox {
	width:130px; padding:0 20px 10px 0;;
}
#dtb .toolbox.css .box-title {width:calc(100% - 150px); }
#dtb .box-title b {color:#87909f;}
@media (max-width:600px) {
	#dtb .toolbox.css .box-title {width:100% ; }
}
#dtb .toolbox.css .box-title h3, #dtb div.info strong {background-color:#1F3F5E; color:#fff; font-size:13px; display:inline-block; border-radius:3px; line-height:1; padding:5px 7px; text-transform: lowercase; letter-spacing:1px; font-weight:400;}
#dtb div.info strong {margin-bottom:3px;}
#dtb .toolbox.css .box-title h3:hover, #dtb div.info strong:hover {background:#14293D;}
#dtb .box-title h5 {font-size:14px; margin:0; color:#1F3F5E;}
#dtb .box-content p.info {
	color:#C5CDDA;
	padding:13px; border-radius:4px; background:#fff; box-shadow:1px 3px 25px -5px rgba(44,86,207,0.2);
}

#dtb div.info {padding:30px; background:#F5F8FA; border-left:4px #BDC8D5 solid; border-radius:4px; color:#677181; overflow:hidden; position:relative;}
#dtb div.info h4 {font-size:16px; margin:0; padding:0 0 15px; z-index:2; position:relative;}
#dtb div.info p:last-of-type {margin-bottom:0; }
#dtb div.info p {z-index:2; position:relative; margin:0}
#dtb div.info:before {content:''; display:block; width:200px; height:200px; background:url("../../img/toolbox-icon.svg") no-repeat; position:absolute; top:-50px; right:-50px; z-index:1; animation: rotating 30s linear infinite;}
@keyframes rotating
	{from{transform: rotate(0deg);} to{transform: rotate(360deg);}}

#dtb .toolbox.css {padding:20px 40px}
#dtb .toolbox.css.first {padding-top:40px;}
#dtb .toolbox.css.last {padding-bottom:20px; border-bottom:none;}
/**
 * Save Buttons Wrapper
 */
#epanel-top {
	padding-bottom: 35px;
}

#epanel-bottom {
	padding: 35px 0;
}
#et-epanel-bottom {
	padding: 40px 80px; background:#1F3F5E; border-radius: 0 0 5px 5px;
}
@media (max-width: 1059px) {
	#et-epanel-bottom {padding: 40px;}
}
#epanel-save {
	margin: 0;
}

.et-save-button:before{
	content: '\l';
	font-family: 'ETmodules';
	left: 14px;
	top:-2px;
	font-size: 28px;
	display: block;
	position: absolute;
	text-shadow: none !important;
	font-weight: 300 !important;
}

.rtl .et-save-button:before {
	left: auto;
	right: 14px;
}

.et-save-button {
	overflow:hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	cursor: pointer;
	background-color: #21C9E2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0 20px 0 58px;
	font-size: 18px;
	font-weight: 300;
	height: 53px;
	line-height: 53px;
	display: inline-block;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.rtl .et-save-button {
	padding-right: 58px;
	padding-left: 20px;

}

.et-save-button:hover {
	background-color: #00B5CF;
	transform:scale(1.02);
}



.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.active.hurkanSwitch-switch-item-status-off{padding-right:15px;padding-left:32px;background:#F5F8FA;color:#8E969E;text-align:right}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.active.hurkanSwitch-switch-item-status-on{padding-right:32px;padding-left:15px;background-color:#21C9E2;color:#fff;text-align:left}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.active{opacity:1;display:block}.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.active{opacity:1}.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.active .lbl{opacity:1;animation-name:active;animation-duration:.5s}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item{line-height:40px;opacity:0;display:none;border-radius:4px;font-weight:600;font-size:13px;text-transform:uppercase;position:relative;height:40px;box-sizing:border-box}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item:hover{text-decoration:none}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-off>.hurkanSwitch-switch-cursor-selector{left:5px}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-on>.hurkanSwitch-switch-cursor-selector{right:5px}.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-on>.hurkanSwitch-switch-cursor-selector{animation-duration:.5s;animation-name:right}.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-off>.hurkanSwitch-switch-cursor-selector{animation-duration:.5s;animation-name:left}@keyframes left{0%{left:100%}100%{left:5px}}@keyframes right{0%{right:100%}100%{right:5px}}@keyframes active{0%{opacity:0}100%{opacity:1}}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item>.hurkanSwitch-switch-cursor-selector{height:30px;position:absolute;top:4.5px;width:50%;display:block;content:"";box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border-radius:3px;background:#fff}.hurkanSwitch-switch-plugin.hurkanSwitch-switch-input{display:none}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-success{background-color:#21C9E2!important}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-warning{background-color:#f0ad4e!important}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-info{background-color:#5bc0de!important}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-default{background-color:#fff!important;color:#777!important}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-default>.hurkanSwitch-switch-cursor-selector{border:1px solid #eee!important;margin-top:-2.2px}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-primary{background-color:#0275d8!important}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-danger{background-color:#d90909!important}.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.disabled{opacity:.65;filter:alpha(opacity=65);cursor:default}.hurkanSwitch>.hurkanSwitch-switch-box{cursor:pointer;background:#fff;overflow:hidden;border:0 solid #ddd;padding:0;display:inline-block;width:auto}.hurkanSwitch{display:inline-block}.hurkanSwitch.switch-responsive{display:block}.hurkanSwitch.switch-responsive>.hurkanSwitch-switch-box{display:block!important}
.css .hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item {height:44px; line-height:44px;}
.css .hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item>.hurkanSwitch-switch-cursor-selector {height:34px; top:5px;}


@media (min-width:1060px) and (max-width:1165px) {
	#dtb .nav-tab {
    	padding: 15px 20px;
		font-size: 15px;
	}
}
@media (max-width:1059px) {
	#dtb .nav-tab {
    	padding: 15px 18px;
		font-size: 13px;
	}
	#dtb .page-container {
		padding: 0 0 10px;
	}
	#dtb .tool-section {margin-top:40px;}
}
@media (max-width:850px) {
	#dtb .nav-tab {
		box-sizing: border-box;
		width:50%;
		margin:0;
		font-size:15px;
		padding:15px 25px;
	}
}
@media (max-width:600px) {
	#dtb .nav-tab {
		width:100%;
		padding:12px 25px;
	}
	#dtb .box-title {
		width:100%;
		float:none;
		margin-bottom:15px;
	}
	#dtb .box-content {
		width:100%;
		padding-left:0;
	}
}

@media (max-width:600px) { 
	.toolbox-head {
		flex-direction:column;
	}
	.toolbox-head img {
		margin-bottom:20px;
	}
}


svg.preloader {
	height:60px;
	vertical-align: middle;
}

svg.preloader path,
svg.preloader circle,
svg.preloader rect {
	fill:#BDC8D5;
	stroke:#BDC8D5;
}
svg.preloader rect.none,
svg.preloader circle.none,
svg.preloader .none,
svg.preloader .none *{
	fill:none!important;
}
svg.preloader.nostroke * {stroke:none!important;}
.preloader-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.preloader-item {
	line-height: 70px;
	min-width:140px;
	min-height:100px;
}

.menu-wrap2 {margin:-30px 0 20px;}
.menu-item {padding-bottom:8px;}
.menu-item input[type=radio] {margin-top:0;}
.menu-item img {vertical-align: middle; margin-top:-8px; max-width:80%;}
.blog-layouts .menu-item {width:30%; margin:0 0 30px;}
.blog-layouts input[type=radio] {display: none;}
.blog-layouts .menu-item img {max-width:90%;}
@media (max-width:1200px) {
	.blog-layouts .menu-item {width:47%;}
}
.blog-layouts .menu-item img {box-shadow:0 10px 50px -5px rgba(44,86,207,0.1); transition:all .3s ease-in-out}
.blog-layouts .menu-item label {position:relative;}
.blog-layouts .menu-item label:after {position:absolute; top:50%; left:50%; margin: -20px 0 0 -20px; content: "\f147";; font-family:dashicons; color:#fff; background:#21C9E2; display:block; width:40px; height:40px; border-radius:40px; line-height:40px; font-size:20px; text-align:center; opacity:0; transform:scale(0); transition: all .3s ease-in-out;}
input[name=dtb_blog_layout]:checked + label:after {opacity:1; transform:scale(1);}
#dtb .box-content {position: relative;}
span.selected:after {position:absolute; right:-50px; top:0; content: "\f147";; font-family:dashicons; color:#fff; background:#21C9E2; display:block; width:40px; height:40px; border-radius:40px; line-height:40px; font-size:20px; text-align:center; }

/* Social icons */
.social-tools .toolbox .box-title {padding-left:25px;}
.social-tools .toolbox .box-title:before {display:inline-block; font-size:20px; color:#BDC8D5; font-family:"ETModules"; margin:2px 5px 20px -30px; float:left;}
.social-tools .toolbox:nth-of-type(1) .box-title:before {content:'\e09a';}
.social-tools .toolbox:nth-of-type(2) .box-title:before {content:'\e0a3';}
.social-tools .toolbox:nth-of-type(3) .box-title:before {content:'\e09d';}
.social-tools .toolbox:nth-of-type(4) .box-title:before {content:'\e095';}
.social-tools .toolbox:nth-of-type(5) .box-title:before {content:'\e097';}
.social-tools .toolbox:nth-of-type(6) .box-title:before {content:'\e0a6';}
.social-tools .toolbox:nth-of-type(7) .box-title:before {content:'\e09b';}
.social-tools .toolbox:nth-of-type(8) .box-title:before {content:'\e09c';}
.social-tools .toolbox:nth-of-type(9) .box-title:before {content:'\e0a2';}


/* Customizer Styles */
#customize-controls #sub-accordion-panel-divi_toolbox_settings .control-section .accordion-section-title {color:#fff; background:#1F3F5E; border-color:#1F3F5E;}
#customize-controls #sub-accordion-panel-divi_toolbox_settings .control-section .accordion-section-title:after {color:#fff;}
#customize-controls #sub-accordion-panel-divi_toolbox_settings .control-section:hover>.accordion-section-title,
#customize-controls #sub-accordion-panel-divi_toolbox_settings .control-section .accordion-section-title:focus {background:#14293D; border-color:#14293D; color:#fff;}

.customize-pane-child li.customize-control-checkbox {margin-top:20px;}
#customize-control-dtb_mobile_style.customize-control-radio {padding-bottom:0;}
#sub-accordion-section-dtb_mobile li.customize-control-checkbox {margin-top:10px;}

#customize-controls #accordion-panel-divi_toolbox_settings.control-section .accordion-section-title:focus,
#customize-controls #accordion-panel-divi_toolbox_settings.control-section:hover>.accordion-section-title {background:#14293D; border-color:#14293D; color:#fff;}
#customize-controls #accordion-panel-divi_toolbox_settings.control-section .accordion-section-title:focus:after,
#customize-controls #accordion-panel-divi_toolbox_settings.control-section:hover>.accordion-section-title:after {color:#fff}



.dtb-control-title {background: #1F3F5E; border-radius: 20px; color: #fff; padding: 5px 14px; font-size: 10px; font-weight: 400; letter-spacing: 2px; display: inline-block; text-transform: uppercase;  margin-top:20px; margin-bottom:10px;}



#customize-control-dtb_mobile_style .customize-inside-control-row,
#customize-control-dtb_hamburger_size .customize-inside-control-row,
#customize-control-dtb_mobile_menu_style .customize-inside-control-row,
#customize-control-dtb_search_icon_size .customize-inside-control-row {width:41%; float:left;}

/* Upload buttons */
#dtb .toolbox input.background_image {
	width:70%;
	float:left;
}
.upload .btn {
   border-radius: 4px;
   font-weight: 600;
   font-size: 13px;
   text-transform: uppercase;
   color:#fff;
   background:#1F3F5E;
   border:none;
   text-align:center;
   width:28%;
   padding:12px 13px 13px;
   cursor:pointer;
   float:right;
   transition: all .3s ease-in-out;
}
.upload .btn:hover {
	background:#14293D;
}

/* Customizer Info */
#sub-accordion-panel-divi_toolbox_settings div.info {padding:10px 30px; background:#F5F8FA;color:#677181; overflow:hidden; position:relative;}
#sub-accordion-panel-divi_toolbox_settings div.info p {z-index:2; position:relative;}
#sub-accordion-panel-divi_toolbox_settings div.info:before {content:''; display:block; width:150px; height:150px; background:url("../../img/toolbox-icon.svg") no-repeat; position:absolute; top:-50px; right:-50px; z-index:1; animation: rotating 30s linear infinite;}
#sub-accordion-panel-divi_toolbox_settings li.panel-meta {margin-bottom:0;}

.dtb-control-title {background: #BDC8D5; border-radius: 20px; position:relative; z-index:2; color: #fff; padding: 5px 14px; font-size: 10px; font-weight: 400; letter-spacing: 2px; display: inline-block; text-transform: uppercase;  margin-top:40px;}
.dtb-control-description {padding: 15px 12px;
    background: #F5F8FA;
    color: #9eabbb;
    overflow: hidden;
    position: relative;
    margin: 0 -12px 10px;
    box-shadow: inset -5px 0 15px rgba(143, 152, 162, 0.27);}
.customize-control-simple_notice:nth-child(2) .dtb-control-title {margin-top: 15px;}
#customize-theme-controls .customize-control-checkbox label {vertical-align:middle;}

/* Customizer Toggle */
.toggle-custom-control {color:#fff; background:#1F3F5E; padding:12px 20px; margin:0 -12px 0; transition:all .3s ease-in-out; cursor:pointer;}
.toggle-custom-control h3 {color:#fff; margin:0; position:relative; }
.toggle-custom-control h3:after {content: "\f345"; font:400 20px/1 dashicons; position: absolute; top:0; right: -10px; z-index: 1; display:block; transform: rotate(90deg); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  text-decoration: none!important; transition:all .3s ease-in-out;}
.toggle-custom-control:hover {background:#14293D;}
.customize-control-toggle.opened .toggle-custom-control {background:#BDC8D5;}
.customize-control-toggle.opened .toggle-custom-control:hover {background:#abb7c6}
.customize-control-toggle.opened .toggle-custom-control h3:after {transform: rotate(-90deg);}


.customize-control.first {margin-top:30px!important}
.customize-control.first .customize-control-title,
.customize-control.first.customize-control-simple_notice {margin-top:0!important}

.customize-control.last:not(.customize-control-checkbox) {margin-bottom:30px; padding-bottom:0!important}
.customize-control.last.customize-control-checkbox {margin-bottom:30px!important;}
.customize-control:last-of-type {margin-bottom: 30px;}
.customize-control.hidden {display:none!important;}
.customize-control.hidden_forever {display:none!important;}
.customize-control.bottom-space {margin-bottom:30px!important;}
#sub-accordion-section-dtb_mobile {padding-bottom:0!important;}


.image-radio-custom-control .radio-button-label > input {display: none;}
.image-radio-custom-control .radio-labels {display:flex; align-items: center; justify-content:flex-start;}
.image-radio-custom-control .radio-labels label {margin-right:5.2px; cursor: pointer!important; width:54px;}
.image-radio-custom-control .radio-button-label > img {cursor: pointer!important; background:#D4D4D4; border-radius:3px; transition:all .1s ease-in-out; padding:5px 10px; box-sizing: border-box;}
.image-radio-custom-control .radio-button-label:hover > img {background:#a7a7a7;}
.image-radio-custom-control .radio-button-label > input:checked + img {background: #2E86B9;}



/* preloader */
#dtb .page-container {position:relative; min-height:80vh; transition:all 1s ease-in-out;}
#dtb .dtb-loader  {position:absolute; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:100001; overflow:hidden !important;}
#dtb .dtb-loader .status {margin:-75px 0 0 -75px; position:absolute; left:50%; top:200px; background-repeat:no-repeat; background-position:center; -webkit-background-size:cover;
 background-size:cover;}
 #dtb .dtb-loader .status img {width:150px; animation: rotating 20s linear infinite; }

 /* reset button */
 #dtb .dtb-settings-button{
	float: left;
    box-sizing: border-box;
    color: #FFF;
    background-color: #32373C;
    padding: 0 20px;
    margin: 0;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    height: 40px;
    margin-right: 0;
    margin-left: 7px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    text-align: center;
    text-shadow: none;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
 }
 #dtb .dtb-settings-button:hover{
	 background-color: #4D565F;
 }
  /* ajax saving */
  @keyframes dtb-bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0; -webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes dtb-bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	100% {
		opacity: 1; -webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
 #dtb #dtb-epanel-ajax-saving{
	display: none;
    transition: background, box-shadow 0.3s;
    box-shadow: rgba(0, 139, 219, 0.247059) 0px 0px 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    margin: -25px 0 0 -25px;
    z-index: 999999;
    text-align: center;
 }
#dtb #dtb-epanel-ajax-saving img {
	margin: 9px;
}

#dtb #dtb-epanel-ajax-saving.success-animation {
	background-color: rgb(169, 233, 0);
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 40px;
	opacity: 1;
	animation: dtb-bounceIn 1s;
}

#dtb #dtb-epanel-ajax-saving.success-animation:before {
	background: none;
	font-family: 'etbuilder';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "N";
	color: rgb(255, 255, 255);
	font-size: 22px;
	line-height: 50px;
}

#dtb #dtb-epanel-ajax-saving.et_loading:before {
	display: none;
}

#dtb #dtb-epanel-ajax-saving.success-animation img {
	display: none;
}

#dtb #dtb_export_box{
	width:auto;
}
#dtb #dtb_export_box > input[type="checkbox"], #dtb #dtb_import_box > input[type="file"]{
	margin:5px 7px;
}

/* Color picker */
#dtb .wp-color-result-text, #dtb .wp-picker-input-wrap .button {
    background: #1F3F5E;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 13px 13px;
    line-height: 1.3;
    border-radius: 4px;
    border: none;
    height:auto;
    box-shadow:none;
}
#dtb .wp-color-result-text {
	border-radius:0 4px 4px 0;
}
#dtb .wp-picker-container .wp-color-result.button {
    height: auto;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    padding-left:70px;
    box-shadow:0 3px 15px -5px rgba(0,0,0,0.2);
}

/* Toolbox options */
#dtb .box-descr {
    display: block; 
}