@charset "utf-8";
@import url(fonts.css);
/*
:root {
  --gs-red: #600f0f;
  --gs-yellow: #fc0;
  --gs-bg: #fff;
  --gs-box-title-bg: #dedede;
  --gs-box-bg: #e4e4e4;
  --gs-box-title: #202020;
  --gs-box-menu-active-bg: #202020; 
  --gs-dark-btn-bg: #202020;
  --gs-light-text: #f0f0f0;
  --gs-text: #202020;
  --gs-white-bg: #fff;
  --gs-img-border: #e4e4e4;
}
*/
body {
	background-color: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#build {
    background-image: url("../i/gs4-background-6.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 100vh;
}

/* DESKTOP */
@media screen and (min-width: 760px) {
	.navbar-default .navbar-nav > li {
		margin-right: 15px;
	}
	.navbar-brand {
		margin: 13px 0px 0px 3px;
		padding: 0px;
		height: 44px;
	}
	.navbar-header {
		margin-left: 10px;
	}
	.col-xs-8.navbar-header {
		padding-left: 0px;
	}
	/* .col-xs-16 {
		margin: 0px;
		padding: 0px;
	} */
	.center-layout-margin {
		padding: 0px 10px 0px 10px;	
	}
	
	.gs-box-header {
		background-color: #dedede;
		color: #202020;
	}
	.gs-box-header a {
		color: #dedede;
	}
}
/* TABLET */
@media screen and (min-width: 480px) and (max-width: 760px) {
    #build {
       background-image: none;
    }
    nav.navbar {
    	background-color: #600f0f;
    	white-space: nowrap;
    }
    .navbar-brand {
		margin: 5px 0px 0px 3px;
		padding: 0px;
		height: auto;
	}
	.navbar-header {
		margin-left: 0px;
	}
	.navbar-brand > img {
		height: 37px;
	}
	/* .col-xs-16 {
		margin: 0px;
		padding: 0px;
	} */
	.center-layout-margin {
		padding: 0px;
	}
	
	.gs-box-header {
		background-color: #600f0f;
		color: #fff;
	}
	.gs-box-header a {
		color: #fff;
	}
}

/* MOBILE */
@media screen and (max-width: 480px) {
	 #build {
       background-image: none;
    }
	nav.navbar
    {
       background-color: #600f0f;
    }  
	.navbar-nav {
	    margin: 7.5px 0px;
	}
	.navbar-brand {
		margin: 7px 0px 0px 7px;
		height: auto;
		padding: 0px;
	}
	.navbar-header {
		margin-left: 0px;
	}
	.col-xs-8 {
		padding-left: 0px;
	}
	.col-xs-16 {
		margin: 0px;
		padding: 0px;
		position: unset;
	}
	.center-layout-margin {
		margin: 0px;
		padding: 0px;
	}
	
	.gs-box-header {
		background-color: #600f0f;
		color: #fff;
	}
	.gs-box-header a {
		color: #fff;
	}
}

/* EMBEDED FRAME */
.embed-responsive {
	overflow: inherit;
}
.embed-responsive-16by9 {
/* padding-bottom: 100%;*/
}

/* DEFAULT */
a {
	color: #600f0f;
}

