/*
Theme Name: iTek Contact Solutions Theme
Theme URI: http://github.com/cad-uix/cad-wp-theme.git
Author: Marcel Badua
Author URI: http://marcelbadua.com/
Description: Custom A Design Wordpress Theme Framework utilizes the use of bower and gulp. to be used for bootstrap and it's powerful LESS files
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	width: 1920px;
	max-width: 100%;
	margin: auto;
	font-family: 'Lato', sans-serif;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1483px;
	}
}

#page-wrap {
	overflow: hidden;
}

a {
	transition: all .3s;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

.flex-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex-row.bottom {
	align-items: flex-end;
}

.btn-custom {
	background: rgb(97,1,1); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(97,1,1,1) 0%, rgba(217,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(97,1,1,1) 0%,rgba(217,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(97,1,1,1) 0%,rgba(217,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610101', endColorstr='#d90000',GradientType=0 ); /* IE6-9 */
	border: solid 3px #d90000;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	min-width: 240px;
	text-transform: uppercase;
	transition: all .3s;
	padding: 10px;
}

.btn-custom:hover, .btn-custom:focus {
	background: rgb(97,1,1); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(97,1,1,1) 50%, rgba(217,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(97,1,1,1) 50%,rgba(217,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(97,1,1,1) 50%,rgba(217,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610101', endColorstr='#d90000',GradientType=0 ); /* IE6-9 */
	border-color: #610101;
	color: #ffffff;
}

.s_title {
	margin: 0;
	margin-bottom: 1em;
	font-size: 35px;
	font-weight: bold;
	color: #4f4f4f;
}

.s_title span {
	color: #d80000;
}

#main_header .sticky_header {
	position: fixed;
	top: auto;
	left: 0;
	width: 1920px;
	max-width: 100%;
	padding: 10px 0;
	transition: all .3s;
	transform: translateY(-100%);
	background-color: #ffffff;
	z-index: 1;
}

#main_header .sticky_header.show {
	transform: translateY(0%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

#main_header .sticky_header .sticky_nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

#main_header .sticky_header .sticky_nav > li {
	display: inline-block;
	vertical-align: middle;
}

#main_header .sticky_header .sticky_nav > li:not(:last-child) {
	margin-right: 20px;
}

#main_header .sticky_header .sticky_nav > li > a {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	display: table;
	color: #000000;
}

#main_header .sticky_header .sticky_nav > li > a:hover, #main_header .sticky_header .sticky_nav > li > a:focus, #main_header .sticky_header .sticky_nav > li.active > a {
	color: #d80000;
}

#main_header .header_top {
	background-color: #d90000;
	background-image: url(images/diag.fw.png);
	background-position: center;
}

#main_header .header_top p {
	color: #ffffff;
	font-size: 21px;
	margin: 0;
}

#main_header .header_top .top_right {
	text-align: right;
}

#main_header .header_top .top_right .search_opener {
	font-size: 18px;
	color: #ffffff;
	margin-right: 30px;
}

#main_header .header_top .top_right .search_opener:hover, #main_header .header_top .top_right .search_opener:focus {
	color: #ffff00;
}

#main_header .header_top .top_right .phone a, #main_header .header_top .top_right .phone .fas {
	position: relative;
}

#main_header .header_top .top_right .phone {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 17px;
	padding: 20px 25px;
	margin-right: 50px;
}

#main_header .header_top .top_right .phone:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #717171;
	transform: skew(45deg);
}

#main_header .header_top .top_right .phone a {
	margin-left: 10px;
	color: #ffffff;
	font-weight: bold;
}

#main_header .header_top .top_right .phone a:hover, #main_header .header_top .top_right .phone a:focus {
	color: #ffff00;
}

#main_header .header_top .top_right .socials {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

#main_header .header_top .top_right .socials li {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
}

#main_header .header_top .top_right .socials li:not(:last-child) {
	margin-right: 30px;
}

#main_header .header_top .top_right .socials li a {
	color: #ffffff;
}

#main_header .header_top .top_right .socials li a:hover, #main_header .header_top .top_right .socials li a:focus {
	color: #ffff00;
}

#main_header .header_body {
	position: relative;
	border-top: solid 6px #a9a9a9;
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

#main_header .header_body .site_logo {
	display: block;
	width: 350px;
	max-width: 100%;
	margin: auto;
}

#main_header .header_body .site_logo:hover, #main_header .header_body .site_logo:focus {
	transform: scale(.96);
}

#main_header .header_body .active_bar {
	position: absolute;
	top: -6px;
	height: 6px;
	transition: all .3s;
	background-color: #d90000;
	transform: translateX(-50%);
}

