@import 'media.css';

* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
  font: inherit;
}
.hideBr {
	display: none;
}
.oneplay-link {
	display: block;
	background: url("../img/btn-oneplay.png") no-repeat center center;
  width: 197px;
  height: 62px;
  text-align: center;
  margin: 30px auto;
}
.google-play-link {
	display: block;
  width: 197px;
  height: 62px;
  background: url("../img/google-play-en.png") no-repeat center center;
  text-align: center;
  margin: 30px auto;
}
html {
	overflow-x: hidden !important;
}
body {
	background: #424242;
	overflow-x: hidden !important;
	text-rendering:auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
a, a:link, a:hover, a:active, a:visited {
	outline: none !important;
	text-decoration: none;
	color: #fff;
}

/*HEADER----------------------------------------------------------*/
#header {
	position: fixed;
	height: 65px;
	background: #4285f4;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14), 0px 4px 8px rgba(0, 0, 0, 0.28);
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
#header .logo {
	text-transform: uppercase;
	line-height: 64px;
	margin-left: 30px;
	color: #fff;
	letter-spacing: 0.4ex;
	text-decoration: none;
	font-size: 30px;
}
#header .navbar-nav a {
	text-transform: uppercase;
	height: 64px;
	padding: 0 30px;
	color: #fff;
	line-height: 63px;
	border-bottom: solid 3px transparent;
	-webkit-transition: 100ms;
	-moz-transition: 100ms;
	-ms-transition: 100ms;
	-o-transition: 100ms;
	font-weight: 400;
	font-size: 20px;

}
#header .navbar-nav a:hover {
	background: none;
	border-bottom: solid 3px rgba(255,255,255,.4);
}
#header .navbar-nav a:focus {
	background: #4285f4;
}
#header .navbar-nav li.active a{
	background: none;
	border-bottom: solid 3px #fff;
}
.material-design-hamburger__icon {
	display: none;
  padding: 3rem 1.7rem;
  cursor: pointer;
  background: none;
  float: left;
  margin-right: 12px;
}
.material-design-hamburger__icon:focus {
	outline: none;
}
.material-design-hamburger__layer {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: relative;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}
.material-design-hamburger__layer:before, .material-design-hamburger__layer:after {
  display: block;
  width: inherit;
  height: 2px;
  position: absolute;
  background: inherit;
  left: 0;
  content: '';
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}
.material-design-hamburger__layer:before {
  bottom: 180%;
}
.material-design-hamburger__layer:after {
  top: 180%;
}
.material-design-hamburger__icon--to-arrow {
  animation-name: material-design-hamburger__icon--slide;
  animation-fill-mode: forwards;
}
.material-design-hamburger__icon--to-arrow:before {
  animation-name: material-design-hamburger__icon--slide-before;
  animation-fill-mode: forwards;
}
.material-design-hamburger__icon--to-arrow:after {
  animation-name: material-design-hamburger__icon--slide-after;
  animation-fill-mode: forwards;
}
.material-design-hamburger__icon--from-arrow {
  animation-name: material-design-hamburger__icon--slide-from;
}
.material-design-hamburger__icon--from-arrow:before {
  animation-name: material-design-hamburger__icon--slide-before-from;
}
.material-design-hamburger__icon--from-arrow:after {
  animation-name: material-design-hamburger__icon--slide-after-from;
}
@keyframes material-design-hamburger__icon--slide {
  0% {
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes material-design-hamburger__icon--slide-before {
  0% {
  }
  100% {
    transform: rotate(45deg);
    margin: 3% 37%;
    width: 75%;
  }
}
@keyframes material-design-hamburger__icon--slide-after {
  0% {
  }
  100% {
    transform: rotate(-45deg);
    margin: 3% 37%;
    width: 75%;
  }
}
@keyframes material-design-hamburger__icon--slide-from {
  0% {
    transform: rotate(-180deg);
  }
  100% {
  }
}
@keyframes material-design-hamburger__icon--slide-before-from {
  0% {
    transform: rotate(45deg);
    margin: 3% 37%;
    width: 75%;
  }
  100% {
  }
}
@keyframes material-design-hamburger__icon--slide-after-from {
  0% {
    transform: rotate(-45deg);
    margin: 3% 37%;
    width: 75%;
  }
  100% {
  }
}
.resp-menu {
	padding-top: 60px;
	left: -250px;
	width: 250px;
	height: 150%;
	position: fixed;
	background: #fff; 
	z-index: 10;
	-webkit-transition: all 380ms;
	-moz-transition: all 380ms;
	-ms-transition: all 380ms;
	-o-transition: all 380ms;
	transition: all 380ms;
}
.resp-menu.respondActive {	
	left: 0px;
}
.resp-menu a {
	display: block;
	padding: 20px 0;
	color: #bbb;
	font-size: 18px;
	text-align: center;
	border-right: 5px solid transparent;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
}
.resp-menu li.active a {
	color: #4285f4;
	border-left: 5px solid #4285f4;
	margin-right: 5px;
}
.resp-menu a:hover {
	text-decoration: none;
	color: #000;
}
.body-bg:after {
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9;
}
/*END HEADER-------------------------------------------------------*/

/*HOME---------------------------------------------------------------*/
#home {
	position: relative;
	display: block;
	/*padding-top: 64px;*/
	width: 100%;
	min-height: 100vh;
	background-image: url('../img/pattern.png'), url('../img/bg-home.png');
	background-size: auto, cover;
	background-attachment: scroll, fixed;
	background-position: center center;
}
#home .home-title {
  text-align: center;
  position: absolute;
	margin-top: 32px;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home .home-title p {
  color: #fff;
  font-weight: 100;
  font-size: 60px;
}
#home .animation-text-selection {
  color: #ffea3b;
}
/*END HOME-----------------------------------------------------------*/

