@font-face {
	font-family: 'gothic';
	src: url('./fonts/gothic.eot');
	src: local('gothic'), url('./fonts/gothic.woff') format('woff'), url('./fonts/gothic.ttf') format('truetype');
}
body{ margin: 0; font-family: 'gothic' !important;}
#main{
	width:1100px;
	margin:auto;	
	min-height:530px;
}

/* header */
#header{
	width:1100px;
	margin:auto;		
	padding-top:22px;
}
#logo_div{
	float:left;
	width:180px;
	padding:20px 0;
	background-color:#FFF;
	height:100px;
}
#logo_img{
	width:75px;
	margin:auto;
}
#logo_txt{
	width:155px;
	margin:auto;
	margin-top:10px;	
}
#call{
	width:120px;
	text-align:center;
	color:#FFF;
	float:right;
	background-color:#384455;
	margin-top:15px;
	padding:10px 20px;

}
/* end header */

/* progress bar */
#progress {
	width: 100%;
	display: block;
	height: 22px;
	position:relative;
	left: 0;
	top: 0;
	background-color:#FFF;
}
#bar {
	display: block;
	background-color: #de9546;
	height: 3px;
	width: 100%;
	position:absolute;
	left: -100%;
	top:: 0;
}
/* end progress bar */

/* background change */
#slideshow {
    position:relative;
    height:100%;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	min-height: 100%;	
	/* Set up proportionate scaling */
	width: 100%;
	height: 100%;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
.slogan_all{
	position:fixed;
	padding:5px 10px;
	font-size:35px;
	text-align:center;
	color:#FFF;
	right:130px;
	bottom:250px;
	z-index:111111;
	display:none;
	background-color:#da872e;
	text-transform:uppercase;
}
/* end background change */

/* menu */
.menu{
	width:590px;
	float:right;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
.separator{
	padding-top:5px	
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #fff;
    display: table;
    padding: 10px;
    position: relative;
	width:100%;
	float:right;
}
#nav ul {
    background-color: #fff;
    left: -9999px;
    overflow: hidden;
    padding: 20px 0 10px;
    position: absolute;
    top: -9999px;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #333132;
    display: block;
    font-size: 14px;
    padding: 7px 10px;
    text-decoration: none;
}
#nav li:hover > a {
    background-color: #daa265;
    color: #FFFFFF;
}

#nav li:hover ul.subs {
    left: 0;
    top: 32px;
    width: 210px;

    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
#nav ul li {
    width: 100%;
}
#nav ul li:hover > a {
    background-color: #daa265 !important;
}
#nav ul.subs li a {
   font-size:12px;
}
/* end menu*/
/* content */
#content{
	margin-top:50px;
	width:100%;
}
.welcom_tit_div{
	background-image:url(../images/trans.png);
	width:370px;
	padding:5px 10px 10px 10px;
}
#line1{
	color:#FFF;
	font-size:35px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
}
.line2{
	color:#FFF;
	font-size:45px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:23px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:15px;
	color:#333;	
}
#inner_txt a{
	color:#d09a5b;
	text-decoration:none;
}
#inner_txt a:hover{
	color:#b67122;
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}

#content_inner{
	width:680px;
	margin:auto;
	margin-top:40px;
	background-color:#FFF;
	padding:20px;
	margin-bottom:30px;
	height:100%;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
#inner_txt a{
	color:#d09a5b;
	text-decoration:none;
}
#inner_txt a:hover{
	color:#b67122;
}
#welcome{
	font-family: 'gothic' !important;
	padding:20px;
	background-image:url(../images/dot.png);
	width:350px;
	color:#333132;
	margin-top:15px	;
	height:320px;
}
#welcome_tit{
	padding-bottom:10px;	
	font-size:24px;
	text-transform:uppercase;
}
#welcome_txt{
	font-size:15px;	
}
#footer{
		text-align:right;
	color:#FFF;
	font-size:12px;
	padding:5px 0;	
	font-family:Arial, Helvetica, sans-serif;
	position:fixed;
	bottom:0;
	right:130px;
	text-transform:uppercase;
}
/* end content*/
.link_white a{
	text-decoration:none;
	color:#FFFFFF;	
}
.link_white a:hover{
	text-decoration:none;
	color:#FFFFB3;	
}