#main_header .header_body .header_nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

#main_header .header_body .header_nav > li {
	display: inline-block;
	vertical-align: middle;
}

#main_header .header_body .header_nav > li:not(:last-child) {
	margin-right: 6em;
}

#main_header .header_body .header_nav > li > a {
	display: table;
	font-size: 25px;
	font-weight: bold;
	display: table;
	color: #000000;
	padding: 15px;
}

#main_header .header_body .header_nav > li > a:hover, #main_header .header_body .header_nav > li > a:focus, #main_header .header_body .header_nav > li.active > a {
	color: #d80000;
}

#banner_section {
	position: relative;
}

#banner_section .banner_image {
	height: 748px;
	background-size: cover;
	background-position: center;
}

#banner_section .bannerNav {
	font-size: 30px;
}

#banner_section .bannerNav .left {
	position: absolute;
	top: 50%;
	left: 15px;
	color: #ffffff;
	cursor: pointer;
	z-index: 1;
	transform: translateY(-50%);
}

#banner_section .bannerNav .right {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #ffffff;
	cursor: pointer;
	z-index: 1;
	transform: translateY(-50%);
}

#banner_section .banner_body {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
}

#banner_section .banner_body .banner_meta .title {
	font-size: 70px;
	font-weight: 900;
	color: #ffffff;
	text-shadow: 3px 3px 6px rgb(0 0 0 / .5);
	margin: 0;
	margin-bottom: 20px;
}

#banner_section .banner_body .banner_form {
	background-color: rgb(0 0 0 / 25%);
	width: 466px;
	max-width: 100%;
	margin-left: auto;
	padding: 30px;
	padding-left: 30px;
	padding-right: 15px;
	border-radius: 3px;
}

#banner_section .banner_body .banner_form h3 {
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	color: #ffffff;
	padding: 0;
}

#banner_section .banner_body .banner_form p {
	text-align: center;
	color: #ffffff;
}

#banner_section .banner_body .banner_form .ginput_container input,
#banner_section .banner_body .banner_form .ginput_container select,
#banner_section .banner_body .banner_form .ginput_container textarea {
	padding: 10px;
}

#banner_section .banner_body .banner_form .gform_wrapper textarea.small {
	height: 68px !important;
}

#banner_section .banner_body .banner_form .gform_wrapper .btn {
	display: table;
	margin: auto;
}

.banner_form .gform_confirmation_wrapper {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	border: solid 3px #ffffff;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
}

#banner_section .contacts {
	position: absolute;
	top: 50%;
	right: 50px;
	padding: 0;
	margin: 0;
	list-style: none;
	transform: translateY(-50%);
}

#banner_section .contacts li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #ffffff;
	background-color: #5e5e5e;
	margin: 40px 0;
	border-radius: 100%;
}

#banner_section .contacts li a:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: solid 4px #ffffff;
	border-radius: 100%;
}

#banner_section .contacts li a:hover, #banner_section .contacts li a:focus {
	background-color: #d80000;
}

#welcome_section {
	position: relative;
	margin-bottom: 50px;
	padding-top: 100px;
}

#welcome_section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	height: 100px;
	opacity: 0.25;
}

#welcome_section .title {
	display: flex;
	align-items: flex-end;
	margin-bottom: 2em;
}

#welcome_section .title .s_title {
	margin-bottom: 0;
	margin-left: 15px;
}

#welcome_section .welcome_content p {
	font-size: 18px;
	margin-bottom: 2em;
}

#welcome_section .img_container {
	position: relative;
	display: block;
	background-color: #000000;
	overflow: hidden;
	border-radius: 6px;
}

#welcome_section .img_container .fake_image {
	padding-top: 74.68%;
	background-position: center;
	background-size: cover;
	opacity: .5;
}

#welcome_section .img_container .floater {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	color: #ffffff;
}

#welcome_section .img_container .floater .play {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(255 255 255 / .5);
	border-radius: 100%;
	font-size: 50px;
	margin-bottom: 10px;
}

#welcome_section .img_container .floater span {
	font-size: 18px;
}

#qlinks_section .quick_links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 75px;
}

#qlinks_section .quick_links .qlink {
	width: 22%;
}

#qlinks_section .quick_links .qlink-1 .img_container .fake_image,
#qlinks_section .quick_links .qlink-3 .img_container .fake_image {
	padding-top: 130%;
	background-size: cover;
	background-position: center;
}

#qlinks_section .quick_links .qlink-1,
#qlinks_section .quick_links .qlink-3 {
	position: relative;
}