/*FEATURES-----------------------------------------------------------*/
#features {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-color: #F5F5F5;
}
#features .featItemsBlock {
	margin-bottom: 40px;
	display: inline-block;
	margin-top: 40px;
}
#features .feat-title {
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 100;
  font-size: 60px;
  color: #333;
}
#features .featItem {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 0.3s all cubic-bezier(0.48, 0.04, 0.21, 0.94);
  cursor: pointer;
}
#features .featItem:hover {
	-webkit-transform: translate3d(0, -2px, 0);
  -ms-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0px 5px 34px rgba(0,0,0,0.1), 0px 26px 16px -20px rgba(0,0,0,0.1);
}
#features .itemTitle {
	margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
#features .itemDescr {
	color: #757575;
  text-align: center;
}
#features .featItem img {
  max-width: 150px;
  max-height: 150px;
}
/*END FEATURES-------------------------------------------------------*/

/*MEDIA CAB----------------------------------------------------------*/
#media-cab {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-image: url('../img/pattern.png'), url('../img/bg-mediacab.png');
	background-size: auto, cover;
	background-attachment: scroll, fixed;
}
#media-cab .cab-title {
  padding-top: 25px;
  padding-bottom: 20px;
  font-weight: 100;
  font-size: 60px;
  color: #FFF;
  text-align: center;
}
#media-cab .leftCab {
	min-height: 100vh;
	position: relative;
}
#media-cab .leftCab img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	bottom:0;
	left: 0;
}
#media-cab .mediaSmallImg img {
	max-width: 100%;
}
#media-cab #accordion {
	margin-bottom: 40px;
}
#media-cab #accordion .accTab {
  border-bottom: 1px solid rgba(255,234,59,0.4);
}
#media-cab #accordion .accTab:nth-of-type(1) span {
	background-image: url('../img/ic-arrow-up.png');
}
#media-cab #accordion .accTab span {
	display: block;
	width: 100%;
	cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 5px;
  font-size: 20px;
  color: #ffea3b;
  background-image: url('../img/ic-arrow-down.png');
  background-position: center right;
  background-repeat: no-repeat; 
}
#media-cab .accBody {
  color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: justify;
}
#media-cab ul {
	padding: 0;
	margin-left: 20px;
}
/*END MEDIA CAB------------------------------------------------------*/

