@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-image: url(../../img/pattern/pw_maze_black.png);
		background-color:rgb(255,255,255);
		background-repeat:repeat;
		background-attachment:fixed;
	}

.full-background h3 
	{
		text-transform: capitalize;
		font-weight:300;
		color:#ffffff;
	}

.full-background h3.slogan-text 
	{
		margin-bottom:40px;
		color:#ffffff;
	}


.full-background span.line span
	{
		width: 120px;
		height: 2px;
		display: inline-block;
		background:#ffffff;
	}

.full-background .title-slide-bold 
	{
		font-size:80px;
		line-height:80px;
		margin-top:10px;
		margin-bottom:40px;
		font-weight:400;
		color:#ffffff;
	}


@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.full-background
		{
			background-image: url../../img/pattern/pw_maze_black@2X.jpg);
			 background-repeat:repeat;
			 background-size: 288px 96px;
		}
}

/* ========== END ======== */
/* Last Modified 28-9-2014 */