﻿/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
    font: 400 12px/1.8 "Open Sans", sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    background-repeat: repeat-y;
    background-color: rgba(255,255,255,1.00);
}

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

iframe {
  border: 0;
}

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

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module,
.module-small {
	position: relative;
	padding: 75px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

/* Module header */
.module-small {
  padding: 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
	border-top: 1px solid #eaeaea;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 140px 60px 140px;
	position: relative;
}

.side-image-text2 {
	/* [disabled]background: #fff; */
	/* [disabled]border-top: 1px solid #e5e5e5; */
	/* [disabled]border-bottom: 1px solid #e5e5e5; */
	padding: 140px 60px 140px;
	position: relative;
}
.style01 {
}
.module-title small {
    font-size: 0.7em;
}



@media only screen and (max-width: 480px) {
.side-image-text2 {
	/* [disabled]background: #fff; */
	/* [disabled]border-top: 1px solid #e5e5e5; */
	/* [disabled]border-bottom: 1px solid #e5e5e5; */
	padding: 0px;
	position: relative;
}
}






/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
	background: #111;
}

.bg-dark-10:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.2);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {
background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bg-light2 {
	background-color: rgba(198,220,250,0.30);
}

.parallax-bg {
	background-attachment: fixed;
	background-size: cover;
	/* [disabled]-webkit-transform:translateZ(0px); */
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 2px !important;
}

.p-5 {
  padding: 5px !important;
}


.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}


.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-2 {
  margin-left: 2px !important;
}


.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

/* Scroll to top */
.scroll-up {
	position: fixed;
	display: none;
	bottom: 60px;
	right: 0px;
	z-index: 999;
}


@media only screen and (max-width: 480px) {
.xs-p-0 {
  padding: 0 !important;
}	
	
.scroll-up {
    position: fixed;
    display: none;
    bottom: 85px;
    z-index: 999;
    right: 0px;
}
}

.scroll-up a {
	/* [disabled]background: #fff; */
	display: block;
	/* [disabled]height: 150px; */
	/* [disabled]width: 150px; */
	/* [disabled]text-align: center; */
	/* [disabled]line-height: 28px; */
	/* [disabled]font-size: 50px; */
	/* [disabled]color: rgba(110,127,86,1); */
	opacity: 1;
}

.scroll-up a:hover,
.scroll-up a:active {
    opacity: 0.8;
}




/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Landing Page */
.landing-reason:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
  color: #fff;
  font-size: 13px;
}

.landing-image-text {
  padding-top: 70px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 60, 130, 0.5);
}

.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
	border-radius: 0;
	/* [disabled]font-family: "Roboto Condensed", sans-serif; */
	/* [disabled]text-transform: uppercase; */
	/* [disabled]letter-spacing: 2px; */
	/* [disabled]font-size: small; */
	/* [disabled]padding-top: 8px; */
	padding-right: 15px;
	/* [disabled]padding-bottom: 8px; */
	padding-left: 15px;
}

.btn-nowprinting {
	background-color: rgba(204,204,204,1);
}

.btn-equipment {
	background-color: rgba(255,255,255,0.5);
	padding: 0px;
	margin-bottom: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
	background: rgba(255, 255, 255, 0.8);
	color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-w2 {
	background: rgba(255, 255, 255, 0.8);
	color: #111;
	border: thin solid rgba(160,160,164,0.2);
}

.btn.btn-w2:hover,
.btn.btn-w2:focus {
	color: #111;
	background-color: rgba(127,63,85,0.1);
}


.btn.btn-g {
	background-color: rgba(99,54,36,0.8);
	color: rgba(255,255,255,1.00);
	padding-top: 2px;
	padding-bottom: 2px;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
	background: rgba(99,54,36,0.8);
	color: rgba(255,255,255,1.00);
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
	background: transparent;
	border: 1px solid rgba(0,0,0,0.30);
	color: rgba(110,127,86,1);
	/* [disabled]line-height: normal; */
	/* [disabled]display: block; */
	padding: 5px 20px;
	margin-top: 10px;
	
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
	color: #fff;
	background-color: rgba(41,112,196,1.00);
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
	padding: 4px 19px;
	font-size: 10px;
	letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
	/* [disabled]font-family: "Roboto Condensed", sans-serif; */
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	height: 33px;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #CACACA;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
}

a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 100;
}

p, ol, ul, blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-jp {
    font-family: 'M PLUS 1p', sans-serif;
    /* [disabled]text-transform: uppercase; */
    /* [disabled]letter-spacing: 2px; */
    /* [disabled]transform: rotate(0.05deg); */
}

.font-jp2 {
    font-family: 'Noto Serif JP', sans-serif;
    /* [disabled]transform: rotate(0.05deg); */
    /* [disabled]text-transform: uppercase; */
    /* [disabled]letter-spacing: 2px; */
}

.font-alt {
    font-family: 'Source Sans Pro', sans-serif;
    /* [disabled]text-transform: uppercase; */
    /* [disabled]letter-spacing: 2px; */
    /* [disabled]transform: rotate(0.05deg); */
}

.font-alt2 {
    font-family: 'Raleway', sans-serif;
    /* [disabled]text-transform: uppercase; */
    /* [disabled]letter-spacing: 2px; */
    /* [disabled]transform: rotate(0.05deg); */
}

.font-jp3 {
    font-family: 'Noto Sans JP', sans-serif;
    /* [disabled]text-transform: uppercase; */
    /* [disabled]letter-spacing: 2px; */
    /* [disabled]transform: rotate(0.05deg); */
}

.font-jp4 {
    font-family: 'Noto Serif JP', sans-serif;
    /* [disabled]text-transform: uppercase; */
    /* [disabled]letter-spacing: 2px; */
    /* [disabled]transform: rotate(0.05deg); */
    /* [disabled]font-weight: 300; */
}


.font-serif {
	font-family: Volkhov, "Times New Roman", sans-serif;
	/* [disabled]font-style: italic; */
}

.large-text {
  font-size: 24px !important;
}

.middle-text {
	font-size: medium !important;
	font-weight: 200;
	color: rgba(0,0,0,0.9);
	line-height: 24px;
}


.rotate {
  text-shadow: none !important;
}

.module-title {
	position: relative;
	/* [disabled]text-align: center; */
	font-size: 25px;
	color: rgba(0,0,0,0.85);
	line-height: 30px;
	font-weight: 700;
}

.module-title-logo {
	position: relative;
	/* [disabled]text-align: center; */
	font-size: 25px;
	color: rgba(0,0,0,0.85);
	line-height: 30px;
	font-weight: 700;
}

.module-title-white {
	position: relative;
	/* [disabled]letter-spacing: 10px; */
	font-size: 25px;
	color: rgba(255,255,255,1.00);
	line-height: 30px;
}

.module-title2-0 {
	position: relative;
	/* [disabled]letter-spacing: -2px; */
	/* [disabled]text-align: left; */
	font-weight: 400;
	font-size: 20px;
	color: rgba(92,160,62,1.00);
	margin: 0 0 5px;
}	

.module-title2 {
	position: relative;
	/* [disabled]letter-spacing: -2px; */
	font-weight: 500;
	font-size: 20px;
    color: rgba(92,160,62,1.00);
	margin: 0 0 5px;
}

.module-title2-white {
    position: relative;
    /* [disabled]letter-spacing: -2px; */
    font-weight: 500;
    font-size: 20px;
    color: rgba(255,255,255,1.00);
    margin: 0 0 5px;
}

.module-title2-menu {
	position: relative;
	/* [disabled]letter-spacing: -2px; */
	font-weight: 500;
	font-size: 20px;
	color: rgba(99,54,36,1.00);
	margin-bottom: 0px;
}

.module-title2-2 {
	position: relative;
	/* [disabled]letter-spacing: -2px; */
	font-weight: 500;
	font-size: 20px;
	color: rgba(99,54,36,1.00);
	margin: 0 0 5px;
	text-align: right;
}

.module-title3 {
	position: relative;
	/* [disabled]text-align: center; */
	font-size: 1.8em;
	color: rgba(0,0,0,0.85);
	line-height: 30px;
	font-weight: 700;
}

.module-title4 {
	position: relative;
	/* [disabled]letter-spacing: 10px; */
	/* [disabled]text-align: right; */
	letter-spacing: -2px;
	font-weight: 200;
	font-size: medium;
	color: rgba(99,54,36,1.00);
	margin: 0 0 70px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4),0px 2px 3px rgba(0,0,0,0.1),0px 4px 5px rgba(0,0,0,0.1);
			   }

.module-title5 {
	position: relative;
	/* [disabled]letter-spacing: 10px; */
	/* [disabled]text-align: center; */
	letter-spacing: -1px;
	font-weight: 200;
	font-size: 35px;
	color: rgba(99,54,36,1.00);
	margin: 0 0 10px;
	/* [disabled]text-shadow: 0px 1px 1px rgba(0,0,0,0.4),
               0px 2px 3px rgba(0,0,0,0.1),
               0px 4px 5px rgba(0,0,0,0.1); */
}

.module-title6 {
	position: relative;
	/* [disabled]letter-spacing: 10px; */
	font-size: 2.0em;
	color: rgba(0,0,0,0.90);
	/* [disabled]margin: 0 0 70px; */
	/* [disabled]text-shadow: 0px 1px 1px rgba(0,0,0,0.4),
               0px 2px 3px rgba(0,0,0,0.1),
               0px 4px 5px rgba(0,0,0,0.1); */
	line-height: 30px;
	font-weight: 700;
}