.field{
	background-color:#E0E0E0;
	border:none;
	padding:8px 3px;
	color:#FFF;	
	font-weight:bold;
	width:100%;
}
.field:hover,.field:focus{
	background-color:#dbb58c;
	outline:none;
}
.tab-box{
	text-align:center;
	display: block;
	border: none;
}
.tab-box a{
	 text-decoration: none;
	padding: 5px 19px;
	color: #FFFFFF;
	display: block;
	border: none;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-color:#d8a976;
}

.tab-box a:hover{
	background-color: #d89853!important;
}
.img_hover:hover{
	opacity:0.7;	
}
@media screen and (max-width: 2000px){
@font-face {
	font-family: 'gothic';
	src: url('./fonts/gothic.eot');
	src: local('gothic'), url('./fonts/gothic.woff') format('woff'), url('./fonts/gothic.ttf') format('truetype');
}
body{ margin: 0; font-family: 'gothic' !important;}
#main{
	width:1100px;
	margin:auto;	
	min-height:530px;
}

/* header */
#header{
	width:1100px;
	margin:auto;		
}
#logo_div{
	float:left;
	width:180px;
	padding:20px 0;
	background-color:#FFF;
	height:100px;
}
#logo_img{
	width:75px;
	margin:auto;
}
#logo_txt{
	width:155px;
	margin:auto;
	margin-top:10px;	
}
#call{
	width:120px;
	text-align:center;
	color:#FFF;
	float:right;
	background-color:#384455;
	margin-top:15px;
	padding:10px 20px;

}
/* end header */

/* progress bar */
#progress {
	width: 100%;
	display: block;
	height: 22px;
	position:relative;
	left: 0;
	top: 0;
	background-color:#FFF;
}
#bar {
	display: block;
	background-color: #de9546;
	height: 3px;
	width: 100%;
	position:absolute;
	left: -100%;
	top:: 0;
}
/* end progress bar */

/* background change */
#slideshow {
    position:relative;
    height:100%;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
		min-height: 100%;	
	/* Set up proportionate scaling */
	width: 100%;
	height: 100%;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
.slogan_all{
	position:fixed;
	padding:5px 10px;
	font-size:35px;
	text-align:center;
	color:#FFF;
	right:130px;
	bottom:250px;
	z-index:111111;
	display:none;
	background-color:#da872e;
	text-transform:uppercase;
}
/* end background change */

/* menu */
.menu{
	width:590px;
	float:right;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
.separator{
	padding-top:5px	
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #fff;
    display: table;
    padding: 10px;
    position: relative;
	width:100%;
	float:right;
}
#nav ul {
    background-color: #fff;
    left: -9999px;
    overflow: hidden;
    padding: 20px 0 10px;
    position: absolute;
    top: -9999px;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #333132;
    display: block;
    font-size: 14px;
    padding: 7px 10px;
    text-decoration: none;
}
#nav li:hover > a {
    background-color: #daa265;
    color: #FFFFFF;
}

#nav li:hover ul.subs {
    left: 0;
    top: 31px;
    width: 200px;

    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
#nav ul li {
    width: 100%;
}
#nav ul li:hover > a {
    background-color: #daa265 !important;
}
#nav ul.subs li a {
   font-size:12px;
}
/* end menu*/
/* content */
#content{
	margin-top:50px;
	width:100%;
}
.welcom_tit_div{
	background-image:url(../images/trans.png);
	width:370px;
	padding:5px 10px 10px 10px;
}
#line1{
	color:#FFF;
	font-size:35px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
}
.line2{
	color:#FFF;
	font-size:45px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:23px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:15px;
	color:#333;	
}
#inner_txt a{
	color:#d09a5b;
	text-decoration:none;
}
#inner_txt a:hover{
	color:#b67122;
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}

#content_inner{
	width:680px;
	margin:auto;
	margin-top:40px;
	background-color:#FFF;
	padding:20px;
	margin-bottom:30px;
	height:100%;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
