@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Acme|Cairo|Hind+Siliguri');


/*-------------------------*/
/*-------------------------*/
.display_mobile { display: none; }
/*-------------------------*/

/*// BLOG*/


.article {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom:10px;
    border-radius: 4px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 15px;
}
.article-img { 
    max-width: 250px;
    align-content: center;
    align-items: center;
    text-align: center;
    margin-right: 15px;
}
.article-img img {
    width: 100%;
}
.article-body {
    
}
.article-title {
    font-size: 1.4em;
    color: #333;
}
.article-description {
    font-size: 1.1em;
    color: #333;
}
.article-button { 
    color: #333;
    background: transparent;
    padding: 4px 8px;
    border-radius: 4px;
    border: none;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
}
.article-button::before {
    content: "";
    width: 20px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: rgb(35, 35, 35);
}
.article-button:hover {
    color: #000; 
}



/*// BLOG*/

.side_bar_left {
    position:fixed;
    left:0;
    top:0;
    width:auto;
    max-width:calc((100% - 1210px)/2);
    overflow: hidden;
    z-index:999999;
}
.side_bar_right {
    position:fixed;
    right:0;
    top:0;
    width:auto;
    max-width:calc((100% - 1210px)/2);
    overflow: hidden;
    z-index:999999;
}
.side_bar_top {
    position:fixed;
    left:0;
    right:0;
    top:0; 
    max-height: 200px;
    overflow: hidden;
    z-index:999999;
}
.side_bar_top img {
    width: 100%;
}
@media all and (max-width:760px) {
    /*-------------------------*/
    /*-------------------------*/
    .logo { display: none; } 
    .topContainer { min-height: 0; }
    .display_mobile { display: block; }
    /*-------------------------*/
    
    .side_bar_left { display: none; }
    .side_bar_right { display: none; }
   // .side_bar_top { position:relative; }
    //#spacer { height: 0 !important; }
}