/*ONE PLAY----------------------------------------------------------*/
#one-play {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-color:#F9F9F9;
}
#one-play .onePlay-title {
	display: block;
	padding-top: 25px;
  padding-bottom: 20px;
  font-weight: 100;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
}
#one-play .onePlay-title img {
	width: 72px;
	height: 72px;
	margin-right: 20px;
}
#one-play .onePlayDescr {
	font-size: 18px;
	text-align: center;
}
#one-play .link-download {
}
#one-play .oneRight img {
	max-width: 100%;
}
/*END ONE PLAY----------------------------------------------------------*/

/*TAXOVIK---------------------------------------------------------------*/
#taxovik {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-image: url('../img/pattern.png'), url('../img/bg-taxovik.jpg');
	background-size: auto, cover;
	background-attachment: scroll, fixed 
}
#taxovik .taxLeft img {
	max-width: 100%;
	margin-top: 50px;
}
#taxovik .tax-title {
	display: block;
	padding-top: 25px;
  padding-bottom: 20px;
  font-weight: 100;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #fff;
}
#taxovik .tax-title img {
	width: 72px;
	height: 72px;
	margin-right: 20px;
	vertical-align: top;
}
#taxovik .taxDescr {
	font-size: 18px;
	text-align: center;
	color: #fff;
}
#taxovik .link-download {
  background: url("../img/google-play-en.png") no-repeat center center;
  width: 100%;
  height: 60px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
#taxovik .taxSmallImg img {
	max-width: 100%;
}
/* END TAXOVIK----------------------------------------------------------*/

/*KINOSOVETNIK----------------------------------------------------------*/
#kinosovetnik {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-image: url('../img/pattern.png'), url('../img/bg-kinosovetnik.jpg');
	background-size: auto, cover;
	background-attachment: scroll, fixed;
}
#kinosovetnik .kinoLeft img {
	position: absolute;
	max-width: 100%;
	max-height: 90%;
	bottom:0;
	left: 50%;
}
#kinosovetnik .kino-title {
	display: block;
	padding-top: 25px;
  padding-bottom: 20px;
  line-height: 50px;
  font-weight: 100;
  font-size: 60px;
  text-align: center;
  color: #fff;
}
#kinosovetnik .kinoDescr {
	font-size: 18px;
	text-align: center;
	color: #fff;
}
#kinosovetnik .kino-title img {
	width: 72px;
	height: 50px;
	margin-right: 20px;
  vertical-align: bottom;
}
#kinosovetnik .link-download {
  background: url("../img/google-play-en.png") no-repeat center center;
  width: 100%;
  height: 60px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
#kinosovetnik .kinoSmallImg img {
	max-width: 100%;
}
/* END KINOSOVETNIK-----------------------------------------------------*/

/*ITEVENTS--------------------------------------------------------------*/
#itevents {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-color: #F9F9F9;
}
#itevents .event-title {
	display: block;
	padding-top: 25px;
  padding-bottom: 20px;
  font-weight: 100;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
}
#itevents .event-title img {
	width: 72px;
	height: 72px;
	margin-right: 20px;
	vertical-align: top;
}
#itevents .eventDescr {
	font-size: 18px;
	text-align: center;
}
#itevents .eventRight img {
	max-width: 100%;
	max-height: 90%;
}
#itevents .link-download {
  background: url("../img/google-play-en.png") no-repeat center center;
  width: 100%;
  height: 60px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
/*END ITEVENTS----------------------------------------------------------*/

/*MINSK-----------------------------------------------------------------*/
#minsk {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-image: url('../img/pattern.png'), url('../img/bg-minsk.jpg');
	background-size: auto, cover;
	background-attachment: scroll, fixed 
}
#minsk .minskLeft img {
	max-width: 100%;
	margin-top: 50px;
}
#minsk .minsk-title {
	display: block;
	padding-top: 25px;
  padding-bottom: 20px;
  font-weight: 100;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #fff;
}
#minsk .minsk-title img {
	width: 72px;
	height: 72px;
	margin-right: 20px;
	vertical-align: top;
}
#minsk .minskDescr {
	font-size: 18px;
	text-align: center;
	color: #fff;
}
#minsk .link-download {
  background: url("../img/google-play-en.png") no-repeat center center;
  width: 100%;
  height: 60px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
