body{
	background: /*#f2f2f2*/ #f8f8f8 none repeat scroll 0 0;
	/*font-family: 'MontereyFLF';*/
	color:#333;
	font-size: 14px;
	font-family:'Roboto', sans-serif;
	line-height: 22px;
	margin: 0;
}
ul{
	list-style: outside none none;
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.container::before, .container::after, .row::before, .row::after{
    content: " ";
    display: table;
}
.container::after, .row::after{
    clear: both;
}
a{
	color:#000066;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover{
	color: #e9721e;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
img {
    vertical-align: middle;
}
img {
    border: 0 none;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.clear{
	clear: both;
}
.error{
	background: none repeat scroll 0 0 #ffcfcf;
    border: 1px solid #ff3a3a;
    border-radius: 3px;
    color: #ff3a3a;
    display: block;
}
.error-input{
	border: 1px solid #ff0000 !important;
	box-shadow: 1px 1px 5px #ff3a3a;
}
.valid-input{
	border: 1px solid #40c65a !important;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.bold{
	font-weight: bold;
}
.red{
	color: #e9721e;
}
.white{
	color: #fff;
}
.bk-row-white{
	background-color:#fff;
}
.bk-row-orange{
	background-color:#e9721e;
	color:rgba(255, 255, 255, 0.9);
}
.bk-row-gray{
	background-color:#f8f8f8;
	border:2px solid #eee;
}
.afirmatie{
	font-family: "Cuprum",sans-serif;
	text-align:center;
}
.noMarginTop{
	margin-top:0;
}
.noMarginBottom{
	margin-bottom:0;
}
.noPadding{
	padding:0!important;
}
input[type="text"], textarea{
	border: 1px solid #eee;
	border-bottom: 1px solid #e9721e;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
/* Animate */
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
/* Structure page */
.row{
	margin-left: -15px;
    margin-right: -15px;
}
.cont-art-home, .part-2-lg, .part-3-lg, .part-4-lg, .part-5-lg, .part-6-lg, .part-7-lg, .part-8-lg, .part-9-lg, .part-10-lg, .part-11-lg, .part-12-lg, .part-2-md, .part-3-md, .part-4-md, .part-5-md, .part-6-md, .part-7-md, .part-8-md, .part-9-md, .part-10-md, .part-11-md, .part-12-md{
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position:relative;
    float:left;
}
.container, .site, .container-large{
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.site{
	background-color: #fff;
	padding:20px 15px;
}
.title-pag{
	margin-top:0;
	text-transform: uppercase;
	text-align:center;
	font-family: "Cuprum",sans-serif;
	margin-bottom:0;
}
/*.title-pag:after{
	background-color: #fff;
    content: "";
    opacity:0.7;
    display: block;
    height: 3px;
    margin: 10px auto 0;
    position: relative;
    width: 100px;
}*/
.page-template-full-width .title-pag, .category-blog .title-pag{
	text-shadow: 0 0 0;
}
#crumbs{
	opacity: 0.5;
}
.img-responsive, .img-pag-category img{
	width: 100%;
	height:auto;
}
#bg_black{
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 200%;
	position: fixed;
	z-index: 500;
	top: 0;
	display:none;
}
/* Contact head */
#date_cont_top{
	background: #000066 none repeat scroll 0 0;
	top:0;
	height: 25px;
	position:fixed;
	width:100%;
	z-index: 310;
}
.top-none #date_cont_top{
		display:none;
}
#date_cont_top .cont-head-contact{
	display: inline-block;
}
.top-none #date_cont_top{
		height:0;
}
.txt-title-pag h2{
   color: #fff;
   font-size: 12px;
   margin:5px;
}
.head-contact{
	display: inline-block;
	font-family: "Cuprum",sans-serif;
	text-transform: none;
	color: #000066;
}
.head-contact span{
	vertical-align: middle;
}
.head-contact span i{
	border: 1px solid #999;
    border-radius: 50%;
    display: inline-block;
    padding: 4px;
    text-align: center;
    width: 30px;
}
/* Menu top */
#menu{
	background: #fff none repeat scroll 0 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 400;
    transition: all 0.8s ease 0s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#top_header{
	background: #eee none repeat scroll 0 0;
}
#logo{
	display: inline-block;
}
#logo img{
	width: 100%;
}
.on #logo img{
	width: 195px;
}
#nav{
	float:right;
}
#menu-meniul-principal li a{
	display:block;
	text-transform: uppercase;
	font-weight: bold;
	color: #000066;
	margin:0;
}
#menu-meniul-principal li a:hover, #menu-meniul-principal .current_page_item a, .on #menu-meniul-principal li a:hover, .on #menu-meniul-principal .current_page_item a{
	color: #e9721e;
}
#menu-meniul-principal li .sub-menu li a{
	color: #000066;
}
#menu-meniul-principal li .sub-menu li a:hover{
	color: #e9721e;
}
/* Header */
#header{
	height: 100%;
    position: relative;
}
.intro-txt{
	text-align:center;
	color: rgba(255,255,255,0.8);
}
.btn-header{
	background: #e9721e none repeat scroll 0 0;
	display: block;
	color: #fff;
	text-shadow: 0 0 0;
}
.btn-header:hover{
	background: #000066 none repeat scroll 0 0;
	color: #000066;
	color: #fff;
}
/* Home pag */
#intro_home, #category_home, #subcategory_home, #domenii_home, #despre_noi_home, #redirect_page, #section_mod{
	border-bottom: 1px solid #eee;
}
#intro_home{
	background-color: #fff;
}
#category_home, .cont-dom-home{
	background-color: #fff;
}
#domenii_home{
	background-color: #eee;
}
.cont-dom-home{
	box-shadow: 1px 10px 7px -5px rgba(0, 0, 0, 0.1);
	display:block;
	overflow: hidden;
}
.line-home-redirect{
	background: #1bbc9b none repeat scroll 0 0;
    display: block;
}
.title-home-section, .title-cat, .title-prod, .title-producator, .title-prod-home, .title-subcat-home, .title-servicii, .title-produs, .title-home-section-redirect, .title-redir-home{
	text-align: center;
}
#intro_home .container-caract{
	cursor: pointer;
}
#subcategory_home{
	background-color: rgba(255,255,255,0.3);
}
.cont-subcat-home, .cont-prod-home, .cont-redir, .cont-servicii{
	display: block;
	background-color:#fff;
	box-shadow: 1px 10px 7px -5px rgba(0, 0, 0, 0.1);
}
.cont-subcat-home:hover, .cont-prod-home:hover, .cont-redir:hover{
	box-shadow: 0 0 0;
}
.cont-mod-home{
	box-shadow: 1px 10px 7px -5px rgba(0, 0, 0, 0.1);
	display:block;
	overflow: hidden;
}
/* Category pag*/
/*.cont-category:hover, .cont-prod:hover{
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    box-shadow: 0 0 0;
}*/
.section-category{
	padding: 80px 0;
}
.section-afirmatie{
	padding: 30px 0 0;
}
.section-category h2{
	color: #000066;
	font-weight: bold;
	padding: 10px 0 20px;
	text-align: center;
	font-family: "Cuprum",sans-serif;
	text-transform: uppercase;
}
.section-category h2:after{
	background-color: #e9721e;
    content: "";
    display: block;
    height: 3px;
    margin: 25px auto 10px;
    position: relative;
    width: 200px;
}
.cont-category, .cont-producator{
	box-shadow: 1px 3px 8px -3px rgba(0, 0, 0, 0.3);
}
.cont-prod{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.cont-prod:hover{
	box-shadow: 0 0 0;
}
.info-desc, .text-prod, .txt-prod{
	text-align:justify;
}
.cont-produs{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.cont-produs:hover{
	box-shadow: 0 0 0;
}
.cont-a-prod{
	display:block;
}
.back-page-cat{
	background-color: transparent;
    color: #e9721e;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.back-page-cat:hover{
	background-color:#000066;
	color: #fff;
}
.icon-back, .cont-txt-back{
	float:left;
}
/* Home Redirect */
.title-redirect-small, .cont-redir{
	display: block;
}
/* Produs pag */
.list-desc li{
	list-style-image: url("https://www.poarta-autoportanta.ro/wp-content/themes/twentytwelve/image/list-desc-style.jpg");
}
.list-componente{ 
	list-style-image: url("https://www.poarta-autoportanta.ro/wp-content/themes/twentytwelve/image/list-componente-style.jpg");
}
#caract_teh td{
	border: 1px solid #eee;
}
#caract_teh .title-prod{
	border: 0 none;
}
.title-prod, .first-desc, .title-prod-home, .title-subcat-home{
	font-weight: bold;
}
/* Blog pag. */
.det-art-blog, .date-art-home{
	background: rgba(36, 134, 231, 0.7) none repeat scroll 0 0;
	color: #fff;
	position: absolute;
	box-shadow: -5px 6px 10px -3px rgba(0, 0, 0, 0.15);
}
.det-art-blog a, .det-art-post a{
	color: #fff;
	font-weight: bold;
}
.cont-art-blog{
	position: relative;
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    box-shadow: 5px 5px 13px -6px rgba(0, 0, 0, 0.3);
}
.body-art-blog .bold{
	font-weight: normal;
}
/* Art pag. */
.det-art-post{
	background: rgba(36, 134, 231, 0.7) none repeat scroll 0 0;
	color: #fff;
	position: absolute;
	box-shadow: -5px 6px 10px -3px rgba(0, 0, 0, 0.5);
}
.det-art-post a[rel="tag"]{
	background-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: inline-block;
}
.nav-previous{
	float:left;
}
.nav-next{
	float: right;
	text-align: right;
}
.nav-previous a, .nav-next a{
    display: block;	
}
.nav-previous a:hover, .nav-next a:hover{
	color: #e9721e;
	background: 0 none;	
}
/* Contact pag */
.title-contact{
	font-family: "Cuprum",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.title-contact:after{
	background-color: #e9721e;
    content: "";
    display: block;
    height: 2px;
    margin: 10px 0 15px;
    position: relative;
    width: 50px;
}

/* Form cere oferta */
#cont_cere_oferta{
	background-color: #fff;
    position: relative;
    z-index: 900;
}
.page-id-26 #cont_cere_oferta{
	z-index: 10 !important;
}
.title-form{
	text-align: center;
}
.page-id-49 #cont_cere_oferta{
	z-index: 10;
}
.btn-cere-oferta, #trimite_cerere{
	display:block;
}
.btn-cere-oferta, #trimite_cerere{
	color: #fff;
	text-align: center;	
	cursor: pointer;
	border: 0 none;
	background-color: #e9721e;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#trimite_cerere:hover, .btn-cere-oferta:hover{
	background-color: #000066;
	color: #fff;
}
/* Confirm pag */
.cerere-valid h4{
		line-height: 28px;
    	padding: 20px 0;
}
.cerere-valid h2{
	font-weight: bold;
	text-align: center;
}
/* Footer */
.container-footer {
    background-color: #191919;
    color: rgba(255, 255, 255, 0.8);
}
.container-footer h4{
	font-family: "Cuprum",sans-serif;
    text-transform: uppercase;
}
.container-footer h4:after{
	background-color: #e9721e;
    content: "";
    display: block;
    height: 2px;
    margin: 5px 0 10px;
    position: relative;
    width: 50px;
}
.container-footer a{
	color:rgba(255, 255, 255, 0.6);
	display: block;
}
.container-footer a:hover{
	color: #e9721e;
}
#colophon, .cont-copywrite{
	position: relative;
	z-index: 100;
}
.cont-copywrite{
	z-index: 10;
}
.cont-copywrite{
	background-color: #111;
	color: rgba(255,255,255,0.8);
}
.site-info{
	text-align: center;
}
.site-info a{
	display: inline-block;
	color: rgba(255,255,255,1);
}
.site-info a:hover{
	color: #e9721e;
}
#t5_zone_standard-ga{
	display: block;
	float: left;
}
/* Table */
table td{
	border:1px solid #eee;
}
/* Social media Footer */
.footer-fb, .footer-tw, .footer-gp{
	display: block;
}
@media screen and (min-width:50px){
	/* Structure page */
	.container, .site{
		width:100%;
	}
	.part-2-sm{
		width: 16.6667%;
	}
	.part-3-sm{
		width: 25%;
	}
	.part-4-sm{
		width: 33.3333%;
	}
	.part-5-sm{
		width: 41.6667%;
	}
	.part-6-sm{
		width: 50%;
	}
	.part-8-sm{
		width: 66.6667%;
	}	
	.part-7-sm{
		width: 58.3333%;
	}
	.part-9-sm{
		width: 75%;
	}
	.part-10-sm{
		width: 83.3333%;
	}
	.part-12-sm{
		width: 100%;
	}
	h1{
		font-size: 23px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 13px;
	}
	h5{
		font-size: 15px;
		line-height: 24px;
	}
	.site-header{
		margin-top: 55px;
	}
	.title-pag{
		line-height: 35px;
	}
	#masthead{
		position: relative;
	}
	#crumbs{
		margin-left: -15px;
    	margin-right: -15px;
    	padding: 10px 15px;
	}
	/* Contact head */
	#call_nr{
		display:block;
		float:right;
		color: #fff;
		margin-right: 30px;
		font-size: 20px;
	}
	#call_nr i{
		font-size: 50px;
	}
	.on #call_nr{
		color:#000066;
	}
	/* Menu top */
	#cont-bt-menu{
		display: block;
		float: right;
		padding: 0;
	}
	.btn-meniu-head, .btn-meniu-headx{
		border: 2px solid #fff;
	    color: #fff;
    	border-radius: 5px;
	    float: right;
	    font-size: 38px;
	    font-weight: bold;
	    padding: 3px 12px;
	    position: relative;
	    cursor: pointer;
	    z-index: 950;
	}
	.home .btn-meniu-head, .home .btn-meniu-headx{
		border-color: rgba(255,255,255,1);
		color: rgba(255,255,255,1);
	}
	.btn-meniu-headx{
		display: none;
	}
	#nav{

	    right: 0;
	    padding:20px;
	    display:none;
	    background-color: #000066;
	    height: 200%;
	    position: fixed;
	    z-index: 900;
	}
	#nav .cont-head-contact{
		display: none;	
	}
	#menu{
		padding: 15px 0 5px;
	}
	.on{
		padding: 0 !important;
		/*background: rgba(255, 255, 255, 1) none repeat scroll 0 0 !important;*/
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
	}
	.on .btn-meniu-head, .on .btn-meniu-headx{
		border: 2px solid #000066;
	    color: #000066;
	    margin-top: 5px;
	    margin-bottom: 5px;
	    font-size: 31px;
	    padding: 4px 10px;
	}
	#logo{
		width: 100px;
	}
	.on #logo{
		margin-top: 5px;
	}
	.on #nav{
		padding-top: 0;
		right: 0;
		margin-top: 31px; 
		height: 200%;
		z-index: 999;
	}
	#menu-meniul-principal li a{
		font-size: 15px;
		padding: 10px 20px 10px;
	}
	#menu-meniul-principal li .sub-menu li a{
		font-size: 13px;
	}
	#menu-meniul-principal li .sub-menu, #menu-meniul-principal li .sub-menu li .sub-menu{
	    display:none;
	}
	
	
	
	/* Home category */
	.title-category{
		font-size: 19px;
	}
	.title-strong-small{
		font-size: 17px;
	}
	#home-category .row{
		margin: 0;
	}
	/* Category pag */
	article{
		min-height: 300px;
	}
	.container-img-title{
		background-color:#333;
	}
	.cont-title-category{
		color: #fff;
	    margin-bottom: 0;
	    position: relative;
	    top: 80px;
	    z-index: 200;
	}
	
	/* Produs pag */
	.list-desc, .list-componente{
		margin-left: 40px;
	}
	.list-desc li, .list-componente li{
		font-size: 16px;
	    line-height: 26px;
	    margin-bottom: 10px;
	    padding-left: 10px;
	}
	/* Blog pag. */
	.title-art-blog{
		font-size: 23px;
		margin-bottom: 0;
		line-height: 29px;
		height: 55px;
	}
	.det-art-blog{
	    font-size: 16px;
	    padding: 15px;
	    right: 0;
	    top: 20px;
	}
	.cont-art-blog{
		margin: -55px 10px 30px 0;
    	padding: 1px 10px 10px;
	}
	/* Art pag. */
	.det-art-post{
		font-size: 13px;
	    margin: 30px 0 0 310px;
	    margin-right: 10px;
	    padding: 15px;
	    width: 250px;
	}
	.det-art-post a[rel="tag"]{
		margin: 3px 0;
    	padding: 1px 5px;
	}
	.nav-previous, .nav-next{
		width:49.5%;
	}
	.nav-previous a, .nav-next a{
		margin: 10px 0 30px;
    	padding: 10px 15px;
	}
	.nav-previous a strong, .nav-next a strong{
		font-size: 20px;
	}
	/* Form cere oferta */
	#cere_oferta_pret{
		position: absolute;
    	width: 100%;
    	padding: 20px 0;
    	top: 10%;
	}
	#cont_cere_oferta{
		width: 100%;
		margin: 0 auto;
	}
	.pag-contact{
		margin-bottom: 50px;
		padding: 0 20px;
	}
	.input-form, .textarea-form{
		padding:10px;
	}
	.btn-cere-oferta{
		border-radius: 7px;
	    font-size: 18px;
	    margin-bottom: 50px;
	    padding: 10px;
	}
	#trimite_cerere{
	    font-size: 18px;
	    margin: 20px auto 0;
	    padding: 10px;
	    width: 200px;
	}
	.cont-form input[type="text"], .cont-form textarea{
		width: 100%;
		font-size: 15px;
    	padding: 10px 20px;
    	border-radius: 7px;
	}
	/* Confirm pag */
	.cerere-valid{
	    background: rgba(0, 0, 0, 0) url("https://www.poarta-autoportanta.ro/wp-content/themes/twentytwelve/image/icon-valid.jpg") no-repeat scroll 0 0;
	    margin: 150px 0 320px;
    	padding-left: 210px;
	}
	.cerere-valid h4{
		line-height: 28px;
    	padding: 20px 0;
	}
	.cerere-valid h2{
		line-height: 50px;
		font-size: 30px;
	}
	/* Footer */
	.site-info{
		padding: 15px;
	}
	#t5_zone_standard-ga{
    	margin-top: -3px;
    	display: none;
	}
}
@media screen and (min-width:451px){
	/* Structure page */
	.part-2-md{
		width: 16.6667%;
	}
	.part-3-md{
		width: 25%;
	}
	.part-4-md{
		width: 33.3333%;
	}
	.part-5-md{
		width: 41.6667%;
	}
	.part-6-md{
		width: 50%;
	}
	.part-8-md{
		width: 66.6667%;
	}	
	.part-7-md{
		width: 58.3333%;
	}
	.part-9-md{
		width: 75%;
	}
	.part-10-md{
		width: 83.3333%;
	}
	.part-12-md{
		width: 100%;
	}
	.hidden-md{
		display: none;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 22px;
	}
	h3{
		font-size: 18px;
	}
	h4{
		font-size: 18px;
    	line-height: 23px;
	}
	h5{
		font-size: 18px;
		line-height: 25px;
	}
	.site-header {
	    margin-top: 0;
	}
	.title-pag{
	}
	.page-template-full-width .site-header, .category-blog .site-header, .tag .site-header, .error404 .site-header{
		margin-top: 68px;
	}
	
	
	/* Contact Pag */
	.img-contact-info i{
		color:#e9721e;
		display:none;
	}
	.img-market-contact{
		display:none;
	}
	.container-contact-mob, .container-contact-fix, .container-contact-what{
	    width: 20%;
	}
	.container-contact-mail{
    	width: 31%;
	}
	
}
@media screen and (min-width:750px) {
	h1{
		font-size: 23px;
	}
	
	/* Contact Pag */
	.container-contact-mob, .container-contact-fix, .container-contact-what, .container-contact-mail{
		float: left;
		margin-left: 20px;
	}
	.container-contact-mob, .container-contact-fix, .container-contact-what{
	    width: 18%;
	}
	.container-contact-mail{
    	width: 31%;
	}	
}
@media screen and (min-width: 1000px) {
	/* Structure page */
	.container, .site{
		width:960px;
	}
	.part-2-lg{
		width: 16.6667%;
	}
	.part-3-lg{
		width: 25%;
	}
	.part-4-lg{
		width: 33.3333%;
	}
	.part-5-lg{
		width: 41.6667%;
	}
	.part-6-lg{
		width: 50%;
	}
	.part-8-lg{
		width: 66.6667%;
	}	
	.part-7-lg{
		width: 58.3333%;
	}
	.part-9-lg{
		width: 75%;
	}
	.part-10-lg{
		width: 83.3333%;
	}
	.part-12-lg{
		width: 100%;
	}
	.visible-lg{
		display:block;
	}
	h1{
		font-size: 35px;
		margin-bottom: 30px;
	}
	.afirmatie{
		font-size: 45px;
	}
	.page-template-full-width .site-header, .category-blog .site-header, .tag .site-header, .error404 .site-header{
		margin-top: 100px;
	}
	/* Contact head */
	#top_header #menu{
		margin-top: 5px;
	}
	#top_header.top-none #menu{
		margin-top: 0;
	}
	#call_nr{
		display:none;
	}
	#nav .cont-head-contact{
		float: right;
		margin-bottom: 10px;
		padding-left: 190px;
		padding-right: 30px;
		margin-top: 0;
		display:block;
	}
	.on #nav .cont-head-contact{
		display: none;
	}
	.head-contact{
		font-size: 24px;
		margin-left: 10px;
	}
	.head-contact span{
		font-size: 20px;
	}
	/* Menu top */
	#menu{
		padding: 10px 0 0;
	}
	#cont-bt-menu{
		display: none;
	}
	#logo{
		width: 220px;
	}
	.on #logo{
		width: 105px;
	}
	.on #nav, #nav{
	    display:block;
	    background: 0 none;
	    padding: 0;
	    position:relative;
	}
	.on #nav{
	    margin-bottom: 5px;
    	margin-top: 10px;
	}
	.cont-head-contact{
		display: block;
	}
	#menu-meniul-principal li{
		display: inline-block;
	}
	#menu-meniul-principal li a, .on #menu-meniul-principal li a{
		font-size: 15px;
		padding: 15px 10px 15px;
	}
	#menu-meniul-principal li .sub-menu{
		animation: 0.2s ease 0s normal none 0.8 running zoomInDown;
	    -moz-animation: 0.2s ease 0s normal none 0.8 running zoomInDown;
	    -webkit-animation: 0.2s ease 0s normal none 0.8 running zoomInDown;
		background: #fff none repeat scroll 0 0;
		position: absolute;
		border-top: 3px solid #e9721e;
		box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
		margin-left: -70px;
	    width: 320px;
	    padding: 10px 0;
	    margin-top: -3px;
	}
	#menu-meniul-principal li:hover .sub-menu{
		display: block;
	}
	#menu-meniul-principal li .sub-menu li{
		width: 100%;
		display: block;
	}
	#menu-meniul-principal li .sub-menu li a{
		font-size: 14px;	
		padding: 10px 25px;
	}
	/* Menu sec */
	#slider + #meniu_secundar{
		margin-top:0;
	}
	#meniu_secundar{
		position: relative;
    	z-index: 300;
		background-color: #e9721e;
		border-top:2px solid #e9721e;
		margin-top: 105px;
	}
	#meniu_secundar.on{
		background-color: #333;
		position: fixed;
	    margin-top: -13px !important;
	    top: 80px;
	    width: 100%;
	    z-index: 200;
	}
	#menu-meniul_secundar{
		text-transform: uppercase;
	}
	#menu-meniul_secundar li{
		display:inline-block;
		width: 24.7%;
	}
	#menu-meniul_secundar li a{
		color: rgba(255, 255, 255, 1);
	    display: block;
	    font-size: 18px;
	    padding: 14px 0;
	    text-align:center;
	    font-family: "Cuprum",sans-serif;
	}
	.on #menu-meniul_secundar li a{
		color: rgba(255, 255, 255, 1);
		padding: 15px 0;
		font-size: 18px;
		font-weight: normal;
	}
	#menu-meniul_secundar li a:hover, #menu-meniul_secundar .current_page_item a, .on #menu-meniul_secundar .current_page_item a{
		color:#e9721e;
		background-color:#fff;
		z-index:150;
		position:relative;
	}
	#menu-meniul_secundar li:hover .sub-menu{
		display:block;
	}
	#menu-meniul_secundar .sub-menu{
		display:none;
		position:absolute;
	}
	#menu-meniul_secundar li:hover .sub-menu li a{
		color:#e9721e;
	}
	#menu-meniul_secundar .sub-menu li a{
		display:block;
		width:100%;
	}
	#menu-meniul_secundar #menu-item-112 .sub-menu{
		margin-left: -255px;
	}
	#menu-meniul_secundar #menu-item-117 .sub-menu{
		margin-left: -495px;
	}
	#menu-meniul_secundar #menu-item-112 .sub-menu, #menu-meniul_secundar #menu-item-117 .sub-menu{
		background-color:#fff;
		box-shadow:0 4px 14px rgba(0, 0, 0, 0.2);
		z-index:210;
		width: 990px;
	}
	#menu-meniul_secundar #menu-item-112 .sub-menu li, #menu-meniul_secundar #menu-item-117 .sub-menu li{
		width:33.10%;	
	}
	#menu-meniul_secundar #menu-item-112 .sub-menu li a, #menu-meniul_secundar #menu-item-117 .sub-menu li a{
		font-size: 16px;
		line-height: 28px;
		padding: 25px 40px 25px 100px;
	}
	.on #menu-meniul_secundar #menu-item-112 .sub-menu li a, .on #menu-meniul_secundar #menu-item-117 .sub-menu li a{
		padding: 15px 40px 15px 100px;
	}
	#menu-meniul_secundar #menu-item-112 .sub-menu li a:hover, #menu-meniul_secundar #menu-item-117 .sub-menu li a:hover{
		color:rgba(0, 0, 0, 0.5);
		opacity:0.6;
	}
	#menu-meniul_secundar #menu-item-112 #menu-item-668 a{
		background: rgb(255, 255, 255) url("https://www.poarta-autoportanta.ro/wp-content/uploads/2015/06/modele-porti-autoportante-rezidentiale-150x150.jpg") no-repeat scroll;
	}
	#menu-meniul_secundar #menu-item-112 #menu-item-667 a{
		background: rgb(255, 255, 255) url("https://www.poarta-autoportanta.ro/wp-content/uploads/2015/06/kit-uri-feronerie-porti-autoportante-rezidentiale-150x150.jpg") no-repeat scroll;
	}
	#menu-meniul_secundar #menu-item-112 #menu-item-669 a{
		background: rgb(255, 255, 255) url("https://www.poarta-autoportanta.ro/wp-content/uploads/2015/06/sisteme-automatizari-porti-autoportante-rezidentiale-150x150.jpg") no-repeat scroll;
	}
	#menu-meniul_secundar #menu-item-117 #menu-item-672 a{
		background: rgb(255, 255, 255) url("https://www.poarta-autoportanta.ro/wp-content/uploads/2015/06/modele-porti-autoportante-industriale-150x150.jpg") no-repeat scroll;
	}
	#menu-meniul_secundar #menu-item-117 #menu-item-671 a{
		background: rgb(255, 255, 255) url("https://www.poarta-autoportanta.ro/wp-content/uploads/2015/06/kit-uri-feronerie-porti-autoportante-industriale-150x150.jpg") no-repeat scroll;
	}
	#menu-meniul_secundar #menu-item-117 #menu-item-670 a{
		background: rgb(255, 255, 255) url("https://www.poarta-autoportanta.ro/wp-content/uploads/2015/06/sisteme-automatizari-porti-autoportante-industriale-150x150.jpg") no-repeat scroll;
	}
	#menu-meniul_secundar #menu-item-112 #menu-item-668 a, #menu-meniul_secundar #menu-item-112 #menu-item-667 a, #menu-meniul_secundar #menu-item-112 #menu-item-669 a, #menu-meniul_secundar #menu-item-117 #menu-item-672 a, #menu-meniul_secundar #menu-item-117 #menu-item-671 a, #menu-meniul_secundar #menu-item-117 #menu-item-670 a{
		background-position:20px 10px;
		background-size:25% auto;
	}
	.on #menu-meniul_secundar #menu-item-112 #menu-item-668 a, .on #menu-meniul_secundar #menu-item-112 #menu-item-667 a, .on #menu-meniul_secundar #menu-item-112 #menu-item-669 a, .on #menu-meniul_secundar #menu-item-117 #menu-item-672 a, .on #menu-meniul_secundar #menu-item-117 #menu-item-671 a, .on #menu-meniul_secundar #menu-item-117 #menu-item-670 a{
		background-position:20px 0;
	}
	/* Slider */
	#slider{
		margin-top: 105px;
		z-index:1;
		overflow: hidden;
	}
	#slider img{
		transition:all 0.9s;
	}
	#slider:hover img{
		transition-duration:1s;
		transition-property:transform;
		transform:scale(1.01); 
	}
	/* Home section Img */
	.home-despre-img{
		background: rgba(0, 0, 0, 0) url("https://www.poarta-autoportanta.ro/wp-content/uploads/2017/06/poarta-autoportanta-despre-poarta-autoportanta.jpg") no-repeat fixed center top / 140% auto;
	}
	.home-despre-img .container{
		background-color:rgba(0,0,0,0.5);
		padding:30px 20px; 40px;
	}
	.home-despre-img strong{
		opacity:0.9;
		color:#e9721e;
	}
	.home-despre-img h2:after{
		background-color: #fff;
	}
	.home-despre-img h2, .home-despre-img h3, .home-despre-img .info-desc, .home-av-img h5{ 
		color:#fff;
	}
	.home-despre-img h3{
		font-size:23px;
		font-family: "Cuprum",sans-serif;
		margin:40px 0 30px;
	}
	.home-despre-img h5{
		padding-left:30px;
		margin:15px 0;
	}
	.home-despre-img .info-desc{
		font-size:16px;
	}
	.home-av-img{
		padding:10px 30px;
	}
	.home-despre-img h5 i{
		color:#1ebf26;
	}
	/* Home category */
	.title-category{
		font-size: 15px;
	}
	.title-strong-small{
		font-size: 11px;
	}
	#home-category .row{
		margin: 30px 0;
	}
	#home-category .row .part-6-lg:first-child{
		border-right: 3px solid #eee;
	}
	.title-prod-home, .title-subcat-home, .title-redir-home{
		font-size: 16px;
	}
	
	/* Category pag */
	article{
		min-height: 345px;
	}
	.container-img-title{
		padding:35px 0;
		margin-top: 0px;
	}
	.cont-title-category{
	    margin-bottom: 0;
	    top: 0;
	}
	.img-pag-category{
		height: auto;
		margin-top: 0;
	}
	.cont-prod{
		min-height: 315px;
	}
	.title-prod , .title-producator .cont-a-producator, .title-servicii{
		padding: 0 5px;
	}
	.title-prod .cont-a-prod, .title-producator .cont-a-producator{
		height: 30px;
		font-size: 14px;
	}
	.txt-prod{
		display:block;
		padding: 0 10px;
	}
	.title-produs{
		padding: 0;
	}
	.title-produs .title-a-produs-min{ 
		font-size: 13px;
	}
	.info-desc, .text-prod{
		padding: 0 5px;
	}
	/* Servicii pag */
	.cont-servicii{
		margin-top: 20px;
		min-height: 180px;
	}
	.title-servicii{
		margin-top: 0;
	}
	.title-servicii a{
		height: 40px;
		font-size: 17px;
    	font-weight: bold;
	}
	.cont-servicii .cont-a-prod{
		overflow:hidden;
		position:relative;
	}
	.cont-servicii img{
		position:absolte;
		transition:all 1s;
	}
	.cont-servicii:hover img{
		transition-duration:1s;
		transition-property:transform;
		transform:scale(1.3);
	}
	.cont-servicii:hover .title-servicii{
		color:#e9721e;
	}
	/* Blog pag. */
	.title-art-blog{
		font-size: 18px;
		line-height: 23px;
	}
	.det-art-blog{
	    font-size: 13px;
	}
	/* Art pag. */
	.det-art-post{
		font-size: 13px;
	    margin: 30px 0 0 610px;
	    margin-right: 10px;
	    padding: 15px;
	    width: 290px;
	}
	/* Contact pag */
	.img-market-contact{
		border: 1px solid #000;
		display: block;
		position: absolute;
		border-radius: 50%;
		padding: 12px 20px;
	    right: 30px;
	    top: 75px;
	}
	.img-market-contact i{
		color:#e9721e;
		font-size: 28px;
	}
	.container-info-contact{
		margin-top: 50px;
	}
	.container-contact-mob, .container-contact-fix, .container-contact-what{
	    margin-left: 15px;
	    width: 21%;
	}
	.container-contact-mail{
		margin-left:0;
    	width: 27%;
	}
	.img-contact-info{
		padding-left: 0;
		font-size: 15px;
	    line-height: 65px;
	}
	.img-contact-info i{
    	font-size: 26px;
    	display: inline-block;
	}
	.txt-contact{
		display: inline-block;
	    margin-top: -3px;
	    vertical-align: top;
	    margin-left: 5px;
	}
	/* Form cere oferta */
	#cont_cere_oferta{
		width: 900px;
		padding: 20px 0;
	}
	.input-form, .textarea-form{
		padding:10px;
	}
	#trimite_cerere{
		margin: 10px auto 0;
	}
	/* Confirm pag */
	.cerere-valid{
	    background: rgba(0, 0, 0, 0) url("https://www.poarta-autoportanta.ro/wp-content/themes/twentytwelve/image/icon-valid.jpg") no-repeat scroll 25px 0 / 12% auto;
	    margin: 150px 0 320px;
    	padding-left: 210px;
	}
	.cerere-valid h4{
		line-height: 28px;
    	padding: 20px 0;
	}
	.cerere-valid h2{
		line-height: 50px;
		font-size: 30px;
	}
	
}
@media screen and (min-width: 1200px){
	/* Structure page */
	.container, .site{
		width:1170px;
	}
	.container-large{
		width:1200px;
	}
	.site{
		min-height: 600px;
	}
	h2{
		font-size: 33px;
	}
	.title-pag{
		font-size: 36px;
	}
	.page-template-full-width .site-header, .category-blog .site-header, .tag .site-header, .error404 .site-header{
		margin-top: 0;
	}
	/* Menu top */ 
	#logo{
    	width: 240px;
	}
	.on #logo{
		width: 200px;
		margin-top: 7px;
	}
	#menu-meniul-principal{
		margin-top: 45px;
		padding-right:10px;
	}
	.on #menu-meniul-principal{
		margin-top:0;
	}
	#menu-meniul-principal li a, .on #menu-meniul-principal li a{
		margin:0;
	    padding: 16px;
	}
	#menu-meniul-principal li .sub-menu{
		margin-left: -45px;
	    width: 320px;
	}
	/* Menu sec */
	#meniu_secundar{
		margin-top: 110px;
	}
	#slider + #meniu_secundar.on{
		margin-top: 117px;
	}
	#meniu_secundar.on{
	    margin-top: 67px;
	}
	#menu-meniul_secundar li a{
	    font-size: 21px;
	    padding: 17px 0;
	}
	#menu-meniul_secundar #menu-item-112 .sub-menu{
		margin-left: -290px;
	}
	#menu-meniul_secundar #menu-item-117 .sub-menu{
		margin-left: -580px;
	}
	#menu-meniul_secundar #menu-item-112 .sub-menu, #menu-meniul_secundar #menu-item-117 .sub-menu{
		width: 1150px;
	}
	#menu-meniul_secundar #menu-item-112 .sub-menu li, #menu-meniul_secundar #menu-item-117 .sub-menu li{
		width:33.13%;	
	}
	#menu-meniul_secundar #menu-item-112 .sub-menu li a, #menu-meniul_secundar #menu-item-117 .sub-menu li a{
		font-size: 18px;
		line-height: 28px;
		padding: 35px 40px 35px 120px;
	}
	.on #menu-meniul_secundar #menu-item-112 .sub-menu li a, .on #menu-meniul_secundar #menu-item-117 .sub-menu li a{
		font-size: 18px;
		padding: 15px 40px 15px 120px;
	}
	#menu-meniul_secundar #menu-item-112 #menu-item-668 a, #menu-meniul_secundar #menu-item-112 #menu-item-667 a, #menu-meniul_secundar #menu-item-112 #menu-item-669 a, #menu-meniul_secundar #menu-item-117 #menu-item-672 a, #menu-meniul_secundar #menu-item-117 #menu-item-671 a, #menu-meniul_secundar #menu-item-117 #menu-item-670 a{
		background-position:20px 15px;
	}
	.on #menu-meniul_secundar #menu-item-112 #menu-item-668 a, .on #menu-meniul_secundar #menu-item-112 #menu-item-667 a, .on #menu-meniul_secundar #menu-item-112 #menu-item-669 a, .on #menu-meniul_secundar #menu-item-117 #menu-item-672 a, .on #menu-meniul_secundar #menu-item-117 #menu-item-671 a, .on #menu-meniul_secundar #menu-item-117 #menu-item-670 a{
		background-position:20px -5px;
	}
	/* Header */
	#header{
		background: rgba(0, 0, 0, 0) url("https://www.poarta-autoportanta.ro/wp-content/themes/twentytwelve/image/usi-rapide-depozit-romania-home.jpg") no-repeat fixed center top / 130% auto;
		height: 508px;
	}
	.intro-txt{
		padding: 170px 0 0;
	}
	.title-header{
		font-size: 38px;
	}
	.txt-header{
		font-size: 26px;
		line-height: 21px;
	}
	.btn-header{
		margin: 50px auto 30px;
	}
	/* Home section Img */
	.home-despre-img{
		background-size: 120% auto;

	}
	.home-despre-img .container{
		background-color:rgba(0,0,0,0.5);
		padding:30px 20px; 40px;
	}
	.home-despre-img h3{
		font-size:25px;
		margin:40px 0 30px;
	}
	.home-despre-img .info-desc{
		font-size:18px;
	}
	/* Category pag */
	article{
		min-height: 445px;
	}
	.entry-content h2{
		font-size: 35px;
		line-height: 42px;
	}
	.container-img-title{
		padding: 50px 0 40px;
	}
	.single .container-img-title{
		margin-top:0;
	}
	.cont-title-category{
	    top: 0;
	    margin-bottom:0;
	}
	.single .cont-title-category{
		margin-bottom: -160px;
	}
	.cont-prod{
	    min-height: 335px;
	}
	.title-cat, .title-prod, .title-producator{
		font-size: 16px;
		line-height: 28px;
	}
	.img-pag-category{
		height: auto;
	}
	.title-produs .title-a-produs-min{ 
		font-size: 15px;
	}
	.info-desc, .text-prod{
		font-size:16px;
		line-height: 24px;
    	padding: 10px 15px;
	}
	.cell-subcat{
		background-color: #fff;
	    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	    overflow: hidden;
	}
	.cell-subcat .a-subcat{
		display:block;
	}
	.cell-subcat p{
		margin:0;
	}
	.cell-subcat img{
		transition:all 0.9s;
	}
	.cell-subcat:hover img{
		transition-duration:1s;
		transition-property:transform;
		transform:scale(1.1); 
	}
	.title-subcat{
		position: relative;
		background-color: #fff;
		font-family: "Cuprum",sans-serif;
    	text-transform: uppercase;
    	text-align: center;
    	font-size: 22px;
    	line-height: 28px;
    	margin:0;
    	padding: 15px 30px;
	}
	/* Despre */
	.cell-despre{
		 
	}
	.cell-despre span{
		display: block;
    	width: 100%;
	}
	.cell-despre span i{
		border: 1px solid #333;
		background-color:#fff;
	    border-radius: 50%;
	    display: block;
	    color:#e9721e;
	    font-size: 70px;
	    margin: 10px auto 0;
	    padding: 38px 0;
	    text-align: center;
	    width: 150px;
	    transition:all 0.5s;
	}
	.cell-despre:hover i, .cell-despre:hover h3{
		transition-duration:0.5s;
		transition-property:transform;
		transform:scale(1.07); 
	}
	.cell-despre h3{
		font-family: "Cuprum",sans-serif;
	    font-size: 28px;
	    margin-top: 0;
	    text-align: center;
	    text-transform: uppercase;
	    transition:all 0.5s;
	}
	/* Model Pag */
	.cell-model-prod{
		background-color: #fff;
	    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	    margin: 10px 0;
	    padding: 30px;
	}
	.cell-model-prod p{
		margin:0;
	}
	.cell-model-prod h5{
		font-size: 23px;
	    font-weight: bold;
	    margin: 0;
	    position:relative;
	    text-align: center;
	}
	.cell-model-prod img{
		transition:all 0.9s;
	}
	.cell-model-prod:hover img{
		transition-duration:1s;
		transition-property:transform;
		transform:scale(1.1); 
	}
	.btn-more-model{
		color: #e9721e;
	    display: block;
	    font-family: "Cuprum",sans-serif;
	    font-size: 25px;
	    margin-top: 35px;
	    padding: 15px;
	    text-align: center;
	    border:1px solid #e9721e;
	}
	.btn-more-model:hover{
		color: #000066;
		border:1px solid #000066;
	}
	/* Produs pag */
	#caract_teh td{
		font-size: 16px;
	}
	#caract_teh .title-prod{
		font-size: 23px;
	}
	/* Servicii pag */
	.cont-servicii{
		min-height: 205px;
	}
	/* Blog pag. */
	.title-art-blog{
		font-size: 22px;
		margin-bottom: 25px;
		line-height: 37px;
	}
	.det-art-blog{
	    font-size: 15px;
	}
	/* Art pag. */
	.det-art-post{
		font-size: 16px;
	    margin: 30px 0 0 765px;
	    width: 350px;
	}
	/* Contact pag */
	.img-market-contact{
	    right: 80px;
	}
	.container-info-contact{
		margin-top: 70px;
	}
	.container-contact-mob, .container-contact-fix, .container-contact-what{
	    width: 23%;
	}
	.container-contact-mail{
    	width: 26%;
	}
	.img-contact-info{
		padding-left: 0;
	}
	.img-contact-info i{
		font-size: 40px;
	}
	.txt-contact{
	    margin-top: -12px;
	    margin-left: 10px;
	}
	#cere_oferta_pret{
    	top: 10%;
	}
	.page-id-49 #cont_cere_oferta{
		width: 1100px;
	}
	/* Form cere oferta */
	.input-form, .textarea-form{
		padding:15px;
	}
	/* Confirm pag */
	.cerere-valid{
		margin: 150px 0 230px;
	}
	/* Table */
	table td{
		padding: 5px 10px;
	}
	/* Footer */
	.container-footer{
		padding: 40px 0 50px;
	}
	.container-footer a{
		padding: 3px 10px;
	} 
}	
@media screen and (min-width: 1400px){
	/* Structure page */
	.container-large{
		width:1300px;
	}	
	/* Header */
	#header{
		background: rgba(0, 0, 0, 0) url("https://www.poarta-autoportanta.ro/wp-content/themes/twentytwelve/image/usi-rapide-depozit-romania-home.jpg") no-repeat fixed center top / 100% auto;
		height: 600px;
	}
	.intro-txt{
		padding: 215px 0 95px;
	}
	.title-header{
		font-size: 45px;
	}
	.txt-header{
		font-size: 28px;
	}
	.btn-header{ 
	    margin: 65px auto 30px;
	}
	/* Home pag */
	#section_mod{
		background: rgba(0, 0, 0, 0) url("https://www.poarta-autoportanta.ro/wp-content/themes/twentytwelve/image/bg-section-mod.jpg") no-repeat fixed center top / cover ;
		height:500px;
	}
}