body {
	background: #FFF;
	color: #000;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.65;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

p {
	margin: 0 0 28px 0;
}

h1,
h2,
h3 {
	font-family: Lora, 'Times New Roman', sans-serif;
	font-weight: 400;
	margin: 28px 0;
}

a,
a:visited {
	color: #f09393;
}

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

a img:hover,
a img:focus {
	cursor: pointer;
}

blockquote {
	color: #808080;
	font-style: italic;
}

hr.small {
	max-width: 100px;
	margin: 15px auto;
	border-width: 4px;
	border-color: white;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus  {
	border: 1px solid #000;
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    border-radius: 0;
    background: #8DC73F;
	box-shadow: none;
    color: #FFF;
    font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
    padding: 10px;
	text-shadow: none;
	text-transform: uppercase;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 0;
    border-radius: 0;
    background: #000;
	box-shadow: none;
    color: #FFF;
    font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
    padding: 10px;
	text-shadow: none;
	text-transform: uppercase;
}

button:focus {
	box-shadow: none;
	outline: none;
}

ol, ul {
	margin: 0 0 28px 1.5em;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

td,
th {
    border: 1px solid #f2f2f2;
    font-size: 15px;
	padding: 5px !important;
}

pre {
	margin-bottom: 28px;
}

img {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

a.active {text-decoration: overline underline; color: #000;}
.msg {display: none;}
.tablecomic {width:100%; display: table;}
.cellad {display: table-cell; vertical-align:middle; text-align: center; width: 80%; margin-left: auto; margin-right: auto;}
.cellmore {display: table-cell; vertical-align:middle; text-align: center; width: 10%;}
.cellcomic {overflow:hidden; text-align: center; width: 100%;}
.cellmid {display: table-cell; vertical-align:middle; text-align: center; width: 100%;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.col-md-12.site-branding {
	padding-top: 30px;
	padding-bottom: 30px;
    text-align: center;
}

h1.site-title,
h2.site-title {
    font-family: Lato, sans-serif;
	font-size: 48px;
	font-weight: 900;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 10px;
	margin-top: 0;
    text-transform: uppercase;
}

.site-description {
	font-family: Lora, serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-transform: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#site-navigation {
    border-bottom: double #ddd;
    border-top: double #ddd;
	margin-bottom: 40px;
	text-align: center;
}

.main-navigation ul li {
	display: inline-block;
	float: none;
}

.main-navigation ul li a {
	color: #f09393;
	display: block;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 20px;
    text-transform: uppercase;
}

.main-navigation ul li a:hover {
	color: #000;
}

.main-navigation ul li ul {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
	opacity: 0;
}

.main-navigation ul li:hover > ul {
	background: #FFF;
	border: 1px solid #ddd;
	border-top: 0;
	position: absolute;
	top: 59px;
	left: 0;
	opacity: 1;
	text-align: left;
	width: 200px;
	z-index: 999;
}

.main-navigation ul li ul li {
	width: 100%;
}

.main-navigation ul li ul li a {
	padding: 10px 20px;
}

.main-navigation ul li:hover > ul li:hover > ul {
    top: 0;
}

.menu-toggle,
.main-navigation.toggled ul {
    background: transparent;
    color: #f09393;
    font-size: 24px;
	line-height: 36px;
    padding: 14px;
}

.menu-toggle:hover,
.main-navigation.toggled ul:hover {
    background: transparent;
    color: #000;
    font-size: 24px;
	line-height: 36px;
    padding: 14px;
}

.menu-toggle span {
	font-size: 16px;
	float: right;
	line-height: 36px;
	margin-left: 10px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content .col-lg-8 {
	padding-left: 0;
	padding-right: 30px;
}

.hentry {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.entry-title,
.page-title {
    font-family: Lora, serif;
    font-size: 36px;
    font-weight: 400;
	margin-top: 0;
    text-transform: none;
	text-align: center;
}

.social {text-align:center; margin: 20px;}

.entry-meta,
.entry-footer {
	color: #999;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.entry-meta i,
.entry-footer i {
	color: #ccc;
}

.entry-meta span {
	margin-right: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer .col-lg-3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	padding: 10px;
}

.site-footer .col-lg-3:first-child {
	padding-left: 0;
}

.site-footer .col-lg-3:last-child {
	padding-right: 0;
}

.site-footer aside ul {
	line-height: 1.15;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer aside ul li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.site-footer aside ul li:last-child {
	border-bottom: 0;
}

.site-footer .col-lg-12 {
	padding: 0;
}

.copyright {
    border-top: double #ddd;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1199px) {

	#content .col-lg-8,
	#content .col-lg-4 {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.site-footer .col-lg-3 {
		float: left;
		padding: 0 15px;
		margin-bottom: 1.5em;
		width: 100%;
	}
	
	.site-footer .col-lg-3:first-child {
		padding-left: 15px;
	}

	.site-footer .col-lg-3:last-child {
		padding-right: 15px;
	}
	
	.site-footer .col-lg-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	img.attachment-large-image.wp-post-image {
		display: block;
		float: none;
		margin: 0 auto 20px auto;
	}

}

@media (max-width:599px) {
	.main-navigation ul li {
		float: left;
		text-align: left;
		width: 100%;
	}
	
	.main-navigation ul li a {
		padding: 0;
		width: 100%;
	}

	.main-navigation.toggled ul li ul,
	.main-navigation.toggled ul li:hover > ul {
		background: #f8f8f8;
		border: 0;
		box-shadow: none;
		display: inline-block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		opacity: 1;
	}
	
	.main-navigation ul li ul li {
		padding: 0 10px;
	}
	
	.main-navigation ul li ul li a {
		padding: 0;
		width: 100%;
	}
}