/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 9, 2014, 10:08:36 AM
    Author     : Ping
*/

@font-face {
  font-family: "title";
  src: url("font/continuum-medium-regular-webfont.eot");
  src: url("font/continuum-medium-regular-webfontd41d.eot?#iefix")
      format("embedded-opentype"),
    url("font/continuum-medium-regular-webfont.woff") format("woff"),
    url("font/continuum-medium-regular-webfont.ttf") format("truetype"),
    url("font/continuum-medium-regular-webfont.svg#title") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "font";
  src: url("font/century%20gothic.eot");
  src: url("font/century%20gothicd41d.eot?#iefix") format("embedded-opentype"),
    url("font/century%20gothic.woff") format("woff"),
    url("font/century%20gothic.ttf") format("truetype"),
    url("font/century%20gothic.svg#font") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,
img,
ul,
li,
p,
table,
th,
td,
a,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
input,
button,
textarea {
  border: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, "Georgia Bold";
  color: #727d7f;
  line-height: 1.25;
  background: #727d7f;
  font-size: 18px;
  overflow-y: visible;
}

img {
  display: block;
}

p {
  text-align: left;
}

/*p.greenish {
    border: none;
    margin: 0;
    padding: 0;
	text-align: left;
	color:#9ccabf;
	}*/

a {
  color: #727d7f;
}

a:hover {
  color: #333333;
}

table {
  border-spacing: 0;
}

.page {
  position: relative;
  overflow: hidden;
}

.wrap {
  position: relative;
  max-width: 812px;
  margin: 0 auto;
  overflow: hidden;
}

.wrap > div {
  padding: 0 12px;
  -webkit-perspective: 800;
  perspective: 800;
  perspective-origin: 50% 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "title";
  font-weight: normal;
}

h1 {
  font-size: 40px;
}
h2 {
  font-size: 25px;
}

/*<<<<<<<<<<< header >>>>>>>>>>>*/

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #276c60;
}

.logo {
  cursor: pointer;
  padding: 24px 0;
  float: left;
}

#pointer {
  background: url(../img/pointer.gif) no-repeat center center;
  position: absolute;
  top: 16px;
  height: 13px;
}

.menu {
  float: right;
  list-style: none;
  margin-top: 12px;
}

.menu li {
  color: #ffffff;
  font-family: "title";
  font-size: 20px;
  float: left;
  line-height: 68px;
  margin-left: 20px;
  cursor: pointer;
}

.menu li:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*<<<<<<<<<<< home >>>>>>>>>>>*/

.banner {
  background: #333333 no-repeat center center;
  position: relative !important; /*absolute !important;*/
  top: 0;
  left: 0;
  right: 0;
}

.banner.loading {
  background-image: url(../img/loading.gif);
}

.banner > div {
  background-position: center center;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.home {
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.home > img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}

.home .wrap {
  padding-top: 250px;
  z-index: 1;
}

.home .wrap h2,
.home .wrap p {
  width: 505px;
  float: right;
}

.home .wrap h2 {
  padding-bottom: 5px;
}
.home .wrap p {
  font-size: 18px;
}

/*<<<<<<<<<<< profile, product, service >>>>>>>>>>>*/

/*.profile, .product, .service, .contact {*/
div.page > div:nth-child(n + 3):not(:nth-last-child(-n + 4)) {
  position: relative;
  background: #c9d9d6;
  padding: 50px 0;
}
div.page > img.divider-img {
  margin-top: -422px;
  margin-bottom: -422px;
}
div.page > div:nth-last-child(5) {
  padding-bottom: 65px !important;
}

.product,
.contact {
  background: #ebeae5 !important;
}

.contact {
  padding-bottom: 65px !important;
}

.submenu {
  table-layout: fixed;
  border-spacing: 12px 6px;
  width: 100%;
  padding: 2px 0 24px;
}

.submenu td {
  background: #727d7f;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-family: "title";
  padding: 10px 0;
  cursor: pointer;
}

.submenu td:hover,
.submenu td.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.col1 {
  float: left;
  width: 48%;
}

/*.col1green {
    float: left;
    width: 48%;
	color:#9ccabf;
}*/

.col2 {
  float: right;
  width: 48%;
}

/*.col2green {
    float: right;
    width: 48%;
	color:#9ccabf;
}*/

.content {
  overflow: hidden;
  display: none;
}

.content > div {
  overflow: hidden;
  margin-bottom: 22px;
}

.content ul {
  list-style: none;
}

.content ul li {
  padding-left: 22px;
  background: url(../img/list.gif) no-repeat;
}

/*.content ul li.green {
    padding-left: 22px;
    background: url(../img/list2.gif) no-repeat;
}*/

.wrap .content:first-child {
  display: block;
}

p img {
  width: 100%;
  margin-top: 10px;
}

#divider1,
#divider2,
#divider3,
.divider-img {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 843px;
}
/*
.divider-img
{
	min-height: 843px;
}
*/

iframe {
  width: 100%;
  height: 296px;
  padding: 11px 0 18px;
}

.contact table {
  font-weight: bold;
}

.contact table tr td {
  vertical-align: top;
  color: #727d7f;
}

.form {
  list-style: none;
  display: block;
}

.form li {
  position: relative;
  overflow: hidden;
  float: right;
  margin-bottom: 4px;
}

.form li:first-child {
  float: left;
}

input {
  height: 36px;
  background: #f7f7f5 no-repeat right top;
  outline: none;
  border: 1px #727d7f solid;
  padding: 0 6px;
  font-size: 15px;
  /*font-family: Helvetica;*/
}

textarea {
  background: #f7f7f5 no-repeat right top;
  outline: none;
  border: 1px #727d7f solid;
  padding: 9px 6px;
  display: block;
  font-size: 15px;
  /*font-family: Helvetica;*/
  resize: none;
  height: 139px;
  overflow: auto;
}

label {
  line-height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 7px;
  font-size: 15px;
}

button {
  width: 109px;
  height: 36px;
  background: #727d7f;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  /*font-family: Helvetica;*/
}

button:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.footer {
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  padding: 16px 0;
  z-index: 1000 !important;
}
.fucking-footer {
  width: 100%;
  height: 50px;
  background-color: #6e797b;
  bottom: 0%;
  margin-bottom: -115px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  line-height: 45px;
}
.try {
  text-align: center;
}

/*<<<<<<<<<<< layering >>>>>>>>>>>*/

.header,
#menu {
  z-index: 3;
}
.home,
#divider1,
#divider2,
#divider3,
.divider-img {
  z-index: 0;
}
.profile,
.product,
.service,
.contact {
  z-index: 1;
}

