*
{
	margin:0;
	padding:0;
	border:0;
	font-size:14px;
	font:inherit;
	vertical-align:baseline
}

html
{
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}

body
{
	width:100%;
	height:100%;
	position:relative;
	line-height:1;
	font-family:'Source Sans Pro',serif
}

a
{
	outline:none;
	-moz-outline-style:none;
	color:#000;
	transition:all .2s ease-in-out;
	background:none
}

a:hover,a:focus
{
	opacity:.9;
	outline:0;
	text-decoration:none
}

:focus
{
	outline:none;
	-moz-outline-style:none
}

textarea
{
	resize:none
}

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

img
{
	border:none
}

input,select
{
	outline:none;
	transition:all ease-in-out 400ms
}

input,button
{
	transition:all ease-in-out 400ms;
	font-family:'Source Sans Pro',serif;
	transition:all .2s ease-in-out
}

::-webkit-input-placeholder
{
	color:#000!important
}

:-moz-placeholder
{
	color:#000!important
}

::-moz-placeholder
{
	color:#000!important
}

:-ms-input-placeholder
{
	color:#000!important
}

html,button,input,select,textarea,a,p,span,h1,h2,h3,h4,h5,h6,small,strong
{
	font-family:'Source Sans Pro'!important;
	line-height:1.3
}

h1,h2,h3,h4,h5,h6
{
	clear:both
}

address
{
	font-style:italic;
	margin:0 0 24px
}

abbr[title]
{
	border-bottom:1px dotted
}

b,strong
{
	font-weight:700
}

dfn
{
	font-style:italic
}

mark
{
	background:#ff0;
	color:#000
}

p
{
	margin:0 0 24px
}

code,kbd,pre,samp
{
	font-family:monospace,serif;
	font-size:14px;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none
}

pre
{
	background:#f5f5f5;
	color:#666;
	font-family:monospace;
	font-size:14px;
	margin:20px 0;
	overflow:auto;
	padding:20px;
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word
}

blockquote,q
{
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	quotes:none
}

blockquote:before,blockquote:after,q:before,q:after
{
	content:"";
	content:none
}

blockquote
{
	font-size:18px;
	font-style:italic;
	font-weight:300;
	margin:24px 40px
}

blockquote blockquote
{
	margin-right:0
}

blockquote cite,blockquote small
{
	font-size:14px;
	font-weight:400;
	text-transform:uppercase
}

blockquote em,blockquote i
{
	font-style:normal;
	font-weight:300
}

blockquote strong,blockquote b
{
	font-weight:400
}

small
{
	font-size:smaller
}

sub,sup
{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}

sup
{
	top:-.5em
}

sub
{
	bottom:-.25em
}

dl
{
	margin:0 20px
}

dt
{
	font-weight:700
}

dd
{
	margin:0 0 20px
}

menu,ol,ul
{
	margin:16px 0;
	padding:0 0 0 40px
}

ul
{
	list-style-type:square
}

nav ul,nav ol
{
	list-style:none;
	list-style-image:none
}

li > ul,li > ol
{
	margin:0
}

img
{
	-ms-interpolation-mode:bicubic;
	border:0;
	vertical-align:middle
}

svg:not(:root)
{
	overflow:hidden
}

figure
{
	margin:0
}

form
{
	margin:0
}

fieldset
{
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}

legend
{
	border:0;
	padding:0;
	white-space:normal
}

button,input,select,textarea
{
	font-size:100%;
	margin:0;
	max-width:100%;
	vertical-align:baseline
}