#qlinks_section .quick_links .qlink-1 .box {
	text-align: center;
	background-color: #5a5a5a;
	font-size: 30px;
	color: #ffffff;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 52px;
	width: 130%;
	transform-origin: bottom left;
	transform: rotate(-90deg);
}

#qlinks_section .quick_links .qlink-1 .box p {
	margin: 0;
}

#qlinks_section .quick_links .qlink-2 {
	width: 66%;
	display: flex;
	align-items: center;
}

#qlinks_section .quick_links .qlink-2 .img_container {
	flex: 1;
}

#qlinks_section .quick_links .qlink-2 .img_container .fake_image {
	padding-top: 85%;
	background-size: cover;
	background-position: center;
}

#qlinks_section .quick_links .qlink-2 .box {
	width: 357px;
	height: 495px;
	background-color: #d90000;
	display: flex;
	align-items: center;
	justify-content: center;
}

#qlinks_section .quick_links .qlink-2 .box .title {
	text-align: center;
	font-size: 30px;
	color: #ffffff;
}

#qlinks_section .quick_links .qlink-2 .box .link {
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}



#qlinks_section .quick_links .qlink-3 .box {
	text-align: center;
	background-color: #5a5a5a;
	font-size: 30px;
	color: #ffffff;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 130%;
	transform-origin: bottom left;
	transform: rotate(-90deg);
}

#qlinks_section .quick_links .qlink-3 .box p {
	margin: 0;
}

#qlinks_section .strip {
	background: rgb(97,1,1); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(97,1,1,1) 0%, rgba(217,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(97,1,1,1) 0%,rgba(217,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(97,1,1,1) 0%,rgba(217,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#610101', endColorstr='#d90000',GradientType=0 ); /* IE6-9 */
	border-top: solid 3px #d90000;
	border-bottom: solid 3px #d90000;
	padding: 30px 0;
	overflow: hidden;
}

#qlinks_section .strip h3 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
}

#qlinks_section .strip h3:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 150px;
	width: 3px;
	background-color: #d90000;
	transform: translateY(-50%);
}

#qlinks_section .strip p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
}

#qlinks_section .strip p a {
	color: #ffffff;
}

#qlinks_section .strip p a:hover, #qlinks_section .strip p a:focus {
	color: #ffff00;
}

#testimonials_section {
	position: relative;
	padding-top: 100px;
	margin-bottom: 100px;
}

#testimonials_section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 950px;
	background-image: url(images/testimonial-bg.fw.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#testimonials_section .test_box {
	text-align: center;
}

#testimonials_section .test_box .fas {
	font-size: 45px;
	color: #717171;
	margin-bottom: 15px;
}

#testimonials_section .test_box .content {
	font-size: 18px;
	line-height: 1.5em;
	color: #4f4f4f;
	margin-bottom: 2em;
}

#testimonials_section .test_box .name {
	font-size: 25px;
	color: #4f4f4f;
	margin-bottom: 30px;
}

#testimonials_section .btn {
	display: table;
	margin: auto;
}

#services_section .s_title {
	text-align: center;
}

#services_section .excerpt {
	text-align: center;
	font-size: 21px;
	line-height: 2em;
	color: #211f1f;
	margin-bottom: 100px;
}

#services_section .service_box {
	margin-bottom: 100px;
}

#services_section .service_box .img_container {
	display: block;
	background-color: #ffffff;
	border: solid 1px #d6d6d6;
	padding: 15px;
	margin-bottom: 1em;
}

#services_section .service_box .img_container:hover, #services_section .service_box .img_container:focus {
	transform: scale(.95);
}

#services_section .service_box .img_container .fake_image {
	padding-top: 60.71%;
	background-size: cover;
	background-position: center;
}

#services_section .service_box .title {
	font-size: 35px;
	margin: 0;
}

#services_section .service_box a {
	font-size: 20px;
	color: #d90000;
}

#services_section .service_box a:hover, #services_section .service_box a:focus {
	color: #000000;
}

#events_section {
	position: relative;
	padding-top: 100px;
	margin-bottom: 100px;
}

#events_section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	height: 100px;
	opacity: 0.25;
}

#events_section .s_title {
	margin-bottom: 100px;
}

#events_section .main_box {
	background-color: #eaeaea;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 11px #717171;
}

#events_section .main_box .title {
	width: 100%;
}

#events_section .main_box .title h2 {
	margin: 0;
	background-color: #717171;
	width: 50%;
	padding: 15px;
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
}

#events_section .main_box .content {
	width: 50%;
	background-color: #ffffff;
	padding: 15px;
	font-size: 18px;
	line-height: 2em;
}

#events_section .main_box .img_container {
	width: 50%;
}

