@import url('1140.css');
@import url('menu.css');
@import url('font/css/font-awesome.min.css');

/* ----------------------------------------
   +++ ! RESETS +++
-------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #92CD00;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #92CD00;
  color: #fff;
  text-shadow: none;
}
a, a:link {
  color: #92CD00;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
a:visited {
  color: #92CD00;
  text-decoration: none
}
a:hover, a:active {
  color: #92CD00;
  text-decoration: none;
  outline: 0;
}
a:focus {
  outline: 0;
  text-decoration: none
}
a:-webkit-any-link {
  text-decoration: none
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
}
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid, textarea:valid {}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
input.submit.btn {
  width: 100%;
  background: transparent;
  color: #92CD00;
  border-color: #92CD00;
  font-size: 13px;
  line-height: 22px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
input.submit.btn:hover {
  background: #92CD00;
  color: #fff
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

/* Contain floats:h5bp.com/q
-------------------------------------------- */

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.chromeframe {
  margin: 0.2em 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fca;
  color: black;
  padding: 0.2em 0;
  text-align: center
}
.chromeframe a {
  color: #d8261c;
}
.chromeframe a:hover, a:active {
  outline: 0;
  color: #0066FF;
}
.googlemaps {
  color: #92CD00;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none
}
.googlemaps:hover {
  color: #92CD00;
  border-bottom: thin #92CD00 solid;
}
html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
.max-img {
  width: 100%;
  height: auto;
}
.max-icn {
  width: 100%;
  max-height: 109px
}

/* ! desktop
-------------------------------------------- */

body {
  font-family: Helvetica, arial, sans-serif;
  background: /* url('../images/noise.png') left repeat*/
  #FBFAF5;
  border-top: 4px solid #d8261c;
}
.up {
  padding: 0 0 50px 0;
  border-top: 2px solid #d4583c;
  border-bottom: 1px solid #D2D1C8;
}
.up1 {
  padding: 0 0 50px 0;
  border-top: 2px solid #d4583c;
}
.up2 {
  padding: 0 0 50px 0;
  border-bottom: 1px solid #D2D1C8;
}
h1 {
  padding: 20px;
  font-size: 28px;
  color: #333;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
}
#top-section {
  border-bottom: 2px solid #d4583c;
  padding-bottom: 6px;
  min-height: 100px;
}

/* Header Style
-------------------------------------------- */

#header {
  margin: 2px auto 0px auto;
}
.header {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#header div.logo {
  margin: 0;
  overflow: hidden;
  text-align: center;
  /*background:url('../img/hd.png') repeat-x;*/
}
#header div.logo img.normal {
  display: block;
  margin: 0 auto
}
#header div.logo img.small {
  display: none;
}
#header div.logo span {
  display: none;
}

/* -------------- */

.container p {
  color: #272727;
  line-height: normal;
  margin: 0px 0 0 0;
  padding: 2px auto;
  font-size: 14px;
  line-height: 22px;
}

/* main */

