@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

html, body, div, span, object, iframe, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h1, h2, h3, h4, h5, h6 {
    background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

a {
	text-decoration: none;
}

body {
	background: #000;
	font-family: sans-serif;
}

.header {
	background-color: rgba(255,255,255,1);
	/*border-bottom:2px solid #bebebe;*/
	left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
	transition: all 1s ease 0s;
	box-shadow: 0 0 15px rgba(0,0,0,0.8);
}

.header:after {
	clear: both;
    content: "";
    display: table;
}

.header_inside {
	background-color: #000;
}

.contact_header {
	width: 500px;
	float: left;
	color: #7e7e7e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 5px 0px;
}

.contact_header i {
	font-size: 17px;
	margin-right: 15px;
}

.social_header {
	width: 300px;
	float: right;
	color: #7e7e7e;
	margin: 5px 0px;
	text-align: right;
}

.social_header i {
	font-size: 17px;
	margin-left: 15px;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

.container:after {
	clear: both;
    content: "";
    display: table;
}

.logo {
	width: 271px;
	padding: 10px 0px;
	float: left;
	background-color: #2e79d7;
	transform: skew(25deg, 0deg);
	border-left: solid 1px #2e79d7;
	z-index: 8;
	transition: all 1s ease 0s;
}

.logo img {
	transform: skew(-25deg, 0deg);
}

.logo:before {
    bottom: 0;
    content: "";
    left: -1000px;
    position: absolute;
    top: 0;
    width: 1000px;
	background-color: #2e79d7;
	z-index: 8;
}

.logo_mic {
	width: 271px;
	padding: 5px 0px 5px 0px;
	float: left;
	background-color: #2e79d7;
	transform: skew(25deg, 0deg);
	border-left: solid 1px #2e79d7;
	z-index: 8;
	transition: all 1s ease 0s;
}

.dn {
	transition: all 1s ease 0s;
}

.dn_m {
	margin-top: -29px;
	transition: all 1s ease 0s;
}

.logo_m {
	width: 270px;
	float: left;
	transition: all 1s ease 0s;
	margin: 10px 0px;
}

.logo_m img {
	max-width: 270px;
}

.logo_mm {
	width: 222px;
	margin-right: 35px;
	margin-top: 12px;
	float: left;
	transition: all 1s ease 0s;
}

.logo_mm img {
	max-width: 222px;
	transition: all 1s ease 0s;
}

.tel_right {
	width: 800px;
	float: right;
	transition: all 1s ease 0s;
	font-size: 20px;
	color: #000;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	margin-top: 5px;
	text-align: right;
}



.tel_right_m {
	width: 150px;
	float: right;
	text-align: right;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	color: #FFF;
	font-size: 20px;
	margin-top: 21px;
	transition: all 1s ease 0s;
}

.tel_right_m i {
	font-size: 17px;
	transition: all 1s ease 0s;
}

.right_menu {
	width: 898px;
	float: left;
	padding: 0px;
	border-bottom: solid 1px #dddddd;
	transform: skew(25deg, 0deg);
	z-index: 7;
	transition: all 1s ease 0s;
}

.right_menu:before {
    bottom: -1px;
    content: "";
    left: -1000px;
    position: absolute;
    top: 0;
    width: 1000px;
	border-bottom: solid 1px #dddddd;
	padding: 0px;
	z-index: 7;
}

.right_menu:after {
    bottom: -1px;
    content: "";
    right: -1000px;
    position: absolute;
    top: 0;
    width: 1000px;
	border-bottom: solid 1px #dddddd;
	padding: 0px;
	z-index: 7;
}

.right_menu_dn {
	margin-top: -52px;
	transition: all 1s ease 0s;
}

.right_menu_text {
	width: 450px;
	float: left;
	z-index: 7;
	text-align: left;
	font-family: "Open Sans";
	font-weight: 400;
	color: #000;
	font-size: 14px;
	transform: skew(-25deg, 0deg) !important;
	padding-top: 15px;
}


.i1 {
	color: #3c599b;
}

.i2 {
	color: #ea4235;
}


.info_top {
	width: 250px;
	margin: 20px 15px 0px 15px;
	float: right;
}

.info_top_i {
	width: 30px;
	margin-bottom: 10px;
	margin-right: 15px;
	float: left;
}

.info_top_i i {
	display: inline;
	margin-right: 20px;
	font-size: 30px;
	color: #ca1f26;
}

.info_top_t {
	width: 205px;
	float: left;
}

.info_top_t p {
	display: block;
	font-family: "Open Sans";
	font-weight: 600;
	color: #777;
	font-size: 14px;
	line-height: 14px;
}

.info_top_t p span {
	display: block;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	color: #111111;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 20px;
}


.slider {
	width: 100%;
	margin: 0 auto;
	z-index: 5;
	padding-top: 101px;
	box-shadow: 0 0 15px rgba(0,0,0,0.8);
}

.slider:after {
	clear: both;
    content: "";
    display: table;
}

.slider_det {
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	padding-top: 227px;
	background: url(head.jpg) bottom no-repeat;
}

.slider_det:after {
	clear: both;
    content: "";
    display: table;
}

.af_pp {
	width: 205px;
	float: left;
}

.af_pp_img {
	width: 205px;
	float: left;
	margin-bottom: 10px;
}

.af_pp_img img {
	width: 205px;
	height: 145px;
	border-radius: 5px;
}

.af_pp_left {
	width: 205px;
	float: left;
}

.af_pp_tit {
	width: 100%;
	margin-bottom: 5px;
}

.af_pp_tit a {
	font-family: "Open Sans Condensed";
	font-weight: 700;
	color: #000;
	font-size: 16px;
}

.af_pp_tit i a {
	margin-right: 10px;
	font-size: 12px;
	color: #000;
}

.af_pp_desc {
	width: 100%;
	margin-bottom: 10px;
	font-family: "Open Sans";
	font-weight: 300;
	color: #777;
	font-size: 13px;
	text-transform: none;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.af_ppp {
	width: 280px;
	float: left;
	transition: all 1s ease 0s;
}

.af_ppp:hover {
	background: #e5e5e5;
	transition: all 1s ease 0s;
}

.af_ppp_img {
	width: 280px;
	float: left;
}

.af_ppp_img img {
	width: 280px;
	height: 195px;
	border-radius: 5px 5px 0px 0px;
}

.af_ppp_tit {
	width: 100%;
	font-family: "Open Sans Condensed";
	font-weight: 300;
	color: #000;
	font-size: 18px;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	background-color: #e5e5e5;
}

.af_ppp_tit a {
	color: #000;
	padding: 10px 0px;
	display: block;
}

.af_ppp_desc {
	width: 100%;
	margin-bottom: 5px;
	font-family: "Open Sans";
	font-weight: 400;
	color: #777;
	font-size: 13px;
	text-transform: none;
}

.af_ppp2 {
	width: 566px;
	float: left;
	margin-bottom: 15px;
	border: solid 2px #eeeeee;
	transition: all 1s ease 0s;
}

.af_ppp2:hover {
	background: #e5e5e5;
	transition: all 1s ease 0s;
}

.af_ppp2_txt {
	width: 536px;
	padding: 15px;
	float: left;
	min-height: 103px;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 5px 15px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #000;
  background-color: #FFF;
  font-size: 12px;
  text-transform: none;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f03a11;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: 000;
  background-color: #f03a11;
  transition: all 1s ease 0s;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.harta {
	width: 100%;
	margin: 0 auto;
	height: 350px;
}

.i4ewOd-pzNkMb-haAclf {
	display: none !important;
}

.full_1 {
	width: 100%;
	margin: 0 auto;
	background-image:url(poza_1.jpg);
	background-color: #006184;
	background-position: left auto;
	background-repeat: no-repeat;
}

.ch_s_first_content {
	width: 206px;
	height: 486px;
	float: left;
	margin-left: 464px;
}

.ch_s_first {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 206px 486px 0;
	border-color: transparent #006184 transparent transparent;
}


.ch_s {
	width: 500px;
	margin-left: 0px;
	background: #006184;
	/*transform: skew(25deg, 0deg);*/
	padding: 40px 0px;
	float: left;
}

.ch_s_inside {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	/*transform: skew(-25deg, 0deg);*/
}

.ch_s_inside h3 {
	font-family: "Open Sans Condensed";
	font-weight: 700;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 20px;
}

.ch_s_inside p {
	font-family: "Open Sans";
	font-weight: 400;
	color: #FFF;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}

.ch_s_inside p input {
	display: inline;
	width: 218px;
	padding: 8px;
	border: solid 2px #066c91;
	margin-right: 10px;
	background-color: #0e7ca3;
	font-family: "Open Sans";
	font-weight: 400;
	color: #FFF;
	font-size: 14px;
}

.ch_s_inside p textarea {
	display: inline;
	width: 470px;
	padding: 8px;
	border: solid 2px #066c91;
	margin-right: 10px;
	background-color: #0e7ca3;
	font-family: "Open Sans";
	font-weight: 400;
	color: #FFF;
	font-size: 14px;
}

.left_menu {
	width: 258px;
	float: left;
	margin-right: 30px;
	border: solid 1px #ebebeb;
	border-radius: 5px;
}

.left_menu:after {
	clear: both;
    content: "";
    display: table;
}

.lm_head {
	width: 238px;
	float: left;
	padding: 10px;
	background-color: #ebebeb;
	font-family: "Open Sans Condensed";
	font-size: 18px;
	font-weight: 700;
}

.cat {
	width: 258px;
	float: left;
}

.cat a {
	padding: 10px 10px;
	font-family: "Open Sans Condensed";
	font-size: 16px;
	font-weight: 700;
	color: #000;
	display: block;
	border-bottom: solid 1px #ebebeb;
}

.cat a i {
	font-size: 14px;
	margin-right: 10px;
}

.cat a:hover {
	background-color: #f5f5f5;
}

.scat {
	width: 258px;
	float: left;
}

.scat a {
	padding: 8px 15px;
	font-family: "Open Sans Condensed";
	font-size: 16px;
	font-weight: 300;
	color: #000;
	border-bottom: dotted 1px #ebebeb;
	display: block;
}

.scat a i {
	font-size: 10px;
	margin-right: 8px;
}

.scat a:hover {
	background-color: #f5f5f5;
}

.right_content {
	width: 880px;
	float: left;
}

.right_content:after {
	clear: both;
    content: "";
    display: table;
}

.right_content_h {
	width: 430px;
	float: left;
}

.serv_st {
	border: solid 1px #dddddd;
	margin-bottom: 10px;
}

.serv_st i {
	display: inline-block;
	padding: 10px 10px;
	background-color: #eeeeee;
	font-size: 25px;
	color: #ca1f26;
	margin-right: 10px;
}

.serv_st a {
	display: inline-block;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	color: #111111;
	font-size: 14px;
}

.serv_st_h {
	border: solid 1px #ca1f26;
	margin-bottom: 10px;
}

.serv_st_h i {
	display: inline-block;
	padding: 10px 10px;
	background-color: #ca1f26;
	font-size: 25px;
	color: #FFF;
	margin-right: 10px;
}

.serv_st_h a {
	display: inline-block;
	font-family: "Open Sans Condensed";
	font-weight: 700;
	color: #111111;
	font-size: 14px;
}

.form {
	width: 570px;
	float: left;
	margin-bottom: 10px;
}

.form textarea {
	width: 560px;
	padding: 2px 4px;
	border: solid 1px #dddddd;
	border-radius: 5px;
	font-family: "Open Sans";
	font-weight: 400;
	color: #111111;
	font-size: 13px;
}

.form_txt {
	width: 200px;
	float: left;
	margin-right: 30px;
	font-family: "Open Sans";
	font-weight: 400;
	color: #111111;
	font-size: 14px;
}

.form_in {
	width: 340px;
	float: left;
}

.form_in input {
	width: 330px;
	padding: 2px 4px;
	border: solid 1px #dddddd;
	border-radius: 5px;
	font-family: "Open Sans";
	font-weight: 400;
	color: #111111;
	font-size: 13px;
}

.form_in select {
	width: 330px;
	padding: 2px 4px;
	border: solid 1px #dddddd;
	border-radius: 5px;
	font-family: "Open Sans";
	font-weight: 400;
	color: #111111;
	font-size: 13px;
}


#paralax1 {
	background-image: url("paralax1.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#paralax2 {
	background-image: url("paralax2.jpg");
	background-attachment: fixed;
    height: 400px;
}
#paralax3 {
	background-image: url("paralax3.jpg");
	background-attachment: fixed;
    height: 700px;
}
#paralax4 {
	background-image: url("paralax4.jpg");
	background-attachment: fixed;
    height: 700px;
}
#paralax5 {
	background-image: url("paralax5.jpg");
	background-attachment: fixed;
    height: 700px;
}
.fullscreen {
	width: 100%;
	min-height: 100%;
}

.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

.meniu_container {
	position: absolute;
	overflow: hidden;
	width: 100%;
	text-align: center;
	z-index: 9;
	transition: all 0.5s ease 0s;
	margin-top: 540px;

}

.meniu_container_page {
	position: absolute;
	overflow: hidden;
	width: 100%;
	text-align: center;
	z-index: 9;
	transition: all 0.5s ease 0s;
	margin-top: 290px;

}

.container_w {
	width: 1170px;
	margin: 0 auto;
	padding: 25px;
	background-color: #FFF;
	z-index: 1;
}

.container_w:after {
	clear: both;
    content: "";
    display: table;
}

.meniu_stanga {
	width: 360px;
	padding: 20px;
	background-color: #FFF;
	margin-right: 30px;
	float: left;
}

.meniu_stanga:after {
	clear: both;
    content: "";
    display: table;
}

.continut {
	width: 740px;
	background-color: #FFF;
	float: left;
	margin-top: 90px;
}

.continut:after {
	clear: both;
    content: "";
    display: table;
}

.servicii_t {
	width: 360px;
	padding: 15px 0px;
	background-color: #57bdd3;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
}

.serviciu {
	width: 360px;
	padding: 3px 0px;
	border-bottom: dotted 1px #57bdd3;
	text-align: left;
	transition: all 1s ease 0s;
	float: left;
}

.serviciu a {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	display: block;
}

.serviciu:hover {
	background-color: #b7e8f8;
	transition: all 1s ease 0s;
}

.serviciu:after {
	clear: both;
    content: "";
    display: table;
}

.linie {
	width: 360px;
	magin: 2px 0px;
	border-bottom: dotted 1px #57bdd3;
	text-align: left;
	transition: all 1s ease 0s;
	float: left;
	height: 1px;
}

.sub_serviciu {
	width: 169px;
	padding: 3px 5px 3px 5px;
	border-right: dotted 1px #57bdd3;
	text-align: left;
	transition: all 1s ease 0s;
	margin-bottom: 3px;
	float: left;
}

.sub_serviciu a {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	display: block;
}

.sub_serviciu:hover {
	background-color: #dcf8fd;
	transition: all 1s ease 0s;
}

.sub_serviciu:after {
	clear: both;
    content: "";
    display: table;
}

.orase {
	width: 113px;
	padding: 0px 10px 0px 0px;
	text-align: left;
	margin-bottom: 3px;
	float: left;
}

.orase a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	display: block;
}

.orase:after {
	clear: both;
    content: "";
    display: table;
}

.first_page {
	overflow: hidden;
}

.second {
	margin-top: -300px;
}

.second_cat {
	margin-top: -40%;
}


.third {
	margin-top: 50px;
}

.first_p {
	margin-top: -400px;
}

.h1 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #000;
	text-align: left;
	margin-bottom: 25px;
}