#inner_txt a{
	color:#d09a5b;
	text-decoration:none;
}
#inner_txt a:hover{
	color:#b67122;
}
#welcome{
	font-family: 'gothic' !important;
	padding:20px;
	background-image:url(../images/dot.png);
	width:350px;
	color:#333132;
	margin-top:15px	;
	height:320px;
}
#welcome_tit{
	padding-bottom:10px;	
	font-size:24px;
	text-transform:uppercase;
}
#welcome_txt{
	font-size:15px;	
}
#footer{
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:5px 0;	
	font-family:Arial, Helvetica, sans-serif;
	position:fixed;
	bottom:0;
	right:130px;
	text-transform:uppercase;
}
/* end content*/
.link_white a{
	text-decoration:none;
	color:#FFFFFF;	
}
.link_white a:hover{
	text-decoration:none;
	color:#FFFFB3;	
}

.field{
	background-color:#E0E0E0;
	border:none;
	padding:8px 3px;
	color:#FFF;	
	font-weight:bold;
	width:100%;
}
.field:hover,.field:focus{
	background-color:#dbb58c;
	outline:none;
}
.tab-box{
	text-align:center;
	display: block;
	border: none;
}
.tab-box a{
	 text-decoration: none;
	padding: 5px 19px;
	color: #FFFFFF;
	display: block;
	border: none;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-color:#d8a976;
}

.tab-box a:hover{
	background-color: #d89853!important;
}
}
@media screen and (max-width: 1200px){
@font-face {
	font-family: 'gothic';
	src: url('./fonts/gothic.eot');
	src: local('gothic'), url('./fonts/gothic.woff') format('woff'), url('./fonts/gothic.ttf') format('truetype');
}
body{ margin: 0; font-family: 'gothic' !important;}
#main{
	width:1000px;
	margin:auto;	
	min-height:530px;
}

/* header */
#header{
	width:1000px;	
	margin:auto;
}
#logo_div{
	float:left;
	width:180px;
	padding:20px 0;
	background-color:#FFF;
	height:100px;
}
#logo_img{
	width:75px;
	margin:auto;
}
#logo_txt{
	width:155px;
	margin:auto;
	margin-top:10px;	
}
#call{
	width:120px;
	text-align:center;
	color:#ffffff;
	float:right;
	background-color:#384455;
	margin-top:15px;
	padding:10px 20px;
}
/* end header */

/* progress bar */
#progress {
	width: 100%;
	display: block;
	height: 22px;
	position:relative;
	left: 0;
	top: 0;
	background-color:#FFF;
}
#bar {
	display: block;
	background-color: #de9546;
	height: 3px;
	width: 100%;
	position:absolute;
	left: -100%;
	top:: 0;
}
/* end progress bar */

/* background change */
#slideshow {
    position:relative;
    height:100%;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	min-height: 100%;		
	/* Set up proportionate scaling */
	width: 100%;
	height: 100%;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
.slogan_all{
	position:fixed;
	padding:5px 10px;
	font-size:35px;
	text-align:center;
	color:#FFF;
	right:60px;
	bottom:250px;
	z-index:111111;
	display:none;
	background-color:#da872e;
	text-transform:uppercase;
}
/* end background change */

/* menu */
.menu{
	width:590px;
	float:right;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
.separator{
	padding-top:5px	
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #fff;
    display: table;
    padding: 10px;
    position: relative;
	width:100%;
	float:right;
}
#nav ul {
    background-color: #fff;
    left: -9999px;
    overflow: hidden;
    padding: 20px 0 10px;
    position: absolute;
    top: -9999px;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #333132;
    display: block;
    font-size: 14px;
    padding: 7px 10px;
    text-decoration: none;
}
#nav li:hover > a {
    background-color: #daa265;
    color: #FFFFFF;
}

#nav li:hover ul.subs {
    left: 0;
    top: 33px;
    width: 210px;

    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
#nav ul li {
    width: 100%;
}
#nav ul li:hover > a {
    background-color: #daa265 !important;
}
/* end menu*/
/* content */
#content{
	margin-top:50px;
	width:100%;
}
#line1{
	color:#FFF;
	font-size:35px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
}
.line2{
	color:#FFF;
	font-size:45px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:23px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:15px;
	color:#333;	
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}

