@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   FONTS
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Merriweather:400');
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@400;700;800&family=Roboto+Condensed:wght@300;400&display=swap');

/* ==========================================================================
   RESET
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
strong {
	font-weight: 700;
}

/* ==========================================================================
   MAIN STYLES
   ========================================================================== */

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
}

body {
	font-family: 'Martel', serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #000;
}

a {
	text-decoration: none;
	cursor: pointer;
}

h1 {
	font-family: 'Martel', serif;
	font-weight: 800;
	font-size: 45px;
	color: #FCB900;
	line-height: 1.3;
	letter-spacing: -0.5px;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 33px;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: -1px;

}

h3 {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
	line-height: 1.3;
	letter-spacing: 0.2px;
}

h4 {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
	line-height: 1.3;
}

h5 {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	line-height: 1.3;
}

.clear {
	clear: both;
	width: 100%;
	position: relative;
}

.t {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

/* ==========================================================================
   CONTAINER
   ========================================================================== */

#container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

#header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 4px solid #000;
}

#header .inner {
	position: relative;
	width: 100%;
	height: 115px;
	background-color: rgba(0,0,0,1);
}

#header .menu-btn {
	position: absolute;
	display: block;
	width: 28px;
	height: auto;
	left: 30px;
	top: 48px;
	cursor: pointer;
	z-index: 10;
}

#header .logo {
	position: relative;
	display: block;
	width: 200px;
	height: auto;
	margin: 0 auto;
	cursor: pointer;
	z-index: 10;
	top: -20px;
}

#header .info {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	top: 45px;
	right: 30px;
	color: #1EA3BF;
	font-size: 28px;
	letter-spacing: -1px;
	white-space: nowrap;
	z-index: 10;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

#header .pattern {
	position: absolute;
	display: block;
	width: 100%;
	height: 100px;
	top: 15px;
	left: 0;
	background-position: bottom center;
	background-repeat: repeat-x;
	z-index: 5;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */

#sidebar {
	overflow-y: auto;
	position: fixed;
	width: 495px;
	height: 100%;
	left: -495px;
	opacity: 0;
	top: 0;
	bottom: 0;
	z-index: 500;
	background-color: rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

#sidebar.open {
	left: 0;
	opacity: 1;
}

#sidebar.anim {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#sidebar .inner {
	position: relative;
	width: 100%;
	height: auto;
	padding: 104px 38px 65px;
}

#sidebar .close-btn {
	position: absolute;
	display: block;
	width: 23px;
	height: auto;
	left: 38px;
	top: 45px;
	cursor: pointer;
	z-index: 10;
}

#sidebar a {
	color: #FFF;
}
#sidebar .languages {
	position: absolute;
	top: 56px;
	right: 36px;
	z-index: 10;
	text-align: right;
	font-size: 15px;
	font-family: 'Martel', serif;
	font-weight: 700;
}

#sidebar .languages a {
	color: rgba(178,178,178,1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sidebar .languages .selected,
#sidebar .languages a:hover {
	color: #1EA3BF;
}

#sidebar .languages a::before {
	content: '•';
	padding: 0 5px;
	color: #1EA3BF !important;
}

#sidebar .languages a:first-child::before {
	display: none;
}

#sidebar ul.menu {
	border-top: 1px solid rgba(136,132,132,1);
	line-height: 1.9;
	font-size: 17px;
	font-weight: 700;
}

#sidebar ul.menu > li {
	border-bottom: 1px solid rgba(136,132,132,1);
	padding: 16px 42px 12px;
}

#sidebar ul.menu > li > a {
	font-size: 25px;
	line-height: 1.3;
	display: table-row;
}

#sidebar ul.menu a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sidebar ul.menu a:hover {
	color: #FCB900;
}

#sidebar ul.menu > li > ul {
	padding: 10px 0 0;
	margin: 0 0 -2px 0;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

#content {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 119px 0 0 0;
}