.module-title7 {
	position: relative;
	font-size: 3.5em;
	color: rgba(0,0,0,0.8);
	line-height: 1.2;
	font-weight: 600;
}

.module-title7-2 {
	position: relative;
	font-size: 3em;
	color: rgba(28,143,31,1.00);
	line-height: 45px;
	font-weight: 500;
}

.module-title7-2-white {
    position: relative;
    font-size: 3em;
    color: rgba(255,255,255,1.00);
    line-height: 45px;
    font-weight: 500;
}

.module-title7-3 {
	position: relative;
	font-size: 4.5em;
	color: rgba(28,143,31,1.00);
	line-height: 45px;
	font-weight: 700;
	text-align: right;
}

.module-title7-4 {
	position: relative;
	font-size: 2.5em;
	color: rgba(28,143,31,1.00);
	line-height: 45px;
	font-weight: 500;
}

@media only screen and (max-width: 480px) {
.module-title {
	position: relative;
	/* [disabled]letter-spacing: 10px; */
	/* [disabled]text-align: center; */
	font-size: 1.5em;
	line-height: 30px;
	color: rgba(0,0,0,0.65);
	margin: 0 0 20px;
	/* [disabled]text-shadow: 0px 1px 1px rgba(0,0,0,0.4),
               0px 2px 3px rgba(0,0,0,0.1),
               0px 4px 5px rgba(0,0,0,0.1); */
	line-height: 30px;
}
	
.module-title-logo {
	position: relative;
	/* [disabled]letter-spacing: 10px; */
	/* [disabled]text-align: center; */
	font-size: 18px;
	line-height: 30px;
	color: rgba(0,0,0,0.85);
	margin: 0 0 20px;
	/* [disabled]text-shadow: 0px 1px 1px rgba(0,0,0,0.4),
               0px 2px 3px rgba(0,0,0,0.1),
               0px 4px 5px rgba(0,0,0,0.1); */
}
	
.module-title-white {
	position: relative;
	/* [disabled]letter-spacing: 10px; */
	font-size: 1.5em;
	color: rgba(255,255,255,1.00);
	line-height: 30px;
}

.module-title2 {
    position: relative;
    /* [disabled]letter-spacing: -2px; */
    /* [disabled]text-align: left; */
    font-weight: 500;
    font-size: 1.3em;
    color: rgba(92,160,62,1.00);
    margin: 0 0 5px;
    line-height: 22px;
}
	
.module-title2-0 {
	position: relative;
	/* [disabled]letter-spacing: -2px; */
	/* [disabled]text-align: left; */
	font-weight: 500;
	font-size: 1.4em;
	color: rgba(92,160,62,1.00);
	margin: 0 0 5px;
}	

.module-title2-2 {
	position: relative;
	/* [disabled]letter-spacing: -2px; */
	font-weight: 500;
	font-size: 1.5em;
	color: rgba(99,54,36,1.00);
	margin: 0 0 5px;
	text-align: left;
}	
	
.module-title3 {
    position: relative;
    /* [disabled]text-align: center; */
    font-size: 1.2em;
    color: rgba(0,0,0,0.80);
    line-height: 30px;
    font-weight: 700;
}


.module-title5 {
	position: relative;
	/* [disabled]letter-spacing: 10px; */
	text-align: center;
	letter-spacing: -2px;
	font-weight: 200;
	font-size: 22px;
	color: rgba(99,54,36,1.00);
	margin: 0 0 10px;
	/* [disabled]text-shadow: 0px 1px 1px rgba(0,0,0,0.4),
               0px 2px 3px rgba(0,0,0,0.1),
               0px 4px 5px rgba(0,0,0,0.1); */
}
	
	
.module-title6 {
	position: relative;
	/* [disabled]letter-spacing: 10px; */
	font-size: 2em;
	color: rgba(0,0,0,0.90);
	/* [disabled]margin: 0 0 70px; */
	/* [disabled]text-shadow: 0px 1px 1px rgba(0,0,0,0.4),
               0px 2px 3px rgba(0,0,0,0.1),
               0px 4px 5px rgba(0,0,0,0.1); */
	line-height: 30px;
}
	
.module-title7 {
	position: relative;
	font-size: 1.6em;
	color: rgba(0,0,0,0.8);
	line-height: 10px;
	font-weight: 600;
}
	
.module-title7-2 {
	position: relative;
	font-size: 22px;
	color: rgba(28,143,31,1.00);
	line-height: 35px;
	font-weight: 500;
	text-align: left;
}	
	
.module-title7-2-white {
    position: relative;
    font-size: 22px;
    color: rgba(255,255,255,1.00);
    line-height: 45px;
    font-weight: 500;
}

.module-title7-4 {
	position: relative;
	font-size: 2em;
	color: rgba(28,143,31,1.00);
	line-height: 45px;
	font-weight: 500;
	margin-top: 30px;
	text-align: center;
}
}


.module-subtitle {
    font-size: 1.3em;
    color: rgba(0,0,0,0.70);
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 22px;
}


.module-subtitle-box {
    font-size: 1.15em;
    color: rgba(0,0,0,0.80);
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}

.module-subtitle-white {
	font-size: 1.3em;
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
    line-height: 22px;
}

.module-subtitle-white2 {
	font-size: 1.0em;
	color: rgba(255,255,255,1.00);
	/* [disabled]font-weight: 200; */
}


.module-subtitle-white3 {
	font-size: 1.5em;
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
    line-height: 22px;
}

.module-subtitle2 {
	/* [disabled]text-align: center; */
	font-size: 1.3em;
	color: rgba(0,0,0,0.80);
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 24px;
	
}

.module-subtitle2-menu {
    /* [disabled]text-align: center; */
    font-size: 1.5em;
    color: rgba(0,0,0,0.80);
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 50px;
}

.module-subtitle2-menu2 {
	/* [disabled]text-align: center; */
	font-size: 1.3em;
	color: rgba(0,0,0,0.90);
	font-weight: 500;
	margin-bottom: 0px;
}


.module-subtitle2-2 {
	/* [disabled]text-align: center; */
	font-size: 1.3em;
	color: rgba(255,255,255,0.95);
	margin-bottom: 24px;
	/* [disabled]font-weight: bold; */
	line-height: 28px;
}

.module-subtitle3 {
	/* [disabled]text-align: center; */
	font-size: 1.1em;
	color: rgba(0,0,0,0.80);
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 18px;
}

.module-subtitle3-menu {
	/* [disabled]text-align: center; */
	font-size: 1.1em;
	color: rgba(0,0,0,0.90);
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 10px;
}

.module-subtitle3-2 {
	font-size: 1.0em;
	color: rgba(17,17,17,0.90);
	letter-spacing: 0px;
	line-height: 18px;
	/* [disabled]margin-left: 20px; */
	margin-bottom: 0px;
}
.module-subtitle3-3 {
	text-align: center;
	font-size: 1.2em;
    color: rgba(110,127,86,1);
	letter-spacing: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 480px) {
	

.module-subtitle {
    text-align: center;
    font-size: 1.1em;
    color: rgba(0,0,0,0.90);
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.module-subtitle-box {
    font-size: 1.1em;
    color: rgba(0,0,0,0.80);
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}
	
.module-subtitle-white {
	font-size: 1.1em;
	color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
	line-height: 20px;
}

.module-subtitle2 {
	/* [disabled]text-align: center; */
	font-size: 1.0em;
	color: rgba(0,0,0,0.80);
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 18px;
	
}	
	
.module-subtitle2-menu {
    /* [disabled]text-align: center; */
    font-size: 1.0em;
    color: rgba(0,0,0,0.90);
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255,255,255,0.60);
}	

.module-subtitle2-menu2 {
	/* [disabled]text-align: center; */
	font-size: 1.25em;
	color: rgba(0,0,0,0.90);
	font-weight: 500;
	margin-bottom: 0px;
	margin-left: 15px;
}
	
.module-subtitle3 {
	/* [disabled]text-align: center; */
	font-size: 1.0em;
	color: rgba(0,0,0,0.80);
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 18px;
}
	
.module-subtitle3-2 {
	font-size: 1.0em;
    color: rgba(17,17,17,0.90);
	line-height: 16px;
	/* [disabled]margin-left: 20px; */
}
	
.module-subtitle3-3 {
	text-align: center;
	font-size: 1.2em;
    color: rgba(110,127,86,1);
	letter-spacing: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
}
	
	
}

.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

/* Restaurant module header */
.alt-module-subtitle {
  display: table;
}

.alt-module-subtitle h5 {
	display: table-cell;
	white-space: pre;
	padding: 0 8px;
	color: #000;
}

/* Finance case study header */
.finance-image-content {
  border: 1px solid #e5e5e5;
  padding: 60px 0px;
}

.finance-image-content .module-title {
  margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
  margin-top: 40px;
}

/* Landing Page */
.landing-reason .module-title {
  color: #e6af4b;
}

.landing-reason .module-title + .module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

.free-trial {
  background-color: rgba(88, 20, 158, 0.9);
  color: #FFFFFF;
}

.free-trial .color-golden {
  color: #e6af4b;
}

/*  Special Portfolio Page  */
.special-portfolio-header-title {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 40px 0px;
  letter-spacing: 8px;
}

/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
	height: 100vh !important;
	/* [disabled]width: 100%; */
	padding: 0;
	margin: 0;
}

.hero-slider .slides {
	height: 100vh !important;
	transition-delay: 0s;
}

.hero-slider .flex-direction-nav a {
  width: 100%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.titan-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 70%;
	margin: 0 auto;
	/* [disabled]background-color: rgba(0,0,0,0.1); */
}

.titan-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.titan-caption2 {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index:50;
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}

