/************************************
*
*   _-=/| KEIRO CONSULTING |\=-_
*
* by: VELORA®
*
* Version 2.0
*
* Copyright 2024 Velora Studios, LLC
*
* See more at: https://velora.com
*
************************************/
html{
	background: #1b3b3c;
}
body{
	font-family: "source-han-sans-japanese",sans-serif;
	color: #000;
}

/***------ @VANITY STYLES ------***/

::-moz-selection { background: #3f8e91; color: #fff; text-shadow: none; }
::selection { background: #3f8e91; color: #fff; text-shadow: none; }

p, li{
	font-weight: 100;
	font-size: 22px;
}

a{
	color: #73d0ac;
	font-weight: 700;
}

header h1{
	font-weight: 400;
	font-size: 26px;
	color: #000;
}

h1 strong{
	font-weight: 900;
	font-size: 32px;
}

.ip-main header{
	/*height: 100px;*/
	margin: 40px 0 43px;
}
header p{
	font-size: 18px;
	font-weight: 400;
	color: rgba(0,0,0,0.6);
}

.definition{
	margin: 40px 0 0;
	padding: 7px 15px;
	color: #fff;
	border-radius: 3px;
	background-color: rgb(115, 208, 172);
	box-shadow: inset 0px 2px 3px 0px rgba(35, 31, 32, 0.35);
	width: 255px;
	height: 64px;
}
.definition p{
	font-weight: 400;
}
.definition.small{
	margin: -3px 0 0 20px;
	font-size: 10px;
	width: 188px;
	height: 48px;
	padding: 6px 15px;
	box-shadow: none;
    background-color: rgba(115, 208, 172,0.3);
	color: rgba(255, 255, 255, 0.659);
}
.definition.small p{
	font-size: 16px;
}
.section-top{
	position: relative;
	height: 642px;
	background: #fff url('../img/bg-path-repeat.png') no-repeat left top;
	background-size: 50% 642px;
}
.section-top .container{
	background: #fff;
}

.section-top-inner{
	background-color: rgb(84,193,149);
	background-image: -moz-linear-gradient( -87deg, rgb(84,193,149) 0%, rgb(16,135,132) 100%);
	background-image: -webkit-linear-gradient( -87deg, rgb(84,193,149) 0%, rgb(16,135,132) 100%);
	background-image: -ms-linear-gradient( -87deg, rgb(84,193,149) 0%, rgb(16,135,132) 100%);
	box-shadow: 0 3px 2px rgba(16,135,132,0.4);
}
.ip-main .section-top-inner header{
	margin: 0;
}
.section-top-inner h1{
	color: #fff;
	color: rgba(0,0,0,0.75);
    margin: 13px 0 17px;
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.section-top-inner h1 strong{
	font-size: 24px;
}

.section-middle{
	background-color: rgb(69 183 137);
	background-image: url('../img/hex-bg.png');
	background-image: url('../img/hex-bg.png'), -moz-linear-gradient( -90deg, rgb(69 183 137) 0%, rgb(16,135,132) 100%);
	background-image: url('../img/hex-bg.png'), -webkit-linear-gradient( -90deg, rgb(69 183 137) 0%, rgb(16,135,132) 100%);
	background-image: url('../img/hex-bg.png'), -ms-linear-gradient( -90deg, rgb(69 183 137) 0%, rgb(16,135,132) 100%);
	background-size: 651px, cover;
	background-repeat: no-repeat;
	background-position: 100% 70px;
	/*height: 776px;*/
	height: 630px;
	padding: 70px 0;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 -10px 30px 10px rgba(0,0,0,0.2);
}
.section-middle li, .section-middle p{
    font-weight: 400;
    margin: 2px 0 13px;
}
.section-middle h3{
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 32px;
}
.mid-text-col{
	/*background-color: rgba(84,193,149,0.4);*/
	background-image: -moz-linear-gradient( -90deg, rgba(69, 183, 137,0.7) 0%, rgba(40,154,138,0.7) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgba(69, 183, 137,0.7) 0%, rgba(40,154,138,0.7) 100%);
	background-image: -ms-linear-gradient( -90deg, rgba(69, 183, 137,0.7) 0%, rgba(40,154,138,0.7) 100%);
	border-radius: 5px;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

.section-content{
	background-image: -moz-linear-gradient( -90deg, rgba(115,208,172,0.2) 0%, rgba(70,148,153,0.2) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgba(115,208,172,0.1) 0%, rgba(70,148,153,0.1) 100%);
	background-image: -ms-linear-gradient( -90deg, rgba(115,208,172,0.2) 0%, rgba(70,148,153,0.2) 100%);
	box-shadow: inset 0 -20px 30px -10px rgba(0,0,0,0.05);
	overflow: hidden;
}
.section-content .container{
	/*background: rgba(255,255,255,0.3);
	background-image: -moz-linear-gradient( -90deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0.1) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0.1) 100%);
	background-image: -ms-linear-gradient( -90deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0.1) 100%);*/
	padding: 80px 120px;
	/*box-shadow: 0px 3px 5px rgba(0,0,0,0.2);*/
}
.section-content h1{
	text-transform: uppercase;
    font-weight: 700;
}
.section-content p{
	font-size: 20px;
    line-height: 33px;
    margin: 0 0 23px;
}

.section-bottom{
	padding: 103px 0 0;
}
.section-bottom p{
	font-size: 19px;
	margin-bottom: 20px;
    margin-right: 25px;
}
.section-bottom a{
	font-size: 17px;
}
.section-bottom h3{
	font-size: 19px;
	margin-bottom: 16px;
	margin-top: 35px;
}
.section-bottom h2{
	margin: 15px 0 29px;
}
.icon-image{
	width: 139px;
	margin: 0 auto 30px;
	display: block;
}
.icon-image.marketing{
	width: 154px;
	margin-bottom: 56px;
}
.icon-image.design{
	width: 180px;
	margin-bottom: 41px;
}
.portrait-photo{
	width: 485px;
	border: 2px solid rgb(16,135,132);
	border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	margin: 70px 0 10px;
}
.portrait-photo.landing-photo{
	width: 400px;
	margin-left: 20px;
}
#emailSmall{
	margin-top: 20px;
}
.subscribe-holder{
	height: 60px;

}
.subscribe-input{
    border-radius: 5px 0 0 5px !important;
    border: 3px solid rgb(255,147,41) !important;
    height: 47px;
    margin: 5px 0 9px;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5), 0px 3px 2px 0px rgba(35, 31, 32, 0.3), 0px 6px 11px 5px rgba(158, 78, 255, 0.16) !important;
    padding: 5px 12px !important;
    float: left;
    width: 203px !important;
}
.subscribe-version{
    margin-left: 0;
    margin-top: 4px !important;
    border-radius: 0 5px 5px 0 !important;
    float: left !important;
    width: 160px !important;
    padding: 9px 9px !important;
    height: 30px !important;
    line-height: 20px !important;
    background: rgba(222, 71, 0, 1);
    box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.7);
}
.subscribe-version:hover{
    background: rgb(190, 68, 0);
}
.mail-notice{
	display: block;
	font-size: 12px;
	margin-top: 10px;
	color: #666;
}
.landing-top{
	margin-bottom: 100px;
}
.landing_hype .HYPE_element_container:after{
	content: "";
	display: block;
	position: absolute;
	background: none;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px -16px 10px -10px #fff;
}
.hex-bg{
	width: 651px;
	position: absolute;
    right: 0;
}
.action-btn{
	  border-radius: 11px;
	  background-color: rgb(255,147,41);
	  background-image: -moz-linear-gradient( -86deg, rgb(255,147,41) 0%, rgb(238,113,38) 100%);
	  background-image: -webkit-linear-gradient( -86deg, rgb(255,147,41) 0%, rgb(238,113,38) 100%);
	  background-image: -ms-linear-gradient( -86deg, rgb(255,147,41) 0%, rgb(238,113,38) 100%);
	  box-shadow: inset 0 2px 0 0 rgba(255,255,255,0.5), 0 3px 2px 0 rgba(35, 31, 32, 0.3),0px 6px 11px 5px rgba(158, 78, 255, 0.2), 0 0 0 7px rgba(0,0,0,0.2);
	  width: 495px;
	  height: 92px;
	  line-height: 92px;
	  display: block;
	  margin: 30px auto 10px;
	  font-size: 21px;
	  text-align: center;
	  color: rgba(255,255,255,0.87);
	  text-shadow: 0 1px 1px rgba(35, 31, 32, 0.16);
	  transition: all 0.3s linear;
	  -o-transition: all 0.3s linear;
	  -moz-transition: all 0.3s linear;
	  -webkit-transition: all 0.3s linear;
}
.action-btn-small, #applyForm .btn, #emailForm .btn{
	border-radius: 7px;
	display: inline-block;
	background-color: rgb(255,147,41);
	background: linear-gradient(176deg, rgb(255,147,41) 0%, rgb(238, 113, 38) 100%);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 3px 3px -1px rgba(0, 0, 0, 0.05), 0 6px 6px -2px rgba(0, 0, 0, 0.05), 0 12px 12px -3px rgba(0, 0, 0, 0.05),0 6px 11px 3px rgba(158, 78, 255, 0.17);
	line-height: 57px;
	text-align: center;
	width: 398px;
	height: 57px;
	box-sizing: content-box;
	margin: 61px auto 23px;
	color: rgba(255,255,255,0.87);
	text-shadow: 0 1px 1px rgba(35, 31, 32, 0.05);
	border: none;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
}
.action-btn-small{
	width: 450px;
	height: 70px;
	line-height: 71px;
	margin: 60px auto 40px;
	font-size: 18px !important;
	transition: all 0.3s ease;
}
.action-btn-small.btn-top{
	margin:  35px 0 0;
}
.action-btn-small.action-btn-mini {
	width: 180px;
	height: 44px;
	line-height: 44px;
	margin: 20px 20px 0 0;
	font-size: 17px !important;
}
#applyForm .btn, #emailForm .btn{
	margin: 20px 0 0 !important;
}
.action-btn:hover, .action-btn-small:hover, #applyForm .btn:hover, #emailForm .btn:hover{
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, rgb(255 159 65) 0%, rgb(255 133 60) 100%);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 3px 3px -1px rgba(0, 0, 0, 0.05), 0 6px 6px -2px rgba(0, 0, 0, 0.09), 0 12px 12px -3px rgba(0, 0, 0, 0.09),0 9px 19px 4px rgba(158, 78, 255, 0.28);
}
.action-btn:active, .action-btn-small:active, #applyForm .btn:active, #emailForm .btn:active{
	background: rgb(238,113,38);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5), 0px 3px 2px 0px rgba(35, 31, 32, 0.3),0px 6px 11px 5px rgba(158, 78, 255, 0.16);
}
.action-btn.action-secondary{
	background: none;
	color: #73d0ac;
	box-shadow: inset 0 0 0 2px #73d0ac;
	text-shadow: none !important;
}
.action-btn.action-secondary:hover{
	box-shadow: inset 0 0 0 2px #73d0ac, 0 6px 14px 2px rgba(158, 78, 255, 0.22);
}


