@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600,800|Raleway:400,300,600,700,800);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #353535;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.14286;
  -webkit-text-size-adjust: none;
  background: #fff;
}

/*================      Ttypography      =================*/
h1, h2, h3, h4, h5, h6,
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  line-height: 1.2;
  color: #353535;
}

h1,
.heading-1 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  h1,
  .heading-1 {
    font-size: 48px;
    line-height: 0.625;
  }
}

h2,
.heading-2 {
  color: #98d1f1;
  font-size: 30px;
  font-weight: 300;
}
@media (min-width: 992px) {
  h2,
  .heading-2 {
    font-size: 36px;
  }
}

h3,
.heading-3 {
  font-family: sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  h3,
  .heading-3 {
    font-size: 30px;
  }
}

h4 {
  color: #f27900;
}
h4,
.heading-4 {
  font-size: 24px;
}

h5,
.heading-5 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', serif;
  text-transform: uppercase;
}

h6,
.heading-6 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2.14286;
}

.thin {
  font-weight: 100;
}

.lite {
  font-weight: 300;
}

strong,
.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.big {
  font-size: 30px;
  line-height: 1.2;
}
.big02 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .big {
    font-size: 36px;
    line-height: 1.33333;
  }
}

p.big {
  font-size: 18px;
  line-height: 1.66667;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #109ae8;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #109ae8;
}

a[href^="mailto:"] {
  color: #109ae8;
}
a[href^="mailto:"]:hover {
  color: #98d1f1;
}

.arL{
	text-align: left;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #109ae8;
}
.bg-primary a:hover {
  color: #98d1f1;
}

.bg-secondary {
  background: #98d1f1;
}

.bg-primary,
.bg-secondary {
  color: #fff;
}
.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6,
.bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary .heading-1,
.bg-secondary .heading-2,
.bg-secondary .heading-3,
.bg-secondary .heading-4,
.bg-secondary .heading-5,
.bg-secondary .heading-6 {
  color: #fff;
}
.bg-primary a.btn:hover, .bg-primary a.btn:active,
.bg-secondary a.btn:hover,
.bg-secondary a.btn:active {
  color: #fff;
}

/*==================  Colors  ======================*/
.primary-color {
  color: #109ae8;
}

.secondary-color {
  color: #98d1f1;
}

.secondary-color-1 {
  color: #9ad5f6;
}

.color-1 {
  color: #353535;
}

.white {
  color: #fff;
}

.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}

.circle {
  border-radius: 50%;
}

@media (min-width: 992px) {
  .max-width-1 {
    max-width: 235px;
    display: inline-block;
  }
}

/*================      Alignment     =================*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 0px;
}
@media (min-width: 992px) {
  * + .row {
    margin-top: 66px;
  }
}

* + .btn {
  margin-top: 20px;
}
@media (min-width: 992px) {
  * + .btn {
    margin-top: 35px;
  }
}

* + .marked-list {
  margin-top: 22px;
}

* + .inline-list {
  margin-top: 27px;
}

h1 + * {
  margin-top: 57px;
}

h1 + p {
  margin-top: 42px;
}

h6 + p {
  margin-top: 18px;
}

img + h6 {
  margin-top: 36px;
}

img + img {
  margin-top: 37px;
}

p + .btn {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  p + .btn {
    margin-top: 55px;
  }
}

p + .row {
  margin-top: 51px;
}

.container > h1 {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .container > h1 {
    margin-top: 0;
  }
}

.big + p {
  margin-top: 10px;
}

.icon + h5 {
  margin-top: 37px;
}

.marked-list + p {
  margin-top: 25px;
}

.flex-list + .container {
  margin-top: 49px;
}

.marked-list + .btn {
  margin-top: 40px;
}

.box-md + .box-md {
  margin-top: 43px;
}

/*==================      Col-offsets     ======================*/
[class*="col-"] {
  margin-top: 60px;
}

