@charset utf-8;
/* CSS Document */
/*
Theme Name:  Rozana - from Creative WP.k
Description:  Rozana - Multi Purpose Bootstrap Retina Raedy Template
Version: 1.0 - initial release
Author:  Creative WP
Website:  http://creative-wp.com/demos/rozana
*/

/* 
CSS General
*/


/* == Slider == */

.full-background 
	{
		margin:0 auto;
		width:100%;
		padding:0;
		height:100%;
		position:relative;
		background: url(http://creative-wp.com/8-9/img/background/fullbackground_2.jpg) no-repeat center center #2a2a2a;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

.full-background .transparent-bg
	{
		background:#FFFFFF;
	}

.full-background h3
	{
		color:#554c45;
		font-weight:300;
		font-family: Georgia, serif;
		line-height:normal;
		
	}

.full-background span.line span 
	{
		width: 120px;
		height: 2px;
		display: inline-block;
		background:#ffffff;
	}

.full-background .title-slide-bold {
	
		color:#554c45;
		font-size:80px;
		line-height:80px;
		margin-top:60px;
		margin-bottom:20px;
	}

.full-background h3.slogan-text
	{
		color:#554c45;
		font-weight:300;
		margin-bottom:40px;
		/*margin-left:10%;
		text-align:left;*/
	}

#services-onepage .transparent-bg
	{
		background:rgba(0,0,0,0.6);
	}

#fade h1 
	{
		color:#fff;
		font-size:60px;
		margin:60px 0;
	}
	
/* ========== END ======== */
/* Last Modified 28-9-2014 */