.cta-extra{
	display: block;
	margin: 40px 0 10px;
}
.cta-extra i{
	margin: 0 5px;
	color: #438883;
}
.mini-profile {
	width: 36px;
	display: inline-block;
	margin: 0 8px 0 0;
	border-radius: 3px;
}

.intro-text p{
	font-size: 17.5px;
	font-weight: 200;
	line-height: 29px;
	color: rgba(0, 0, 0, 0.8);
}
.intro-list{
	list-style: none;
	padding: 0;
	margin: 24px 0 17px;
}
.intro-list li{
	font-size: 17.5px;
	font-weight: 200;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.8);
}
.intro-list.bio-list{
	margin: 0;
}
.bio-list li{
	font-weight: 200;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 7px;
}
.fa-dash{
	margin: 0 5px 0 0;
	color: #73d0ac;
}

.no-padding{
	padding: 0;
}
.services-icons h3{
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 400;
	text-align: center;
}


/*ANIMATION HOLDER*/
#keiropaths_hype_container{
	position: absolute !important;
	top: 0;
	left: 0;
}
.HYPE_scene{
	background-color:transparent !important;
}
.highlight{
	/*background: rgba(73,136,131,0.83);*/
	/*background: rgba(165,93,251,0.83);*/
	/*background: rgba(147,89,241,0.83);*/
	background: rgba(157,86,251,0.83);
	margin-top: 4px;
	padding: 0px 6px;
	height: 37px;
	border-radius: 3px;
	display: inline-block;
}

