/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #5B6E7F; color: #fff; text-shadow: none; }
::selection { background: #5B6E7F; color: #fff; text-shadow: none; }

a {  text-decoration: none }
a:visited { }
a:hover { text-decoration: underline }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; padding-right: 20px;}


/* ==|== primary styles =====================================================
   Author: moxi 
   ========================================================================== */

html{
	height: 100%;
}


body{
	text-align: center;
	height: 100%;
	font-family: 'LatoLight', Arial,sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.3em;
	
	min-width: 420px;
}

#container{
    position: relative;
    text-align: left;
    top: 70px;
    width: 100%;
    z-index: 50;
    margin: auto;
    background-color: #FFFFFF;
    padding-top: 40px;
    border-top: solid 1px #bbbbbb;
    overflow: hidden
}

#title{
	padding: 25px;
	font-family: 'Chancery', cursive;
	font-size: 1.85rem;
}

.container_1{
	top: 670px !important;
	font-size: 14px
 
/* 	-webkit-box-shadow: 0 8px 6px 6px grey;
	   -moz-box-shadow: 0 8px 6px 6px grey;
 
box-shadow: 0 8px 6px 6px grey;*/
}


#header{
	   background-color: white;
    border-bottom: 1px solid #BBBBBB;
    font-size: 18px;
    
    width: 100%;
    z-index: 100;
    color: #666;

    
}


#back {
       /*border-right: 1px solid #BBBBBB;*/
    float: left;
    height: 46px;
	margin-right: -7rem;
    padding: 25px 20px 0;
    font-family: 'Josefin Slab', serif;
    font-size: 1.5rem;
 }
#back img {
    margin-right: 15px;
}

#logo {
      float: right;
    height: 45px;
    padding: 11px 20px 0;
    width: 55px;
 }


h1{
font-size: 18px;
font-weight: normal;
margin: 25px 0 20px;
text-transform: uppercase;
font-family: 'LatoLight', Arial,sans-serif;
color: #666
}

h2{
font-size: 16px;
font-weight: normal;
margin: 0 0 10px 0;
text-transform: uppercase;
font-family: 'LatoLight', Arial,sans-serif;
color: #464646
}

h3{
font-style: italic;
font-size: 16px;
font-weight: normal;
margin: 0;
font-family: 'LatoLight', Arial,sans-serif;
}


h4{
font-size: 16px;
font-weight: normal;
margin: 10px 0 0px 0;
text-transform: uppercase;
font-family: 'LatoLight', Arial,sans-serif;
color: #585858
}



 /* Demo styles */
            html,body{background:#fff;margin:0;}
           
            .content{color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;margin:20px 10px 20px 20px;}
            h1{font-size:12px;font-weight:normal;color:#222;margin:0;}
            p{margin:0 0 20px}
            a {color:#666666;text-decoration:none;}
            .cred{margin-top:20px;font-size:11px;}

            #galleria{ height: 432px; }



@media only screen and (max-width: 630px) {

	#logo{
		display: none;
	}
	
	#back {
     float: none;
    height: 22px;
    padding: 13px 20px 0;
    margin-right: 0;
	display: none;
	}
	
	
	#header{
	   background-color: white;
    border-bottom: 1px solid #BBBBBB;
    font-size: 18px;
    
    width: 100%;
    z-index: 100;
    color: #666;
    
        background-image: none;
    
}
#title {
    padding: 15px;
}


	
}



@font-face {
	font-family: 'Chancery';
	src: url('../fonts/Apple Chancery.eot');
	src: local('☺'), url('../fonts/Apple Chancery.woff') format('woff'), url('../fonts/Apple Chancery.ttf') format('truetype'), url('../fonts/Apple Chancery.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