#content .inner {
	position: relative;
	width: 100%;
	height: 100%;
}

#content.page,
#content.news {
	background-color: #242424;
}

#content .share-btn {
	position: absolute;
	width: 30px;
	height: auto;
	top: 16px;
	right: 16px;
	z-index: 20;
}

#content .share-btn .open {
	cursor: pointer;
}

#content .share-btn .open img {
	position: relative;
	top: 0;
}

#content .share-btn .open img.hover {
	display: none;
}

#content .share-btn:hover .open img {
	display: none;
}

#content .share-btn:hover .open img.hover {
	display: block;
}

#content .share-btn .toggle {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#content .share-btn .toggle.show,
#content .share-btn:hover .toggle {
	display: block;
	opacity: 1;
}

#content .share-btn a {
	display: block;
	margin: 6px 0 0 0;
}

/* ==========================================================================
   GRID
   ========================================================================== */

#grid {
	position: relative;
	width: 100%;
	height: 100%;
}

#grid .item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
	border-bottom: 1px solid whitesmoke
}

#grid .item .photo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 386px;
	z-index: 5;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#grid .photo img {
	height: 100%;
	width: auto;
}

#grid .shadow {
	position: absolute;
	z-index: 7;
	top: 290px;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center top;
	background-repeat: repeat-x;
}

#grid .shadow .wave {
	position: absolute;
	width: 100%;
	top: 65px;
	bottom: 0;
	background-position: center top;
	background-repeat: repeat-x;
}

#grid .item .content {
	min-height: 386px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#grid .item .info {
	position: relative;
	text-align: center;
	z-index: 10;
}

#grid .item .info h1,
#grid .item .info h2,
#grid .item .info h3,
#grid .item .more,
#grid .item .info .content p {
	-ms-text-shadow: 0 3px 6px rgba(0,0,0, 0.62);
	text-shadow: 0 3px 6px rgba(0,0,0, 0.62);
}

#grid .item .info .content p {
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 22px;
	letter-spacing: -1px;
}

#grid .item .btn {
	display: inline-block;
	border: 1px solid rgba(30,163,191,0.5);
	background-color: rgba(0,0,0,0.5);
	text-transform: uppercase;
	padding: 17px 82px;
	color: #1EA3BE;
	margin: 28px 0 0 0;
	font-size: 22px;
	border-radius: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: -1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#grid .item .btn:hover {
	background-color: rgba(30,163,191,0.5);
	color: #F8FAFA;
}

#grid .item .btn.inactive {
	pointer-events: none;
	border: none;
	padding: 11px 82px;
	margin: 38px 0 10px 0;
}

#grid .item .more,
#grid .item .close {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	margin: 20px 0 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#grid .item .more:hover,
#grid .item .close:hover {
	color: #FCB900;
}

#grid .item .more img,
#grid .item .close img {
	opacity: 0;
	width: 14px;
	height: auto;
	margin: 3px auto 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#grid .item .more:hover img,
#grid .item .close:hover img {
	opacity: 1;
}

#grid .wrap {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 140px;
}

#grid .flex {
	display: flex;
}

#grid article {
	padding: 0 50px 50px 0;
	text-align: left;
	width: 67%;
}

#grid article p {
	line-height: 2.15;
	font-size: 14px;
	margin-bottom: 30px;
}

#grid article ul {
	line-height: 2.15;
	list-style-type: disc;
	padding-left: 18px;
	margin-bottom: 30px;
}

#grid article i {
	font-style: italic;
}

#grid article h4 {
	color: rgba(136,132,132,1);
	margin-bottom: 12px;
	line-height: 1.8;
}

#grid article h5 {
	color: rgba(136,132,132,1);
	margin-bottom: 18px;
	line-height: 1.8;
}

#grid article a {
	color: #1EA3BF;
}

#grid article a:hover {
	color: #FCB900 !important;
}

#grid article .btn {
	margin: -1px 0 0 0 !important;
}