button,input
{
	line-height:normal
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
{
	-webkit-appearance:button;
	cursor:pointer
}

button[disabled],input[disabled]
{
	cursor:default
}

input[type="checkbox"],input[type="radio"]
{
	padding:0
}

input[type="search"]
{
	-webkit-appearance:textfield;
	padding-right:2px;
	width:270px
}

input[type="search"]::-webkit-search-decoration
{
	-webkit-appearance:none
}

button::-moz-focus-inner,input::-moz-focus-inner
{
	border:0;
	padding:0
}

textarea
{
	overflow:auto;
	vertical-align:top
}

table
{
	border-collapse:collapse;
	border-spacing:0;
	font-size:14px;
	line-height:2;
	margin:0 0 20px;
	width:100%
}

caption,th,td
{
	font-weight:400;
	text-align:left
}

caption
{
	font-size:16px;
	margin:20px 0
}

th
{
	font-weight:700;
	text-transform:uppercase
}

td
{
	padding:6px 10px 6px 0
}

del
{
	color:#333
}

ins
{
	background:#fff9c0;
	text-decoration:none
}

hr
{
	background-size:4px 4px;
	border:0;
	height:1px;
	margin:0 0 24px
}

em
{
	font-style:italic
}

textarea:hover,input:hover,textarea:active,input:active,textarea:focus,input:focus,button:focus,button:active,button:hover,a:hover,a:active,a:focus
{
	outline:0!important;
	box-shadow:none;
	outline:none
}

.dispB
{
	display:block
}

.dispIB
{
	display:inline-block;
	vertical-align:middle
}

.dispT
{
	display:table
}

.dispTC
{
	display:table-cell;
	vertical-align:middle
}

.dispN
{
	display:none
}

.txtaC
{
	text-align:center
}

.txtaL
{
	text-align:left
}

.txtaR
{
	text-align:right
}

.fontI
{
	font-style:italic
}

.fontB
{
	font-weight:700
}

.npm
{
	margin:0!important;
	padding:0!important
}

.npm_left
{
	margin-left:0;
	padding-left:0
}

.npm_top
{
	margin-top:0;
	padding-top:0
}

.npm_right
{
	margin-right:0;
	padding-right:0
}

.npm_bottom
{
	margin-bottom:0;
	padding-bottom:0
}

.np
{
	padding:0!important
}

.np_left
{
	padding-left:0
}

.np_top
{
	padding-top:0
}

.np_right
{
	padding-right:0
}

.np_bottom
{
	padding-bottom:0
}

.nmg
{
	margin:0!important
}

.nmg_left
{
	margin-left:0
}

.nmg_top
{
	margin-top:0
}

.nmg_right
{
	margin-right:0
}

.nmg_bottom
{
	margin-bottom:0
}

.floatR
{
	float:right
}

.floatL
{
	float:left
}

ul,ol
{
	margin:0;
	padding:0
}

ul li
{
	list-style:none
}

.section_table
{
	display:table;
	width:100%;
	height:100%
}

.section_tcell_t
{
	display:table-cell;
	vertical-align:top
}

.section_tcell_m
{
	display:table-cell;
	vertical-align:middle
}

.section_tcell_b
{
	display:table-cell;
	vertical-align:bottom
}

.web_container
{
	max-width:1170px;
	margin:0 auto
}

.index_header
{
	background:#cf202e;
	text-align:center
}

.index_menu_list li
{
	display:inline-block;
	vertical-align:middle;
	padding:17px 15px
}

.index_menu_list li a
{
	font-size:18px;
	font-weight:300;
	color:#fff;
	display:block
}

.index_menu_social a
{
	display:inline-block!important;
	vertical-align:middle;
	padding:0 3px
}

.first_path
{
	background-size:cover;
	position:relative
}

.logo_vendor
{
	position:absolute;
	top:0;
	left:0
}

.consult_vendor
{
	position:absolute;
	top:0;
	right:0
}

.people_vendor
{
	position:fixed;
	z-index:99999;
	bottom:0;
	right:80px
}

.top_announce_title,.top_announce_list,.top_announce_link
{
	padding:15px 0
}

.top_announce_title h1
{
	margin:0;
	font-size:72px;
	font-weight:300;
	color:#fff;
	text-shadow:1px 1px 3px #787878;
	line-height:1
}

.top_announce_list
{
	max-width:40%
}

.top_announce_list li
{
	font-size:24px;
	color:#fff;
	line-height:1.3;
	font-weight:300;
	text-shadow:1px 1px 3px #787878
}

.top_announce_link a
{
	width:235px;
	text-align:center;
	padding:7px 0;
	font-size:18px;
	font-weight:600;
	display:block;
	color:#cf202e;
	background:#fff
}

.top_announce_link a:hover,.top_announce_link a:focus
{
	background:#cf202e;
	color:#fff
}

.top_announce_link img
{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px
}

.logo_vendor img,.consult_vendor img
{
	display:block;
	margin:0 auto;
	max-width:100%
}

.def_ann_content,.star_ann_content
{
	max-width:65%;
	margin:0 auto
}

.def_ann_title
{
	max-width:75%;
	padding:5px 0
}

.def_ann_title a
{
	font-size:36px;
	color:#cf202e;
	font-weight:300;
	line-height:1;
	position:relative
}

.def_ann_title a:after
{
	width:30px;
	position:absolute;
	content:"";
	height:30px;
	background:url(/app/images/sprite1.png) no-repeat -139px 0;
	bottom:8px;
	right:-40px
}

.def_ann_text
{
	padding:5px 0
}

.def_ann_text p
{
	margin:0;
	font-size:14px;
	color:#000
}

.def_ann_ico
{
	padding:5px 0
}

.def_ann_ico img
{
	display:block;
	max-width:100%
}

.star_ann_content a
{
	font-size:72px;
	color:#cf202e;
	font-weight:300;
	line-height:1
}

.star_ann_content p
{
	display:block;
	margin:0;
	font-size:48px;
	padding-left:150px
}

.third_path
{
	background:url(/app/images/cover2.jpg) no-repeat center;
	background-size:cover
}

.investig_title h3
{
	margin:0;
	font-size:72px;
	color:#cf202e;
	font-weight:300;
	line-height:1
}

.investig_title h1
{
	margin:0;
	font-size:72px;
	color:#cf202e;
	font-weight:300;
	line-height:1
}

.investig_title p
{
	margin:0;
	font-size:48px;
	color:#cf202e;
	font-weight:300
}

.investig_title,.investig_text,.investig_list,.team_text
{
	padding:15px 0
}

.investig_text
{
	font-size:18px
}

.investig_text p
{
	margin:0;
	font-size:16px;
	font-weight:300;
	color:#000;
	padding-bottom:20px
}

.investig_list li
{
	display:inline-block;
	vertical-align:middle;
	width:33%
}

.investig_list li a
{
	font-size:18px;
	font-weight:300;
	display:block;
	color:#b10704;
	padding:7px 0;
	padding-left:20px;
	background:url(/app/images/sageata2.png) no-repeat 0 center
}

.team_item img
{
	width:80px;
	height:80px;
	border-radius:50%
}

.team_item a
{
	display:inline-block;
	padding:10px 0;
	width:10%
}

.team_text p
{
	margin:0;
	font-size:18px;
	font-weight:30;
	font-style:italic
}

.team_text span
{
	font-size:14px;
	font-weight:700;
	padding-bottom:20px;
	display:block
}

.team_link
{
	padding:10px 0
}

.team_link a
{
	display:inline-block;
	line-height:1;
	padding:10px;
	padding-left:25px;
	background:#cf202e url(/app/images/sageata3.png) no-repeat 8px center;
	color:#fff;
	font-size:18px;
	font-weight:600
}

.team_list
{
	padding:15px 0
}

.team_list p
{
	margin:0;
	font-size:18px;
	font-weight:400
}

.team_list li
{
	display:block;
	padding:3px 0;
	font-size:18px;
	font-style:italic;
	font-weight:300;
	padding-left:20px;
	background:url(/app/images/sageata2.png) no-repeat 0 center
}

.team_text
{
	max-width:75%;
	margin-left:0;
	margin-right:auto
}

.bot_new_capt
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(255,255,255,0.7);
	padding:18px 0
}