#content_inner{
	width:590px;
	margin:auto;
	margin-top:40px;
	background-color:#FFF;
	padding:20px;
	margin-bottom:30px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
#welcome{
	font-family: 'gothic' !important;
	padding:20px;
	background-image:url(../images/dot.png);
	width:350px;
	color:#333132;
	margin-top:15px	;
	height:320px;
}
#welcome_tit{
	padding-bottom:10px;	
	font-size:24px;
	text-transform:uppercase;
}
#welcome_txt{
	font-size:15px;	
}
#footer{
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:5px 0;	
	font-family:Arial, Helvetica, sans-serif;
	position:fixed;
	bottom:0;
	right:60px;
}
/* end content*/
}
@media screen and (max-width: 1024px){
@font-face {
	font-family: 'gothic';
	src: url('./fonts/gothic.eot');
	src: local('gothic'), url('./fonts/gothic.woff') format('woff'), url('./fonts/gothic.ttf') format('truetype');
}
body{ margin: 0; font-family: 'gothic' !important;}
#main{
	width:800px;
	margin:auto;	
	min-height:530px;
}

/* header */
#header{
	width:800px;	
	position:relative;
}
#logo_div{
	float:left;
	width:180px;
	padding:20px 0;
	background-color:#FFF;
	height:100px;
}
#logo_img{
	width:75px;
	margin:auto;
}
#logo_txt{
	width:155px;
	margin:auto;
	margin-top:10px;	
}
#call{
	width:120px;
	text-align:center;
	color:#ffffff;
	float:right;
	background-color:#384455;
	margin-top:15px;
	padding:10px 20px;
}
/* end header */

/* progress bar */
#progress {
	width: 100%;
	display: block;
	height: 22px;
	position:relative;
	left: 0;
	top: 0;
	background-color:#FFF;
}
#bar {
	display: block;
	background-color: #de9546;
	height: 3px;
	width: 100%;
	position:absolute;
	left: -100%;
	top:: 0;
}
/* end progress bar */

/* background change */
#slideshow {
    position:relative;
    height:100%;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	min-height: 100%;
	/* Set up proportionate scaling */
	width: 100%;
	height: 100%;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
.slogan_all{
	position:fixed;
	padding:5px 10px;
	font-size:35px;
	text-align:center;
	color:#FFF;
	right:60px;
	bottom:250px;
	z-index:111111;
	display:none;
	background-color:#da872e;
	text-transform:uppercase;
}
/* end background change */

/* menu */
.menu{
	width:590px;
	float:right;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
.separator{
	padding-top:5px	
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #fff;
    display: table;
    padding: 10px;
    position: relative;
	width:100%;
	float:right;
}
#nav ul {
    background-color: #fff;
    left: -9999px;
    overflow: hidden;
    padding: 20px 0 10px;
    position: absolute;
    top: -9999px;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #333132;
    display: block;
    font-size: 14px;
    padding: 7px 10px;
    text-decoration: none;
}
#nav li:hover > a {
    background-color: #daa265;
    color: #FFFFFF;
}

#nav li:hover ul.subs {
    left: 0;
    top: 33px;
    width: 205px;

    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
#nav ul li {
    width: 100%;
}
#nav ul li:hover > a {
    background-color: #daa265 !important;
}
/* end menu*/
/* content */
#content{
	margin-top:50px	;
	width:800px;
}
.welcom_tit_div{
	background-image:url(../images/trans.png);
	width:320px;
	padding:5px 10px 10px 10px;
}
#line1{
	color:#FFF;
	font-size:28px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
}
.line2{
	color:#FFF;
	font-size:38px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:23px;
	color:#e1a911;
	text-align:center;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:15px;
	color:#333;	
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}

#content_inner{
	width:500px;
	margin:auto;
	margin-top:40px;
	background-color:#FFF;
	padding:20px;
	margin-bottom:30px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
