@font-face{
	font-family: "LeonMedium";
	src: url('../fonts/LeonMedium.ttf') format('truetype'),
		 url('../fonts/LeonMedium.otf'),
		 url('../fonts/LeonMedium.eot'),
		 url('../fonts/LeonMedium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/LeonMedium.woff2') format('woff2'),
		 url('../fonts/LeonMedium.woff') format('woff'),
		 url('../fonts/LeonMedium.svg#LeonMedium') format('svg');	
}
@font-face{
	font-family: "charcuterie";
	src: url('../fonts/charcuterie.ttf') format('truetype'),
		 url('../fonts/charcuterie.otf'),
		 url('../fonts/charcuterie.eot'),
		 url('../fonts/charcuterie.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/charcuterie.woff2') format('woff2'),
		 url('../fonts/charcuterie.woff') format('woff'),
		 url('../fonts/charcuterie.svg#charcuterie') format('svg');	
}
@font-face{
	font-family: "LeonRegular";
	src: url('../fonts/LeonRegular.ttf') format('truetype'),
		 url('../fonts/LeonRegular.otf'),
		 url('../fonts/LeonRegular.eot'),
		 url('../fonts/LeonRegular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/LeonRegular.woff2') format('woff2'),
		 url('../fonts/LeonRegular.woff') format('woff'),
		 url('../fonts/LeonRegular.svg#LeonRegular') format('svg');	
}
@font-face{
    font-family: "FontAwesome";
    src: url('../fonts/FontAwesome.otf');
}
hgroup{
	text-align: center;
}
/*     FONTURI     */
#logotext{
	font-family: 'charcuterie', sans-serif;
	color:#ef4229;
	font-size: 40px;
	text-transform: uppercase;
}
#logotext:hover{
	text-decoration: none;
	color:#ef4229;
}
@media(max-width: 350px){
	#logotext{
		font-size: 26px;
	}
}
h1{
	font-family: 'LeonMedium', sans-serif;
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width:50%;
	margin:0px auto;
	padding-top:20px;
	padding-bottom: 20px;
}
h2{
	font-family: 'LeonMedium', cursive;
	font-size: 36px;
	color: #ef4229;
}
h3{ /*titluri carusel*/
	font-family: 'LeonRegular', cursive;
	font-size: 26px;
	color: #ef4229;
}
h3.motto{ /*rand la despre noi si despre rosii*/
	color: #333;
	font-size: 30px;
}
.modal-title{
	color:#ef4229;
}
p{ /* descriere rosii carusel */
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #333;
}
span{
	color:#ef4229;
}
.despre-noi p, .despre-rosii p{ /*paragraf la despre noi si despre rosii */
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333;
}
.nav > li > a{
	font-family: 'LeonMedium', sans-serif;
	font-size: 20px;
	color:#ef4229 !important;
}
.nav > li > a:hover, .nav > li > a.nav-active{
	background: transparent;
	color: #333 !important;
	-webkit-transition-duration: 0.6s; /*Safari*/
    transition-duration: 0.6s;
    outline:none;
}
::-webkit-input-placeholder {
   font-family: 'Lato', sans-serif;
   font-weight: 400;
   font-size: 18px;
   color:#979797;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: 'Lato', sans-serif;
   font-weight: 400;
   font-size: 18px;
   color:#979797;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'Lato', sans-serif;
   font-weight: 400;
   font-size: 18px;
   color:#979797;
}