/***------ @FOOTER ------***/

#footer{
	width: auto;
	padding: 15px 0 0;
	margin: 20px 0 0;
	background-color: rgb(84,193,149);
	background-image: -moz-linear-gradient( -87deg, rgb(84,193,149) 0%, rgb(16,135,132) 100%);
	background-image: -webkit-linear-gradient( -87deg, rgb(84,193,149) 0%, rgb(16,135,132) 100%);
	background-image: -ms-linear-gradient( -87deg, rgb(84,193,149) 0%, rgb(16,135,132) 100%);
	box-shadow: 0px -2px 2px 1px rgba(35, 31, 32, 0.08);
	height: 70px;
}
.tagline{
	  font-size: 15px;
      margin: 11px 0;
      font-weight: 400;
	  color: rgba(255, 255, 255, 0.659);
	  line-height: 1.3;
	  text-shadow: 0px 1px 1px rgba(35, 31, 32, 0.16);
}
.tagline strong{
	font-size: 17px;
	font-weight: 900;
}
.footer-logo{
	background: transparent url('../img/velora-logo.png') no-repeat left top;
	background-size: 131px 32.5px;
	width: 131px;
	height: 33px;
	text-indent: -9999px;
	margin: 6px 0 0;
}
.footer-logo a{
	width: 131px;
	height: 33px;
	display: block;
}
#second-footer{
	position: relative;
	bottom: 0;
	width: 100%;
	height: 42px;
	border-top: 2px solid rgb(78 184 176);
	background: #1b3b3c;
	padding: 4px 0 0;
}
.copyright{
	text-align: right;
	color: #469499;
	display: block;
    line-height: 29px;
    font-size: 11.5px;
}
#footerLinks ul{
	padding:2px 0 0;
	width: 980px;
	margin: 0 auto;
}
#footerLinks ul li{
	display: inline;
	margin-right: 10px;
	margin-top: 5px;
    line-height: 13px;
}
#footerLinks ul li a{
	color: #50a19d;
	font-size: 13px;
    font-weight: 500;
    padding: 0 20px 0 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