#minsk .minskSmallImg img {
	max-width: 100%;
}
/* END MINSK------------------------------------------------------------*/

/*CALC------------------------------------------------------------------*/
#calc {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-color: #F9F9F9;
}
#calc .calc-title {
	display: block;
	padding-top: 25px;
  padding-bottom: 10px;
  font-weight: 100;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
}
#calc .calc-title img {
	width: 72px;
	height: 72px;
	margin-right: 20px;
	vertical-align: top;
}
#calc .calc-subtitle {
	color: #ff8300;
  font-size: 33px;
  /*font-weight: normal;*/
  margin-bottom: 10px;
  text-align: center;
}
#calc .calcDescr {
	font-size: 18px;
	text-align: center;
}
#calc .calcRight img {
	max-width: 100%;
	max-height: 90%;
}
#calc .link-download {
  background: url("../img/google-play-en.png") no-repeat center center;
  width: 100%;
  height: 60px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
/*END CALC---------------------------------------------------------------*/

/*BIGBEAT-----------------------------------------------------------------*/
#bigbeat {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-image: url('../img/pattern.png'), url('../img/bg-bigbeat-radio.jpg');
	background-size: auto, cover;
	background-attachment: scroll, fixed 
}

#bigbeat .bigbeatTitle {
	display: block;
	padding-top: 25px;
  padding-bottom: 10px;
  font-weight: 100;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #fff;
}
#bigbeat .bigbeatTitle img {
	width: 72px;
	height: 72px;
	margin-right: 20px;
	vertical-align: top;
}
#bigbeat .bigbeatImg {
	position: relative;
}
#bigbeat .bigbeatImg img {
	max-width: 100%;
}
/*END BIGBEAT--------------------------------------------------------------*/

/*CRIMEA----------------------------------------------------------------------*/
#crimea {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-color: #F9F9F9;
}
#crimea .crimeaLeft {
	height: 100vh;
	position: relative;
}
#crimea .crimeaLeft img {
	max-width: 100%;
	max-height: 90%;
	width: 100%;
	position: absolute;
	bottom:0;
	left: 0;
}
#crimea .crimea-title {
	display: block;
	padding-top: 25px;
  padding-bottom: 10px;
  font-weight: 100;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
}
#crimea .crimea-title img {
	width: 72px;
	height: 72px;
	margin-right: 20px;
	vertical-align: top;
}
#crimea .crimeaDescr {
	font-size: 18px;
	text-align: center;
}
#crimea .link-download {
  background: url("../img/google-play-en.png") no-repeat center center;
  width: 100%;
  height: 60px;
  display: block;
  text-align: center;
  margin-top: 30px;
}
#crimea .crimeaSmallImg img {
	max-width: 100%;
}
/* END CRIMEA-----------------------------------------------------------------*/
/*CONTACT--------------------------------------------------------------------*/
#contact-back {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-image: url('../img/pattern.png'), url('../img/bg-contact.jpg');
	background-size: auto, cover;
	background-attachment: scroll, fixed;
}
#contact-back .contactTitle {
	display: block;
	padding-top: 25px;
	padding-bottom: 20px;
	font-weight: 100;
	font-size: 60px;
	text-align: center;
	color: #fff;
}
#contact-back .contactsList {
	padding-top: 25px;
	margin-bottom: 25px;
}
#contact-back .skype, #contact-back .email, #contact-back .linkedin {
 	font-size: 22px;
	color: #fff;
	margin-bottom: 40px;
	cursor: pointer;
	padding: 0;
}
#contact-back .skype span, #contact-back .email span, #contact-back .linkedin span {
	font-weight: 400;
 	font-size: 22px;
}
#contact-back .skype:before {
	content: '';
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	background: url('../img/ico-skype.png');
	margin-right: 10px;
}
#contact-back .email:before {
	content: '';
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	background: url('../img/ico-email.png');
	margin-right: 10px;
}
#contact-back .linkedin:before {
	content: '';
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	background: url('../img/ico-linkedin.png');
	margin-right: 10px;
}
#contact-back .skype:before, #contact-back .email:before, #contact-back .linkedin:before {
	-webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#contact-back .skype:hover:before, #contact-back .email:hover:before, #contact-back .linkedin:hover:before {
	-webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
