.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

#container {
	position: relative;
	padding-top: 400px;
}

#header-image {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#newsoverview {
	padding-top: 80px;
	position: relative;
	background: url(../../img/pattern_medium.jpg);
}

	#newsoverview .next-page-link,
	#newsoverview .previous-page-link {
		display: inline-block;
		height: 0px;
		overflow: hidden;
	}

#newsdetail {
	position: relative;
	background: url(../../img/pattern_medium.jpg);
	padding-bottom: 50px;
}

	.breadcrumbs {
		font-size: 13px;
		padding: 15px 0;
		letter-spacing:3px;
	}

		.breadcrumbs a {
			display: inline-block;
			color: #2f2f2f;
		}

			.breadcrumbs a:after {
				content: "";
				display: inline-block;
				height: 0;
				width: 0;
				border-left: 6px solid #2f2f2f;
				border-top: 4px solid transparent;
				border-bottom: 4px solid transparent;
				margin: 0 6px 0 8px;
			}

	#article-body {
		background-color: #fff;
		padding: 30px 30px 20px;
		font-size: 14px;
		margin-bottom: 60px;
		position: relative;
	}

		#article-body:before {
			content: "";
			display: block;
			height: 40px;
			background-color: #fff;
			position: absolute;
			left: 0;
			top: 100%;
			right: 40px;
		}

		#article-body:after {
			content: "";
			display: block;
			height: 0px;
			width: 0px;
			position: absolute;
			top: 100%;
			right: 0px;
			border-left: 40px solid #f0f0f0;
			border-bottom: 40px solid transparent;
			border-top: none;
			border-right: none;
		}

		#article-body .back-button {
			border: none;
			position: relative;
			margin-left: -16px;
		}

		#article-body .title2 {
			font-size: 26px;
			text-transform: none;
			letter-spacing:3px;
		}

		#article-body .date {
			color: #bebebe;
			margin-bottom: 10px;
		}

		#article-body .separator {
			height: 2px;
			width: 100px;
			background-color: #e0e0e0;
			margin: 10px 0;
		}

		#article-body .socials {
			font-size: 16px;
			text-transform: uppercase;
			position: absolute;
			left: 30px;
			bottom: -14px;
		}

			#article-body .socials .social-link {
				display: inline-block;
				height: 20px;
				width: 20px;
				background-image: url(../../img/socials.png);
				background-repeat: no-repeat;
				margin: 0 5px -4px;
			}

				#article-body .socials .social-link#facebook-link {
					background-position: 0px -40px;
				}

					#article-body .socials .social-link#facebook-link:hover {
						background-position: 0px -20px;
					}

				#article-body .socials .social-link#twitter-link {
					background-position: -20px -40px;
				}

					#article-body .socials .social-link#twitter-link:hover {
						background-position: -20px -20px;
					}

	#other-news {
		margin-top: -10px;
	}

		#other-news .title2 {
			border-bottom: 1px solid #b9b9b9;
			letter-spacing:3px;
		}

		#other-news .other-article {
			padding-top: 10px;
		}

			#other-news .other-article .date {
				color: #a2a2a2;
				font-size: 14px;
			}

			#other-news .other-article .title2 {
				font-size: 16px;
				line-height: 22px;
				text-transform: none;
				padding-bottom: 10px;
			}
			
.back-button {
    border: 2px solid #2f2f2f;
    background: url(../img/arrow_left.png) no-repeat left 16px center;
    line-height: 30px;
    padding: 6px 20px 4px 50px;
    display: block;
    position: absolute;
    left: 0px;
    top: -10px;
    font-size: 14px;
	font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    transition: background-position 0.3s;
}

.back-button:hover {
    text-decoration: none;
    background-position: left 9px center;
}

.title2 {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    line-height: 38px;
    font-weight: bold;
    color: #2f2f2f;
    text-transform: uppercase;
}

.title2  a{
	color: #000;
}

#other-news .other-article .date {
    color: #a2a2a2;
    font-size: 14px;
}
.page{
   border:1px dashed #2f2f2f;
    line-height: 30px;
    position: relative;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font-size: 18px;
    font-family:'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    transition: background-position 0.3s;
    margin-bottom: 5px;

}
.current{
   border:1px dashed #2f2f2f;
    line-height: 30px;
    position: relative;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font-size: 18px;
	font-weight:bold;
    font-family:'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    transition: background-position 0.3s;
    margin-bottom: 5px;

}
#categories-container {
	position: relative;
}

#categories {
	font-size: 0;
}

	#categories .category {
		margin: 30px 32px 20px 0;
	}

		#categories .category:last-of-type {
			margin-right: 0px;
		}

		#categories .category a {
			display: block;
			font-family:'Montserrat', sans-serif;
			-webkit-font-smoothing: antialiased;
			font-size: 14px;
			text-transform: uppercase;
			color: #acacac;
			letter-spacing: -1;
		}

			#categories .category.new a {
				color: #707070;
			}

			#categories .category a:hover,
			#categories .category.active a {
				background: url(../img/menu-at2.png) no-repeat center bottom;
				color:#000000;
			}

	#active-bar {
		height: 4px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-color: #000;
		width: 0px;
		transition: all 0.3s;
	}
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	display: inline-block;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
	font-family:'Montserrat', sans-serif;
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 22px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
	letter-spacing:3px;
	text-transform:uppercase;
}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
ul.tab li a.active {
	background: url(../img/menu-at2.png) no-repeat center bottom;
	color:#000000;	
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;  
    border-top: none;
}