@font-face {
    font-family: radio-star;
    src: url(../fonts/radio-stars.ttf);
}
@font-face {
    font-family: vger;
    src: url(../fonts/vger.ttf);
}
@font-face {
    font-family: Hero;
    src: url(../fonts/Hero.otf);
}
@font-face {
    font-family: Moonshiner;
    src: url(../fonts/Moonshiner.otf);
}
@font-face {
    font-family: Satellite;
    src: url(../fonts/Satellite.otf);
}
body {
	font-family: 'Open Sans';
	margin: 0px;
	padding: 0px;
	position: relative;
	color:#04012d;
	padding-bottom: 70px;
	min-width:300px;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:5px;
	border-bottom: 1px solid #204aaa;
}

a {
	color: #353535;
}
.navbar {
	border: 0px;
	z-index:130;
}
.logo img {
	width: 250px;
    position: relative;
    top: -15px;
}
ul {
	list-style: none;
}
.h1, h1 {
	font-weight:bold;
}
.scrollTop {
	font-size: 40px;
    color: white;
    border-radius: 5px;
    padding: 13px;
    background-color: #434343;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 110;
    line-height: 40px;
    height: 50px;
}
.findThis:hover {
	font-weight: bold;
	cursor: pointer;
}
.textCenter {
	text-align: center;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-top: 40px;
}
.containerMenu, .footer {
	width: 100%;
	text-align: center;
	font-size: 15px;
	z-index: 100;
	background-color: white;
	font-family: 'Open Sans';
}
.headMenu {
	position: fixed;
	min-height: 105px;
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
	top: 0px;
}
.petroleumProducts ul li, .transportation ul li {
}
.containerMenu .menu {
	margin: 0 auto;
	display: table;
    float: none;
	text-transform: uppercase;
}
.contact {
	text-align: center;
}
.tableCell {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 10px;
}
.content .elementContent .imageList div div div:first-child {
    border: 1px solid black;
    border-radius: 51%;
    overflow: hidden;
    padding: 0px;
    max-height: 230px;
}
a:hover, a:focus {
	color: black;
	outline: none;
	text-decoration: none;
}
.containerMenu .nav>li>a:focus, .containerMenu .nav>li>a:hover {
	color: #204aaa;
	background-color: inherit;
}
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}
.content  a:focus, .content a:hover {
	color: #204aaa;
}
.gray {
	color: dimgray;
}
.content, body {
	margin-top: 35px;
	font-size: 18px;
	z-index: 50;
}
.content {
	position: relative;
}
.slideContainer {
	width: 100%;
	position: relative;
	margin-top: 0px;
}
.slideContainer * {
	font-family: 'Open Sans';
}
.slideInfo {
	z-index: 10;
	position: absolute;
	bottom: 100px;
	color: white;
	left: 100px;
	font-family: 'Open Sans';
	font-weight: bold;
	text-shadow: black 3px 3px 10px;
}
.slick-prev {
	left: 10px;
    z-index: 1;
    color: white;
    border-radius: 5px;
    padding: 13px;
    background-color: #000;
    opacity: 0.5;
    right: 15px;
    cursor: pointer;
    z-index: 110;
    height: 50px;
    width: 50px;
}
.slick-next {
	right: 10px;
    z-index: 1;
    color: white;
    border-radius: 5px;
    padding: 13px;
    background-color: #000;
    opacity: 0.5;
    right: 15px;
    cursor: pointer;
    z-index: 110;
    height: 50px;
    width: 50px;
}
.content .elementContent{
	padding: 0px 30px;
}
.content .elementContent {
	font-size: 20px;
}
.content .elementContent div {
	padding: 10px;
	font-style: normal;
}
.content .elementContent .history ul {
	list-style: none;
}
textarea {
    resize: none;
}
.contact .contactHover {
	display: inline-block;
}
.teamList {
	padding: 15px 0px;
}
.footer {
	min-height: 50px;
	border-top: 1px solid #c1c1c1;
	text-align: center;
	position:absolute;
	bottom:0px;
	background-color: #e6e6e6;
}
.slideContainer .slide {
	position: relative;
	width: 100%;
	background-color: #797979;
	font-size: 36px;
}
.slideContainer .slide img {
	width: 100%;
	max-height: 500px;
}
.map {
	width: 100%;
	position: relative;
}
.map .mapImage {
	width: 100%;
	position: relative;
}
.geography .regionContainer {
	text-align: center;
	margin-top: 45px;
}
.geography .regionContainer a {
	margin-top: 5px;
}
.geography .regionContainer a:hover, .geography .regionContainer a:focus {
	color: steelblue;
}
.clearFix {
	clear: both;
	content: '';
}
.clearPadding {
	padding: 0px;
}
.footer ul {
	float: none;
	display: inline-block;
}

