/* CSS Document */

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-family: "Dosis", sans-serif;
}

p {
	margin: 0;
	margin-bottom:10px;
	font-size: 100%;
	line-height: 1.5em;
	text-align:justify;
	text-indent:25px;
}

ol { 
    list-style: none; 
    }

span
{
	color:#02C0F8;
}

body {
	font-family: "Dosis", sans-serif;
	font-size:1.5em;
	color:#131210;
	padding: 0;
	margin: 0;
	background: #FFFFFF url(../images/bg-logos.jpg) repeat-x;
}

h1 {
	font-size:2.1em;
  	color: #0069a7;
  	font-weight: 600;
  	text-transform:uppercase;
	margin:20px 0px;
  }
  
h2 {
	font-size:1.2em;
  	color: #18191D;
  	font-weight: 600;
  	text-transform:uppercase;
	margin:20px 0px;
  }


img {
	max-width: 100%;
	height: auto;
	margin: 0;
}



a
{
	transition: .3s ease-in-out;
	text-decoration: none;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}

a:hover
{
    text-decoration: underline;
    color: #171A1F;

}


.clear { 
    clear: both;
    }

.block {
    display: block; 
    }

.hide {
    display: none;
    }
	
.error
{
	color:#FF0000;
	font-size:12px;
}

.inline
{
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
}

.floatright
{
	float:right;
	margin:0px;
	padding:0px;
}

.floatleft
{
	float:left;
	margin:0px;
	padding:0px;
}

hr 
{
	border: none 0;
	border-top: 1px dashed #dcdbdb;/*the border*/
	width: 90%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	text-align:center;
	margin:10px auto;
} 

/*inputs*/

 input[type="text"], textarea {
    color: #000;
    border: 1px dashed #333;
    padding: 1%;
	background-color:#fff;
    }
	

/*___ end inputs*/


.art_img
{
	float:right; 
	padding:0px;
	margin:0px 0px 10px 10px;
	border:4px solid #0169A8;
	
}

.art_img_left
{
	float:left; 
	padding:0px;
	margin:0px 10px 10px 0px;
	border:4px solid #0169A8;
	
}


/* Section Inner */
.wrapper {
	max-width: 1000px;
	padding: 0;
	margin: 0px auto;

}

/* Header */
.mainHeader {
	padding: 0px;
	margin: 0px;
	width:100%;
	height:auto;
}

.logodiv
{
	float:left;
	margin-top:5px;
}

.top_right
{
	float:right;
	margin-top:5px;
	font:Arial, Helvetica, sans-serif;
}


@media screen and (min-width: 470px) and (max-width: 900px) {
	.top_program
	{
		width:224px;
		float:left;
	}
	
	.top_fb
	{
		float:right;
		width:170px;
	}
}
.verset_panel
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:295px;
	padding:15px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-size:21px;
	font-weight:bold;
	margin-top:39px;
}

.verset_panel span
{
	color:#fdaf40;
	font-style:italic;
	font-weight:normal;
}

.slider_panel
{
	width:68.5%;
	float:left;
	padding-top:20px;
}

.slider_panel img
{
	border:5px #FFFFFF solid;
	-webkit-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.75);
}

@media screen and (max-width: 959px) {
	.verset_panel
	{
		display:none;
	}
	.slider_panel
	{
		width:100%;
	}
}





.menudiv
{
	float:left;
	width:70%;
}

@media screen and (max-width: 935px) {
	.top_right
	{
		float:left;
		display:block;
	}
	
	body {
		background:none;
	}
}

@media screen and (max-width: 600px) {
	.logodiv
	{
		display:block;
		float:none;
		width:90%;
		margin:5px auto;
	}
	.menudiv
	{
		display:block;
		width:90%;
		margin:5px auto;
	}
}
/*
.mainContent
{
	max-width: 1000px;
	padding: 2%;
	margin: 0px auto;
	margin-top:2%;
	background:url(../images/bg-dark.png);
}*/

.mainSide
{
	width:69.7%;
	float:left;
	margin-left:1%;
	margin-top:2%;
	margin-right:2%;
	margin-bottom:2%;
}

@media screen and (max-width: 750px) {
	.mainSide
	{
		width:90%;
		float:none;
		margin:0 auto;
	}
}


.sideBar
{
	width:27.3%;
	float:left;
	margin-top:5%;
}

.sideContent
{
	margin-left:3%;
}

.side_widget_content p
{
	margin:0px;
	text-indent:0px;
}

.side_cap
{
	padding:0px;
	padding-left:35px;
	margin:0px;
	font-size:15px;
	display:block;
	padding-top:6px;
	width:200px;
	color:#676767;
	line-height:14px;
}

