article {
	display: block;
}
aside {
	display: block;
}
details {
	display: block;
}
figcaption {
	display: block;
}
figure {
	display: block;
}
footer {
	display: block;
}
header {
	display: block;
}
hgroup {
	display: block;
}
nav {
	display: block;
}
section {
	display: block;
}
audio {
	display: inline-block;
}
canvas {
	display: inline-block;
}
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}
html {
	color: rgb(34, 34, 34); font-family: 'Open Sans', sans-serif;;
}
button {
	color: rgb(34, 34, 34); font-family: 'Open Sans', sans-serif;;
}
input {
	color: rgb(34, 34, 34); font-family: 'Open Sans', sans-serif;;
}
select {
	color: rgb(34, 34, 34); font-family: 'Open Sans', sans-serif;;
}
textarea {
	color: rgb(34, 34, 34); font-family: 'Open Sans', sans-serif;;
}
a {
	color: rgba(250, 129, 61, 1);
}
abbr[title] {
	border-bottom-color: currentColor; border-bottom-width: 1px; border-bottom-style: dotted;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(204, 204, 204) currentColor currentColor; margin: 1em 0px; padding: 0px; border-image: none; height: 1px; display: block;
}
ins {
	background: rgb(255, 255, 153); color: rgb(0, 0, 0); text-decoration: none;
}
mark {
	background: rgb(255, 255, 0); color: rgb(0, 0, 0); font-style: italic; font-weight: bold;
}
pre {
	font-family: monospace, serif; font-size: 1em; _font-family: "courier new", monospace;
}
code {
	font-family: monospace, serif; font-size: 1em; _font-family: "courier new", monospace;
}
kbd {
	font-family: monospace, serif; font-size: 1em; _font-family: "courier new", monospace;
}
samp {
	font-family: monospace, serif; font-size: 1em; _font-family: "courier new", monospace;
}
pre {
	white-space: pre-wrap; -ms-word-wrap: break-word;
}
q {
	quotes: none;
}
q::before {
	content: none;
}
q::after {
	content: none;
}
small {
	font-size: 85%;
}
sub {
	line-height: 0; font-size: 75%; vertical-align: baseline; position: relative;
}
sup {
	line-height: 0; font-size: 75%; vertical-align: baseline; position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul {
	list-style: none; margin: 0px; padding: 0px;
}
ol {
	list-style: none; margin: 0px; padding: 0px;
}
img {
	border: 0px currentColor; border-image: none; vertical-align: middle; -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0px;
}
form {
	margin: 0px;
}
fieldset {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
label {
	cursor: pointer;
}
legend {
	padding: 0px; border: 0px currentColor; border-image: none; white-space: normal;
}
button {
	margin: 0px; font-size: 100%; vertical-align: baseline;
}
input {
	margin: 0px; font-size: 100%; vertical-align: baseline;
}
select {
	margin: 0px; font-size: 100%; vertical-align: baseline;
}
textarea {
	margin: 0px; font-size: 100%; vertical-align: baseline;
}
button {
	line-height: normal;
}
input {
	line-height: normal;
}
button {
	cursor: pointer; -webkit-appearance: button;
}
input[type='button'] {
	cursor: pointer; -webkit-appearance: button;
}
input[type='reset'] {
	cursor: pointer; -webkit-appearance: button;
}
input[type='submit'] {
	cursor: pointer; -webkit-appearance: button;
}
button[disabled] {
	cursor: default;
}
input[disabled] {
	cursor: default;
}
input[type='checkbox'] {
	padding: 0px; box-sizing: border-box;
}
input[type='radio'] {
	padding: 0px; box-sizing: border-box;
}
input[type='search'] {
	box-sizing: content-box; -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
textarea {
	overflow: auto; vertical-align: top; resize: vertical;
}
input:valid {
	
}
textarea:valid {
	
}
input:invalid {
	background-color: rgb(240, 221, 221);
}
textarea:invalid {
	background-color: rgb(240, 221, 221);
}
table {
	border-collapse: collapse; border-spacing: 0;
}
td {
	vertical-align: top;
}
.chromeframe {
	background: rgb(204, 204, 204); margin: 0.2em 0px; padding: 0.2em 0px; color: black;
}
body {
	font: 14px/21px Arial, Helvetica, sans-serif; color: rgb(74, 74, 74); font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255);
}
.wrapper {
	margin: 20px auto; width: 980px;
}
#logo {
	padding: 5px;
}
#nav {
	background: rgb(1, 24, 67); height: 50px;
}
#nav ul {
	overflow: hidden;
	text-align: center;
}
#nav ul li {
	font-size: 15px; 
	font-weight: bold; 
	display: inline-block;
}
#nav a {
	text-decoration: none;
	line-height: 50px;
	color: #fff;
	padding: 16px 50px;
}
#nav ul li a:hover {
	background-color: rgba(250, 129, 61, 1);
}
.banner {
	margin: -1px 0px 0px; padding: 0px 0px 10px; overflow: hidden; position: relative;
}
.gallery {
	width: 980px; height: 250px; position: relative; z-index: 200;
}
.gallery .gholder::after {
	clear: both; display: block; content: "";
}
.gallery .gholder {
	width: 100%;
}
.gallery .gmask {
	width: 980px; overflow: hidden; float: left; position: relative;
}
.gallery .gmask ul {
	list-style: none; margin: 0px; padding: 0px; width: 99999px; overflow: hidden;
}
.gallery .gmask ul li {
	width: 980px; height: 251px; float: left;
}
.gallery .gmask ul img {
	vertical-align: top;
}
#content {
	padding-bottom: 10px;
}
#title {
	padding: 10px; width: 960px; height: 40px; color: rgb(255, 255, 255); font-size: 21px; font-weight: bold; background-image: url("img/title_bg.png"); background-repeat: repeat-x;
}
.sub_title {
	padding: 5px; width: 150px; height: 20px; color: rgb(255, 255, 255); font-size: 18px; font-weight: bold; margin-top: 10px; margin-left: 10px; background-image: url("img/subtitle-bg.gif"); background-repeat: repeat-x;
}
.designs_blk {
	width: 960px; height: 180px; padding-top: 20px; margin-left: 10px; border-top-color: rgb(102, 102, 102); border-top-width: 1px; border-top-style: dotted; display: block;
}
.designs_blk img {
	border: 1px solid rgb(250, 129, 61); border-image: none; margin-right: 10px; float: left;
}
#news ul li {
	margin-right: 10px; float: left;
}
#news_text ul li {
	width: 320px; margin-right: 10px; float: left;
}
#news_text ul li h3 {
	color: rgb(0, 0, 51); font-weight: bold; margin-bottom: 10px;
}
#form {
	margin: 10px; width: 400px; display: inline-block; vertical-align: top;
}
#form td {
	margin-top: 5px; display: block;
}
#form input[name="x-token"] { margin-left: 10px; }
#form table input, #form table textarea { width: 100%;}
.label_style {
	border: 1px solid rgb(153, 153, 153); border-image: none; height: 40px; display: block; background-color: rgb(242, 242, 242);
}
#photo_album ul li {
	margin-right: 10px; margin-bottom: 10px; float: left;
}
#photo_album ul li a {
	text-decoration: none;
}
#photo_album ul li h4 {
	color: rgb(255, 255, 255); padding-left: 10px; font-size: 14px; font-weight: bold; background-color: rgb(102, 102, 102);
}
#footer {
	padding: 10px; position: relative; background-color: rgb(1, 24, 67); text-align: center; color: #fff;
}
#footer a:hover { color: #fff; }
#footer ul {
	float: left; display: block;
}
#footer ul li {
	color: rgb(255, 255, 255); padding-left: 10px; font-weight: bold; float: left; display: block;
}
#footer ul li a {
	color: rgb(255, 255, 255); text-decoration: none;
}
.social-button-container {
	margin-top: 95px; float: right;
}
.social-button-container ul li {
	float: left;
}
.social-button-container img {
	width: 25px; margin-left: 5px; float: left;
}
#copyright {
	color: rgb(255, 255, 255); margin-top: 20px; display: block;
}
#copyright a {
	color: rgb(255, 242, 0); text-decoration: underline;
}
.pages {
	font-size: 11px;
}
.pages li {
	background-position: 0px 5px; padding-left: 15px; background-image: url("img/list.png"); background-repeat: no-repeat;
}
.pages li a {
	text-decoration: none;
}