#welcome{
	font-family: 'gothic' !important;
	padding:20px;
	background-image:url(../images/dot.png);
	width:300px;
	color:#333132;
	margin-top:15px	;
	height:320px;
}
#welcome_tit{
	padding-bottom:10px;	
	font-size:20px;
	text-transform:uppercase;
}
#welcome_txt{
	font-size:13px;	
}
#footer{
	width:800px;
	margin:auto;
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:5px 0;	
	font-family:Arial, Helvetica, sans-serif;
	right:60px;
}
/* end content*/
}
@media screen and (max-width: 800px){
@font-face {
	font-family: 'gothic';
	src: url('./fonts/gothic.eot');
	src: local('gothic'), url('./fonts/gothic.woff') format('woff'), url('./fonts/gothic.ttf') format('truetype');
}
body{ margin: 0; font-family: 'gothic' !important;}
#main{
	width:600px;
	margin:auto;	
	min-height:530px;

}

/* header */
#header{
	width:600px;	
	position:relative;
}
#logo_div{
	float:left;
	width:150px;
	padding:20px 0;
	background-color:#FFF;
	height:80px;
}
#logo_img{
	width:55px;
	margin:auto;
}
#logo_txt{
	width:135px;
	margin:auto;
	margin-top:10px;	
}
#call{
	width:120px;
	text-align:center;
	color:#ffffff;
	float:right;
	background-color:#384455;
	margin-top:15px;
	margin-right:3px;
	padding:10px 20px;
}
/* end header */

/* progress bar */
#progress {
	width: 100%;
	display: block;
	height: 22px;
	position:relative;
	left: 0;
	top: 0;
	background-color:#FFF;
}
#bar {
	display: block;
	background-color: #de9546;
	height: 3px;
	width: 100%;
	position:absolute;
	left: -100%;
	top:: 0;
}
/* end progress bar */

/* background change */
#slideshow {
    position:relative;
    height:100%;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	min-height: 100%;		
	/* Set up proportionate scaling */
	width: 100%;
	height: 100%;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
.slogan_all{
	position:fixed;
	padding:5px 10px;
	font-size:30px;
	text-align:center;
	color:#FFF;
	right:30px;
	bottom:250px;
	z-index:111111;
	display:none;
	background-color:#da872e;
	text-transform:uppercase;
}
/* end background change */

/* menu */
.menu{
	width:357px;
	float:right;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
.separator{
	padding-top:2px	
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #fff;
    display: table;
    padding: 10px;
    position: relative;
	width:435px;
	float:right;
}
#nav ul {
    background-color: #fff;
    left: -9999px;
    overflow: hidden;
    padding: 20px 0 10px;
    position: absolute;
    top: -9999px;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
	z-index:111;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #333132;
    display: block;
    font-size: 11px;
    padding: 7px 5px;
    text-decoration: none;
}
#nav li:hover > a {
    background-color: #daa265;
    color: #FFFFFF;
}

#nav li:hover ul.subs {
    left: 0;
    top: 25px;
    width: 180px;

    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
#nav ul li {
    width: 100%;
}
#nav ul li:hover > a {
    background-color: #daa265 !important;
}
#nav ul.subs li a {
   font-size:10px;
}
/* end menu*/
/* content */
#content{
	margin-top:50px;
	width:100%;
}
.welcom_tit_div{
	background-image:url(../images/trans.png);
	width:320px;
	padding:5px 10px 10px 10px;
}
#line1{
	color:#FFF;
	font-size:25px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
}
.line2{
	color:#FFF;
	font-size:35px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:23px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:15px;
	color:#333;	
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}

#content_inner{
	width:555px;
	margin:auto;
	margin-top:40px;
	background-color:#FFF;
	padding:20px;
	margin-bottom:30px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
#welcome{
	font-family: 'gothic' !important;
	padding:20px;
	background-image:url(../images/dot.png);
	width:300px;
	color:#333132;
	margin-top:15px	;
	height:320px;
}
#welcome_tit{
	padding-bottom:10px;	
	font-size:20px;
	text-transform:uppercase;
}
#welcome_txt{
	font-size:13px;	
}
#footer{
	width:600px;
	margin:auto;
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:5px 0;	
	font-family:Arial, Helvetica, sans-serif;
	right:30px;
}
/* end content*/
}
@media screen and (max-width: 400px){
@font-face {
	font-family: 'gothic';
	src: url('./fonts/gothic.eot');
	src: local('gothic'), url('./fonts/gothic.woff') format('woff'), url('./fonts/gothic.ttf') format('truetype');
}
body{ margin: 0; font-family: 'gothic' !important;}
#main{
	width:300px;
	margin:auto;	
	min-height:530px;

}

