body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	text-align: justify;
	background: rgb(214,17,.2);
background: -moz-linear-gradient(left, rgba(214,17,0,.1) 0%, rgba(64,191,24,.1) 34%, rgba(221,131,0,.1) 66%, rgba(78,156,194,.1) 100%);
background: -webkit-linear-gradient(left, rgba(214,17,0,.1) 0%,rgba(64,191,24,.1) 34%,rgba(221,131,0,.1) 66%,rgba(78,156,194,.1) 100%);
background: linear-gradient(to right, rgba(214,17,0,.1) 0%,rgba(64,191,24,.1) 34%,rgba(221,131,0,.1) 66%,rgba(78,156,194,.1) 100%);
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61100', endColorstr='#4e9cc2',GradientType=1 ); */
}

p {
	font-size: 16px;
	font-weight: 300;
}

.p-l-r {
	padding-left: 0;
	padding-right: 0;
}

.p-l {
	padding-left: 0;
}

.p-r {
	padding-right: 0;
}

.m-b50 {
	margin-bottom: 50px;
}

.m-t-b {
	margin-top: 15px;
	margin-bottom: 15px;
}

.m-l {
	margin-left: -15px;
}

.m_l {
	margin-left: -30px;
}

.m-r {
	margin-right: -15px;
}

.d-t-l {
	text-align: left;
}

.d-t-r {
	text-align: right;
}

section.h60vh {
	height: 60vh;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin: -15px 0;
	border: 0px solid transparent;
	padding: 5px 0;
	/* background: rgba(218, 25, 0, 1);
	background: -moz-linear-gradient(left, rgba(218, 25, 0, 1) 0%, rgba(165, 79, 9, 1) 25%, rgba(92, 159, 20, 1) 38%, rgba(68, 190, 24, 1) 50%, rgba(118, 189, 18, 1) 62%, rgba(221, 148, 2, 1) 78%, rgba(237, 142, 0, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218, 25, 0, 1)), color-stop(25%, rgba(165, 79, 9, 1)), color-stop(38%, rgba(92, 159, 20, 1)), color-stop(50%, rgba(68, 190, 24, 1)), color-stop(62%, rgba(118, 189, 18, 1)), color-stop(78%, rgba(221, 148, 2, 1)), color-stop(100%, rgba(237, 142, 0, 1)));
	background: -webkit-linear-gradient(left, rgba(218, 25, 0, 1) 0%, rgba(165, 79, 9, 1) 25%, rgba(92, 159, 20, 1) 38%, rgba(68, 190, 24, 1) 50%, rgba(118, 189, 18, 1) 62%, rgba(221, 148, 2, 1) 78%, rgba(237, 142, 0, 1) 100%);
	background: -o-linear-gradient(left, rgba(218, 25, 0, 1) 0%, rgba(165, 79, 9, 1) 25%, rgba(92, 159, 20, 1) 38%, rgba(68, 190, 24, 1) 50%, rgba(118, 189, 18, 1) 62%, rgba(221, 148, 2, 1) 78%, rgba(237, 142, 0, 1) 100%);
	background: -ms-linear-gradient(left, rgba(218, 25, 0, 1) 0%, rgba(165, 79, 9, 1) 25%, rgba(92, 159, 20, 1) 38%, rgba(68, 190, 24, 1) 50%, rgba(118, 189, 18, 1) 62%, rgba(221, 148, 2, 1) 78%, rgba(237, 142, 0, 1) 100%);
	background: linear-gradient(to right, rgba(218, 25, 0, 1) 0%, rgba(165, 79, 9, 1) 25%, rgba(92, 159, 20, 1) 38%, rgba(68, 190, 24, 1) 50%, rgba(118, 189, 18, 1) 62%, rgba(221, 148, 2, 1) 78%, rgba(237, 142, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1900', endColorstr='#ed8e00', GradientType=1); */
	background: rgb(214,17,0);
	background: -webkit-linear-gradient(left, rgba(214,17,0,1) 0%,rgba(64,191,24,1) 34%,rgba(221,131,0,1) 66%,rgba(78,156,194,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(214,17,0,1)),color-stop(34%, rgba(64,191,24,1)),color-stop(66%, rgba(221,131,0,1)),to(rgba(78,156,194,1)));
	background: -o-linear-gradient(left, rgba(214,17,0,1) 0%,rgba(64,191,24,1) 34%,rgba(221,131,0,1) 66%,rgba(78,156,194,1) 100%);
	background: linear-gradient(to right, rgba(214,17,0,1) 0%,rgba(64,191,24,1) 34%,rgba(221,131,0,1) 66%,rgba(78,156,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61100', endColorstr='#4e9cc2',GradientType=1 );
}

.navbar-nav>li {
	padding: 5px;
	position: relative;
}

.navbar-nav>li>a {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	border-top: 2px solid transparent;
	font-family: initial;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
	background: transparent;
}

.navbar-nav>li.active:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 25%;
	height: 2px;
	width: 50%;
	margin: auto;
	border-top: 2px solid #fff;
}

.navbar-nav>li>a:hover:after,
.navbar-nav>li>a:focus:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 25%;
	height: 2px;
	width: 50%;
	margin: auto;
	background: transparent;
	border-top: 2px solid #fff;
}

