/*
Theme Name: Gafas 2016
Theme URI: http://www.misgafasdepasta.com/
Description: Plantilla para la web Mis Gafas de Pasta.
Author: hellingallardo
Version: 1.0
*/

/*
Negro: #000000;
Gris Oscuro: #3C3C3C;
Azul: #4FA1CA;
Azul oscuro: #337AB7;
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('_/css/style.css');

/*RESET*/
* {
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding-top: 75px;
	font-size: 15px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 900;
}
h1 {
	font-size: 42px;
	margin-top: 30px;
	margin-bottom: 40px;
}
a {
	color: #4FA1CA;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
a:hover, a:focus {
	color: #337AB7;
}
.btn {
	border-radius: 1px;
	text-transform: uppercase;
	padding: 8px 12px;
	font-weight: 900;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.btn-info {
	border-color: #4FA1CA;
	background-color: #4FA1CA;
}
.btn-info:hover, .bnt-info:focus {
	border-color: #337AB7;
	background-color: #337AB7;
}


/*GENERAL*/
.header {
	background-color: #000000;
	color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.header .logo {
	padding: 15px 0;
	max-height: 75px;
}
.menu {
	padding: 40px 0 20px 0;
	text-align: center;
	font-size: 18px;
}
.menu a {
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	color: #000000;
}
.menu a + a {
	margin-left: 20px;
}
.menu a:hover, .menu a:focus, .menu a.active {
	text-decoration: none;
	color: #4FA1CA;
}
.header #collapse {
    background-color: #3C3C3C;
    font-weight: 600;
    font-size: 17px;
}
.header #collapse .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.header #collapse .h4 {
    text-align: center;
    color: #4FA1CA;
    margin-top: 0;
    margin-bottom: 20px;
}
.header #collapse .nav-tabs {
    float: left;
    width: 40%;
    margin-right: 5%;
    border: none;
    text-align: right;
}
.header #collapse .nav-tabs>li {
    float: none;
    margin: 0;
    padding: 0;
    background: none;
}
.header #collapse .nav-tabs>li>a {
    margin: 0;
    padding: 0;
    line-height: 1.75em;
    display: block;
    border-radius: 0;
    border: 0;
    color: #ffffff;
}
.header #collapse .nav-tabs>li>a:hover, .header #collapse .nav-tabs>li>a:focus {
    background-color: transparent;
    border: none;
    color: #4FA1CA;
    text-decoration: none;
}
.header #collapse .nav-tabs>li.active>a, .header #collapse .nav-tabs>li.active>a:hover, .header #collapse .nav-tabs>li.active>a:focus {
    background-color: transparent;
    border: none;
    color: #4FA1CA;
}
.header #collapse .tab-content {
    float: left;
    width: 55%;
}
.header #collapse .tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header #collapse .tab-content ul>li>a {
    line-height: 1.75em;
    color: #ffffff;
}
.header #collapse .tab-content ul>li>a:hover, .header #collapse .tab-content ul>li>a:focus {
    color: #4FA1CA;
    text-decoration: none;
}
.header #collapse > .container > .row > .col-xs-12:first-of-type {
	border-right: 1px solid #ffffff;
}
.search-form {
	float: right;
	position: relative;
	font-weight: 900;
	height: 75px;
	line-height: 75px;
	vertical-align: middle;
	background-color: transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.search-form .label {
	cursor: pointer;
	font-size: 20px;
	padding: 0 20px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    border-radius: 0;
}
.search-form .label .fa {
	font-size: 16px;
}
.search-form .label:hover, .search-form .label:focus, .search-form.active .label {
	background-color: #4FA1CA;
}
.search-form .input {
	position: absolute;
	top: 0;
	right: 55px;
	width: 300px;
	height: 75px;
	z-index: 5;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.search-form .input input {
    display: block;
    position: absolute;
    top: 0;
    right: -300px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
    background-color: #4FA1CA;
    font-size: 20px;
    color: #fff;
    backface-visibility: none;
    border-radius: 0;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.search-form .input input:focus {
    outline: none
}
.search-form.active .input {
    z-index: 20
}
.search-form.active .input input {
    right: 0;
}
.search-form ::-webkit-input-placeholder {
    color: #ffffff;
}
.search-form :-moz-placeholder {
   color: #ffffff;
   opacity: 1;
}
.search-form ::-moz-placeholder {
   color: #ffffff;
   opacity: 1;
}
.search-form :-ms-input-placeholder {
   color: #ffffff;
}
.search h2 {
	margin-top: 0;
	margin-bottom: 20px;
}
.header_link, .header_link[data-toggle="collapse"].collapsed {
	float: right;
	font-weight: 900;
	color: #ffffff;
	line-height: 75px;
	height: 75px;
	padding: 0 20px;
	font-size: 20px;
	vertical-align: middle;
	background-color: transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header_link:hover, .header_link:focus, .header_link[data-toggle="collapse"].collapsed:hover {
	background-color: #4FA1CA;
	color: #ffffff;
	text-decoration: none;
}
.header_link .fa {
	font-size: 16px;
}
.header_link[data-toggle="collapse"] {
	background-color: #4FA1CA;
}
.links {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	margin: 0;
	list-style: none;
	padding: 0;
}
.links a {
	color: #ffffff;
	line-height: 26px;
}
.links a:hover, .links a:focus {
	text-decoration: none;
	color: #4FA1CA;
}
.carousel {
	margin-bottom: 20px;
}
.carousel .item img {
	margin: 0 auto;
}
.carousel-control {
	width: auto;
    height: auto;
    top: 50%;
    bottom: auto;
    margin-top: -17px;
    padding: 0px 10px;
    font-size: 24px;
}
.carousel-control.left {
	background: #000000;
	filter: none;
	left: 15%;
}
.carousel-control.right {
	background: #000000;
	filter: none;
	right: 15%;
}
.carousel-control.left:hover, .carousel-control.right:hover, .carousel-control.left:focus, .carousel-control.right:focus {
	background-color: #4FA1CA;
}
.carousel-control .fa {
	vertical-align: -1px;
}
.carousel-caption {
	background-color: #000000;
	color: #ffffff;
	font-weight: 900;
	font-size: 30px;
	padding: 6px 10px;
	left: 20%;
	right: 20%;
	bottom: 50px;
}

/*LISTADO*/
.patro {
	font-weight: 800;
	font-size: 13px;
	cursor: pointer;
}
.patro:before {
	font-family: 'gafas' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e90f";
	background-color: #000000;
	color: #ffffff;
	padding: 4px;
	margin-right: 8px;
	font-size: 14px;
	vertical-align: -1px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	display: inline-block;
}
.patro.collapsed:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#patro + #content {
	margin-top: 20px;
}
.postpromo {
	overflow: hidden;
}
.postpromo .imgart img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 1;
	margin: 0 auto;
}
.postpromo:hover .imgart img, .postpromo:focus .imgart img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}
.postart {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 100%;
}
.postart a {
	display: block;
	text-decoration: none;
}
.postart .imgart {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.postart .imgart div {
	height: 100%;
}
.postart .imgart div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 1;
}
.postart .imgart div img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 1;
	position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}
