@charset "utf-8";
/* CSS Document pentru BISERICA Penticostală EMANUEL */

/****************** culori folosite **************
#a92a1f - rosu
#898989 - gri normal
#2B2B2B - gri mai inchis (titluri)
#4D4E53 - gri inchis
#fbf8e9 - galben pal

**********************************************/


/************* reset stiluri **********/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK în PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************* GENERALE *********************************
********************************************************************/

/******* headings *******/
h1 {
	font-weight:bolder;
	font-size:40px;
	margin-top:410px;
	color:#fbfbfb;	
	display:inline-block;
	padding:2px;
}
h2 {
	font-family:"Raleway";
	display:inline-block;
	position:relative;
	font-size:28px;
	color:#2b2b2b;
	margin-bottom:15px;
}
h3 {
	font-family:"Raleway";
	font-size:24px;
	color:#2b2b2b;
	margin-bottom:15px;
	font-weight:900;
}
h4 {
	font-family:"Raleway";
	font-size:20px;
	margin-bottom:15px;
	line-height:1.3;
}
h5 {
	font-family:"Raleway";
	font-size:16px;
	font-weight:bold;
	color:#2b2b2b;
	margin-bottom:15px;
	line-height:1.3;
}
/******************* H2 cu linie ********************/
.h2 {
	text-align:center;
	line-height:0.5;
	padding:10px 0;
	overflow: hidden;
	margin:20px 0;
	font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
}
h2.grey {
	color:#8C8C8C;
}
h2.white {
	color:#fff;
}
h2.line:before, h2.line:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #8c8c8c;
  top: 0;
  width: 100%;
}
h2.line.white:before, h2.line.white:after {
  border-bottom: 1px solid #b3b3b3;
}
h2.line:before {
  right: 100%;
  margin-right: 10px;
}
h2.line:after {
  left: 100%;
  margin-left: 10px;
}

/******** links *********/
a {
	text-decoration:none;
	color:#898989;
}
a.detalii {
	color:#a92a1f;
	border:2px solid #a92a1f;
	border-radius:3px;
	padding:8px 16px;
	font-size:16px;
	transition: all 0.2s linear;
	font-weight:normal;
}
a.detalii:hover, a.detalii:active {
	background:#a92a1f;
	color:#fff;
}
a.button {
	background:#a92a1f;
	color:#fff;
	padding:7px 10px;
	width:43%;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:32px;
}
/****** paragraph, span, strong ***********/
p {
	margin-bottom:15px;
	font-size:14px;
	line-height:1.5;
}
p.verset {
	color:#c2a723;
	background:#fbf8e9;
	padding:10px 15px;
}
.red {
	color:#a92a1f;	
}
strong {
	font-weight:bold;
}

/*********** ul, ol, li ************/
ul, ol {
	font-size:14px;
	line-height:1.5;
	margin:20px 0 20px 20px;
}
ul {
	list-style:disc;
}
li {
	margin:20px 0;
	text-align:left;
}

/************* quotes ***********/
.quote {
	width:96%;
	padding:15px 2%;
	margin:15px auto;
	background:url(../_images/bg_quote.png) no-repeat center top;
	font-size:14px;
	text-align:center;
	font-family:"Raleway";
	color:#4d5853;
	line-height:1.3;
	background:#fbf8e9;
}
.quote span.first {
	display:block;
	font-size:18px;
	
}
.quote p.author {
	color:#990000;
	margin:15px 0 5px 0;
	font-size:16px;
}

hr {
	border:1px solid #ddd;
}

/*********** alinieri div-uri ***************/
.center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/********* dimensiuni fluide videos ********/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************** stil general formulare ******************/
input, textarea {
	width:96%;
	height:50px;
	background:#f8f8f8;
	border:1px solid #ddd;
	font-family:"Droid Sans";
	font-size:18px;
	padding:3px 1px;
	margin:18px auto;
}
textarea {
	height:100px;
	padding-top:12px;
}
input.wrong {
	background:#EAC4C4;
}
input.button {
	width:170px;
	background:none;
	color:#a92a1f;
	border:2px solid #a92a1f;
	border-radius:3px;
	padding:5px 10px;
	font-size:16px;
	font-weight:normal;
	transition: all 0.2s linear;
	cursor:pointer;
}
input.button:hover, input.button:active {
	background:#a92a1f;
	color:#fff;
}

/************************* HTML, BODY *******************************
*********************************************************************/
html {
	
}
body {
	font-family:"Droid Sans";
	color:#898989;
	line-height:1.2;
	background:#fff;
	text-align:center;
}