.photography-page .image-caption .caption-text {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
	display: inline-block;
	margin: 5px;
	font-size: 30px;
	color: #FFF;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
	position: fixed;
background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 15000;
}

.loader {
    position: absolute;
    border-left: 2px solid rgba(92,160,62,1.00);
    border-top: 1px solid rgba(143,167,56,0.94);
    border-right: 2px solid rgba(92,160,62,1.00);
    border-bottom: 3px solid rgba(92,160,62,1.00);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
    /* [disabled]background-color: rgba(255,255,255,0.8); */
    border: 0;
    border-radius: 0;
    z-index: 1000;
    /* [disabled]text-transform: uppercase; */
    letter-spacing: 0px;
    transition: background, padding 0.2s ease-in-out 0s;
}

.navbar  {
    background-color: rgba(255,255,255,0.9);
	
}


.navbar a {
    transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
	/* [disabled]background-color: rgba(255,255,255,0.8); */
	border-radius: 0;
	border: 0;
	padding: 0;
	box-shadow: none;
}

.navbar-nav {
    font-size: 1.1em;
    text-align: center;
    /* [disabled]padding-right: 20px; */
    margin-top: 20px;
    margin-right: 20px;
    font-weight: 500;
}
.navbar-nav>li a {
    /* [disabled]margin-top: 3px; */
    /* [disabled]color: rgba(0,0,0,0.8); */
    padding: 5px 15px;
    color: rgba(39,109,9,1.00);
    border-left: 2px solid rgba(39,109,9,0.5);
}

.navbar-brand {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{
	/* [disabled]background-color: rgba(99,54,36,0.10); */
	border-bottom: 1px solid rgba(99,54,36,0.20);
}



@media only screen and (max-width: 480px) {
.navbar-brand {
    /* [disabled]letter-spacing: 4px; */
    /* [disabled]font-weight: 400; */
    /* [disabled]font-size: 15px; */
    color: rgba(224,40,110,0.95);
    width: 65%;
    /* [disabled]padding-top: 3px; */
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 0px;
}
.navbar-custom {
	background-color: rgba(75,133,236,0.5);
}	
	

.navbar-custom .nav li > a {
    /* [disabled]background-color: rgba(255,255,255,0.95)!important; */
}
.navbar-nav {
    font-size: 1.0em;
    line-height: 4px;
    text-align: left;
    /* [disabled]margin-right: 20px; */
    /* [disabled]padding-right: 20px; */
    padding-left: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.navbar-toggle {
    margin-top: 20px;
}
	
}

.navbar-custom .nav li > a {
    position: relative;
    color: #FFFFFF;
    border-left-color: rgba(255,255,255,0.5);
    border-right-color: rgba(255,255,255,0.5);
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: thin;
    border-right-width: thin;
    padding: 3px;
    border-top: thin solid rgba(110,127,86,1);
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	letter-spacing: 2px;
	color: #999;

}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
    color: rgba(39,109,9,0.5);
	/* [disabled]background-color: rgba(75,133,236,0.8); */
	background-image: none;
}


.nav > li > a:focus,
.nav > li > a:hover  {
    color: rgba(39,109,9,0.5);
	/* [disabled]background-color: rgba(75,133,236,0.8); */
	background-image: none;
}

.navbar-custom .dropdown-menu > li > a:hover {
	/* [disabled]background-color: rgba(255, 255, 255, 0.8); */
}

.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: FontAwesome;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: rgba(27,99,44,1.00);
}

.dropdown-menu {
	/* [disabled]min-width: 180px; */
	/* [disabled]font-size: 11px; */
}

.nav-massage{
	color: rgba(177,142,45,1.00);
	}

.nav-massage2{
	background-color: rgba(255,255,255,0.8);
	margin-left: 30px;
	border-radius: 5px;
	}

.nav-title {
    font-size: 1.4em;
    font-weight: 500;
}


@media only screen and (max-width: 480px) {
.header-sm{
	display: none;
	}
	
}

/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
	position: relative;
	/* [disabled]background-color: #fff; */
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
	background-size: cover;
}

@media only screen and (min-width: 481px) {
#home2 {
    display: none;
}
}

@media only screen and (max-width: 480px) {
#home {
    display: none;
}
}

.titan-title-size-1 {
	/* [disabled]letter-spacing: 4px; */
	font-size: 15px;
}

.titan-title-size-2 {
	line-height: 1.3;
	/* [disabled]letter-spacing: 3px; */
	font-size: 30px;
	opacity: .8;
}

.titan-title-size-3 {
	/* [disabled]letter-spacing: 16px; */
	font-size: 46px;
}

.titan-title-size-4 {
	/* [disabled]letter-spacing: 24px; */
	font-weight: 200;
	font-size: 48px;
}

/* Agency Page Header */
.agency-page-header:before {
  background: transparent;
}

/* About us Page Header */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Service Page Header */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}

.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}

.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
  background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
  background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}

.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {
  margin-top: -145px;
}

.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

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

.footer .copyright {
	margin: 0;
	color: rgba(255,255,255,1.00)!important;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

footer {
	padding-top: 20px;
	background-color: rgba(81,139,57,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 1.2em;
	font-weight: 200;
	text-align: right;
	padding-right: 10px;
  }

@media only screen and (max-width: 480px) {
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.7em;
	padding-left: 10px;
	text-align: left;
  }		
}


/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/

.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}

.features-title,
.alt-features-title {
	/* [disabled]text-transform: uppercase; */
	/* [disabled]letter-spacing: 2px; */
	/* [disabled]font-weight: 400; */
	font-size: 1.5em;
	color: rgba(224,40,110,0.95);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: rgba(224,40,110,0.8);
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
	font-weight: 200;
	font-size: 18px;
	color: #111;
	margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
.team-item {
  position: relative;
  text-align: center;
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
	position: absolute;
	width: 100%;
	opacity: 0;
	/* [disabled]bottom: 100%; */
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	padding: 20px;
}

.team-detail2 {
	position: relative;
	width: 100%;
	opacity: 1;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 15px;
	color: #aaa;
	/* [disabled]padding: 20px; */
}

@media only screen and (max-width: 480px) {
.team-detail {
	position: relative;
	width: 100%;
	opacity: 1;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 15px;
	color: #aaa;
	/* [disabled]padding: 20px; */
}
}

.team-detail h5 {
  font-size: 20px;
}

.team-detail p {
  font-size: 14px;
}

.team-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 6px;
}

.team-social a:hover {
  color: #FFF;
}

.team-descr {
  margin: 20px 0 0;
}

.team-name {
  font-size: 14px;
  color: #111;
}

.team-role {
  font-size: 11px;
  color: #aaa;
}

.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.team-item:hover .team-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}




.team-item2:hover .team-detail2 {
	opacity: 1;
	bottom: 100%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(0%);
}

.team-item2:hover .team-image:after {
  background: rgba(0, 0, 0, 0);
}
	
.team-detail2 p {
	font-size: 0.8em;
	line-height: 18px;
	margin-top: 5px;
}

.team-detail2 {
	border: thin solid rgba(160,160,164,1);
	color: rgba(0,0,0,0.8);
}

.team-detail2,
.team-detail2 h5 {
	padding-top: 5px;
	padding-bottom: 0px;
}

.team-detail2 h5 {
	font-size: 1em;
	margin-top: -20px;
	color: rgba(0,0,0,0.8);
}
	



.br-sp {
	 display:none; }

.Member-int{
	font-size: 0.5em;
	color: rgba(255,255,255,1);
	padding-top: 0px;
	font-style: italic;
	}

@media only screen and (max-width: 480px) {
.team-item:hover .team-detail {
	opacity: 1;
	bottom: 100%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(0%);
}

.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0);
}
	
.team-detail p {
	font-size: 0.6em;
	line-height: 18px;
}

.br-sp {
	display: inline;
}

.team-detail {
	border: thin solid rgba(160,160,164,1);
	color: rgba(0,0,0,0.8);
}

.team-detail,
.team-detail h5 {
	padding-top: 5px;
	padding-bottom: 0px;
}

.team-detail h5 {
	font-size: 1em;
	margin-top: -20px;
	color: rgba(0,0,0,0.8);
}

.Member-int {
	display: none;

}



.team-item2:hover .team-detail2 {
	opacity: 1;
	bottom: 100%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(0%);
}

.team-item2:hover .team-image2:after {
  background: rgba(0, 0, 0, 0);
}
	
.team-detail2 p {
	font-size: 0.6em;
	line-height: 18px;
}

.team-detail2 {
	border: thin solid rgba(160,160,164,1);
	color: rgba(0,0,0,0.8);
}

.team-detail2,
.team-detail2 h5 {
	padding-top: 5px;
	padding-bottom: 0px;
}

.team-detail2 h5 {
	font-size: 1em;
	margin-top: -20px;
	color: rgba(0,0,0,0.8);
}



	 
}

