/* EDITABLE THROUGH BACKEND */

.mainContainer {
    float: left;
    width: 100%;
}

.center {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

#header #logo {
	width: 40%;
	margin: 0;
	text-align: left;
}

#header #navigation ul a {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#header #navigation ul li a:after {
	content: '';
    position: absolute;
    float: left;
    right: 0px;
    top: 17px;
    height: 20px;
    width: 1px;
    border-left: 1px dotted #000;
    transform: rotate(35deg);
}

#header #navigation ul li:last-of-type a:after {
	display: none;
}

#header .center:last-of-type .row {
    border-top: 1px dotted #000;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
}

#social-buttons {
	float: right;
    margin: 25px 0 0 0;
}

#social-buttons a{
	float: left;
	width: 35px;
	height: 35px;
	margin: 0 0 0 10px;
	border-radius: 25px;
	display: block;
	background: #000;
	text-align: center;
    box-sizing: border-box;
    padding: 7px 0 0 0;
}

.fullNav li:first-of-type a {
	padding-left: 0px!important; 
}

#header #fullNavigation #navigation ul {
    margin: 13px 0 0 0;
}

.staticBanner {
	margin-top: 0px!important;
}
	
#leftContainer {
	float: left;
	width: 70%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	margin: 175px 0 0 0;
}

#rightContainer {
	float: left;
	width: 30%;
	box-sizing: border-box;
	margin: 175px 0 0 0;
	padding: 0 0 0 20px;
	border-left: 1px dotted #000;
}

#textLoose {
	border-bottom: 1px dotted #000;
	margin: 0 0 30px 0;
}

.blog {
	float: left;
	width: 50%;
	box-sizing: border-box; 
	padding: 0 10px 0 0;
	margin: 0 0 30px 0;
}

.blog:nth-of-type(2n) {
	padding: 0 0 0 10px;
}

.blog .image{
	float: left;
	width: 100%;
	height: 165px;
	display: block;
}

.blog .title{
	float: left;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	margin: 0 0 20px 0;
}

.blog .text{
	float: left;
	height: 150px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}

.blog a {
	float: left;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.blog a:hover {
	text-decoration: underline;
}


#rightContainer .rightButton {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #000;
	display: block;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	padding: 0 0 20px 0;
}

#rightContainer .rightButton .image {
	float: left;
	margin: 0 20px 0 0;
	width: 100px;
	height: 100px;
	background: url('../images/blog/test-image.jpg');
	border-radius: 50px;
	background-size: cover;
	background-position: center;
}

#rightContainer .rightButton .title {
	float: left;
    margin: 15px 0 0 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	width:100%;
}
.rightButtonText{
	float:right;
	width:158px;
	margin:0 0 0 0;
}

.readMore {
	float: left;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#rightContainer .rightButton a:hover {
	text-decoration: underline;
}

.blogsContainer {
	width: 100%!important;
}

.categoryText {
	width: 100%!important;
}

@media (max-width: 1040px) {
	.center {
		box-sizing: border-box;
		padding: 0 20px;
	}
}

@media (max-width: 900px) {
	#rightContainer {
		float: left;
		width: 100%;
		box-sizing: border-box;
		margin: 30px 0 0 0;
		padding: 0;
		border-left: none;
	}
	
	#rightContainer .rightButton {
		width: 48%;
		margin: 0 2% 20px 0;
	}
	
	#rightContainer .rightButton:nth-of-type(2n) {
		margin: 0 0 20px 2%;
	}
	
	#leftContainer {
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
}

@media (max-width: 530px) {
	#rightContainer .rightButton {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	#rightContainer .rightButton:nth-of-type(2n) {
		margin: 0 0 20px 0;
	}
	.blog {
		float: left;
		width: 100%;
		box-sizing: border-box; 
		padding: 0 0 0 0;
		margin: 0 0 30px 0;
	}

	.blog:nth-of-type(2n) {
		padding: 0;
	}
	
}