/* latin-ext */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(/assets/fonts/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(/assets/fonts/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.navbar-nav a {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

body
{
	background-color:#fff;
	font-family: 'Lato', sans-serif;
}
.navbar-inverse
{
	border-radius:0px !important;
	height:50px !important;
	padding:0px !important;
	border:0 !important;
	margin:0;
	background-color: #151577 !important;
	background-image: none;
}
.navbar-brand
{
	/*background-color: #de6161;*/
	color: #d8d3d3 !important;
	background-color: #ca1515;
}
.navbar-brand:hover
{
	background-color: #d02222 !important;
	color: #d8d3d3 !important;
}
.btn-flat
{
	border-radius:0 !important;
}

.services-section
{
	background-color: #151577;
	border-bottom: 2px solid #ca1515;
	border-top: 2px solid #ca1515;
}
.services-box {
	padding: 10px;
	color: white;
}
.services-title h4 {
	padding: 20px;
	border-bottom: 3px solid #a9a1a1;
	color: #ddd;
}
.services-icon i.fa {
	display: table;
	margin: 0 auto;
	font-size: 50px;
	padding: 10px;
	color: #ddd;
}
.services-text p {
	color: #ddd;
}
.services-text.text-center {
	padding: 10px;
}
.services-button.text-center {
	padding: 10px;
}
.about-section h5
{
	font-size: 20px;
	font-weight: bold;
}
.about-section p
{
	font-size: 16px;
	color: #675c5c;
	padding: 20px 0;
	text-indent:30px;
}
.about-section hr
{
	border-top: 1px solid #d4d1d1;
}
.contact-section {
	border-top: 1px solid #151577;
	background-color: #efe6e6;
}
.contact-box:hover
{
	text-decoration: none !important;
}
.contact-box:hover .contact-icon span
{
	padding: 5px;
	display: inline-block;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0px 0px 2px #888;
	-webkit-box-shadow: 0px 0px 2px #888;
	box-shadow: 0px 0px 10px #888;
	margin-bottom: 10px;
	border: 5px solid #18af0f;
}
.contact-box:hover .contact-icon i
{
	padding: 20px 22px!important;
	transition: transform 0.2s, opacity 0.2s;
	border: 2px solid #ccc !important;
	color: #18af0f !important;
}
.contact-box
{
	display: table;
	margin: auto 0;
	width: 250px;
	background-color: white;
	padding: 50px 10px;
	height: 300px;
	border: 1px solid #dcd4d4;
	cursor: pointer;
	box-shadow: 3px 3px 3px #ddd;
}
.contact-icon i.fa
{
	color: #424141;
	font-size: 32px !important;
	border-radius: 50%;
	padding: 7px 5px;
}
.contact-text h6
{
	font-size: 14px;
	color: #424141;
	padding: 20px 0;
	font-weight: bold;
}
.contact-icon span
{
	padding: 25px 30px; */
	padding: 0;
	display: inline-block;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0px 0px 2px #888;
	-webkit-box-shadow: 0px 0px 2px #888;
	box-shadow: 0px 0px 2px #888;
	margin-bottom: 10px;
}
.grid-image
{
	
	padding: 0;
	width: calc(50% - 12px);
	margin: 5px;
}
.service-section .grid-image
{
	border: 1px solid #8c8a8a;
}
.grid-image img
{
	cursor: pointer;
}
.service-section {
	background-color: #151577;
	border-top: 2px solid #ca1515;
	border-bottom: 2px solid #ca1515;
}
.service-section h3 {
	color: white;
	margin-top: 50px;
}
.service-section p, .service-section ul li {
	color: white;
	font-size: 15px;
}
.dezmembrari-section .grid-image
{
	border: 1px solid #ddd;
}
.dezmembrari-section h3 {
	color: #655a5a;
	margin-top: 50px;
}
.dezmembrari-section hr
{
	border-color: #b7a5a5;
}
.dezmembrari-section p {
	color: #655a5a;
	font-size: 15px;
}
.footer-section
{
	border-top: 2px solid #ca1515;
	border-bottom: 2px solid #ca1515;
	background-color: #151577;
}
.footer-section h6
{
	color: #ddd;
	font-size: 20px;
	font-weight: bold;
}
.footer-menu
{
	width: 100%;
	padding: 10px;
}
.footer-menu li
{
	color: #ddd;
	list-style: none;
	cursor: pointer;
	padding: 2px;
}
.footer-menu li a
{
	text-decoration: none;
	color: #ddd;
	font-size:14px;
}
.footer-menu li a:hover
{
	color:#de6161;
}
.footer-section p
{
	color:#ddd;
}
.footer-section hr
{
	border-color:#bababb;
}
@media(max-width: 768px) {

	.navbar-collapse
	{
		position: absolute;
		background-color: black;
		z-index: 10;
		width: 100%;
	}

}

/* contact section */
.contact-list-items
{
	width:100%;
	margin:0;
	padding:0;
}
.contact-list-items li {
	list-style: none;
	margin-bottom: 5px;
}
.contact-list-items li p
{
	color: #504d4d;
	margin: 0;
}
.contact-list-items li a
{
	color: #504d4d;
	text-decoration: none;
}
.contact-list-items li a:hover
{
	color: #de6161;
	cursor:pointer;
}
.contact-section hr
{
	border-top: 1px solid #ccc;
}
/* end contact section */

/* carousel code */
/* Global */
h2 {
	margin: 0;
	padding: 0;
	font-weight: 300;
}

/* Carousel */
#carousel-example {
	font-family: 'Lato', sans-serif;
	.carousel-wrapper {
		background: #111 !important;
		color: white;
		font-weight: 300;
		padding: 40px 0;
		text-transform: uppercase;
		h2 {
			padding: 0 0 35px;
			text-align: center;
		}
		ol {
			margin: 0 auto;
			position: static;
			width: 100%;
			span {
				border: 1px solid transparent;
				cursor: pointer;
				height: auto;
				padding: 10px 15px;
				text-align: center;
				transition: border 0.3s, color 0.3s;
				width: auto;
			}
			.active {
				background: none !important;
				border: 1px solid orange;
				color: orange;
				height: auto;
				padding: 10px 15px;
				width: auto;
			}
		}	
	}
	.carousel-inner {
		.item {
			transition: opacity 1s;
			.img-wrapper {
				height: 400px;
				margin: 0 -15px 0 0;
				overflow: hidden;
				position: relative;
				img {
					left: 50%;
					position: absolute;
					top: 50%;
					transform: translate(-50%, -50%);
					width: 1000px;
				}
			}
			.carousel-caption {
				background: orange !important;
				color: #111;
				font-size: 1.1em;
				height: 400px;
				margin: 0 0 0 -15px;
				padding: 30px;
				position: static;
				text-align: left;
				text-shadow: none;
				top: 0;
				background-color: orange;
				height: 450px;
				width: 100%;
				padding: 80px 30px;
				margin: 0;
				left: 0;

				h2 {
					padding: 0 0 20px;
					text-transform: uppercase;
				};
			}
		}
	}
}
.carousel-caption {
	background: #ca1515  !important;
	color: #fff;
	font-size: 1.1em;
	height: 400px;
	margin: 0 0 0 -15px;
	padding: 30px;
	position: static;
	text-align: left;
	text-shadow: none;
	top: 0;
	background-color: orange;
	height: 450px;
	width: 100%;
	padding: 80px 30px;
	margin: 0;
	left: 0;

	h2 {
		padding: 0 0 20px;
		text-transform: uppercase;
	}
	@media(max-width: 767px) {
		#carousel-example {
			.carousel-inner {
				.item {
					.img-wrapper {
						height: auto;
						img {
							transform: none;
							position: static;
							width: 100%;
						}
					}
					.carousel-caption {
						height: auto;
					}
				}
			}
		}
	}
}
.carousel-inner
{
	background-color: #ca1515;
	
}
.carousel-text-item .carousel-caption {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.carousel-text-item p {
	font-size: 18px;
	text-align: center;
	width: 60%;
}
/*end carousel code*/

/* burtiera css */
section.burtiera-header {
	background-color: #f7f5f5;
	border-top: 2px solid #151577;
}
.burtiera-header .row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
.burtiera-header .col-sm-3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #151577;
	border-right: 2px solid #151577;
}
.burtiera-header a {
	color: #151577;
	font-weight: 600;
	font-size: 15px;
	margin-top: 5px;
}
.burtiera-header p {
	font-size: 16px;
	margin-top: 5px;
	font-weight: 600;
}
.burtiera-header ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}
.burtiera-header li {
	font-size: 17px;
	margin: 5px;
	text-align: center;
	font-weight: 600;
}
.burtiera-header .col-sm-3:last-child {
	border: 0;
}
@media(max-width: 768px) {

	.burtiera-header .col-sm-3 {
		border: 0;
	}

}
/* end burtiera css */