.bot_new_capt a
{
	display:block;
	max-width:75%;
	margin:0 auto;
	font-size:36px;
	font-weight:300;
	color:#b10704;
	line-height:1;
	position:relative
}

.bot_new_capt a:after
{
	position:absolute;
	content:"";
	bottom:5px;
	right:-30px;
	width:30px;
	height:30px;
	background:url(/app/images/sprite1.png) no-repeat -139px 0
}

.fourth_path .investig_content
{
	background:#fff;
	padding:30px 0
}

.fourth_path .team_text
{
	max-width:100%;
	padding:0 80px;
	position:relative
}

.fourth_path .team_text:after
{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	width:33px;
	height:27px;
	background:url(/app/images/dots_left.png) no-repeat center
}

.fourth_path .team_text:before
{
	content:"";
	position:absolute;
	top:10px;
	right:0;
	width:33px;
	height:27px;
	background:url(/app/images/dots_right.png) no-repeat center
}

.my_footer
{
	background:#b10704;
	padding:15px
}

.footer_adress
{
	padding:15px
}

.footer_adress p
{
	margin:0;
	padding-bottom:20px;
	font-size:14px;
	color:#fff;
	font-weight:300
}

.link_list
{
	padding:15px 0
}

.link_list li
{
	text-align:left
}

.link_list li a
{
	font-size:14px;
	font-weight:300;
	color:#fff
}

.cont_rapid_title h3
{
	margin:0;
	font-size:18px;
	color:#fff;
	font-weight:300
}

.cont_rapid_list ul
{
	padding:10px 0
}

.cont_rapid_list li
{
	font-size:14px;
	display:block;
	line-height:1.3;
	color:#fff;
	font-weight:300
}

.contact_rapid
{
	text-align:left
}

.wbm_logo p
{
	font-size:12px;
	color:#D22836;
	margin:0;
	padding-bottom:5px
}

.wbm_logo
{
	display:block;
	max-width:100%;
	margin:0 auto
}

.show_hide_menu
{
	position:fixed;
	top:0;
	left:0;
	width:275px;
	background:#cf202e;
	padding:15px 30px;
	z-index:999999;
	display:none
}

.show_hide_menu img
{
	max-width:100%
}

