/*  
Theme Name: RoFrance Construct
Theme URI: http://www.rofrance-construct.ro/
Description: Tema pentru WordPress
Version: 1.4
Author: ServerHost, Dan Nicolae
Author URI: http://www.dan-nicolae.ro/
*/

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('fonts/websymbols-regular-webfont.eot');
    src: url('fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/websymbols-regular-webfont.woff') format('woff'),
        url('fonts/websymbols-regular-webfont.ttf') format('truetype'),
        url('fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Oleo Script';
  font-style: normal;
  font-weight: 400;
  src: local('Oleo Script'), local('OleoScript-Regular'), url('fonts/oleo-script.woff') format('woff');
}

body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-weight: 0;
	text-rendering: optimizeLegibility;
	background-color: #FFFFFF;
}

.img {
	margin: none;
	image-rendering: -moz-crisp-edges;         /* Firefox */
       image-rendering:   -o-crisp-edges;         /* Opera */
       image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
       image-rendering: crisp-edges;
       -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
	image-rendering: optimizequality;
}



a {
	text-decoration: none;
}

a:hover {
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */

}

.distantier {
    height: 100px !important;
    width: 100%;
}

#wrapper {
    width: 100%;
}

.buton {
	width: 120px;
    background-color: #FF1A1A;
    background-image: -moz-linear-gradient(center bottom , #EB0606 0px, #FF2E2E 100%);
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 34px;
    padding: 0;
    position: relative;
    text-align: center;
	font-size: 16px;
	line-height: 34px;
	margin-top: 20px;
	margin-bottom: 5px;
	float: right;
}

.buton a {
    text-decoration: none;
}



/* Header */

/* LOGO */

.logozonaportocalie {
    float: left;
    height: 46px;
    width: 60px;
}

.logozonatext {
    color: #FD6D45;
   float: right;
    font-size: 26px;
    line-height: 60px;
    height: 46px;
    width: 300px;
}


.sigla {
	height: 60px;
        margin-top: 5px;
	margin-left: 10px;
        position: absolute;
        width: 375px;
}

.sigla img {
	height: 60px;
	width: auto;
}

/* END LOGO */
#header {
	width: 1170px;
	margin: 0 auto;
	padding: 0px 50px;
}

/* Meniu PC */

.container-nav-pc {
    float: right;
    margin-top: 25px;
}

.meniu-pc {
	width: 100%;
	height: 70px;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background: none repeat scroll 0 0 #ffffff;
	position: fixed;
	box-shadow: 0 7px 6px -6px #777;
}

.wrapper-meniu {
        height: 70px;
        width: 1170px;
	display: block;
	margin: 0 auto;
}


/* START MENIU */

First we prepare the navigation menu bar
 */
#access {
    clear: both;
    display: block;
    margin-top: 35px;
    margin: 0 auto 6px;
    width: 600px;
    float: right;
}

/*
Now we style the unordered list, hover effect, and sub menus
 */

#access ul {
    list-style: none;
    padding-left: 0;
}
#access li {
    float: left;
    position: relative;
}
#access a {
    display: block;
    text-decoration: none;
    font-size: 19px;
    line-height: 24px;
    color: #000;
    padding: 0 30px;
}
#access ul ul {
    background-color: #FFFFFF;
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    left: 0;
    width: 188px;
    z-index: 99999;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    height: auto;
    padding: 10px 10px;
    width: 168px;
}
#access ul ul :hover > a,
#access a:focus {
}

#access li:hover > a,
#access a:focus {
}
#access ul li:hover > ul {
    display: block;
}
/*
Styling the currently rendered page
 */
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
    color:#000000;
}


/* STOP MENIU */




.main {
  width:940px;
  padding:0;
  margin:0 auto;
  font-size:1em;
  line-height:1.5em;
  position:relative;
}

.wrapper {
    overflow: hidden;
    width: 100%;
}

.gallery-box {
    background: none repeat scroll 0 0 #fff;
}

