/* fonts */

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI-Regular.woff2') format('woff2'),
        url('../fonts/SegoeUI-Regular.woff') format('woff'),
        url('../fonts/SegoeUI-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff'),
        url('../fonts/SegoeUI-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pattaya';
    src: url('../fonts/Pattaya-Regular.woff2') format('woff2'),
        url('../fonts/Pattaya-Regular.woff') format('woff'),
        url('../fonts/Pattaya-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* styles */

body {
	min-width: 480px;
	background-color: #fafafa;
	font-family: 'SegoeUI', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	cursor: default;
}

.new1 {
	margin: 0 auto;
	padding: 71px 0 0;
	width: 480px;
}

.new9:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: 600;
}

/* fixed block */

.new2 {
	width: 100%;
	min-width: 480px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.fixed_block {
	margin: 0 auto;
	padding: 15px 20px;
	width: 480px;
	background-color: #fff;
}

.fixed_block h3 {
	float: left;
	width: 240px;
	font-family: 'Pattaya', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
}

.fixed_block .button {
	display: block;
	float: right;
	width: 180px;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #3897f0;
	font-weight: 600;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	outline: none;
}

/* offer */

.new3 {
	margin: 0 0 25px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
}

.new3 .offer_title {
	padding: 23px 20px;
	background-color: #cc2366;
	background-image: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -moz-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.new3 h1 {
	margin: 0 0 6px;
	font-weight: 600;
	font-size: 26px;
	line-height: 34px;
}

.new3 p {
	font-size: 26px;
	line-height: 34px;
}

.new3 img {
	display: block;
	width: 100%;
}

/* section */

section {
	margin: 0 0 25px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
}

/* titles */

section .new5 {
	margin: 0 0 20px;
	padding: 15px 20px;
	border-bottom: 1px solid #ededed;
}

.new4 .new5, 
.video_section .new5 {
	margin: 0;
}

section h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}

section h2 i {
	font-family: 'Pattaya', sans-serif;
	font-style: normal;
	font-size: 30px;
}

.in-blue_title h2 i {
	color: #3897f0;
}

.in-blue_title.dark_theme h2 i {
	color: #fff;
}

section h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}

section h4 + p {
	margin: 4px 0 0;
}

/* content */

.new6 {
	margin: 0 0 20px;
	border-bottom: 1px solid #ededed;
}

.new6:last-child {
	margin: 0;
	border: none;
}

.new6 i {
	font-style: normal;
	color: #003569;
}

/* post image */

.new7 {
	display: block;
	margin: -1px auto 0;
}

/* video */

.new16 {
	margin: -1px auto 0;
	width: 480px;
	height: 270px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.new16 iframe, 
.new16 object, 
.new16 embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* text */

.new15 {
	margin: 20px;
}

.list3.two_column + .new15 {
	margin: 0 20px 20px;
}

.new15 p {
	margin: 0 0 15px;
}

.new15 p:last-child {
	margin: 0;
}

.new15 .in-login {
	margin: 0 5px 0 0;
}

/* author */

.new28 {
	display: table;
	margin: 0 20px 20px;
	position: relative;
}

.new28:before {
	display: block;
	content: '';
	width: 4px;
	height: 20px;
	background: url(../icons/icons.png) -119px -56px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
}

.new28 .avatar {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}

.new28 img {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.new28 .new29 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px 0 20px;
	width: 380px;
}

.new28 .name {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}

.new28.verified .name:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -4px 0 0 8px;
	width: 18px;
	height: 18px;
	background: url(../icons/icons.png) -112px -31px no-repeat;
}

.new28 .text {
	font-size: 14px;
	line-height: 22px;
	color: #999ca1;
}

/* stats */

.new8 {
	margin: 15px 20px;
}

.new8 .icons {
	margin: 0 0 10px;
}

.new8 .icon {
	float: left;
	margin: 0 20px 0 0;
	background: url(../icons/icons.png) no-repeat;
}

.new8 .new10 {
	width: 24px;
	height: 21px;
	background-position: 0 0;
}

.new8 .new11 {
	width: 22px;
	height: 22px;
	background-position: -36px 0;
}

.new8 .new12 {
	width: 27px;
	height: 21px;
	background-position: -68px -1px;
}

.new8 .new13 {
	float: right;
	margin: 0;
	width: 16px;
	height: 20px;
	background-position: -105px -1px;
}

.new8 .new14 {
	font-weight: 600;
}

.new23 {
	margin: 20px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #999;
	text-transform: uppercase;
}

.new17, 
.new20 {
	display: none;
}

/* reviews */

.reviews2_section .reviews_list {
	padding: 10px 0;
}

.reviews2_section .review_item {
	margin: 0 20px 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ededed;
}

.reviews2_section .review_item:last-child {
	padding: 0;
	border: none;
}

.reviews2_section .review_wrapper {
	margin: 0;
}

.reviews2_section .avatar {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews2_section .review_text {
	float: left;
	width: 360px;
}

.reviews2_section .photo {
	display: block;
	margin: 15px 0 0;
}

.reviews2_section .in-login {
	margin: 0 5px 0 0;
}

.reviews2_section .vk-new14 {
	display: none;
}

.reviews2_section .ok-buttons {
	display: none;
}

/* lists */

.new25.dark_theme {
	border: none;
	background-color: #cc2366;
	background-image: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -moz-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	color: #fff;
}

.new25.dark_theme .new5 {
	border-color: rgba(255,255,255,0.3);
}

.new25.dark_theme h4 {
	color: #fff;
}

/* list 1 */

.new25 .new30 {
	padding: 10px 0;
}

.new6 .new30 {
	margin: 20px 0;
}

.new30 .new27 {
	display: table;
	margin: 0 20px 20px;
}

.new30 .new31 {
	display: table-cell;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.new30.va_middle .new31 {
	vertical-align: middle;
}

.new30.image60x60 .new31 {
	width: 60px;
}

.new30.image70x70 .new31 {
	width: 70px;
}

.new30.image80x80 .new31 {
	width: 80px;
}

.new30.image90x90 .new31 {
	width: 90px;
}

.new30.image110x110 .new31 {
	width: 110px;
}

.new30 .new32 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f7f7f7;
	text-align: center;
	overflow: hidden;
}

.new30.dark_icon .new32 {
	background-color: #cc2366;
	background-image: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -moz-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.new25.dark_theme .new32 {
	background-color: #fff;
	background-image: none;
}

.new30.image60x60 .new32 {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.new30.image70x70 .new32 {
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.new30.image80x80 .new32 {
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.new30.image90x90 .new32 {
	width: 90px;
	height: 90px;
	line-height: 90px;
}

.new30.image110x110 .new32 {
	width: 110px;
	height: 110px;
	line-height: 110px;
}

.new30.image_border .new32 {
	border: 2px solid #efefef;
}

.new25.dark_theme .new30.image_border .new32 {
	border-color: #fff;
}

.new30 .new32 img {
	display: inline-block;
	vertical-align: middle;
}

.new30.image_border.image60x60 .new32 {
	line-height: 56px;
}

.new30.image_border.image70x70 .new32 {
	line-height: 66px;
}

.new30.image_border.image80x80 .new32 {
	line-height: 76px;
}

.new30.image_border.image90x90 .new32 {
	line-height: 86px;
}

.new30.image_border.image110x110 .new32 {
	line-height: 106px;
}

.new30 .new15 {
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0 0 0 20px;
}

.new30.image60x60 .new15 {
	width: 380px;
}

.new30.image70x70 .new15 {
	width: 370px;
}

.new30.image80x80 .new15 {
	width: 360px;
}

.new30.image90x90 .new15 {
	width: 350px;
}

.new30.image110x110 .new15 {
	width: 330px;
}

.new30.va_middle .new15 {
	vertical-align: middle;
}

.use_steps2 .new30 .new31 {
	width: 40px;
}

.use_steps2 .new30 .new32 {
	margin: 6px 0 0;
	width: 40px;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	font-family: 'Pattaya', sans-serif;
	font-size: 48px;
	line-height: 48px;
	color: #3897f0;
	overflow: visible;
}

.use_steps2.dark_theme .new30 .new32 {
	color: #fff;
}

.use_steps2 .new30 .new15 {
	width: 400px;
}

.new30 .new15 p {
	margin: 0;
}

.new30 .new15 h4 + p {
	margin: 4px 0 0;
}

/* list 2 */

.new25 .new26 {
	padding: 10px 0 5px;
}

.new26.two_column {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.new26 .new27 {
	margin: 0 20px 25px;
}

.new26.two_column .new27 {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 25px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.new26.two_column .new27:nth-child(even) {
	margin: 0 0 25px;
}

.new26 .new27 img {
	display: block;
	margin: 0 auto 15px;
}

.new26.two_column .new27 h4 {
	font-size: 18px;
	line-height: 26px;
}

/* list 3 */

.new25 .list3 {
	padding: 10px 0;
}

.new6 .list3 {
	margin: 20px 0;
}

.list3 .new27 {
	margin: 0 20px 20px;
	position: relative;
}

.list3.marker1 .new27 {
	padding: 0 0 0 39px;
}

.list3.marker2 .new27 {
	padding: 0 0 0 34px;
}

.list3 .new27:before {
	display: block;
	content: '';
	background: url(../icons/icons.png) no-repeat;
	position: absolute;
	left: 0;
}

.list3.marker1 .new27:before {
	width: 24px;
	height: 24px;
	background-position: -124px 0;
	top: 1px;
}

.new25.dark_theme .list3.marker1 .new27:before {
	background-position: -151px 0;
}

.list3.marker2 .new27:before {
	width: 19px;
	height: 20px;
	background-position: -86px -32px;
	top: 3px;
}

.new25.dark_theme .list3.marker2 .new27:before {
	background-position: -86px -58px;
}

.list3.two_column {
	margin: 0 20px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.new6 .list3.two_column {
	margin: 20px 20px 0;
}

.list3.two_column .new27 {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.list3.two_column .new27:nth-child(even) {
	margin: 0 0 20px;
}

.list3.two_column .new27 h4 {
	font-size: 18px;
	line-height: 26px;
}

.list3 .new27 p {
	padding: 1px 0 0;
}

.list3 .new27 h4 + p {
	margin: 0;
	padding: 4px 0 0;
}

/* image */

.new24 {
	margin: 0 0 25px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
}

.new24 img {
	display: block;
	margin: 0 auto;
}

/* slider */

.slider {
	margin: 0 0 25px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
}

.new6 .slider {
	margin: -1px 0 0;
	border: none;
	background: none;
}

.slider .owl-prev, 
.slider .owl-next {
	width: 40px;
	height: 40px;
	background: url(../icons/icons.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.slider .owl-prev {
	background-position: 0 -28px;
	left: 15px;
}

.slider .owl-next {
	background-position: -40px -28px;
	right: 15px;
}

/* vote */

.vote_section.in-hide {
	display: none;
}

.vote_section h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}

.vote_section .vote_block {
	padding: 0 20px 30px;
}

.vote_section .questions_list {
	margin: 0 0 10px;
}

.vote_section .question_item {
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
}

.vote_section .question_item:last-child {
	border: none;
}

.vote_section .questions_list.active .question_item {
	border: none;
	cursor: default;
}

.vote_section .question_text {
	font-size: 18px;
	line-height: 26px;
}

.vote_section .questions_list.active .question_text {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 24px;
}

.vote_section .question_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -4px 15px 0 0;
	width: 12px;
	height: 12px;
	border: 1px solid #c2cad2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.vote_section .question_item:hover .question_text:before {
	background-color: #f2f4f8;
}

.vote_section .questions_list.active .question_text:before {
	display: none;
}

.vote_section .answer {
	display: none;
}

.vote_section .questions_list.active .answer {
	display: block;
}

.vote_section .answer .count {
	float: left;
	width: 390px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f7f8;
	position: relative;
}

.vote_section .answer .line {
	width: 0;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #d3e1ef;
}

.vote_section .answer .value {
	width: 100%;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.vote_section .answer .percents {
	float: left;
	width: 50px;
	font-weight: 600;
	line-height: 30px;
	text-align: right;
}

/* order */

.order_section.dark_theme {
	border: none;
	background-color: #cc2366;
    background-image: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background-image: -moz-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background-image: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	color: #fff;
}

.order_section.dark_theme .new5 {
	border-color: rgba(255,255,255,0.3);
}

.order_section .new33 {
	padding: 10px 0 30px;
}

/* price */

.new34 {
	margin: 0 auto 20px;
	width: 380px;
	position: relative;
}

.order_section .new34 {
	margin: 0 auto 30px;
}

.new34:before {
	display: block;
	content: '';
	width: 21px;
	height: 40px;
	background: url(../icons/icons.png) 0 -72px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px auto auto -10px;
}

.order_section.dark_theme .new34:before {
	background-position: -22px -72px;
}

.new34 .new35 {
	float: left;
	width: 180px;
	text-align: center;
}

.new34 .new35.old {
	margin: 0 20px 0 0;
}

.order_section.dark_theme .new34 .new35.old {
	color: rgba(255,255,255,0.7);
}

.new34 .new35 .text {
	margin: 0 0 4px;
}

.new34 .new35 .value {
	font-size: 38px;
	line-height: 38px;
}

.new34 .new35.old .value {
	text-decoration: line-through;
}

.new34 .new35.new .value {
	font-weight: 600;
	color: #3897f0;
}

.order_section.dark_theme .new35.new .value {
	color: #fff;
}

/* form */

.order_form .field, 
.order_form .select {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px;
	width: 380px;
	height: 70px;
	border: 1px solid #d7d8db;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f1f1f1;
	font-family: 'SegoeUI', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #999ca1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.order_form .select {
	background-image: url(../icons/select__arrow.png);
	background-position: 343px center;
	background-repeat: no-repeat;
}

.order_section.dark_theme .order_form .field, 
.order_section.dark_theme .order_form .select {
	border-color: #fff;
	background-color: #fff;
}

.order_form .field::-webkit-input-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:-moz-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field::-moz-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:-ms-input-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.order_form .field:focus:-moz-placeholder {
	opacity: 0;
}

.order_form .field:focus::-moz-placeholder {
	opacity: 0;
}

.order_form .field:focus:-ms-input-placeholder {
	opacity: 0;
}

.order_form .button {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 380px;
	height: 80px;
	border: none;
	border-bottom: 2px solid #347cbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #3897f0;
	font-family: 'SegoeUI', sans-serif;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

/* deadline text */

.order_section .deadline_text {
	margin: 30px 20px 0;
	font-weight: 600;
	font-size: 11px;
	line-height: 20px;
	color: #3897f0;
	text-transform: uppercase;
	text-align: center;
}

.order_section.dark_theme .deadline_text {
	color: #fff;
}

.order_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -3px 8px 0 0;
	width: 24px;
	height: 24px;
	background: url(../icons/icons.png) -139px -28px no-repeat;
}

.order_section.dark_theme .deadline_text:before {
	background-position: -139px -56px;
}

/* timer */

.timer_block {
	margin: 10px 0 0;
	padding: 20px;
	border-top: 1px solid #ededed;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}

.order_section.dark_theme .timer_block {
	border-color: rgba(255,255,255,0.3);
}

.timer_block p {
	margin: 0 0 10px;
}

.timer_block .timer {
	margin: 0 auto;
	width: 200px;
}

.timer_block .timer_item {
	float: left;
	margin: 0 25px 0 0;
	width: 50px;
	position: relative;
}

.timer_block .timer_item:last-child {
	margin: 0;
}

.timer_block .timer_item:before {
	display: block;
	content: ':';
	width: 25px;
	font-weight: 600;
	font-size: 18px;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: -25px;
}

.timer_block .timer_item:last-child:before {
	display: none;
}

.timer_block .count {
	margin: 0 0 2px;
	width: 50px;
	height: 50px;
	border: 1px solid #cdced1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: 600;
	font-size: 24px;
	line-height: 44px;
}

.order_section.dark_theme .timer_block .count {
	border-color: #fff;
}

/* footer */

footer {
	margin: 0 0 25px;
	padding: 25px 20px 20px;
	border-bottom: 1px solid #ededed;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

footer img {
	display: block;
	margin: 0 auto 10px;
}

footer a {
	background-color: transparent;
	color: #111;
	text-decoration: underline;
	outline: none;
}