.postart .titleart {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 1;
}
.postart .tagart {
    position: absolute;
    left: 2px;
    bottom: 4px;
    top: auto;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    background: #000000;
    padding: 2px 8px 5px 8px;
    line-height: 1;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	z-index: 1;
}
.postart .tagart.link {
	top: 10px;
	left: 10px;
	bottom: auto;
	font-size: 400;
	text-transform: uppercase;
	font-size: 14px;
	opacity: 0;
	background-color: transparent;
	padding: 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.postart:hover .imgart div:before, .postart:focus .imgart div:before {
	background-color: #4FA1CA;
	opacity: 0.5;
}
.postart:hover .imgart div img, .postart:focus .imgart div img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}
.postart:hover .titleart, .postart:focus .titleart {
    opacity: 1;
    visibility: visible;
}
.postart:hover .tagart, .postart:focus .tagart {
    opacity: 0;
    visibility: hidden;
}
.postart:hover .tagart.link, .postart:focus .tagart.link {
    opacity: 1;
    visibility: visible;
}
.postart .tagart.link:hover, .postart .tagart.link:focus {
    text-decoration: underline;
}

/*POST*/
.post .postimg img {
	margin: 0 auto;
}
.post .text {
	font-size: 17px;
}
.post .text img {
	margin: 20px auto;
}
.post .embed-responsive {
	margin: 20px 0;
}
.addtoany_share_save_container {
	padding: 20px 0 17px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.addtoany_header {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
}
.related {
	margin-top: 40px;
}
.related .h4 {
	font-size: 22px;
	margin-top: 0;
}
.related .postart {
	margin-bottom: 0;
}
.navigation, .wp-post-navigation {
	position: fixed;
	top: 50%;
	margin-top: -20px;
	left: 0;
	right: 0;
	z-index: 1;
}
.wp-post-navigation {
	margin: 0;
	overflow: visible;
}
.wp-post-navigation .wp-post-navigation-pre {
	float: none;
	padding-left: 0;
	display: block;
	width: auto;
	position: absolute;
	min-height: 1px;
}
.wp-post-navigation .wp-post-navigation-next {
	float: none;
	text-align: left;
	padding-right: 0;
	display: block;
	width: auto;
	position: absolute;
	min-height: 1px;
}
.wp-post-navigation > div > a > span {
	display: none;
}
.wp-post-navigation div a:after {
	content: none !important;
}
.wp-post-navigation-pre a:after {
	content: none !important;
}
.wp-post-navigation-next a:after {
	content: none !important;
}
.alignleft, .wp-post-navigation-pre {
	position: absolute;
	left: -50px;
}
.alignleft a, .wp-post-navigation-pre a {
	background: #efefef;
	color: #3C3C3C;
	border-radius: 100%;
	padding: 25px 15px 25px 60px;
	font-size: 25px;
	display: inline-block;
}
.alignleft a:before, .wp-post-navigation-pre a:before {
	font-family: 'gafas' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90c";
    display: inline-block;
}
.alignright, .wp-post-navigation-next {
	position: absolute;
	right: -50px;
}
.alignright a, .wp-post-navigation-next a {
	background: #efefef;
	color: #3C3C3C;
	border-radius: 100%;
	padding: 25px 60px 25px 15px;
	font-size: 25px;
	display: inline-block;
}
.alignright a:before, .wp-post-navigation-next a:before {
	font-family: 'gafas' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    display: inline-block;
}
.navigation a:hover, .navigation a:focus, .wp-post-navigation a:hover, .wp-post-navigation a:focus {
	text-decoration: none;
}
.navigation .alignleft a:hover, .navigation .alignleft a:focus, .wp-post-navigation-pre a:hover, .wp-post-navigation-pre a:focus {
	padding: 25px 25px 25px 50px;
}
.navigation .alignright a:hover, .navigation .alignright a:focus, .wp-post-navigation-next a:hover, .wp-post-navigation-next a:focus {
	padding: 25px 50px 25px 25px;
}
.sidebar .h4 {
	margin-top: 0;
	margin-bottom: 15px;
}
.sidebar .a2a_kit {
	overflow: hidden;
	margin-bottom: 40px;
	display: block;
}
.sidebar .postpromo, .sidebar .social {
	margin-bottom: 40px;
}
.sidebar .social a {
	color: #000000;
	font-size: 22px;
}
.sidebar .social a + a {
	margin-left: 20px;
}
.sidebar .social a:hover, .sidebar .social a:focus {
	text-decoration: none;
	color: #4FA1CA;
}
.h4 + img {
	margin-bottom: 10px;
}

/*TAGS*/
.tags {
    padding: 20px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #3C3C3C;
    border-bottom: 1px solid #3C3C3C;
    text-transform: uppercase;
}
.tags span {
    vertical-align: middle;
    font-size: 22px;
    margin: 0 10px 0 0;
    display: inline-block;
}
.tags a {
    font-weight: 900;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
    color: #ffffff;
    background-color: #4FA1CA;
    padding: 0 4px;
    text-decoration: none;
    display: inline-block;
}
.tags a:hover, .tags a:focus {
	background-color: #337AB7;
}

/*COMMENTS*/
.commentarios {
	margin: 20px 0;
}
.comentarios .h4 {
	font-size: 22px;
	margin-top: 0;
}
.comment {
	margin-bottom: 20px;
}
.comment-author {
    font-weight: 600;
}
.comment-author span {
    color: #4FA1CA;
}
#respond {
	margin-top: 20px;
}