/* header */
#header{
	width:300px;	
	position:relative;
}
#logo_div{
	width:150px;
	margin:auto;
	padding:20px 0;
	background-color:#FFF;
	height:80px;
	
}
#logo_img{
	width:55px;
	margin:auto;
}
#logo_txt{
	width:135px;
	margin:auto;
	margin-top:10px;	
}
#call{
	width:80px;
	text-align:center;
	color:#ffffff;
	float:right;
	background-color:#384455;
	margin-top:15px;
	margin-right:1px;
	padding:10px 20px;
	font-size:12px;
}
/* end header */

/* progress bar */
#progress {
	width: 100%;
	display: block;
	height: 22px;
	position:relative;
	left: 0;
	top: 0;
	background-color:#FFF;
}
#bar {
	display: block;
	background-color: #de9546;
	height: 3px;
	width: 100%;
	position:absolute;
	left: -100%;
	top:: 0;
}
/* end progress bar */

/* background change */
#slideshow {
    position:relative;
    height:100%;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	min-height: 100%;		
	/* Set up proportionate scaling */
	width: 100%;
	height: 100%;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
.slogan_all{
	position:fixed;
	padding:5px 10px;
	font-size:20px;
	width:70px;
	text-align:center;
	color:#FFF;
	right:20px;
	bottom:250px;
	z-index:111111;
	display:none;
	background-color:#da872e;
	text-transform:uppercase;
}
/* end background change */

/* menu */
.menu{
	width:125px;
	height:100px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
}
.separator{
	width:0;
	font-size:0;	
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    background-color: #fff;
    display: table;
    padding: 10px;
    position: relative;
	width:115px;
	float:right;
}
#nav ul {
    background-color: #fff;
    right: 9999px;
    overflow: hidden;
    padding: 20px 0 10px;
    position: absolute;
    top: -9999px;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    transition: transform 0.4s linear;
	z-index:111;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    color: #333132;
    display: block;
    font-size: 12px;
    padding: 7px 10px;
    text-decoration: none;
}
#nav li:hover > a {
    background-color: #daa265;
    color: #FFFFFF;
}

#nav li:hover ul.subs {
    left: -79px;
    top: 25px;
    width: 180px;

    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
#nav ul li {
    width: 100%;
}
#nav ul li:hover > a {
    background-color: #daa265 !important;
}
#nav ul.subs li a {
   font-size:10px;
}
/* end menu*/
/* content */
#content{
	margin-top:50px	;
}
.welcom_tit_div{
	background-image:url(../images/trans.png);
	width:240px;
	padding:5px 10px 10px 10px;
}
#line1{
	color:#FFF;
	font-size:20px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
}
.line2{
	color:#FFF;
	font-size:25px;
	font-family: 'gothic' !important;
	text-transform:uppercase;
	line-height:38px;
}
.title{
	font-family: 'gothic' !important;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
	color:#e1a911;
	font-weight:bold;
}
.inner_txt{
	font-family: 'gothic' !important;
	font-size:13px;
	color:#333;	
}
.line_sep{
	height:1px;
	border-bottom:1px dashed #666666;
	margin:20px 0;
}

#content_inner{
	width:250px;
	margin:auto;
	margin-top:40px;
	background-color:#FFF;
	padding:20px;
	margin-bottom:30px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
box-shadow: 0px 0px 2px 0px rgba(82,82,82,1);
}
#welcome{
	font-family: 'gothic' !important;
	padding:20px;
	background-image:url(../images/dot.png);
	width:220px;
	color:#333132;
	margin-top:15px	;
	height:330px;
}
#welcome_tit{
	padding-bottom:10px;	
	font-size:18px;
	text-transform:uppercase;
}
#welcome_txt{
	font-size:12px;	
}
#footer{
	width:300px;
	margin:auto;
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:5px 0;	
	font-family:Arial, Helvetica, sans-serif;
	right:20px;
}
/* end content*/
}

