html,body {
margin:0;
padding:0;
text-align:;
}


h1,h2,h3,h4,h5,h5 {
margin: 0;    
padding: 0;
display: inline-block;
}

.form_background {
  background: rgba(236,237,230,0.2) ;
  padding: 6px; 
  -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px; 
}
.user_centre {
text-align: center;    
}

.border {
 border: 1px solid #333;    
}
.padding {
padding: 4px;    
}
/*############## MAIN DIVS #############*/
#wrapper {
float:left;
width:100%;
height:100%;
}

#ipad_image_wrapper {
float:left;
width:768px;
height:1024px;
}

#note_wrapper {
 float: left;
 margin-left: 2%;
 margin-top: 2%;
 width: 420px;   
}
#calendar {
    background:;
    display: inline-block;
    padding: 1em;
    margin:;
    font-family: 'Give You Glory', cursive;
    margin-top:1%;
    margin-left:2%;
    box-shadow:0 10px 10px 2px rgba(0,0,0,0.3);
}


/*############ MAIN CLASSES ###################*/
.hidden {
width:0;
height:0;
visibility:hidden;
}
/*############# FONTS ################################*/
@font-face {
	font-family: 'InfernosSpicy';
	src: url('../fonts/InfernosSpicy.eot?') format('eot'), 
	     url('../fonts/InfernosSpicy.woff') format('woff'), 
	     url('../fonts/InfernosSpicy.ttf')  format('truetype'),
	     url('../fonts/InfernosSpicy.svg#InfernosSpicy') format('svg');
}
.main_heading { 
    text-decoration: underline;
 	font-family: 'InfernosSpicy';
    padding: 0.3em 0; 
    font-size: 2.8em;
    letter-spacing: 0.1em;   
}
/* ######### STYLED PAPER EFFECT ##################*/
.paper {
width:100%;
margin-top:0px;
display:inline-block;
float:;
padding:6px 5px 6px 5px;
position:relative;
color:#444;
line-height:20px;
border:0px solid #d2d2d2;
background:#fff;
background:-webkit-gradient(linear,0 0,0 100%,from(#d9eaf3),color-stop(4%,#fff)) 0 4px;
background:-webkit-linear-gradient(top,#d9eaf3 0%,#fff 8%) 0 4px;
background:-moz-linear-gradient(top,#d9eaf3 0%,#fff 8%) 0 4px;
background:-ms-linear-gradient(top,#d9eaf3 0%,#fff 8%) 0 4px;
background:-o-linear-gradient(top,#d9eaf3 0%,#fff 8%) 0 4px;
background:linear-gradient(top,#d9eaf3 0%,#fff 8%) 0 4px;
-webkit-background-size:100% 20px;
-moz-background-size:100% 20px;
-ms-background-size:100% 20px;
-o-background-size:100% 20px;
background-size:100% 20px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.07);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.07);
box-shadow:0 1px 2px rgba(0,0,0,0.07);
}

.outer_frame {
display:inline-block;
float:left;
background:#f5f5f5;
margin:10px;
width:100%;
height:100%;
border:2px solid #000;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
-webkit-box-shadow:0px 0px 24px 0px rgba(50,50,50,0.75);
-moz-box-shadow:0px 0px 24px 0px rgba(50,50,50,0.75);
box-shadow:0px 0px 24px 0px rgba(50,50,50,0.75);
}

.inner_frame {
width:100%;
height:100%;
border:4px solid #fff;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
}

.camera {
position:relative;
left:48%;
right:48%;
top:25px;
width:0px;
height:0px;
border:8px solid #000;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
}

.screen {
padding: 0.5%;    
background:#6e6e6e;
margin:65px auto;
width:80%;
height:80%;
border:1px solid #000;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
overflow: hidden;
text-align: left;
font-family: ‘Lucida Console’, Monaco, monospace;
color: #e5e5e5;
line-height: 90%;
}

.button { 
position:relative;
left:48.5%;
right:;
bottom:45px;
width:60px;
height:60px;
border:1px solid #000;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
}

.inner_button {
width:58px;
height:58px;
border:1px solid #aaa;
-webkit-border-radius:29px;
-moz-border-radius:29px;
border-radius:29px;
-webkit-box-shadow:inset 0px 0px 18px 3px #e3e3e3;
-moz-box-shadow:inset 0px 0px 18px 3px #e3e3e3;
box-shadow:inset 0px 0px 18px 3px #e3e3e3;
}

.on_off {
position:relative;
left:40.5%;
right:;
top:20px;
width:12px;
height:12px;
border:3px solid #aaa;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
}

.angle {
-webkit-transform:rotate(-1.0deg);
-moz-transform:rotate(-1.0deg);
-o-transform:rotate(-1.0deg);
-ms-transform:rotate(-1.0deg);
transform:rotate(-1.0deg);
}

.note {
color:#333;
display:inline-block;
float:;
width:400px;
height:390px;
text-align:left;
padding:4px;
box-shadow:0 10px 10px 2px rgba(0,0,0,0.3);
overflow:hidden;
margin-top:1%;
margin-left:2%;
font-family: 'Give You Glory', cursive;
color: #3063A5;
line-height: 90%;
}

.yellow {
background:#eae672;
-webkit-transform:rotate(-1deg);
-moz-transform:rotate(-1deg);
-o-transform:rotate(-1deg);
-ms-transform:rotate(-1deg);
transform:rotate(-1deg);
}

.heading {
 padding: 0.5em;   
}

.pubdate_text {
text-align:right;
font-size:75%;
}

/*#################### CSS FOR PAPER STACK ######################*/
.letter {
float:left;
background:#fff;
box-shadow:0 0 10px rgba(0,0,0,0.3);
margin-top:1%;
margin-left:2%;
max-width:320px;
min-height:300px;
padding:24px;
position:relative;
width:80%;
}

.letter:before,.letter:after {
content: " ";
height:98%;
position:absolute;
width:100%;
z-index:-1;
}

.letter:before {
background:#fafafa;
box-shadow:0 0 8px rgba(0,0,0,0.2);
left:-5px;
top:4px;
transform:rotate(-2.5deg);
}

.letter:after {
background:#f6f6f6;
box-shadow:0 0 3px rgba(0,0,0,0.2);
right:-3px;
top:1px;
transform:rotate(1.4deg);
}
/*####### CSS FOR NOTES ###############*/
.notepaper {
display:inline-block;
overflow: hidden;
position:relative;
margin-left:;
padding:4px 4px 4px 35px;
height:390px;
width:400px;
line-height:30px;
color:#6a5f49;
text-shadow:0 1px 1px white;
background-color:#f2f6c1;
background-image:-webkit-radial-gradient(center,cover,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.1) 90%),-webkit-repeating-linear-gradient(top,transparent 0%,transparent 29px,rgba(239,207,173,0.7) 29px,rgba(239,207,173,0.7) 30px);
background-image:-moz-radial-gradient(center,cover,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.1) 90%),-moz-repeating-linear-gradient(top,transparent 0%,transparent 29px,rgba(239,207,173,0.7) 29px,rgba(239,207,173,0.7) 30px);
background-image:-o-radial-gradient(center,cover,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.1) 90%),-o-repeating-linear-gradient(top,transparent 0%,transparent 29px,rgba(239,207,173,0.7) 29px,rgba(239,207,173,0.7) 30px);
border:1px solid #c3baaa;
border-color:rgba(195,186,170,0.9);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.5),inset 0 0 5px #d8e071,0 0 1px rgba(0,0,0,0.1),0 2px rgba(0,0,0,0.02);
box-shadow:inset 0 1px rgba(255,255,255,0.5),inset 0 0 5px #d8e071,0 0 1px rgba(0,0,0,0.1),0 2px rgba(0,0,0,0.02);
}

.notepaper:before,.notepaper:after {
content: ' ';
position:absolute;
top:0;
bottom:0;
}

.notepaper:before {
left:28px;
width:2px;
border:solid #efcfad;
border-color:rgba(239,207,173,0.9);
border-width:0 1px;
}

.notepaper:after {
z-index:-1;
left:0;
right:0;
background:rgba(242,246,193,0.9);
border:1px solid rgba(170,157,134,0.7);
-webkit-transform:rotate(2deg);
-moz-transform:rotate(2deg);
-ms-transform:rotate(2deg);
-o-transform:rotate(2deg);
transform:rotate(2deg);
}
.notepaper p {
font-family: 'Bad Script', cursive;
color: #0D4F8B;  
text-align: left;
line-height: 100%; 
padding: 0; 
margin: 0;  
}
.notepaper h3 {
padding: 0; 
margin: 0;   
font-family: 'Bad Script', cursive;    
color: #0D4F8B;    
}

.smily_1 { 
border: 1px solid #aaa;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
display: inline-block;
font-family: 'InfernosSpicy';
font-size: 1.6em;
-webkit-transform:rotate(80deg);
-moz-transform:rotate(80deg);
-ms-transform:rotate(80deg);
-o-transform:rotate(80deg);
transform:rotate(80deg);
padding: 1%; 
margin: 2%;
}



/*#################### RESPONSIVE MEDIA QUERY DESIGN #################*/
@media screen and (max-width:768px) {
#ipad_image_wrapper {
width:100%;
height:;
}

.outer_frame {
width:95%;
margin:;
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
}

.inner_frame {
width:99%;
}
}