/*FOOTER*/
.footer {
	background-color: #3C3C3C;
	color: #ffffff;
	padding: 60px 0 30px 0;
	margin-top: 60px;
}
.footer .h4 {
    color: #4FA1CA;
    margin-top: 10px;
    margin-bottom: 15px;
}
.footer p + .h4 {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 2px solid #ffffff;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.footer ul>li>a {
    color: #ffffff;
}
.footer ul>li + li {
	margin-top: 6px;
}
.footer ul>li>a:hover, .footer ul>li>a:focus {
    color: #4FA1CA;
    text-decoration: none;
}
.footer .row, .row.special, .special .row {
	margin-left: -15px;
	margin-right: -15px;
}
.footer .container {
	padding-left: 15px;
	padding-right: 15px;
}
.footer .col-xs-12, .special .col-xs-12, .special .col-xs-3, .special .col-xs-9 {
	padding-left: 15px;
	padding-right: 15px;
}
.footer .col-xs-12:last-of-type {
	border-left: 2px solid #ffffff;
}
.footer .politica {
	margin-top: 20px;
	font-size: 12px;
}
.footer .politica a {
	color: #ffffff;
	margin-left: 12px;
}
.footer .politica a:hover, .footer .politica a:focus {
	color: #ffffff;
}
.footer .politica a + a {
	border-left: 1px solid #ffffff;
	padding-left: 8px;
	margin-left: 4px;
}