.resp_option
{
	position:fixed;
	z-index:999999;
	top:0;
	right:0;
	background:#cf202e;
	padding:13px 30px;
	width:275px;
	display:none
}

.resp_option a
{
	display:inline-block;
	vertical-align:middle
}

.inner_page_mom .show_hide_menu,.inner_page_mom .resp_option
{
	display:block
}

.inner_side_menu,.side_bar_banner
{
	padding:15px 0
}

.inner_side_menu li
{
	display:block
}

.inner_side_menu li a
{
	display:block;
	padding:15px 0;
	padding-left:30px;
	border-bottom:1px solid #fff;
	font-size:18px;
	color:#b10704;
	font-weight:300;
	background:#f0f0f0 url(/app/images/sageata2.png) no-repeat 10px center
}

.inner_page_mom .default_ann
{
	padding:15px 0;
	margin:15px 0;
	height:100%
}

.cover_kid,.cover_3
{
	background:url(/app/images/cover2.jpg) no-repeat center top;
	background-size:cover;
	margin-bottom:30px;
	-webkit-box-shadow:-5px 13px 37px -19px rgba(0,0,0,0.75);
	-moz-box-shadow:-5px 13px 37px -19px rgba(0,0,0,0.75);
	box-shadow:-5px 13px 37px -19px rgba(0,0,0,0.75);
	position:relative;
	z-index:9999;
	padding-top:50px
}

.cover_kid .investig_title,.cover_3 .investig_title
{
	padding:50px 0
}

.cover_3
{
	background:url(/app/images/cover3.jpg) no-repeat top left;
	background-size:inherit
}

.banner_side img
{
	display:block;
	width:100%
}

.bb_rr_link
{
	text-align:right
}

.bb_rr_link a
{
	display:block;
	padding:15px 0;
	font-size:16px;
	font-weight:300
}

.recent_articols
{
	border-top:1px solid #e1dad4;
	border-bottom:1px solid #e1dad4;
	text-align:right
}

.recent_art_title
{
	padding:15px 0;
	text-align:right
}

.recent_art_title h3
{
	margin:0;
	font-size:24px;
	color:gray;
	font-weight:300;
	line-height:1
}

.atricols_links li
{
	display:block
}

.atricols_links li a
{
	font-size:14px;
	color:#cf202e;
	padding:5px 0;
	padding-right:30px;
	display:block;
	background:url(/app/images/sageata4.png) no-repeat right center
}

.consult_side_bar a
{
	display:block;
	vertical-align:middle;
	margin-left:35px;
	background:#cf202e;
	position:relative;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:300;
	border-radius:25px;
	padding:2px 0
}

.consult_side_bar a:after
{
	width:30px;
	height:30px;
	position:absolute;
	content:"";
	background:url(/app/images/call_ico2.png) no-repeat center;
	top:-3px;
	left:-35px
}

.consult_side_bar
{
	padding:15px 0
}

.orar_table
{
	padding:15px 0;
	overflow-x:auto
}

.orar_table table
{
	min-width:600px
}

.orar_table td
{
	background:#f0f0f0;
	text-align:center;
	width:12%;
	font-size:18px;
	font-weight:300
}

.orar_table td:first-child
{
	width:28%
}

.orar_table tr:first-child td
{
	color:#cf202e
}

.orar_table td:nth-child(2n)
{
	background:#d4d4d4
}

.all_tabs
{
	padding:15px 0;
	padding-right:0
}

.tab
{
	color:#cf202e;
	padding:20px 0;
	font-size:18px;
	font-weight:300;
	position:relative;
	bottom:-1px;
	z-index:999;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	width:25%;
	float:left;
	text-align:center
}

.tabs_list
{
	background:#e3e3e3
}

.active_tab
{
	background:#cf202e;
	color:#fff
}

.tabs
{
	clear:both
}

.tab_content
{
	background:#f0f0f0;
	padding:15px
}

.tab_content>.row>.col-md-6:first-child
{
	border-right:1px solid #fff
}

.tab_content
{
	display:none
}

.tab_content h3,.tab_content h3 a
{
	margin:0;
	font-size:24px;
	color:#cf202e;
	font-weight:300;
	padding-bottom:20px
}

.tab_content li
{
	font-size:16px;
	padding:10px 0
}

.pdf_download
{
	text-align:right
}

.pdf_download a
{
	display:block;
	padding:10px 0;
	padding-right:35px;
	background:url(/app/images/pdf.png) no-repeat right center;
	font-size:14px;
	color:#cf202e
}

.text_banner_banner img
{
	max-width:100%;
	display:block;
	margin:0 auto
}

.share_text
{
	padding:15px 0
}

.text_banner_title
{
	padding-bottom:15px
}