#grid article .btn:hover {
	color: #FFF !important;
}

#grid .gallery {
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 7px 0 0 0;
	width: 33%;
}

#article .gallery {
	position: relative;
	overflow: hidden;
	padding: 8px 0 28px;
}

#grid .gallery .thumb,
#article .gallery .thumb {
	display: inline-block;
	width: 75px;
	height: auto;
	margin: 0 12px 12px 0;
	overflow: hidden;
	border: 1px solid #53A1BC;
}

#grid .gallery .thumb:hover,
#article .gallery .thumb:hover {
	border: 1px solid #F7D949;
}

#grid .item .fadeIn,
#grid .wrap {
	display: none;
}

#grid .single .fadeIn,
#grid .single .wrap {
	display: block;
}
#grid .single .fadeOut {
	display: none;
}

/* ==========================================================================
   ARTICLE
   ========================================================================== */

#article {
	position: relative;
	max-width: 1366px;
	margin: 0 auto;
	overflow: hidden;
}

#article aside {
	float: left;
	width: 38%;
	padding: 0 78px;
}

#article article {
	padding: 65px 120px 65px 0;
	float: left;
	width: 62%;
}

#article article a {
	color: #FCB900;
}

#article h1,
#article h2,
#article h3 {
	color: rgba(136,132,132,1);
	margin-bottom: 9px;
}

#article article h3 {
	line-height: 2;
}

#article article p {
	line-height: 2.15;
	margin-bottom: 10px;
}

#article article ul {
	line-height: 2.15;
	list-style-type: disc;
	padding-left: 18px;
	margin-bottom: 10px;
}

#article article i {
	font-style: italic;
}

#article.lineup .flex {
	display: flex;
}

#article.lineup .content {
	order: 1;
}

#article.lineup .gallery {
	order: 2;
	max-width: 50%;
	margin-right: -12px;
}

#article.lineup h1 {
	color: #FCB900;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 20px;
}

#article.lineup strong {
	font-weight: 800;
}

#article .menu a,
#article .lineup-menu a {
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#article .menu a:hover,
#article .menu .current-menu-item > a,
#article .menu .current-page-ancestor > a,
#article .lineup-menu a:hover,
#article .lineup-menu .current-menu-item > a {
	color: #FCB900;
	text-decoration: none;
}

#article .menu {
	padding: 56px 0;
	line-height: 1.9;
}

#article .menu > li > a {
	font-size: 25px;
	font-weight: 700;
}

#article .menu > li > ul > li > a {
	font-size: 17px;
	font-weight: 700;
}

#article .lineup-menu {
	text-align: left;
	padding: 0;
	margin-bottom: 15px;
}

#article .lineup-menu a {
	font-size: 25px;
	font-weight: 700;
}

#article .lineup-menu li {
	display: inline-block;
	margin-right: 25px;
}

#article .menu .current-menu-item > a,
#article .menu .current-page-ancestor > a {
	background: transparent url(../img/menu-arrow.png) no-repeat scroll right center;
	background-size: 10px auto;
	padding: 0 20px 0 0;
}

#article .sub-menu .current-menu-item > a,
#article .sub-menu .current-page-ancestor > a {
	background: none;
	padding: 0;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */

#breadcrumbs {
	position: relative;
	max-width: 1366px;
	padding: 60px 130px 30px;
	margin: 0 auto;
	overflow: hidden;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	letter-spacing: -0.5px;
	line-height: 1.5;
}

#breadcrumbs a {
	margin: 0 10px 0 0;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#breadcrumbs a + span {
	margin: 0 0 0 10px;
}

#breadcrumbs span,
#breadcrumbs a:hover {
	color: #FCB900;
}

/* ==========================================================================
   NEWS
   ========================================================================== */

.news #article {
	padding: 0 130px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news #article article {
	padding: 10px 0 35px 0;
	width: 48%;
	display: flex;
	flex-direction: column;
}

