.egoi-bar{
    text-align: -webkit-center;
    text-align: -moz-center;
   	box-shadow: 1px 1px 1px #666;
   	width: 100%;
   	padding: 3px 10px !important;
    line-height: 25px;
    z-index: 999999;
}

.egoi-bar form, .egoi-bar input{
    padding: 0;
}

.egoi-error{
    background: #900;
    color: #fff;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-size: 16px;
    border-radius: 3px;
    height: 30px;
    line-height: 26px;
    border: #900 solid 1px;
    margin-top: 10px;
}

.egoi-bar-success{
    position: relative;
    background: #066;
    width: 100%;
    height: 40px;
    font-size: 18px;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-style: oblique;
    font-weight: 600;
    line-height: 55px;
    color: #ddd;
}

.egoi-success{
    background: #DFF0D8;
    color: #066;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-size: 16px;
    border-radius: 3px;
    height: 30px;
    line-height: 26px;
    border: #066 solid 1px;
    /*margin-top: -40px;*/
}

.egoi-form-error{
    background: #F2DEDE;
    color: #9E0000;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-size: 16px;
    border-radius: 3px;
    height: 30px;
    line-height: 26px;
    border: #900 solid 1px;
    margin-top: 10px;
    /*margin-bottom: 30px;*/
}

#egoi-form-success-show{
    z-index: 999;
    background: #066;
    color: #ddd;
    text-align: -webkit-center;
	text-align: -moz-center;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    height: 200px;
    line-height: 12;
}

#egoi-form-success-hide{
    background: #066;
    color: #ddd;
    text-align: -webkit-center;
	text-align: -moz-center;
    font-size: 18px;
    border-radius: 10px;
    font-weight: bolder;
}

.close-bar {
    display: inline-block;
    float: right;
    margin-right: 12px;
    cursor: pointer;
    z-index: 200;
    clear: both;
}

.egoi-close{
    position: relative;
    z-index: 500;
	width: 100%;
    height: 10px;
}

#span-bar{
	opacity: 0 !important;
	display: block;
	width: 100%;
    height: 100%;
	cursor: pointer;
}

.egoi-email{
	max-width: 250px !important;
    box-sizing: border-box !important;
    line-height: initial !important;
    display: inline-block !important;
    width: 100% !important;
    height: 30px !important;
    padding: 5px !important;
    margin: 6px !important;
    float: none !important;
}

.egoi-email::placeholder{
	max-width: 250px;
}

.egoi-label{
	font-size: 18px;
    padding: 5px;
}

.loader{
	text-align:center;
    margin-top: 10px;
}

.widget-text{
    padding-bottom: 10px;
}

.open_tab_egoi{
    background: url('../img/close.png') no-repeat;
    width: 70px;
    height: 25px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	position: absolute;
	left: 48%;
	top: 10px;
	cursor: pointer;
}

.close_tab_egoi{
    background: url('../img/open.png') no-repeat;
	width: 70px;
    height: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	position: absolute;
	left: 48%;
	top: 10px;
	cursor: pointer;
}


.egoi-action,.egoi-close-action{ 
	position:fixed;
	right:10px;
	top:0;
	text-align:center;
	height:30px;
	width:30px;
	border-radius:0 0 2px 2px;
	z-index:999999;
	cursor:pointer;
	color:#fff;
	transition:.5s;
}

.egoi-bottom-action,.egoi-close-bottom-action{
	position:fixed;
	right:10px;
	bottom:0;
	text-align:center;
	height:30px;
	width:30px;
	border-radius:0 0 2px 2px;
	z-index:999999;
	cursor:pointer;
	color:#fff;
	transition:.5s;
}

.egoi-open-action:before, .egoi-bottom-open-action:before{
	font-size:18px;
	line-height:30px;
	font-family:"dashicons";
	content:"\f343";
}

.egoi-close-action:before, .egoi-bottom-close-action:before{ 
	font-size:18px;
	line-height:30px;
	font-family:"dashicons";
	content:"\f347";
} 

.egoi-open-action .egoi-action, .egoi-open-action .egoi-close-action{ 
	top:5px;
	border-radius:50%;
	background:transparent !important;
} 

.egoi-bottom-open-action .egoi-bottom-action, .egoi-bottom-open-action .egoi-bottom-close-action{ 
	bottom:5px;
	border-radius:50%;
	background:transparent !important;
} 

.egoi-open-action .egoi-action:before, .egoi-bottom-action:before, .egoi-bottom-open-action, .egoi-open-action .egoi-close-action:before{ 
	font-size:18px;
	line-height:30px;
	font-family:"dashicons";
	content:'\f343';
} 

.egoi-close-action:before, .egoi-bottom-close-action:before{
	font-size:18px;
	line-height:30px;
	font-family:"dashicons";
	content:"\f335" !important;
} 