@media (min-width: 768px) {
  [class*="col-xs"] {
    margin-top: 0;
  }

  [class*="col-sm-6"] + [class*="col-sm-12"] {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  [class*="col-"] {
    margin-top: 0px;
  }

  [class*="col-sm-6"] + [class*="col-sm-12"] {
    margin-top: 0px;
  }
}
/*==================      Offsets     ======================*/
.offset-0 {
  margin-top: 0;
}

.offset-1 {
  margin-top: 15px;
}

.offset-2 {
  margin-top: 67px;
}

.offset-4 {
  margin-top: 49px;
}

.offset-5 {
  margin-top: 10px;
}

.offset-6 {
  margin-top: 95px;
}

.offset-7 {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .offset-3 {
    margin-top: 59px;
  }

  .offset-8 {
    margin-top: 50px;
  }

  .offset-9 {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .offset-8 {
    margin-top: 0px;
  }
}
/*==================     Well     ======================*/
.well-sm,
.well-md,
.well {
  padding-top: 0;
  padding-bottom: 50px;
}

.well-lg {
  padding-top: 20px;
  padding-bottom: 80px;
}

.well-xs {
  padding-top: 20px;
  padding-bottom: 50px;
}

@media (min-width: 480px) {
  padding-top: 20px;
}
@media (min-width: 768px) {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .well {
    padding-top: 50px;
    padding-bottom: 85px;
  }

  .well--inset-1 {
    padding-bottom: 73px;
  }

  .well-xs {
    padding-top: 31px;
    padding-bottom: 78px;
  }

  .well-sm {
    padding-top: 66px;
    padding-bottom: 80px;
  }
  .well-sm--inset-1 {
    padding-bottom: 73px;
  }

  .well-md {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .well-lg {
    padding-top: 116px;
    padding-bottom: 134px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  font-family: 'Open Sans', serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
}
.brand a {
  color: inherit;
}
.brand a:hover {
  color: inherit;
}
.brand img {
  display: block;
  width: 76px;
  margin: 0 auto 7px;

}
@media (min-width: 480px) {
  .brand img {
    position: absolute;
    left: 6px;
    top: 6px;
    margin: 0;
  width: 50px;
  }
}
@media (min-width: 992px) {
  .brand {
    font-size: 24px;
  }
  .brand img {
	left: 26px;
	width: 76px;
  }
}

/*==================   Iinline-list    =====================*/
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}
.inline-list > li + li {
  margin-left: 23px;
}

/*==================   Contact-info    =====================*/
.contact-info {
  line-height: 1.25;
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .contact-info {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.contact-info .heading-6 + * {
  margin-top: 17px;
}
.contact-info + .contact-info {
  margin-top: 35px;
}

/*==================   Terms-list    =====================*/
.terms-list dt + dd {
  margin-top: 10px;
}
.terms-list dd + dt {
  margin-top: 40px;
}

.terms-list-1 {
  line-height: 2.14286;
}
@media (min-width: 992px) {
  .terms-list-1 dt {
    float: left;
    clear: both;
    width: 25%;
    min-width: 75px;
  }
  .terms-list-1 dd {
    float: left;
  }
}

/*==================   list    =====================*/
.list > li {
  display: block;
}
.list > li + li {
  margin-top: 10px;
}

/*==================  Blog-post  ======================*/
.blog-post .post-meta {
  color: #9fd7f6;
  font-weight: 700;
}
.blog-post * + .post-meta {
  margin-top: 34px;
}
.blog-post .post-meta + h6 {
  margin-top: 16px;
}

/*==================  News  ======================*/
.news-post .post-meta {
  color: #9ad5f6;
  font-weight: 700;
}
.news-post .post-meta + h5 {
  margin-top: 16px;
}
.news-post + .news-post {
  margin-top: 23px;
}
.news-post * + .post-meta {
  margin-top: 33px;
}
.news-post * + h6 {
  margin-top: 15px;
}
.news-post * + .btn {
  margin-top: 32px;
}
.news-post img + h6 {
  margin-top: 36px;
}
.news-post h6 + p {
  margin-top: 18px;
}

/*==================   Flex List    =====================*/
.flex-list {
  padding: 0 20px;
}
.flex-list li + li {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .flex-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
  }
  .flex-list li {
    display: table-cell;
    vertical-align: middle;
  }
  .flex-list li + li {
    margin-top: 0;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li .icon:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  font-weight: 900;
  position: relative;
  top: 0px;
}
@media (min-width: 992px) {
  .index-list li .icon:before {
    top: -30px;
  }
}
.index-list li + li {
  margin-top: 43px;
}

@media (min-width: 768px) {
  .index-list-1 li + li {
    margin-top: 0px;
  }
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 20px;
}
.marked-list li:before {
  content: '\f0da';
  position: absolute;
  left: 0;
  top: -6px;
  font-weight: 400;
  font-size: 18px;
  font-family: 'FontAwesome';
  color: #109ae8;
}
.marked-list li + li {
  margin-top: 27px;
}
.marked-list a:hover {
  color: #109ae8;
}

/*==================      Blockquote     =====================*/
.quote {
  position: relative;
  padding-top: 53px;
}
.quote:before {
  content: "“";
  display: inline-block;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  color: #109ae8;
  position: absolute;
  top: -6px;
  left: -6px;
}
@media (min-width: 1200px) {
  .quote:before {
    left: -6px;
  }
}
.quote p + p {
  margin-top: 21px;
}
.quote + .quote {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .quote + .quote {
    margin-top: 44px;
  }
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.icon-secondary {
  background-color: #98d1f1;
  border-color: #98d1f1;
  color: #fff;
}
.icon-secondary:hover {
  color: #109ae8;
  background-color: transparent;
}

.icon-primary {
  background-color: #109ae8;
  border-color: #109ae8;
  color: #fff;
  position: relative;
}
.icon-primary:hover {
  color: #98d1f1;
  background-color: transparent;
}

.icon-sm {
  width: 85px;
  height: 85px;
  font-size: 36px;
  line-height: 85px;
  border-width: 1px;
  border-style: solid;
}

.icon-xs {
  font-size: 18px;
  line-height: 18px;
}

.icon-md {
  font-size: 48px;
}

.icon-lg {
  width: 120px;
  height: 120px;
  border-width: 1px;
  border-style: solid;
}
@media (min-width: 992px) {
  .icon-lg {
    width: 258px;
    height: 258px;
    padding: 22px 40px 0px;
  }
}

/*==================     Box     ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 15px;
}
.box .box_right {
  padding-left: 15px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 15px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 15px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 15px;
  }
  .box-xs .box_right {
    padding-left: 15px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 15px;
  }
  .box-xs-clear .box_right {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 15px;
  }
  .box-sm .box_right {
    padding-left: 15px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 15px;
  }
  .box-sm-clear .box_right {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 15px;
  }
  .box-md .box_right {
    padding-left: 15px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 15px;
  }
  .box-md-clear .box_right {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 15px;
  }
  .box-lg .box_right {
    padding-left: 15px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 15px;
  }
  .box-lg-clear .box_right {
    padding-top: 15px;
  }
}
.box-md .icon {
  position: relative;
  top: 8px;
  left: 1px;
}
.box-md .icon-md {
  top: 1px;
  left: -2px;
}
.box-md p + p {
  margin-top: 30px;
}

/*==================     Buttons     ======================*/
.btn {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.btn:hover {
  cursor: pointer;
}
.btn:active {
  cursor: pointer;
}

.btn-primary {
  border-top: 9px solid #9fd7f6;
  background: #109ae8;
}
.btn-primary:hover {
  border-color: #fff;
  color: #fff;
}
.btn-primary:active {
  border-top: 9px solid #109ae8;
  background: #9fd7f6;
  color: #fff;
}

.btn-secondary {
  border: 2px solid #98d1f1;
  background: #98d1f1;
}

.btn-default {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 3px;
}
.btn-default:hover {
  color: #fff;
  border-color: #095b89;
}
.btn-default:active {
  color: #fff;
  border-color: #3aaff1;
}

.btn-sm {
  min-width: 170px;
  padding: 15px 5px;
}

.btn-md {
  min-width: 169px;
  padding: 13px 5px 15px 5px;
}

/*==================   Thumbnail    ======================*/
.thumb {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: 370px;
  height: 100%;
  position: relative;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover:before {
  display: block;
}
.thumb img {
  width: 100%;
  -webkit-transition: all .5s ease 0s;
          transition: all .5s ease 0s;
}
.thumb:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thumb .thumb_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}
.thumb .thumb_overlay:before {
  content: '\f065';
  font: 400 20px 'FontAwesome';
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lt-ie9 .thumb .thumb_overlay:before {
  display: none;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #fff;
  font-weight: 300;
}
.parallax [class*="col-"] {
  margin-top: 0px;
}
.parallax .big {
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .parallax .big {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .parallax .big {
    font-size: 48px;
    line-height: 1.25;
  }
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*=================       Tabs     ======================*/
.resp-tabs-list {
  border-bottom: 1px solid #d8d8d8;
}
.resp-tabs-list li {
  cursor: pointer;
  float: left;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  color: #109ae8;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
  -webkit-transition: background-color .3s ease;
          transition: background-color .3s ease;
}
@media (min-width: 768px) {
  .resp-tabs-list li {
    padding: 15px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .resp-tabs-list li {
    padding: 17px 51px 14px;
    font-size: 18px;
  }
}
.resp-tabs-list li:hover {
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.resp-tabs-list .resp-tab-active {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  color: #474747;
  position: relative;
}
.resp-tabs-list .resp-tab-active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}
.resp-tabs-list li + li {
  margin-left: 2px;
}

.resp-tabs-container {
  padding-top: 29px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 479px) {
  .resp-accordion {
    font-size: 16px;
    font-weight: 700;
    color: #109ae8;
    margin-top: 9px;
    display: block;
    padding: 16px 5px 15px;
    width: 100%;
    text-align: center;
    color: #F7941D;
    line-height: 1.2;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    cursor: pointer;
  }

  .resp-accordion:hover,
  .resp-tab-active {
    background: #E5E5E5 none repeat scroll 0% 0%;
    border-color: #D8D8D8;
    color: #353535;
  }

  .resp-tab-content {
    padding: 20px 0;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  text-transform: uppercase;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 10px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #007bc1;
}
.sf-menu > li.active > a {
  background: #007bc1;
}
@media (min-width: 992px) {
  .sf-menu > li > a {
    padding: 0px 16px;
  }
}
@media (min-width: 1200px) {
  .sf-menu > li > a {
    padding: 17px 25px 14px;
    font-size: 13px;
  }
}

.isStuck nav {
  padding: 0;
}
.isStuck .sf-menu a {
  padding: 17px 17px 14px;
  font-size: 18px;
}
.isStuck .container {
  width: 100%;
  padding: 0;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 225px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #007bc1;
  z-index: 2;
  box-sizing: border-box;
  text-align: left;
}

.sf-menu ul {
  right: -104px;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #FFF;
  padding: 10px 20px 10px 20px;
  font-weight: 300;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  background: #109ae8;
}
.sf-menu ul > li a {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .sf-menu ul > li a {
    font-size: 18px;
  }
}

.sf-menu ul ul {
  position: absolute;
  right: 100%;
  top: 0px;
  margin-top: 0;
  padding: 10px 0;
  z-index: 4;
}

.sf-menu ul ul {
  background: #007bc1;
}
.sf-menu ul ul > li {
  position: relative;
}
.sf-menu ul ul > li > a {
  color: #fff;
  padding: 10px 20px 10px 30px;
  font-weight: 600;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  background: #109ae8;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #333;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  height: 70px;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 100;
  width: 100%;
}
.stuck_container .menu__content {
  background: #109ae8;
  border-top: 6px solid #007bc1;
}

.isStuck {
  z-index: 999;
}
.isStuck .menu__content {
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.isStuck .brand {
  display: none;
}
@media (min-width: 1200px) {
  .isStuck .menu__content {
    text-align: center;
  }
  .isStuck nav {
    float: none;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #98d1f1;
  border-radius: 50%;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #109ae8;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header .brand {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (min-width: 480px) {
  header .brand {
    padding-left: 60px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  header .brand {
    padding-left: 110px;
  }
}
header nav {
  padding-left: 20px;
}
@media (min-width: 1200px) {
  header nav {
    float: right;
  }
  header .brand {
    float: left;
  }
  header .brand {
    padding-left: 110px;
    padding-top: 18px;
    padding-bottom: 0;
  }
  header nav {
    padding-left: 52px;
  }
}

.header__mod-1 {
  background: url("../img/header_bg.jpg") no-repeat top left;
  min-height: 120px;
}
.header__mod-1 #stuck_container {
  top: 64px;
}
@media (min-width: 480px) {
  .header__mod-1 #stuck_container {
    top: 82px;
  }
}
@media (min-width: 768px) {
  .header__mod-1 #stuck_container {
    top: 22px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  min-height: 100vh;
}

.block-wrapper {
  max-width: 258px;
  margin: 0 auto;
}

.block {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.block:before, .block:after {
  content: "";
  border-radius: 50%;
  background: rgba(159, 215, 246, 0.4);
  position: absolute;
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  z-index: -2;
}
.block:before {
  left: -4px;
  top: 5px;
}
.block:after {
  top: 0px;
  right: -8px;
}
.block:hover:before {
  top: 10px;
  left: -10px;
}
.block:hover:after {
  top: 10px;
  right: -10px;
}
.block-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  -ms-transform: translate(-50%, -57%);
  -webkit-transform: translate(-50%, -57%);
  transform: translate(-50%, -57%);
}
.block h6 {
  color: #fff;
  letter-spacing: 0.7px;
}
.block a:hover {
  color: #9fd7f6;
}
.block span:before {
  position: relative;
  top: 5px;
}
.block * + p {
  margin-top: 0px;
}

.block-1 .block-wrapper {
  max-width: 307px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #109ae8;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 100px;
}
footer a:hover {
  color: #98d1f1;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
  color: #fff;
}
footer .brand img {
  position: static;
  margin: 0 auto 15px auto;
}
@media (min-width: 992px) {
  footer .brand {
    padding-left: 80px;
  }
  footer .brand img {
    position: absolute;
    top: -7px;
    left: -8px;
  }
}
footer * + p {
  margin-top: 18px;
}

/*========================================================
                    ESWEAT
=========================================================*/
.fright {
  float: right;
}
.fleft {
  float: left;
}


.bottom01 {
  margin-bottom: 1em;
}

.e-list {
	margin:0;

}
.e-list dt {
	width:7em;
	padding:10px 0 10px 10px;
	float:left;
	clear:left;
	line-height:20px;
	background-repeat:no-repeat;
	background-position:left center;
}
.e-list dd {
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:8em;
	border-bottom:1px #cccccc dotted;
}

div.e-center {
  margin: 0 auto;} 

.none {
  display: none;
}

.pp_dl {
	width:100%;
	padding-left:25px;
	margin-bottom:0px;
	padding-bottom:50px;
	text-align:left;
}
.pp_dl dt {
	padding-top:0.5em;
	font-weight:bold;
}
.pp_dl dd {
	margin:0;
	padding:0;
	clear:left;
}
.pp_ul{
	margin-top:0;
	margin-bottom:1em;
}
.pp_ul li{
	list-style-type:disc;
	margin-left:2em;
	width:100%;
}

a.white-over  {
	background-color:#fff; 
  display:block;
}
a.white-over img{
    transition:all 0.5s ease;
}
a.white-over :hover {
	/*透明度具合を指定*/
	opacity: 0.85;  
	filter: alpha(opacity=20);
	box-shadow: 5px 5px 2px #000; /* 右に5px・下に5px・ぼかし2pxの黒い影を表示 */  
  
}   