/******************************* HEADER ******************************
***********************************************************************/
header {
	padding:10px 1% 0 1%;
	height:70px;
	border-bottom:2px solid #f2f2f2;
	position:fixed;
	z-index:10000;
	width:98%;
	background:#fff;
}
#logo {
	float:left;
	height:60px;
}
#buttons {
	float:right;
	margin:20px 2% 0 0;
}
#buttons a {
	margin:0 5px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#buttons a:active {
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/******************************* NAVIGATIA ********************
***************************************************************/
nav {
	position:fixed;
	z-index:4900;
	height:100%;
	width:100%;
	top:80px;
	padding-top:10px;
	background:#fff;
	text-align:left;
	display:none;
}
nav a {
	display:block;
	padding:9px 0 9px 25px;
	border-bottom:1px solid #f2f2f2;
}
nav a:hover, nav a:active, nav a.current {
	color:#a92a1f;
}

/************ arrow up ***************/
#back-top {
	position:fixed;
	bottom:20px;
	right: 20px;
}
#back-top a {
	display:block;
	width:60px;
	height:60px;
	background:url(../_images/icon_up.png) no-repeat left top;
	transition: all 0.2s linear;
}
#back-top a:hover {
	background-image:url(../_images/icon_up_hover.png);
}


/******************************** MAIN PAGE ********************
*****************************************************************/
main {
	padding:80px 1% 40px 1%;
	width:98%;
}
main img.full {
	width:100%;
	margin-bottom:15px;
}

/************ butoane live si ultimul program ********/
#lastprog {
	float:right;
}
#live {
	float:left;
	background:#a92a1f;
	line-height:36px;
}

/************** div-urile de evenimente ****************/
#events {
	width:100%;
	min-height:450px;
	padding:20px 0 40px 0;
	background:url(../_images/bg_events.jpg) no-repeat center bottom;
	background-size:cover;
}
#events h2 {
	color:#f2f2f2;
	font-family:"Raleway";
	margin:20px 0 30px 0;
}

.event_box {
	padding:5px 10px;
	text-align:left;
	min-height:80px;
}
.data_event {
	background:url(../_images/bg_calendar.png) no-repeat center top;
	width:70px;
	height:50px;
	padding: 10px 5px;
	text-align:center;
	font-family:"Raleway";
	font-weight:normal;
	font-size:15px;
	line-height:1.1;
	float:left;
}
.data_event span.big {
	font-size:30px;
	font-weight:900;
	color:#222;
}
.event_box h4 {
	color:#fff;
	font-size:16px;
	line-height:1.1;
	margin-bottom:0;
}
.event_box p {
	margin:0 0 0 60px;
}

/***************************** DESPRE NOI ***********************/
#menu_despre {
	position:absolute;
	top:82px;
	right:0;
	width:75%;
	background:rgba(255,255,255,0.8);
	text-align:left;
}
#menu_despre a {
	display:block;
	padding:8px 0 8px 20px;
	color:#a92a1f;
	border-bottom:1px solid #ddd;
}
#menu_despre a.current {
	margin-left:20px;
	padding-left:20px;
	background:url(../_images/icon_check.png) no-repeat left center;
	color:#000;
}

/************************************** EVENIMENTE **********************
**************************************************************************/

/*********** program biserica ******/
.program {
	background:url(../_images/bg_calendar.png) no-repeat center top;
	width:43%;
	height:84px;
	padding: 10px 3%;
	margin-bottom:30px;
	text-align:center;
	font-family:"Raleway";
	font-weight:normal;
	font-size:15px;
	line-height:1.1;
	float:left;
}
.program span.big {
	font-size:40px;
	font-weight:900;
	color:#444;
}
/************ detalii eveniment *******/
#article_body {
	text-align:left;
}

/************* harta evenimentului *******/
#gmap_label {
	position:absolute;
	top:-20px;
	left:0;
	width:60%;
	padding:10px;
	border:1px solid #ddd;
	box-shadow:2px 2px 4px 0 #999;
	background:#fff;
	text-align:center;
	font-size:16px;
	color:#a92a1f;
}
img.gmap {
	width:100%;
}

/*********************************** ARTICOLE BLOG ****************************
*******************************************************************************/
/************ articole blog main page *************/
.blog_box {
	margin-bottom:15px;
	background:#fbfbfb;
	position:relative;
}
.blog_box img {
	float:left;
	margin-right:5px;
}
.blog_text {
	text-align:left;
}
.blog_box h4 {
	margin-bottom:5px;
	height:52px;
	font-size:22px;
}
.blog_box .readmore {
	position:absolute;
	bottom:-20px;
	right:0;
	padding:0 7px 5px 0;
}

