body {
background-color:#fff;
color:#000000;
font-family: 'Handlee';
margin:0;
padding:0;
-webkit-font-smoothing: antialiased;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

p {
font-family: 'Handlee';
font-size:1.2em;
line-height:1.7em;
}

a {
text-decoration:none;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.clear {
clear:both;
width:100%;
}

.antet {
background-color:#363636;
color:#fff;
border-bottom:5px solid #000;
padding:25px 0px 25px 0px;
}
.antet img {
width:50%;
}

.antetmini {
background-color:#363636;
color:#fff;
border-bottom:5px solid #000;
padding:5px 0px 5px 0px;
}

.distmini {
width:100%;
height:25px;
}
.distmaxi {
width:100%;
height:50px;
}

.linie {
border: 0px none;
height: 2px;
background: rgb(54,54,54); /* Old browsers */
background: -moz-linear-gradient(left, rgba(54,54,54,0) 0%, rgba(54,54,54,0.75) 50%, rgba(54,54,54,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(54,54,54,0)), color-stop(50%,rgba(54,54,54,0.75)), color-stop(100%,rgba(54,54,54,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(54,54,54,0) 0%,rgba(54,54,54,0.75) 50%,rgba(54,54,54,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(54,54,54,0) 0%,rgba(54,54,54,0.75) 50%,rgba(54,54,54,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(54,54,54,0) 0%,rgba(54,54,54,0.75) 50%,rgba(54,54,54,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(54,54,54,0) 0%,rgba(54,54,54,0.75) 50%,rgba(54,54,54,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#363636',GradientType=1 ); /* IE6-9 */
}

.banner {
height:600px;
background: url(../static_img/index.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.prezentare {
background-color:#828282;
}

.footer {
background-color:#363636;
color:#fff;
border-top:5px solid #000;
padding:25px 0px 25px 0px
}

.footer p {
font-size:0.9em;
line-height:1.1em;
text-align:justify;
}

.footer h3 {
text-align:left;
}

.intro {
background-color:#fff;
color:#000;
}

.meniu {
max-width:650px;
float:right;
}

.blogtitlumain h1 {
font-size:1.5em;
line-height:1em;
text-align:left;
}

.blogcontmain p{
text-align:justify;
}

.paginatie {
font-family: 'Advent Pro';
font-size:1.2em;
width:100%
}
.paginatie a, .bloglinkmain a{
color:#000;
}
.paginatie a:hover, .bloglinkmain a:hover {
color:#f00;
}

.blogdatamain {
text-align:left;
}

.bloglinkmain {
text-align:right;
}

.gal {
width:46%;
margin:2%;
float:left;
background-color:#363636;
border-bottom:5px solid #000;
}

.gal h1 {
margin-top:10px;
font-size:1.2em;
line-height:1.4em;
text-align:left;
margin-left:10px;
color:#fff;
}
.gal p {
font-size:1em;
line-height:0.5em;
text-align:left;
margin-left:10px;
color:#fff;
}


.thumb {
display: inline-block;
width: 100%;
height: 0;
padding-bottom:100%;
background-position: center center;
background-size: cover;
float:left;
overflow:hidden;
}

.margin {
margin-left:3% ! important;
}

.postare h1 {
text-align:left;
}

.postare p {
text-align:justify;
}
.postare ul li {
text-align:left;
font-family: 'Handlee';
font-size: 1.2em;
line-height: 1.7em;
}

.osuta {
width:90%;
}

.contact label {
text-align:left;
vertical-align:top;
font-weight:bold;
}

.submit-button {
float:right;
font-weight:bold;
font-size:1em;
background-color:#fff;
color:#000;
text-decoration:none;
padding: 5px 10px 5px 10px;
margin-left:2%;
margin-bottom:2%;
border:1px solid #000;
-webkit-transition: all ease-out 0.5s;
-moz-transition: all ease-out 0.5s;
-o-transition: all ease-out 0.5s;
transition: all ease-out 0.5s;
}

.submit-button:hover{
background-color:#363636;
color:#fff;
cursor:pointer;
-webkit-transition: all ease-out 0.5s;
-moz-transition: all ease-out 0.5s;
-o-transition: all ease-out 0.5s;
transition: all ease-out 0.5s;
}

.contact h3, .contact p {
	text-align:left;
}

.contact a {
	color:#363636;
}
.contact a:hover {
	text-decoration:underline;
}

@media all and (max-width: 800px) {
.meniu {
max-width:800px;
float:right;
}
}


@media all and (max-width: 665px) {
.footer img {
width:50%;
}
.blogdatamain {
text-align:right;
}

.bloglinkmain {
text-align:center;
}
.margin {
margin-left:0% ! important;
}
.osuta {
	width:97%;
}

.gal {
width:96%;
margin:2%;
float:left;
background-color:#363636;
border-bottom:5px solid #000;
}
}