#footerLinks ul li a:hover{
	color: #fff;
}

/*bootstrap override*/
@media (min-width: 1200px){
	.container {
	    width: 1041px;
	}
}




/*animate page load*/

.ip-header {
	position: fixed;
	top: 0;
	z-index: 100;
	min-height: 460px;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
}

.ip-header h1 {
	margin: 0;
}

.ip-logo,
.ip-loader {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.ip-logo {
	top: 0;
	height: 100%;
	-webkit-transform: translate3d(25%,25%,0);
	transform: translate3d(25%,25%,0);
}

.ip-loader {
	bottom: 42%;
}

.ip-header .ip-inner {
	display: block;
	margin: 0 auto;
}

.ip-header .ip-loader svg path {
	fill: none;
	stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
	stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
	-webkit-transition: stroke-dashoffset 0.2s;
	transition: stroke-dashoffset 0.2s;
	stroke: #73d0ac;
}

/* Content */
.ip-main {
	overflow: hidden;
	margin: 0 auto;
}

/* Animations */

/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
	opacity: 1;
}

.loading .ip-logo {
	-webkit-animation: animInitialLogo 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialLogo 1s cubic-bezier(0.7,0,0.3,1) both;
}

@-webkit-keyframes animInitialLogo {
	from { opacity: 0; }
}

@keyframes animInitialLogo {
	from { opacity: 0; }
}

.loading .ip-loader {
	-webkit-animation: animInitialLoader 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialLoader 1s cubic-bezier(0.7,0,0.3,1) both;
}

@-webkit-keyframes animInitialLoader {
	from { opacity: 0; -webkit-transform: scale3d(0.5,0.5,1); }
}

@keyframes animInitialLoader {
	from { opacity: 0; -webkit-transform: scale3d(0.5,0.5,1); transform: scale3d(0.5,0.5,1); }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
	opacity: 1;
}

.loaded .ip-logo {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLogo {
	to { -webkit-transform: translate3d(25%,25%,0) translate3d(0,-450px,0) scale3d(1.00,1.00,1); }
}

@keyframes animLoadedLogo {
	to { -webkit-transform: translate3d(25%,25%,0) translate3d(0,-450px,0) scale3d(1.00,1.00,1); transform: translate3d(25%,25%,0) translate3d(0,-450px,0) scale3d(1.00,1.00,1); }
}

.loaded .ip-loader {
	-webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

@keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

/* Header animation when loading finishes */
.loaded .ip-header {
	-webkit-animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

@-webkit-keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); }
}

@keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

/* Content animations */
.loaded .ip-main h1,
.loaded .ip-main .definition, .loaded .ip-main .btn-top, .loaded .ip-main .path-text,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
	-webkit-animation: animLoadedContent 1.5s cubic-bezier(0.7,0,0.3,1) both;
	animation: animLoadedContent 1.5s cubic-bezier(0.7,0,0.3,1) both;
}