:-ms-input-placeholder {  
   font-family: 'Lato', sans-serif;
   font-weight: 400;
   font-size: 18px;
   color:#333;
}
input[type=text], input[type=tel], input[type=email], textarea{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	padding-left: 20px;
}
.footer{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #8e8e8e;
	font-size: 16px;
}
/* BUTOANE */
.button-normal, .button-invers:hover{
	background-color: #ef4229;
	font-family: 'LeonMedium', sans-serif;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding:6px 12px;
	border: 1px solid #ef4229;
	border-radius: 25px;
	width:250px !important;
	outline:none;
}
.button-invers, .button-normal:hover{
	background-color: #fff;
	font-family: 'LeonMedium', sans-serif;
	font-size: 24px;
	color: #ef4229;
	text-align: center;
	text-decoration: none;
	padding:6px 12px;
	border: 1px solid #ef4229;
	border-radius: 25px;
	width:250px !important;
	outline:none;
}
.button-normal:hover, .button-invers:hover{
	-webkit-transition-duration: 0.6s; /*Safari*/
    transition-duration: 0.6s;
}
.btn.focus, .btn:focus{
	color:#ef4229;
	outline:none;
}
#primulbtn{
	margin-right: 20px;
}
@media(max-width: 490px){
	#primulbtn{
		margin-right: 0px;
		margin-bottom: 20px;
	}
}
@media(min-width: 491px) and (max-width: 511px){
	#primulbtn{
		margin-right: 0px;
	}
}
@media(max-width: 575px){
	.button-normal, .button-invers,
	.button-normal:hover, .button-invers:hover,
	.button-normal:focus, .button-invers:focus{
		width:220px !important;
	}
}
.orange_link{
	color: #ef4229;
	margin: -5px 0 10px;
	display: block;
	transition: all 0.3s;
}
.orange_link:hover{
	color: #333;
	text-decoration: none;
}
/* meniu */
.navbar-inverse{
	background-color: #fff;
	border-bottom: none;
}
.navbar-inverse .navbar-toggle{
	border-color:#ef4229;
	margin-top: 23px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background-color:#fca497;
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #ef4229;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border-color:#fff;
}
.navbar-brand,
.navbar-nav li a {
    line-height: 80px;
    height: 80px;
    padding-top: 0;
}
/* carusel slider */
.carousel{
	margin-top: -25px;
}
.carousel-caption {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
.carousel-control .icon-prev:before{
	font-family: FontAwesome;
	content:"\f137";
	color:#fff;
}
.carousel-control .icon-next:before{
	font-family: FontAwesome;
	content:"\f138";
	color:#fff;
}
/* FEW WORDS */
.few-words{
	padding-top:52px;
	padding-bottom: 57px;
}
.few-words h2{
	margin-top:0px;
	margin-bottom: 34px;
}
/* DESPRE NOI SI DESPRE ROSII*/
.despre-noi, .despre-rosii{
	padding-top: 133px;
	padding-bottom: 133px;
}
.despre-noi{
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 80%), 
    url('../img/despre-noiBG.jpg')  no-repeat;/* Chrome10-25,Safari5.1-6 */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 80%), 
    url('../img/despre-noiBG.jpg')  no-repeat; /* FF3.6-15 */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 80%),
    url('../img/despre-noiBG.jpg')  no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: cover;
    background-position: right center;  
}
.rosii-indigo{
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 80%), 
    url('../img/rosii-indigoBG1.jpg')  no-repeat;/* Chrome10-25,Safari5.1-6 */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 80%), 
    url('../img/rosii-indigoBG1.jpg')  no-repeat; /* FF3.6-15 */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 80%),
    url('../img/rosii-indigoBG1.jpg')  no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: cover;
    background-position: right center;  
}
.evenimente{
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 80%), 
    url('../img/20160802_161728.jpg')  no-repeat;/* Chrome10-25,Safari5.1-6 */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 80%), 
    url('../img/20160802_161728.jpg')  no-repeat; /* FF3.6-15 */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 80%),
    url('../img/20160802_161728.jpg')  no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: cover;
    background-position: right center;  
}

@media(max-width: 768px){
	.despre-noi{
		background-image: url('../img/despre-noiBG1.jpg');
		background-size: cover;
		background-position: right center;
		background-repeat: no-repeat;
	}
	.rosii-indigo{
		background-image: url('../img/rosii-indigoBG1mob.jpg');
		background-size: cover;
		background-position: right center;
		background-repeat: no-repeat;
	}
	.evenimente{
		background-image: url('../img/20160802_161728mobile.jpg');
		background-size: cover;
		background-position: right center;
		background-repeat: no-repeat;
	}
}
.despre-rosii{    
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 55%), 
    url('../img/despre-rosiiBG.jpg')  no-repeat;/* Chrome10-25,Safari5.1-6 */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 55%), 
    url('../img/despre-rosiiBG.jpg')  no-repeat; /* FF3.6-15 */
    background: linear-gradient(135deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 55%),
    url('../img/despre-rosiiBG.jpg')  no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: cover;
    background-position: right center;     
}
@media(max-width: 768px){
	.despre-rosii{
		background-image: url('../img/despre-rosiiBG1.jpg');
		background-size: cover;
		background-position: right center;
		background-repeat: no-repeat;
	}
}
.despre-noi h2, .despre-rosii h2{
	margin-top: 0px;
	margin-bottom: 38px;
}
.despre-noi h3, .despre-rosii h3{
	margin-top: 0px;
	margin-bottom: 45px;
}
.despre-noi p, .despre-rosii p{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 30px;
}
/* MODAL   */

