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

common style

=================================================================== */
html, body {
  padding: 0;
  border: 0;
  margin: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.box {
  text-align: center;
  border-bottom: 1px solid #eee; }
  .box .box-heading {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    background-color: rgba(0, 0, 0, 0.05); }
    .box .box-heading .heading-text {
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 0.1em;
      color: #000000; }
  .box .box-body {
    padding: 40px 0;   	
 }
  .box-body {
    /*margin-right: auto;
	margin-left: auto;*/
	text-align: center;
  }
  
              #wrapper {
  font-size: 16px;
  }
/* ===================================================================

header style

=================================================================== */
#header {
  background-color: #DDD;
  width: 100%;
  position: fixed;
  z-index: 10; }
  #header .logo {
    float: left; }
  #header .nav {
    float: right; }
    #header .nav ul {
      margin-right: 20px; }
      #header .nav ul li {
        float: left;
        list-style-type: none;
        margin-right: 10px; }
        /*#header .nav ul li:last-child {
          margin-right: none; }*/

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

footer style

=================================================================== */
#footer {
  border-radius: 3px; }

.inner {
  width: 960px;
  margin: 0 auto; }

.btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  border: 2px solid #000000;
  margin: 0 0 20px 20px;
  overflow: hidden;
  /*-- btn size --*/
  /*-- btn radius --*/
  /*-- btn color --*/
  /*-- btn hover 01 --*/ }
  .btn .btn-text {
    color: #000000;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px; }
  .btn .btn-bg {
    position: absolute;
    top: 0;
    left: 0; }
  .btn:last-child {
    margin-right: 0; }
  .btn.btn-small {
    width: 150px;
    height: 40px;
    line-height: 40px; }
  .btn.btn-medium {
    width: 170px;
    height: 45px;
    line-height: 45px; }
  .btn.btn-large {
    width: 190px;
    height: 60px;
    line-height: 60px; }
  .btn.btn-radius01 {
    border-radius: 5px; }
  .btn.btn-radius02 {
    border-radius: 30px; }
  .btn.btn-radius03 {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 150px; }
  .btn.btn-color01 {
    border: 2px solid #00AB7C; }
    .btn.btn-color01 .btn-text {
      color: #00AB7C; }
  .btn.btn-color02 {
    border: 2px solid #0953AB; }
    .btn.btn-color02 .btn-text {
      color: #0953AB; }
  .btn.btn-hover01 {
    background-color: #00AB7C;
    opacity: 1;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
    .btn.btn-hover01 .btn-text {
      color: #FFFFFF; }
    .btn.btn-hover01:hover {
      opacity: 0.7;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
  .btn.btn-hover02 {
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
    .btn.btn-hover02 .btn-text {
      color: #00AB7C;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
    .btn.btn-hover02:hover {
      background-color: #00AB7C;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
      .btn.btn-hover02:hover .btn-text {
        color: #FFFFFF;
        -webkit-transition: all 0.3s;
                transition: all 0.3s; }
  .btn.btn-hover03 {
    border: 2px solid #00AB7C; }
    .btn.btn-hover03:hover {
      border: 2px dashed #00AB7C; }
  .btn.btn-hover04 .btn-bg {
    background-color: #00AB7C;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover04:hover .btn-text {
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover04:hover .btn-bg {
    height: 100%;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover05 .btn-bg {
    width: 0;
    height: 100%;
    background-color: #00AB7C;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover05:hover .btn-text {
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover05:hover .btn-bg {
    width: 100%;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover06 {
    overflow: hidden; }
    .btn.btn-hover06 .btn-text {
      color: #0953AB;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
    .btn.btn-hover06 .btn-bg {
      width: 100%;
      height: 100%;
      background-color: #FFFFFF;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
    .btn.btn-hover06 .icon {
      position: absolute;
      top: 0;
      right: -30px;
      z-index: 2; }
    .btn.btn-hover06:hover .btn-text {
      color: #FFFFFF;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
    .btn.btn-hover06:hover .icon {
      color: #FFFFFF;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
    .btn.btn-hover06:hover .btn-bg {
      background-color: #0953AB;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
  .btn.btn-hover07 {
    overflow: hidden; }
    .btn.btn-hover07 .icon {
      position: absolute;
      top: 0;
      right: -30px;
      z-index: 2;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
    .btn.btn-hover07:hover .icon {
      right: -70px;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
  .btn.btn-hover08 .btn-text {
    color: #0953AB;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover08 .icon {
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 2;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover08 .btn-bg {
    width: 0;
    height: 100%;
    background-color: #0953AB;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover08:hover .btn-text {
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover08:hover .icon {
    color: #0953AB;
    right: -70px;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover08:hover .btn-bg {
    width: 100%;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .btn.btn-hover09 {
    border: none; }
    .btn.btn-hover09 .icon {
      position: absolute;
      top: 0;
      right: -30px;
      z-index: 2;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
    .btn.btn-hover09 svg {
      position: absolute;
      top: 0;
      left: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-dc81dy");
  src: url("../fonts/icomoon.eot?#iefix-dc81dy") format("embedded-opentype"), url("../fonts/icomoon.ttf?-dc81dy") format("truetype"), url("../fonts/icomoon.woff?-dc81dy") format("woff"), url("../fonts/icomoon.svg?-dc81dy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e600"; }

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

index style

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