.loaded .ip-main h2,
.loaded .ip-main .browser .box:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loaded .codrops-demos,
.loaded .ip-main .browser .box:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: scale3d(0.3,0.3,1); }
}

@keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: scale3d(0.3,0.3,1); transform: scale3d(0.3,0.3,1); }
}

/* Change layout class for header */
.layout-switch .ip-header {
	position: absolute;
	display: none;
}

/* No JS */
.no-js .ip-header {
	position: relative;
	min-height: 0px;
}

.no-js .ip-header .ip-logo {
	margin-top: 20px;
	height: 180px;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .ip-header .ip-logo svg path {
	fill: #fff;
}



/*animate path english/japanese images*/

#cf {
  position:relative;
  height:281px;
  width:450px;
  /*margin:0 auto;*/
  margin: 75px 130px;
}

.path-japanese{
	width: 238px;
}
.path-english{
	width: 222px;
	top: 20px;
}
.path-text{
	position: relative;
	margin: -8px 130px;
	width: 274px;
	top: 5px;
	left: -24px !important;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 5s ease-in-out;
  -moz-transition: opacity 5s ease-in-out;
  -o-transition: opacity 5s ease-in-out;
  transition: opacity 5s ease-in-out;
}

@-webkit-keyframes cfFadeInOut {
	0% {
	  opacity:1;
	}
	17% {
	  opacity:1;
	}
	25% {
	  opacity:0;
	}
	92% {
	  opacity:0;
	}
	100% {
	  opacity:1;
	}
}
@keyframes cfFadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


#cf img {
    -webkit-animation-name: cfFadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    -moz-animation-name: cfFadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 10s;
    -o-animation-name: cfFadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 10s;
    animation-name: cfFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}
#cf img:nth-of-type(1) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}



/*TODO NOT USING THIS YET*/
/*button animation*/
/*.cbutton{
	position: relative;
	display: inline-block;
	overflow: visible;
	-webkit-transition: color 0.7s;
	transition: color 0.7s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cbutton::after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
}

.cbutton--effect-ivana::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
}

.cbutton--effect-ivana::before,
.cbutton--effect-ivana::after {
	box-shadow: 0 0 0 2px rgba(111,148,182,0.5);
}

.cbutton--effect-ivana.cbutton--click::before {
	-webkit-animation: anim-effect-ivana-1 0.5s forwards;
	animation: anim-effect-ivana-1 0.5s forwards;
}

.cbutton--effect-ivana.cbutton--click::after {
	-webkit-animation: anim-effect-ivana-2 0.5s forwards;
	animation: anim-effect-ivana-2 0.5s forwards;
}

@-webkit-keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}*/


/*FORM*/
#applyForm, #emailForm{
	padding: 37px 30px 20px 13px;
	margin: 0 0 60px;
	background-color: rgb(84,193,149);
	background-image: -moz-linear-gradient( -47deg, rgb(84,193,149) 0%, rgb(16,135,132) 100%);
	background-image: -webkit-linear-gradient( -47deg, rgb(84,193,149) 0%, rgb(16,135,132) 100%);
	background-image: -ms-linear-gradient( -47deg, rgb(84,193,149) 0%, rgb(16,135,132) 100%);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border-radius: 5px;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0,0,0,0.15);
}
.form-control{
	border: 2px solid transparent;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 0 2px rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 0 2px rgba(0,0,0,0.15);
}
.form-control:focus{
	border-color: #6fffc5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(111, 255, 197, 0.9);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(111, 255, 197, 0.9);
}

/* Color of invalid field */
.has-error .help-block,
.has-error .form-control-feedback {
    color: #ec6543;
}
.has-error .help-block{
	background: #ec6543;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
}
.has-error .form-control {
	border-color: #ec6543;
	border-width: 2px;
}

/* Color of valid field */
.has-success .help-block,
.has-success .form-control-feedback{
    color: rgb(84,193,149);
}
.has-error .control-label, .has-success .control-label, .has-success .radio{
	color: #fff;
}
.has-success .form-control {
	/*border-color: rgb(84,193,149);*/
	border-color: transparent;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 0 2px rgba(0,0,0,0.15);
	border-width: 2px;
}



/* Media queries */

