/*---------------------------
[Template Structure]

Project:	 SlideOut
Version:	 1.0
Primary Use: Site Template 
Layout:      Responsive
Platforms:   Mobile & Tablet
-----------------------------


@charset "UTF-8";

/* 1. General */


body{
	height:100%;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
}

::-webkit-scrollbar { 
    display: none; 
}

.all-elements{
	position:absolute;
	overflow-x:hidden!important;	
	width:100%;
	height:100%;
	min-height:100%;
	max-height:100%;
}

/*Backgrounds */

.bg1{
    background-image:url(../images/pictures/1.jpg);   
    background-position:center center;
}

.bg2{
    background-image:url(../images/pictures/2.jpg);   
    background-position:center center;
}

.bg3{
    background-image:url(../images/pictures/3.jpg);   
    background-position:center center;
}

.bg4{
    background-image:url(../images/pictures/4.jpg);   
    background-position:center center;
}


/* Header*/

.header{
	border-top: 10px solid #457c05;
    background-color: #88ba4d;
}

.header-logo{
    margin: 15px 0 15px 5px;
    background-image:url(https://www.drioanabarb-orl.ro/pic/logo.png);
    width:89px;
    height:114px;
    float:left;
}

.logo-title1{
		font-family: 'Oswald', sans-serif;
		font-size: 17px;
		font-style: normal;
	    font-weight: 300;
	    color: #fff;
		letter-spacing: 0.5px;
		margin: 50px 0 10px 0;
}
.logo-title2{
		font-family: 'Crimson Text', serif;
		font-size: 20px;
		font-style: normal;
	    color: #457c05;
}

.header-clear{
    height:30px;
}

.open-menu{
    color:#fff;
    position:absolute;
    width:70px;
    height:80px;
    right:0px;
    top:0px;
    transition:all 250ms ease;
}

.open-menu:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.02);
    transition:all 250ms ease;
}

.open-menu i{
    width:70px;
    height:80px;
    line-height:60px;
    text-align:center;
    font-size:18px;
}

.sidebar-header{
	float: right;
	clear: both;
}

.sidebar-header a i{
    width:50px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-bottom:solid 1px rgba(255,255,255,0.05);
}

.sidebar-header a{
    color:#fff;
    width:50px;
    height:40px;
    float:right;
    border-right:solid 1px rgba(255,255,255,0.05);
    border-left:solid 1px rgba(0,0,0,0.2);
    border-bottom:solid 1px rgba(255,255,255,0.05);
    transition:all 250ms ease;
    background-color: #88ba4d;
}



.sidebar-header{
    border-bottom:solid 1px rgba(0,0,0,0.2);
    border-left:solid 1px rgba(255,255,255,0.05);
}


.sidebar-logo{
   		margin: 0.5em 0 0 1em;
}

.sidebar-logo .logo-title1{
		font-family: 'Oswald', sans-serif;
		font-size: 17px;
		font-style: normal;
	    font-weight: 400;
	    color: #88ba4d;
		margin: 10px 10px 10px 0;
		text-align:right;
}
.sidebar-logo .logo-title2{
		text-align:right;
		font-family: 'Crimson Text', serif;
		font-size: 20px;
		font-style: normal;
	    color: #457c05;
		margin: 0 10px 10px 0;
}

.sidebar-divider{
    background-color:#191b1c;
    height:30px;
    font-size:10px;
    font-family:'Roboto', sans-serif;
    text-transform:uppercase;
    font-weight:800;
    color:#636464;
    border-bottom:solid 1px rgba(255,255,255,0.1);
    border-top:solid 1px rgba(255,255,255,0.1);
    line-height:30px;
    padding-left:30px;
}

.sidebar-navigation{
    margin-bottom:-1px;
}
.sidebar-navigation .sidebar-contact{
    font-family: 'Oswald', sans-serif; 
	font-size: 14px; line-height: 22px;
	color: #6E6E6E;
	width: 100%;
	text-align: right;
	padding-right: 10px;
}

.sidebar-navigation li{
    position:relative;
    overflow:hidden;
    display:block;
    list-style:none;
    line-height:40px;
    /*border-bottom:solid 1px rgba(255,255,255,0.05);*/
    margin-bottom:0px;
}

.sidebar-navigation li a:hover{
    background-color:rgba(255,255,255,0.05);
}

.sidebar-navigation li a{
    padding: 10px 0 0 1em;
    color:#303031;
    font-family:'Oswald', sans-serif; font-size: 16px; line-height: 30px;
    /*border-bottom:solid 1px rgba(0,0,0,0.2);*/
    transition:all 350ms ease;
	float: right;
}
.sidebar-navigation li a img{
	display: inline;
	width: 30px; height: 30px;
	margin: 0 10px 0 10px;
	float: right;
}

.sidebar-navigation li a i:first-child{
    position:absolute;
    height:60px;
    width:60px;
    line-height:60px;
    text-align:center;
    left:10px;
    font-size:16px;
    color:#bcbdbd;
}

