@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

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: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
height: 100%;
}
body {
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:62.5%;
	background:url(../images/bg1.png) no-repeat center center fixed;
    background-size: cover;
    background-position: 50% 50%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a { outline-style: none; border-image:none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear:both;	
}
.fl {
	float:left;	
}
.fr {
	float:right;	
}
#wrapper{
	width:100%;
	height:100%;
}
#inner-wrapper{
	width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px;
	background:#fff;
}
#container{
	margin:0px 0 0 0 ;
	padding:50px 10px 5px 20px;
}
#top-panel{
	position:absolute;
	top:0;
	left:0;
	border-bottom:20px solid #197597;
	background:#0f3949 repeat-x;
   	width:100%;
	height:30px;
}
/* HEADER */
#header{
	width:100%;
	margin:auto;
	padding-top:30px;	
}
a.logo{
	margin:auto;
	display:block;
	background:url(../images/logo-new.png) no-repeat;
	background-position: 0 0;
	width:135px;
	height:76px;	
}
a.logo:hover{
	background-position:0 -76px;	
}
/* CONTENT */
#content{
	float:left;
	width:600px;
	background:#fff;
	padding:30px 10px 50px 0;
	text-align:justify;
}
h1{
	width:91%;
	margin:0 0 0 20px;
	height:auto;
	padding:0 0 0.5em 0;
	font-size:3.3em;	
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#124358;
	border-bottom:1px solid #ea9f0f;
}
h2{
	width:20%;
	font-size:2.6em;
	margin-bottom:15px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	margin:10px 0;
	padding:10px 10px 10px 10px;
	background-color:#ea9f0f;	
}	
.cat{
	width:550px;
	margin:20px auto;	
}
.galleries a{
	margin-right:20px;
	display:block;
	float:left;
}
a.image{
    float:left;
	width:250px;
	height:167px;
	position: relative; 
	overflow:hidden;
	display:block;
}
.overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -transition: .4s;
}
.image.on .overlay {
    opacity: 1;
}
/* FOOTER */

#footer, .push {
   height: 110px;   /* Height of the footer */
}
#footer{	
   width:100%;
   border-top:20px solid #197597;
   background:#0f3949 repeat-x;
}
#footer .footer-img{
	margin:auto;	
}
#footer p{
	margin:0 0 0 0;
	color:#fff;
	font-size:1.2em;
	text-align:center;
}
.tcontainer{
	width:300px;
	margin:auto;
	padding:15px 0;
}
.sni{
	position: relative;
	width:190px;
	margin:0.5em 1.5em 0 0; 
	list-style:none;	
}
.sni li a{
	display:block;
	float:left;
	height:36px;
	width:36px;
	margin:6px 0 0 10px;
	text-indent: -9999px;	
	border-radius: 50px;
}
.sni li a.fb{
	background:url(../images/fb.png) no-repeat;
	background-position: 0 0;
}
.sni li a.tw{
    background:url(../images/tw.png) no-repeat;
    background-position: 0 0;
}
.sni li a:hover{
	background-position: 0 -36px;
}