.text_banner h3
{
	margin:0;
	font-size:24px;
	font-weight:300;
	color:#cf202e
}

.text_banner_info p
{
	margin:0;
	font-size:16px;
	color:gray;
	padding-bottom:15px
}

.text_other_links
{
	background:#f0f0f0;
	margin:5px 0
}

.text_other_links a
{
	display:inline-block;
	padding:7px 0;
	padding-left:20px;
	font-size:18px;
	font-weight:600;
	color:#cf202e;
	background:url(/app/images/sageata.png) no-repeat 0 center
}

.same_article_title a
{
	font-size:24px;
	font-weight:300;
	color:gray;
	padding:15px 0;
	display:block;
	padding-right:35px;
	position:relative
}

.same_article_title a:after
{
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	background:url(/app/images/sprite1.png) no-repeat -139px 0;
	top:20px;
	right:0
}

.same_article_img img
{
	width:100%
}

.aboneaza_newslet
{
	padding:20px 0
}

.aboneaza_newslet img
{
	max-width:100%;
	display:block;
	margin:0 auto
}

.text_banner_banner
{
	padding:15px 0
}

.main_table_title
{
	background:#cf202e!important;
	color:#fff!important
}

.small_ico
{
	width:27px;
	height:27px;
	display:block
}

.fb_ico
{
	background:url(/app/images/sprite1.png) no-repeat 0 1px
}

.search_ico
{
	background:url(/app/images/sprite1.png) no-repeat -34px 1px
}

.call_ico
{
	background:url(/app/images/sprite1.png) no-repeat -102px 1px
}

.call_ico2
{
	background:url(/app/images/call_ico2.png) no-repeat center
}

.bott_new
{
	position:relative
}

.bot_new_bg1
{
	background:url(/app/images/bot_new1.jpg) no-repeat center;
	background-size:cover
}

.bot_new_bg2
{
	background:url(/app/images/bot_new2.jpg) no-repeat center;
	background-size:cover
}

.second_path,.fourth_path
{
	overflow:hidden
}

.my_awesome_menu
{
	position:fixed;
	display:none;
	z-index:999999;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	overflow-y:scroll;
	background:rgba(207,32,46,0.9)
}

.close_awesome_menu
{
	padding:50px 0
}

.close_awesome_menu a
{
	font-size:16px;
	color:#fff
}

.my_main_menu
{
	width:30%;
	position:relative;
	height:100vh
}

.my_main_menu>ul>li
{
	display:block
}

.my_main_menu>ul>li>a
{
	font-size:18px;
	color:#fff;
	font-weight:300;
	padding:18px 0;
	display:inline-block;
	transition:.3s
}

.my_main_menu>ul>li>a:hover,.my_main_menu>ul>li>a:focus
{
	transform:scale(2);
	padding-left:40px
}

.active_menu
{
	transform:scale(2)!important;
	padding-left:40px!important
}

.dropdown_custom
{
	position:absolute;
	display:none;
	width:250%;
	top:0;
	right:-250%
}

.dropdown_custom li
{
	padding:18px 0;
	width:32%;
	display:inline-block;
	vertical-align:middle
}

.dropdown_custom li a
{
	padding-left:30px;
	font-size:16px;
	color:#fff;
	background:url(/app/images/dropdown_after.png) no-repeat 0 7px;
	display:block
}

.big_menu_logo
{
	padding:20px 0
}

.hidden_body
{
	overflow:hidden!important
}

.the_aux_search
{
	position:fixed;
	height:100%;
	display:none;
	background:rgba(0,0,0,0.5);
	top:0;
	left:0;
	width:100%;
	z-index:99999;
	transition:.5s;
	z-index:9999999
}

.the_aux_search_contain
{
	position:absolute;
	top:0;
	width:30%;
	height:100%;
	overflow-y:scroll;
	left:-100%;
	opacity:0;
	background:#cf202e;
	-webkit-box-shadow:inset 0 0 190px -42px rgba(0,0,0,0.75);
	-moz-box-shadow:inset 0 0 190px -42px rgba(0,0,0,0.75);
	box-shadow:inset 0 0 190px -42px rgba(0,0,0,0.75);
	transition:.5s;
	left:auto;
	right:-100%;
	padding:10px;
	padding-top:5vh
}

.the_aux_search_input
{
	position:relative;
	padding-bottom:15px;
	border-bottom:1px solid #fff;
	margin-right:25px
}

.the_aux_search_input input
{
	width:100%;
	padding:10px;
	padding-right:30px
}

.the_aux_search_input button
{
	position:absolute;
	top:0;
	right:0;
	background:none
}

.rezults_list
{
	padding:15px 0;
	text-align:left;
	margin-right:25px
}

.rezults_list li
{
	display:block
}