/* MENIU FORMAT TELEFON */

	.meniu-touch {
	    background: none repeat scroll 0 0 #ffffff;

	}

    #meniu#full {
        display:none
    }
 
    meniu#mobile {
        border-bottom: 1px solid #333333;
        display:block;
    }
 
    /*
    Top black bar that holds the toggle button
    */
 
    meniu#mobile #toggle-bar {
        line-height:60px;
        height:60px;
    }
 
    /*
    Toggle button #1 ("Menu")
    */
 
    meniu#mobile strong a {
	color: #000000;
        margin-left:30px;
        padding:10px;
	text-decoration: none;
	font-size: 120%;
	
    }
 
    /*
    Toggle button #2 ("Navicon")
    */
 
    meniu#mobile .navicon {
        float: right;
        height: 6px;
        width: 34px;
        margin: 20px;
        border-top: 18px double #000000;
        border-bottom: 6px solid #000000;
        font-size:0;
    }
 
    /*
    The dropdown menu
    */
 
    meniu#mobile ul li {
        clear:both;
        list-style:none;
    }
 
    meniu#mobile ul li a {
        display:block;
        margin:2px 0;
        padding:6px 0 6px 8px;
	text-decoration: none;
	font-size: 120%;
    }
 
    meniu#mobile ul ul {
	font-size: 120%;
    }
 
    meniu#mobile ul ul li {
        margin-left:10px;
    }
 
    meniu#mobile ul ul a {
        color:#333333;
        padding-left:3px;
    }

    meniu#mobile ul ul a:hover {
        color:#FE1A1A;
    }
 
    meniu#mobile ul ul a:before {
        padding-right:8px;
    }


/* RESPONSIVE PENTRU DESKTOP */

@media screen and (min-width: 1171px) {

	.meniu-touch {
		display: none;
	}

	.titlu-touch {
		display: none;
	}

	.logo-touch {
		display: none;
	}
}

/* END RESPONSIVE PENTRU DESKTOP */


@media only screen and (max-width: 1170px) {
	.meniu-pc {
		display: none;
	}

	.footer {
		display: none;
	}

	.container-date-contact {
		display: none !important;
	}
	.avantaj {
	    width: 100% !important;
	}
	.titlu-avantaj {
	    font-size: 150% !important;
	}
	.descriere-avantaje {
	    width: 90% !important;
	    margin-left: 5% !important;
	    margin-right: 5% !important;
	    font-size: 105% !important;
	    line-height: 120% !important;
	}
	.buton-avantaj {
	    width: 80% !important;
	    margin-left: 10% !important;
	    margin-right: 10% !important;
	}

	#page {
	    width: 90% !important;
	    margin: 5% !important;
	}
	.page-wrapper {
	    width: 100% !important;
	}

	.post {
	    width: 90% !important;
	    margin-left: 5% !important;
	    margin-right: 5% !important;
	}
	.page-titlu h1 {
	    line-height: 120% !important;
	}
	.distantier {
	    height: 5px !important;
	}
	.page-footer-content {
	    display: none;
	}
	.copywrite {
	    clear:both;
	    text-align: center;
	    width: 100% !important;
	    margin: 0 !important;
	}
	.credit-autor {
	    clear:both;
	    text-align: center;
	    width: 100% !important;
	    margin: 0 !important;
	}
	.page-footer {
	    height: 50px !important;
	}
}

/* END MENIU FORMAT TELEFON */
/* PAGE FOOTER */
.page-footer a {
    color: #000000;
}

.page-footer a:hover {
    color: #333333;
}

.page-footer {
   color: #fff;
    font-size: 12px;
    height: 150px;
    line-height: 24px;
    margin: 0 auto;
}

.page-footer-content {
    border-top: 1px solid #fd774f;
    height: 125px;
    margin-top: 25px;
    overflow: hidden;
}

.copywrite-container {
   color: #000000;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    width: 100%;
}

.copywrite {
   float: left;
    margin-left: 20px;
}
.credit-autor{
   float: right;
    margin-right: 20px;
}

.social-slide-container {
    display: inline-block !important;
    vertical-align: top;
    float: left;
    margin-top: 10px;
    width: 600px;
    height: 116px;
}

