#wrap {
	margin:0 auto;
	padding:0;
	width:960px;
	height:auto;
	overflow:hidden;
	background:white;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.head {
	font-size:32px;
	text-align:center;
	color:#2F4858;
}

.hr {
	width:80%;
	border:none;
	border-bottom:1px solid lightgray;
}

p,
h3 {
	margin:20px 0;
}

#section,
#footer {
	margin:0 auto;
	padding:0;
	width:80%;
	overflow:hidden;
}

.section-head {
	font-size:18px;
	color:#2F4858;
}

.section-text {
	font-size:14px;
	color:#666;
}

h3 {
	font-size:18px;
}

.cfb {
	color:cornflowerblue;
	font-style:italic;
}

.coral {
	color:lightcoral;
	font-style:italic;
}

.box {
	padding:10px;
	background-color:#eee;
	color:gray;
	border-left:4px solid lightgray;
	font-style:italic;
}

.awesomelabel-params-css {
	outline:none;
	background:transparent;
	border:none;
	border-bottom:2px solid cornflowerblue;
	color:gray;
}

.awesomelabel-params-css:focus {
 	border-color:lightgray;
}

.awesomelabel-params-css:focus ~ label {
	color:cornflowerblue;
}

.awesomelabel-params-css-input-group label {
	font-family:georgia;
	font-size:1.2em;
	font-style:italic;
	color:#bbb;
}

.cmnt {
	display: block;
	height: 80px;
	width: 600px;
}

block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.block__title, .block__subtitle {
  flex-basis: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  color: #fff;
  line-height: 1;
}

.block__title {
  align-self: flex-end;
  padding-bottom: 3rem;
}

.block__subtitle {
  align-self: flex-start;
  color: #fff;
  font-family: serif;
  font-style: italic;
  font-weight: 100;
  opacity: 0.6;
  letter-spacing: 1px;
}

.block__subtitle a { color: #fff; }

.block__subtitle a:hover { text-decoration: none; }

.btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

.btn__trigger {
  transition: box-shadow 300ms ease-in-out;
  position: fixed;
  z-index: 10;
  bottom: 1.5rem;
  right: 1.5rem;
  display: ;
  border-radius: 50px;
}

@-webkit-keyframes actionPulse {
from { background-color: #e363b; -webkit-box-shadow:: 0 0 9px #19c6ad; }
50% { background-color: #BE2B2F; -webkit-box-shadow:: 0 0 18px #BE2B2F; }
to { background-color: #19c6ad; -webkit-box-shadow:: 0 0 9px #19c6ad; }
}

.btn__trigger--views {
  width: 4.5rem;
  height: 4.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #4be4ce;
  color: #fff;
  z-index: -2;
  font-size: 1rem;
  line-height: 4;
  font-weight: lighter;
  text-align: center;
  -webkit-animation-name: actionPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}


@-moz-keyframes actionPulse {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes actionPulse {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes actionPulse {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.btn__trigger--views:hover { 
box-shadow: 0 14px 10px rgba(0, 0, 0, 0.24), 0 10px 10px rgba(0, 0, 0, 0.24); 
outline: none;
background-color: #2F4858;
}

.my-nav {
  position: fixed;
  opacity: 0;
}

.my-nav.reveal {
  visibility: visible;
  opacity: 1;
}

.my-nav.reveal:after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: #023a72;
  opacity: 0.4;
}

.my-nav--list {
  visibility: hidden;
  bottom: 6.5rem;
  right: 1.75rem;
  text-align: right;
}

.my-nav__item {
  transition: opacity 150ms ease-in-out;
  display: block;
  font-size: 0.90rem;
  opacity: 0;
  padding: 0px;
  margin-right: 25px;
}

.my-nav__item.visible {
  visibility: visible;
  opacity: 1;
}

.trigger-content, .trigger-content2, .trigger-content3 {
  color: #fff;	
  font-size: 18px;
  padding: 10px;
}

.trigger-content {
  background-color: #ffcc29;
  cursor: pointer;
}

.trigger-content2 {
  background-color: #a8cf45;
  cursor: pointer;
}

.trigger-content3 {
  background-color: #F5874F;
  cursor: pointer;
}

.my-nav__link {
  display: inline-block;
  width: auto;
  margin: 1rem 0;
  border-radius: 20px;
  cursor: pointer;
}



.my-nav__link--new {
  transition: box-shadow 300ms ease-in-out;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #87c442;
  color: #fff;
}

.my-nav__link--new:hover { box-shadow: 0 14px 10px rgba(0, 0, 0, 0.24), 0 10px 10px rgba(0, 0, 0, 0.24); }

.my-nav__link:last-child { margin-bottom: 0; }



.kc_fab_overlay{
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255,255,255,0.5); /*dim the background*/
}
.kc_fab_wrapper{
  z-index: 9999;
  width:100%;
  height:240px;
  position:fixed;
  right:0px;
  bottom:0px;
  pointer-events:none;
}
.sub_fab_btns_wrapper{
  right:0;
  bottom:75px;
  position:absolute;
  display:none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
       -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
         -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
  pointer-events:all;
}
.sub_fab_btns_wrapper button[data-link-title]:hover:after{
  content: attr(data-link-title);
  opacity: 1;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 10px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  pointer-events: none;
  position: absolute;
  right: 110%;
  min-width: 150px;
}
.sub_fab_btns_wrapper.show{
  display:block;
  opacity: 1;
}
.sub_fab_btns_wrapper button{
  width: 120px;
  height: 30px;
  background: #ff7369;
  margin-bottom: 12px;
  margin-right: 26px;
  padding: 0;
  border: none;
  border-radius: 3px;
  font-family: 'Nunito Sans', sans-serif;
  outline: none;
  color: #023a72;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;  
  pointer-events:all;
}
button.kc_fab_main_btn{
  background-color:#ff7369;
  width:60px;
  height:60px;
  border-radius:100%;
  background:#ff7369;
  right:16px;
  bottom:16px;
  position:absolute;
  margin-right:0;
  margin-bottom:0;
  padding:0;
  border:none;
  outline:none;
  color:#FFF;
  font-size:36px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  pointer-events:all;
}
.kc_fab_main_btn span{
  transition:.5s;  
}
.kc_fab_main_btn:focus {
  transform:scale(1.1);
  transform:rotate(45deg);
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.ink {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
  pointer-events:all;
}

.animate {
  -webkit-animation:ripple 0.65s linear;
   -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
     -o-animation:ripple 0.65s linear;
        animation:ripple 0.65s linear;

}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