.rezults_list li a
{
	font-size:28px;
	font-weight:200;
	color:#fff;
	padding:10px;
	display:block
}

.rezults_list li a:hover
{
	text-decoration:underline
}

.no_rezults
{
	text-align:center;
	padding:15px 0
}

.no_rezults p
{
	margin:0;
	font-size:24px;
	font-weight:200;
	color:#fff
}

.close_search
{
	border-bottom:1px solid #fff;
	margin-right:25px
}

.close_search i
{
	padding:10px;
	font-size:22px;
	font-weight:700;
	color:#fff;
	cursor:pointer
}

.show_my_search
{
	right:0;
	opacity:1
}

.star_ann
{
	background:url(/app/images/ann1.jpg) no-repeat center;
	background-size:cover
}

.def_ann_bg1
{
	background:url(/app/images/ann2.jpg) no-repeat center;
	background-size:cover
}

.def_ann_bg2
{
	background:url(/app/images/ann3.jpg) no-repeat center;
	background-size:cover
}

.def_ann_bg3
{
	background:url(/app/images/ann4.jpg) no-repeat center;
	background-size:cover
}

.default_ann,.star_ann,.bott_new
{
	height:350px
}

.text_banner li
{
	list-style-type:disc;
	margin-left:20px;
	margin-bottom:10px
}

.none
{
	display:none
}

.form input,.form select,.form textarea
{
	display:block;
	width:100%;
	padding:10px;
	margin-bottom:10px;
	background:#fff;
	border:1px solid #b8b8b8;
	border-radius:3px
}

.form button,.menu_left_preturi h4 a
{
	margin:20px 0;
	color:#fff;
	font-size:16px;
	font-weight:600;
	background:#B10704;
	padding:5px 15px
}

.contact-page p
{
	margin:0 0 15px
}

.gmaps
{
	margin-top:20px
}

.gmaps iframe
{
	width:100%
}

.newslet_input
{
	margin-left:10px;
	background:#FFF;
	font-weight:300;
	border-radius:25px;
	padding:1px 20px;
	width:100%
}

.newslet_submit
{
	margin-left:10px;
	background:#cf202e;
	color:#fff;
	font-weight:300;
	border-radius:25px;
	padding:1px 20px
}

#newsletter_response
{
	text-align:center;
	margin-top:13px
}

.coloana_menu li
{
	width:100%;
	padding:10px 0
}

.menu_a_title
{
	background:none!important;
	font-size:21px!important;
	padding-left:15px!important
}

.pg_preturi .row
{
	border-bottom:1px solid #FFF;
	padding:15px 0
}

.text_other_links:before
{
	content:" ";
	clear:both
}

.bb_rr img
{
	width:100%;
	height:auto
}

.company_content
{
	max-width:100%
}

.company_content img
{
	width:100%
}

.pg_prezentare_1 ol li
{
	list-style:none;
	margin:0;
	padding-bottom:15px
}

.pg_prezentare_1 ol li strong
{
	color:#b10704
}

.pg_prezentare_3 table tr
{
	border-bottom:1px solid #787878
}

.pg_prezentare_3 p
{
	margin:0;
	padding-bottom:10px
}

.pg_prezentare_ img
{
	width:100%!important;
	height:auto!important
}

.index_menu_list
{
	position:relative
}

.mega_drop_fert
{
	position:absolute;
	z-index:9999999999;
	display:none;
	top:100%;
	left:0;
	width:100%;
	background:#fff;
	padding:15px 30px
}

.mega_title
{
	padding-bottom:15px
}

.mega_title a
{
	font-size:18px;
	font-weight:600;
	display:block;
	color:#cf202e;
	text-align:left
}

.mega_drop_fert li
{
	display:block;
	text-align:left;
	padding:3px 0
}

.mega_drop_fert li a
{
	color:#787878
}

.pg_prezentare_3 table tr td:first-child
{
	border-right:1px solid #787878
}

.pg_prezentare_3 table tr td:nth-child(2)
{
	padding-left:10px
}

.inner_page_mom .text_banner>.col-md-4>p
{
	margin:0;
	min-height:100px
}

.inner_page_mom .text_banner>.col-md-4>a:nth-child(2)
{
	font-size:16px;
	font-weight:700;
	color:#cf202e
}

.pg_prezentare_11 .tmp iframe:first-child
{
	width:50%;
	float:left;
	margin-right:21px;
	height:auto;
	min-height:246px
}

.pg_prezentare_11 .videos p
{
	float:left;
	margin-right:15px
}

.fontNormal
{
	font-weight:400
}