.news article h1 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
}

.news article .content a {
	color: #FFF !important;
}

.news article .meta {
	display: flex;
	margin-top: auto;
}

.news article .meta p {
	margin-bottom: 16px !important;
}

.news article .meta .more {
	align-self: flex-end;
	margin-bottom: 22px;
}

.news article .meta .more img {
	width: 10px;
}

.news article .posted {
	align-self: flex-start;
	background-color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #FCB900 !important;
	padding: 13px 15px;
	margin: 4px 15px 0 0;
	text-align: center;
}

.news article .posted hr {
	height: 1px;
	background-color: #FCB900;
	border: none;
	margin: 5px -8px 6px;
}

.news article .posted a {
	color: #FCB900 !important;
}

.news article .photo a {
	border: 1px solid #53A1BC;
	display: block !important;
	width: 100% !important;
}

.news article .photo a:hover {
	border: 1px solid #FCB900;
}

.news.single .flex {
	display: flex;
	justify-content: space-between;
}

.news.single #article article {
	width: 100%;
	padding-bottom: 20px;
}

.news.single #article h1 {
	color: #FCB900;
	margin-bottom: 45px;
}

.news.single article .meta {
	width: 48%;
}

.news.single article .photo {
	width: 48%;
	margin: 5px 0;
	padding:  0 !important;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */

.pagination {
	display: flex;
	width: 100%;
}

.pagination a {
	display: flex;
	white-space: nowrap;
	align-items: center;
	color: #FCB900;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}

.pagination img {
	width: 52px;
	height: 52px;
}

.pagination .previous {
	margin-right: auto;
}

.pagination .previous img {
	margin-right: 12px;
}

.pagination .next {
	margin-left: auto;
}

.pagination .next img {
	margin-left: 12px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

#footer .inner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1366px;
	margin: 0 auto;
}

#footer .half {
	float: left;
}

#footer .half.left {
	width: 32.5%;
	padding: 60px 60px 40px;
}

#footer .half.right {
	width: 67.5%;
	padding: 60px 70px 40px 0;
}

#footer .left .logo {
	width: 266px;
	margin: 0 0 35px 0;
}

#footer .left .salva {
	padding: 0 40px 65px;
	max-width: 324px;
	margin: 0 auto;
}

#footer .left .holm {
	padding: 0 60px 45px;
	max-width: 324px;
	margin: 0 auto;
}

#footer .left p {
	color: #FFF;
	font-size: 22px;
	letter-spacing: 0.2px;
	line-height: 1.65;
}

#footer .left .title {
	font-size: 17px;
	font-weight: 700;
	color: #1EA3BF;
	margin-bottom: 70px;
	margin-left: 60px;
	white-space: nowrap;
}

#footer .right .title {
	font-size: 17px;
	font-weight: 700;
	color: #1EA3BF;
	text-align: center;
	margin-bottom: 45px;
}

#footer .left .btn {
	display: block;
	background-color: rgba(255,255,255,1);
	text-transform: uppercase;
	padding: 20px 0;
	color: #000;
	margin: 39px 0 14px 0;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.2px;
}

#footer .partners {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#footer .partners figure {
	width: 16.666%;
}

#footer .partners figure:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#footer .partners figure {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#footer .partners figure img {
	display: inline-block;
}

#footer .social {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	clear: both;
	overflow: hidden;
	margin: 0 60px;
	padding: 25px 0;
	text-align: center;
	border-top: 1px solid rgba(136,132,132,1);
}

#footer .social .title {
	font-size: 17px;
	font-weight: 700;
	color: #1EA3BF;
	margin-left: 6%;
	white-space: nowrap;
}

#footer .social .augustibluus {
	font-size: 17px;
	font-weight: 900;
	color: #FFF;
	white-space: nowrap;
}

#footer .social .lag {
	margin: 0 70px;
}

#footer .social .lag img {
	width: 80px;
	height: 64px;
}