.tabelDetalii2 { display:none;}
body {
	font-family: 'Hind Siliguri', sans-serif;
	background-color:#f9f9f9;
	color:#333;
	margin:0;
}
.promoText {
	position:absolute;
	bottom:3px;
	right:90px;
	font-size:32px;	
	left:330px;
	text-align:center;
	 
}
a, a:visited { color:#333; }
a:hover {
	color:#90C53E !important;
}
body hr {
	color:#333;
}
body img {
	border:none;	
}
.fb-like-box {
	position:absolute !important;
	bottom:2px !important;
	right:3px !important;
}
.mo { display:none; margin-bottom:5px !important; }
.mob { display:none; }
.antispam { display:none; }

body ul {
	list-style:inside;	
}
		.navBox {
			width:auto;
			height:auto;
			padding:10px;
			font-size:12px;	
			color:#eee;
			background:#333;
			border-radius:5px;
			margin-bottom:10px;
		}
		.navBox a, .navBox a:visited {
			color:#eee;
			text-decoration:none;
		}
		

/*************************/
.clear {
	clear:both;
}	
.tagCloud {
 	color:#888;
}
.topContainer {
	margin:0 auto;
	width:1200px;
	height:auto;
	min-height:96px;
	position:relative;
}	
.logo {
	position:absolute;
	left:0px;
	top:0px;
	width:350px;
	height:96px;
	background:url(../images/Layout/logo.png?v=1) no-repeat;
}
.menu {
	width:auto;
	float:right;
 	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	transition:all 1s;
}
.navbar .nav { margin-right:0 !important; }

.mainDiv {
	width:1200px;
	height:auto;
	margin:10px auto 30px auto;
 }
.leftDiv {
	float:left;
	width:240px;
 }
 .leftDiv h2 {
	font-size:17px; 
 }
.bannerDiv {
	width:791px;
	background:#fff;
  	float:right;
	height:200px;	
 	overflow:hidden;
 	position:absolute;
}
.content {
	width:calc(100% - 260px);
 	float:right;
	min-height:400px;
	height:auto;	
}
.content h1 {
	font-size:22px;	
}
.textDiv {
	position:absolute;
	right:11px;
	top:1px;
	font-size:13px;
 }


.searchDiv input[type=text] {
	border:1px solid #ccc;
	padding:3px;
	background:#fff;
	border-radius:5px;	
}
.searchDiv input[type=button] {
	border:none;
	width:30px;
	height:24px;
	border-radius:5px;
}
.loginForm  .contactLabels { width:100% !important; }
.loginBtn { 
	width:100% !important;
	padding:10px;
	margin-bottom:5px;
}
/**************/

.companyBox {
	width:100%;
	height:auto;
	box-sizing:border-box;
	font-size:14px;
 	position:relative;
	margin-bottom:20px;
	padding-bottom:40px;
	border-bottom:1px dotted #ccc;
}
.companyBox_title {
	font-size:24px;	
	padding-bottom:10px;
}
.companyBox_title a, .companyBox_title a:visited {
	color:#333;
}
.companyBox_img {
	height:auto;
	width:180px;
	float:left;	
	padding-top:8px;
}
.companyBox_img img { width:100%; }

.companyBox_description {
	float:right;
	font-size:16px;
	width:calc(100% - 200px);
	height:auto;
}
.companyBox_button { 
	position:absolute;
	bottom:10px;
	right:10px;
	padding:10px;
	color:#fff;
	border-radius:4px;
	background: #ff4000;
	background: -moz-linear-gradient(-45deg, #ff4000 0%, #c80000 100%);
	background: -webkit-linear-gradient(-45deg, #ff4000 0%,#c80000 100%);
	background: linear-gradient(135deg, #ff4000 0%,#c80000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4000', endColorstr='#c80000',GradientType=1 );
}

.detailsDiv {
	min-width:16px;
	float:right;
	height:14px;
	padding-left:17px;	
	background:url(../images/Layout/details.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.detailsDiv:hover {
	background:url(../images/Layout/details_hover.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#f00;
}

	.tabContainer {
		width:100%;
		height:30px;	
		margin-bottom:10px;
		border-bottom:1px solid #ccc;
	}
	.tabContainer input {
		padding:4px 10px 4px 10px;
		background:url(../images/Layout/header_gradient.png);
		background-repeat:repeat-x;
		font-size:14px;
		border-radius:1px 10px 0 0;
		-moz-border-radius:1px 10px 0 0;
		margin-top:2px;
		cursor:pointer;
		
	}	
	.tabContainer input:hover {

		background:#05f;
		color:#fff;	
	}
	.collapsed {
		display:none;
	}
	#mesaj-div {
		margin-left:10px;	
	}
	#mesaj-div input, #mesaj-div textarea {
		width:400px;
		padding:4px 4px 4px 4px;
		border:1px solid #ccc;
		box-shadow: 0 0 1px #03f;
		-webkit-box-shadow: 0 0 1px #03f; 
		-moz-box-shadow: 0 0 1px #03f; 
	}


.tabelDetalii {
	font-size:13px;	
}
.tabelDetalii a, .tabelDetalii a:visited {
	color:#f00;	
}
.tabelDetalii a:hover {
	text-decoration:underline;	
}
.tabelDetalii img {
		border:9px solid #F60;
		margin:1px auto 10px auto;	
}
.formular input[type="text"], .formular input[type="button"], .formular textarea {
	width:100%;
	border:1px solid #ccc;	
	padding:8px;
	box-sizing:border-box;
	margin-bottom:10px;
}
#mesaj { 
	font-family: 'Acme', sans-serif;

	z-index:99999;
	cursor:pointer;
	padding:10px;
	color:#fff;
	font-weight:normal;
	text-align: center; 
	border-radius:5px;
	background: #333;
	 

}
#mesaj_mobile {
	margin-top:10px;
	display:none;
	width:auto;
	border-radius:5px;
	padding:10px;
	text-align:center;
	background: #333;
 
	color:#fff;
}
.companyDetailsContent {
	font-size:13px;	
}
 
.images {
	width:100%;
	height:auto;
}
 
 .imageContainer {
	width:116px;
	height:75px;
	overflow:hidden;
	border:2px solid #0F1FAC;
 	float:left;
 }
 .imageContainer img {
	width:100%;
	height:100%; 
 }
.imageContainer:hover {
	border:2px solid #333;	
}

.photo {
	background:#000;
	width:25%;
	float:left;	
	text-align:center;
 	overflow:hidden;
	transition:0.2s linear;

}
.photo:hover {
	 box-shadow:2px 2px 8px #000
	transition:0.2s linear;
}
.photo img {
 
	width:100%;	
	opacity: 0.8;
    filter: alpha(opacity=80); 
	transition:0.2s linear;

}
 .photo:hover > img {
	opacity: 1;
    filter: alpha(opacity=100); 
	transition:0.2s linear;
}

.galleryMobile { display:none; }


 .bannerContainer img {
		width:100%;
		height:auto; 
		margin-bottom:5px;
 }
 .footer {
	width:1178px;
	height:auto;
	margin:10px auto;
	color:#333;
	margin:0 auto 10px auto;
	text-align:center; 
	font-size:13px;
	border:1px solid #ddd;
	box-shadow:0 0 10px #eee;
	background:#f3f3f3;	
	padding:10px;
	border-radius:5px;
	position:relative;
	
 }	

 .contactLabels {
	padding:10px;
	box-sizing:border-box;
	border:1px solid #ccc;
	border-radius:3px;
	background:#fff;
	box-shadow: inset 0 0 5px #eee;
	width:85% !important;
	display:block;
	width:auto;
	margin:10px auto 10px auto;
	
 }
 
 .newsContainer {
 	padding-top:5px;
 	float:left;
	width:100%;
 }
  
 .articleDate {
	color:#333;
	font-size:11px; 
 }	

.modul {
	width:auto;
	margin-bottom:10px;
	border:1px solid #ddd;
	box-shadow:0 0 10px #eee;
	background:#f3f3f3;	
	padding:55px 10px 10px;
	border-radius:5px;
	position:relative;
	overflow: hidden;
}
.titlu_modul {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:auto;
	padding:10px;
	font-weight:bold;
	color:#fff;
	background:#333;
	border-radius:5px 5px 0 0;
}

.search_div {
	width:100%;
	box-sizing:border-box;
	position:relative;
	height:40px;
}
.input_search {
	position:absolute;
	width:calc(100% - 50px);
	top:0;
	left:0;
	padding-left:10px;
	bottom:0;
	box-sizing:border-box;
	border:1px solid #ccc;
	border-radius:3px 0 0 3px;
	background:#fff;
	box-shadow: inset 1px 1px 10px #ccc;
}
.input_search_button {
	cursor:pointer;
	position:absolute;
	width:37px;
	top:0;
	right:0;
	bottom:0;
	padding-left:15px;
	padding-top:5px;
	margin:0;
	display:inline-block;	
	/*****/
background: #ff4000;
background: -moz-linear-gradient(-45deg, #ff4000 0%, #c80000 100%);
background: -webkit-linear-gradient(-45deg, #ff4000 0%,#c80000 100%);
background: linear-gradient(135deg, #ff4000 0%,#c80000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4000', endColorstr='#c80000',GradientType=1 );
	/*****/
	border:none;
	font-weight:bold;
	font-family: 'Cairo', sans-serif;
	border-radius:0 3px 3px 0;
	color:#fff;
}
.input_search_button:hover {
	/*****/
background: #ff4000;
background: -moz-linear-gradient(-45deg, #ff4000 0%, #c80000 100%);
background: -webkit-linear-gradient(-45deg, #ff4000 0%,#c80000 100%);
background: linear-gradient(135deg, #ff4000 0%,#c80000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4000', endColorstr='#c80000',GradientType=1 );
	/*****/
}
.row_details {
	height:auto;
	width:100%;
	padding-top:10px;
	padding-bottom:30px;	
	display:table;
}
.column_details { 
	width:47%;
	margin-right:2%;
	padding:0;
	float:left;
	overflow:hidden;
	height:inherit;
	display:table-cell;
	vertical-align:middle;
}
.video iframe { height:450px; width:100%; }
.map iframe { height:450px; width:100%; }

.bottomLinks {
	float:left;
	width:auto;
	font-weight:normal;
	font-size:15px;
}
.bottomLinks a, .bottomLinks a:visited {
	color:#333;
	padding:4px 7px 4px 7px;
	border-radius:5px;
	text-decoration:none;
}
.copyright { float:right; }

.companyBox_img_mobile { display:none; }
.menuCollapse { 
	display:none; 
	position:absolute;
	top:10px;
	right:0;
	height:21px;
	padding:13px 20px 10px 20px;
	border-radius:0 4px 4px 0;
background: #ff4000 !important;
background: -moz-linear-gradient(-45deg, #ff4000 0%, #c80000 100%);
background: -webkit-linear-gradient(-45deg, #ff4000 0%,#c80000 100%);
background: linear-gradient(135deg, #ff4000 0%,#c80000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4000', endColorstr='#c80000',GradientType=1 ) !important;
		 
}
.expand { height:auto !important; transition:all 1s;    }
.myaccount .contactLabels { width:100% !important; }

.tableObiective {
	width:100%;
	box-sizing:border-box;
}
.tableObiective th { 
	padding:4px;
	background:#333;
	color:#fff;
	text-align:center;
	font-size:14px;
}
.tableObiective td {
	padding:4px;
	text-align:center;	
}
.tableObiective tbody tr:nth-child(odd) {
	background:#ddd;	
}
.tableObiective tbody tr:nth-child(even) {
	background:#ccc;	
}
@media screen and (max-width:1200px) {
	body { margin:10px;}
	.topContainer, .mainDiv, .footer { width:auto; }
	#mesaj_mobile { display:block; }
	#mesaj { display:none;  }
	.promoText { display:none; }
}
@media screen and (max-width:900px) {
	.column_details { width:100%; margin-right:0; padding-bottom:10px; }
}
@media screen and (max-width:760px) {
	.leftDiv, .content { width:100%; float:none; }
	.m_categorii, .m_bannere, .m_meteo, .m_tagcloud, .m_login, .m_banner { display:none; }
	.companyBox_img { display:none; }
	.companyBox_description { width:100%;  }
	.companyBox_img_mobile { display:block; width:45%; float:left; margin:8px 10px 3px 0; }
	.companyBox_button { left:10px; text-align:center; }
	.menu { float:none; position:relative; height:38px; overflow:hidden; }
	.menuCollapse { display:block; }
	.logo { position:relative; margin:0 auto; text-align:center; max-width:240px; width:auto;  }
	#mesaj { position:absolute;  top:60px; right:10px; }
	.fb-like-box { display:none !important; }
	.mob { display:block; }
}