.search_contact_p
{
	font-size:20px
}
/* 
.slider_content
{
	height:auto!important
}

.bx-wrapper img
{
	min-width:100%;
	width:auto;
	width:100%;
	max-width:none!important;
	height:auto!important;
	min-height:inherit!important
}
*/
.slider_content
{
	position:relative;
	height:650px
}

.slider_caption
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}

.bx-wrapper .bx-viewport
{
	border:0!important;
	left:0!important;
	box-shadow:0 0 0!important;
	background:none!important
}

.bx-wrapper .bx-controls-direction a
{
	transition:0;
	top:auto!important;
	bottom:5%
}

.bx-wrapper .bx-pager
{
	display:none
}

.share_text img
{
	border-radius:50%
}

.web_container h3
{
	padding:15px 0
}

.menu_left_preturi *
{
	max-width:100%
}

.about_us_text img
{
	max-width:100%;
	height:auto
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th
{
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd
}

.about_us_text img
{
	max-width:100%;
	width:auto!important;
	height:auto!important
}

.detaliu_articol .bx-wrapper .bx-controls-direction a
{
	top:50%!important;
	bottom:auto!important
}

.about_us_text iframe
{
	width:100%;
	height:430px;
	margin:15px 0
}

.about_us_text img
{
	margin:5px
}

.about_us_text
{
	text-align:justify
}

input[type='file']
{
	padding:8px 10px
}

.echipa_campanii p.fontNormal
{
	color:#000
}


/*Stefan -- modifcari design*/
 
.inner_page_mom .show_hide_menu,
.inner_page_mom .resp_option {
	display: block;
}

.show_hide_menu,
.resp_option {
	display: block;
}

body > header{
	position: fixed;
    width: 100%;
    height: 62px;
    background: #cf202e;
    top: 0;
    left: 0;
    z-index: 10001;
    border-bottom: 2px solid #fff;
}
body{
	padding-top: 60px;
}
.top_icons{
	color: #FFF;
	font-size: 28px;
}
.index_menu_list > ul > li:last-child{
	display: none;
}

.resp_option a{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-left: 5px;
	margin-right: 2px;
	margin-left: 14px;
	margin-right: 14px;
}

.resp_option{
	padding-top: 15px;
	padding: 16px 30px;
	top: 0;
}
.search_ico{
	background: none;
}
.def_ann_title a:after{
	content: "\42";
	font-family: "icomini" !important;
	background: none;
	font-size: 28px;
}
#close_awesome_menu{
	height: 60px;
	line-height: 60px;
	color: #FFF;
	font-size: 18px;
}
#close_awesome_menu span{
	padding-left: 10px;
	position: relative;
	top: 9px;
}
.mega_drop_fert, .dropdown_custom2{
	top: 60px;
	box-shadow: 0px 8px 25px grey;
}
.my_footer{
	background: #cf202e;
}
.homepage_section .first_path .slider_first_path .bx-prev, .homepage_section .first_path .slider_first_path .bx-next{
	background: none;
	text-indent: initial;
	color: transparent;
	left: 5%;
}
.homepage_section .first_path .slider_first_path .bx-next, .homepage_section .first_path .slider_first_path .bx-next:after{
	left: auto;
	right: 5%;
}
.homepage_section .first_path .slider_first_path .bx-prev:after, .homepage_section .first_path .slider_first_path .bx-next:after{
	font-family: "icomini" !important;
	content: "\41";
	background: none;
	font-size: 58px;
    top: auto;
    bottom: 5%;
  	position: absolute;
    width: 68px;
    height: 68px;
    display: block;
    color: #FFF;
    z-index: 9999;
    color: #cf202e;
}

.homepage_section .first_path .slider_first_path .bx-next:after{
	content: "\7a";
}
.homepage_section .fourth_path > .investig_content{
	background: #62c9d8;
	padding-bottom: 5vh;
}
.homepage_section .fourth_path  .investig_title h3{
	color: #FFF;
}
.team_text p{
	font-size: 20px;
	font-weight: 500;
}

.homepage_section .first_path .slider_first_path .bx-wrapper img{
	max-height: calc(100vh - 60px);
	object-fit: cover;
}
/* .slider_content .section_table .web_container{
	margin-left: 0;
	width: 800px;
	max-width: 80%;
	padding-left: 15px;
	background: rgba(255, 255, 255, 0.9);
} */

.slider_content .section_table .top_announce_title h1{
	font-size: 52px;
	color: #cf202e;
	text-shadow: none;
}
.slider_content .section_table  .top_announce_list li{
	color: #cf202e;
	text-shadow: none;
}
.slider_content .section_table  .top_announce_list{
    max-width: 80%;
}