.navbar-nav>li:after {
	content: '|';
	position: absolute;
	top: 7px;
	left: -7px;
	height: 35px;
	font-size: 30px;
	color: #fff;
}

.navbar-nav>li:first-child:after {
	content: '';
}

.navbar-nav {
	float: none;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.navbar-nav>li {
	display: inline-block;
	float: none;
}

header img {
	margin: 30px 20px 30px;
}

header .img-responsive {
	display: inline-block;
}

.contactPage {
	text-align: center;
}

.panel {
	z-index: -2;
}

.panel,
.route-blurb-container {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.desprenoi li {
	font-size: 16px;
	font-weight: 300;
}

#map {
	height: 400px;
}

.cariereli {
	font-size: 1.32em;
}

.cariereli li {
	list-style-image: url(../img/sageata.jpg);
}

.bannertop {
	position: relative;
}

.bannertop:before {
	content: '';
	display: block;
	background-size: cover;
	width: 100%;
	height: 100px;
	position: absolute;
	top: -25px;
	left: 0;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.6;
	background: rgba(218, 25, 0, 0.25);
	background: -moz-linear-gradient(left, rgba(218, 25, 0, 0.25) 0%, rgba(165, 79, 9, 0.25) 25%, rgba(92, 159, 20, 0.25) 38%, rgba(68, 190, 24, 0.25) 50%, rgba(118, 189, 18, 0.25) 62%, rgba(221, 148, 2, 0.25) 78%, rgba(237, 142, 0, 0.25) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218, 25, 0, 0.25)), color-stop(25%, rgba(165, 79, 9, 0.25)), color-stop(38%, rgba(92, 159, 20, 0.25)), color-stop(50%, rgba(68, 190, 24, 0.25)), color-stop(62%, rgba(118, 189, 18, 0.25)), color-stop(78%, rgba(221, 148, 2, 0.25)), color-stop(100%, rgba(237, 142, 0, 0.25)));
	background: -webkit-linear-gradient(left, rgba(218, 25, 0, 0.25) 0%, rgba(165, 79, 9, 0.25) 25%, rgba(92, 159, 20, 0.25) 38%, rgba(68, 190, 24, 0.25) 50%, rgba(118, 189, 18, 0.25) 62%, rgba(221, 148, 2, 0.25) 78%, rgba(237, 142, 0, 0.25) 100%);
	background: -o-linear-gradient(left, rgba(218, 25, 0, 0.25) 0%, rgba(165, 79, 9, 0.25) 25%, rgba(92, 159, 20, 0.25) 38%, rgba(68, 190, 24, 0.25) 50%, rgba(118, 189, 18, 0.25) 62%, rgba(221, 148, 2, 0.25) 78%, rgba(237, 142, 0, 0.25) 100%);
	background: -ms-linear-gradient(left, rgba(218, 25, 0, 0.25) 0%, rgba(165, 79, 9, 0.25) 25%, rgba(92, 159, 20, 0.25) 38%, rgba(68, 190, 24, 0.25) 50%, rgba(118, 189, 18, 0.25) 62%, rgba(221, 148, 2, 0.25) 78%, rgba(237, 142, 0, 0.25) 100%);
	background: linear-gradient(to right, rgba(218, 25, 0, 0.25) 0%, rgba(165, 79, 9, 0.25) 25%, rgba(92, 159, 20, 0.25) 38%, rgba(68, 190, 24, 0.25) 50%, rgba(118, 189, 18, 0.25) 62%, rgba(221, 148, 2, 0.25) 78%, rgba(237, 142, 0, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1900', endColorstr='#ed8e00', GradientType=1);
}

.verde {
	color: #4BA82E;
}

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

.evenimente .row {
	margin-bottom: 45px;
}

.evenimente .row .col-sm-8 {
	height: 208px;
	font-size: 1.32em;
}

.evenimentli {
	list-style-type: none;
	border-bottom: 0;
}

.evenimentli li {
	margin: 0 0 2px 0;
	background: #f0f2f3;
	padding: 20px;
	font-size: 1.37em;
}

.evenimentli li:hover {
	background-color: #dde4e8;
}

.evenimentli a {
	color: #a2a5a7;
	width: 100%;
}

.evenimentli a:hover {
	color: #4a5861;
	text-decoration: none;
	background-color: #dde4e8;
}

.evenimentli li:after {
	content: url(../img/sageata.png);
	width: 15px;
	height: 12px;
	position: absolute;
	right: 40px;
}

.panel-title a:hover {
	text-decoration: none;
	cursor: default;
}

.title {
	font-weight: bold;
}

.albastru {
	color: #5aa1ca;
}

.button {
	border: 1px solid #878787;
	border-radius: 30px;
	padding: 10px 20px;
	background: #fff;
	color: #878787;
	position: absolute;
	bottom: 0px;
}

.button:hover,
.button2:hover {
	border: 1px solid #dde4e8;
	border-radius: 30px;
	background: #dde4e8;
	color: #4a5861;
	text-decoration: none;
}

.button2 {
	border: 1px solid #39b54a;
	border-radius: 30px;
	padding: 10px 40px;
	background: #39b54a;
	color: #fff;
	position: absolute;
	font-size: 1.32em;
	right: 0;
}

section {
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;;
}

hr {
	background: #e5e2df;
	height: 1px;
	margin: 5px 0;
}

.desc {
	padding-left: 35px;
	padding-top: 30px;
	font-size: 1.32em;
	font-weight: 300;
	max-height: 285px;
	min-height: 285px;
	padding-right: 15px;
}

#one.collapse,
#oneb.collapse,
#onec.collapse {
	display: block;
}

