/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Bourbon + Neat
2.0 icomoon
3.0 Top styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
//1.0 Bourbon + Neat
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* ---------------------
//2.0 icomoon
------------------------ */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-78de77");
  src: url("../fonts/icomoon.eot?#iefix-78de77") format("embedded-opentype"), url("../fonts/icomoon.ttf?-78de77") format("truetype"), url("../fonts/icomoon.woff?-78de77") format("woff"), url("../fonts/icomoon.svg?-78de77#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-fax:before {
  content: "\e610";
}

.icon-tel:before {
  content: "\e611";
}

.icon-mail:before {
  content: "\e608";
}

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

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

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

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

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

.icon-close:before {
  content: "\e605";
}

.icon-cross:before {
  content: "\e606";
}

.icon-loupe:before {
  content: "\e607";
}

.icon-menu:before {
  content: "\e609";
}

.icon-minus:before {
  content: "\e60a";
}

.icon-pdf:before {
  content: "\e60b";
}

.icon-plus:before {
  content: "\e60c";
}

.icon-side-menu:before {
  content: "\e60d";
}

.icon-tomey:before {
  content: "\e60e";
}

.icon-tri-right:before {
  content: "\e60f";
}

/* ---------------------
//3.0 Top styles
------------------------ */
/* ---------------------
   Hero
------------------------ */
.hero {
  position: relative;
  background: url(../../img/home/bg-gradation.png) repeat-y center center;
  background-size: 100% auto;
  width: 100%;
  min-height: 475px;
  overflow: hidden;
}
.hero__eyeball {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 475px;
  background: url(../../img/home/bg-eyeball.png) no-repeat center top;
  z-index: 1;
}
.hero__slide {
  width: 400px;
  margin: 0 auto;
  padding-top: 47px;
  z-index: 2;
}

.feature {
  position: relative;
  width: 1082px;
  margin: -427px auto 0;
  z-index: 3;
  /*min-height: 475px;*/
}
.feature__item {
  position: absolute;
  padding: 0 19px;
}
.feature__item--1 {
  top: 46px;
  left: 0;
}
.feature__item--2 {
  top: 46px;
  right: 0;
}
.feature__item--3 {
  top: 267px;
  left: 0;
}
.feature__item--4 {
  top: 267px;
  right: 0;
}
.feature__item--1:after, .feature__item--2:after {
  content: "";
  width: 277px;
  height: 1px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background: url(../../img/home/devider.png);
}
.feature__title {
  margin-bottom: 12px;
}
.feature__link {
  margin-left: 21px;
  border: 1px solid #4d799c;
  color: #003f71;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 5px 1px 25px;
  line-height: 16px;
  position: relative;
}
.feature__link:before {
  font-family: icomoon;
  content: "\e603";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 2px;
  width: 20px;
  height: 20px;
  background-color: #4d799c;
  text-align: center;
}