.h1 h1 {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #000;
}

.h2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #000;
	text-align: center;
}

.h2 h2 {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #000;
}

.h2 a {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: 300;
	color: #000;
}

.h1_c {
	width: 100%;
	margin: 55px 0px;
	padding: 0px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #000;
}

.h1_c h1 {
	margin: 0px;
	padding: 0px;
}

.h2_c {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.cale {
    display: inline-block;
    margin: 0 -15px;
    padding: 15px 20px;
    position: relative;
	background-color: #000;
}

.cale li {
    display: inline;
    margin-right: 10px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
}

.cale li a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
}

.cale li a i {
	margin-left: 10px;
	font-size: 11px;
}

.cale2{
	display: inline-block;
	background-color: #000;
	transform:skew(25deg,0deg);
	padding: 15px 20px 16px 20px;
}



.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.text:after {
	clear: both;
    content: "";
    display: table;
}


.text p {
	margin-bottom: 10px;
}
.text p i {
	width: 20px;
	margin-right: 5px;
	text-decoration: none;
}

.text p a {
	color: #000;
	text-decoration: underline;
}


.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.avantaje {
	width: 277px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.avantaje_i {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.avantaje_i i {
    font-size: 60px;
    height: auto;
    text-shadow: none;
	color: #8e2728;
}

.avantaje_t {
	width: 100%;
	text-align: left;
}

.avantaje_tt {
	width: 100%;
	text-align: left;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #8e2728;
	margin-bottom: 10px;
}

.text_m {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.plr30 {
	padding: 0px 30px;
}

.mlr15 {
	margin: 0px 15px;
}

.mlr30 {
	margin: 0px 30px;
}

.mr30 {
	margin-right: 30px;
}

.ml30 {
	margin-left: 30px;
}


.co {
	width: 1170px;
	float: left;
}

.co_h {
	width: 570px;
	float: left;
}

.co_h input {
    box-shadow: none;
    display: block;
    float: left;
    font-family:  Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: 400;
    height: 25px;
    margin-bottom: 10px;
    outline: 0 none;
    padding: 5px;
    width: 555px;
	background-color: #FFF;
    border: 1px solid #323232;
    color: #000;
	border-radius: 5px;
}

.co_h textarea {
    box-shadow: none;
    display: block;
    float: left;
    font-family:  Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: 400;
    height: 165px;
    outline: 0 none;
    padding: 5px;
    width: 555px;
	background-color: #FFF;
    border: 1px solid #323232;
    color: #000;
	margin-bottom: 10px;
	border-radius: 5px;
}

.co_h p {
    display: block;
    float: left;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
    width: 100%;
    color: #000;
}

.co_h p span {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
}

.co_h p input {
    box-shadow: none;
    display: block;
    float: left;
    height: 15px;
    outline: 0 none;
    padding: 0 2%;
    width: 15px;
	margin-bottom: 0;
}

#submit {
    background-color: #323232;
    background-image: url("mail.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0 none;
    color: hsl(0, 0%, 100%);
    height: 40px;
    margin-top: -1px;
    width: 100%;
	font-size: 0px;
	border-radius: 5px;
	cursor: pointer;
}

.ml30 {
	margin-left: 30px;
}

.mb5 {
	margin-bottom: 5px;
}


.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

.contact {
	width: 1170px;
}

.contact_h {
	width: 570px;
	float: left;
}

.contact_h p {
	display: block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}

.contact_hh {
	width: 270px;
	float: left;
}

.contact_h p span {
	font-size: 13px;
	font-weight: 700;
}

.footer_content {
	width: 100%;
	margin: 0 auto;
	background: #000;
	padding: 45px 0px;
	border-bottom: solid 1px #585858;
	background-color: #f7f7f7;
}

.footer_content3 {
	width: 100%;
	margin: 0 auto;
	background: #000;
	padding: 10px 0px;
	border-bottom: solid 1px #585858;
}

.footer_content2 {
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	padding: 15px 0px;
}
.copyright {
	width: 100%;
	font-family: "Open Sans",Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000;
	float: left;
	text-align: left;
}

.powered {
	width: 20%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	float: left;
}

.subcat {
	width: 220px;
	border-bottom: solid 2px #ea4c0f;
	border-right: solid 2px #ea4c0f;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.subcat a {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	padding: 8px 10px;
}

.subcat:hover {
	background:  #ea4c0f;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.container_footer {
	width: 270px;
	float: left;
	display: inline;
	text-align: left;
}

.container_footer p {
	display: block;
	color: #6d6d6d;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.container_footer p a {
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #6d6d6d;
}

.container_footer p span {
	font-family: "Open Sans Condensed", Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
	color: #6d6d6d;
	display: block;
	margin-bottom: 20px;
	border-bottom: solid 1px #333333;
}

.container_footer_mare {
	width: 100%
	float: left;
	display: inline;
	text-align: left;
	margin: 15px 0px;
}

.container_footer_mare p {
	display: block;
	color: #8d8d8d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.container_footer_mare p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}

.container_footer_mare p span {
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	display: block;
	margin-bottom: 20px;
	border-bottom: solid 1px #333333;
}

.container_h {
	width: 570px;
	float: left;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}



.paginare {
	width: 100%;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	margin-bottom: 15px;
	text-align: right;
}

.paginare a {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.paginare span {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	padding: 3px 5px;
	background-color: #8e2728;
}

.pin  { 
	width: 200px;
	margin: 10px; 
	overflow:hidden;
	clear: both;
	float: left;
	border-radius: 5px;
	background: #FFF;
	transition: all 1s ease 0s;
	text-align: center;
}

.poza_c  { 
	padding: 10px;
	border-radius: 0px;
	border: dashed 1px #ee360f;
	margin: 0px 24px;
}

.pin a {
	font-family: "Open Sans Condensed", Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.pin img {
	max-width: 200px;
	border-radius: 5px
}

.pin:hover  { 
	background: #FFF;
    border-color: #ee360f;
    box-shadow: 0 0 5px rgba(284, 54, 15, 1);
    color: #fff !important;
	transition: all 1s ease 0s;
	margin-top: 10px;
}

.pin a:hover  { 
    color: #000 !important;
}

.poza {
	max-width: 380px;
	margin-bottom: 15px;
	float: left;
}

.poza_det {
	max-width: 360px;
	border: solid 1px #eeeeee;
	padding: 10px;
	margin-right: 25px;
	margin-bottom: 15px;
}



.text_det {
	width: 450px;
	font-family: "Open Sans", Tahoma, Geneva, sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	float: left;
	margin-right: 30px;
}

.text_det p {
	margin-bottom: 5px;
	margin-top: 5px;
}

.text_det p i {
	font-size: 15px;
    height: auto;
    text-shadow: none;
	color: #8e2728;
	display: inline;
}

.span_text_det {
	font-family: "Open Sans Condensed", Tahoma, Geneva, sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #8e2728;
}

.contact_det {
	width: 288px;
	float: left;
	padding: 10px 20px;
	border: solid 1px #bebebe;
	font-family: "Open Sans", Tahoma, Geneva, sans-serif;
	font-size: 14px !important;
	font-weight: 400;
	color: #000;
}

.contact_det p {
	margin-bottom: 5px;
	margin-top: 5px;
}

.contact_det p span {
	font-weight: 700;
}

.contact_det p i {
	font-size: 15px;
    height: auto;
    text-shadow: none;
	color: #8e2728;
	display: inline;
}

.adauga {
	font-family: "Open Sans Condensed", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #8e2728;
	padding: 5px 15px;
	border:solid 1px #000;
	border-radius: 5px;
	transition: all 0.5s ease 0s;
	text-transform: uppercase;
}

.adauga:hover  { 
    border-color: #FFF;
    box-shadow: 0 0 10px rgba(142, 39, 40, 0.9);
	transition: all 0.5s ease 0s;
}

.detalii {
	width: 190px;
	margin: 10px 17px;
	float: left;
	font-family: "Open Sans", Tahoma, Geneva, sans-serif;
	font-size: 13px !important;
	font-weight: 400;
	color: #000;
	text-align: center;
}

.detalii img {
	margin-top: 0px;	
}

.dis_h {
	width: 570px;
	float: left;
}

.dis_h input {
    box-shadow: none;
    display: block;
    float: left;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
    height: 40px;
    margin-bottom: 10px;
    outline: 0 none;
    padding: 5px;
    width: 555px;
	background-color: #FFF;
    border: 1px solid #8e2728;
    color: #000;
}

.dis_h textarea {
    box-shadow: none;
    display: block;
    float: left;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
    height: 285px;
    outline: 0 none;
    padding: 5px;
    width: 555px;
	background-color: #FFF;
    border: 1px solid #8e2728;
    color: #000;
}

.dis_jud {
	width: 165px;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

.dis_jud a {
	font-family: "Open Sans Condensed", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.dis_jud i {
	font-size: 16px;
	color: #000;
	display: inline;
}

.magazine {
	width: 100%;
	float: left;
	padding: 3px 0px;
	font-family: "Open Sans", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.magazine span {
	font-family: "Open Sans Condensed", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.nume_mag {
	width: 370px;
	float: left;
}

.contact_mag {
	width: 500px;
	float: left;
}

.web_mag {
	width: 300px;
	float: left;
}

.container_footer input {
    box-shadow: none;
    display: inline;
    float: left;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
    height: 20px;
    outline: 0 none;
    padding: 5px;
    width: 150px;
	background-color: rgba(255,255,255,1);
    border: 1px solid #cecece;
    color: #000;
}

#submit_cauta {
    background-color: #000;
    width: 50px;
	text-align: center;
	height: 32px;
	cursor: pointer;
	color: #FFF;
}

.img_door  { 
    box-shadow: 0 0 3px rgba(142, 39, 40, 0.9);
	transition: all 1s ease 0s;
}

.img_door:hover  { 
    box-shadow: 0 0 20px rgba(142, 39, 40, 0.9);
	transition: all 1s ease 0s;
}

.meniu {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}


.header_mobile {
	display: none;
}

.slider_mobile {
	display: none;
}


.wrapper {
	width: 100%;
	margin: 0px auto;
}

.wrapper:after {
	clear: both;
    content: "";
    display: table;
}

.ddn {
	display: none;
}