@charset 'utf-8';
/* CSS Document */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: inglobal, Arial;
}
#height100 {
	height: 100%;
	min-height: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}
#padding_bottom {
	min-width: 1100px;
	padding-bottom: 100px;
}
a, .image, input, textarea, button {
	outline: 0;
}
a, .image {
	border: 0px;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
}
.table_row {
	display: table-row;
}
.wrapper {
	width: 1150px;
	margin: 0 auto;
	position: relative;
}


.help_div {
	display: inline-block;
	width: 100%;
}

.middle {
	display: inline-block;
	vertical-align: middle;
	width: 1100px;
}
.h_100 {
	height: 100vh;
	display: inline-block;
	vertical-align: middle;
}


/*------------------------ MENU -----------------------*/
#left-menu {
	position: fixed;
	left: 0px;
	top: 20%;
	z-index: 99;
	background: #fff;
	border: 1px solid #f7f0d9;
	padding: 5px 0px;
	overflow: visible;
	text-align: center;
	border: 1px solid #e0e0e0;
}



#left-menu .logo {
	text-align: center;
}
#left-menu .show-hide {
	width: 33px;
	height: 33px;
	background: url('../../img/specific/arrow_left.jpg') center center;
	border: 1px solid rgba(154, 188, 152, 0.5);
	position: absolute;
	top: 30px;
	right: -36px;
	cursor: pointer;
	text-align: center;
}

#left-menu .show-hide.hover {
	background: url('../../img/specific/arrow_right.jpg') center center;
}


#left-menu .company-name {
	font-size: 20px;
	color: #ebb065;
	font-family: "Malina";
	text-align: center;
	overflow: hidden;
	margin: 0px auto 15px auto;
	position: relative;
	z-index: 9;
}

#left-menu .company-name p {
	margin: 0px;
	line-height: 100%;
}



#left-menu ul {
	margin: 0px;
	padding: 5px 35px 5px 35px;
	border-top: 1px solid #e0e0e0;
	list-style-type: none;
	text-align: left;
}

#left-menu ul li {
	margin: 3px 0px;
	text-align: center;
}

#left-menu ul li a {
	color: #c2c2c2;
	text-decoration: none;
	font-size: 16px;
	font-family: inglobal;
	display: inline-block;
	padding: 10px 10px;
}

#left-menu ul li a:hover,
#left-menu ul li a.active {
	color: #d98a42;
	background: url('../../img/specific/menu_hover.png') repeat-x center bottom;
	
}

/*----------HEADER -----*/

#header {
	background: #358bbb;
	text-align: center;
}

#header .logo {
	text-decoration: none;
	margin: 10px auto;
	padding: 0px 30px;
	padding-bottom: 10px;
	display: inline-block;
	background: url('../../img/specific/under_logo.png') no-repeat center bottom;
}

#header .logo p {
	color: #f1bc79;
	margin: 0px;
	font-family: Malina;
	font-size: 28px;
}


/*---------CONTENT ------------*/

#content {
	text-align: center;
	line-height: 150%;
	padding-bottom: 20px;
	position: relative;
}
#content .middle {
	text-align: left;
}

#content h1 {
	text-align: center;
	color: #2783b6;
	font-size: 36px;
	font-family: inglobalb;
	margin-top: 40px;
	margin-bottom: 20px;
}

#content h2 {
	color: #e8b97d;
	font-size: 24px;
	margin: 10px 0;
}


#content a {
	color: #2783b6;
	text-decoration: none;
	background: url('../../img/specific/a_decoration.png')  repeat-x left bottom;
}
#content a:hover {
	background: none;
}


#content .gallery .album {
	margin: 10px;
	display: inline-block;
	position: relative;
	width: 246px;
	height: 160px;
}

#content .gallery .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border: 7px solid #e9eaec;
	box-sizing: border-box;
	overflow: hidden;
	height: 160px;
}
#content .gallery .album.active .image {
	border: 7px solid #e8b97d;
}
#content .gallery .image img {
	width: 100%;
}

#content .gallery .album:hover {
	z-index: 99;
}



#content .fotos {
	padding: 10px;
}

#content .fotos a {
	display: inline-block;
	width: 246px;
	height: 160px;
	overflow: hidden;
	text-decoration: none;
	background: none;
	margin: 15px 20px 15px 0px;
	box-sizing: border-box;
	border: 7px solid #dcdcdc;
}
#content .fotos a img {
	width: 100%;
	height: auto;
}
/*---------FOOTER--------------*/
.footer {
	background: url('../../img/specific/footer_bg.jpg') bottom center;
	min-height: 100px;
	margin-top: -100px;
	text-align: center;
}
.footer .h100 {
	height: 100px;
	display: inline-block;
	vertical-align: middle;
}

.footer .middle {
	text-align: justify;
}

.footer .logo {
	text-align: left;
	margin-top: 5px;
	display: inline-block;
}

.footer .logo .img,
.footer .logo .copyrite {
	display: inline-block;
	vertical-align: middle;
}
.footer .logo p {
	font-size: 12px;
	margin: 0px;
}

.footer .logo .site_name {
	font-size: 34px;
	color: #c7893d;
	font-family: "Malina";
	margin: 0px;
	line-height: 35px;
}


.footer .creator {
	display: inline-block;
	vertical-align: bottom;
}
.footer .creator p {
	margin: 5px 0px;
}

	