/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/
.menu {
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu2 {
	border: thin solid rgba(0,0,0,0.10);
	padding: 10px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
@media only screen and (max-width: 480px) {
.menu2 {
	border: thin solid rgba(0,0,0,0.10);
	padding: 10px;
	border-radius: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
}


.menu-title,
.menu-price {
  margin: 0 0 10px;
  font-size: 14px;
  color: #111;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

.menu-small {
	font-size: 0.7em;
	margin-left: 5px;
	margin-right: 5px;
}

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
	border: 1px solid #eaeaea;
	padding: 25px 20px;
	margin: 15px 0 30px;
	border-radius: 2px;
	text-align: center;
	background-color: rgb(255,255,255);
}

.price-table:hover {
  border-color: #CACACA;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}

.borderline {
  position: relative;
  background: #eaeaea;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0 15px;
}

.borderline:before {
  position: absolute;
  background: #eaeaea;
  content: "";
  bottom: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -7px;
}

.borderline:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}

.price-table h3 {
  color: #111;
  margin: 0;
}

.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table h5 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 60px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price2 {
  font-size: 20px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	/* [disabled]padding-top: 25px; */
	padding-right: 10px;
}

.price-table p.price2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	/* [disabled]padding-top: 25px; */
	padding-right: 10px;
}

.price-details {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}

.price-details li {
  padding: 7px 0;
}

.price-details li > span {
  text-decoration: line-through;
  color: #aaa;
}

.price-title {
	/* [disabled]letter-spacing: -2px; */
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	color: #111;
	/* [disabled]margin: 0 0 70px; */
}

@media only screen and (max-width: 480px) {
.price-title {
	/* [disabled]letter-spacing: -2px; */
	text-align: center;
	font-weight: 400;
	font-size: large;
	color: #111;
	margin: 0 0 70px;
}
}

/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/
.count-item {
  text-align: center;
}

.count-icon {
  line-height: 1.2;
  font-size: 42px;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
  text-align: center;
  padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
  line-height: 1.8;
  font-size: 40px;
  color: #fff;
}

.video-title {
  letter-spacing: 4px;
  font-size: 30px;
  margin: 10px 0 0;
}

.video-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

.mvideo-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.mvideo-wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}


@media only screen and (max-width: 480px) {
.mvideo-wrap video {
	display: none;
}
.mvideo-wrap {
	position: relative;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/mamaluxe/001.jpg);
}
}
 
/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
	text-align: center;
	list-style: none;
	padding: 0;
	font-size: medium;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.filter > li {
	display: inline-block;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Portfolio grid */
.works-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-grid.works-grid-gut {
  margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
  padding: 0 0 10px 10px;
}

.work-item {
  width: 50%;
  float: left;
  margin: 0;
}

.works-grid-3 .work-item {
  width: 33.3333%;
}

.container .works-grid-3 .work-item {
  width: 33.2%;
}

.works-grid-4 .work-item {
  width: 25%;
}

.works-grid-5 .work-item {
  width: 20%;
}

.work-item > a {
	position: relative;
	display: block;
	overflow: hidden;
}

.work-image {
  position: relative;
  overflow: hidden;
}

.work-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.work-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.work-caption {
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
	overflow: hidden;
}

.work-title {
  font-size: 14px;
  color: #fff;
  margin: 0 0 6px;
}

.work-descr {
  color: #aaa;
}

.work-item:hover .work-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.work-item:hover .work-image > img {
	/* [disabled]-webkit-transform: scale(1.1); */
	/* [disabled]-ms-transform: scale(1.1); */
	/* [disabled]transform: scale(1.1); */
}

.work-item .work-caption {
  bottom: 50%;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
  color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
  background: rgba(255, 255, 255, 0.8);
}

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
  opacity: 0;
}

.works-grid.works-hover-g .work-descr {
  color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
  background: #6fe29e;
  background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
  opacity: 1;
}

.sliding-portfolio .work-item {
  width: 100%;
}

/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/
.work-details {
  margin: 0 0 20px;
}

.work-details-title {
  color: #111;
  margin: 0 0 20px;
}

