/* Curtain.js - Example page */

/* Google Font */
@import url(http://fonts.googleapis.com/css?family=PT+Serif|PT+Sans+Narrow:700|PT+Sans);


/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/* Clearfix */
.cf:before,
.cf:after { content:"";display:table; }
.cf:after { clear:both; }
.cf { zoom:1;}

/* Base Style */
body {
    font:14px/1.6 'PT Serif', serif;
    font-weight: 400;
    color:#222;
    -webkit-font-smoothing: antialiased;
    line-height: 180%;
}

h1,h2,h3{font-family: 'PT Sans Narrow', sans-serif;font-weight:bold;text-transform: uppercase;}
h4,h5,h6{font-family: 'PT Sans', sans-serif;font-weight:bold; color: #8C6800;}
h4{ font-size:20px; margin:1em 0 0; }
p{min-height:1px;}
strong{font-weight:bold;}
hr{background: #8C6800;border: 0;height: 2px;margin: 12px auto 8px;width: 60px;}

a{color:#FF7373;text-decoration:none;}
a:hover{color:#FF9999;}

article{
    text-align:center;
    padding:150px 0;
    width:250px;
    margin:0 auto;
}

    article h4:first-child{ margin:0; }
    article p{ text-align:justify; }

.button{
    display:inline-block;
    line-height:1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    padding: 6px 8px;
    background:#FF7373;
    color:#FFF;
    margin:2em 0;
}
    .button:hover{
        color:#FFF;
        background-color:#FF9999;
    }
    .button+.button{margin-left:1em;}

.align-center{text-align: center;}



/* Sliding panels */
.curtains>li {
    background:#FFF url(img/blizzard.png);
    box-shadow:0 0 12px #666;
}
    .curtains>li:last-child{box-shadow:none}

/* MENU */
#menu{
    position:fixed;
    top:20px;
    left:20px;
    z-index:20;
    padding:10px;
    background-color:#000;
}
    #menu li{margin:0}
    #menu a{
        margin:0;
        color:#FFF;
    }



/* Section 1 */

#rosebody{
    background:url(img/Fotolia_42715661_m.jpg) 50% 0 no-repeat;
    background-size:cover;
}

    #rosebody header{
        color:#FFF;
        position:absolute;
        top:30%;
        left:50%;
        margin:0 0 0 -350px;
        width:700px;
        text-align:center;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
        line-height:1.1;
    }

    #rosebody h1{
        font-size:120px;
    }

    #rosebody h2{
        text-transform:capitalize;
        opacity:.75;
        font-size:48px;
    }

/* Section 2 */
#whatsrosebody{

}

#whatsrosebody article{
background: url(img/rosebody2.png) center top no-repeat;
width: 615px;
padding-top: 300px;
}

#whatsrosebody p{
	
	padding: 50px;
	font-size: 12px;
	line-height: 200%;
	
}

/* Section 3 */
#service{
    
}
    #service .photos{
        padding:150px 0;
        margin-left:150px;
    }
        #service .photos > :last-child{margin-bottom:0}

        #service .fixed{
            position: fixed;
            top: 70px;
            left: 150px;
            width: 200px;
            background: url(img/p_065.png) center top no-repeat;
            padding-top: 210px;
            
            
        }

        #service .photos-inner{
            margin-left:300px;
            width:500px;
            margin-top: 130px;
        }

        #service .photos-inner img{
            display:block;
            margin:0 0 4em 0;
            max-width:100%;
            background: #fff; 
            border-radius: 1px; 
            padding: 14px 14px 63px 14px; 
            box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.1); 
        }
     #service li.step{
	     
	     display: inline-block;
	     width: 530px;
	     border-bottom: 1px solid #ccc;
	     padding-bottom: 100px;
	     margin-bottom: 80px;
	     
     }
     
     #service .mini{
	     
	     font-size: 0.9em;
	     color: #aaa;
	     margin-bottom: 20px;
     }
     
     #service section{
	     
	     width: 100%;
	     
     }
     
#company p{
	
	text-align: center;
	font-size: 0.9em;
	
}     
#company .mini{
	     
	     font-size: 0.9em;
	     color: #aaa;
	     margin-bottom: 5px;
	     margin-top: 20px;
	     border-bottom: 1px solid #eee;
	     
	     
     }
     
#company{
    background:url(img/c_017.png) 50% 0 no-repeat;
    background-size:cover;
}

#scrolmenu{
	
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	
}

#scrolmenu a{
	
	display: block;
	background: #FF7373;
	color: white;
	padding: 5px 11px;
	border-bottom: 1px solid #FF9999;
	
}