.side_cap:hover
{
	color:#0069a7;
}

.fb
{
	height:26px;
	background:url(../images/side-icons.png) 0px 0px no-repeat;
}

.fb:hover
{
	background:url(../images/side-icons-on.png) 0px 0px no-repeat;
}


.ib
{
	height:25px;
	background:url(../images/side-icons.png) 0px -52px no-repeat;
}

.ib:hover
{
	background:url(../images/side-icons-on.png) 0px -52px no-repeat;
}

.nl
{
	height:25px;
	background:url(../images/side-icons.png) 0px -103px no-repeat;
}

.nl:hover
{
	background:url(../images/side-icons-on.png) 0px -103px no-repeat;
}

.cr
{
	height:33px;
	background:url(../images/side-icons.png) 0px -150px no-repeat;
	padding-top:10px;
}

.cr:hover
{
	background:url(../images/side-icons-on.png) 0px -150px no-repeat;
}

.pr
{
	height:20px;
	background:url(../images/side-icons.png) 0px -205px no-repeat;
}

.pr:hover
{
	background:url(../images/side-icons-on.png) 0px -205px no-repeat;
}

.eu
{
	height:22px;
	background:url(../images/side-icons.png) 0px -255px no-repeat;
	padding-top:8px;
}

.eu:hover
{
	background:url(../images/side-icons-on.png) 0px -255px no-repeat;
}

.ps
{
	height:22px;
	background:url(../images/side-icons.png) 0px -305px no-repeat;
	padding-top:8px;
}

.ps:hover
{
	background:url(../images/side-icons-on.png) 0px -305px no-repeat;
}

.side_widget
{
	background-color:#e4f7fe;
	margin:-1px 2% 0% 3%;
	margin-bottom:-10px;
}

.side_widget h2
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:0;
	padding-bottom:5px;
	border-bottom:1px dotted #000000;
	margin:3%;
	margin-top:0;
}

.side_widget hr 
{
	border-top: 1px dotted #0f88b9;/*the border*/
} 

.side_widget_content
{
	margin:2% 6%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
}

.side_widget_content .data
{
	color:#ba732c;
}

.side_widget_content .titlu
{
	color:#0080b4;
}

.side_widget_content .more
{
	color:#d11a35;
	font-size:10px;
	font-weight:normal;
}

.side_widget_content .more:hover
{
	text-decoration:underline;
}

@media screen and (max-width: 750px) {
	.sideBar
	{
		width:90%;
		float:none;
		margin:0 auto;
		margin-top:15px;
	}
	
	.side_widget
	{
		width:257px;
		margin-left:10px;;
	}
}




.footer
{
	width:100%;
	margin-top:20px;
	background:#040404 url(../images/footer-bg.jpg) repeat-x;
	color:#e1e0e0;
	height:73px;
	font-size:14px;
}

.footer a
{
	color:#e1e0e0;
}


.footer a.branding
{
	color:#78d2fa;
}

.footer_row
{
	text-align:center;
	line-height:22px;
	padding-top:7px;
}

.footer_left
{
	float:left;
	width:70%;
}

.footer_right
{
	float:right;
	width:30%;
	text-align:right
}


@media screen and (max-width: 350px) {
	.footer
	{
		height:auto;
		font-size:16px;
	}

}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*NAV*/