.first_path .logo_vendor{
	display: none;
}
.my_footer .row{
	width: 1400px;
	max-width: 100%;
	margin: auto;
}
.footer_adress p{
	font-weight: 400;
}
.my_footer .cont_rapid_title h3, .my_footer .link_list li a, .my_footer .cont_rapid_list li{
	font-weight: 400;
}
.top_announce_list li{
	font-size: 18px;
}
.same_article_title a:after{
	content: "\42";
	font-family: "icomini" !important;
	background: none;
	font-size: 28px;
}
.page_index_acasa .second_path .default_ann, .page_index_acasa .second_path .star_ann{
	border: 15px solid #FFFFFF;
}
.fourth_path .acasa_video.bott_new{
	border: 15px solid #FFFFFF;
}
.fourth_path .acasa_video.bott_new .bot_new_capt{
	background: rgba(255,255,255,0.8);
}

.investig_text p{
	font-weight: 400;
}

/*222*/

iframe{
	max-width: 100%;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\45";
	font-family: "icomini" !important;
}
.show_hide_menu img{
	position: relative;
	left: 10px;
	max-width: 141px;
}
.consult_side_bar a:after{
	background: none;
    content: "\75";
	font-family: "icomini" !important;
	color: #cf202e;
	font-size: 24px;
}
.bot_new_capt a:after{
    content: "\42";
    font-family: "icomini" !important;
    background: none;
    font-size: 28px;
}
.team_text span{
	font-weight: 400;
}

.homepage_section .investigatii_home{
	background: #988cc3;
	padding-bottom: 20px;
}
.homepage_section .third_path .investig_title h3{
	color: #FFF;
	text-align: center;
}
.investig_content .investig_text, .investig_content .investig_text p{
	color: #FFF;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 18px;
}
.column_2{
	column-count: 2;
}
.investig_list li a{
	color: #3a0000;
	background: none;

}
.investig_list li a:before{
	content: "\70";
	font-family: "icomini" !important;
	vertical-align: middle;
}
.echipa_medicala{
	display: none;
}
.banner_titlu_wrap{
	background: #988cc3;
	min-height: 110px;
	padding-top: 1px;
	margin-top: 15px;
}
.homepage_section .testimoniale_materna > .investig_content{
	background: #988cc3;
	margin-top: 15px;
}
.bannet_titlu{
	color: #FFF;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
	padding-top: 20px;
	margin: 0;
}
.def_ann_content .def_ann_text{
	display: none;
}
.testimoniale_materna .team_text span{
	font-size: 18px;
}
.testimoniale_materna{
	color: #FFF;
}
.banner_rosu{
	background: #cf202e;
}
.banner_alb{
	background: #FFF;
	color: #cf202e;
}
.banner_alb .bannet_titlu{
	color: #cf202e;
}
.def_ann_title a{
	font-size: 40px;
}
.triple_boxes_link{
	/*display: none;*/
	text-align: center;
}
.triple_boxes_item{
	display: inline-block;
	width: 30%;
	height: 300px;
	position: relative;
	margin: 45px 15px;
	min-width: 290px;
}
.box_item_pic img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.box_item_title{
	position: absolute;
	margin: 0;
	left: 0;
	bottom: 0;
	height: 70px;
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	display: flex;
	color: #cf202e;
	font-size: 36px;
	font-weight: 300;
	padding-left: 25px;
	-webkit-align-items: center;
	        align-items: center;
}
.box_item_title a{
	color: #cf202e;
}
.consult_vendor{
	display: none;
}
footer{
	margin-top: 15px;
}
.bot_new_capt a{
	max-width: 80%;
	margin-left: 15px;
}
img{
	max-width: 100%;
}
.cont_rapid_list a{
	color: #FFF;
}
.owl-controls .owl-page{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
	background: #FFF;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
#testimoniale_carousel span{
	color: #FFF!important;
}
.owl-page.active{
	background: #cf202e;
}

.slider_content .section_table .top_announce_title h1{
	color: #FFF;
	font-size: 42px;
}
.slider_content .section_table  .top_announce_list *{
	color: #FFF!important;
	font-size: 24px;
	font-weight: 400;
}
.slider_caption{
	width: 500px;
	height: 350px;
	background: rgba(152, 140, 195, 0.9);
	left: 120px;
	padding-left: 20px;
    padding-right: 20px;
}
.logo_top_banner{
	width: 250px;
	display: none!important;
}
.logo_top_banner img{
	width: 250px!important;
	height: auto!important;
	min-height: initial!important;
}
/* .hide_stuff_inside #contact{
	display: none;
}
.hide_stuff{
	display: none;
} */
.form input.gdpr_check {
	display: inline-block;
    width: initial;
    position: relative;
    top: 3px;
}
.cc-banner.cc-top {
    z-index: 99999;
}

.cc-revoke, .cc-window {
	z-index: 999999!important;
}