#events_section .main_box .img_container .fake_image {
	padding-top: 57.66%;
	background-size: cover;
	background-position: center;
}

#events_section .event_box {
	display: flex;
	padding: 15px;
}

#events_section .event_box.color-g {
	background-color: #f8f8f8;
}

#events_section .event_box .date_box {
	width: 80px;
	text-align: center;
	background-color: #717171;
	padding: 15px;
	margin-right: 30px;
}

#events_section .event_box .date_box .day {
	font-size: 32px;
	margin: 0;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#events_section .event_box .date_box .month {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	color: #ffffff;
}

#events_section .event_box .excerpt {
	font-size: 18px;
	color: #000000;
}

#events_section .current .main_box {
	border-color: #d90000;
}

#events_section .current .main_box .title h2, #events_section .current .event_box .date_box {
	background-color: #d90000;
}

#footer .footer_body {
	padding: 100px 0;
	background-image: url(images/footer-bg.jpg);
	background-size: cover;
	background-position: center;
	border-top: solid 6px #d90000;
}

#footer .footer_body .footer_logo {
	display: table;
	margin-bottom: 2em;
}

#footer .footer_body .footer_logo:hover, #footer .footer_body .footer_logo:focus {
	transform: scale(.96);
}

#footer .footer_body .footer_excerpt {
	font-size: 18px;
	color: #ffffff;
}

#footer .footer_body h4 {
	font-size: 23px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 1em;
}

#footer .footer_body .footer_nav {
	padding: 0;
	margin: 0;
	list-style: none;
	column-count: 2;
}

#footer .footer_body .footer_nav > li {
	margin-bottom: 1em;
}

#footer .footer_body .footer_nav > li > a {
	display: table;
	font-size: 18px;
	color: #ffffff;
}

#footer .footer_body .footer_nav > li > a:hover, #footer .footer_body .footer_nav > li > a:focus, #footer .footer_body .footer_nav > li.active > a {
	color: #ffff00;
	transform: translateX(5px);
}

#footer .footer_bottom {
	background-color: #d90000;
	padding: 30px 0;
}

#footer .footer_bottom .socials {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .footer_bottom .socials li {
	display: inline-block;
	vertical-align: middle;
}

#footer .footer_bottom .socials li:not(:last-child) {
	margin-right: 20px;
}

#footer .footer_bottom .socials li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: solid 4px rgb(255 255 255 / .45);
	border-radius: 100%;
	font-size: 20px;
	color: #ffffff;
}

#footer .footer_bottom .socials li a:hover, #footer .footer_bottom .socials li a:focus {
	border-color: #ffffff;
}

#footer .footer_bottom .colophon {
	text-align: right;
	font-size: 18px;
	margin: 0;
	color: #ffffff;
}

#innerpage_banner {
	background-size: cover;
	background-position: center;
	position: relative;
	height: 600px;
	display: flex;
	align-items: center;
}

#innerpage_banner .container {
	width: 100%;
}

#innerpage_banner .banner_meta h1 {
	text-transform: uppercase;
	font-size: 65px;
	font-weight: 900;
	color: #ffffff;
	text-shadow: 3px 3px 6px rgb(0 0 0 / .5);
	margin-bottom: 20px;
}

#innerpage_banner .banner_form {
	background-color: rgb(0 0 0 / 25%);
	width: 466px;
	max-width: 100%;
	margin-left: auto;
	padding: 30px;
	padding-left: 30px;
	padding-right: 15px;
	border-radius: 3px;
}

#innerpage_banner .banner_form h3 {
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	color: #ffffff;
	padding: 0;
}

#innerpage_banner .banner_form p {
	text-align: center;
	color: #ffffff;
}

#innerpage_banner .banner_form .ginput_container input,
#innerpage_banner .banner_form .ginput_container select,
#innerpage_banner .banner_form .ginput_container textarea {
	padding: 10px;
}

#innerpage_banner .banner_form .gform_wrapper textarea.small {
	height: 68px !important;
}

#innerpage_banner .banner_form .gform_wrapper .btn {
	display: table;
	margin: auto;
}

#innerpage_banner .contacts {
	position: absolute;
	top: 50%;
	right: 50px;
	padding: 0;
	margin: 0;
	list-style: none;
	transform: translateY(-50%);
}

#innerpage_banner .contacts li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #ffffff;
	background-color: #5e5e5e;
	margin: 40px 0;
	border-radius: 100%;
}

#innerpage_banner .contacts li a:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: solid 4px #ffffff;
	border-radius: 100%;
}

#innerpage_banner .contacts li a:hover, #innerpage_banner .contacts li a:focus {
	background-color: #d80000;
}