.social-slide-facebook {
    background-image: url('images/social-sprite.png');
    background-position: 0px -168px;
    height: 83px;
    width: 83px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.social-slide-facebook:hover {
    background-position: 0px -83px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.social-slide-google-plus {
    background-image: url('images/social-sprite.png');
    background-position: 671px -168px;
    height: 83px;
    width: 83px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.social-slide-google-plus:hover {
    background-position: 671px -83px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.social-slide-rss {
    background-image: url('images/social-sprite.png');
    background-position: 420px -168px;
    height: 83px;
    width: 83px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.social-slide-rss:hover {
    background-position: 420px -83px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.retele-sociale {
    float: right;
    display: inline-block !important;
    vertical-align: top;
    margin-top: 20px;
    height: 116px;
    width: 200px;
}

.container-social-b {
    display: inline-block;
    height: 60px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    vertical-align: middle;
    width: 60px;
}
/* END PAGE FOOTER */

/* Page */

#page {
	width: 1170px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	overflow: auto;
	display: block;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	margin-top: 90px;
}

/* Content */


#content {
	float: left;
	width: 100%;
	padding: 0px 0px 0 0px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.container-titlu {
    margin-bottom: 2%;
    margin-top: 2%;
    text-align: center;
    width: 100%;
}

.post {
    color: #000000;
	cursor: default;
	text-align: justify;
	padding-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 18px !important;
	line-height: 24px;
	text-align: justify;
	letter-spacing: 0.5px;
	font-weight: 300 !important;
}

.post h1 {
    color: #000000;
    font-size: 200.23%;
    line-height: 100%;
    text-align: center;
}

.post a {
    color: #000000;
}

.post .title {
	width: 95%;
	margin-left: 5%;
	height: 41px;
	margin-bottom: 40px;
}

.post .title a {
    color: #000000;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 1em;
    text-align: center;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	width: 100%;

}

.post-articol .entry  img {
		display: block; 
		margin-left: auto; 
		margin-right: auto
}

.more {
	display: block;
	float: left;
	width: 120px;
	height: 22px;
	padding: 2px 2px 2px 2px;
	margin-right: 10px;
	background-color: #868686;
	text-align: center;
	color: #FFFFFF;
	border-radius: 3px;
	font-size: 14px;
}


.container-p-contact {
    text-align: center;
}
.element-p-contact {
    display: inline-block !important;
    height: 60px !important;
    margin: 5px !important;
    outline: medium none;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 300px;
    overflow: hidden;
}


.numar-telefon-pagini {
	color: #000000;
	text-align: center;
	line-height: 32px;
}

.facebook-icon {
    float: right;
    padding-left: 60px;
    padding-bottom: 60px;
    background-image: url('images/facebook-icon.png');
    background-repeat: no-repeat;
    background-size: 60px 60px;
}


.telefon-icon-s {
  	padding-left: 40px;
	padding-bottom: 15px;
 	background-image: url('images/telefon.png');
  	background-repeat: no-repeat;
	background-size:30px 30px;
}

.numar-telefon-pagini a {
	font-size: 150%;
	color: #000000;
	text-decoration: none;
	margin-bottom: 8%;
	position: relative;
	top: 5px;
}

.container-date-contact {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    overflow: auto;
    width: 60% !important;
    height: 80px;
}

.date-contact {
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #000000;
}

.adresa-markup {
    display: inline-block;
}

/* Post Articol */

.post-articol {
    color: #333333;
    cursor: default;
    font-size: 16px;
	width: 100%;
	overflow: hidden;
}

.post-articol .title {
	width: 95%;
	height: 41px;
	margin-bottom: 10px;
}

.post-articol .title a {
    color: #333333;
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 1em;
}

.post-articol .meta {
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post-articol .meta .date {
	float: left;
}

.post-articol .meta .posted {
	float: right;
}

.post-articol .meta a {
}

.post-articol .entry {
	width: 100%;
	margin-bottom: 50px;

}

/* Info Articol */

.info-articol {
	font-size: 12px;
}

/* Contact Form / Page */

.contact-small-title {
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
}

.contact-icon-big {
    	font-family: 'WebSymbolsRegular', cursive;
    	font-size: 18px;
	margin-right: 10px;
    	text-shadow: 1px 0px 1px rgba(255,255,255,0.7);
	color: #000000;
}

.detaliu {
	margin-left: 2%;
	font-weight: normal;
	width: 98%;
	color: #000000;
	margin-bottom: 5px;
}

.contact-titlu {
	color: #F85625;
	font-size: 24px;
	margin-bottom: 40px;
	width: 100%;
	border-bottom: solid 1px #E0DFD3;
}

.container-contact-left {
    float: left;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 1%;
	margin-top: -20px;
    width: 46%;

}

.container-contact-right {
	float: right;
	letter-spacing: 1px;
	margin-left: 1%;
	overflow: auto;
	width: 46%;
	font-size: 15px;
	padding-top: 5px;
	padding-left: 5px;
}

.wpcf7-form {
	width: 100%;
	padding-top: 10px; 
	margin-bottom:10px; 
}
 
.wpcf7-form input, wpcf7-f235-p1277-o2 { 
	width:100%;
    padding: 5px 7px;
	color: #333333;
    font-size: 14px;
    vertical-align: middle;
}

.wpcf7-form input:focus { 
	border: 1px solid #EF0807;
}

.wpcf7-form textarea{ 
	width:100%;
    	margin: 4px 0 8px 0;
	padding: 5px 7px;
	color: #333333;
	font-size: 14px;
	vertical-align: middle;
	resize: none;
	overflow: auto;
	height: 155px;
}

.wpcf7-form textarea:focus { 
	border: 1px solid #EF0807;
}

 
.wpcf7-form p { 
	margin-top:10px; 
	margin-bottom:10px; 
}
 
.wpcf7-form .wpcf7-submit { 
    background-color: #ff1a1a;
    background-image: -moz-linear-gradient(center bottom , #fd6d44 0px, #fd6d44 100%);
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    height: 34px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 120px;
}

.captcha-image {
    border: none !important;
}
/* ELEMENTE RESPONSIVE */

/*Styles for screen 1170px and lower*/
@media screen and (max-width: 1170px) {
.container-contact-right {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	margin-bottom: 10%;
}

.container-contact-left {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	margin-bottom: 10%;
}


.wpcf7-form .wpcf7-submit {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	clear: both;
	display: block;
	margin: auto;
}

}
/* END ELEMENTE RESPONSIVE */

/* Footer */

.pagetitle {
	padding-top: 20px;
}

.alignright {
	float: right;
}

.alignleft {
}

.page-titlu {
	color: #000000;

}

.page-titlu h1 {
	color: #000000;
	font-size: 40px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 300 !important;
}

.container-featured {
	width: 100%;
	margin-top: 40px;
}

.featured-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.featured-image img{
	max-width: 300px;
}
.featured-text {
	float: right;
	width: 100%;
	margin-left: 1%;
	margin-bottom: 1%;
}

.distantier {
	width: 100%;
	height: 20px;
}



/*-----------SFARSIT  PAGINA ARHIVA-----------*/


/* START Cookie Law */

/*Styles for screen 790px and lower*/
@media screen and (max-width: 790px) {

	#cookie-law {
		display: none;
	}
	
	#cookie-law p {
		display: none;
	}
	.inchide-mesaj {
		display: none;
	}
}

#cookie-law {
    margin: auto 0;
   bottom: 0px;
    height: 20px;
    position: fixed;
    width: 100%;
background: url("images/overlay.png") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
}
 
#cookie-law p {
    font-size:12px;
    text-align:center;
    color:#FFFFFF;
    margin-top:3px;
}

#cookie-law a {
    color:#FFFFFF;
	text-decoration: none;
}

.inchide-mesaj {
	margin-left: 10px;
}

/* STOP Cookie Law */
/* PRIMA PAGINA */
.container-avantaj {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
.avantaj {
    border: 1px solid #FD774F;
    color: #000000;
    display: inline-block !important;
    font-weight: 300;
    height: 200px !important;
    margin: 5px !important;
    outline: medium none;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 220px;
    overflow: hidden;
}

.titlu-avantaj {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 5px;
}

.descriere-avantaje {
    font-size: 16px;
    line-height: 18px;
    margin-left: 5px;;
    margin-right: 5px;
    margin-top: 5px;
    width: 210px;
    height: 90px;
    overflow: hidden;
}

.buton-avantaj {
    width: 120px;
    background-color: #FD6D44;
    background-image: -moz-linear-gradient(center bottom , #FD6D44 0px, #FD6D44 100%);
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    display: inline-block;
    margin: 10px auto;
    margin: bottom !important;
    position: relative;
    text-align: center;
    transform: translateY(0%);
    transition: all 0.2s ease-in-out 0s;
}

.buton-avantaj a {
    text-decoration: none;
}

/* END PRIMA PAGINA */

*Style for Wordpress Gallery */

.wp-caption {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.wp-caption img {
    margin: 5px;
}
.wp-caption p.wp-caption-text {
    margin: 0 0 4px;
}
.gallery {
    margin: 0 auto;
    text-align: center;
}
.gallery .gallery-item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 31% !important;
}
 .gallery img {
    border: 1px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery dl {
    margin: 0 auto;
}
.gallery img {
    border: 1px solid #f1f1f1;
}
.gallery-caption {
    color: #4c4c4c;
    font-size: 16px;
    letter-spacing: -0.5px;
    margin: 4px 0 24px 0;
}

.gallery dl {
    margin: 0 auto;
}
.gallery img {
    border: 1px solid #f1f1f1;
}
.gallery-caption {
    color: #4c4c4c;
    font-size: 16px;
    letter-spacing: -0.5px;
    margin: 4px 0 24px 0;
}

/*Styles for screen 790px and lower*/
@media screen and (max-width: 1170px) {

.gallery .gallery-item {
    width: 100% !important;
    text-align: center;
    margin: 0 auto !important;
    display: block;
    margin-top: 10% !important;
    margin-bottom: 10% !important;
}

.gallery img {
}

.facebook-icon {
    float: none !important;
}

/* STOP Cookie Law */


/* Plugin GDRP */
.cn-text-container {
    margin: 0 auto !important;
    text-align: center;
}

.butongdpr {
    width: 120px;
    background-color: #FF1A1A;
    background-image: -moz-linear-gradient(center bottom , #EB0606 0px, #FF2E2E 100%);
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 34px;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 5px;
    float: right;
}

.buton-gdpr a {
    text-decoration: none;
}


}
/* END Plugin GDPR */