.main p {
  text-indent: 14px;
  margin: 0;
  padding: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.main .intro p:first-child {
  text-indent: 0;
  /*padding-top:84px;*/
}
.main .intro p:first-child:first-letter {
  float: left;
  font-size: 72px;
  line-height: 60px;
  margin-right: 3px;
  padding: 4px;
  font-family: "adelle", sans-serif;
}
.main .intro {
  position: relative;
  overflow: auto;
}
.main .intro .columns {
  width: 67%;
  float: right;
  display: inline;
  margin: 30px 1% 0 0;
  padding-bottom: 20px;
  -webkit-columns: 2;
  -webkit-column-gap: 25px;
  -moz-columns: 2;
  -moz-column-gap: 25px;
  columns: 2;
  column-gap: 25px;
}
.main .intro img {
  position: absolute;
  bottom: 10px;
  left: 3%;
  width: 20%;
}
.more {
  font-family: 'Josefin Slab', Georgia, serif;
  margin: 0 auto;
  text-align: center;
  color: #ddd;
  font-size: 15px;
  color: #444;
}
.more p {
  display: block;
  margin: 10px;
}
.sub-icon {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.menuBox {
			margin-top: 40px
}
@media handheld, only screen and (max-width:767px) {
.menuBox {
		margin-top: 6px
	}
}
/* xxxx
-------------------------------------------- */

.grey {
  background: #d2d2d2;
}
.title {
  font-size: 28px;
  color: #7a7770;
  border-bottom: 1px solid #92CD00;
  margin-top: 0px;
  margin-bottom: 15px;
  position: relative;
}

/* Time
-------------------------------------------- */

.time {
  padding: 30px 5% 0;
  margin: 20px 0 40px;
  clear: both;
  border: 1px solid #E5E5E5;
  background: #fcfcfc;
  float: left;
  display: inline;
}
.time h4 {
  /*font-family:"adelle",sans-serif;text-transform:uppercase;font-weight:300;font-size:14px;line-height:16px;margin:0 0 5px 0;*/
  border: 1px solid #d2d1c8;
  border-width: 0 0 1px;
  font-size: 18px;
  line-height: 18px;
  padding: 0 0 12px;
  clear: both;
  text-align: center;
  font-weight: 300;
  margin: 0 0 15px;
  text-transform: uppercase
}
.time .columns {
  -webkit-columns: 2;
  -webkit-column-gap: 15px;
  -moz-columns: 2;
  -moz-column-gap: 15px;
  columns: 2;
  column-gap: 15px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
.time img {
  width: 8%;
  float: left;
  display: inline;
  margin: 2.8% 3% 2% -2%;
}
.time h2.title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #92CD00;
  border-bottom: 1px solid #ededf0;
  margin-bottom: 15px;
  position: relative;
}
.time h3.sub-title-1 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #92CD00;
  border-bottom: 0px solid #ededf0;
  margin-bottom: 15px;
  position: relative;
}
.time h3.sub-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #92CD00;
  border-bottom: 1px solid #ededf0;
  margin-bottom: 15px;
  position: relative;
}
.time p:first-child {
  text-indent: 0;
}
p.doubleup {
  padding: 10px 5% 0 5%;
  text-indent: 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.bull {
  padding: 0 5px 0 5px
}
article p {
  padding: 4px 5px 20px 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}

/* +++ end Time +++ */

#resize {
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  margin: 0px;
}

/* box
-------------------------------------------- */

.boxed {
  padding: 30px 5% 20px;
  min-height: 415px;
  border: 1px solid #E5E5E5;
  background: #ffffff;
}
.boxed:hover {
  background: #ffffff;
}
@media handheld, only screen and (max-width: 767px) {
  .boxed {
    padding: 30px 5% 20px;
    min-height: 320px;
    border: 1px solid #E5E5E5;
    background: #ffffff;
  }
}
.boxed img {
  max-width: 260px
}
.boxed h2.title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #92CD00;
  border-bottom: 2px solid #ededf0;
  margin-bottom: 15px;
  position: relative;
}
.boxed p {
  font-size: 14px;
  line-height: 22px;
  color: #454545;
}
.tabContent {
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  border: 1px solid #E5E5E5;
  background: #fcfcfc;
}

/* Links extras
-------------------------------------------- */

.boxlink {
  padding: 30px 5% 0;
  text-transform: uppercase;
  text-decoration: none;
  background: #92CD00;
  text-align: center;
  cursor: pointer;
}
.boxlink:hover {
  background: #D4583C;
}
.boxlink a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  line-height: normal;
  color: #ffffff;
}
.boxlink a:hover {
  text-decoration: none;
}
.branding-box {
  background: #f1ece8;
  padding-bottom: 30px;
  -moz-box-shadow: inset 0px 4px 2px rgba(68, 68, 68, 0.4);
  -webkit-box-shadow: inset 0px 4px 2px rgba(68, 68, 68, 0.4);
  box-shadow: inset 0px 4px 2px rgba(68, 68, 68, 0.4);
}
img.branding {
  padding: 4px;
}
h2.branding {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #939598;
  border-bottom: 1px solid #939598;
  margin-bottom: 15px;
  position: relative;
}
ul.tabs {
  margin-left: 0;
  padding-left: 0
}
ul.tabs li {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 0;
  text-transform: uppercase;
  background: #92CD00;
  text-align: center;
  cursor: pointer;
}
ul.tabs li a {
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;
  outline: none;
}
ul.tabs li a:hover {
  background: ;
}
ul.tabs li.active {
  background: #D4583C
}
ul.tabs li.active a, ul.tabs li.active a:hover {}
.tabBox {
  padding-top: 4px
}
h2.tab {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #939598;
  border-bottom: 1px solid #939598;
  margin-bottom: 15px;
  position: relative;
}
p.tBox {
  background: #f1f1f1;
  color: #272727;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px;
  font-style: normal;
  font-weight: bold;
}
.aBox {
  background: #f1f1f1;
  margin: 20px 0;
  padding: 10px;
}
.article {
  background: #f1f1f1;
  margin: 20px 0;
  padding: 10px 10px 20px 10px;
}