.modal-body{
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.modal-open{
	overflow: auto;
	padding-right: 0px !important;
}
/* SOIURI */
.soiuri{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 74px;
}
.soiuriimg{
	width:100%;
}
.soiuri h2{
	margin-top: 0px;
	margin-bottom: 0px;
}
.tomatodesc h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
.tomatodesc p{
	margin: 21px auto 0;
	width:95%;
}
/* carusel soiuri */

/*    hr    */
hr{
	border-top: 1px solid #f58e7f;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hr {
	text-align: center;
	padding-top: 46px;
	padding-bottom: 18px;
}
.hr img {
	position: relative;
	top: -14px;
	background-color: #fff;
	padding-left: 8px;
	padding-right: 8px;
}
.blankspace .hr{
	padding-top: 58px;
	padding-bottom: 30px;
}
/*    CONTACT    */
.contact{
	padding-top: 57px;
	padding-bottom: 57px;
	text-align: center;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30% ,rgba(255,255,255,0) 80%), 
    url('../img/contactBG.jpg')  no-repeat;/* Chrome10-25,Safari5.1-6 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30% ,rgba(255,255,255,0) 80%), 
    url('../img/contactBG.jpg')  no-repeat; /* FF3.6-15 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 80%),
    url('../img/contactBG.jpg')  no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    background-size: cover;
    background-position: right bottom;
}
@media(max-width: 768px){
	.contact{
		background-image: url('../img/contactBG1.jpg');
		background-size: cover;
		background-position: right bottom;
		background-repeat: no-repeat;
	}
}
.contact h2{
	margin-top: 0px;
}
input[type=text], input[type=tel], input[type=email], textarea{
	width:100%;
	line-height: 24px;
	background-color: #fff;
	border: 1px solid #ef4229;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
textarea{
	resize:none;
}

/*    FOOTER     */
.footer{
	background-color: #ededed;
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
}
.img_link{
	text-align: center;
}
.img_link a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 18px;
	transition: all 0.3s;
}
a .nume_studiu {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 18px;
	transition: all 0.3s;
}
.follow_us{
	position: relative;
}
.follow_us:after{
	font-family: FontAwesome;
	content: '\f0da';
	position: absolute;
	margin-left: 5px;
	transition: all 0.3s;
	color: #ef4229;
}
.follow_us:hover:after{
	margin-left: 10px;
	color: #333;
}
a.no_underline:hover,
a.no_underline:focus{
	text-decoration: none;
}
a.no_underline:hover .nume_studiu{
	text-decoration: none;
	color: #ef4229;
}
.img_link a:hover{
	text-decoration: none;
	color: #ef4229;
}
.img_link img{
	margin-bottom: 25px;
}
.lucrari_imagine{
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}
.lucrari_imagine img{
	width: auto;
	max-width: 174px;
	max-height: 174px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
a:focus{
	outline: none !important;
}
.orange_link:focus{
	text-decoration: none;
}
/* other resolutions */
@media(min-width: 768px) and (max-width: 1400px){
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 30px;
	}
	h3, h3.motto{
		font-size: 26px;
	}
}
@media(max-width: 767px){
	h1{
		font-size: 24px;
		width:auto;
	}
	h2{
		font-size: 28px;
	}
	h3, h3.motto{
		font-size: 24px;
	}
	p{
		font-size: 16px
	}
	.img_link img{
		margin-bottom: 10px;
	}
	.lucrari_imagine{
		margin-bottom: 10px;
	}
}
/* menu collapse below 1200 px wide */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
    .navbar-nav li a{
    	line-height: 20px;
    	height:50px;
    }
}