.nav .navbar-nav .navbar-left {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav.navbar-nav.navbar-left {
	margin-top: 6px;
	font-size: 18px;
	font-weight:bold;
	/*line-height:100px;*/
}

ul.nav.navbar-nav li
{

}

ul.nav.navbar-nav li a {
    font-weight: bold;
    text-transform: uppercase;
	color:#FFFFFF;
	padding:23px 15px;
	
}
.navbar-left .dropdown-menu { left: 0; right: auto; }
ul.nav.navbar-nav li.current_page_item a,
ul.nav.navbar-nav li:hover > a { background-color: transparent; color: #fdaf40; }
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}
ul.nav.navbar-nav li ul.dropdown-menu li a { text-transform: none; font-weight: 600; color:#999999; font-size:17px; padding:5px 15px;}
ul.nav.navbar-nav li ul.dropdown-menu li a:hover { color:#000000;}

.menuspacer
{
	background:url(../images/menu-delim.jpg) repeat-y right;
	padding-right:2px;
	height:66px;
}

ul.nav.navbar-nav li:hover > a
{
	color: #fdaf40;
}


@media only screen and (max-width: 1000px) {
ul.nav.navbar-nav li
{
	background-color:#046093;
	min-height:1px;
	font-size:14px;
}

.menuspacer
{
	display:none;
	height:0;
	padding:0;
}

ul.nav.navbar-nav li ul.dropdown-menu li
{
	margin-left:30px;
}

ul.nav.navbar-nav li ul.dropdown-menu li a
{
	color:#FFFFFF;
}

ul.nav.navbar-nav li ul.dropdown-menu li a:hover
{
	color:#FDAF40;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.nav.navbar-nav.navbar-left {margin-top: 0;}
.is-sticky .nav.navbar-nav.navbar-left {
      margin-top: 0px;
    }
	.nav.navbar-nav.navbar-left {
      float: none !important;
      margin-left: 0;text-align: center
    }    
    .navbar-nav > li {
      display: inline-block;
      float: none;
    } 
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 900px) { 
    .navbar-toggle {
        border-color: #0069A2;
        float: none;
        margin: 0px auto;
    }
    .navbar-toggle .icon-bar { background: none repeat scroll 0 0 #0069A2 }
.navbar-header {
  float: right;
} 
.nav.navbar-nav.navbar-left {
  margin: 0;
} 

ul.nav.navbar-nav li ul.dropdown-menu li a {
  text-align: left;
}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .nav.navbar-nav.navbar-left {margin-top: 0;}  
      
    .nav.navbar-nav.navbar-left {
      float: none !important;
      margin-left: 0;text-align: center
    }    
    .navbar-nav > li {
      display: inline-block;
      float: none;
    } 
}


	
/*PAGINARE*/


/* -------------------------------- 

Basic style

-------------------------------- */
nav[role="navigation"] {
  text-align: center;
  font-size:100% !important;

}

.cd-pagination {
  width: 90%;
  max-width: 768px;
  margin: 2em auto 4em;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 .2em;
}
.cd-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: .4em .6em;
 /* font-size: 1.6rem;*/
}
.cd-pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
}

.cd-pagination a:hover {
	background-color: #000000;
	border-color: #CCCCCC;
	color: #ffffff;
}

.no-touch .cd-pagination a:hover {
  background-color: #f2f2f2;
}




.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
  content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .current {
  /* selected number */
  background-color: #000000;
  border-color: #CCCCCC;
  color: #ffffff;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: 4em auto 8em;
  }
}


/*MAGNIFIC POPUP*/
.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


/*BOX EVENIMENTE*/
.box_event
{
	width:100%;
	margin:10px 0px;
	padding:0;
	background-color:#F8F8F8;
}

.box_event p
{
	margin:0px;
	text-indent:0px;
}

.event_thumb
{
	float:left;
	width:250px;
	margin-right:10px;
}

@media screen and (max-width: 500px) {
	.event_thumb
	{
		margin-right:0px;
		margin:0 auto;
		padding:0px;
		clear:both;
		width:220px;
		background-color:#00FF00;
		float:none;
		display:block;
	}
	
}

.event_name
{
	font-size:1.1em;
	display:block;
	margin-bottom:6px;
}
.event_name:hover
{
	text-decoration:underline;
	color:#000000;
}

.event_dates
{
	color:#888888;
	font-size:0.94em;
	margin-bottom:15px;
}

@media screen and (max-width: 500px) {
	h1
	{
		font-size:1.2em;
	}
	.event_name
	{
		font-size:1.2em;
	}
	
	.event_dates
	{
		font-size:0.76em;
	}

}

.detalii
{
	padding:3px 7px;
	background-color:#E8E8E8;
	margin-top:6px;
	float:right;
}

/*Buletine informative*/

.bi_doc
{
	background:url(../images/bi_icon.png) 4px no-repeat;
	padding:2px;
	padding-left:40px;
	margin:10px 0px;
	padding-bottom:5px;
	
	height:30px;
	line-height:25px;
	border:1px #FFFFFF solid;
	color:#361A0E;
	
	display:block;
}

.bi_doc:hover
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	border:1px #CCCCCC dashed;
	text-decoration:none;
}

.l_doc
{
	background:url(../images/l_icon.png) 4px no-repeat;
	padding:3px;
	padding-left:50px;
	margin:10px 0px;
	display:block;
	height:25px;
	line-height:25px;
	border:1px #FFFFFF solid;
	color:#361A0E;
}

.l_doc:hover
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	border:1px #CCCCCC dashed;
	text-decoration:none;
}

/*contact si cerere rugaciune*/
.contact_left
{
	width:600px;
	float:left;
	margin:0px;
	padding:0px;
}

.contact_right
{
	width:300px;
	float:right;
	margin:0px;
	padding:0px;
}