/* ------ FORMS AND MESSAGES ------- */

form{margin: 0; padding: 0}
input{font-size: 13px; padding:5px;}
input, textarea, select{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
input[type="text"],input[type="email"],input[type="tel"]{font-size: 14px; vertical-align: middle; padding: 8px 6px; border: 1px solid #d0d0d0; border-radius: 4px;}
input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus{border-color: #000;}
textarea{font-size: 13px; font-family: 'Open Sans', sans-serif; vertical-align: middle; padding: 8px 6px; border: 1px solid #d0d0d0; border-radius: 4px;}
textarea:focus{border-color: #000;}
select{font-size: 13px; vertical-align: middle; padding: 8px 6px; border: 1px solid #d0d0d0; border-radius: 4px;}
select:focus{border-color: #000;}

div.success{display: block; margin-bottom: 10px; background-color: #d3ff73; border: 1px solid #b7e750; border-radius: 5px; color: #1d9a00;}
div.error{display: block; margin-bottom: 10px; background-color: #ffd3d6; border: 1px solid #ffafb4; border-radius: 5px; color: #e71c2f;}
div.info{display: block; margin-bottom: 10px; background-color: #d7f4ff; border: 1px solid #a3e6ff; border-radius: 5px; color: #0080b0;}
div.msg{padding: 10px; font-weight: 600; font-size: 110%; text-shadow: 1px 1px #fff; filter: DropShadow(Color=#fff, OffX=1, OffY=1);}
input.error{background-color: #ffdede !important; color: #000 !important}
textarea.error{background-color: #ffdede !important; color: #000 !important}
select.error{background-color: #ffdede !important; color: #000 !important}
span.success{width: 100%; display: block; margin: 10px 0px; padding: 5px 10px; background-color: #cdffb9; border: 1px solid #81ff4e; font-weight: bold;}
span.success{width: 100%; display: block; margin: 10px 0px; padding: 5px 10px; background-color: #ffd3d6; border: 1px solid #ffafb4; font-weight: bold;}

h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0.4em;
}

h3>em {
	padding: 6px;
	border-radius: 4px;
	color: #fff;
}

.cta {
	background-color: #fa813d;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px 0;
	color: #fff;
	font-size: 20px;
}

.cta>div {
	display: flex;
}

.cta span {
	font-size: 110px;
	margin-right: 40px;
	padding-top: 22px;
}

.cta h2 {
	font-size: 30px;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}

.cta a {
	color: #fff;
}

div.image {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	margin: 10px;
}