#contact-back .content-item {
	margin-top: 2px;
}

#contact {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	background-image: url('../img/bg-contact.jpg');
	background-size: cover;
	background-attachment: scroll, fixed;
}
#contact .contactTitle {
	display: block;
	padding-top: 25px;
	padding-bottom: 20px;
	font-weight: 100;
	font-size: 60px;
	text-align: center;
}
#contact .contactsList {
	padding-top: 25px;
	margin-bottom: 25px;
}
#contact .skype, #contact .email, #contact .linkedin {
 	font-size: 22px;
	color: #000;
	margin-bottom: 40px;
	cursor: pointer;
	padding: 0;
}
#contact .skype span, #contact .email span, #contact .linkedin span {
	font-weight: 400;
 	font-size: 22px;
}
#contact .skype:before {
	content: '';
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	background: url('../img/ico-skype.png');
	margin-right: 10px;
}
#contact .email:before {
	content: '';
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	background: url('../img/ico-email.png');
	margin-right: 10px;
}
#contact .linkedin:before {
	content: '';
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	background: url('../img/ico-linkedin.png');
	margin-right: 10px;
}
#contact .skype:hover:before, #contact .email:hover:before, #contact .linkedin:hover:before {
	-webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#contact .skype:before, #contact .email:before, #contact .linkedin:before {
	-webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
#contact .content-item {
	margin-top: 2px;
}
.form-email {
  width: 100%;
  margin-bottom: 20px;
  background: #f3f3f3;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.form-content {
  margin: 24px;
  padding-top: 1px;
}
.form-action {
  height: 52px;
}
.form-group {
  position: relative;
  margin-top: 14px;
  padding-bottom: 16px;
}
input {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  color: #636363;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  -webkit-appearance: none;
  background-color: #f3f3f3;
}
textarea {
  font-size: 18px;
  padding: 8px 0;
  color: #636363;
  width: 100%;
  height: 100px;
  max-height: 150px;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
   border-radius: 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  resize: none;
  background-color: #f3f3f3;
}
input:focus,
textarea:focus,
.button-send:focus {
  outline: none;
}
input.used ~ label,
input:focus ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
  font-size: 12px;
  color: #4a89dc;
  top: -13px;
  transition: all 0.125s ease;
}
label {
  color: #999;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 11px;
  transition: all 0.2s ease;
}
.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #4a89dc;
  transition: all 0.2s ease;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}
textarea ~ .bar:before,
textarea ~ .bar:after {
  bottom: 4px;
}
input:focus ~ .bar:before,
input:focus ~ .bar:after,
textarea:focus ~ .bar:before,
textarea:focus ~ .bar:after {
  width: 50%;
}
.button-send {
  position: relative;
  display: inline-block;
  height: 36px;
  min-width: 64px;
  padding: 0 20px;
  margin: 8px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0;
  color: #4a89dc;
  background: transparent;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  /*-webkit-font-smoothing: antialiased;*/
  transition: all 0.15s ease;
}
.button-send:hover {
  background: #e4e4e4;
}
.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.is-pressed {
  background: rgba(0,0,0,0.3);
}
.ripples.is-active .ripplesCircle {
  -webkit-animation: ripples 0.25s ease-in;
  animation: ripples 0.25s ease-in;
}
@-webkit-keyframes ripples {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes ripples {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
@keyframes ripples {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
/*END CONTACT----------------------------------------------------------------*/