@media screen and (max-width: 40em) {
  .hero {
    background: -webkit-linear-gradient(left, rgba(234, 234, 234, 0.8) 0, rgba(255, 255, 255, 0.8) 34%, rgba(255, 255, 255, 0.8) 68%, rgba(234, 234, 234, 0.8) 100%);
    background: linear-gradient(to right, rgba(234, 234, 234, 0.8) 0, rgba(255, 255, 255, 0.8) 34%, rgba(255, 255, 255, 0.8) 68%, rgba(234, 234, 234, 0.8) 100%);
    min-height: auto;
  }
  .hero__eyeball {
    background-size: 77%;
    z-index: 1;
  }
  .hero__slide {
    width: 60%;
    margin: 0 auto;
    padding-top: 0;
  }

  .feature {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    padding: 0 10px 20px;
    z-index: 3;
    min-height: auto;
  }
  .feature:before, .feature:after {
    content: "";
    display: table;
  }
  .feature:after {
    clear: both;
  }
  .feature__item {
    position: relative;
    padding: 0 6px;
    width: 49%;
  }
  .feature__item--1 {
    float: left;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .feature__item--2 {
    float: right;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  .feature__item--3 {
    float: left;
    top: 0;
    left: 0;
  }
  .feature__item--4 {
    float: right;
    top: 0;
    right: 0;
  }
  .feature__item--1:after, .feature__item--2:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(185, 186, 186, 0) 0, #b9baba 50%, rgba(185, 186, 186, 0) 100%);
    background: linear-gradient(to right, rgba(185, 186, 186, 0) 0, #b9baba 50%, rgba(185, 186, 186, 0) 100%);
    background-size: auto;
  }
  .feature__title {
    margin-bottom: 6px;
  }
  .feature__link {
    margin-left: 10%;
    font-size: 8px;
    font-size: 0.5rem;
    padding: 2px 5px 2px 17px;
    line-height: 10px;
  }
  .feature__link:before {
    font-size: 8px;
    font-size: 0.5rem;
    padding-top: 2px;
    width: 14px;
    height: 100%;
  }
  .feature__link img {
    vertical-align: middle;
  }
}
/* ---------------------
   Specialist
------------------------ */
.specialist {
  background: url(../../img/home/bg-specialist.png) repeat-y center top;
  background-size: 100% auto;
  position: relative;
}
.specialist:after {
  content: "";
  width: 100%;
  height: 11px;
  background: url(../../img/home/shadow-specialist.png) repeat-x left top;
  position: absolute;
  bottom: -11px;
  left: 0;
  display: block;
}
.specialist__inner {
  width: 1000px;
  margin: 0 auto 60px;
  padding: 20px 0;
}
.specialist__heading {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 20px;
  color: #000;
}
.specialist__cf:before, .specialist__cf:after {
  content: "";
  display: table;
}
.specialist__cf:after {
  clear: both;
}
.specialist__text {
  float: left;
  width: 693px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.3;
  letter-spacing: .1em;
}
.specialist__img {
  float: right;
  width: 264px;
}
.specialist__img figcaption {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
}

@media screen and (max-width: 40em) {
  .specialist {
    background: -webkit-linear-gradient(left, rgba(217, 226, 234, 0.8) 0, rgba(250, 251, 252, 0.8) 50%, rgba(217, 226, 234, 0.8) 100%);
    background: linear-gradient(to right, rgba(217, 226, 234, 0.8) 0, rgba(250, 251, 252, 0.8) 50%, rgba(217, 226, 234, 0.8) 100%);
    background-size: auto;
  }
  .specialist:after {
    background: -webkit-linear-gradient(top, #cccfcd 0, white 100%);
    background: linear-gradient(to bottom, #cccfcd 0, white 100%);
    background-size: auto;
  }
  .specialist__inner {
    width: 100%;
    margin: 0 auto 60px;
    padding: 20px 10px;
  }
  .specialist__heading {
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .specialist__cf:before, .specialist__cf:after {
    content: "";
    display: table;
  }
  .specialist__cf:after {
    clear: both;
  }
  .specialist__text {
    float: none;
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .specialist__img {
    float: none;
    width: 60%;
    margin: 0 auto;
  }
  .specialist__img figcaption {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
  }
}
/* ---------------------
   Topics & Banners
------------------------ */
.topics-banner {
  margin-bottom: 20px;
}
.topics-banner:before, .topics-banner:after {
  content: "";
  display: table;
}
.topics-banner:after {
  clear: both;
}

.topics {
  float: left;
  width: 490px;
}
.topics__heading {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.topics__list {
  margin-bottom: 10px;
}
.topics__list li {
  padding: 5px 0;
  border-top: 1px dotted #ccc;
  font-size: 14px;
  font-size: 0.875rem;
}
.topics__list li:before, .topics__list li:after {
  content: "";
  display: table;
}
.topics__list li:after {
  clear: both;
}
.topics__list li:first-child {
  border-top: none;
}
.topics__list .date {
  display: block;
  float: left;
  width: 7em;
}
.topics__list .headline {
  display: block;
  overflow: auto;
}
.topics__list a {
  color: #333;
}
.topics__list a:hover {
  color: #33658d;
}
.topics__more {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
}
.topics__more a {
  color: #333;
}
.topics__more a:hover {
  color: #33658d;
}
.topics__more a:before {
  font-family: icomoon;
  content: "\e603";
  padding-right: 5px;
  color: #99b2c6;
}

.banner {
  float: right;
  width: 445px;
  margin-bottom: 20px;
}
.banner:before, .banner:after {
  content: "";
  display: table;
}
.banner:after {
  clear: both;
}
.banner > div {
  float: left;
}
.banner a {
  display: block;
}
.banner img {
  vertical-align: bottom;
  border: 1px solid #b3b3b3;
}
.banner__adept {
  width: 100%;
  margin-bottom: 18px;
}
.banner__casia2 {
  width: 210px;
  margin-right: 25px;
}
.banner__tomeyforum {
  width: 210px;
}

/*.topics-wrap {
  width: 700px;
  margin: 0 auto $base-spacing;
}
.topics-pagenav {
  text-align: center;
  margin: $base-spacing*2 0;
  
  >li {
    display: inline-block;
    @include font-size( 1.125 );
    line-height: 1.6;
    text-align: center;
    margin: 0 $base-spacing/4;
    
    a {
      display: block;
			padding: 0 .4em;
      color: #000;
      background-color: #fff;
      
      &:hover {
        background-color: $light-blue;
      }
    }
    
    &.current {
      a {
        color: #fff;
        background-color: #000;
        
        &:hover {
          background-color: #000;
        }
      }
    }
  }
}
*/
@media screen and (max-width: 40em) {
  .topics-banner {
    padding: 0 10px;
    margin-bottom: 0;
  }

  .topics {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .topics__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .topics__list li {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .banner {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .banner img {
    width: 100%;
  }
  .banner__adept {
    margin-bottom: 12px;
  }
  .banner__casia2 {
    width: 48.5%;
    margin-right: 3%;
  }
  .banner__tomeyforum {
    width: 48.5%;
  }

  /*.topics-wrap {
    width: auto;
    margin: 0 0 $base-spacing;
    
    .topics-list {
      li {
        padding:$base-spacing/4 $base-spacing;
      }
    }
  }
  .topics-pagenav {
    >li {
      @include font-size( 1 );
      margin: 0 $base-spacing/8;
    }
  }*/
}