.compexit {
	background: rgba(252, 252, 252, 0.3);
	background: -moz-linear-gradient(top, rgba(252, 252, 252, 0.3) 0%, rgba(191, 219, 182, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 252, 252, 0.3)), color-stop(50%, rgba(191, 219, 182, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.3)));
	background: -webkit-linear-gradient(top, rgba(252, 252, 252, 0.3) 0%, rgba(191, 219, 182, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(252, 252, 252, 0.3) 0%, rgba(191, 219, 182, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(252, 252, 252, 0.3) 0%, rgba(191, 219, 182, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(252, 252, 252, 0.3) 0%, rgba(191, 219, 182, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff', GradientType=0);
	border-left: 1px solid #e5e2df;
	border-right: 1px solid #e5e2df;
}

.autorulate {
	background: rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 228, 189, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 228, 189, 0.5)), color-stop(50%, rgba(90, 210, 30, 0.5)), color-stop(50%, rgba(255, 228, 189, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.3)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 228, 189, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 228, 189, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 228, 189, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 228, 189, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.rentacar {
	background: rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 228, 189, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 228, 189, 0.5)), color-stop(50%, rgba(90, 210, 30, 0.5)), color-stop(50%, rgba(255, 228, 189, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.3)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 228, 189, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 228, 189, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 228, 189, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 228, 189, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.topcar {
	background: rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 197, 190, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 197, 190, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 197, 190, 0.5)), color-stop(50%, rgba(90, 210, 30, 0.5)), color-stop(50%, rgba(255, 228, 189, 0.5)), color-stop(50%, rgba(255, 197, 190, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.3)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 197, 190, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 197, 190, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 197, 190, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 197, 190, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 197, 190, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 197, 190, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 197, 190, 0.5) 50%, rgba(90, 210, 30, 0.5) 50%, rgba(255, 228, 189, 0.5) 50%, rgba(255, 197, 190, 0.5) 50%, rgba(255, 255, 255, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.masiniback {
	position: relative;
	z-index: 55555;
	margin: 0 -15px;
}

.content {
	position: relative;
	height: 1px;
	padding: 1.5em 3.75em;
	padding-bottom: 73%;
	color: #fff;
}

.content img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -21;
}

#topcar {
	border-top: 10px solid #fe5341;
	border-bottom: 5px solid #fe5341;
}

/* #green, #red, #orange, #blue {
	position: relative;
} */

#green:after,
#red:after,
#orange:after,
#blue:after {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	padding-bottom: 150px;
	width: 100%;
	z-index: -5;
}

#green:after {
	background-image: url(../img/footerred.png);
}

