/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.block {
	width: 100%;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.block h2 {
	text-transform: uppercase;
	margin-bottom: 4px;
}

.block p {
	margin-bottom: 8px;
	line-height: 1.4em;
}

span.iphone {
	color: #919191;
}

.block ul {
	margin-bottom: 8px;
}

.blockDescriptionImage {
	height: 100%;
}

.blockDescriptionImage .description {
	float: left;
	width: 80%;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-right: 25px;
	text-align: justify;
}

.blockDescriptionImage .image {
	float: right;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

.blockImageDescription {
}

.blockImageDescription .image {
	float: left;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

.blockImageDescription .description {
	float: right;
	width: 80%;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	text-align: justify;
}

.pageContainer {
	width: 100%;
	margin: 0;
	padding: 0;
}

.pageContainer .left {
	float: left;
	width: 50%;
	height: 100%;
}

.pageContainer .right {
	float: right;
	width: 50%;
	height: 100%;
}

@media (max-width: 800px) {
	.pageContainer .left, .pageContainer .right {
		width: 100% !important;
		float: none !important;
	}
	
	.list_mobile {
		text-align: left !important;
	}
	
	.tr_mobile {
		display: table-row !important;
	}
	
	.td_mobile {
		display: none !important;
	}
}
.broken_redirect{
	text-decoration:none!important;
	color:black;
}
.broken_redirect div{
	border: 2px solid black;
	display: inline;
	padding:10px;
}
#post-2275{
display:flex;
}
html, .error404, .error404 #page {
height:100%;
}
.error404 #colophon{
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.main-navigation li {
    float: left;
    position: relative;
    padding: 0;
    margin: 0 1.2em 0 0 !important;
    white-space: nowrap;
}
@media only screen and (max-width: 960px){
	.main-navigation {
	background-color:#3a3c3e
	}
.main-navigation li{
width: 100%
}	
}