#footer .social .icons {
	display: flex;
	margin-left: auto;
}

#footer .social .icons a {
	margin: 0 11px;
}

#footer .social .icons img {
	width: 44px;
	height: 44px;
}

#footer .fourth {
	float: left;
	padding: 0 0 0 6%;
}

#footer .fourth.c1 {
	width: 24.5%;
}

#footer .fourth.c1 a {
	color: #FFF;
	display: inline-block;
	margin-bottom: 15px;
}

#footer .fourth.c2 {
	width: 26.5%;
}

#footer .fourth.c3 {
	width: 27.5%;
}

#footer .fourth.c4 {
	width: 21.5%;
}

#footer .navigation {
	clear: both;
	overflow: hidden;
	border-top: 1px solid rgba(136,132,132,1);
	border-bottom: 1px solid rgba(136,132,132,1);
	margin: 0 60px;
	padding: 45px 0 30px;
}

#footer .navigation h2,
#footer .navigation a {
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer .navigation a:hover,
#footer .navigation .selected {
	color: #FCB900;
}

#footer .navigation h2 {
	margin: 0 0 5px 0;
	font-family: 'Martel', serif;
	font-weight: 700;
	font-size: 25px;
}

#footer .navigation ul > li > a {
	display: inline-block;
	margin: 0 0 5px 0;
	font-family: 'Martel', serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.5;
	letter-spacing: -1px;
}

#footer .navigation ul > li > ul > li > a {
	display: inline-block;
	list-style-type: none;
	color: #FFFFFF;
	line-height: 1.9;
	font-size: 17px;
	font-family: 'Martel', serif;
	font-weight: 700;
	margin: 0;
}

#footer .navigation li {
	padding: 0;
}

#footer .navigation .nolink > a {
	pointer-events: none;
}

#footer .copyright {
	text-align: center;
	padding: 21px 60px 40px;
	color: #1EA3BF;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.1px;
}

/* ==========================================================================
   MEDIA QUERIS
   ========================================================================== */

@media screen and (max-width: 1280px) {

	#footer .half.left {
		width: 47%;
	}

	#footer .half.right {
		width: 53%;
	}

}

@media screen and (max-width: 1024px) {

	#footer .half.left {
		width: 39%;
	}

	#footer .half.right {
		width: 61%;
	}

	#footer .social .lag {
		margin: 0 50px;
	}

}

@media screen and (max-width: 980px) {

	#footer .social .title {
		margin-left: 0;
		width: 100%;
	}

	#footer .social .lag {
		margin: 25px 0;
	}
	
	#footer .social .augustibluus {
		width: 100%;
	}

	#footer .social .icons {
		margin: 25px 50px 0;
	}

}

@media screen and (max-width: 800px) {
	
	#grid .wrap {
		padding: 0 65px;
	}
	
	#grid .flex {
		flex-direction: column;
	}
	
	#grid article {
		width: 100%;
		order: 2;
	}
	
	#grid .gallery {
		width: 100%;
		order: 1;
		margin-bottom: 18px;
	}

	#article aside {
		display: none;
	}

	#article article {
		width: 100%;
		padding: 65px;
	}
	
	#breadcrumbs {
		padding: 60px 65px 30px;
	}
	
	.news #article {
		padding: 0 65px 60px;
	}

	.news #article article {
		width: 100%;
	}
	
	.news.single .flex {
		flex-direction: column;
	}
	
	.news.single article .meta {
		width: 100%;
	}
	
	.news.single article .photo {
		width: 100%;
	}

	#footer .half {
		width: 100% !important;
		text-align: center;
	}

	#footer .half.left {
		padding: 60px 60px 0;
	}

	#footer .half.right {
		padding: 60px;
	}

	#footer .left .logo {
		margin: 0 auto 35px auto;
	}

	#footer .left .title {
		margin-left: 0;
	}

	#footer .fourth {
		padding: 0 0 0 4%;
	}

	#footer .fourth.c1 {
		display: none;
	}

	#footer .fourth.c2 {
		width: 36.5%;
	}

	#footer .fourth.c3 {
		width: 35%;
	}

	#footer .fourth.c4 {
		width: 27.5%;
	}
	
	#footer .left .title {
		margin-bottom: 45px;
	}
	
	#footer .left .salva {
		padding-bottom: 45px;
	}
	
	#footer .left .holm {
		padding-bottom: 25px;
	}

}