/* Contact
------------------------------------------ */

.contact h2 {
  color: gray;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 42px;
}
.contact p {
  padding-left: 20px;
  margin-bottom: 4px;
  color: #666
}
.contact a {
  color: #92CD00;
  text-decoration: none;
}
.contact a:hover {
  color: #92CD00;
  border-bottom: thin #92CD00 solid;
  text-decoration: none
}

/* Footer
----------------------------------------- */

#footer-section {
  border-top: 1px solid #D2D1C8;
  background: #181517 url('../images/bg.png') repeat;
  padding-top: 14px;
  padding-bottom: 12px;
  -moz-box-shadow: inset 0px 4px 2px rgba(19, 19, 19, 0.5);
  -webkit-box-shadow: inset 0px 4px 2px rgba(19, 19, 19, 0.5);
  box-shadow: inset 0px 4px 2px rgba(19, 19, 19, 0.5);
}
#footer-section a, a:visited {
  color: #fff;
  text-decoration: none;
}
#footer-section a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: thin #fff solid;
}
#footer-section h2.title {
  font-size: 28px;
  line-height: 34px;
  color: #ebe7e2;
  border-bottom: 1px solid #363133;
  margin-top: 0px;
  margin-bottom: 15px;
  position: relative;
}
#footer-section p {
  color: #f1ece8;
  font-size: 14px;
}
#footer-section .credits {
  border-top: 1px solid #363133;
  margin-top: 4px;
  padding-top: 10px;
}
#footer-section .credits a img {
  float: right;
  margin: 0 20px 10px 0;
}
#footer-section .credits p {
  color: #f1ece8;
  font-size: 11px;
  line-height: 16px;
}

/* .credits p:first-of-type{font-size:12px;line-height:12px;padding-bottom:15px;} */

#footer-section .credits p.credits-right {
  text-align: right;
}
#footer-section .credits p.credits-right a {
  margin-left: 30px;
}
#footer-section .contact {
  margin-top: 0;
}
#footer-section .contact p {
  font-size: 12px;
  line-height: 16px;
  padding-left: 32px;
}
#footer-section .contact h2 {
  font-size: 24px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 6px;
  position: relative;
}
#footer-section .phone {
  background: url('../images/icn_phone.pngx') no-repeat left;
  padding-left: 36px;
  height: 24px;
  font-size: 18px;
}
#footer-section .mail {
  background: url('../images/icn_sp.png') no-repeat left top;
  padding-left: 32px;
  height: 24px;
  font-size: 14px;
}
#footer-section .home {
  background: url('../images/icn_home.pngx') no-repeat left top;
  padding-left: 36px;
  font-size: 14px;
}
#footer-section .social {
  margin-top: 0;
  padding: 0px 10px 10px 10px;
  height: 60px
}
#footer-section .social ul li {
  display: inline
}
#footer-section .facebook_social {
  background: url('../images/social.png');
  width: 32px;
  height: 32px;
  background-position: 0px 0px;
  float: left;
  margin-left: 8px;
}
#footer-section .facebook_social:hover {
  background-position: 0px -42px;
  border: none
}
#footer-section .google_social {
  background: url('../images/social.png');
  width: 32px;
  height: 32px;
  background-position: 0 -84px;
  float: left;
  margin-left: 8px;
}
#footer-section .google_social:hover {
  background-position: 0 -126px;
  border: none
}
#footer-section .twitter_social {
  background: url('../images/social.png');
  width: 32px;
  height: 32px;
  background-position: 0 -168px;
  float: left;
  margin-left: 8px;
}
#footer-section .twitter_social:hover {
  background-position: 0 -210px;
  border: none
}
#footer-section .box_social {}

/* ============================= */


/* ! Layout for mobile version
-------------------------------------------- */

@media handheld, only screen and (max-width:767px) {
  body {}
}

/* ============================= */


/* ! Provide higher res assets for iPhone 4
-------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  /* .logo{background:url(logo2x.jpg) no-repeat;background-size:212px 303px;}*/
}
