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

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
}

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 {
    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-image: url(../images/pattern.png);
	background-repeat: repeat;
	background-color: #d8fff7;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

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

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

.header {
	width: 100%;
	margin: 0px auto;
	background-color: #FFF;
	padding: 10px;
	border-bottom: double 3px #CCC;
}

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

.slogan {
	width: 50%;
	margin: 50px auto 0px auto;
	background-color: rgba(0,0,0,0.55);
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
	padding: 5%;
	text-align: center;
}

.slogan span {
	font-weight: 900;
}

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

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

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

.content_half {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
}

.content_half a {
	font-size: 14px;
	font-weight: 300;
	color: #000;
}

.ar {
	text-align: right;
}

.meniu {
	width: 100%;
	margin: 0px auto;
	background-color: #2a71ac;
	padding: 5px;
}

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

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

.logo img {
	max-height: 58px;
}

.meniu_content {
	width: 870px;
	float: left;
	text-align: right;
}

.meniu_content a {
	display: inline-block;
	padding: 20px 10px;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
	transition:all 0.5s ease 0s
}

.meniu_content a:hover {
	color: #000;
	background-color: #FFF;
}

.btn_cerere_meniu{
	color: #000 !important;
	background-color: #FFF;
}

.container {
	width: 1170px;
	margin: 0px auto 15px auto;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
    box-shadow: 0 3px 6px rgba(0,0,0,.5);
	background-color: #FFF;
}

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

.slide {
	width: 100%;
	float: left;
	background: url(../images/slide.jpg) top no-repeat;
	background-color: #666;
	height: 350px;
}

.continut {
	width: 1170px;
	float: left;
	padding: 20px;
}

.continut_left {
	width: 810px;
	float: left;
	padding-right: 19px;
	border-right: double 3px #CCC;
	min-height: 580px;
}

.continut_right {
	width: 320px;
	float: left;
	padding-left: 20px;
	
}

.h1 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.h1 h1 {
	padding-bottom: 10px;
	border-bottom: double 3px #CCC;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	color: #333;
}

.promo {
    width: 100%;
    padding: 4px;
    background-color: #2a71ac;
    border: double 3px #CCC;
    text-align: center;
    float: left;
	font-size: 14px;
    font-weight: 700;
    color: #FFF;
	margin-bottom: 10px;
}

.telefon {
	width: 31%;
	margin: 0px 1% 10px 1%;
    padding: 4px;
    background-color: #2a71ac;
    border: double 3px #CCC;
    text-align: center;
    float: left;
}

.telefon a {
	font-size: 14px;
    font-weight: 700;
    color: #FFF !important;
	text-decoration: none !important;
}

.telefon a i {
	font-size: 13px !important;
}

.cerere {
	width: 31%;
	margin: 0px 1% 10px 1%;
    padding: 4px;
    background-color: #13cc00;
    border: double 3px #CCC;
    text-align: center;
    float: left;
}

.cerere a {
	font-size: 14px;
    font-weight: 700;
    color: #FFF !important;
	text-decoration: none !important;
}

.cerere a i {
	font-size: 13px !important;
}

.text {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.text img {
	padding: 2px;
	margin-left: 15px;
	border: double 4px #2a71ac;
}

.text ul {
	margin-left: 25px;
}

.text ol {
	margin-left: 25px;
}

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

.text i {
	font-size: 8px;
}

.mt20 {
	margin-top: 20px !important;
}

.serv_content {
	width: 100%;
	float: left;
	margin: 20px 0px;
	background-color:  #edfcf9;
	padding: 20px;
}

.serv_pp {
	width: 31%;
	float: left;
	margin: 1%;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}



.serv_pp_tit {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	text-align: center;
}

.serv_pp_tit a {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	
}

.serv_pp_img {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.serv_pp_img img {
	width: 100%;
}

.serv_pp_det {
	width: 100%;
	padding: 4px;
	background-color: #2a71ac;
	border: double 3px #CCC;
	text-align: center;
	float: left;
}

.serv_pp_det a {
	font-size: 14px;
	font-weight: 700;
	color: #FFF
}

.serv_ppr {
	width: 50%;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.serv_ppr i {
	font-size: 8px;
}

.tit_right {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: double 3px #CCC;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	color: #333;
}

.contact {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.contact p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.contact p i {
	font-size: 10px;
}

.contact p a {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.co_right {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.co_right input {
	width: 100%;
	border: double 3px #CCC;
	padding: 5px 8px;
	margin-bottom: 10px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	
}

.co_right textarea {
	width: 100%;
	border: double 3px #CCC;
	padding: 5px 8px;
	margin-bottom: 10px;
	height: 100px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

.submit {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	background-color: #2a71ac;
	color: #FFF;
	cursor: pointer;
}

.footer {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.5);
    box-shadow: 3px 3px 6px rgba(0,0,0,.5);
	background-color: #2a71ac;
}

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

.footer_part {
	width: 23%;
	margin: 0px 1%;
	float: left;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
}

.footer_part p {
	color: #FFF !important;
}

.footer_part span {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
	color: #FFF;
	border-bottom: solid 1px #FFF;
}

.footer_part a  {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
}

.copyright {
	width: 100%;
	margin: 0px auto;
	padding: 20px 10px;
	background-color: #000;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
}

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

.copyright img {
	margin-bottom: 15px;
}

.judet {
	width: 50%;
	float: left;
}

.galerie_holder {
	width: 100%;
	float: left;
}


.review_holder {
	width: 100%;
	float: left;
}

.galerie {
	width: 31%;
	margin: 1%;
	float: left;
}

.galerie img {
	padding: 2px;
	border: double 4px #2a71ac;
}

.h1_tit{width:100%;margin:20px 0;float:left;padding:1%;border:1px solid #DDD;border-radius:3px;background-color:#f7f7f7}.h1_tit h2,.h1_tit span{margin:0;padding:0;font-weight:700;color:#000;display:inline}.h1_tit h2{font-size:18px!important}.h1_tit span{font-size:15px!important}

.review_left{float:left;width:58%;margin-right:2%}.review_right{float:left;width:40%;padding:9px;border:1px solid #DDD;border-radius:3px;background-color:#f7f7f7}.rr_btn,.rr_rating,.rr_slogan,.rr_tit{float:left;width:100%}.rr_tit{font-size:15px;font-weight:600;color:#000;margin-bottom:5px}.rl,.rr_slogan{font-weight:400}.rr_slogan{font-size:13px;color:#191919;margin-bottom:15px}.rr_btn a,.rr_btn a:hover{color:#FFF;text-decoration:none}.rr_rating{margin-bottom:10px}.rlhf,.rr_btn{margin-bottom:5px}.rr_btn a{padding:8px 15px;font-size:14px;background-color:#000;border-radius:3px}.rlh2,.rlhgg{padding:4px 0}.rlh2,.rlh2g{background-color:#eee;border-radius:2px;margin-top:4px;float:left}.rlh{width:50%;float:left}.rlhf{width:100%;float:left}.rlh1{width:30%;float:left;margin-right:3%;font-size:12px}.rlh1 i{font-size:11px;color:#f5bd23}.rl,.rlh3{font-size:12px}.rlh2{width:60%}.rlh3{width:7%;float:left}.rlh2g{width:60%}.rlhgg{float:left;background-color:#f5bd23}.question_af,.review{width:100%;padding-bottom:10px;float:left}.review{margin-bottom:10px;border-bottom:solid 1px #DDD}.question_af{margin-top:10px}.rl{width:20%;float:left;color:#000}.rl i{font-size:15px;color:#FFF;background-color:#000;padding:5px 8px;border-radius:50px; margin-right: 10px;}.rl span{display:inline;margin:7px 5px;font-size:14px;color:#000;font-weight:600}.rr{width:80%;float:left}.det_right_review span{text-decoration:underline}

fieldset {
    min-width: 0;
    margin: 0;
}

fieldset, legend {
    padding: 0;
    border: 0;
}

fieldset, img {
    border: 0;
}

.form_content {
    width: 100%;;
    float: left;
    margin-bottom: 5px;
}

.form_content11, .form_content22 {
    width: 100%;
    text-align: left;
    float: left;
}

.textarea {
    height: 65px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
}

.input, .textarea {
    width: 600px;
    background: #FFF;
    padding: 5px;
}

.input {
    height: 25px;
    border: 1px solid #c6c6c6;
}

.intrebare {
    float: right;
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px;
    margin-top: -8px;
    margin-bottom: -12px;
    margin-right: -8px;
}

.cautare_footer{display:inline-block;font-size:11px;color:#000;padding:2px 5px;margin-bottom:3px;margin-right:5px;background-color:#ddd;border:1px solid #ccc;border-radius:3px;text-decoration:none}

.right_side_full {
	width: 100%;
	float: left;
	margin: 10px 0px;
}



.header_mobile {
	display: none;
}

#mmenu  {
	list-style: nonel;
}

#mmenu a {
	color: #FFF;
}

.footer_mobile {
    display: none;
}