/*<<<<<<<<<<< gallery >>>>>>>>>>>*/

.album {
  position: relative;
}

.album div {
  position: relative;
  max-width: 684px;
  margin: 0 auto;
  overflow: hidden;
  height: 189px;
}

.album table {
  position: absolute;
  top: 0;
  left: -12px;
  border-spacing: 12px;
}

.album a {
  width: 220px;
  height: 165px;
  position: relative;
  overflow: hidden;
  display: block;
  background: #94ccdb url(../img/zoom.png) no-repeat center center;
}

.album a img {
  height: 100%;
  margin: 0 auto;
}

.album > span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  cursor: pointer;
}

.prev {
  left: 0;
  background: url(../img/prev.gif) no-repeat center center;
}

.next {
  right: 0;
  background: url(../img/next.gif) no-repeat center center;
}

.prev:hover {
  background: url(../img/prevhover.gif) no-repeat center center;
}
.next:hover {
  background: url(../img/nexthover.gif) no-repeat center center;
}

.prev.disabled:hover {
  background: url(../img/prev.gif) no-repeat center center;
}
.next.disabled:hover {
  background: url(../img/next.gif) no-repeat center center;
}

.album > .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

/*<<<<<<<<<<< mobile menu >>>>>>>>>>>*/

#menu {
  width: 44px;
  height: 44px;
  background: #d70001;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
}

#menu img {
  height: 44px;
}

@media only screen and (max-width: 1030px) {
  .home {
    background: url(../img/bannercover.png) no-repeat center top;
  }
  .home > img {
    display: none;
  }

  .profile,
  .product,
  .service,
  .contact {
    padding: 285px 0;
  }

  .album div {
    overflow-x: scroll;
  }
  .album > span {
    display: none;
  }
  .album table {
    position: static;
  }
}

@media only screen and (max-width: 740px) {
  .home .wrap {
    padding-top: 270px;
  }

  #menu {
    display: block;
  }
  .menu {
    float: none;
    margin: 0;
    position: absolute;
    right: 0;
    display: none;
  }
  .menu li {
    float: none;
    background: #d70001;
    margin: 0;
    text-align: center;
    margin-top: 1px;
    width: 320px;
    line-height: 30px;
  }
  #pointer {
    display: none !important;
  }

  .logo {
    float: none;
    padding: 6px 12px;
  }

  .header .wrap {
    overflow: visible;
  }

  .profile,
  .product,
  .service,
  .contact {
    padding: 185px 0;
  }
}
.homereserved {
  padding: 0 !important;
  height: 0 !important;
}

@media only screen and (max-width: 570px) {
  .home .wrap {
    padding-top: 285px;
  }
}

@media only screen and (max-width: 490px) {
  .home .wrap h2 {
    float: none;
    width: auto;
    text-align: center;
    font-size: 26px;
  }

  .home .wrap p {
    float: none;
    width: auto;
  }

  .footer > span {
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  .home .wrap h2 {
    font-size: 36px;
  }

  .home .wrap div {
    background: #ebeae5;
    padding-bottom: 40px;
  }

  .profile,
  .product,
  .service,
  .contact {
    padding: 135px 0;
  }

  .profile {
    padding-top: 50px !important;
    z-index: 2;
    margin-top: 188px;
  }

  .col1,
  .col2 {
    float: none;
    width: 100%;
  }

  .contact .wrap div .col1 {
    padding-bottom: 20px;
  }

  h1 {
    font-size: 30px;
  }

  .submenu td {
    font-size: 18px;
  }
}

@media only screen and (max-width: 360px) {
  .home .wrap h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 330px) {
  .home .wrap {
    padding-top: 270px;
  }
}
