@font-face {
	font-family: "Averta_Black";
	src: url('../fonts/Averta_Black.otf');
}

@font-face {
	font-family: "Averta";
	src: url('../fonts/Averta.ttf');
}
@font-face {
	font-family: "Averta_Bold";
	src: url('../fonts/Averta.ttf');
}
body {
	font-family: "Averta";
	font-size: 16px;
	line-height: 1.42857143;
	color: #414042;
	font-weight: 500;
}
#wp_site {overflow: hidden;}
.ruler {margin-top: 20px;}
.wp_inner {
	max-width: 1440px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
img {
	max-width: 100%;
	height: auto;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: block!important;}
.owl-theme .owl-nav.disabled+.owl-dots {display: none!important;}
/*style back_to_top*/
#back_to_top .icon {
	display: block;
	background: #9e9e9e54;
	color: #fff;
	padding: 16px 17px;
	position: fixed;
	z-index: 300;
	top: 60%;
	right: 30px;
	border-radius: 100%;
}
#back_to_top .icon .fa-chevron-up {
	font-size: 20px;
}
/*style call_phone*/

#support_call_phone a.icon {
	color: #fff;
	font-size: 20px;
	position: fixed;
	z-index: 999999;
	bottom: 3%;
	left: 5%;
	border-radius: 100%;
	background: gold;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

#support_call_phone:hover a.icon {
	background: #cd2c1d;
	/*animation: shake 0.5s;*/
	animation-iteration-count: infinite;
}
#support_call_phone a.icon i {
	font-size: 35px;
	text-align: center;
	margin: auto;
	padding: 13px 15px
}
@media screen and (max-width: 500px) {
	#support_call_phone a.icon {
		width: 60px;
		height: 60px;
	}
	#support_call_phone a.icon i {
		font-size: 35px;
	}

}
@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
@-webkit-keyframes glowing {
	0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
	50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
	100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing {
	0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
	50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
	100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing {
	0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
	50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
	100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing {
	0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
	50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
	100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

#support_call_phone .icon {
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}


/*==========SEARCH=======================================================*/
.icon_search_respon {
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	display: none;
	margin-right: 25px;
	float: right;
}

/*css form search*/
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}

.overlay input[type=text]:hover {
	background: #f1f1f1;
}

.overlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.overlay button:hover {
	background: #bbb;
}

/*============RESPON MENU=========================*/
.icon_respon_menu {
	font-size: 25px;
	color: #f15a22;
	cursor: pointer;
	display: none;
	margin-left: 25px;
	float: right;
	
}
#wp_respon_menu .icon_x {
	position: absolute;
    top: 1%;
    left: 255px;
    display: block;
    color: #f15a22;
    font-size: 35px;
    z-index: 300;
}
#wp_site {position: relative; transition: all 0.25s ease;}
#wp_respon_menu {
	position: absolute;
	top: 0;
	z-index: 300;
	background: #9e9e9e;
	left: -250px;
	color: #ffff;
	width: 250px;
	height: 100%;
	padding: 10px 15px 30px 15px;
	/*display: none;*/
	transition: left 0.25s ease;
	opacity: 0;
}
#wp_respon_menu input {
	padding: 5px 0;
}
#wp_respon_menu button {
	padding: 5px;
}
#wp_respon_menu .image {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px solid gold;
}
#wp_respon_menu .menu > li > a {
	display: block;
	color: #fff;
	font-family: "Roboto";
	padding: 10px;
	border-bottom: 1px dashed gold;
}
#wp_respon_menu .menu > li > a:hover {
	color: gold;
}

#wp_respon_menu .menu > li {
	position: relative;
}
#wp_respon_menu .menu > li > i {
	position: absolute;
	right: 0;
	top: 0%;
	font-size: 12px;
	padding: 10px 15px;
	cursor: pointer;
	border-left: 1px solid gray;
	color: #fff;
}

#wp_respon_menu .menu > li > .submenu {
	position: absolute;
    z-index: 300;
    background: #5a5757;
    color: #ffff;
    width: 235px;
    padding: 10px 15px 30px 15px;
    left: 0px;
    top: 104%;
    display: none;
    /*transition: all 0.25s ease;*/
}
#wp_respon_menu .menu > li > .submenu a {
	display: block;
	color: #fff;
	font-family: "Roboto";
	padding: 10px;
	border-bottom: 1px dashed gold;
}

/*click nav , add .open_respon_menu*/
#wp_site.open_respon_menu #wp_respon_menu {
	/*display: block;*/
	left: 0;
	transition: right 1s ease;
	opacity: 1;
}

/*-------------------------*/
/*style wp_pagination*/
.paginate {
	width: 70%;
	margin: 20px auto;
}
.paginate ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.paginate ul li a {
	display: block;
	padding: 8px 13px;
	font-size: 16px;
	background: #f5f5f5;
	font-weight: bold;

} 
.paginate ul li span {
	display: block;
	padding: 8px 13px;
	font-size: 16px;
	background: #f5f5f5;
	font-weight: bold;
}
.paginate ul li.disabled {
	display: none;
}
.paginate ul li.active span {
	background: #eb891b;
	color: #fff;
	display: block;
	
}
.paginate ul li:hover > a {
	background: #eb891b;
	color: #fff;
	display: block;
}
.paginate ul li.active a {
	background: gray;
	color: #fff;
}
/*===============================================*/