/* BOOTSTRAP */
small, .small {
	font-size: 0.95em;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
.container {
	padding: 0px;
	margin: 0px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a
,.navbar-default .navbar-nav > li > a:focus
,.navbar-default .navbar-nav > .active > a
,.navbar-default .navbar-nav > .active > a:focus {
	color: #f0f0f0;
	height: 40px;
}
.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 0px;
}
.navbar-nav {
	margin-top: 8px;
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 16px;
}
.navbar-default .navbar-nav > .active > a {
	background-color: #600f0f;
}
.navbar-default .navbar-nav > .active > a:hover  {
	background-color: #fc0;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: #fc0;
}

.navbar-default .navbar-nav > li {
	background-color: #202020;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  border-top: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #f0f0f0;
}
.navbar-default .navbar-toggle:hover {
    background-color: #fc0;
}
.navbar-default .navbar-toggle {
    border: none;
}

/* PAGINATION */
.pagination > li > a, .pagination > li > span {   
    color: #202020;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #202020;
    border-color: #202020;
}

/* LOGO */
.gs-logo-text {
	display: inline-block;
	width: 180px;
	fill: #fff;
}
.gs-logo-icon {
	display: inline-block;
	width: 35px;
	fill: #fff;
}


.badge {
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 5px;
}
.dropdown-menu {
	padding: 0px;
	min-width: 200px;
}
.dropdown-menu a {
	text-decoration: none;
}
.dropdown-menu a:hover {
	color: #fc0;
}
.glyphicon-big {
	font-size: 35px;
}
.btn-gs {
	background-color: #202020;
	color: #f0f0f0;
}
.btn-ads {
	color: #f0f0f0;
}
.btn-gs-inverse {
	background-color: #fff;
	color: #600f0f;
}
.btn:hover {
	background-color: #fc0;
}
.btn:focus {
	background-color: #fc0;
}
.btn-xs {
	font-size: 11px;
}
.form-control {
	border: 1px solid #ccc;
}

.img-mainpage-magazine {
	width: 100%;
}


/* SEARCH */
.search-bar {
	height: 30px;
	border: none;
	margin-top: 5px;
}
.btn-search-bar {
	color:#600f0f;
	height: 30px;
	background-color: #fff;
	margin-top: 5px;
}
.btn-search-bar:hover {
	color: #fff;
	background-color: #fc0;
}
.search-bar-white {
	background-color: #fff;
}
.btn-search-bar-white {
	background-color: #600f0f;
	color: #fff;
}
.btn-search-bar-white:hover {
	color: #fff;
	background-color: #fc0;
}


/* Tooltip */
.info-tooltip {
	cursor: pointer;
}
.tooltip .tooltip-inner {
	background-color: #c6e4fb;
	color: #117dce;
}
.glyphicon-small {
    font-size: 14px;
}

/* Carousel */
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel {
	border-bottom: 3px #600f0f solid;
}
.carousel-indicators {
	bottom: unset;
	left: unset;
	right: 0%;
	width: unset;
}
.carousel-indicators li {
	border-color: #600f0f;
	background-color: #600f0f;
	width: 50px;
	height: 5px;
	border-radius: 0px;
}
.carousel-indicators li.active {
	background-color: #fff;
	width: 50px;
	height: 5px;
	border-radius: 0px;
}

.badge {
	padding: 2px 5px;
	font-size: 10px;
	border-radius: 2px;
	background-color: #fff;
	color: #515151;
}

.tab-content {
	/* background-color: #dedede; */
	float: left;
	width: 100%;
	padding: 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #dedede;
}

/* Bootstrap extension by GS */
.panel-grey {
	border-color: #c2c2c2;
}
.panel-grey .panel-heading {
	background-color: #dedede;
	color: #3b3b3b;
}

/* GS CSS */
/*
input:invalid + span {
  position: relative;
}

input:invalid + span:after {
  content: '✖';
  position: absolute;
  right: -18px;
}

input:valid + span {
  position: relative;
}

input:valid + span:after {
  content: '✓';
  position: absolute;
  right: -18px;
}
*/
.login-button {
	background-color: #f2f2f2;
	margin: 8px 10px 0px 0px;
	
	white-space: nowrap;
}
.header-login {
	height: 22px;
	font-size: 12px;
}
.site-max-width {
	max-width: 1125px;
	margin: auto;
}
.flag-image {
	border: 2px solid #fff;
}

#left_sidemenu.in,
#left_sidemenu.collapsing {
    display: block!important;
}

.content_sidebox {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #f0f0f0;
}
/*
span.btn-collapse.collapsed:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
span.btn-collapse:before {
    -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
*/
.gs-box-header {
	text-align: left;
	max-height: 30px;
	font-family: Oswald, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
    padding: 3px 10px;
}
.gs-box-header a:hover {
	text-decoration: none;
}
.content_sidebox_body {
	width: 100%;
	overflow: hidden;
	background-color: #e4e4e4;
}
.content_sidebox_body a {
	color: #202020;
	text-decoration: none;
	display: block;
	padding: 0px;
	width: 100%;
	font-size: 13px;
}
.content_sidebox_body li:hover {
	text-decoration: none;
	background-color: #CCC;
	color: #fff;
}
.content_sidebox_footer {}
.content_sidebox_body ul {
	list-style: none;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}
.content_sidebox_body li {
	border-bottom: 1px #c4c4c4 solid;
	padding: 2px 0px;
    width: 100%;
    float: left;
}
.content_sidebox_button {
	text-align: left;
	background-image:url(../i/more_content_button.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #dedede;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 10px;
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #202020;
	display: flex;
}

.gs-footer {
	background-color: #410303;
    color: #fff;
	text-align: middle;
}
.gs-footer  a {
	color: #fff;
	font-size: 12px;
}

.gs-btn {
	background-color: #f2f2f2;
}
.gs-btn-selected {
	background-color: #600f0f;
	color: #fff;
}

.side-submenu ul {
	padding-left: 15px;
}
.selected-menu li {
	background-color: #600f0f;
}

/* LANGUAGE */
.gs-language-selector {
    text-decoration: none;
    display: block;
    color: #fff;
    margin: 0px;
    padding: 10px 15px 10px 15px;
    background-color: #202020;
    font-size: 20px;
    min-height: 22px;
}



.mycontainer {
	
	height: 80vh;
	width: 100%;
	overflow: auto;
	float: left;
	padding: 10px;
}


.fb_button {
	background-color: #4267b2;
	padding: 2px 7px;
	max-width: 65px;
	max-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	display: block;
	
	cursor: pointer;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.fb_button img {
    vertical-align: text-top;
}


/* RADIO BUTTONS */
/* The container */
.radio-container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #600f0f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e4e4e4;
}

/* auto growing */
.hiddendiv {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 16px;
  padding: 5px;
}

.autogrowing-textarea {
	min-height: 70px;
	overflow: visible;
	-webkit-transition: height .5s; /* Safari */
	transition: height .5s;
}
/* end of autogrowing */

.ad-filter-tag {
	
	cursor: pointer;
	font-size: 11px;
	
}