@charset "UTF-8";
/*!
 * Template Name: Veronica - Responsive Landing Page
 * Author: bonefishcode.com
 *
 * Do not edit this file, recommend put any custom style into `assets/css/custom.css`
 */
/**
 * ---------------------------------------------------------
 * Table of contents
 *
 * reboot
 * typography
 * component
 * common
 * page header
 * page intro
 * about us
 * skill
 * team
 * service
 * feature
 * cta
 * pricing
 * faq
 * download
 * contact
 * page footer
 * subscribe
 * form
 * plugin
 * module
 * utility
 * ---------------------------------------------------------
 */
/**
 * # reboot
 * ---------------------------------------------------------
 */
html,
input[type="search"] {
  -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;
}

@-ms-viewport {
  width: device-width;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.btn:active,
.btn.active,
.progress,
.panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**
 * # default
 * ---------------------------------------------------------
 */
html {
  font-size: 1em;
}

body {
  background-color: white;
  color: #212121;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  text-transform: inherit;
  letter-spacing: -0.01em;
  line-height: 1.86667;
}

p,
ol,
ul,
dl,
pre,
blockquote {
  margin-top: 0;
  margin-bottom: 24px;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

h1, .text-h1,
h2, .text-h2,
h3, .text-h3,
h4, .text-h4,
h5, .text-h5,
h6, .text-h6 {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 24px;
}

.text-d1,
.text-d2,
.text-d3,
.text-d4 {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
.text-min{font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif !important;}

embed,
iframe,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
}

.icon, .form-notify-icon-info,
.form-notify-icon-success,
.form-notify-icon-error,
.font-icon,
.form-notify-icon-info,
.form-notify-icon-success,
.form-notify-icon-error,
.font-fontawesome {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1em;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
}

.block-el,
.list-group {
  margin-bottom: 24px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1023px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

span.underline{
	padding-bottom: 3px; border-bottom: #007bff solid 2px;
}

/* 
[ 3. Global Classes ]
=================== */
.no-margin {
    margin: 0;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.no-padding {
    padding: 0;
}
.section-padding {
    padding: 120px 0;
}
.section-pt {
    padding-top: 120px 0;
}
.section-pb {
    padding-bottom: 120px;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.lowercase{
	text-transform: lowercase;
}
.capitalize{
	text-transform: capitalize;
}
.uppercase{
	text-transform: uppercase;
}
.in-block{
	display: inline-block;
}
.absolute{
	position: absolute;
}
.static{
	position: static;
}
.relative{
	position: relative;
}
.white-color{
	color: #ffffff;
}
.theme-color{
	color: #006ff5;
}
.clear{clear: both;}
dl{
    border-bottom: 1px dotted #ccc;
}
dl dt{
    width: 120px;
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 15px 5px 5px 5px;
    float: left;
    clear: left;
}
dl dd{
    margin: 5px 0 5px 120px;
    padding: 0;
    padding: 15px 5px 5px 20px;
    border-top: 1px dotted #ccc;
}
@media only screen and (max-width: 1024px) {
dl{
    border-bottom: 1px dotted #ccc;
}
dl dt{
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 15px 5px 0px 5px;
    clear: both;
	width: 100%;
}
dl dd{
    margin: 0;
    padding: 0px 5px 5px 5px;
}
}

.onayami{margin-top: 31px;
}
@media only screen and (max-width: 1024px) {
	.onayami{margin-top: 0px;}
}

/* percentage
--------------*/
.percent-25{
	width: 25%;
}
.percent-33{
	width: 33.333%;
}
.percent-50{
	width: 50%;
}
.percent-66{
	width: 66.666%;
}
.percent-100{
	width: 100%;
}
.height-100{
	height: 100%;
}

/*margin top
-------------*/
.mt-minus-7{
	margin-top: -7px;
}
.mt-minus-10{
	margin-top: -10px;
}

.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-22 {
    margin-top: 22px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-64{
	margin-top: 64px;
}
.mt-75{
	margin-top: 75px;
}
.mt-100{
	margin-top: 100px;
}
.mt-155 {
    margin-top: 155px;
}

/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
	
	.mt-50 {
		margin-top: 40px;
	}
	.mt-80 {
		margin-top: 50px;
	}
	.mt-100 {
		margin-top: 60px;
	}
}

/*margin bottom
----------------*/
.mb-3 {
    margin-bottom: 3px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-11 {
    margin-bottom: 11px;
}
.mb-13 {
    margin-bottom: 13px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}

/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
	
	.mb-50 {
		margin-bottom: 30px;
	}
	.mb-60 {
		margin-bottom: 30px;
	}
	.mb-70 {
		margin-bottom: 70px;
	}
	.mb-80 {
		margin-bottom: 50px;
	}
	.mtb-60 {
		margin-bottom: 20px;
	}
	.mtb-50 {
		margin: 30px 0;
	}
	.mtb-15 {
		margin: 10px auto;
	}
}

/*margin left right
--------------*/
.mlr-minus-120{
	margin-left: -120px;
	margin-right: -120px;
}

/*margin left
--------------*/
.ml-minus-15{
	margin-left: -15px;
}

.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-100 {
    margin-left: 100px;
}

/*margin right
--------------*/
.mr-minus-40{
	margin-right: -40px;
}

.mr-40 {
	margin-right: 40px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-100 {
    margin-right: 100px;
}

@media screen and (max-width: 767px) {
	.mr-40 {
		margin-right: 0px;
	}
	.mb-70 {
		margin-bottom: 50px;
	}
}

/*padding-top
--------------*/
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-200 {
    padding-top: 200px;
}

/* Screen Support  
---------------------*/
@media screen and (max-width: 767px) {
	.pt-50 {
		padding-top: 30px;
	}
	.pt-60 {
		padding-top: 30px;
	}
	.pt-80 {
		padding-top: 50px;
	}
	.pt-100 {
    padding-top: 80px;
	}
}

/*padding-bottom
------------------*/

.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-120 {
    padding-bottom: 120px;
}
/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
    .pb-50 {
		padding-bottom: 40px;
	}
	.pb-80 {
		padding-bottom: 50px;
	}
	.pb-120 {
		padding-bottom: 80px;
	}
}

/*padding top bottom
---------------------*/
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {

	.ptb-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ptb-115 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}


/* Padding left Right
-------------------- */
.plr-30{
	padding-left: 30px;
	padding-right: 30px;
}

/* Padding left
-------------------- */
.pl-28{
	padding-left: 28px;
}

/* Padding right
-------------------- */
.pr-28{
	padding-right: 28px;
}

/* Screen Support
-------------------- */
@media screen and (max-width: 767px) {
	
}

/*Font Size
-------------*/
.font-12 {
    font-size: 12px
}
.font-13 {
    font-size: 13px !important
}
.font-14 {
    font-size: 14px !important
}
.font-15 {
    font-size: 15px !important
}
.font-16 {
    font-size: 16px !important
}
.font-18 {
    font-size: 18px !important
}
.font-22 {
    font-size: 22px !important
}
.font-20 {
    font-size: 20px !important
}
.font-24 {
    font-size: 24px !important
}
.font-25 {
    font-size: 25px !important
}
.font-26 {
    font-size: 26px !important
}
.font-30 {
    font-size: 30px !important
}
.font-50 {
    font-size: 50px !important
}
.font-90 {
    font-size: 90px !important
}
.font-bold {
    font-weight: bold !important;
}

/*font size in screen support
-----------------------------------*/
@media screen and (max-width: 767px) {

    .font-30 {
        font-size: 25px
    }
    h1,
    .font-35,
    .font-90,
    .font-50 {
        font-size: 30px
    }
}

/*Line Height
--------------*/
.l-height-in {
    line-height: inherit !important;
}
.l-height-1 {
    line-height: 1;
}
.l-height-24 {
    line-height: 24px;
}
.l-height-25 {
    line-height: 25px;
}
.l-height-26 {
    line-height: 26px;
}
.l-height-28 {
    line-height: 28px;
}
.l-height-50 {
    line-height: 50px;
}

/* font family
-------------- */
.poppins{
	font-family: 'Poppins', sans-serif;
}
.montserrat{
	font-family: 'Montserrat', sans-serif;
}

/*font weight
--------------*/
.we-normal {
    font-weight: normal  !important;
}
.we-light {
    font-weight: 300;
}
.we-regular {
    font-weight: 400;
}
.we-medium {
    font-weight: 500;
}
.we-sami {
    font-weight: 600;
}
.we-bold {
    font-weight: 700;
}
.we-ex-bold {
    font-weight: 900;
}

/*font space
--------------*/
.font-space-normal{letter-spacing: normal;}
.font-space-01{letter-spacing: 0.1em !important;}
.font-space-02{letter-spacing: 0.2em !important;}

/* background color 
===============================*/
.white-bg {
	background: #ffffff none repeat scroll 0 0;
}
.black-bg {
	background: #202020 none repeat scroll 0 0;
}
.theme-bg {
	background: #81aaf9 none repeat scroll 0 0;
}
.bg-color-1 {
	background: #f9f9f9 none repeat scroll 0 0;
}
.bg-color-2 {
	background: #f5f5f5 none repeat scroll 0 0;
}
.bg-color-3 {
	background: #2b2b2b none repeat scroll 0 0;
}

/* background Gradient 
===============================*/
.gradient-1{
    background: #000;
}

/* background image 
==================================*/
.bg-img-1{
	background-image: url("../img/bg/1.jpg") ;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.bg-img-2{
	background-image: url("../img/bg_002.jpg") ;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 100px 0;
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
}
.bg-img-3{
	background-image: url("../img/bg_003.jpg") ;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: center;
}

/* background overlay 
===================================*/
.overlay{
	position:relative;
}
.overlay:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	/*background: rgba(147,143,251,.8);*/
}
.overlay .container{
	position:relative;
	z-index:2;
}

/* dark overlay 
================================*/
.overlay.dark-1:before {
    background: rgba(43, 43, 43,.70);
}

/* light overlay 
================================*/
.overlay.light-1:before {
    background: rgba(255,255,255,.7);
}

/* others color overlay 
=================================*/
.overlay-1:before {
    background: rgba(129, 170, 249, 0.90);
}
.grad-overlay-1:before {
    background: rgba(129, 170, 249, 0.93); /* For browsers that do not support gradients */        
    background: -webkit-linear-gradient(-54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-54deg, rgba(168, 112, 254, 0.93) 20%, rgba(129, 170, 249, 0.93) 90%); /* Standard syntax (must be last) */
}

/*Verticle Aligne Middle 
--------------------------*/
.d-table {
    display: table;
    width: 100%;
	height: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.v-align {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.row-eq-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/**
 * # component
 * ---------------------------------------------------------
 */
/**
 * # hr
 * ---------------------------------------------------------
 */
.hr-dashed {
  border-top-style: dashed;
}

.hr-dotted {
  border-top-style: dotted;
}

.hr-double {
  border-top-style: double;
  border-top-width: 3px;
}

.btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
}
.btn:active, .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .icon, .btn .form-notify-icon-info,
.btn .form-notify-icon-success,
.btn .form-notify-icon-error {
  line-height: inherit;
}
.btn .icon.icon-left, .btn .icon-left.form-notify-icon-info,
.btn .icon-left.form-notify-icon-success,
.btn .icon-left.form-notify-icon-error {
  float: left;
  margin-right: 8px;
}
.btn .icon.icon-right, .btn .icon-right.form-notify-icon-info,
.btn .icon-right.form-notify-icon-success,
.btn .icon-right.form-notify-icon-error {
  float: right;
  margin-left: 8px;
}
.btn .icon:not(.icon-left):not(.icon-right), .btn .form-notify-icon-info:not(.icon-left):not(.icon-right),
.btn .form-notify-icon-success:not(.icon-left):not(.icon-right),
.btn .form-notify-icon-error:not(.icon-left):not(.icon-right) {
  display: block;
}

.btn-fw {
  min-width: 88px;
}

.btn-default {
  color: #212121;
  background-color: #fafafa;
  border-color: #e5e5e5;
}
.btn-default:focus, .btn-default.focus {
  color: #212121;
  background-color: #eee;
  border-color: #e5e5e5;
}
.btn-default:hover {
  color: #212121;
  background-color: #eee;
  border-color: #e5e5e5;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #212121;
  background-color: #eee;
  border-color: #e5e5e5;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #212121;
  background-color: #eee;
  border-color: #e5e5e5;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fafafa;
  border-color: #e5e5e5;
}
.btn-default .badge {
  color: #fafafa;
  background-color: #212121;
}

.btn-inverse {
  color: white;
  background-color: #19232d;
  border-color: #19232d;
}
.btn-inverse:focus, .btn-inverse.focus {
  color: white;
  background-color: #18212b;
  border-color: #18212b;
}
.btn-inverse:hover {
  color: white;
  background-color: #18212b;
  border-color: #18212b;
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  color: white;
  background-color: #18212b;
  border-color: #18212b;
}
.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open > .btn-inverse.dropdown-toggle:hover, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle.focus {
  color: white;
  background-color: #18212b;
  border-color: #18212b;
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus {
  background-color: #19232d;
  border-color: #19232d;
}
.btn-inverse .badge {
  color: #19232d;
  background-color: white;
}

.btn-basic {
  color: white;
  background-color: #2a7af3;
  border-color: #2a7af3;
}
.btn-basic:focus, .btn-basic.focus {
  color: #2a7af3;
  background-color: #2874e7;
  border-color: #2874e7;
}
.btn-basic:hover {
  color: #2a7af3;
  background-color: #2874e7;
  border-color: #2874e7;
}
.btn-basic:active, .btn-basic.active, .open > .btn-basic.dropdown-toggle {
  color: #2a7af3;
  background-color: #2874e7;
  border-color: #2874e7;
}
.btn-basic:active:hover, .btn-basic:active:focus, .btn-basic:active.focus, .btn-basic.active:hover, .btn-basic.active:focus, .btn-basic.active.focus, .open > .btn-basic.dropdown-toggle:hover, .open > .btn-basic.dropdown-toggle:focus, .open > .btn-basic.dropdown-toggle.focus {
  color: white;
  background-color: #2874e7;
  border-color: #2874e7;
}
.btn-basic:active, .btn-basic.active, .open > .btn-basic.dropdown-toggle {
  background-image: none;
}
.btn-basic.disabled:hover, .btn-basic.disabled:focus, .btn-basic.disabled.focus, .btn-basic[disabled]:hover, .btn-basic[disabled]:focus, .btn-basic[disabled].focus, fieldset[disabled] .btn-basic:hover, fieldset[disabled] .btn-basic:focus, fieldset[disabled] .btn-basic.focus {
  background-color: #2a7af3;
  border-color: #2a7af3;
}
.btn-basic .badge {
  color: #2a7af3;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-info:focus, .btn-info.focus {
  color: white;
  background-color: #00b3c9;
  border-color: #00b3c9;
}
.btn-info:hover {
  color: white;
  background-color: #00b3c9;
  border-color: #00b3c9;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #00b3c9;
  border-color: #00b3c9;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: white;
  background-color: #00b3c9;
  border-color: #00b3c9;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-info .badge {
  color: #00bcd4;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-success:focus, .btn-success.focus {
  color: white;
  background-color: #49bd51;
  border-color: #49bd51;
}
.btn-success:hover {
  color: white;
  background-color: #49bd51;
  border-color: #49bd51;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #49bd51;
  border-color: #49bd51;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: white;
  background-color: #49bd51;
  border-color: #49bd51;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-success .badge {
  color: #4dc755;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-warning:focus, .btn-warning.focus {
  color: white;
  background-color: #f29d00;
  border-color: #f29d00;
}
.btn-warning:hover {
  color: white;
  background-color: #f29d00;
  border-color: #f29d00;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #f29d00;
  border-color: #f29d00;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: white;
  background-color: #f29d00;
  border-color: #f29d00;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-warning .badge {
  color: #ffa500;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #f43d3e;
  border-color: #f43d3e;
}
.btn-danger:focus, .btn-danger.focus {
  color: white;
  background-color: #e83a3b;
  border-color: #e83a3b;
}
.btn-danger:hover {
  color: white;
  background-color: #e83a3b;
  border-color: #e83a3b;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #e83a3b;
  border-color: #e83a3b;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: white;
  background-color: #e83a3b;
  border-color: #e83a3b;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #f43d3e;
  border-color: #f43d3e;
}
.btn-danger .badge {
  color: #f43d3e;
  background-color: white;
}

.btn-theme-1 {
  color: white;
  background-color: #006ff5;
  border-color: #006ff5;
}
.btn-theme-1:focus, .btn-theme-1.focus {
  color: white;
  background-color: #0069e9;
  border-color: #0069e9;
}
.btn-theme-1:hover {
  color: white;
  background-color: #0069e9;
  border-color: #0069e9;
}
.btn-theme-1:active, .btn-theme-1.active, .open > .btn-theme-1.dropdown-toggle {
  color: white;
  background-color: #0069e9;
  border-color: #0069e9;
}
.btn-theme-1:active:hover, .btn-theme-1:active:focus, .btn-theme-1:active.focus, .btn-theme-1.active:hover, .btn-theme-1.active:focus, .btn-theme-1.active.focus, .open > .btn-theme-1.dropdown-toggle:hover, .open > .btn-theme-1.dropdown-toggle:focus, .open > .btn-theme-1.dropdown-toggle.focus {
  color: white;
  background-color: #0069e9;
  border-color: #0069e9;
}
.btn-theme-1:active, .btn-theme-1.active, .open > .btn-theme-1.dropdown-toggle {
  background-image: none;
}
.btn-theme-1.disabled:hover, .btn-theme-1.disabled:focus, .btn-theme-1.disabled.focus, .btn-theme-1[disabled]:hover, .btn-theme-1[disabled]:focus, .btn-theme-1[disabled].focus, fieldset[disabled] .btn-theme-1:hover, fieldset[disabled] .btn-theme-1:focus, fieldset[disabled] .btn-theme-1.focus {
  background-color: #006ff5;
  border-color: #006ff5;
}
.btn-theme-1 .badge {
  color: #006ff5;
  background-color: white;
}

.btn-theme-2 {
  color: white;
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-theme-2:focus, .btn-theme-2.focus {
  color: white;
  background-color: #49bd51;
  border-color: #49bd51;
}
.btn-theme-2:hover {
  color: white;
  background-color: #49bd51;
  border-color: #49bd51;
}
.btn-theme-2:active, .btn-theme-2.active, .open > .btn-theme-2.dropdown-toggle {
  color: white;
  background-color: #49bd51;
  border-color: #49bd51;
}
.btn-theme-2:active:hover, .btn-theme-2:active:focus, .btn-theme-2:active.focus, .btn-theme-2.active:hover, .btn-theme-2.active:focus, .btn-theme-2.active.focus, .open > .btn-theme-2.dropdown-toggle:hover, .open > .btn-theme-2.dropdown-toggle:focus, .open > .btn-theme-2.dropdown-toggle.focus {
  color: white;
  background-color: #49bd51;
  border-color: #49bd51;
}
.btn-theme-2:active, .btn-theme-2.active, .open > .btn-theme-2.dropdown-toggle {
  background-image: none;
}
.btn-theme-2.disabled:hover, .btn-theme-2.disabled:focus, .btn-theme-2.disabled.focus, .btn-theme-2[disabled]:hover, .btn-theme-2[disabled]:focus, .btn-theme-2[disabled].focus, fieldset[disabled] .btn-theme-2:hover, fieldset[disabled] .btn-theme-2:focus, fieldset[disabled] .btn-theme-2.focus {
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-theme-2 .badge {
  color: #4dc755;
  background-color: white;
}

.btn-facebook {
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: white;
  background-color: #385590;
  border-color: #385590;
}
.btn-facebook:hover {
  color: white;
  background-color: #385590;
  border-color: #385590;
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  color: white;
  background-color: #385590;
  border-color: #385590;
}
.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus {
  color: white;
  background-color: #385590;
  border-color: #385590;
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  background-image: none;
}
.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: white;
}

.btn-twitter {
  color: white;
  background-color: #55acee;
  border-color: #55acee;
}
.btn-twitter:focus, .btn-twitter.focus {
  color: white;
  background-color: #51a3e2;
  border-color: #51a3e2;
}
.btn-twitter:hover {
  color: white;
  background-color: #51a3e2;
  border-color: #51a3e2;
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  color: white;
  background-color: #51a3e2;
  border-color: #51a3e2;
}
.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus, .open > .btn-twitter.dropdown-toggle:hover, .open > .btn-twitter.dropdown-toggle:focus, .open > .btn-twitter.dropdown-toggle.focus {
  color: white;
  background-color: #51a3e2;
  border-color: #51a3e2;
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  background-image: none;
}
.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: #55acee;
}
.btn-twitter .badge {
  color: #55acee;
  background-color: white;
}

.btn-google-plus {
  color: white;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-google-plus:focus, .btn-google-plus.focus {
  color: white;
  background-color: #d24736;
  border-color: #d24736;
}
.btn-google-plus:hover {
  color: white;
  background-color: #d24736;
  border-color: #d24736;
}
.btn-google-plus:active, .btn-google-plus.active, .open > .btn-google-plus.dropdown-toggle {
  color: white;
  background-color: #d24736;
  border-color: #d24736;
}
.btn-google-plus:active:hover, .btn-google-plus:active:focus, .btn-google-plus:active.focus, .btn-google-plus.active:hover, .btn-google-plus.active:focus, .btn-google-plus.active.focus, .open > .btn-google-plus.dropdown-toggle:hover, .open > .btn-google-plus.dropdown-toggle:focus, .open > .btn-google-plus.dropdown-toggle.focus {
  color: white;
  background-color: #d24736;
  border-color: #d24736;
}
.btn-google-plus:active, .btn-google-plus.active, .open > .btn-google-plus.dropdown-toggle {
  background-image: none;
}
.btn-google-plus.disabled:hover, .btn-google-plus.disabled:focus, .btn-google-plus.disabled.focus, .btn-google-plus[disabled]:hover, .btn-google-plus[disabled]:focus, .btn-google-plus[disabled].focus, fieldset[disabled] .btn-google-plus:hover, fieldset[disabled] .btn-google-plus:focus, fieldset[disabled] .btn-google-plus.focus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-google-plus .badge {
  color: #dd4b39;
  background-color: white;
}

.btn-instagram {
  color: white;
  background-color: #125688;
  border-color: #125688;
}
.btn-instagram:focus, .btn-instagram.focus {
  color: white;
  background-color: #115281;
  border-color: #115281;
}
.btn-instagram:hover {
  color: white;
  background-color: #115281;
  border-color: #115281;
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  color: white;
  background-color: #115281;
  border-color: #115281;
}
.btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus, .open > .btn-instagram.dropdown-toggle:hover, .open > .btn-instagram.dropdown-toggle:focus, .open > .btn-instagram.dropdown-toggle.focus {
  color: white;
  background-color: #115281;
  border-color: #115281;
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  background-image: none;
}
.btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram:hover, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #125688;
  border-color: #125688;
}
.btn-instagram .badge {
  color: #125688;
  background-color: white;
}

.btn-outline.btn-default {
  color: white;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-outline.btn-default:focus, .btn-outline.btn-default.focus {
  color: white;
  background-color: transparent;
  border-color: white;
}
.btn-outline.btn-default:hover {
  color: white;
  background-color: transparent;
  border-color: white;
}
.btn-outline.btn-default:active, .btn-outline.btn-default.active, .open > .btn-outline.btn-default.dropdown-toggle {
  color: white;
  background-color: transparent;
  border-color: white;
}
.btn-outline.btn-default:active:hover, .btn-outline.btn-default:active:focus, .btn-outline.btn-default:active.focus, .btn-outline.btn-default.active:hover, .btn-outline.btn-default.active:focus, .btn-outline.btn-default.active.focus, .open > .btn-outline.btn-default.dropdown-toggle:hover, .open > .btn-outline.btn-default.dropdown-toggle:focus, .open > .btn-outline.btn-default.dropdown-toggle.focus {
  color: white;
  background-color: transparent;
  border-color: white;
}
.btn-outline.btn-default:active, .btn-outline.btn-default.active, .open > .btn-outline.btn-default.dropdown-toggle {
  background-image: none;
}
.btn-outline.btn-default.disabled:hover, .btn-outline.btn-default.disabled:focus, .btn-outline.btn-default.disabled.focus, .btn-outline.btn-default[disabled]:hover, .btn-outline.btn-default[disabled]:focus, .btn-outline.btn-default[disabled].focus, fieldset[disabled] .btn-outline.btn-default:hover, fieldset[disabled] .btn-outline.btn-default:focus, fieldset[disabled] .btn-outline.btn-default.focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-outline.btn-default .badge {
  color: transparent;
  background-color: white;
}

.btn-outline.btn-inverse {
  color: #212121;
  background-color: transparent;
  border-color: #757575;
}
.btn-outline.btn-inverse:focus, .btn-outline.btn-inverse.focus {
  color: #212121;
  background-color: transparent;
  border-color: #212121;
}
.btn-outline.btn-inverse:hover {
  color: #212121;
  background-color: transparent;
  border-color: #212121;
}
.btn-outline.btn-inverse:active, .btn-outline.btn-inverse.active, .open > .btn-outline.btn-inverse.dropdown-toggle {
  color: #212121;
  background-color: transparent;
  border-color: #212121;
}
.btn-outline.btn-inverse:active:hover, .btn-outline.btn-inverse:active:focus, .btn-outline.btn-inverse:active.focus, .btn-outline.btn-inverse.active:hover, .btn-outline.btn-inverse.active:focus, .btn-outline.btn-inverse.active.focus, .open > .btn-outline.btn-inverse.dropdown-toggle:hover, .open > .btn-outline.btn-inverse.dropdown-toggle:focus, .open > .btn-outline.btn-inverse.dropdown-toggle.focus {
  color: #212121;
  background-color: transparent;
  border-color: #212121;
}
.btn-outline.btn-inverse:active, .btn-outline.btn-inverse.active, .open > .btn-outline.btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-outline.btn-inverse.disabled:hover, .btn-outline.btn-inverse.disabled:focus, .btn-outline.btn-inverse.disabled.focus, .btn-outline.btn-inverse[disabled]:hover, .btn-outline.btn-inverse[disabled]:focus, .btn-outline.btn-inverse[disabled].focus, fieldset[disabled] .btn-outline.btn-inverse:hover, fieldset[disabled] .btn-outline.btn-inverse:focus, fieldset[disabled] .btn-outline.btn-inverse.focus {
  background-color: transparent;
  border-color: #757575;
}
.btn-outline.btn-inverse .badge {
  color: transparent;
  background-color: #212121;
}

.btn-outline.btn-basic {
  color: #2a7af3;
  background-color: transparent;
  border-color: #2a7af3;
}
.btn-outline.btn-basic:focus, .btn-outline.btn-basic.focus {
  color: white;
  background-color: #2a7af3;
  border-color: #2a7af3;
}
.btn-outline.btn-basic:hover {
  color: white;
  background-color: #2a7af3;
  border-color: #2a7af3;
}
.btn-outline.btn-basic:active, .btn-outline.btn-basic.active, .open > .btn-outline.btn-basic.dropdown-toggle {
  color: white;
  background-color: #2a7af3;
  border-color: #2a7af3;
}
.btn-outline.btn-basic:active:hover, .btn-outline.btn-basic:active:focus, .btn-outline.btn-basic:active.focus, .btn-outline.btn-basic.active:hover, .btn-outline.btn-basic.active:focus, .btn-outline.btn-basic.active.focus, .open > .btn-outline.btn-basic.dropdown-toggle:hover, .open > .btn-outline.btn-basic.dropdown-toggle:focus, .open > .btn-outline.btn-basic.dropdown-toggle.focus {
  color: white;
  background-color: #2a7af3;
  border-color: #2a7af3;
}
.btn-outline.btn-basic:active, .btn-outline.btn-basic.active, .open > .btn-outline.btn-basic.dropdown-toggle {
  background-image: none;
}
.btn-outline.btn-basic.disabled:hover, .btn-outline.btn-basic.disabled:focus, .btn-outline.btn-basic.disabled.focus, .btn-outline.btn-basic[disabled]:hover, .btn-outline.btn-basic[disabled]:focus, .btn-outline.btn-basic[disabled].focus, fieldset[disabled] .btn-outline.btn-basic:hover, fieldset[disabled] .btn-outline.btn-basic:focus, fieldset[disabled] .btn-outline.btn-basic.focus {
  background-color: transparent;
  border-color: #2a7af3;
}
.btn-outline.btn-basic .badge {
  color: transparent;
  background-color: #2a7af3;
}

.btn-outline.btn-info {
  color: #00bcd4;
  background-color: transparent;
  border-color: #00bcd4;
}
.btn-outline.btn-info:focus, .btn-outline.btn-info.focus {
  color: white;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline.btn-info:hover {
  color: white;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline.btn-info:active, .btn-outline.btn-info.active, .open > .btn-outline.btn-info.dropdown-toggle {
  color: white;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline.btn-info:active:hover, .btn-outline.btn-info:active:focus, .btn-outline.btn-info:active.focus, .btn-outline.btn-info.active:hover, .btn-outline.btn-info.active:focus, .btn-outline.btn-info.active.focus, .open > .btn-outline.btn-info.dropdown-toggle:hover, .open > .btn-outline.btn-info.dropdown-toggle:focus, .open > .btn-outline.btn-info.dropdown-toggle.focus {
  color: white;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline.btn-info:active, .btn-outline.btn-info.active, .open > .btn-outline.btn-info.dropdown-toggle {
  background-image: none;
}
.btn-outline.btn-info.disabled:hover, .btn-outline.btn-info.disabled:focus, .btn-outline.btn-info.disabled.focus, .btn-outline.btn-info[disabled]:hover, .btn-outline.btn-info[disabled]:focus, .btn-outline.btn-info[disabled].focus, fieldset[disabled] .btn-outline.btn-info:hover, fieldset[disabled] .btn-outline.btn-info:focus, fieldset[disabled] .btn-outline.btn-info.focus {
  background-color: transparent;
  border-color: #00bcd4;
}
.btn-outline.btn-info .badge {
  color: transparent;
  background-color: #00bcd4;
}

.btn-outline.btn-success {
  color: #4dc755;
  background-color: transparent;
  border-color: #4dc755;
}
.btn-outline.btn-success:focus, .btn-outline.btn-success.focus {
  color: white;
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-outline.btn-success:hover {
  color: white;
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-outline.btn-success:active, .btn-outline.btn-success.active, .open > .btn-outline.btn-success.dropdown-toggle {
  color: white;
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-outline.btn-success:active:hover, .btn-outline.btn-success:active:focus, .btn-outline.btn-success:active.focus, .btn-outline.btn-success.active:hover, .btn-outline.btn-success.active:focus, .btn-outline.btn-success.active.focus, .open > .btn-outline.btn-success.dropdown-toggle:hover, .open > .btn-outline.btn-success.dropdown-toggle:focus, .open > .btn-outline.btn-success.dropdown-toggle.focus {
  color: white;
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-outline.btn-success:active, .btn-outline.btn-success.active, .open > .btn-outline.btn-success.dropdown-toggle {
  background-image: none;
}
.btn-outline.btn-success.disabled:hover, .btn-outline.btn-success.disabled:focus, .btn-outline.btn-success.disabled.focus, .btn-outline.btn-success[disabled]:hover, .btn-outline.btn-success[disabled]:focus, .btn-outline.btn-success[disabled].focus, fieldset[disabled] .btn-outline.btn-success:hover, fieldset[disabled] .btn-outline.btn-success:focus, fieldset[disabled] .btn-outline.btn-success.focus {
  background-color: transparent;
  border-color: #4dc755;
}
.btn-outline.btn-success .badge {
  color: transparent;
  background-color: #4dc755;
}

.btn-outline.btn-warning {
  color: #ffa500;
  background-color: transparent;
  border-color: #ffa500;
}
.btn-outline.btn-warning:focus, .btn-outline.btn-warning.focus {
  color: white;
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-outline.btn-warning:hover {
  color: white;
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-outline.btn-warning:active, .btn-outline.btn-warning.active, .open > .btn-outline.btn-warning.dropdown-toggle {
  color: white;
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-outline.btn-warning:active:hover, .btn-outline.btn-warning:active:focus, .btn-outline.btn-warning:active.focus, .btn-outline.btn-warning.active:hover, .btn-outline.btn-warning.active:focus, .btn-outline.btn-warning.active.focus, .open > .btn-outline.btn-warning.dropdown-toggle:hover, .open > .btn-outline.btn-warning.dropdown-toggle:focus, .open > .btn-outline.btn-warning.dropdown-toggle.focus {
  color: white;
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-outline.btn-warning:active, .btn-outline.btn-warning.active, .open > .btn-outline.btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-outline.btn-warning.disabled:hover, .btn-outline.btn-warning.disabled:focus, .btn-outline.btn-warning.disabled.focus, .btn-outline.btn-warning[disabled]:hover, .btn-outline.btn-warning[disabled]:focus, .btn-outline.btn-warning[disabled].focus, fieldset[disabled] .btn-outline.btn-warning:hover, fieldset[disabled] .btn-outline.btn-warning:focus, fieldset[disabled] .btn-outline.btn-warning.focus {
  background-color: transparent;
  border-color: #ffa500;
}
.btn-outline.btn-warning .badge {
  color: transparent;
  background-color: #ffa500;
}

.btn-outline.btn-danger {
  color: #f43d3e;
  background-color: transparent;
  border-color: #f43d3e;
}
.btn-outline.btn-danger:focus, .btn-outline.btn-danger.focus {
  color: white;
  background-color: #f43d3e;
  border-color: #f43d3e;
}
.btn-outline.btn-danger:hover {
  color: white;
  background-color: #f43d3e;
  border-color: #f43d3e;
}
.btn-outline.btn-danger:active, .btn-outline.btn-danger.active, .open > .btn-outline.btn-danger.dropdown-toggle {
  color: white;
  background-color: #f43d3e;
  border-color: #f43d3e;
}
.btn-outline.btn-danger:active:hover, .btn-outline.btn-danger:active:focus, .btn-outline.btn-danger:active.focus, .btn-outline.btn-danger.active:hover, .btn-outline.btn-danger.active:focus, .btn-outline.btn-danger.active.focus, .open > .btn-outline.btn-danger.dropdown-toggle:hover, .open > .btn-outline.btn-danger.dropdown-toggle:focus, .open > .btn-outline.btn-danger.dropdown-toggle.focus {
  color: white;
  background-color: #f43d3e;
  border-color: #f43d3e;
}
.btn-outline.btn-danger:active, .btn-outline.btn-danger.active, .open > .btn-outline.btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-outline.btn-danger.disabled:hover, .btn-outline.btn-danger.disabled:focus, .btn-outline.btn-danger.disabled.focus, .btn-outline.btn-danger[disabled]:hover, .btn-outline.btn-danger[disabled]:focus, .btn-outline.btn-danger[disabled].focus, fieldset[disabled] .btn-outline.btn-danger:hover, fieldset[disabled] .btn-outline.btn-danger:focus, fieldset[disabled] .btn-outline.btn-danger.focus {
  background-color: transparent;
  border-color: #f43d3e;
}
.btn-outline.btn-danger .badge {
  color: transparent;
  background-color: #f43d3e;
}

.btn-outline.btn-theme-1 {
  color: #006ff5;
  background-color: transparent;
  border-color: #006ff5;
}
.btn-outline.btn-theme-1:focus, .btn-outline.btn-theme-1.focus {
  color: white;
  background-color: #006ff5;
  border-color: #006ff5;
}
.btn-outline.btn-theme-1:hover {
  color: white;
  background-color: #006ff5;
  border-color: #006ff5;
}
.btn-outline.btn-theme-1:active, .btn-outline.btn-theme-1.active, .open > .btn-outline.btn-theme-1.dropdown-toggle {
  color: white;
  background-color: #006ff5;
  border-color: #006ff5;
}
.btn-outline.btn-theme-1:active:hover, .btn-outline.btn-theme-1:active:focus, .btn-outline.btn-theme-1:active.focus, .btn-outline.btn-theme-1.active:hover, .btn-outline.btn-theme-1.active:focus, .btn-outline.btn-theme-1.active.focus, .open > .btn-outline.btn-theme-1.dropdown-toggle:hover, .open > .btn-outline.btn-theme-1.dropdown-toggle:focus, .open > .btn-outline.btn-theme-1.dropdown-toggle.focus {
  color: white;
  background-color: #006ff5;
  border-color: #006ff5;
}
.btn-outline.btn-theme-1:active, .btn-outline.btn-theme-1.active, .open > .btn-outline.btn-theme-1.dropdown-toggle {
  background-image: none;
}
.btn-outline.btn-theme-1.disabled:hover, .btn-outline.btn-theme-1.disabled:focus, .btn-outline.btn-theme-1.disabled.focus, .btn-outline.btn-theme-1[disabled]:hover, .btn-outline.btn-theme-1[disabled]:focus, .btn-outline.btn-theme-1[disabled].focus, fieldset[disabled] .btn-outline.btn-theme-1:hover, fieldset[disabled] .btn-outline.btn-theme-1:focus, fieldset[disabled] .btn-outline.btn-theme-1.focus {
  background-color: transparent;
  border-color: #006ff5;
}
.btn-outline.btn-theme-1 .badge {
  color: transparent;
  background-color: #006ff5;
}

.btn-outline.btn-theme-2 {
  color: #4dc755;
  background-color: transparent;
  border-color: #4dc755;
}
.btn-outline.btn-theme-2:focus, .btn-outline.btn-theme-2.focus {
  color: white;
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-outline.btn-theme-2:hover {
  color: white;
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-outline.btn-theme-2:active, .btn-outline.btn-theme-2.active, .open > .btn-outline.btn-theme-2.dropdown-toggle {
  color: white;
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-outline.btn-theme-2:active:hover, .btn-outline.btn-theme-2:active:focus, .btn-outline.btn-theme-2:active.focus, .btn-outline.btn-theme-2.active:hover, .btn-outline.btn-theme-2.active:focus, .btn-outline.btn-theme-2.active.focus, .open > .btn-outline.btn-theme-2.dropdown-toggle:hover, .open > .btn-outline.btn-theme-2.dropdown-toggle:focus, .open > .btn-outline.btn-theme-2.dropdown-toggle.focus {
  color: white;
  background-color: #4dc755;
  border-color: #4dc755;
}
.btn-outline.btn-theme-2:active, .btn-outline.btn-theme-2.active, .open > .btn-outline.btn-theme-2.dropdown-toggle {
  background-image: none;
}
.btn-outline.btn-theme-2.disabled:hover, .btn-outline.btn-theme-2.disabled:focus, .btn-outline.btn-theme-2.disabled.focus, .btn-outline.btn-theme-2[disabled]:hover, .btn-outline.btn-theme-2[disabled]:focus, .btn-outline.btn-theme-2[disabled].focus, fieldset[disabled] .btn-outline.btn-theme-2:hover, fieldset[disabled] .btn-outline.btn-theme-2:focus, fieldset[disabled] .btn-outline.btn-theme-2.focus {
  background-color: transparent;
  border-color: #4dc755;
}
.btn-outline.btn-theme-2 .badge {
  color: transparent;
  background-color: #4dc755;
}

.btn-pill {
  -webkit-border-radius: 10rem;
          border-radius: 10rem;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-shadow {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}

.btn-circle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 48px;
  height: 48px;
}
.btn-circle.btn-lg {
  width: 56px;
  height: 56px;
}
.btn-circle.btn-sm {
  width: 40px;
  height: 40px;
}
.btn-circle.btn-xs {
  width: 32px;
  height: 32px;
}

.btn-link {
  color: #006ff5;
  font-weight: normal;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #006ff5;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgba(0, 0, 0, 0.26);
  text-decoration: none;
}

.btn-link.btn-default {
  color: #212121;
}
.btn-link.btn-default:hover, .btn-link.btn-default:focus {
  color: #212121;
}
.btn-link.btn-default[disabled]:hover, .btn-link.btn-default[disabled]:focus, fieldset[disabled] .btn-link.btn-default:hover, fieldset[disabled] .btn-link.btn-default:focus {
  color: rgba(0, 0, 0, 0.26);
}
.btn-link.btn-inverse {
  color: white;
}
.btn-link.btn-inverse:hover, .btn-link.btn-inverse:focus {
  color: white;
}
.btn-link.btn-inverse[disabled]:hover, .btn-link.btn-inverse[disabled]:focus, fieldset[disabled] .btn-link.btn-inverse:hover, fieldset[disabled] .btn-link.btn-inverse:focus {
  color: rgba(255, 255, 255, 0.3);
}

.btn-link.btn-basic {
  color: #2a7af3;
}
.btn-link.btn-basic:hover, .btn-link.btn-basic:focus {
  color: #2a7af3;
}
.btn-link.btn-basic[disabled]:hover, .btn-link.btn-basic[disabled]:focus, fieldset[disabled] .btn-link.btn-basic:hover, fieldset[disabled] .btn-link.btn-basic:focus {
  color: rgba(0, 0, 0, 0.26);
}

.btn-link.btn-info {
  color: #00bcd4;
}
.btn-link.btn-info:hover, .btn-link.btn-info:focus {
  color: #00bcd4;
}
.btn-link.btn-info[disabled]:hover, .btn-link.btn-info[disabled]:focus, fieldset[disabled] .btn-link.btn-info:hover, fieldset[disabled] .btn-link.btn-info:focus {
  color: rgba(0, 0, 0, 0.26);
}

.btn-link.btn-success {
  color: #4dc755;
}
.btn-link.btn-success:hover, .btn-link.btn-success:focus {
  color: #4dc755;
}
.btn-link.btn-success[disabled]:hover, .btn-link.btn-success[disabled]:focus, fieldset[disabled] .btn-link.btn-success:hover, fieldset[disabled] .btn-link.btn-success:focus {
  color: rgba(0, 0, 0, 0.26);
}

.btn-link.btn-warning {
  color: #ffa500;
}
.btn-link.btn-warning:hover, .btn-link.btn-warning:focus {
  color: #ffa500;
}
.btn-link.btn-warning[disabled]:hover, .btn-link.btn-warning[disabled]:focus, fieldset[disabled] .btn-link.btn-warning:hover, fieldset[disabled] .btn-link.btn-warning:focus {
  color: rgba(0, 0, 0, 0.26);
}

.btn-link.btn-danger {
  color: #f43d3e;
}
.btn-link.btn-danger:hover, .btn-link.btn-danger:focus {
  color: #f43d3e;
}
.btn-link.btn-danger[disabled]:hover, .btn-link.btn-danger[disabled]:focus, fieldset[disabled] .btn-link.btn-danger:hover, fieldset[disabled] .btn-link.btn-danger:focus {
  color: rgba(0, 0, 0, 0.26);
}

.btn-link.btn-theme-1 {
  color: #006ff5;
}
.btn-link.btn-theme-1:hover, .btn-link.btn-theme-1:focus {
  color: #006ff5;
}
.btn-link.btn-theme-1[disabled]:hover, .btn-link.btn-theme-1[disabled]:focus, fieldset[disabled] .btn-link.btn-theme-1:hover, fieldset[disabled] .btn-link.btn-theme-1:focus {
  color: rgba(0, 0, 0, 0.26);
}

.btn-link.btn-theme-2 {
  color: #4dc755;
}
.btn-link.btn-theme-2:hover, .btn-link.btn-theme-2:focus {
  color: #4dc755;
}
.btn-link.btn-theme-2[disabled]:hover, .btn-link.btn-theme-2[disabled]:focus, fieldset[disabled] .btn-link.btn-theme-2:hover, fieldset[disabled] .btn-link.btn-theme-2:focus {
  color: rgba(0, 0, 0, 0.26);
}

.btn-toolbar .btn-group {
  float: none;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group.open .dropdown-toggle {
  box-sahdow: none;
}

.dropdown-header {
  padding-right: 16px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 500;
}

.dropdown-menu {
  min-width: 168px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.dropdown-menu .divider {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  padding: 10px 16px;
  font-weight: normal;
}
.dropdown-menu > li > a .icon, .dropdown-menu > li > a .form-notify-icon-info,
.dropdown-menu > li > a .form-notify-icon-success,
.dropdown-menu > li > a .form-notify-icon-error {
  line-height: inherit;
}
.dropdown-menu > li > a .icon.icon-left, .dropdown-menu > li > a .icon-left.form-notify-icon-info,
.dropdown-menu > li > a .icon-left.form-notify-icon-success,
.dropdown-menu > li > a .icon-left.form-notify-icon-error {
  float: left;
  margin-right: 8px;
}
.dropdown-menu > li > a .icon.icon-right, .dropdown-menu > li > a .icon-right.form-notify-icon-info,
.dropdown-menu > li > a .icon-right.form-notify-icon-success,
.dropdown-menu > li > a .icon-right.form-notify-icon-error {
  float: right;
  margin-left: 8px;
}
.dropdown-menu > li > a .icon:not(.icon-left):not(.icon-right), .dropdown-menu > li > a .form-notify-icon-info:not(.icon-left):not(.icon-right),
.dropdown-menu > li > a .form-notify-icon-success:not(.icon-left):not(.icon-right),
.dropdown-menu > li > a .form-notify-icon-error:not(.icon-left):not(.icon-right) {
  display: block;
}

.dropdown-menu-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dropdown-menu.dropdown-menu-sm > li > a {
  padding: 7px 16px;
  font-size: 13px;
  line-height: 26px;
}
.dropdown-menu.dropdown-menu-xs > li > a {
  padding: 3px 16px;
  font-size: 13px;
  line-height: 26px;
}

.list-group-item {
  padding: 9px 15px;
}

.list-group-item-heading {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 17px;
  line-height: 1.76471;
  line-height: 1.64706;
  margin-bottom: 0;
}

.list-group-item-text {
  line-height: 1.86667;
}

.list-group-flat > .list-group-item {
  border: 0;
  padding: 10px 16px;
}

.list-inline-with-separator > li:not(:last-child):after {
  content: "·";
  margin-left: 10px;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-property: border-color ease-in-out 150ms;
  transition-property: border-color ease-in-out 150ms;
}
.form-control:focus {
  border-color: #006ff5;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #9e9e9e;
}
.form-control::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9e9e9e;
}

.form-control {
  border-color: rgba(0, 0, 0, 0.04);
  background-color: rgba(0, 0, 0, 0.04);
}

.form-notify-icon-info,
.form-notify-icon-success,
.form-notify-icon-error {
  margin-right: 4px;
  font-weight: 700;
}

.form-notify-icon-info {
  color: #338cf7;
}
.form-notify-icon-info:before {
  content: "\f05a";
}

.form-notify-icon-success {
  color: #71d277;
}
.form-notify-icon-success:before {
  content: "\f058";
}

.form-notify-icon-error {
  color: #f66465;
}
.form-notify-icon-error:before {
  content: "\f057";
}

.error label {
  color: #f66465 !important;
}

/**********MW WP Formボタン*********/

/*確認・送信ボタン*/
.contact_table input[type="submit"] {
 background: none;
 border: none;
 color: #FFF;
 text-shadow:none;
 padding: 0;
 cursor: pointer;
}
/*戻るボタン*/
.backbtn {
 background: #FF6633;
 border: 1px solid #DDD;
 color: #FFF;
 text-shadow:1px 1px 1px rgba(0,0,0,0.5);
 width: 200px;
 padding: 10px 0;
 cursor: pointer;
}

div.contact_table .badge{font-size: 11px; vertical-align: top; padding: 5px 7px; }

.input-group-shadow {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}

.panel-theme-1 {
  border-color: #006ff5;
}
.panel-theme-1 > .panel-heading {
  border-color: #006ff5;
  background-color: #006ff5;
  color: white;
}
.panel-theme-1 > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #006ff5;
}
.panel-theme-1 > .panel-heading .badge {
  background-color: white;
  color: #006ff5;
}
.panel-theme-1 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #006ff5;
}

.panel-theme-2 {
  border-color: #4dc755;
}
.panel-theme-2 > .panel-heading {
  border-color: #4dc755;
  background-color: #4dc755;
  color: white;
}
.panel-theme-2 > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4dc755;
}
.panel-theme-2 > .panel-heading .badge {
  background-color: white;
  color: #4dc755;
}
.panel-theme-2 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4dc755;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: transparent;
}

.nav-tabs > li > a {
  padding: 9px 15px;
}

.navbar-nav > li > a,
.navbar-text {
  font-weight: normal;
}

.navbar-link {
  text-decoration: underline;
}

.navbar-brand {
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.navbar-brand {
  height: 64px;
  line-height: 0.9;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 20px;
  font-weight: 700;
}
.navbar-brand > img {
  height: 18px;
}
.navbar-lg .navbar-brand {
  height: 64px;
  line-height: 0.9;
  padding-bottom: 23px;
  font-size: 20px;
  font-weight: 700;
}
.navbar-lg .navbar-brand > img {
  height: 60px;
}

@media (min-width: 992px) {
  .navbar-brand {
    height: 64px;
    line-height: 0.9;
    padding-bottom: 23px;
    font-size: 20px;
    font-weight: 700;
  }
  .navbar-brand > img {
    height: 18px;
  }
  .navbar-lg .navbar-brand {
    height: 88px;
    line-height: 0.9;
    padding-bottom: 35px;
    font-size: 20px;
    font-weight: 700;
  }
  .navbar-lg .navbar-brand > img {
    height: 60px;
  }
}
.navbar-nav > li > a {
  line-height: 1.86667;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-nav .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 30px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1.5;
	  color: #212121 !important;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover {
    line-height: 1.5;
	  color: #006ff5;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-lg .navbar-nav > li > a {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .navbar-form {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-form .form-group {
    margin-bottom: 4px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-lg .navbar-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-btn.btn-lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .navbar-btn.btn-sm {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .navbar-btn.btn-xs {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .navbar-lg .navbar-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navbar-lg .navbar-btn.btn-lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .navbar-lg .navbar-btn.btn-sm {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .navbar-lg .navbar-btn.btn-xs {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .navbar-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-text {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .navbar-lg .navbar-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.navbar-default .navbar-brand-media-img-light {
  display: none;
}

.navbar-inverse .navbar-brand-media-img-dark {
  display: none;
}

@media (min-width: 992px) {
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-brand-media-img-light {
    display: block;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-brand-media-img-dark {
    display: none;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-brand-media-img-light {
    display: none;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-brand-media-img-dark {
    display: block;
  }
}
.custom-navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  margin-top: 32px;
  margin-bottom: 32px;
  width: 32px;
  height: 32px;
  border: 0 solid #212121;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #fff;
}
.custom-navbar-toggle:focus {
  outline: 0;
}
.custom-navbar-toggle .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #212121;
}
.custom-navbar-toggle .bar:nth-child(1), .custom-navbar-toggle .bar:nth-child(3) {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: margin-top, -webkit-transform;
  transition-property: margin-top, -webkit-transform;
  transition-property: transform, margin-top;
  transition-property: transform, margin-top, -webkit-transform;
}
.custom-navbar-toggle .bar:nth-child(2) {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.custom-navbar-toggle .bar:nth-child(1) {
  margin-top: -6px;
}
.custom-navbar-toggle .bar:nth-child(3) {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .custom-navbar-toggle {
    display: none;
  }
}

.custom-navbar-toggle[aria-expanded="true"] .bar:nth-child(1), .custom-navbar-toggle[aria-expanded="true"] .bar:nth-child(3) {
  margin-top: -1px;
}
.custom-navbar-toggle[aria-expanded="true"] .bar:nth-child(2) {
  opacity: 0;
}
.custom-navbar-toggle[aria-expanded="true"] .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-navbar-toggle[aria-expanded="true"] .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar-default .custom-navbar-toggle {
  border-color: #212121;
  background-color: #fff;
}
.navbar-default .custom-navbar-toggle:hover, .navbar-default .custom-navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .custom-navbar-toggle .bar {
  background-color: #212121;
}

.navbar-inverse .custom-navbar-toggle {
  border-color: white;
  background-color: transparent;
}
.navbar-inverse .custom-navbar-toggle:hover, .navbar-inverse .custom-navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .custom-navbar-toggle .bar {
  background-color: black;
}

@media (min-width: 992px) {
  .navbar-bg-from-transparent {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
  }

  .js-is-page-no-scroll .site-header-navbar.navbar-bg-from-transparent {
    border-color: transparent;
    background-color: #fff;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-brand {
    color: white;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-brand:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-brand:focus {
    background-color: transparent;
    color: white;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-text {
    color:#006ff5;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > li > a {
    color:#006ff5;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > li > a:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > li > a:focus {
    background-color: transparent;
    color:#006ff5;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > .active > a, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > .active > a:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: white;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > .disabled > a, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > .disabled > a:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.3);
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-collapse,
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-form {
    border-color: rgba(255, 255, 255, 0.12);
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > .open > a, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > .open > a:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: white;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .navbar-link:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .btn-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .btn-link:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .btn-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .btn-link[disabled]:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .btn-link[disabled]:focus, fieldset[disabled] .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .btn-link:hover, fieldset[disabled] .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-light .btn-link:focus {
    color: rgba(255, 255, 255, 0.3);
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-brand {
    color: #212121;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-brand:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-brand:focus {
    background-color: transparent;
    color: #212121;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-text {
    color: #212121;
  }
  /**.js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > li > a {
    color: #212121;*/
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > li > a:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #006ff5;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > .active > a, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > .active > a:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #006ff5;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > .disabled > a, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > .disabled > a:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.26);
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-collapse,
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-form {
    border-color: #e5e5e5;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > .open > a, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > .open > a:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #006ff5;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-link {
    color: #212121;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .navbar-link:hover {
    color: #212121;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .btn-link {
    color: #212121;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .btn-link:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .btn-link:focus {
    color: #212121;
  }
  .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .btn-link[disabled]:hover, .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .btn-link[disabled]:focus, fieldset[disabled] .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .btn-link:hover, fieldset[disabled] .js-is-page-no-scroll .site-header-navbar.navbar-fg-from-dark .btn-link:focus {
    color: rgba(0, 0, 0, 0.26);
  }
}

.dropdown-menu.multi-column > .row {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 991px) {
  .dropdown.open .dropdown-menu.multi-column .dropdown-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .dropdown-menu.multi-column {
    width: 400px;
	padding: 0px ;
  }
  .dropdown-menu.multi-column .dropdown-menu {
    position: static !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .dropdown-menu.multi-column .dropdown-menu > li > a {
    white-space: inherit;
  }
}
.iconbox-media {
  position: relative;
  margin-bottom: 29px;
}

.iconbox-media-icon {
  width: 72px;
  height: 72px;
  background-color: #006ff5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: white;
  font-size: 24px;
  line-height: 72px;
}

.iconbox-media-img {
  width: 72px;
  height: 72px;
}
.iconbox-media-img-lg {
  width: 96px;
  height: 96px;
}

.iconbox-header {
  margin-bottom: 24px;
}

.iconbox-header-title {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 19px;
  line-height: 1.68421;
  margin-bottom: 0;
}

.iconbox-body > :last-child {
  margin-bottom: 0;
}

.iconbox-media-object,
.iconbox-media-object .iconbox-content {
  overflow: hidden;
}
.iconbox-media-object .iconbox-content,
.iconbox-media-object .iconbox-media-left,
.iconbox-media-object .iconbox-media-right {
  display: table-cell;
  vertical-align: top;
}
.iconbox-media-object .iconbox-content {
  width: 10000px;
}
.iconbox-media-object .iconbox-media-left,
.iconbox-media-object .iconbox-media-right {
  padding-top: 6.5px;
}
.iconbox-media-object .iconbox-media-left {
  padding-right: 24px;
}
.iconbox-media-object .iconbox-media-right {
  padding-left: 24px;
}
.iconbox-media-object .iconbox-header {
  margin-bottom: 8px;
}

.iconbox-number {
  position: absolute;
  left: 58px;
  bottom: 0;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 1.23077;
  border: 4px solid #fafafa;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #191b1f;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.iconbox-align-center {
  text-align: center;
}
.iconbox-align-center .iconbox-number {
  left: 50%;
  margin-left: 22px;
}

.iconbox-align-right {
  text-align: right;
}
.iconbox-align-right .iconbox-number {
  right: 58px;
  left: auto;
}

.iconbox-media-right .iconbox-number,
.iconbox-media-left .iconbox-number {
  top: 48px;
  bottom: auto;
}

.iconbox-media-right .iconbox-number {
  right: 58px;
  left: auto;
}

.accordion-heading {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  border-color: #e5e5e5;
  padding: 0;
  background-color: #fafafa;
  color: #212121;
}
.accordion-heading [data-toggle="collapse"] {
  display: block;
  padding: 13px 15px;
}

.accordion-body {
  padding: 13px 15px;
}

.accordion-group-flat .accordion {
  border: 0;
}
.accordion-group-flat .panel {
  background-color: transparent;
}
.accordion-group-flat .panel-heading + .panel-collapse > .accordion-body {
  border-top-color: transparent;
}

.accordion-group-primary .active .accordion-heading {
  border-color: #2a7af3;
  background-color: #2a7af3;
  color: white;
}

.accordion-group-info .active .accordion-heading {
  border-color: #00bcd4;
  background-color: #00bcd4;
  color: white;
}

.accordion-group-success .active .accordion-heading {
  border-color: #4dc755;
  background-color: #4dc755;
  color: white;
}

.accordion-group-warning .active .accordion-heading {
  border-color: #ffa500;
  background-color: #ffa500;
  color: white;
}

.accordion-group-danger .active .accordion-heading {
  border-color: #f43d3e;
  background-color: #f43d3e;
  color: white;
}

.accordion-group-theme-1 .active .accordion-heading {
  border-color: #006ff5;
  background-color: #006ff5;
  color: white;
}

.accordion-group-theme-2 .active .accordion-heading {
  border-color: #4dc755;
  background-color: #4dc755;
  color: white;
}

.tabs.nav-tabs.tabs-bordered > li {
  margin-right: 2px;
}
.tabs.nav-tabs.tabs-bordered > li > a {
  color: #212121;
  border-color: #e5e5e5;
}
.tabs.nav-tabs.tabs-bordered > li.active > a {
  border-bottom-color: transparent;
  color: #006ff5;
}
.tabs.nav-tabs.tabs-bordered .open > a, .tabs.nav-tabs.tabs-bordered .open > a:hover, .tabs.nav-tabs.tabs-bordered .open > a:focus {
  border-color: #e5e5e5;
}
.tabs.nav-tabs.tabs-bordered + .tab-content {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 12px;
}

.tabs {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 15px;
  line-height: 1.86667;
}
.tabs.nav-pills {
  margin-bottom: 13px;
}
.tabs.nav-pills.tabs-flat > li {
  margin-right: 2px;
}
.tabs.nav-pills.tabs-flat > li > a {
  color: #212121;
  background-color: #f7f8fb;
}
.tabs.nav-pills.tabs-flat > li > a:hover, .tabs.nav-pills.tabs-flat > li > a:focus {
  background-color: #f7f8fb;
}
.tabs.nav-pills.tabs-flat > li.active > a, .tabs.nav-pills.tabs-flat > li.active > a:hover, .tabs.nav-pills.tabs-flat > li.active > a:focus {
  color: white;
  background-color: #006ff5;
}
.tabs.nav-pills.tabs-flat .open > a, .tabs.nav-pills.tabs-flat .open > a:hover, .tabs.nav-pills.tabs-flat .open > a:focus {
  background-color: #f7f8fb;
}

.progress:not(.progress-custom-1):not(.progress-custom-2) .progress-title {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 15px;
  line-height: 1.86667;
  display: inline-block;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.12);
}
.progress:not(.progress-custom-1):not(.progress-custom-2) .progress-value {
  display: inline-block;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
}

.progress-bar-theme-1 {
  background-color: #006ff5;
}
.progress-striped .progress-bar-theme-1 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-theme-2 {
  background-color: #4dc755;
}
.progress-striped .progress-bar-theme-2 {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-pill,
.progress-pill .progress-bar {
  -webkit-border-radius: 10rem;
          border-radius: 10rem;
}

.progress-item {
  margin-bottom: 12px;
}
.progress-item .progress-title {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 15px;
  line-height: 1.86667;
  display: inline-block;
}
.progress-item .progress-value {
  display: inline-block;
  float: right;
}
.progress-item .progress {
  margin-bottom: 0;
}

.progress-custom-1 {
  position: relative;
  overflow: visible;
  margin-top: 28px;
  margin-bottom: 36px;
}
.progress-custom-1.progress-sm {
  height: 12px;
}
.progress-custom-1 .progress-title {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 15px;
  line-height: 1.86667;
  position: absolute;
  top: -28px;
  left: 0;
  display: inline-block;
  color: #212121;
}
.progress-custom-1 .progress-value {
  position: absolute;
  top: -28px;
  right: 0;
  display: inline-block;
  color: #212121;
}

.progress-custom-2 {
  overflow: visible;
  margin-top: 28px;
  margin-bottom: 36px;
}
.progress-custom-2.progress-sm {
  height: 12px;
}
.progress-custom-2 .progress-bar {
  position: relative;
}
.progress-custom-2 .progress-title {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 15px;
  line-height: 1.86667;
  position: absolute;
  top: -28px;
  left: 0;
  display: inline-block;
  color: #212121;
}
.progress-custom-2 .progress-value {
  position: absolute;
  top: -25px;
  right: 0;
  display: block;
  line-height: 1;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  padding: 4px;
  background-color: #191b1f;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.progress-custom-2 .progress-value:before {
  position: absolute;
  top: 100%;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border-width: 4px 0 0 4px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #191b1f;
}

.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background-color: #006ff5;
  z-index: 9999;
}

.spinner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.spinner .bounce {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  -webkit-animation: page-loader 1400ms infinite ease-in-out both;
          animation: page-loader 1400ms infinite ease-in-out both;
  margin-right: 4px;
  margin-left: 4px;
}
.spinner .bounce:nth-child(1) {
  -webkit-animation-delay: -320ms;
          animation-delay: -320ms;
}
.spinner .bounce:nth-child(2) {
  -webkit-animation-delay: -160ms;
          animation-delay: -160ms;
}

@-webkit-keyframes page-loader {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes page-loader {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.js-no-mobile .bg-img-parallax {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
}

.bg-glasses {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.08))) !important;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08)) !important;
  background: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08)) !important;
}

.bg-slideshow {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
}

.bg-slideshow-no-timer .vegas-timer {
  display: none;
}

.bg-youtube,
.bg-youtube-fallback,
.bg-youtube-placeholder,
.bg-youtube-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-youtube-fallback,
.bg-youtube-placeholder {
  background-position: center;
  background-size: cover;
}

.bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
}

.animated-short, .fadeInShort, .fadeInUpShort, .fadeInRightShort, .fadeInDownShort, .fadeInLeftShort {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
}

@-webkit-keyframes fadeInShort {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInShort {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInShort {
  -webkit-animation-name: fadeInShort;
          animation-name: fadeInShort;
}

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
            transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
            transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

@-webkit-keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(24px, 0, 0);
            transform: translate3d(24px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
          animation-name: fadeInRightShort;
}

@-webkit-keyframes fadeInDownShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -24px, 0);
            transform: translate3d(0, -24px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -24px, 0);
            transform: translate3d(0, -24px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownShort {
  -webkit-animation-name: fadeInDownShort;
          animation-name: fadeInDownShort;
}

@-webkit-keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-24px, 0, 0);
            transform: translate3d(-24px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-24px, 0, 0);
            transform: translate3d(-24px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftShort {
  -webkit-animation-name: fadeInLeftShort;
          animation-name: fadeInLeftShort;
}

.news-box {
  padding: 48px 24px 12px;
}
	
.news-box dl{text-align: left;}


.pricing-table {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 48px 24px 12px;
}
.pricing-table:hover, .pricing-table:focus {
  -webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.16);
}

.pricing-table-header {
  margin-bottom: 24px;
}

.pricing-table-header-title {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 25px;
  line-height: 1.52;
  margin-bottom: 24px;
}

.pricing-table-header-price-wrap {
  position: relative;
  display: inline-block;
}

.pricing-table-header-price-currency {
  position: absolute;
  top: 4px;
  right: 100%;
  margin-right: 4px;
}

.pricing-table-header-price-value {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 45px;
  line-height: 1.22222;
  font-weight: 600;
}
@media (max-width: 991px) {
  .pricing-table-header-price-value {
    font-size: 36px;
    line-height: 1.33333;
  }
}

.pricing-table-header-price-per {
  position: absolute;
  bottom: 4px;
  left: 100%;
  margin-left: 4px;
}

.pricing-table-content .list-group-item {
  background-color: transparent;
}

.team-member-box {
  text-align: center;
}

.team-member-box-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.team-member-box-media-img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.team-member-box-overlay {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.team-member-box-info {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 24px;
}

.team-member-box-social-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.team-member-box-social-list > li {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}

.team-member-box:not(:hover):not(:focus) .team-member-box-overlay {
  background-color: transparent !important;
}
.team-member-box:hover .team-member-box-info, .team-member-box:focus .team-member-box-info {
  opacity: 1;
  visibility: visible;
}

.team-member-box-name {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 19px;
  line-height: 1.68421;
  margin-bottom: 4px;
}

.team-member-box-role {
  font-style: italic;
}

/**
 * commona
 * ---------------------------------------------------------
 */
.section-title {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 36px;
  line-height: 1.33333;
}
.section-title small {
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 36px;
    line-height: 1.33333;
  }
}
.section-title-xl {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 45px;
  line-height: 1.22222;
}
@media (max-width: 991px) {
  .section-title-xl {
    font-size: 36px;
    line-height: 1.33333;
  }
}
.section-title-lg {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 40px;
  line-height: 1.35;
}
@media (max-width: 991px) {
  .section-title-lg {
    font-size: 36px;
    line-height: 1.33333;
  }
}
.section-title-sm {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 32px;
  line-height: 1.375;
}

.section-cta {
  margin-top: 48px;
}
.section-cta .btn {
  margin: 4px;
}

.section-media-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/**
 * site header
 * ---------------------------------------------------------
 */
.site-header-fixed-top,
.site-header-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.site-header-fixed-top {
  top: 0;
}

.site-header-fixed-bottom {
  bottom: 0;
}

/**
 * # page intro
 * ---------------------------------------------------------
 */
.page-intro {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 96px;
}

.page-intro-align {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .page-intro {
    height: 80vh;
    padding-top: 208px;
    padding-bottom: 144px;
  }
  .page-intro.page-intro-sm {
    height: 65vh;
  }
  .page-intro.page-intro-lg {
    height: 90vh;
  }
  .page-intro.page-intro-hero {
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .page-intro-layout-1 .col-content {
    margin-bottom: 48px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-intro-layout-1 .row-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .page-intro-layout-2 .col-content {
    margin-bottom: 48px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-intro-layout-2 {
    padding-top: 160px;
    padding-bottom: 96px;
  }
  .page-intro-layout-2 .row-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-intro-layout-2 .section-media-img {
    max-width: none;
    max-height: 700px;
  }
}

.page-intro-layout-countdown {
  text-align: center;
}
.page-intro-layout-countdown .row-content + .row-countdown {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .page-intro-layout-countdown .countdown-digit {
    color: inherit;
    font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-size: 32px;
    line-height: 1.375;
  }
}
@media (min-width: 992px) {
  .page-intro-layout-countdown .countdown-digit {
    color: inherit;
    font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    font-size: 45px;
    line-height: 1.22222;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .page-intro-layout-countdown .countdown-digit {
    font-size: 36px;
    line-height: 1.33333;
  }
}

/**
 * # about
 * ---------------------------------------------------------
 */
.about-section .row-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .about-section .row-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-section .col-content {
    text-align: center;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .about-section .row-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/**
 * # skill
 * ---------------------------------------------------------
 */
@media (max-width: 991px) {
  .skill-section .col-content {
    text-align: center;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .skill-section .row-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/**
 * # team
 * ---------------------------------------------------------
 */
.team-section .row-content {
  margin-bottom: 72px;
  text-align: center;
}
@media (max-width: 991px) {
  .team-section .col-team-member-box + .col-team-member-box {
    margin-top: 48px;
  }
}

/**
 * # service list
 * ---------------------------------------------------------
 */
.service-list-section .row-content {
  margin-bottom: 72px;
  text-align: center;
}
.service-list-section .iconbox-media-img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}
.service-list-section .iconbox-media-icon {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .service-list-section .col-iconbox:not(:last-child) {
    margin-bottom: 48px;
  }
}

/**
 * # service process
 * ---------------------------------------------------------
 */
.service-process-section .row-content {
  margin-bottom: 72px;
  text-align: center;
}
.service-process-section .iconbox:not(:last-child) {
  margin-bottom: 48px;
}
.service-process-section .iconbox-media-img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}
.service-process-section .iconbox-media-icon {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .service-process-section .col-media {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .service-process-section .iconbox {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .service-process-section .row-iconbox-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/**
 * # feature
 * ---------------------------------------------------------
 */
.feature-1-section .row-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .feature-1-section .row-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .feature-1-section .col-content {
    text-align: center;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .feature-1-section .row-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .feature-2-section .col-content {
    text-align: center;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .feature-2-section .row-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.feature-3-section {
  text-align: center;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .feature-3-section .row-content {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .feature-3-section .row-content {
    margin-bottom: 72px;
  }
}

/**
 * cta
 * ---------------------------------------------------------
 */
.cta-section .col-content-cta .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cta-section .col-content {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .cta-section .row-content-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta-section .row-content-cta .section-cta {
    margin-top: 0;
    text-align: right;
  }
}

/**
 * pricing
 * ---------------------------------------------------------
 */
.pricing-section {
  text-align: center;
}
.pricing-section .row-content {
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .pricing-section .col-pricing-table:not(:last-child) {
    margin-bottom: 48px;
  }
}

/**
 * # faq
 * ---------------------------------------------------------
 */
.faq-section .col-content {
  text-align: center;
}
@media (max-width: 991px) {
  .faq-section .row-content {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .faq-section .row-content {
    margin-bottom: 72px;
  }
}

/**
 * # download
 * ---------------------------------------------------------
 */
.download-section-layout-1 .row-content {
  text-align: center;
}
.download-section-layout-1 .section-cta {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .download-section-layout-1 .row-content {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .download-section-layout-1 .row-content {
    margin-bottom: 72px;
  }
}

.download-section-layout-2 .row-content {
  text-align: center;
}
.download-section-layout-2 .section-cta {
  margin-bottom: 24px;
}

.badge-download {
  display: inline-block;
  margin: 4px;
}
@media (max-width: 991px) {
  .badge-download img {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .badge-download img {
    height: 56px;
  }
}

/**
 * contact
 * ---------------------------------------------------------
 */
.contact-section .row-content {
  margin-bottom: 72px;
  text-align: center;
}
.contact-section .iconbox:not(:last-child) {
  margin-bottom: 48px;
}
.contact-section .form-group {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .contact-section .col-contact-info {
    margin-bottom: 48px;
  }
}

/**
 * site footer
 * ---------------------------------------------------------
 */
.site-footer {
position: relative;
}

.site-footer-layout-1 #siteFooterSubscribeForm {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.site-footer-layout-1 .form-notify {
  margin-top: 12px;
  margin-bottom: 0;
}
.site-footer-layout-1 .site-footer-top {
  text-align: center;
}
.site-footer-layout-1 .site-footer-bottom {
  text-align: center;
}
.site-footer a {color:#fff;}
.site-footer a:hover {color:#ccc;}

/**
 * # subscribe
 * ---------------------------------------------------------
 */
.subscribe-section .form-notify {
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .subscribe-section .col-content {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .subscribe-section .row-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subscribe-section .row-content :last-child {
    margin-bottom: 0;
  }
}

#popupSubscribeFormWrap {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  position: relative;
  max-width: 450px;
  margin: 24px auto;
  padding: 60px 48px 48px;
  text-align: center;
  -webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.08);
}
#popupSubscribeFormWrap:hover {
  -webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.16);
}
#popupSubscribeFormWrap .pop-subscribe-form-media {
  margin-bottom: 24px;
}
#popupSubscribeFormWrap .pop-subscribe-form-media-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-width: 96px;
}
#popupSubscribeFormWrap .pop-subscribe-form-media-icon {
  font-size: 96px;
}
#popupSubscribeFormWrap .pop-subscribe-form-header {
  margin-bottom: 12px;
}
#popupSubscribeFormWrap .pop-subscribe-form-header-title {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 32px;
  line-height: 1.375;
}
#popupSubscribeFormWrap #popupSubscribeForm .form-notify {
  margin-top: 12px;
  margin-bottom: 0;
}

/**
 * # パンクズリスト
 * ---------------------------------------------------------
 */

#breadcrumb {margin-top: -30px;
}
#breadcrumb ul {
    font-size:0.8em;
	margin-left: 0px;
	-webkit-padding-start: 0px;
}
#breadcrumb ul li {
    display: inline;
    list-style: none;
}
#breadcrumb ul li:first-child:before {
    content: none;
}
#breadcrumb ul li:before {
    content: '›';
    margin: 0 5px 0 0;
}
#breadcrumb ul li > a{
    color: #333;
    margin-right: 5px;
    text-decoration: none;  
}
#breadcrumb ul li a:hover {
    text-decoration: underline; 
}
@media screen and (max-width: 480px) {
    #breadcrumb ul li span.e-title{
        display: block;
    }   
}

/**
 * # contents
 * ---------------------------------------------------------
 */

span.problem{padding:10px 20px;
	background-color: #f0932b;
	font-size: 21px;
	color: #fff;
	}
span.proposal{padding:10px 20px;
	background-color: #6ab04c;
	font-size: 21px;
	color: #fff;
}
span.solution{padding:10px 20px;
	background-color: #ff7979;
	font-size: 21px;
	color: #fff;
}

/**
 * # sign up
 * ---------------------------------------------------------
 */
.popup-form-wrap {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  position: relative;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.08);
}
.popup-form-wrap:hover {
  -webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.16);
}
.popup-form-wrap .popup-form-title {
  color: inherit;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 25px;
  line-height: 1.52;
  margin-bottom: 24px;
  text-align: center;
}
.popup-form-wrap .tab-content {
  padding: 0 !important;
}
.popup-form-wrap form {
  padding: 48px 48px 48px !important;
}
.popup-form-wrap .popup-form-footer {
  background-color: #f5f5f5;
}

.or-separator {
  text-align: center;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 12px;
}
.or-separator:before, .or-separator:after {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #e5e5e5;
  width: 40%;
  height: 1px;
}
.or-separator:before {
  margin-right: 10px;
}
.or-separator:after {
  margin-left: 10px;
}

/**
 * # plugin
 * ---------------------------------------------------------
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/Font-Awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/Font-Awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/Font-Awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/Font-Awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
}
.vegas-timer {
  z-index: 1;
}

.popup-doc {
  position: relative;
  padding: 48px 24px;
  max-width: 800px;
  margin: 24px auto;
  background-color: #fff;
}

/**
 * # utility
 * ---------------------------------------------------------
 */
/**
 * position
 */
.cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cover-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cover-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

/**
 * display
 */
.rounded {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.pill {
  -webkit-border-radius: 10rem;
          border-radius: 10rem;
}

.circle {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.box-shadow {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}

/**
 * align
 */
.align-outer {
  display: table;
  width: 100%;
}

.align-inner {
  display: table-cell;
}

/**
 * bg
 */
.bg-img-cover {
  background-position: center;
  background-size: cover;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-center {
  background-position: 50% !important;
}

.bg-no-cover {
  background-size: inherit !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}
/**
 * box
 */
.box-problem {
    padding: 4em 2em;
    margin: 2em 0;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	text-align: left;
}
.box-problem p {
    margin: 0; 
    padding: 0;
}
.box-problem-top {
    padding: 2em 2em;
    margin: 2em 0;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	/*min-height: 440px;*/
	text-align: left;
}
.box-problem-top p {
    margin: 0; 
    padding: 0;
}
.box-proposal{
    padding: 4em 2em;
    margin: 2em 0;
    background: #c6e4ff;
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
	text-align: left;
}
.box-proposal p {
    margin: 0; 
    padding: 0;
}
.box-solution{
    padding: 4em 2em;
    margin: 2em 0;
    background: #fff;
    border-bottom: solid 6px #ccc;
    border-radius: 9px;
	text-align: left;
}
.box-solution p {
    margin: 0; 
    padding: 0;
}

/**
 * font
 */
.font-body, body {
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font-heading, h1, .text-h1,
h2, .text-h2,
h3, .text-h3,
h4, .text-h4,
h5, .text-h5,
h6, .text-h6, .list-group-item-heading, .iconbox-header-title, .tabs, .progress:not(.progress-custom-1):not(.progress-custom-2) .progress-title, .progress-item .progress-title, .progress-custom-1 .progress-title, .progress-custom-2 .progress-title, .pricing-table-header-title, .team-member-box-name, .popup-form-wrap .popup-form-title {
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font-display {
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font-sub, .team-member-box-role {
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font-mono, code,
kbd,
pre,
samp {
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font-btn, .btn {
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/**
 * text
 */
.text-primary {
  color: inherit;
}

.text-lead {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.76471;
}

.text-lg {
  font-size: 16px;
  line-height: 1.76471;
}

.text-md {
  font-size: 14px;
  line-height: 1.86667;
}

.text-sm {
  font-size: 12px;
  line-height: 2;
}

h1,
.text-h1 {
  color: inherit;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 36px;
  line-height: 1.52;
}

h2,
.text-h2 {
  color: inherit;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 30px;
  line-height: 1.61905;
}

h3,
.text-h3 {
  color: inherit;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 24px;
  line-height: 1.68421;
}

h4,
.text-h4 {
  color: inherit;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 21px;
  line-height: 1.76471;
}

h5,
.text-h5 {
  color: inherit;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 18px;
  line-height: 1.86667;
}

h6,
.text-h6 {
  color: inherit;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 2;
}

.text-d1 {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 45px;
  line-height: 1.22222;
}
@media (max-width: 991px) {
  .text-d1 {
    font-size: 36px;
    line-height: 1.33333;
  }
}

.text-d2 {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 40px;
  line-height: 1.35;
}
@media (max-width: 991px) {
  .text-d2 {
    font-size: 36px;
    line-height: 1.33333;
  }
}

.text-d3 {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 36px;
  line-height: 1.33333;
}
@media (max-width: 991px) {
  .text-d3 {
    font-size: 36px;
    line-height: 1.33333;
  }
}

.text-d4 {
  color: inherit;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 32px;
  line-height: 1.375;
}

.border-transparent {
  border-color: transparent;
}

.border-none {
  border: 0;
}

.bg-primary {
  background-color: #2a7af3 !important;
  color: white !important;
}

.md-bg-primary {
  background-color: #2a7af3 !important;
  color: white !important;
}
.md-bg-primary .text-primary {
  color: white !important;
}
.md-bg-primary .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.md-bg-primary .text-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}
.md-bg-primary .text-primary-hover:hover, .md-bg-primary .text-primary-hover:focus {
  color: white !important;
}
.md-bg-primary .border-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-info {
  background-color: #00bcd4 !important;
  color: white !important;
}

.md-bg-info {
  background-color: #00bcd4 !important;
  color: white !important;
}
.md-bg-info .text-primary {
  color: white !important;
}
.md-bg-info .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.md-bg-info .text-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}
.md-bg-info .text-primary-hover:hover, .md-bg-info .text-primary-hover:focus {
  color: white !important;
}
.md-bg-info .border-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-success {
  background-color: #4dc755 !important;
  color: white !important;
}

.md-bg-success {
  background-color: #4dc755 !important;
  color: white !important;
}
.md-bg-success .text-primary {
  color: white !important;
}
.md-bg-success .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.md-bg-success .text-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}
.md-bg-success .text-primary-hover:hover, .md-bg-success .text-primary-hover:focus {
  color: white !important;
}
.md-bg-success .border-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-warning {
  background-color: #ffa500 !important;
  color: white !important;
}

.md-bg-warning {
  background-color: #ffa500 !important;
  color: white !important;
}
.md-bg-warning .text-primary {
  color: white !important;
}
.md-bg-warning .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.md-bg-warning .text-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}
.md-bg-warning .text-primary-hover:hover, .md-bg-warning .text-primary-hover:focus {
  color: white !important;
}
.md-bg-warning .border-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-danger {
  background-color: #f43d3e !important;
  color: white !important;
}

.md-bg-danger {
  background-color: #f43d3e !important;
  color: white !important;
}
.md-bg-danger .text-primary {
  color: white !important;
}
.md-bg-danger .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.md-bg-danger .text-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}
.md-bg-danger .text-primary-hover:hover, .md-bg-danger .text-primary-hover:focus {
  color: white !important;
}
.md-bg-danger .border-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-theme-1 {
  background-color: #006ff5 !important;
  color: white !important;
}

.md-bg-theme-1 {
  background-color: #006ff5 !important;
  color: white !important;
}
.md-bg-theme-1 .text-primary {
  color: white !important;
}
.md-bg-theme-1 .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.md-bg-theme-1 .text-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}
.md-bg-theme-1 .text-primary-hover:hover, .md-bg-theme-1 .text-primary-hover:focus {
  color: white !important;
}
.md-bg-theme-1 .border-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-theme-2 {
  background-color: #eff2f7 !important;
  color: #212121 !important;
}

.md-bg-theme-2 {
  background-color: #eff2f7!important;
  color: #212121 !important;
}
.md-bg-theme-2 .text-primary {
  color: #212121 !important;
}
.md-bg-theme-2 .text-secondary {
  color: #757575 !important;
}
.md-bg-theme-2 .text-hint {
  color: #9e9e9e  !important;
}
.md-bg-theme-2 .text-primary-hover:hover, .md-bg-theme-2 .text-primary-hover:focus {
  color: #212121;
}
.md-bg-theme-2 .border-divider {
  border-color: #e5e5e5 !important;
}

.bg-theme-3 {
  background-color: #006ff5 !important;
  color: #fff !important;
}

.md-bg-theme-3 {
  background-color: #006ff5 !important;
  color: #fff !important;
}
.md-bg-theme-3 .text-primary {
  color: #006ff5 !important;
}
.md-bg-theme-3 .text-secondary {
  color: #ccc !important;
}
.md-bg-theme-3 .text-hint {
  color: #006ff5  !important;
}
.md-bg-theme-3 .text-primary-hover:hover, .md-bg-theme-2 .text-primary-hover:focus {
  color: #ccc;
}
.md-bg-theme-3 .border-divider {
  border-color: #006ff5 !important;
}

.bg-black {
  background-color: #000 !important;
  color: white !important;
}

.md-bg-black {
  background-color: #000 !important;
  color: white !important;
}
.md-bg-black .text-primary {
  color: white !important;
}
.md-bg-black .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.md-bg-black .text-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}
.md-bg-black .text-primary-hover:hover, .md-bg-black .text-primary-hover:focus {
  color: white !important;
}
.md-bg-black .border-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-white {
  background-color: #fff !important;
  color: #212121 !important;
}

.md-bg-white {
  background-color: #fff !important;
  color: #212121 !important;
}
.md-bg-white .text-primary {
  color: #212121 !important;
}
.md-bg-white .text-secondary {
  color: #757575 !important;
}
.md-bg-white .text-hint {
  color: #9e9e9e !important;
}
.md-bg-white .text-primary-hover:hover, .md-bg-white .text-primary-hover:focus {
  color: #212121 !important;
}
.md-bg-white .border-divider {
  border-color: #e5e5e5 !important;
}

.bg-dark {
  background-color: #191b1f !important;
  color: white !important;
}

.md-bg-dark {
  background-color: #191b1f !important;
  color: white !important;
}
.md-bg-dark .text-primary {
  color: white !important;
}
.md-bg-dark .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.md-bg-dark .text-hint {
  color: rgba(255, 255, 255, 0.5) !important;
}
.md-bg-dark .text-primary-hover:hover, .md-bg-dark .text-primary-hover:focus {
  color: white !important;
}
.md-bg-dark .border-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.bg-light {
  background-color: #f7f8fb !important;
  color: #212121 !important;
}

.md-bg-light {
  background-color: #f7f8fb !important;
  color: #212121 !important;
}
.md-bg-light .text-primary {
  color: #212121 !important;
}
.md-bg-light .text-secondary {
  color: #757575 !important;
}
.md-bg-light .text-hint {
  color: #9e9e9e !important;
}
.md-bg-light .text-primary-hover:hover, .md-bg-light .text-primary-hover:focus {
  color: #212121 !important;
}
.md-bg-light .border-divider {
  border-color: #e5e5e5 !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: white !important;
}

.bg-twitter {
  background-color: #55acee !important;
  color: white !important;
}

.bg-google-plus {
  background-color: #dd4b39 !important;
  color: white !important;
}

.bg-instagram {
  background-color: #125688 !important;
  color: white !important;
}

.color-primary {
  color: #2a7af3 !important;
}

.color-primary-hover {
  color: #2a7af3 !important;
}

.color-info {
  color: #00bcd4 !important;
}

.color-info-hover {
  color: #00bcd4 !important;
}

.color-success {
  color: #4dc755 !important;
}

.color-success-hover {
  color: #4dc755 !important;
}

.color-warning {
  color: #ffa500 !important;
}

.color-warning-hover {
  color: #ffa500 !important;
}

.color-danger {
  color: #f43d3e !important;
}

.color-danger-hover {
  color: #f43d3e !important;
}

.color-theme-1 {
  color: #006ff5 !important;
}

.color-theme-1-hover {
  color: #006ff5 !important;
}

.color-theme-2 {
  color: #4dc755 !important;
}

.color-theme-2-hover {
  color: #4dc755 !important;
}

.color-black {
  color: #000 !important;
}

.color-black-hover {
  color: #000 !important;
}

.color-white {
  color: #fff !important;
}

.color-white-hover {
  color: #fff !important;
}

.color-dark {
  color: #191b1f !important;
}

.color-dark-hover {
  color: #191b1f !important;
}

.color-light {
  color: #f7f8fb !important;
}

.color-light-hover {
  color: #f7f8fb !important;
}

.fg-dark {
  color: #212121 !important;
}
.fg-dark.text-primary,
.fg-dark text-primary {
  color: #212121 !important;
}
.fg-dark.text-secondary,
.fg-dark .text-secondary, .fg-dark.icon, .fg-dark.form-notify-icon-info,
.fg-dark.form-notify-icon-success,
.fg-dark.form-notify-icon-error,
.fg-dark .icon,
.fg-dark .form-notify-icon-info,
.fg-dark .form-notify-icon-success,
.fg-dark .form-notify-icon-error {
  color: #757575 !important;
}
.fg-dark.text-hint,
.fg-dark .text-hint, .fg-dark.text-disabled,
.fg-dark .text-disabled {
  color: #9e9e9e !important;
}
.fg-dark.divider,
.fg-dark .divider {
  color: #e5e5e5 !important;
}

.fg-light {
  color: white !important;
}
.fg-light.text-primary,
.fg-light text-primary, .fg-light.icon, .fg-light.form-notify-icon-info,
.fg-light.form-notify-icon-success,
.fg-light.form-notify-icon-error,
.fg-light .icon,
.fg-light .form-notify-icon-info,
.fg-light .form-notify-icon-success,
.fg-light .form-notify-icon-error {
  color: white !important;
}
.fg-light.text-secondary,
.fg-light .text-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fg-light.text-hint,
.fg-light .text-hint, .fg-light.text-disabled,
.fg-light .text-disabled {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fg-light.divider,
.fg-light .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}

.md-bg-primary .accordion-group-flat :not(.active) .accordion-heading,
.md-bg-info .accordion-group-flat :not(.active) .accordion-heading,
.md-bg-success .accordion-group-flat :not(.active) .accordion-heading,
.md-bg-warning .accordion-group-flat :not(.active) .accordion-heading,
.md-bg-danger .accordion-group-flat :not(.active) .accordion-heading,
.md-bg-theme-1 .accordion-group-flat :not(.active) .accordion-heading,
.md-bg-theme-2 .accordion-group-flat :not(.active) .accordion-heading,
.md-bg-black .accordion-group-flat :not(.active) .accordion-heading,
.md-bg-dark .accordion-group-flat :not(.active) .accordion-heading,
.md-bg-gradient .accordion-group-flat :not(.active) .accordion-heading {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}
.md-bg-primary .form-control,
.md-bg-info .form-control,
.md-bg-success .form-control,
.md-bg-warning .form-control,
.md-bg-danger .form-control,
.md-bg-theme-1 .form-control,
.md-bg-theme-2 .form-control,
.md-bg-black .form-control,
.md-bg-dark .form-control,
.md-bg-gradient .form-control {
  border: 0;
  background-color: rgba(255, 255, 255, 0.06);
  color: white;
}
.md-bg-primary .form-control::-webkit-input-placeholder,
.md-bg-info .form-control::-webkit-input-placeholder,
.md-bg-success .form-control::-webkit-input-placeholder,
.md-bg-warning .form-control::-webkit-input-placeholder,
.md-bg-danger .form-control::-webkit-input-placeholder,
.md-bg-theme-1 .form-control::-webkit-input-placeholder,
.md-bg-theme-2 .form-control::-webkit-input-placeholder,
.md-bg-black .form-control::-webkit-input-placeholder,
.md-bg-dark .form-control::-webkit-input-placeholder,
.md-bg-gradient .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.md-bg-primary .form-control::-moz-placeholder,
.md-bg-info .form-control::-moz-placeholder,
.md-bg-success .form-control::-moz-placeholder,
.md-bg-warning .form-control::-moz-placeholder,
.md-bg-danger .form-control::-moz-placeholder,
.md-bg-theme-1 .form-control::-moz-placeholder,
.md-bg-theme-2 .form-control::-moz-placeholder,
.md-bg-black .form-control::-moz-placeholder,
.md-bg-dark .form-control::-moz-placeholder,
.md-bg-gradient .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.md-bg-primary .form-control:-ms-input-placeholder,
.md-bg-info .form-control:-ms-input-placeholder,
.md-bg-success .form-control:-ms-input-placeholder,
.md-bg-warning .form-control:-ms-input-placeholder,
.md-bg-danger .form-control:-ms-input-placeholder,
.md-bg-theme-1 .form-control:-ms-input-placeholder,
.md-bg-theme-2 .form-control:-ms-input-placeholder,
.md-bg-black .form-control:-ms-input-placeholder,
.md-bg-dark .form-control:-ms-input-placeholder,
.md-bg-gradient .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.md-bg-primary .form-control:focus,
.md-bg-info .form-control:focus,
.md-bg-success .form-control:focus,
.md-bg-warning .form-control:focus,
.md-bg-danger .form-control:focus,
.md-bg-theme-1 .form-control:focus,
.md-bg-theme-2 .form-control:focus,
.md-bg-black .form-control:focus,
.md-bg-dark .form-control:focus,
.md-bg-gradient .form-control:focus {
  background-color: rgba(255, 255, 255, 0.12);
}

/**
 * module
 */
.module {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 992px) {
  .module {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

.module-lg {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 992px) {
  .module-lg {
    padding-top: 168px;
    padding-bottom: 168px;
  }
}

.module-sm {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 992px) {
  .module-sm {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.module-xs {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .module-xs {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.module-mini {
  padding-top: 24px;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
.module-mini {
  padding-top: 24px;
  padding-bottom: 24px;
}
}

.contact_table input, textarea{width: 100%;}