/******* butoane si categorii blog **********/
#arhiva {
	float:right;
}
#categorii {
	float:left;
	background:#a92a1f;
}

#submenu_categorii, #submenu_arhiva {
	position:fixed;
	z-index:4000;
	height:100%;
	width:100%;
	top:80px;
	padding-top:10px;
	text-align:left;
	display:none;
}
#submenu_categorii, #submenu_arhiva {
	/* background:#898989; */
	background: rgba(137,137,137,0.95);
}
#submenu_categorii a, #submenu_arhiva a {
	display:block;
	padding:9px 0 9px 25px;
	border-bottom:1px solid #f2f2f2;
	color:#fff;
}
#close_arhiva, #close_categorii {
	float:right;
	margin:0 10px 5px 0;
}


/********** articolul individual *******/
.article_body {
	text-align:left;
}
.article_body h4 {
	color:#2b2b2b;
	font-size:20px;
	font-weight:bold;
	margin-top:30px;
}
.article_body span.more {
	color:#a92a1f;
	float:right;
}
.article_body em {
	font-style:italic;
}

/******************************* ARHIVA VIDEO ********************/
.video {
	width:47%;
	padding:1%;
	float:left;
}

/******************** FISIERE DESCARCABILE ********************/
.resurse {
	display:block;
	line-height:25px;
	padding:15px 0 15px 40px;
	margin-bottom:15px;
	color:#a92a1f;
	font-size:16px;
	background:#f2f2f2 url(../_images/icon_download.png) no-repeat 5px center;
	text-align:left;
	line-height:1;
}



/******************** PAGINA DE DONATII ****************/
p.bt {
	font-size:18px;
	padding-left:40px;
	line-height:35px;
	background:url(../_images/logo_bt.png) no-repeat left center;
	margin-left:5px;
}
p.bcr {
	font-size:16px;
	padding-left:89px;
	line-height:35px;
	background:url(../_images/logo_bcr.png) no-repeat left center;
	margin-left:5px;
}
p.bt, p.bcr {
	text-align:left;
}
td {
	padding:3px;
	text-align:left;
}

/*********************** CONTACT ************************/
p.info {
	padding:7px 0 7px 35px;
	font-size:16px;
	line-height:25px;
	color:#a92a1f;
}

#address {
	background:url(../_images/icon_address.png) no-repeat left center;
}
#phone {
	background:url(../_images/icon_phone.png) no-repeat left center;
}
#fax {
	background:url(../_images/icon_fax.png) no-repeat left center;
}
#email {
	background:url(../_images/icon_email.png) no-repeat left center;
}
#fb {
	background:url(../_images/icon_fb.png) no-repeat left center;
}
#youtube {
	background:url(../_images/icon_youtube.png) no-repeat left center;
}
#gplus {
	background:url(../_images/icon_gplus.png) no-repeat left center;
}


/***************************** FOOTER ***********************
*************************************************************/
footer {
	width:100%;
	padding-top:40px;
	background:url(../_images/bg_footer.jpg) left top;
}
#logo_small {
	margin-bottom:15px;
	width:80%;
	margin:auto;
}
footer h3 {
	color:#fff;
	margin:10px 0;
	font-size:20px;
	font-weight:300;
	font-family:"Raleway";
}
footer a {
	font-size:16px;
	color:#898989;
	line-hright:30px;
	display:block;
	padding:8px 0;
}
footer p {
	text-align:center;
}
/********* widget facebook ********/
footer .fb-page {
	padding-top:6px;
}

/************** newsletter ***************/
footer input.text {
	width:94%;
	height:35px;
	margin:10px auto 0 auto;
	padding:2px 1px;
	color:#a92a1f;
	background:#ddd;
	font-size:16px;
}
#confirmare_newsletter {
	color:#fff;
	margin-top:15px;
	font-size:13px;
	display:none;
}
footer input.wrong {
	background:#EAC4C4;
}
footer input.button {
	color:#bbb;
	border:2px solid #bbb;
}
input.button:active {
	background:#bbb;
	color:#2b2b2b;
}
/******************* credits ******************/
#credits {
	padding:30px 0 20px 0;
	background:#2e2f32;
	border-top:4px solid #666;
}
#credits p {
	font-size:12px;
	color:#fff;
	margin-bottom:0;
}
#credits img {
	height:20px;
}
/***************************** THE END **********************************/