.work-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details ul > li {
  border-bottom: 1px dotted #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}

.callout-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonial:before {
  background: rgba(2, 2, 2, 0.4);
}

.testimonials-slider {
  position: relative;
}

.testimonial-text {
  text-align: center;
  font-style: normal;
  font-size: 18px;
}

.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

.testimonial-title {
  font-size: 14px;
}

.testimonial-descr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
	line-height: 1.4;
	font-size: 22px;
	color: #FFF;
	margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 11px;
  color: #aaa;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .post {
  margin: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #CACACA;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: -0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
	/* [disabled]font-size: 14px; */
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon List */
.widget .icon-list li {
  padding: 5px 0;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}

/* Posts */
.widget-posts li {
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  float: left;
  width: 64px;
}

.widget-posts-body {
  margin-left: 74px;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/
.comments,
.comment-form {
  margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 16px;
  color: #111;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.comment-author {
  font-size: 14px;
  margin: 0 0 10px;
}

.comment-avatar {
  width: 55px;
  float: left;
  margin-top: 10px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  padding-top: 5px;
  margin-left: 75px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .comment .comment {
    margin-left: 75px;
  }
}

/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/
.client-logo {
  opacity: .5;
}

.client-logo:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
  text-align: center;
  margin: 0 0 40px;
}

.shop-item-image {
  position: relative;
  overflow: hidden;
}

.shop-item-image img {
  width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.shop-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 15px 0 5px;
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */
.ex-product {
  opacity: .7;
  transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/
.product-gallery {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
}

.product-gallery li {
  display: inline-block;
  width: 15%;
  margin: 0 5px;
}

.product-gallery li:first-child {
  margin-left: 0;
}

.product-title {
  margin: 0 0 20px;
  color: #111;
}

.star,
.star-off {
  margin-bottom: 5px;
  color: #f1c40f;
}

.star-off {
  color: #e5e5e5;
}

.amount {
  font-size: 32px;
  color: #111;
}

.reviews {
  margin: 0;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/
.documentation-page {
  font-size: 14px;
}

.documentation-page .pln {
  color: #000;
}

.documentation-page pre.prettyprint {
  border: 1px solid #888;
  padding: 15px;
}

.documentation-page ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

.documentation-page li.L0, .documentation-page li.L1, .documentation-page li.L2, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L6, .documentation-page li.L7, .documentation-page li.L8 {
  list-style-type: none;
}

.documentation-page li.L1, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L7, .documentation-page li.L9 {
  background: #eee;
}

.documentation-page .com {
  color: #800;
}

.documentation-page .lit {
  color: #066;
}

.documentation-page .pun, .documentation-page .opn, .documentation-page .clo {
  color: #660;
}

.documentation-page .fun {
  color: red;
}

.documentation-page .str, .documentation-page .atv {
  color: #080;
}

.documentation-page .kwd, .documentation-page .tag {
  color: #008;
}

.documentation-page .typ, .documentation-page .atn, .documentation-page .dec, .documentation-page .var {
  color: #606;
}

.documentation-page a {
  color: #19B5FE;
}

.documentation-page a:hover {
  color: #1C92C9;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
	background-color: rgba(75,133,236,0.5);
	padding-bottom: -20px;
	padding-top: 20px;
	z-index: 10;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 9px;
	top: 50%;
	/* [disabled]margin-top: -3px; */
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f105";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  /* Headers */
  .titan-title-size-3 {
	/* [disabled]letter-spacing: 8px; */
	font-size: 36px;
  }
  .titan-title-size-4 {
	/* [disabled]letter-spacing: 12px; */
	font-size: 38px;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.8) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
	padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  .titan-title-size-1 {
	/* [disabled]letter-spacing: 2px; */
	font-size: 1em;
  }
  .titan-title-size-2 {
	line-height: 1.3;
	/* [disabled]letter-spacing: 2px; */
	font-size: 16px;
	opacity: .8;
  }
  .titan-title-size-3 {
	/* [disabled]letter-spacing: 4px; */
	font-size: 26px;
  }
  .titan-title-size-4 {
	/* [disabled]letter-spacing: 6px; */
	font-size: 1.8em;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }
  .widget {
    margin-bottom: 60px;
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }

  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
}
.label.label-primary.tag.menu {
	float: left;
	/* [disabled]padding: 5px; */
	/* [disabled]margin-top: 5px; */
	/* [disabled]margin-right: 3px; */
	/* [disabled]margin-bottom: 10px; */
}
.tag.menu {
	color: rgb(0,0,0);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 3px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(160,160,164);
	border-right-color: rgb(160,160,164);
	border-bottom-color: rgb(160,160,164);
	border-left-color: rgb(160,160,164);
}

.course-day{
	padding: 5px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(255,0,0,1);
	margin-left: 20px;
	}

.impact-img1{
    z-index: 50;
    position: absolute;
    right: 20px;
    top: -20px;
	}

.impact-img2{
	position: absolute;
	z-index: 30;
	top: 160px;
	/* [disabled]left :0%; */
	}


.impact-img3{
	position: absolute;
	z-index: 100;
	bottom: -50px;
	left: -50px;
	}

.impact-img4{
	position: absolute;
	z-index: 10;
	bottom: 0px;
	right: 15%;
	}
	
.impact-img5{
	position: absolute;
	z-index: 50;
	top: -400px;
	left: 0px;
	width: 40%;
	}
	
.impact-img6{
	position: absolute;
	z-index: -1;
	bottom: 0px;
	right: 0px;
	}
	
.impact-img7{
	position: absolute;
	z-index: 20;
	bottom: 0px;
	right: 0px;
	}
	
		
.impact-img21{
	position: absolute;
	z-index: 5;
	top: 5%;
	right: -50px;
	}
	
			
.impact-img22{
	position: absolute;
	z-index: 5;
	right: 15%;
	top: 30%;
	}
	
.impact-img23{
	position: absolute;
	z-index: 5;
	right: -5%;
	/* [disabled]top: 200px; */
	}
	
.impact-img24{
	position: absolute;
	z-index: 5;
	right: -5%;
	bottom: 25%;
	}
		
.impact-img25{
	position: absolute;
	z-index: 5;
	right: 5px;
	top: 10px;
	/* [disabled]width: 70%; */
	}

.impact-img31{
	position: absolute;
	z-index: 5;
	right: 0px;
	top: -20px;
	}
	
.impact-img32{
	position: absolute;
	z-index: 5;
	left: 0px;
	top: -20px;
	}
	
.impact-img33{
    position: absolute;
    z-index: 25;
    left: 15px;
    top: 15px;
	}	

.impact-img33-2{
    position: absolute;
    z-index: 25;
    right: 15px;
    bottom: 15px;
	}	

.impact-img33-3{
    position: absolute;
    z-index: 25;
    right: 70px;
    bottom: 60px;
	}

.impact-img40{
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 150px;
	}

.impact-footer{
    position: absolute;
    z-index: 0;
    bottom: -10px;
    right: -5%;
	}


.impact-header{
	position: fixed;
	z-index: 10000;
	top: 0px;
	right: 0px;
	}

.impact-header2{
    position: fixed;
    z-index: 10000;
    bottom: 0px;
    left: -5px;
	}
	

.impact-header3{
	position: absolute;
	z-index: 10000;
	left: 5%;
	top: 3%;
	padding-left: 0px;
	padding-right: 0px;
	}

.impact-header4{
    position: absolute;
    /* [disabled]bottom: 0px; */
    left: 0px;
    top: 30%;
	}

.impact-header5{
    position: fixed;
    bottom: 47px;
    z-index: 299;
    right: 53px;
	}


.impact-header6{
    position: absolute;
    z-index: 299;
    right: 53px;
    top: 30px;
    left: 25px;
	}

.impact-header6-logo{
    width: 157px;	
	}

.impact-header7{
	position: absolute;
	z-index: 299;
	bottom: -3px;
	width: 100vw;
	left: -3px;
	}

.impact-header6-tree {
    position: absolute;
    z-index: 0;
    right: 53px;
    left: 25px;
    bottom: 0%;
    width: 55%;
	}

@media only screen and (max-width: 1500px) {
.impact-footer{
	position: absolute;
	z-index: 0;
	bottom: -10px;
	right: -25%;
	width: 70%;
	}	
	}


@media only screen and (max-width: 1200px) {
.impact-footer{
	position: absolute;
	z-index: 0;
	bottom: -10px;
	right: -30%;
	width: 70%;
	}	
	}	
	
@media only screen and (max-width: 820px) {
.impact-footer{
	position: absolute;
	z-index: 0;
	bottom: -10px;
	right: -20%;
	width: 60%;
	}	
	}	



@media only screen and (max-width: 480px) {

.impact-img1{
    z-index: 50;
    position: absolute;
    right: 20px;
    top: -100px;
	}

.impact-img2{
	position: absolute;
	z-index: 30;
	top: 160px;
	/* [disabled]left :0%; */
	}


.impact-img3{
	position: absolute;
	z-index: 100;
	bottom: -50px;
	left: -50px;
	}

.impact-img4{
	position: absolute;
	z-index: 10;
	bottom: 0px;
	right: 15%;
	}
	
.impact-img5{
	position: absolute;
	z-index: 50;
	top: -400px;
	left: 0px;
	width: 40%;
	}
	
.impact-img6{
	position: absolute;
	z-index: -1;
	bottom: 0px;
	right: 0px;
	}
	
.impact-img7{
	position: absolute;
	z-index: 20;
	bottom: 0px;
	right: 0px;
	}	
	
.impact-img2{
	position: absolute;
	z-index: 30;
	top: 150px;
	left: -50%;
	width: 200%;         
	}	

	
.impact-img3{
	position: absolute;
	z-index: 100;
	bottom: -50px;
	left: 0px;
	width: 50%;
	}
	
.impact-img4{
	position: absolute;
	z-index: 10;
	bottom: 0px;
	right: 0px;
	width: 40%;
	}

.impact-img5{
	position: absolute;
	z-index: 50;
	top: -80px;
	left: 0px;
	width: 40%;
	}
	
.impact-img6{
	position: absolute;
	z-index: -1;
	bottom: 0px;
	right: -100px;
	width: 80%;
	}
	
.impact-img7{
	position: absolute;
	z-index: 100;
	bottom: 0px;
	right: 0px;
	width: 50%;
	}
	
.impact-img25{
	display: none;
	}	

.impact-footer{
	position: absolute;
	z-index: 0;
	bottom: -10px;
	right: -25%;
	width: 100%;
	}	
	
.impact-header2{
	position: fixed;
	z-index: 10000;
	bottom: 0px;
	right: 0px;
	}

	
.impact-header3{
	left: 0px;
    top: 10%;

	}

.impact-header4{
    position: absolute;
    left: 0px;
    top: 25%;
    z-index: 100;
	}

.impact-header6-tree {
    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: 0%;
    width: 100%;
	}

.impact-header7{
    position: absolute;
    z-index: 299;
    bottom: -3px;
    width: 500%;
    left: -3px;
	}
	
}

.scout{
	/* [disabled]border: thin solid rgba(160,160,164,1); */
	/* [disabled]background-color: rgba(255,255,255,0.2); */
}

.text-justify {
	text-align:justify;
	text-justify: inter-ideograph;
	}

.adress{
	list-style-type: none;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}

.shadow-w{
	text-shadow:1px 1px 4px rgba(0,0,0,1);
}

.shadow-w2{
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}


.shadow-w3{
	text-shadow:1px 1px 4px rgba(255,255,255,0.8);
}

#contact{
	position: relative;	
}

a[href^="tel:"] {
    pointer-events: none;
}

@media only screen and (max-width: 480px) {
a[href^="tel:"] {
    pointer-events: auto;
}
}

.price-label01{
	color: rgba(0,0,0,0.8);
	display: inline-block;
	vertical-align: baseline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 0.8em;
	border: thin solid rgba(0,0,0,0.5);
	border-radius: 3px;
}

.price-label02{
	color: rgba(42,127,170,1);
	font-size: 36px;
	display: inline-block;
	vertical-align: baseline;
	font-weight: 300;
	letter-spacing: -1px;
}

.price-label03{
	color: rgba(0,0,0,1);
	font-size: medium;
	display: inline-block;
	vertical-align: baseline;
}


.price-label04{
	color: rgba(255,255,255,0.80);
	display: block;
	vertical-align: baseline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 0.8em;
	border: thin solid rgba(255,255,255,0.50);
	border-radius: 3px;
	background-color: rgba(255,255,255,0.65);
	text-align: center;
}

.course-desc{
	color: rgba(0,0,0,1);
	list-style-type: none;
	/* [disabled]margin-left: 30px; */
	/* [disabled]margin-top: 10px; */
}
.course-desc dt {
	border: thin solid rgba(160,160,164,1);
	display: inline-block;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.sm-mt-20 {
	margin-top: 20px;
}
@media only screen and (max-width: 480px) {
.sm-mt-20 {
	margin-top: 0px;
}
}

.CPDS {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


.strongpoint2 {
	display: none;
}

@media only screen and (max-width: 480px) {
.strongpoint {
	display: none;
}
.strongpoint2 {
	display: inline;
}
.top-photo {
	display: none;
	}


}

.company-label {
	border: thin solid rgba(160,160,164,1);
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	}
	
.link-btn {
	border: thin solid rgba(160,160,164,1);
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	/* [disabled]color: rgba(0,0,0,1); */
	/* [disabled]background-color: rgba(255,255,255,0.8); */
	}	
	
.text-box{
	background-color: rgba(255,255,255,0.5);
	z-index: 10;
	}

.flexslider{
	max-width: 250px;
	margin: 0 auto 60px;
}





.row-center{
text-align:center;
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}

.row-center.va-middle > [class*='col-'] {
vertical-align:middle;
}
.row-center.va-bottom > [class*='col-']{
	vertical-align:bottom
	}
	
	
	
.owl-item {
	display: block;
	width: 100%;
	height: auto;
}

	
.section-title {
	background-color: rgba(0,0,0,0.3);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	}
	
.cont-textBox{
	line-height: 20px;
	margin-top: 0px;
	font-size: 1.2em;
	border-left-color: rgba(75,133,236,0.5);
	border-right-color: rgba(75,133,236,0.5);
	border-bottom-color: rgba(75,133,236,0.5);
	/* [disabled]border-top-color: rgba(255,119,1,1.00); */
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	/* [disabled]border-top-style: solid; */
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	/* [disabled]border-top-width: thin; */
	padding: 10px;
  }

.cont-textBox2{
	line-height: 22px;
	margin-top: 5px;
	font-size: 1.3em;
	color: rgba(255,255,255,1.00);
	background-color: rgba(75,133,236,0.8);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
  }
  
.cont-textBox3{
	line-height: 22px;
	margin-top: 5px;
	font-size: 1.8em;
	/* [disabled]color: rgba(110,127,86,1); */
	background-color: rgba(75,133,236,0.8);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
  }

.cont-textBox4{
	line-height: 22px;
	margin-top: 5px;
	font-size: 1.3em;
	color: rgba(255,255,255,1.00);
	background-color: rgba(5,65,173,0.80);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid rgba(5,65,173,0.80);
}

  
.cont-textBox5{
	line-height: 22px;
	margin-top: 5px;
	font-size: 1.8em;
	/* [disabled]color: rgba(110,127,86,1); */
	background-color: rgba(5,65,173,0.80);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
  }


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50%;
}

.slide-title2 {
	font-size: 3.5em;
	color: rgba(255,255,255,0.8);
	}
	
.scroll-fix {
	position: absolute;
	bottom: -10px;
	right: 60px;
	margin: auto;
	z-index:50;
		}
	
.scroll-fix2 {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70vw;  /* Set Width */
	margin: auto;
	z-index: 1;
		}
	
.scroll-fix3 {
	position: absolute;
	/* [disabled]width: 800px; */
	z-index: 5000;
	top: 0%;
	margin: auto;
	/* [disabled]text-align: center; */
	left: 0px;
		}
	
@media only screen and (max-width: 480px) {
.scroll-fix2 {
	display: table;
	position: fixed;
	top: 0;
	left: -25%;
	right: 0;
	bottom: 0;
	width: 150vw;  /* Set Width */
	margin: auto;
	z-index: 1;
		}
}



.submenuBox {
	padding: 5px;
	color: #fff !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;	
	
	}

.submenuBox2 {
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;	
	
	}
	
.submenuBox3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: thin solid rgba(160,160,164,1);
	padding-right: 0px;
	padding-left: 0px;
	}


.submenuBox:hover {
	opacity:0.5;
	
	}	
	
.message {
	padding: 5px;
	font-size: 300%;
	color: rgba(255,255,255,1);
	}
	

  
.navBox {
	/* [disabled]margin-top: 3px; */
	/* [disabled]margin-right: 5px; */
	/* [disabled]margin-bottom: 23px; */
	opacity: 0.9;
	font-size: 1em;
	/* [disabled]padding-top: 10px; */
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-bottom: 10px; */
	/* [disabled]padding-left: 10px; */
	}
	
@media only screen and (max-width: 480px) {
.navBox {
	margin-top: 0px;
	/* [disabled]margin-bottom: 5px; */
	opacity: 0.9;
	/* [disabled]padding: 10px; */
	/* [disabled]width: 90%; */
	}
}

.header-ask {
	opacity: 0.8;
	margin-top: 5px;
	}


@media only screen and (max-width: 480px) {

.header-ask {
	margin-top: 20px;
	margin-bottom: 10px;
	}
}

.fluffy {
	/* [disabled]background: #000; */
	/* [disabled]width: 100px; */
	/* [disabled]height: 100px; */
	/* [disabled]margin: 100px; */
	animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-8px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-8px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.fluffy2 {
	/* [disabled]background: #000; */
	/* [disabled]width: 100px; */
	/* [disabled]height: 100px; */
	/* [disabled]margin: 100px; */
	animation: fluffy2 3s ease infinite;
}

@keyframes fluffy2 {
  0% { transform:translateX(0) }
  50% { transform:translateX(2px) }
  100% { transform:translateX(0) }
}

.foo {

  animation: squash 5s ease-in-out infinite;
}
 
@keyframes squash {
  0% {transform: scale(1) translate(0, 0);}
  50% {transform: scale(0.99, 1.01) translate(0, 1px);}
  100% {transform: scale(1) translate(0, 0);}
}

.list-box {
	border: thin solid rgba(160,160,164,1);
	border-radius:10px 0px;
	display: inline-block;
	margin-right: 5px;
	/* [disabled]margin-left: 5px; */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
	
.list-box2 {
	border-radius: 5px;
	/* [disabled]margin-right: 5px; */
	/* [disabled]margin-left: 5px; */
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-bottom: 5px; */
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: rgba(160,160,164,1);
	border-right-color: rgba(160,160,164,1);
	border-bottom-color: rgba(160,160,164,1);
	border-left-color: rgba(160,160,164,1);
	}
		
.back-image-hight {
	height:50vh;
}

.side-background01 {
	/* [disabled]background-image: url(../images/top/1004_2.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center center; */
	background-color: rgba(153,102,51,0.2);
}

.side-background02 {
	/* [disabled]background-image: url(../images/top/1004_2.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center center; */
	background-color: rgba(247,239,232,1);
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
.flex{
	display: block;
	flex-wrap: wrap;
}
}




.calender-text {
	border-radius: 3px;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	/* [disabled]padding-top: 2px; */
	/* [disabled]padding-bottom: 10px; */
	padding-left: 5px;
	display: inline-block;
	font-size: 13px;
	padding-right: 5px;
	margin-bottom: 5px;
	border: thin solid rgba(160,160,164,1);
	}


@media only screen and (max-width: 480px) {
.xs-dp-none {
	display:none;	
	}
}


.stage{
	/* [disabled]width: 400px; */
	/* [disabled]height: 225px; */
	margin: 30px auto 0 auto;
	position: relative;
}

.stage img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition:opacity 0.3s;
}

.stage.on img{
    opacity: 0.4;
}

.border-box {
	/* [disabled]border: thin dotted rgba(160,160,164,1); */
	border-radius: 10px;
}

.subbox {
	border: thin solid rgba(160,160,164,1);
	letter-spacing: 0px;
	background-color: rgba(153,102,51,0.2);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: rgba(0,0,0,1);
	font-size: 0.5em;
}

.subbox2 {
	border: thin solid rgba(160,160,164,1);
	letter-spacing: 0px;
	background-color: rgba(153,102,51,0.2);
	/* [disabled]padding-top: 2px; */
	padding-right: 5px;
	/* [disabled]padding-bottom: 2px; */
	padding-left: 5px;
}

.subbox3 {
	border: thin solid rgba(160,160,164,1);
	letter-spacing: 0px;
	background-color: rgba(153,102,51,0.2);
	display: inline-block;
	padding: 10px;
}



@media only screen and (max-width: 480px) {
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
}

.header-top {
    height: 90px;
    background-color: rgba(47,68,105,0.1);
    position: absolute;
    top: 0px;
    z-index: 200;
}

.campaign {
	border: thin solid rgba(153,102,51,0.2);	
}

.campaign2 {
	border-left: 3px none rgba(224,40,110,0.3);
	border-right: 3px none rgba(224,40,110,0.3);
	border-bottom: 3px none rgba(224,40,110,0.3);
	border-top: 3px solid rgba(224,40,110,0.3);
	background-color: rgba(255,255,255,0.3);
}

.small-title {
	font-size: 11px;
	margin-top: -5px;
	margin-bottom: 0px;
}

.pattern {
	width: 100%;
	height: 100%;
	background: url("../images/mamaluxe/yokojima.png");
	opacity: 0.1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

.title-box {
	background-color: rgba(255,255,255,0.80);
	padding: 3px;
}

.title-box2 {
    background-color: rgba(255,255,255,0.95);
    padding: 10px;
    margin: 3px;
    border: thin solid rgba(218,218,218,0.4);
}

.title-box3 {
    background-color: rgba(255,255,255,0.95);
    padding: 25px;
    border: thin solid rgba(218,218,218,0.4);
}

.colona-box {
    padding: 25px;
    border: thin solid rgba(218,218,218,0.8);
}



@media only screen and (max-width: 480px) {
.title-box2 {
    background-color: rgba(255,255,255,0.95);
    padding: 5px;
    margin: 3px;
    border: thin solid rgba(218,218,218,0.4);
}
	
.title-box3 {
    background-color: rgba(255,255,255,0.95);
    padding-top: 25px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 25px;
    border: thin solid rgba(218,218,218,0.4);
}
	
.colona-box {
    padding: 0px;
    border: thin none rgba(218,218,218,0.8);
}
	
}


.style01 {
    border-bottom: 2px solid rgba(255,255,255,1.00);
    margin-top: 3px;
    margin-bottom: 3px;
}

.label-hp {
    border: thin solid rgba(224,40,110,0.95);
    padding: 5px;
    margin-left: 5px;
    border-radius: 5px;
}

.care-box {
    border: 1px solid rgba(48,7,7,0.3);
    padding: 5px 15px 15px;
    margin: 10px;
    border-radius: 3px;
}

.care-box2 {
	border: 1px solid rgba(0,0,0,0.50);
	padding: 3px;
	border-radius: 55px;
}

.care-box3 {
    border: 1px solid rgba(48,7,7,0.3);
    padding-top: 5px;
    /* [disabled]padding-right: 15px; */
    /* [disabled]padding-left: 15px; */
    padding-bottom: 5px;
    /* [disabled]margin: 10px; */
    border-radius: 3px;
}

.care-box4 {
    border: 1px solid rgba(48,7,7,0.3);
    padding: 5px 15px 15px;
    margin: 10px;
    border-radius: 3px;
    height: 180px;
}

@media only screen and (max-width: 480px) {
.care-box {
    border: 1px solid rgba(48,7,7,0.3);
    padding: 5px 15px 15px;
    margin: 0px;
    border-radius: 3px;
}	
	
.care-box4 {
    border: 1px solid rgba(48,7,7,0.3);
    padding: 15px;
    margin: 10px;
    border-radius: 3px;
    height: 140px;
}
}

.care-box5 {
    border: 1px dotted rgba(0,0,0,0.30);
    padding: 20px;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-collapse: separate;
    display: inline-block;
}

.hr-title {
	border-bottom: 1px solid rgba(194,188,180,1.00);
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.hr-title2 {
	border-bottom: 1px dashed rgba(194,188,180,1.00);
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.hr-title3 {
	border-bottom: 1px solid rgba(0,0,0,0.20);
	padding-bottom: 0px;

}

.cp_hr11 {
	height: 3px;
	border-width: 0;
	background-color: rgba(47,68,105,0.2);
	background-image: -webkit-linear-gradient(135deg,
	rgba(110,127,86,1) 0px,rgba(110,127,86,1) 2px, transparent 2px, transparent 4px,
	rgba(110,127,86,1) 4px, rgba(110,127,86,1) 6px, transparent 6px, transparent);
	background-image:         linear-gradient(-45deg,
	rgba(110,127,86,1) 0px,rgba(110,127,86,1) 2px, transparent 2px, transparent 4px,
	rgba(110,127,86,1) 4px, rgba(110,127,86,1) 6px, transparent 6px, transparent);
	background-size: 6px 6px;
}

.dots {
    border-width: 0 0 8px;
    border-style: solid;
    border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
    width: 216px;
}

.gakuwari {
	background-color: rgba(75,133,236,0.8);
	color: rgba(255,255,255,1.00);
}



.main_imgBox {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.main_img {
	z-index: 10;
	opacity: 0;
	width: 50%;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 0;
	-webkit-animation: anime 36s 0s infinite;
	animation: anime 36s 0s infinite;
}

.main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; }

@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         z-index:9;
    }
    100% { opacity: 0; 
        transform: scale(1.1) rotate(0.001deg);
	}
}

.facebook {
    height: 300px;
    border: thin solid rgba(114,114,114,1.00);
    background-color: rgba(255,255,255,0.50);
}

.module-video {
	height: 400px;
}

.btnLeft{
    text-align: left;
    float: left;
}

.btnRight{
    text-align: right;
}

.tetote {
    width: 13%;	
}

@media only screen and (max-width: 480px) {
.tetote {
    width: 20%;	
}
}

.ask-box{
	border: thin solid rgba(0,0,0,0.30);
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	/* [disabled]padding-bottom: 10px; */
	border-radius: 3px;
}

.ask-box li {
	list-style-type: square;
	margin-left: -10px;
}

.bg-menu {
	background-color: rgba(116,203,105,0.10);
	padding: 5px 10px;
}

.bg-menu2 {
	padding: 10px;
	border: thin dotted rgba(54,131,45,0.50);
}



/* アニメーション設定 */
.arrowWrap {
    position: absolute;
    right: -10px;
    bottom: -45px;
    height: 200px;
    z-index: -2;
    font-size: small;
    color: rgba(99,54,36,1.00);
}

@media only screen and (max-width: 480px) {
.arrowWrap {
    right: -20px;
	z-index: 120;
}
}

.arrowInner p {
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 30px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: rgba(99,54,36,1.00);
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}




.arrowWrap2 {
    height: 200px;
    z-index: 100;
    font-size: small;
    /* [disabled]color: rgba(99,54,36,1.00); */
}

.arrowInner2 p {
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow2 {
	width: 1px;
	height: 100px;
	margin: 30px auto 20px;
  background-color: rgba(99,54,36,1.00);
	position: relative;
	overflow: hidden;
}

.arrow2::after {
	content: '';
	width: 1px;
	height: 100px;
	margin: 50px auto 0;
	background-color: #EEE;
	position: absolute;
	top: -150px;
	left: 0;
	-webkit-animation: arrow2 3.5s ease 0s infinite normal;
	animation: arrow2 3.5s ease 0s infinite normal;
}

@media only screen and (max-width: 480px) {
.arrowWrap2 {
    height: 200px;
    z-index: 100;
    font-size: 1em;
    /* [disabled]color: rgba(99,54,36,1.00); */
}

.arrowInner2 p {
    text-align: end;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 0px;
}

.arrow2 {
    width: 1px;
    height: 100px;
    margin-top: 100px;
    margin-bottom: 20px;
    background-color: rgba(99,54,36,1.00);
    position: relative;
    overflow: hidden;
    margin-left: 25px;
}
}

@keyframes arrow2 {
  0% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 0px, 0);
    transform: translate3d(-50%, 0px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0px, 0);
    transform: translate3d(-50%, 0px, 0);
  }
}

/***************************************************
 * Generated by SVG Artista on 4/17/2020, 3:18:56 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
          animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
          animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
          animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
          animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
          animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
          animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
          animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
          animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
          animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
          animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
          animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
          animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
          animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
          animation: animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s both;
          animation: animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
          animation: animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
          animation: animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(242, 149, 57);
  }
}

.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
          animation: animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
}

@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(51, 137, 202);
  }
}

@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(51, 137, 202);
  }
}

.svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
          animation: animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
}

@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4000000000000004s both;
          animation: animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-24 {
  -webkit-animation: animate-svg-fill-24 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s both;
          animation: animate-svg-fill-24 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s both;
}

@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-25 {
  -webkit-animation: animate-svg-fill-25 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6000000000000005s both;
          animation: animate-svg-fill-25 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6000000000000005s both;
}

@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-26 {
  -webkit-animation: animate-svg-fill-26 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s both;
          animation: animate-svg-fill-26 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7s both;
}

@-webkit-keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-27 {
  -webkit-animation: animate-svg-fill-27 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both;
          animation: animate-svg-fill-27 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both;
}

@-webkit-keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-28 {
  -webkit-animation: animate-svg-fill-28 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9000000000000004s both;
          animation: animate-svg-fill-28 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-29 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-29 {
  -webkit-animation: animate-svg-fill-29 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4s both;
          animation: animate-svg-fill-29 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4s both;
}

@-webkit-keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-30 {
  -webkit-animation: animate-svg-fill-30 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1000000000000005s both;
          animation: animate-svg-fill-30 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1000000000000005s both;
}

@-webkit-keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-31 {
  -webkit-animation: animate-svg-fill-31 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both;
          animation: animate-svg-fill-31 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both;
}

@-webkit-keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-32 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-32 {
  -webkit-animation: animate-svg-fill-32 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s both;
          animation: animate-svg-fill-32 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s both;
}

@-webkit-keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-33 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-33 {
  -webkit-animation: animate-svg-fill-33 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both;
          animation: animate-svg-fill-33 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both;
}

@-webkit-keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-34 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-34 {
  -webkit-animation: animate-svg-fill-34 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s both;
          animation: animate-svg-fill-34 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s both;
}

@-webkit-keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-35 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-35 {
  -webkit-animation: animate-svg-fill-35 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6000000000000005s both;
          animation: animate-svg-fill-35 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6000000000000005s both;
}

@-webkit-keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-36 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-36 {
  -webkit-animation: animate-svg-fill-36 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s both;
          animation: animate-svg-fill-36 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s both;
}

@-webkit-keyframes animate-svg-fill-37 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-37 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-37 {
  -webkit-animation: animate-svg-fill-37 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
          animation: animate-svg-fill-37 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
}

@-webkit-keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-38 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-38 {
  -webkit-animation: animate-svg-fill-38 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s both;
          animation: animate-svg-fill-38 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s both;
}

@-webkit-keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-39 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-39 {
  -webkit-animation: animate-svg-fill-39 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5s both;
          animation: animate-svg-fill-39 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5s both;
}

@-webkit-keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-40 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-40 {
  -webkit-animation: animate-svg-fill-40 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.1000000000000005s both;
          animation: animate-svg-fill-40 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.1000000000000005s both;
}

@-webkit-keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-41 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-41 {
  -webkit-animation: animate-svg-fill-41 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s both;
          animation: animate-svg-fill-41 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s both;
}

@-webkit-keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-42 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-42 {
  -webkit-animation: animate-svg-fill-42 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.300000000000001s both;
          animation: animate-svg-fill-42 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.300000000000001s both;
}

@-webkit-keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-43 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-43 {
  -webkit-animation: animate-svg-fill-43 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s both;
          animation: animate-svg-fill-43 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s both;
}

@-webkit-keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-44 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-44 {
  -webkit-animation: animate-svg-fill-44 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.5s both;
          animation: animate-svg-fill-44 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.5s both;
}

@-webkit-keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-45 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-45 {
  -webkit-animation: animate-svg-fill-45 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.6000000000000005s both;
          animation: animate-svg-fill-45 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.6000000000000005s both;
}

@-webkit-keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

@keyframes animate-svg-fill-46 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(99, 54, 36);
  }
}

.svg-elem-46 {
  -webkit-animation: animate-svg-fill-46 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.7s both;
          animation: animate-svg-fill-46 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.7s both;
}



.btn-block:hover{cursor: pointer}
.button2 {
	background-color: rgba(92,160,62,1.00);
	outline: none;
	position: relative;
	border: 1px solid rgba(255,255,255,1.00);
	padding: 5px 10px;
	overflow: hidden;
	/* [disabled]border-radius: 35px; */
}

/*button:before (attr data-hover)*/
.button2:hover:before{opacity: 1; transform: translate(0,0);}
.button2:before{
    content: attr(data-hover);
    position: absolute;
    /* [disabled]top: 1.1em; */
    left: 0;
    width: 100%;
    text-transform: none;
    /* [disabled]letter-spacing: 3px; */
    /* [disabled]font-weight: 500; */
    /* [disabled]font-size: 0.9em; */
    opacity: 0;
    transform: translate(-100%,0);
    transition: all .3s ease-in-out;
    color: rgba(255,255,255,1.00);
}
/*button div (button text before hover)*/
.button2:hover div{opacity: 0; transform: translate(100%,0)}
.button2 div{
    text-transform: none;
    /* [disabled]letter-spacing: 3px; */
    /* [disabled]font-weight: 500; */
    /* [disabled]font-size: 0.9em; */
    transition: all .3s ease-in-out;
    color: rgba(255,255,255,1.00);
}


.button3:hover{cursor: pointer}
.button3 {
    background-color: rgba(160,196,98,1.00);
    outline: none;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    /* [disabled]border-radius: 35px; */
    color: rgba(255,255,255,1.00);
    border: thin solid rgba(255,255,255,1.00);
}

/*button:before (attr data-hover)*/
.button3:hover:before{opacity: 1; transform: translate(0,0);}
.button3:before{
	content: attr(data-hover);
	position: absolute;
	/* [disabled]top: 1.1em; */
	left: 0;
	width: 100%;
	text-transform: none;
	/* [disabled]letter-spacing: 3px; */
	font-weight: 500;
	font-size: 0.9em;
	opacity: 0;
	transform: translate(-100%,0);
	transition: all .3s ease-in-out;
	color: rgba(255,255,255,1.00);
}
/*button div (button text before hover)*/
.button3:hover div{opacity: 0; transform: translate(100%,0)}
.button3 div{
	text-transform: none;
	/* [disabled]letter-spacing: 3px; */
	font-weight: 500;
	font-size: 0.9em;
	transition: all .3s ease-in-out;
	color: rgba(255,255,255,1.00);
}


.button4:hover{cursor: pointer}
.button4 {
	background: transparent;
	outline: none;
	position: relative;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 5px 50px;
	overflow: hidden;
	/* [disabled]border-radius: 35px; */
}

/*button:before (attr data-hover)*/
.button4:hover:before{opacity: 1; transform: translate(0,0);}
.button4:before{
	content: attr(data-hover);
	position: absolute;
	/* [disabled]top: 1.1em; */
	left: 0;
	width: 100%;
	text-transform: none;
	/* [disabled]letter-spacing: 3px; */
	font-weight: 800;
	font-size: 0.9em;
	opacity: 0;
	transform: translate(-100%,0);
	transition: all .3s ease-in-out;
	color: rgba(56,131,221,1.00);
}
/*button div (button text before hover)*/
.button4:hover div{opacity: 0; transform: translate(100%,0)}
.button4 div{
	text-transform: none;
	/* [disabled]letter-spacing: 3px; */
	font-weight: 800;
	font-size: 0.9em;
	transition: all .3s ease-in-out;
	color: rgba(228,127,50,1.00);
}

.pre {
	color: rgba(221,106,17,1.00);
	border: thin solid rgba(0,0,0,0.3);
	padding: 0px 20px 2px;
	border-radius: 3px;
	font-weight: 500;
	display: inline-block;
	font-size: 1.2em;
}

.mt-footer {
	margin-top: 80px;	
}

@media only screen and (max-width: 480px) {
.mt-footer {
	margin-top: 20px;	
}
.button4 {
	background: transparent;
	outline: none;
	position: relative;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 5px 5px;
	overflow: hidden;
	/* [disabled]border-radius: 35px; */
}

}

..s1 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.s1:before {
	margin-right: .4em;
}
.s1:after {
	margin-left: .4em;
}

.float {
  animation: float_4348 2s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float_4348 {
  0% { transform: translateY(0) }
  25% { transform: translateY(-2px) }
  50% { transform: translateY(0) }
  75% { transform: translateY(2px) }
  100% { transform: translateY(0) }
}

.full-hight {
    height: 70vh;	
}

.s2 {
	display: flex;
	align-items: center;
}
.s2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: #FFFFFF;
	display: block;
}

.s2:after {
	margin-left: .4em;
}


.s3 {
	display: flex;
	align-items: center;
}
.s3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: rgba(92,160,62,1.00);
	display: block;
}

.s3:after {
	margin-left: .4em;
}

.s4 {
	display: flex;
	align-items: center;
}
.s4:before, .s4:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background-color: rgba(92,160,62,1.00);
	display: block;
}

.s4:before {
	margin-right: .4em;
}

.s4:after {
	margin-left: .4em;
}


@media only screen and (max-width: 480px) {

.s4 {
	display: flex;
	align-items: center;
}
.s4:before, .s4:after {
	content: "";
	flex-grow: 1;
	height: 0px;
	background-color: rgba(92,160,62,1.00);
	display: block;
}

.s4:before {
	margin-right: 0em;
}

.s4:after {
	margin-left: 0em;
}

}

.history-title dt {
	float: left;
	margin-left: 20px;
	width: 25%;
	margin-bottom: 10px;
}

.history-title dd {
	margin-bottom: 10px;
}

.registration-title dt {
    float: left;
    margin-left: 20px;
    width: 35%;
    margin-bottom: 20px;
}

.registration-title dd {
    margin-bottom: 20px;
    margin-left: 38%;
}

.registration-title2 dt {
	float: left;
	margin-left: 20px;
	width: 30%;
	margin-bottom: 0px;
}

.registration-title2 dd {
	margin-bottom: 0px;
}

.registration-title3 dt {
    margin-left: 20px;
    color: rgba(0,0,0,0.50);
}

.registration-title3 dd {
    margin-left: 20px;
	margin-bottom: 20px;
}

.registration-title4 {
    padding: 10px;
    /* [disabled]height: 80px; */
    background-color: rgba(255,255,255,0.8);
}

.registration-title4 dt {
    color: rgba(0,0,0,0.80);
    text-align: center;
    font-size: 90%;
    float: left;
}

.registration-title4 dd {
    font-size: 85%;
    color: rgba(0,0,0,0.70);
    text-align: left;
}

.registration-title-recruit dt {
    float: left;
    margin-left: 20px;
    /* [disabled]width: 35%; */
}

.registration-title-recruit dd {
    margin-left: 38%;
}

.skill-title {
    list-style: none;
    overflow: hidden;
    padding-left: 30px;
    margin-bottom: 0px;
}

.skill-title li {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}

.skill-title2 {
    padding-left: 0px;
    /* [disabled]list-style-type: square; */
    list-style-position: outside;
    margin-bottom: 0px;
    line-height: 20px;
    list-style-image: url(../images/logo/_r2_c3.png);
}

.skill-title2 li {
    margin-bottom: 5px;
    margin-left: 20px;
}

.skill-title3 dt {
    width: 200px;
    text-align: center;
    background-color: rgba(92,160,62,1.00);
    color: rgba(255,255,255,1.00);
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
}

.skill-title3 dd {
    margin-top: 5px;
}


.skill-title4 dt {
    margin-top: 15px;
}

.skill-title4 dd {
    margin-left: 15px;
}

@media only screen and (max-width: 480px) {
.history-title dt {
    float: none;
    margin-left: 0px;
    width: 100%;
    color: rgba(0,0,0,0.60);
    margin-bottom: 0px;
}

.history-title dd {
    width: 90%;
    margin-left: 0px;
    margin-bottom: 10px;
	}

.registration-title dt {
    float: none;
    margin-left: 0px;
    width: 100%;
    color: rgba(0,0,0,0.60);
    margin-bottom: 0px;
}

.registration-title dd {
    width: 90%;
    margin-left: 10px;
    margin-bottom: 10px;
}

.registration-title2 dt {
    float: none;
    margin-left: 0px;
    width: 100%;
    color: rgba(0,0,0,0.60);
    margin-bottom: 5px;
}

.registration-title2 dd {
    width: 90%;
    margin-left: 10px;
    margin-bottom: 5px;
}

.registration-title3 dt {
    float: none;
    margin-left: 0px;
    width: 100%;
    color: rgba(0,0,0,0.60);
    margin-bottom: 5px;
}

.registration-title3 dd {
    width: 90%;
    margin-left: 10px;
    margin-bottom: 5px;
}	
	
.registration-title-recruit dt {
    float: none;
    margin-left: 10px;
    /* [disabled]width: 35%; */
}

.registration-title-recruit dd {
    margin-left: 10px;
}
	
.skill-title {
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
}

.skill-title li {
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
}

.skill-title3 dt {
    width: 100%;
    text-align: center;
    background-color: rgba(92,160,62,1.00);
    color: rgba(255,255,255,1.00);
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
}

.skill-title3 dd {
    margin-top: 5px;
}
}

.label-adress {
    text-align: center;
    border: thin solid rgba(0,0,0,0.50);
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 15px 5px;
    margin-bottom: 10px;
    width: 160px;
    margin-left: 30px;
    font-size: 0.9em;
}

.label-adress2 {
    text-align: left;
    font-size: 0.9em;
    padding-top: 2px;
    padding-bottom: 2px;
    /* [disabled]background-color: rgba(255,255,255,0.8); */
}

.label-adress2-2 {
    text-align: left;
    font-size: 0.9em;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    /* [disabled]background-color: rgba(255,255,255,0.8); */
}

.btn-block2 {
    display: inline-block;
}

@media only screen and (max-width: 480px) {
.label-adress {
    font-size: 1em;
    text-align: center;
    border: thin solid rgba(0,0,0,0.50);
    float: none;
    margin-right: 20px;
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0px;
}

.label-adress2 {
    text-align: left;
    margin-left: 20px;
    font-size: 13px;
}

.label-adress2-2 {
    text-align: left;
    font-size: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    /* [disabled]background-color: rgba(255,255,255,0.8); */
    margin-left: 20px;
}
	
.btn-block2 {
    display: table-cell;
    width: 100%;
}
	
.home-section {
    background-image: url(../images/bg018.jpg);
}
	
}

.sideAreaWt {
    border: thin solid rgba(0,0,0,0.51);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.footer-adress {
    margin-left: 13px;
	z-index: 50;
}

@media only screen and (max-width: 480px) {
.footer-adress {
    margin-left: 0px;	
}
	
}

.big-number {
    margin-right: 30px;
    font-size: 150%;
    font-style: italic;
    line-height: 0px;
    /* [disabled]text-decoration: underline; */
    opacity: 0.8;
}

@media only screen and (max-width: 480px) {
.big-number {
    margin-right: 15px;
    font-size: 120%;
    font-style: italic;
    line-height: 0px;
    /* [disabled]text-decoration: underline; */
    opacity: 0.8;
}
	
}

.wrap{
padding:5%;
}
.wrap::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../images/003_2.jpg);
    background-size: cover;
}


