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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}

* {
	padding:0;
	margin:0;
	box-sizing:border-box;
}

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	background:#e3e3e3;
}

html {
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	text-align:left;
}

#wrapper {
	width:100%;
	margin: 0 auto;
	text-align:left;
}

#outer {
	margin:0 auto;
	padding:0;
}

#inner {
	text-align:center;	
}

#inner .logo {
	margin:0 auto;
	padding:35px 0 60px;
	text-align:center;
	z-index:1;
}

#inner .logo img {
	width:auto;
	height:auto;
	max-width:311px;
	max-height:190px;
	margin:0 auto;
	display:block;
}

#content {
	text-align:left;
	position:relative;
	background:url(../images/background.jpg) no-repeat center;
	background-size:cover;
}

#wraptop {
	width:100%;
	height:100%;
	position:relative;
}

#content .left {
	width:100%;
	max-width:400px;
	margin:0 0 0 100px;
	display:inline-block;
	position:relative;
	z-index:10000;
}

#wraptop .top li {
	max-width:256px;
	margin:0 auto;
	padding:5px 0 0;
	text-align:center;
	text-transform:uppercase;
	list-style-type:none;
}

#wraptop .top li:first-child {
	padding:0;
}

#wraptop .top li a {
	padding:15px 50px;
	font-size:18px;
	color:#231F20;
	background:#8DD4DF;
	display:block;

	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
}

#wraptop .top li a:hover {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-o-filter: brightness(110%);
}

#wraptop .left .top {
	height:200px;
}

#wraptop .left .bottom {
	width:100%;
	max-width:400px;
	height:225px;
	display:block;
	background:#49C1DB url(../images/img-camera.jpg) no-repeat center;
	background-size:contain;
}

#wraptop .left .bottom > * {
	text-transform:uppercase;
	line-height:120%;
}

#wraptop .left .bottom .line1 {
	font-size:28px;
	color:#fff;
}

#wraptop .left .bottom .line2 {
	color:#FDC753;
	text-shadow:3px 3px 0px #F6921E;
}

#wraptop .left .bottom .top2 .line1 {
	padding:30px 0 0 100px;
}

#wraptop .left .bottom .top2 .line2 {
	padding:20px 0 0 100px;
}

#wraptop .left .bottom .top2 .line2 {
	font-size:50px;
}

#wraptop .left .bottom .bottom2 .line1 {
	padding:24px 0 0 160px;
}

#wraptop .left .bottom .bottom2 .line2 {
	padding:10px 0 0 160px;
}

#wraptop .left .bottom .bottom2 .line2 a {
	font-size:31px;
	color:#FDC753;
}

#wraptop .left .bottom .bottom2 .line2 a:hover {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-o-filter: brightness(110%);
}

#content .right {
	position:absolute;
	top:0; right:10px;
	z-index:10;
}

#content .right img {
	width:auto;
	height:auto;
	max-width:660px;
	max-height:590px;
	margin:0 auto;
	display:block;
}

#footer {
	padding:70px 68px 50px;
	text-align:left;
	color:#fff;
	background:#0AA9C0;
}

#footer .wraptext {
	max-width:500px;
	padding:0;
	margin:0;
	display:block;	
	position:relative;
	z-index:100;
}

#footer .wraptext ul li {
	width:48%;
	padding:0 10px; margin:0;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	list-style-type:none;
}

#footer .wraptext ul li > * {
	min-height:20px;
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
}

#footer .wraptext ul li .text {
	padding:9px 0 10px;
}

#footer .wraptext ul li.address .text {
	width:calc(100% - 40px);
	padding:7px 0 10px;
}

#footer .wraptext ul li .icon {
	width:20px;
	height:32px;
	margin:0 10px 0 0;
	padding:0;
	background-repeat:no-repeat;
	background-position:center;
	background-size:20px;
}

#footer .wraptext ul li.address .icon {
	background-image:url(../images/icon-location.png);
}

#footer .wraptext ul li.email .icon {
	background-image:url(../images/icon-email.png);
}

#footer .wraptext ul li.phone .text {
	word-wrap: break-word;
}

#footer .wraptext ul li.phone .icon {
	background-image:url(../images/icon-telp.png);
}

#footer .wraptext ul li.phone .text {
	font-size:16px;
}

#footer .wraptext ul li.instagram .icon {
	background-image:url(../images/icon-instagram.png);
}

#footer .wraptext ul li.instagram .text {
	font-style:italic;
}

#footer .wraptext ul li.phone .icon,
#footer .wraptext ul li.instagram .icon {
	padding:0 0 0 30px;
}

#footer .wraptext ul li a {
	color:#fff;
}

#footer .wraptext ul li a:hover {
	filter: brightness(90%);
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-ms-filter: brightness(90%);
	-o-filter: brightness(90%);
}

a {
	color:#FDC753;
	text-decoration:none;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

a:hover {
	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

img {
	max-width:100%;
}