.sidebar-navigation li a i:last-child{
    position:absolute;
    height:60px;
    width:60px;
    text-align:center;
    line-height:60px;
    font-size:4px;
    color:#bcbdbd;
    left:205px;
}

.sidebar-navigation li .fa-caret-right{
    font-size:10px!important;
}

.sidebar-navigation li .fa-mobile{
    font-size:27px!important;
}



.active-menu{
   background-color:rgba(255,255,255,0.05); 
}

.active-menu .fa-circle{
    color:#27ae60!important;
    font-size:6px!important;
}




.blue-update i{
    background-color:#2980b9;
}

.red-update i{
    background-color:#c0392b;
}

.yellow-update i{
    background-color:#f39c12;
}

.green-update i{
    background-color:#27ae60;
}

.sidebar-update i{
    width:40px;
    height:40px;
    border-radius:40px;
    text-align:center;
    line-height:40px;
    float:left;
    color:#FFFFFF;
    margin-right:20px;
    font-size:12px;
            translate:scale(1.0, 1.0);
    -webkit-translate:scale(1.0, 1.0);
    transition:all 350ms ease;
}

.sidebar-update{
    margin-top:30px;
    margin-left:25px;
}

.sidebar-update strong{
    display:block;
    font-size:12px;
    color:#FFFFFF;
    font-weight:400;
    font-family:'Roboto', sans-serif;
}

.sidebar-update em{
    font-style:normal;
    font-size:11px;
    color:#666666;
}



.large-title h3{
    text-align:center;
}

.large-title p{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
    line-height:36px;
    text-align:center;
    font-weight:300;
}

.large-title a{
    font-weight:400;
}

/*Center Socials*/

.facebook-color{
    background-color:#3b5998;
    color:#FFFFFF;
}

.twitter-color{
    background-color:#4099ff;
    color:#FFFFFF;
}

.google-color{
    background-color:#d34836;
    color:#FFFFFF;
}

.pinterest-color{
    background-color:#C92228;
    color:#FFFFFF;
}

.sms-color{
    background-color:#27ae60;
    color:#FFFFFF;
}

.mail-color{
    background-color:#a4161a;
    color:#FFFFFF;
}

.center-socials{
    width:180px;
    margin-left:auto;
    margin-right:auto;  
    margin-bottom:0px;
    padding-top:10px;
    margin-top:-10px;
}

.center-socials a{
    transition:all 250ms ease;
    margin-bottom:30px;
}

.center-socials a:hover{
    color:#FFFFFF;
    transform:scale(1.2, 1.2);
    transition:all 250ms ease;
}

.center-socials a i{
    width:40px;
    height:40px;
    line-height:40px;
}

.center-socials .facebook-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.center-socials .twitter-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.center-socials .google-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}



/*Content Heading*/
/*///////////////*/

.content-heading{
	margin-bottom:30px;	
}

.content-heading h4{
	color:#FFFFFF;
	position:absolute;	
	z-index:9999;
	text-transform:uppercase;
	margin: 27px 0 0 0;
	padding-left:30px;
    	pointer-events:none;
    	font-weight:800;
}

.content-heading{
	max-height:100px;	
}

.content-heading p{
	color:#FFFFFF;
	position:absolute;	
	z-index:999;
	margin-top:48px;
	padding-left:30px;
	opacity:0.5;
          pointer-events:none;
}

.content-heading .overlay{
	z-index:99;
	/*background-color:rgba(0,0,0,0.8);*/
	background-color: #3fa1c6;
}

.content-heading i{
	font-size:32px;
	position:absolute;
	color:#FFFFFF;
	right:30px;	
	z-index:999;
	margin-top:36px;
    	pointer-events:none;
}

.content-heading img{
	width:100%;
	display:block;
	position:relative;
	z-index:2;
    transition:all 300ms ease;
}

.content-heading img:hover{
    filter: blur(3px);  
    -webkit-filter:blur(3px);
    transition:all 300ms ease;
}

@media (min-width:768px){
	.content-heading{
		max-height:140px;	
	}
	
	.content-heading h4{
		font-size:20px;	
		margin-top:45px;
		padding-left:30px;
	}
	
	.content-heading p{
		font-size:13px;	
		margin-top:75px;
		padding-left:30px;
	}
	
	.content-heading i{
		font-size:40px;
		margin-top:53px;
		right:30px;	
	}
}

/*Thumbnails Columns*/

.thumb-clear{
	height:40px;
	display:block;
	width:100%;
}

.thumb-left{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-left a{
	display:block;
	text-align:right;
}

.thumb-left img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
    transition:all 500ms ease;
}

.thumb-left img:hover{
    transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}

.thumb-left strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-left em{
	font-style:normal;
}

.thumb-right{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-right img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:right;
	margin-left:20px;
    transition:all 500ms ease;
}

.thumb-right img:hover{
    transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}

.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
}

