/* 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;
}

h1,h2,h3{font-family: 'PT Sans Narrow', sans-serif;font-weight:bold;}
h4,h5,h6{font-family: 'PT Sans', sans-serif;font-weight:bold;}
h4{ font-size:20px; margin:1em 0 0; }
p{min-height:1px; font-weight: 500; font-size: 16px;}
strong{font-weight:bold;}
hr{background: #333;border: 0;height: 2px;margin: 6px auto 6px;width: 100px;}

a{color:#1074ce;text-decoration:none;}
a:hover{color:#0a487f;}

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

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

div.dl {
	margin-top: 50px;
	padding: 5px;
	border-radius: 4px;
	background: rgba(250,250,250,.3);
	border: 1px solid #bbb;
	box-shadow: inset 0 0 2px #999;
	-webkit-box-shadow: inset 0 0 3px #999;
}
p.min-text {font-size: 12px;}
.button{
    display:inline-block;
    line-height:1.1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    padding: 6px 8px;
    background:#000;
    color:#FFF;
    margin:2em 0;
}
    .button:hover{
        color:#FFF;
        background-color:#444;
    }
    .button+.button{margin-left:1em;}

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

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Sliding panels */
.curtains>li { background:#fff; box-shadow:0 0 12px #666; }
	.curtains>li:last-child{box-shadow:none}

/* MENU */
.menu{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 2;
  padding:10px;
  background-color:#000;
}
	.menu li{margin:0}
  .menu a{
  	margin:0;
    color:#fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }

h1{ font-size:65px; }
h2 {
	text-transform:capitalize;
  opacity:.9;
  font-size:24px;
}

h3 {
	font-size: 21px;
	letter-spacing: .2em;
	border-left: 5px solid #333;
	padding-left: 8px;
}

h4 {
	font-size: 21px;
	letter-spacing: .2em;
}

h5 { font-size: 18px; }
h6 {
	font-size: 18px;
	border-left: 10px solid #999;
	border-bottom: 3px solid #999;
	text-align: left;
	margin-top: 40px;
	padding-left: 10px;
}

.fixed {
	position: fixed;
  top: 160px;
  left: 150px;
  width: 200px;
}

ul.list {
	list-style-type: square;
	text-align: left;
	margin-top: 10px;
}


	p.mb20 {
		margin-top: 50px;
		font-size: 14px;
	}
	p.mb20 a {
		margin-right: .65em;
	}

/* Section 1 */

#section-1{
    background: url(../img/index_m/hd_bg2.jpg) 50% 50% no-repeat;
    background-size:cover;
}

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

    header img {
		float: left;
	}
	
	div#title {
		float: right;
		width: 300px;
		margin-right: 100px;
		margin-top: 100px;
		text-align: center;
		text-shadow: 0 0 10px #333;
	}
	div#title img { margin: 20px 0 0 100px; }
	img.icon {
		border-radius: 20px;
		box-shadow: 0 2px 4px 1px #333;  
	}

/* Section 2 */
#section-2{ background-image: url(../img/index_m/creampaper.png); }


/* Section 3 */
#section-3{ background-image: url(../img/index_m/creampaper.png); }
    #section-3 .photos{
        padding:150px 0;
        width:960px;
        margin-left:140px;
    }
    ul.step-list li {
	    float: left;
	    width: 195px;
	    /* display:block; */
	    display: inline-block;
      margin:0 20px 40px 0;
      background: rgba(250,250,250,.5); 
      border-radius: 1px; 
      padding: 14px 14px 10px 14px; 
      box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.1); 
    }
        #section-3 .photos > :last-child{margin-bottom:0}

        

        #section-3 .photos-inner{ margin-left:220px; }
        ul.step-list li {
	        position: relative;
        }
        ul.step-list li span {
        	font-size: 24px;
	        border-radius: 50%;
	        background: #333;
	        color: #fff;
	        text-align: center;
	        vertical-align: middle;
	        padding: 0 .5em;
	        position: absolute;
	        top: -13px;
	        left: -13px;
        }

#section-4{ background-image: url(../img/index_m/creampaper.png); }