#red:after {
	background-image: url(../img/footergreen.png);
}

#orange:after {
	background-image: url(../img/footerorange.png);
}
#blue:after {
	background-image: url(../img/footergreen_blue.png)
}
#compexit {
	border-top: 10px solid #65d046;
	border-bottom: 5px solid #65d046;
}

#autorulate {
	border-top: 10px solid #ffab2f;
	border-bottom: 5px solid #ffab2f;
}
#rentacar {
	border-top: 10px solid #004e74;
	border-bottom: 5px solid #004e74;
}

#borderTopcar {
	background-image: url(../img/border_seat_mare.png);
}

#borderTopcar2 {
	background-image: url(../img/border_sea2.png);
}

#borderCompexit {
	background-image: url(../img/border_comp_mareb.png);
}

#borderCompexit2 {
	background-image: url(../img/border_sea3.png);
}

#borderAutorulate {
	background-image: url(../img/border_auto_mare.png);
}
#borderAutorulate3 {
	background-image: url(../img/border_comp_mareb_blue.png);
}
.borderclear {
	display: block;
	position: absolute;
	padding-bottom: 70%;
	top: 0;
	width: 100%;
	background-size: cover;
	left: 0;
	z-index: -10;
}

.borderclear2 {
	display: block;
	position: absolute;
	padding-bottom: 84%;
	top: 0;
	width: 100%;
	background-size: cover;
	left: 0;
	z-index: -15;
}

.content p {
	font-size: 2.25em;
}

.content span {
	/* font-size: 3.125em; */
	font-size: 2.3em;
	display: inline-block;
	margin-top: -15px;
}

.buton {
	padding: 3% 10%;
	border-radius: 35px;
	background: #fff;
	color: #000;
	font-size: 1em;
	font-weight: 800;
}

.buton2 {
	padding: 15px 40px;
	border-radius: 5px;
	background: #fff;
	color: #fff;
	font-size: 1em;
	font-weight: 800;
}

.buton:hover,
.buton2:hover {
	text-decoration: none;
	color: #fff;
}

.buton_rosu:hover {
	background: #fe5341;
}

.buton_verde:hover {
	background: #65d046;
}

.buton_verde2 {
	background: #36992F;
}

.buton_verde2:hover {
	background: #046700;
}

.buton_orange:hover {
	background: #ffab2f;
}
.buton_orange2:hover {
	background: #004e74;
}

footer.m-l {
	margin-left: 0;
}

footer.m-l .container-fluid .col-xs-12 {
	z-index: 555556;
	font-size: 16px;
	margin-top: 10%;
	color: #000;
	font-weight: 300;
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, " sans-serif";
}

.heighttank {
	padding-top: 20%;
	height: 70vh;
}

@media only screen and (max-width: 1300px) {
	.content p {
		font-size: 1.5em;
	}
	.content span {
		font-size: 2em;
		margin-top: -19px;
	}
	.tc {
		text-align: center !important;
	}
	.tc img {
		margin-bottom: -15px;
	}
	.desc {
		min-height: 320px;
		max-height: 320px;
	}
	footer.m-l .container-fluid .col-xs-12 {
		margin-top: 7%;
	}
	.heighttank {
		padding-top: 20%;
		height: 60vh;
	}
}

@media only screen and (max-width: 1200px) {
	.desc {
		min-height: 330px;
		max-height: 330px;
		padding: 15px;
	}
	#green:after,
	#red:after,
	#orange:after,
	#blue:after {
		padding-bottom: 125px;
	}
	.navbar-nav>li>a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 992px) {
	.content p {
		font-size: 1.5em;
	}
	.content span {
		font-size: 1.75em;
		margin-top: -19px;
	}
	.tc img {
		margin-bottom: 5px;
	}
	.desc {
		min-height: 400px;
		max-height: 400px;
	}
	.m-t-c {
		text-align: center;
	}
	footer.m-l .container {
		padding-top: 0;
	}
	.navbar-nav>li>a {
		font-size: 14px;
	}
	.col-md-8.m-r.d-t-r.m-t-c {
		margin-right: 0;
	}
	#defaultNavbar1 {
		margin-left: 15%;
	}
	header img {
		margin: 10px 20px 20px;
	}
}