/*404*/
.e404 img {
	margin: 40px auto;
	vertical-align: middle;
	display: inline-block;
}
.e404 h1 {
	margin: 20px 0;
}


/*RESPONSIVE*/
@media (max-width: 991px) {
	.header_link .fa, .header_link[data-toggle="collapse"].collapsed {
		font-size: 26px;
	}
	.search-form .label .fa {
		font-size: 23px;
	}
	.search-form .input {
		width: 200px;
	}
	.search-form .input input {
		right: -200px;
	}
	.postart {
		overflow: visible;
		margin-top: 20px;
		padding-bottom: 65%;
	}
	.postart .tagart, .postart:hover .tagart, .postart:focus .tagart {
		visibility: hidden;
		opacity: 0;
	}
	.postart .tagart.link, .postart:hover .tagart.link, .postart:focus .tagart.link {
		top: -12px;
		left: 12px;
		bottom: auto;
		background-color: #4FA1CA;
		opacity: 1;
		visibility: visible;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		font-size: 20px;
		padding: 2px 8px 5px 8px;
	}
	.postart .imgart div:before {
		content: none;
	}
	.postart .imgart div img, .postart:hover .imgart div img, .postart:focus .imgart div img {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
	}
	.postart .titleart {
		visibility: visible;
		opacity: 1;
		background-color: #000000;
		padding: 4px 8px;
		text-align: center;
		line-height: 120%;
		left: 12px;
		right: 12px;
		bottom: 12px;
	}
	.footer .col-xs-12:last-of-type {
		border-left: none;
		border-top: 2px solid #ffffff;
		padding-top: 30px;
		margin-top: 20px;
	}
	.post {
		overflow: hidden;
	}
	.post .text .a2a_label {
		display: none;
	}
}
@media (max-width: 767px) {
	.header #collapse {
		position: relative;
		z-index: 25;
	}
	.header #collapse .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	#patro .col-xs-12 + .col-xs-12 .postpromo {
		margin-top: 20px;
	}
}
@media (max-width: 600px) {
	body {
		padding-top: 65px;
	}
	h1, .h1 {
		font-size: 32px;
	}
	.header .logo {
		max-height: 65px;
	}
	.header_link, .header_link[data-toggle="collapse"].collapsed, .search-form .label {
		padding: 0 10px;
		height: 65px;
		line-height: 65px;
	}
	.search-form {
		height: 65px;
		line-height: 65px;
	}
	.search-form .input {
		left: 0;
		right: 0;
		top: 65px;
		position: fixed;
		height: 0;
		width: 100%;
	}
	.search-form .input input {
		right: 0;
		left: 0;
		top: -100%;
	}
	.search-form.active .input {
		height: 65px;
	}
	.search-form.active .input input {
		top: 0;
	}
	.navigation, .comentarios, .wp-post-navigation {
		display: none;
	}
	.tags {
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.tags span, .tags a {
		margin-bottom: 6px;
	}
	.footer {
		margin-top: 30px;
		padding: 20px 0;
	}
}
@media (max-width: 480px) {
	body {
		padding-top: 50px;
	}
	.header .logo {
		max-height: 50px;
		padding: 10px 0;
	}
	.header_link, .header_link[data-toggle="collapse"].collapsed, .search-form .label {
		padding: 0 10px;
		height: 50px;
		line-height: 50px;
	}
	.header_link .fa, .header_link[data-toggle="collapse"].collapsed {
		font-size: 20px;
	}
	.search-form .label .fa {
		font-size: 18px;
	}
	.search-form {
		height: 50px;
		line-height: 50px;
	}
	.search-form .input {
		top: 50px;
	}
	.e404 a {
		display: block;
	}
	.e404 img {
		margin: 20px auto;
	}
	.e404 a img {
		margin: 0 auto 10px auto;
	}
}