.productsImageContainer {
	display: inline;
}
label {
	font-size: 20px;
}
.productsImageContainer img {
	width: 120px;
	height: 120px;
	border: 1px solid black;
}
.agriculturalCommodities span:after, .accordion-toggle span:after {
	font-family: 'Glyphicons Halflings';
    content: "\e114";
    color: grey;
    font-size: 15px;
    margin-right: 5px;
    margin-left: 10px;
	margin-top: 5px;
    position: absolute;
}
.accordion-toggle span, .agriculturalCommodities span {
	cursor: pointer;
}
.accordion-toggle span:after {
    margin-top: 50px;
}
.agriculturalCommodities ul li {
	padding-top: 15px;	
}
.collapseInfo {
	padding-left: 50px;
}
.accordion-toggle.collapsed span:after, .agriculturalCommodities .collapsed span:after {
    content: "\e080";
}
.agriculturalCommodities ul ul {
	padding-left: 80px;
}

.categoryContainer {
	position: relative;
}
.categoryContainer div {
	padding-top: 10px;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.nav-tabs>li>a {
	font-weight: bold;
}
.tab-content {
	padding: 30px 0px;
}
.tab-content div img {
	width: 100%;
	/* border: 1px solid #c3c3c3; */
}
.tab-content .nav-tabs, .tab-content .tab-content {
	margin: 0 40px;
}
.panel-default>.panel-heading {
    background-color: #eeeeee;
}
.readMoreButton {
	position: absolute;
	bottom: 20px;
	left: 25px;
	padding: 12px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #204aab;
	color: white;
	border-radius: 2px;
	border: 1px solid #ffd909;
}
.readMoreButton:hover {
	color: white !important;
	border: 1px solid #e7e7e7 !important;
}
.ourTeamContainer {
	margin-top: 60px;
	margin-bottom: 35px;
}
.categoryContainer img {
	width: 100%;
	border-radius: 50%;
	height: 215px;
}
.categoryContainer .collapse img, .categoryContainer .collapsing img {
	max-height: 200px;
}
.nav-tabs > li, .nav-pills > li {
	padding: 0px;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}


.nav-tabs, .nav-pills {
    text-align:center;
	font-size: 16px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

.agricultureProductContainer {
	width: 340px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.agricultureProductContainer img {
	width:250px;
	height:250px;
	border: 1px solid #c1c1c1;
	margin-bottom:10px;
}

.infoItem img {
	width: 100%;
}
.whereWeOperateTitle {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.whereWeOperateText1 {
	padding-top: 10px;
}
.whereWeOperateText2 {
	padding-top: 15px;
}
.shadow-itemHeightImage img {
	height: 100%;
}
.infoImage img {
	width: 100%
}
.shadow-item img {
	width: 100%;
	max-height: 350px;
}

.listElement {
	padding: 0px;
}
.listElement .shadow-item {
	padding-top: 34px;
	padding-left:17px;
	padding-right:17px;
	height: 275px;
}

.content__item_text {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	color: white;
	text-align: center;
	text-align-last: center;
	background-color: rgba(65, 65, 65, 0.74);
  	transition: background-color 0.45s ease-in-out, height 0.3s ease-in-out;
}

._text2 {
	height: 80px;
}

._item-text2 {
	padding: 0 5px 0 5px;
}

.content__item_textZeroHeight {
	height: 0px;
}
.content__item_text:hover,
.content__item_text:active,
.content__item_text:focus {
	color: #204aaa;
text-decoration: none;
}
.content__item_link {
	display: block;
	text-decoration: none;
	width: 100%;
    position: relative;
}
.content__item:hover .content__item_text {
	height: 100%;
	background-color: rgba(255, 216, 8, 0.63);
}
.content__text_short {
	display:inline-block;
    vertical-align:middle;
    position: relative;
}
.content__text_helper {
	display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
}
.content__text_short:after {
	content: "";
	background: #204aaa;
	left: 50%;
	bottom: -10px;
	width: 0px;
	height: 5px;
	position: absolute;
	transition: 0.3s;
	visibility: hidden;
}
.content__item:hover .content__text_short:after {
	display: block;
	width: 80%;
	visibility: visible;
	left: 10%;
}

.keyFigureBoder {
	padding: 10px;
    border: 5px solid #dfe2d1;
    border-radius: 100px;
	background-color: white;
}

.keyFigure {
	display:inline-block;
	margin-left:25px;
	margin-right:25px;
	width:200px;
	text-align:center;
	height:300px;
    vertical-align:top;
	
}

.keyRound {
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: #ffd809;
    color: #333;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    border: 5px solid #204bab;
    transition: background-color 0.2s ease-in-out;
}

.keyValue {
	font-weight:bold;
	font-size:30px;
}

.keyText {
	color:#777;
	font-weight:bold;
	font-size:19px;
	margin-top:20px;
}

.keysData h2 {
	margin-bottom:60px;
}
.keyData1 {
	padding-top: 80px;
}
.keyData2 {
	padding-bottom: 15px;
}
.keyColorGreen {
	background-color: #204aab;
	width:100%;
	height: 50%;
	z-index: -1;
	position: absolute;
	top: 0;
}
.keyColorGray {
	background-color: rgb(230,230,230);
	width:100%;
	height: 70%;
	z-index: -1;
	position: absolute;
	bottom: 0;
	padding-bottom: 15px;
}
.keysData {
	text-align:center;
	position: relative;
}

.contactUs {
	text-align:center;
}

.send-message-button {
	background-color: #204bab;
    color: #FFF;
}

.personData {
	display:inline-block;
	width: 220px;
	text-align:center;
}

.personAboutUs {
    width: 200px;
    height: 200px;
    padding: 10px;
    border: 15px solid #2d2d2d;
    border-radius: 100px;
	margin-left:10px;
	margin-right:10px;
	opacity: 0.9;
}

.personAboutUs img {
	width: 150px;
    height: 150px;
    border-radius: 100px;
}

.personsList {
	text-align:center;
	max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.personNameInfo {
	width:220px;
}

.topWelcome {
	color:#FFF;
    background-color: #000;
    position: absolute;
    width: 100%;
    left: 0;
	font-size:15px;
	height:30px;
	padding-top: 5px;
}

.welcomeTitle {
	float:left;
	text-align: left
}

.topTelephone {
	float:right;
}

.nav-tabs>li {
	height:78px;
}

.nav-tabs>li a {
	width: 284px;
	height: 78px;
	display: table-cell;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 13px;
	}
}

/*@media (max-width: 1280px) {
	.nav>li>a {
		padding-left:15px !important;
		padding-right:15px !important;
	}
	
	.containerMenu, .footer {
		font-size:18px;
	}
	
	.slideContainer .slide {
		font-size: 28px;
	}
}*/
/*
@media (max-width: 1200px) {
	.col-lg-2half5 {
		width: 20%;
	}
	
	.logo img {
		width: 215px;
	}
	
	.containerMenu, .footer {
		font-size:16px;
	}
	
	.nav>li>a {
		padding-left:7px !important;
		padding-right:7px !important;
	}
	
	.slideContainer {
		height: 400px;
	}

	.slideContainer .slide img {
		width:auto;
		height: 400px;
	}
	
	.listElement .shadow-item {
		margin-bottom: 30px;
		max-height: 350px;
		height: auto;
	}
	
	.nav-tabs, .nav-pills {
		font-size: 13px;
	}
	
	.transportation .nav-tabs>li {
		height:74px;
	}
	
	.transportation .nav-tabs>li a {
		height: 74px;
		display: table-cell;
		vertical-align: middle;
		width: 25%;
	}
	
}
*/
@media (max-width: 1199px) {
	.readMoreButton {
		position: inherit;
		left: 15px;
	}
}

@media (max-width: 1020px) {
	.keyColorGreen, .keyColorGray {
		display: none;
	}
	.keyFigure {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 992px){
	
	.logo img {
		width: 190px;
	}
	
	.nav>li>a {
		padding-left:5px !important;
		padding-right:5px !important;
	}
	
	.topTelephone {
		display: none;
	}
	
	.slideContainer .slide {
		font-size: 24px;
	}
	
	.containerMenu, .footer {
		font-size:13px;
	}
	
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-top: 10px;
	}
	
	.content, body {
		margin-top:0px !important;
	}
	
	.headMenu {
		min-height:73px;
	}
	
	.listElement .shadow-item {
		max-height: 275px;
		height: auto;
	}
	
	.shadow-item img {
		max-height: 275px;
	}	
	
	.slideContainer {
		height: 350px;
	}
	
	.slideContainer .slide img {
		width:auto;
		height: 350px;
	}
	
	.keyData1 {
		padding-top: 20px;
	}
	
	.keyFigure {
		-ms-transform: scale(0.9, 0.9); 
		-webkit-transform: scale(0.9, 0.9); 
		transform: scale(0.9, 0.9);
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.nav-tabs>li>a {
		margin: 0px;
		border-bottom: 3px solid #e6e6e6;
		max-height: 80px;
		display: table-cell;
		vertical-align: middle;
		width: 178px;
	}
	
}

/*@media (max-width: 860px){
	.containerMenu, .footer {
		font-size:12px;
	}
	
	.headMenu {
		min-height:73px;
	}
	
}*/

@media (max-width: 820px){
	
	.containerMenu, .footer {
		font-size:16px;
	}
	
	.slideContainer {
		height: 300px;
	}

    .topWelcome {
		display: none;
	}
	
	.slideContainer .slide img {
		width:auto;
		height: 300px;
	}
	
	.slideContainer .slide {
		font-size: 22px;
	}
	
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        /*float: none;*/
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	
	.slick-prev, .slick-next {
		top: 130px;
	}
	
	.headMenu {
		min-height:73px;
	}
	
	.keyFigure {
		-ms-transform: scale(0.8, 0.8); /* IE 9 */
		-webkit-transform: scale(0.8, 0.8); /* Safari */
		transform: scale(0.8, 0.8);
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -30px;
	}
	
	h2 {
		font-size: 24px;
		margin-top: 0px;
	}
	
	.content, body {
		font-size: 16px;
	}
	
	.footer {
		position: relative;
	}
	
	body {
		padding-bottom:0px;
	}
	
}

@media (max-width: 768px){
/*	.footer {
		display: none;
	}*/
	
	.welcomeTitle {
		text-align: center;
	}
	.slick-slide {
		font-size: 12px !important;
	}
	.slideInfo {
		left: 66px;
	}
	
	.topWelcome {
		height: 35px;
	}
	.container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-top: 55px;
	}
	.container-fluid>.navbar-collapse {
		margin-top: 0px;
	}
	.logo img {
		top: -10px;
		width: 180px;
	}
	.marginTop15XS {
		margin-top: 15px;
	}
	
	.tab-pane .panel-group {
		margin-top: 15px;
	}
	.panel-body>div:first-child {
		padding-bottom: 15px;
	}
	.nav-tabs > li.active {
		border: 1px solid #eee;
		background-color: #eee;
	}
	
	.slideContainer .slide {
		font-size: 19px !important;
	}
	
	.headMenu {
		min-height:72px;
	}
	
	.container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-top: 10px;
	}
	
	.keyData1 {
		padding-top: 0px;
		margin-top: -25px;
	}
	
	.keyData2 {
		padding-bottom: 80px;
	}
	
	.keyFigure {
		-ms-transform: scale(0.6, 0.6);
		-webkit-transform: scale(0.6, 0.6);
		transform: scale(0.6, 0.6);
		margin-left: -35px;
		margin-right: -35px;
		margin-bottom: -100px;
	}
	
	.panel-title {
		text-decoration: underline;
	}
	
	.content, body {
		font-size: 14px;
	}
	
	.shadow-itemHeightImage img {
		height: 100%;
		max-height: 200px;
	}
	
	.listElement .shadow-item {
		margin-bottom: 0px;
	}
	
	.keyFiguresTitle {
		position: relative;
		top: 35px !important;
		font-size: 20px !important;
		font-weight: bold;
		text-transform: uppercase;
	}
	
}

@media (max-width: 550px){
	
	h2 {
		font-size: 20px;
	}
	
	.listElement .shadow-item {
		max-height: 275px;
		height: auto;
	}
	
	.keysData {
		width: 390px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.nav-tabs>li {
		height: 90px;
	}
	
	.nav-tabs>li>a {
		margin: 0px;
		border-bottom: 3px solid #e6e6e6;
		height: 90px;
		display: table-cell;
		vertical-align: middle;
		width: 178px;
	}
	.nav-tabs, .nav-pills {
		font-size: 13px;
	}
	
	.tab-content .tab-pane>div:first-child {
		padding-left: 15px !important;
	}
	
	.transportation .nav-tabs, .nav-pills {
		font-size: 11px;
	}
	
	.transportation .nav-tabs>li {
		height:95px;
	}
	
	.transportation .nav-tabs>li a {
		height: 95px;
		display: table-cell;
		vertical-align: middle;
		width: 25%;
		word-break: break-word;
	}
}

@media (max-width: 400px){
	
	.keysData {
		max-width:390px;
		width: auto;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.slideContainer {
		height: 200px;
	}

	.slideContainer .slide img {
		width:auto;
		height: 200px;
	}
	
	.slick-prev, .slick-next {
		display:none !important;
		top: 90px;
		width:35px;
		height:35px;
		right: 10px;
	}
	
	.slick-prev:before
	{
		font-size: 20px !important;
		position: relative;
		bottom: 4px;
		right: 3px;
	}
	
	.slick-next:before
	{
		font-size: 20px !important;
		position: relative;
		bottom: 4px;
		right: 3px;
	}
	
	.slideContainer .slide {
		font-size: 14px !important;
	}
	
	.slideInfo {
		left: 20;
		bottom: 50px;
	}
	
	.slick-dots {
		bottom: 10px !important;
	}
	
	.listElement .shadow-item {
		max-height: 135px;
		height: auto;
	}
	
	.readMoreButton {
		width:111px;
		font-size:15px;
	}
	
	.nav-tabs>li {
		height: 105px;
	}
	
	.nav-tabs>li>a {
		margin: 0px;
		border-bottom: 3px solid #e6e6e6;
		height: 105px;
		display: table-cell;
		vertical-align: middle;
		width: 178px;
	}
	.nav-tabs, .nav-pills {
		font-size: 12px;
	}
	
	.tab-content .tab-pane>div:first-child {
		padding-left: 15px !important;
	}
	
	.transportation .nav-tabs, .nav-pills {
		font-size: 11px;
	}
	
	.transportation .nav-tabs>li {
		height:95px;
	}
	
	.transportation .nav-tabs>li a {
		height: 95px;
		display: table-cell;
		vertical-align: middle;
		width: 25%;
		word-break: break-word;
	}
	
	.listElement .shadow-item {
		max-height: 275px;
		height: 150px;
	}
	
}
.whoWeAre {
	padding-bottom: 60px;
}
.panel {
	border: 0px;
}

.panel-group {
	font-size: 15px;
}

.panel-body {
	padding-left: 0px;
	padding-right: 0px;
}

.fontsize14 {
	font-size: 14px;
}

.fontsize15 {
	font-size: 15px;
}
.fontsize17 {
	font-size: 17px;
}

.imageButton img {
	margin: 0 auto;
	display: block;
	box-shadow: 0px 0px 10px 0px;
	width: 200px;
}
.imageButton img:hover {
	box-shadow: 0px 0px 10px 3px;
}

.imageButton div {
	padding-top: 15px;
	font-size: 14px;
}
.imageButton a:hover {
	color: #353535;
}




nav-tabs {
	margin-top: 15px;
}
.nav>li>a {
	padding: 15px 8px;
	text-align: center;
}
.tab-content {
	margin-top: 20px;
}
.tab-content .tab-pane>div:first-child{
	padding-left: 0px;
}
.tab-content .tab-pane>div:last-child  {
	padding-right: 0px;
}
.panel-heading {
	padding: 15 15px;
	background-color: #eee;
}
.panel-heading {
	border-bottom: 3px solid #eee !important;
}
.panel-heading:hover {
	border-bottom: 3px solid #ffd909 !important;
	background-color: #eee;
}
.nav-tabs>li {
	width: 25%;
	background-color: #e6e6e6;
	border: 1px solid #cecece;
}

.transportation .nav-tabs>li {
	width: 20%;
	background-color: #e6e6e6;
	border: 1px solid #cecece;
}

.transportation>li {
	width: 20%;
}
.contactHover {
	margin-bottom: 15px;
}
.map {
	margin-top: 15px;
}
.nav-tabs>li>a {
	margin: 0px;
	border-bottom: 3px solid #e6e6e6;
}
.nav-tabs>li>a:hover{
	border-bottom: 3px solid #ffd909;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 1px solid #cecece;
	background-color: #d6d6d6;
	border-bottom: 3px solid #204aaa;
}
.panel-group .panel {
	border-radius: 0px;
}

.keyFiguresTitle {
	position: relative;
    top: -30px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.foot-d{display: flex;flex-direction: column;}
    .copy-r{padding: 15px;}

@media (max-width: 768px){
	.foo-men {display: none;}
}


@media screen and (min-device-width: 821px){ 
                .menu-it{display: flex;padding-top: 40px;margin: 0 auto;max-width: 1050px;justify-content: space-around;}.menu-item{padding-right: 0px;}.mobile-menu{display:none;}.bl-pad{padding-bottom: 10rem;}
            }
@media screen and (max-device-width: 820px){ 
                .menu-it{display: flex;padding-top: 15px;justify-content: space-around;}.bl-pad{padding-bottom: 3rem;}}
            }  
            
            .mobile-menu {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
  top: 0;
  background-color: #27ae60;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 9999999;
}
.mobile-menu__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  cursor: pointer;
  transition: .4s;
  padding-top: 15px;
}
.mobile-menu__icon {
  display: block;
  position: relative;
  background: black;
  width: 90%;
  height: 4px;
  transition: .4s;
}
.mobile-menu__icon::after, .mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: black;
  width: 100%;
  height: 4px;
  transition: .4s;
}
.mobile-menu__icon::after {
  top: 8px;
}
.mobile-menu__icon::before {
  top: -8px;
}
.mobile-menu__container {
  position: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  opacity: 1;
  transition: .5s;
  overflow: hidden;
  background-color: #fff;
  margin-top: 16px;
}
.mobile-menu__list {
  transition: .5s;
  list-style: none;
  padding-left: 0;
  margin-top: -50px;
}
.mobile-menu__item {
  font-size: 26px;
  padding-bottom: 15px;
}
.mobile-menu__link {
  text-decoration: none;
  color: #000;
}
.mobile-menu__checkbox {
  display: none;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
  opacity: 1;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__container {
  height: 100%;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
  background: transparent;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  top: 0;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/*banner*/
.baner-style{
        width: 100%;
        padding: 1%;
        /*border: 1px solid #204baa;*/
    }
    @media screen and (max-device-width: 820px){ 
            .baner-style{
                margin-bottom: 4rem;
        }
    }