@media only screen and (max-width: 868px) {
	.desc {
		min-height: 420px;
		max-height: 420px;
	}
	#topcar:after,
	#compexit:after,
	#autorulate:after {
		bottom: -100%;
		z-index: -1;
	}
	#green:after,
	#red:after,
	#orange:after,
	#blue:after {
		padding-bottom: 85px;
	}
	.heighttank {
		padding-top: 20%;
		height: 70vh;
	}
}

@media only screen and (max-width: 767px) {
	#topcar:after,
	#compexit:after,
	#autorulate:after {
		display: none;
	}
	.desc {
		margin-top: 0;
		min-height: auto;
		max-height: auto;
		height: 100%;
		padding-bottom: 15px;
	}
	.desc img {
		margin: auto;
	}
	.compexit {
		border: none;
	}
	.content span {
		font-size: 2.5em;
		margin-top: -19px;
	}
	.content p {
		font-size: 1.75em;
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-toggle {
		margin-top: 2px;
		margin-bottom: 2px;
		border: 1px solid #000;
	}
	.navbar-nav>li:after {
		content: '';
	}
	.mob-m-b {
		margin-bottom: 10px;
	}
	.mob-m-r {
		margin-right: -15px;
	}
	.mob-m-l {
		margin-left: -15px;
	}
	.mob-m-l-r {
		margin-left: -15px;
		margin-right: -15px;
	}
	.collapse {
		display: none;
	}
	.button {
		position: relative;
	}
	.evenimente .row .col-sm-8 {
		height: auto;
	}
	.panel-group .panel {
		margin-bottom: 0;
		border-radius: 0px;
		padding: 5px;
	}
	.mob-m-b-60 {
		margin-bottom: -60px;
	}
	#green:after,
	#red:after,
	#orange:after {
		padding-bottom: 74px;
	}
	.navbar-nav>li {
		display: block;
		float: left;
		width: 100%;
	}
	#defaultNavbar1 {
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	.content p {
		font-size: 1.5em;
	}
	.content span {
		font-size: 2.125em;
		margin-top: -19px;
	}
	header img {
		margin: 4px;
	}
	.desc,
	footer {
		padding: 1em;
	}
	.content {
		position: relative;
		height: 1px;
		padding: 1em;
		padding-bottom: 73%;
		color: #fff;
	}
	.tc {
		text-align: center;
	}
	footer {
		margin: 0 -15px;
		/* background: rgba(218, 25, 0, 1);
		background: -moz-linear-gradient(left, rgba(218, 25, 0, 1) 0%, rgba(165, 79, 9, 1) 25%, rgba(92, 159, 20, 1) 38%, rgba(68, 190, 24, 1) 50%, rgba(118, 189, 18, 1) 62%, rgba(221, 148, 2, 1) 78%, rgba(237, 142, 0, 1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218, 25, 0, 1)), color-stop(25%, rgba(165, 79, 9, 1)), color-stop(38%, rgba(92, 159, 20, 1)), color-stop(50%, rgba(68, 190, 24, 1)), color-stop(62%, rgba(118, 189, 18, 1)), color-stop(78%, rgba(221, 148, 2, 1)), color-stop(100%, rgba(237, 142, 0, 1)));
		background: -webkit-linear-gradient(left, rgba(218, 25, 0, 1) 0%, rgba(165, 79, 9, 1) 25%, rgba(92, 159, 20, 1) 38%, rgba(68, 190, 24, 1) 50%, rgba(118, 189, 18, 1) 62%, rgba(221, 148, 2, 1) 78%, rgba(237, 142, 0, 1) 100%);
		background: -o-linear-gradient(left, rgba(218, 25, 0, 1) 0%, rgba(165, 79, 9, 1) 25%, rgba(92, 159, 20, 1) 38%, rgba(68, 190, 24, 1) 50%, rgba(118, 189, 18, 1) 62%, rgba(221, 148, 2, 1) 78%, rgba(237, 142, 0, 1) 100%);
		background: -ms-linear-gradient(left, rgba(218, 25, 0, 1) 0%, rgba(165, 79, 9, 1) 25%, rgba(92, 159, 20, 1) 38%, rgba(68, 190, 24, 1) 50%, rgba(118, 189, 18, 1) 62%, rgba(221, 148, 2, 1) 78%, rgba(237, 142, 0, 1) 100%);
		background: linear-gradient(to right, rgba(218, 25, 0, 1) 0%, rgba(165, 79, 9, 1) 25%, rgba(92, 159, 20, 1) 38%, rgba(68, 190, 24, 1) 50%, rgba(118, 189, 18, 1) 62%, rgba(221, 148, 2, 1) 78%, rgba(237, 142, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1900', endColorstr='#ed8e00', GradientType=1); */
		background: rgb(214,17,0);
		background: -webkit-linear-gradient(left, rgba(214,17,0,1) 0%,rgba(64,191,24,1) 34%,rgba(221,131,0,1) 66%,rgba(78,156,194,1) 100%);
		background: -webkit-gradient(linear, left top, right top, from(rgba(214,17,0,1)),color-stop(34%, rgba(64,191,24,1)),color-stop(66%, rgba(221,131,0,1)),to(rgba(78,156,194,1)));
		background: -o-linear-gradient(left, rgba(214,17,0,1) 0%,rgba(64,191,24,1) 34%,rgba(221,131,0,1) 66%,rgba(78,156,194,1) 100%);
		background: linear-gradient(to right, rgba(214,17,0,1) 0%,rgba(64,191,24,1) 34%,rgba(221,131,0,1) 66%,rgba(78,156,194,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61100', endColorstr='#4e9cc2',GradientType=1 );
	}
	footer.m-l {
		margin-left: -10px;
		margin-top: 0px;
		margin-right: 0;
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	footer.m-l .container-fluid .col-xs-12 {
		font-size: 13px;
		margin-top: 0;
	}
	footer.m-l .container {
		padding-top: 0;
	}
	.button2 {
		bottom: -50px;
		width: 100%;
		border-radius: 7px;
	}
	.button2:hover {
		border-radius: 7px;
	}
	.col-md-8.m-r.d-t-r.m-t-c {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.img-responsivee {
		width: 62%;
		height: auto;
		margin: 10px auto 0 auto;
	}
	.logotop {
		max-height: 30px;
		margin-bottom: 3px !important;
	}
	.logoskoda {
		max-height: 32px
	}
	.logoauto {
		max-height: 31px;
		margin-bottom: 5px !important;
	}
	#green:after,
	#red:after,
	#orange:after,
	#blue:after {
		display: none;
	}
	section {
   margin-bottom: 0;
}
	#accordion {
		margin-top: 25px;
	}
	.panel-default>.panel-heading {
		background-color: transparent;
		border-color: #fff;
	}
	.button {
		border-radius: 6px;
		display: block;
		text-align: center;
	}
	#top>.container>.col-xs-12.p-l-r {
		margin-bottom: -35px;
	}
	.col-xs-12.p-l-r.m-b50 {
		margin-top: 45px;
		padding-bottom: 45px;
	}
	#map {
		height: 300px;
		margin-top: 25px;
	}
	form {
		margin-bottom: 70px;
	}
	hr {
		display: none;
	}
	.bannertop:before {
		height: 80px;
	}
	section.h60vh {
		height: 100%;
	}
	.text_mic {
		font-size: 23px;
	}
	.col-md-4.d-t-l,
	.col-md-8.d-t-r {
		margin-left: -25px;
	}
}

@media only screen and (max-width: 620px) {
	.buton2 {
		margin-bottom: 15px;
		display: block;
		text-align: center;
	}
	.col-md-4.d-t-l,
	.col-md-8.d-t-r {
		margin-left: 0;
		margin-bottom: 15px;
	}
	header img {
		margin: 10px 0 10px;
	}
	map {
		display: none;
	}
}

@media only screen and (max-width: 321px) {
	.content {
		position: relative;
		height: 1px;
		padding: 0em 3.75em;
		padding-bottom: 68%;
		color: #fff;
	}
	.text_mic {
		font-size: 20px;
	}
}