@media screen and (max-width:360px) {
#wrapper {
width:100%;
height:;
}

.outer_frame {
width:91%;
height:50%;
margin:;
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
}

.inner_frame {
width:95%;
height:98%;
}

.screen {
height:70%;
}

.button {
position:relative;
left:48%;
right:48%;
bottom:45px;
width:30px;
height:30px;
border:1px solid #000;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
}

.inner_button {
width:28px;
height:28px;
border:1px solid #aaa;
-webkit-border-radius:29px;
-moz-border-radius:29px;
border-radius:29px;
-webkit-box-shadow:inset 0px 0px 18px 3px #e3e3e3;
-moz-box-shadow:inset 0px 0px 18px 3px #e3e3e3;
box-shadow:inset 0px 0px 18px 3px #e3e3e3;
}

.on_off {
position:relative;
left:35%;
right:35%;
top:10px;
width:6px;
height:6px;
border:1px solid #aaa;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
}


/* ################  VISITOR COUNER   ########################### */

.visitorcounter {
width:;
background:rgba(51,51,51,0.2);
font-size:110%;
padding:2px;
/*-webkit-border-top-right-radius:20px;
-webkit-border-bottom-left-radius:20px;
-moz-border-radius-topright:20px;
-moz-border-radius-bottomleft:20px;
border-top-right-radius:20px;
border-bottom-left-radius:20px;*/
}

#footer { 
font-size:65%;
clear:both;
 padding-top: 1%;
text-align:center;
position:;
bottom:8px;
left:40%;
right:40%;
line-height: 90%;
}

#footer p {
margin:0;
}

/*#####Spinner CSS #################################*/
.spinner {
height:36px;
width:36px;
margin:120px auto;
position:relative;
-webkit-animation: rotation 1s infinite linear;
-moz-animation: rotation 1s infinite linear;
-o-animation: rotation 1s infinite linear;
animation: rotation 1s infinite linear;
border-left:6px solid rgba(0,174,239,.15);
border-right:6px solid rgba(0,174,239,.15);
border-bottom:6px solid rgba(0,174,239,.15);
border-top:6px solid rgba(0,174,239,.8);
border-radius:100%;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(360deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(360deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}