.thumb-right em{
	font-style:normal;
}


@media (min-width:600px){
	.thumb-left img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-left em{
		line-height:28px;	
	}
	
	.thumb-left strong{
		padding-top:10px;	
	}
	
	.thumb-right img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-right em{
		line-height:28px;	
	}
	
	.thumb-right strong{
		padding-top:10px;	
	}	
}



/*//////*/
/*Footer*/
/*//////*/

.footer{
    background-color: #457c05;
    padding-top: 10px;
	color: #FFF;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
}
.footer p{
    clear:both;
}

.footer a{
    text-decoration: none;
	color: #FFF;
}




/*Fullscreen Slider Image*/
.slider-image-1{background-image:url(../images/pictures/3.jpg);}
.slider-image-2{background-image:url(../images/pictures/1.jpg);}
.slider-image-3{background-image:url(../images/pictures/5.jpg);}

/* homepage  */

.home-title{
	float: left;
	width: 100%;
	margin: 1em 0 0.5em 0;
	border: 0px solid #000;
}

.home-title h2{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-style: normal;
    color: #6E6E6E;
	float: left;
}
.home-title img{
	float: left;
	margin: 0 0.5em 0  1em;
	width: 30px; height: 30px;
}

.home-container{
	width: 100%;
}
.home-container p{
	text-align: justify;
	width: 100%;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

ul.features li{
	list-style: none;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #212121;
	line-height: 20px;
	margin-left: 14px;
}
	ul.features li .fa-chevron-circle-right{
		font-size: 16px;
		line-height: 18px;
		color: #dadcde;
	}
	
.home-container h1{
	font-family: 'Oswald', sans-serif;
	font-size: 16px; letter-spacing: 0px;
	line-height: 24px;
	font-style: normal;
    color: #d06107;
	float: left; width: 100%;
}
	
.home-container a{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal; 
	color: #d06107; 
	text-decoration: none; 
	text-align: left;
}

#home-contact .contact-title{
	float: left;
	font-family: 'Oswald', sans-serif; 
	font-size: 16px;
	color: #6E6E6E;
	width: 100%;
	margin: 10px 0 0 0;
}
	
#home-contact .contact-content{
	float: left;width: 100%;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px; letter-spacing: 0px; line-height: 30px;
	color: #6E6E6E;
}
	
#home-contact .contact-content a{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px; letter-spacing: 1px;
	color: #d06107; 
	text-decoration: none;
	display: inline;
}


#pages

.page-title{
	float: left;
	width: 100%;
	margin: 0 0 0.5em 0;
	border: 0px solid #000;
}

.page-title h1{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-style: normal;
    color: #6E6E6E;
	float: left;
}
.page-title img{
	float: left;
	margin: 0 0.5em 0  1em;
	width: 30px; height: 30px;
}

.page-container{
	width: 100%;
}
.page-container p{
	text-align: justify;
	width: 100%;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.page-container ul.list {
	width: 100%;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;'
}
.page-container ul.list li {
	width: 100%;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.page-container ul.list li.number {
	 list-style-type: upper-roman;
}



ul.features li{
	list-style: none;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #212121;
	line-height: 20px;
	margin-left: 14px;
}
	ul.features li .fa-chevron-circle-right{
		font-size: 16px;
		line-height: 18px;
		color: #dadcde;
	}
	
.page-container h2{
	font-family: 'Oswald', sans-serif;
	font-size: 16px; letter-spacing: 0px;
	line-height: 24px;
	font-style: normal;
    color: #d06107;
	float: left; width: 100%;
}
	
.page-container a{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal; 
	color: #d06107; 
	text-decoration: none; 
	text-align: left;
}


.maps-container{
	display:block!important;
	padding-bottom:0px;	
	box-sizing:border-box;
	max-height:300px;
	overflow:hidden;
	margin-bottom:30px;
}

.maps{
	display:block!important;
	width:100%;
	overflow:hidden;
}
	

.fb-share-button{
		float:right;
	}
	
	.form-container{ width: 100%; }
	.form-container h1{ 	
		font-family: 'Oswald', sans-serif;
		font-size: 20px; letter-spacing: 0px;
		line-height: 24px;
		font-style: normal;
	    color: #d06107;
		float: left; width: 100%;}
		
		
		#form-content .form-title1{
			float: left;
			font-family: 'Oswald', sans-serif; 
			font-size: 14px;
			color: #d06107;
			width: 100%;
			margin: 10px 0 0 0;
			text-align: justify;
		}
		
		
		#form-content .error{
			color: #d06107; 
			font-size: 14px; 
			font-style: italic; 
			display: none; 
			text-align: justify;
		}
		
		
		
		a.request-button{ background-color: #FFF; padding: 10px;
		 text-align: center; color: #d18059; text-transform: uppercase; 
		 font-size: 14px;  text-decoration: none; font-weight: bold;
	     margin-top: 10px;		
		}
		a.request-button:hover{ text-decoration: none; }
		
		