@media screen and (max-width: 768px) {

	#grid .wrap {
		padding: 0 38px;
	}

}

@media screen and (max-width: 640px) {

	#header .inner {
		height: 54px;
	}

	#header .menu-btn {
		left: 18px;
		top: 19px;
	}

	#header .logo {
		width: 120px;
		top: -10px;
	}

	#header .info {
		top: 22px;
		right: 18px;
		font-size: 16px;
	}
	
	#sidebar .close-btn {
		top: 20px;
		left: 25px;
	}
	
	#sidebar .inner {
		padding: 60px 25px;
	}
	
	#sidebar .languages {
		top: 24px;
		right: 25px;
	}
	
	#sidebar ul.menu > li {
		padding: 16px 25px 12px;
	}

	#header .pattern {
		top: 0;
		height: 54px;
		background-size: auto 54px;
	}

	#content {
		margin: 58px 0 0 0;
	}

	#footer .fourth {
		width: 50% !important;
		padding: 0 0 0 4%;
	}

	#footer .fourth.c4 {
		display: none;
	}

}

@media screen and (max-width: 480px) {

	body.hidescroll {
		overflow-y: hidden;
	}

	#sidebar {
		width: 100%;
	}

	#grid .item .info > h1,
	#grid .item .info > h2,
	#grid .item .info > h3 {
		zoom: 0.8;
		padding-left: 10px;
		padding-right: 10px;
	}

	#grid article {
		padding: 0 0 38px;
	}

	#article article {
		padding: 65px 35px;
	}
	
	#grid .gallery {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#grid .gallery .thumb,
	#article .gallery .thumb {
		float: left;
		width: calc(25% - 12px);
	}

	#breadcrumbs {
		padding: 60px 35px 27px;
	}

	.news #article {
		padding: 0 35px 60px;
	}
	
	.news article .meta {
		flex-direction: column;
	}

	.news article .posted {
		margin-bottom: 16px;
	}
	
	.news article .meta .more {
		margin-top: -41px;
		margin-bottom: 28px;
	}

	.news.single #article h1 {
		margin-bottom: 9px;
	}

	#footer .half.left {
		padding: 60px 38px 0;
	}

	#footer .half.right {
		padding: 40px;
	}

	#footer .partners figure {
		padding: 5px;
		height: 60px;
	}

	#footer .social {
		margin: 0 38px;
	}

	#footer .navigation {
		margin: 0 38px;
		padding: 38px 0 0 0;
		text-align: center;
	}

	#footer .navigation li {
		display: inline-block;
		margin: 0 0 0 6px;
	}

	#footer .fourth {
		width: 100% !important;
		padding: 0 0 38px 0;
	}

	#footer .fourth.c4 {
		display: block;
	}

}

@media screen and (max-width: 384px) {

	#header .info {
		top: 22px;
	}

	#grid .item .info > h1,
	#grid .item .info > h2,
	#grid .item .info > h3 {
		zoom: 0.78;
	}

	#sidebar .inner {
		zoom: 0.85;
	}

	#grid .gallery .thumb {
		width: 70px;
	}

	#article article {
		padding: 38px;
	}

	#footer .half.right {
		padding: 30px;
	}

}

@media screen and (max-width: 320px) {

	#sidebar .inner {
		zoom: 0.9;
	}

	#grid .gallery .thumb {
		width: 60px;
	}

	#footer .left .logo {
		width: 100%;
	}

	#footer .social {
		padding: 20px 0;
	}

}