@media screen and (max-width: 45em) {

	/*.ip-main h2 {
		font-size: 2.25em;
		font-size: 10vw;
	}*/

	.box {
		width: 100%%;
	}

}
@media screen and (min-width: 1470px) {
	.section-middle .col-lg-7 {
	    width: 100%;
    }
    .mid-text-col{
    	margin: 30px 0 50px;
    	padding: 20px 30px 40px;
    }
    .mid-text-col p{
    	font-size: 25px;
    }
    .mid-text-col h3{
    	font-size: 27px;
    }
    .mid-text-col li{
    	font-size: 25px;
    }
}
@media screen and (max-width: 991px) {
	.section-content .container {
	    padding: 80px 10px;
    }
    .path-text{
    	display: none;
    }
    #second-footer{
    	height: auto;
    }
	.copyright{
		text-align: left;
	}
	.footer-logo{
		z-index: 100000;
		position: relative;
		bottom: -32px;
	}
	.portrait-photo {
	    width: 100%;
	    max-width: 485px;
	    margin: 50px auto 0;
	    display: block;
	}
}
@media screen and (max-width: 860px) {

	.section-content .container{
		padding: 40px 20px;
	}
	#footer{
		height: 210px;
	}
	#second-footer{
		height: 75px;
	}
	#footer .pull-left, #footer .pull-right{
		float: none !important;
	}
	#footer .definition{
	    margin: 21px 0 30px;
	}
	.copyright{
		text-align: left;
	}
	#footerLinks ul {
	    padding: 12px 0 0;
    }
    #applyForm, , #emailForm{
	    padding: 37px 15px 20px 15px;
    }
    #revenueSelect{
	    margin-top: 10px;
    }
    .footer-logo{
    	bottom: auto;
    }

}
@media screen and (max-width: 767px) {
	.icon-image {
		margin: 75px auto 20px;
	}
    .section-middle{
    	height: auto;
    }
    .hero-text{
    	display: none;
    }
    .section-top{
    	margin-bottom: 50px;
	    height: auto;
    }
    #keiropaths_hype_container{
        top: -39px;
        height: 603px !important;
    }
    .newsletter-header{
	    margin-top: 30px;
    	margin-bottom: 20px;
    	font-size: 28px;
    }
    .subscribe-holder{
    	height: auto;
    }
    .subscribe-input{
    	float: none;
    	border-radius: 5px !important;
    }
    .subscribe-version.action-btn-small{
    	margin-top: 13px !important;
    	margin-bottom: 20px;
        border-radius: 5px !important;
        float: none !important;
        width: 185px !important;
        font-size: 17px !important;
        height: 26px !important;
        box-sizing: content-box;
    }
	.portrait-photo.landing-photo{
	    margin: 0 -26px;
	}
}
@media screen and (max-width: 600px) {
	#footer{
		height: 220px;
	}
	#second-footer{
		height: 100px;
	}
	.section-content .container{
		padding: 40px 20px;
	}
	.section-content h1{
	    font-size: 28px;
	}
	#applyForm .btn, #emailForm .btn{
		width: 100%;
	    font-size: 13px;
	}
	.section-top .col-xs-8{
		width: 100%;
	}
}
/*@media screen and (max-width: 564px) {*/
/*	#keiropaths_hype_container{*/
/*	    top: -10px;*/
/*	}*/
/*}*/
@media screen and (max-width: 520px) {
	.action-btn, .action-btn-small{
		width: 100%;
	    font-size: 18px !important;
	}
	.ip-logo {
		-webkit-transform: translate3d(19%,25%,0);
		transform: translate3d(19%,25%,0);
	}
	.section-bottom {
	    padding: 0;
	}
	.mid-text-col{
		background: none;
	}
	.section-middle{
		padding-bottom: 0;
		padding-top: 0;
	}
	.section-middle .container{
		background-image: -moz-linear-gradient( -90deg, rgba(84,193,149,0.82) 0%, rgba(40,154,138,0.82) 100%);
		background-image: -webkit-linear-gradient( -90deg, rgba(84,193,149,0.82) 0%, rgba(40,154,138,0.82) 100%);
		background-image: -ms-linear-gradient( -90deg, rgba(84,193,149,0.82) 0%, rgba(40,154,138,0.82) 100%);
	    padding-bottom: 70px;
        padding-top: 60px;
	}
}
@media screen and (max-width: 420px) {
	.book-extra{
	    line-height: 23px;
	    padding: 15px 15px 15px;
	    height: auto;
	    box-sizing: border-box;
	}
}
@media screen and (max-width: 400px) {
	.copyright{
		line-height: 15px;
		margin: 10px 0 0;
	}
}
@media screen and (max-width: 409px) {
	#keiropaths_hype_container{
	    top: 19px;
	}
}

