@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.anchor{
  display: block;
  height: 130px; /*same height as header*/
  margin-top: -130px; /*same height as header*/
  visibility: hidden;
}

/* =======================================================
*
* 	Style 
*
* ======================================================= */
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #777;
	background: #FBFBFB;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #6bbabd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #D0D6C7;
	outline: none;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}
.logo {
	width: 380px;
	height: auto;
	float: right;
	margin-top: 20%;
}
h1, h2, h3, h4, h5, h6, figure {
	color: #6bbabd;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

::-webkit-selection {
  color: #fff;
  background: #6bbabd;
}

::-moz-selection {
  color: #fff;
  background: #6bbabd;
}

::selection {
  color: #fff;
  background: #6bbabd;
}

.kim-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1001;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .kim-nav {
    padding: 20px 0;
  }
}
.kim-nav #kim-logo {
  font-family: 'Quattrocento', serif;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.kim-nav #kim-logo em {
  font-family: 'Quattrocento', serif;
  color: #fff;
  font-weight: 100;
  font-style: normal;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.kim-nav #kim-logo a {
  padding: 0px 10px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .kim-nav .menu-1, .kim-nav .menu-2 {
    display: none;
  }
}
.kim-nav ul {
  font-family: 'Quattrocento', serif;
  font-weight: 300;
  padding: 0;
  margin: 1px 0 0 0;
}
.kim-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.kim-nav ul li a {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 30px 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.kim-nav ul li a:hover, .kim-nav ul li a:focus, .kim-nav ul li a:active {
  color: #fff;
}
.kim-nav ul li.has-dropdown {
  position: relative;
}
.kim-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.kim-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.kim-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.kim-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.kim-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.kim-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.kim-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}
.kim-nav ul li.has-dropdown:hover a, .kim-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.kim-nav ul li.btn-cta a {
  color: #fff;
}
.kim-nav ul li.btn-cta a span {
  border: none !important;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.kim-nav ul li.btn-cta a:hover span {
  background: #8bde2f;
  color: #fff;
}
.kim-nav ul li.active > a {
  color: #fff !important;
}
.kim-nav.scrolled {
  background: #fff;
  webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.kim-nav.scrolled ul {
  padding: 0;
  margin: 1px 0 0 0;
}
.kim-nav.scrolled ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.kim-nav.scrolled ul li a {
  color: rgba(0, 0, 0, 0.5);
}
.kim-nav.scrolled ul li a:hover {
  color: black;
}
.kim-nav.scrolled ul li.active > a {
  color: #6bbabd !important;
}
.kim-nav.scrolled ul li.btn-cta a {
  color: #fff;
}
.kim-nav.scrolled ul li.btn-cta a span {
  border: none !important;
  background: #6bbabd;
  padding: 4px 20px;
  color: #fff;
}
.kim-nav.scrolled #kim-logo em, .kim-nav.scrolled #kim-logo a {
  color: #000;
}

#kim-hero .kim-video-link a {
  color: rgba(255, 255, 255, 0.5);
}
#kim-hero .kim-video-link a i {
  font-size: 78px;
  top: 2px;
  position: relative;
  color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#kim-hero .kim-video-link a:hover {
  color: white;
}
#kim-hero .kim-video-link a:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 480px) {
  #kim-hero .text-left {
    text-align: center !important;
  }
  
.logo {
	width: 250px;
	height: auto;
	float: none;
}
}
@media screen and (max-width: 480px) {
  #kim-hero .btn {
    display: block;
    width: 100%;
  }
}

#kim-header,
#kim-counter,
.kim-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.kim-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.kim-video {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.kim-video.kim-video-sm {
  height: 250px;
}
.kim-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.kim-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.kim-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.kim-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.kim-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.kim-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.kim-cover a {
  color: #6bbabd;
}
.kim-cover a:hover {
  color: white;
}
.kim-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.5);
}
.kim-cover > .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kim-cover {
    height: 600px;
  }
}
.kim-cover .display-t,
.kim-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-cover .display-t,
  .kim-cover .display-tc {
    height: 600px;
  }
}
.kim-cover.kim-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .kim-cover.kim-cover-sm {
    height: 400px;
  }
}
.kim-cover.kim-cover-sm .display-t,
.kim-cover.kim-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-cover.kim-cover-sm .display-t,
  .kim-cover.kim-cover-sm .display-tc {
    height: 400px;
  }
}
.kim-cover.kim-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .kim-cover.kim-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.kim-cover.kim-cover-xs .display-t,
.kim-cover.kim-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-cover.kim-cover-xs .display-t,
  .kim-cover.kim-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}
.kim-cover.kim-cover-xxs {
  padding: 3em 0;
}
.kim-cover .btn-primary {
  color: #fff !important;
}

#kim-about,
#kim-concerts,
#kim-press,
#kim-media,
#collaboration,
#kim-outreach,
#kim-contact {
	clear: both;
	padding-top: 5em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
}

#kim-about .img-shadow {
  position: relative;
  background: #6bbabd;
  width: 100%;
  float: left;
}
#kim-about .img-shadow img {
  position: relative;
  top: -20px;
  left: -20px;
}
#kim-about .heading {
  position: relative;
}
#kim-about .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
}
.download-bio {
	background:#308589;
}
.download-bio{
	margin: auto 0;
	width:240px;
	padding:10px 15px;
	display:block;
	color:#ffffff;
	min-height:20px;
	border-radius:6px;
	box-shadow: 0px 22px 23px 0px rgba(0,0,0,0.2);
	font-family: 'Oswald', sans-serif;
}
.download-bio:hover span{
	opacity:0.5
}
/* =======================================================
*
* 	Concert Cover Style 
*
* ======================================================= */
.kim-concert-cover {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.kim-concert-cover a {
  color: #6bbabd;
}
.kim-concert-cover a:hover {
  color: white;
}
.kim-concert-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.5);
}
.kim-concert-cover > .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kim-concert-cover {
    height: 600px;
  }
}
.kim-concert-cover .display-t,
.kim-concert-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-concert-cover .display-t,
  .kim-concert-cover .display-tc {
    height: 600px;
  }
}
.kim-concert-cover.kim-concert-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .kim-concert-cover.kim-concert-cover-sm {
    height: 400px;
  }
}
.kim-concert-cover.kim-concert-cover-sm .display-t,
.kim-concert-cover.kim-concert-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-concert-cover.kim-concert-cover-sm .display-t,
  .kim-concert-cover.kim-concert-cover-sm .display-tc {
    height: 400px;
  }
}
.kim-concert-cover.kim-concert-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .kim-concert-cover.kim-concert-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.kim-concert-cover.kim-concert-cover-xs .display-t,
.kim-concert-cover.kim-concert-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-concert-cover.kim-concert-cover-xs .display-t,
  .kim-concert-cover.kim-concert-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}
.kim-concert-cover.kim-concert-cover-xxs {
  padding: 3em 0;
}
.kim-concert-cover .btn-primary {
  color: #fff !important;
}


/* =======================================================
*
* 	Press Cover Style 
*
* ======================================================= */
.kim-press-cover {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.kim-press-cover a {
  color: #6bbabd;
}
.kim-press-cover a:hover {
  color: white;
}
.kim-press-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.5);
}
.kim-press-cover > .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kim-press-cover {
    height: 600px;
  }
}
.kim-press-cover .display-t,
.kim-press-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-press-cover .display-t,
  .kim-press-cover .display-tc {
    height: 600px;
  }
}
.kim-press-cover.kim-press-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .kim-press-cover.kim-press-cover-sm {
    height: 400px;
  }
}
.kim-press-cover.kim-press-cover-sm .display-t,
.kim-press-cover.kim-press-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-press-cover.kim-press-cover-sm .display-t,
  .kim-press-cover.kim-press-cover-sm .display-tc {
    height: 400px;
  }
}
.kim-press-cover.kim-press-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .kim-press-cover.kim-press-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.kim-press-cover.kim-press-cover-xs .display-t,
.kim-press-cover.kim-press-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-press-cover.kim-press-cover-xs .display-t,
  .kim-press-cover.kim-press-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}
.kim-press-cover.kim-press-cover-xxs {
  padding: 3em 0;
}
.kim-press-cover .btn-primary {
  color: #fff !important;
}
/* =======================================================
*
* 	Media Cover Style 
*
* ======================================================= */
.kim-media-cover {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.kim-media-cover a {
  color: #6bbabd;
}
.kim-media-cover a:hover {
  color: white;
}
.kim-media-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.5);
}
.kim-media-cover > .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kim-media-cover {
    height: 600px;
  }
}
.kim-media-cover .display-t,
.kim-media-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-media-cover .display-t,
  .kim-media-cover .display-tc {
    height: 600px;
  }
}
.kim-media-cover.kim-media-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .kim-media-cover.kim-media-cover-sm {
    height: 400px;
  }
}
.kim-media-cover.kim-media-cover-sm .display-t,
.kim-media-cover.kim-media-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-media-cover.kim-media-cover-sm .display-t,
  .kim-media-cover.kim-media-cover-sm .display-tc {
    height: 400px;
  }
}
.kim-media-cover.kim-media-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .kim-media-cover.kim-media-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.kim-media-cover.kim-media-cover-xs .display-t,
.kim-media-cover.kim-media-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-media-cover.kim-media-cover-xs .display-t,
  .kim-media-cover.kim-media-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}
.kim-media-cover.kim-media-cover-xxs {
  padding: 3em 0;
}
.kim-media-cover .btn-primary {
  color: #fff !important;
}

/* =======================================================
*
* 	Master Classes Cover Style 
*
* ======================================================= */
.kim-masterclass-cover {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.kim-masterclass-cover a {
  color: #6bbabd;
}
.kim-masterclass-cover a:hover {
  color: white;
}
.kim-masterclass-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.5);
}
.kim-masterclass-cover > .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kim-masterclass-cover {
    height: 450px;
  }
}
.kim-masterclass-cover .display-t,
.kim-masterclass-cover .display-tc {
  height: 450px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-masterclass-cover .display-t,
  .kim-masterclass-cover .display-tc {
    height: 450px;
  }
}
.kim-masterclass-cover.kim-masterclass-cover-sm {
  height: 450px;
}
@media screen and (max-width: 768px) {
  .kim-masterclass-cover.kim-masterclass-cover-sm {
    height: 450px;
  }
}
.kim-masterclass-cover.kim-masterclass-cover-sm .display-t,
.kim-masterclass-cover.kim-masterclass-cover-sm .display-tc {
  height: 450px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-masterclass-cover.kim-masterclass-cover-sm .display-t,
  .kim-masterclass-cover.kim-masterclass-cover-sm .display-tc {
    height: 400px;
  }
}
.kim-masterclass-cover.kim-masterclass-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .kim-masterclass-cover.kim-masterclass-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.kim-masterclass-cover.kim-masterclass-cover-xs .display-t,
.kim-masterclass-cover.kim-masterclass-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kim-masterclass-cover.kim-masterclass-cover-xs .display-t,
  .kim-masterclass-cover.kim-masterclass-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}
.kim-masterclass-cover.kim-masterclass-cover-xxs {
  padding: 3em 0;
}
.kim-masterclass-cover .btn-primary {
  color: #fff !important;
}










/* =======================================================
*
* 	Concerts Style 
*
* ======================================================= */
#kim-concerts .heading {
  position: relative;
}
#kim-concerts .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#kim-concerts .heading .subtle-text span {
  display: block;
}
#kim-concerts .kim-concerts-item {
  margin-bottom: 30px;
}
#kim-concerts .kim-concerts-item .kim-icon,
#kim-concerts .kim-concerts-item .kim-copy {
  display: table-cell;
  vertical-align: top;
}
#kim-concerts .kim-concerts-item .kim-icon {
  width: 100px;
}
.feature-press-logo {
	width: auto;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
}
/* Concerts table */
#concerts {
	width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}
#concerts caption,
#concerts td,
#concerts th {
    padding: 10px 10px; 
    vertical-align: top;
    horizontal-align: left;
	width:auto;
	font-size: 14px;
	line-height: 1.2em;
}

#concerts tr.bdy th.date  {
	color: #757575;
	font-weight: normal;
	width: 28%;
}

#concerts tr.bdy th.date a { 
    color: #fff;
}

#concerts tr.bdy th.date a:hover { 
}
#concerts tr.bdy th.date span {
	display: block;
	color: #2D2D2D;
}

#concerts .event-title {
	font-weight: normal;
}
#concerts .event-title a {
	font-weight: bold;
}
#concerts .event-title a:hover {
	color: #3D97AD;
}
#concerts tr.bdy th.place  {
	color: #757575;
	font-weight: normal;
	width: 20%;
}

#concerts tr.bdy th.place a { 
    color: #fff;
}

#concerts tr.bdy th.place a:hover { 
    color: #ff8800;
}
#concerts tr.bdy th.place span {
	display: block;
	color: #2D2D2D;
}
.smallinfo {
	display: block;
	font-size: 12px;
	color: #000000;
	margin-top: 8px;
}
/* Table styles
-------------------------------------------------------------- */    
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr th,
table tr td {
	padding: 10px;
	text-align: left;
	line-height: 1.3em;
	vertical-align: middle;
}
table tr th:last-child,
table tr td:last-child {
    
}
table tr th {
	background: none;
	color: #555;
}
table tr td {
	background: none;
	color: inherit;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
table tr:nth-child(odd) td {
}

table tr.hdr th {
    background: none;
    border-top: none;
    border-bottom: none;
    border-color: #ec630a;
    color: #fff;
}
table tr.bdy th {
	color: #fff;
	background-color: none;
	border-right-style: none;
	border-top-color: #76b4b7;
	border-right-color: #76b4b7;
	border-bottom-color: #76b4b7;
	border-left-color: #f24a1f;
	border-left-style: none;
}
table tr.bdy th a {
    color: #fff;
}
table tr.bdy th a:hover {
    color: #bbb;
}
@media screen and (max-width: 768px) {
  #kim-concerts .kim-concerts-item .kim-icon {
    width: 70px;
  }
}
#kim-concerts .kim-concerts-item .kim-copy h3 {
  margin-bottom: 15px;
  font-size: 24px;
}







/* =======================================================
*
* 	Press Style 
*
* ======================================================= */
#kim-press .heading {
  position: relative;
}
#kim-press .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#kim-press .heading .subtle-text span {
  display: block;
}
#kim-press .kim-press-item {
  margin-bottom: 60px;
}
#kim-press .kim-press-item .kim-icon,
#kim-press .kim-press-item .kim-copy {
  display: table-cell;
  vertical-align: top;
}
#kim-press .kim-press-item .kim-icon {
  width: 100px;
}
.feature-press-logo {
	width: auto;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #kim-press .kim-press-item .kim-icon {
    width: 70px;
  }
}
#kim-press .kim-press-item .kim-copy h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
#kim-press .kim-press-item .kim-copy h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #000000;
  font-weight: normal;
}






/* =======================================================
*
* 	Media Style 
*
* ======================================================= */
#kim-media .heading {
  position: relative;
}
#kim-media .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#kim-media .heading .subtle-text span {
  display: block;
}
#kim-media .kim-media-item {
  margin-bottom: 30px;
}
#kim-media .kim-media-item .kim-copy {
  display: table-cell;
  vertical-align: top;
}

#kim-media .heading .sub-blue {
	color: #6bbabd;
}
.CD-feature {
	width: 400px;
	height: auto;
	margin-bottom: 10px;
}
.buy-cd-btn {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 20px;
}
.cd-btn {
	margin-right: 18px;
}
	#buy-cd{
	left:0;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;

	}
	#buy-cd:hover{
	opacity: 0.4;	
	}
	.video-feature {
	width: auto;
	height: 100%;
	letter-spacing: normal;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

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

  .CD-feature {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
}
#kim-media .kim-media-item .kim-copy h3 {
  margin-bottom: 15px;
  font-size: 13px;
}



/* =======================================================
*
* 	collaboration Style 
*
* ======================================================= */

#collaboration .heading {
  position: relative;
}
#collaboration .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#collaboration .heading .subtle-text span {
  display: block;
}
#collaboration .collaboration-item {
  margin-bottom: 9em;
}
#collaboration .collaboration-item:last-child {
  margin-bottom: 0;
}
#collaboration .collaboration-reverse,
#collaboration .collaboration {
  position: relative;
  background: none;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#collaboration .collaboration-reverse,
#collaboration .collaboration {
  position: relative;
  top: -20px;
  right: -20px;
}
#collaboration .collaboration .img-shadow img {
  top: -20px;
  left: -20px;
}






/* =======================================================
*
* 	Outreach Style 
*
* ======================================================= */

#kim-outreach .heading {
  position: relative;
}
#kim-outreach .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#kim-outreach .heading .subtle-text span {
  display: block;
}
#kim-outreach .kim-outreach-item {
  margin-bottom: 9em;
}
#kim-outreach .kim-outreach-item:last-child {
  margin-bottom: 0;
}
#kim-outreach .kim-outreach-reverse,
#kim-outreach .kim-outreach {
  position: relative;
  background: none;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#kim-outreach .kim-outreach-reverse,
#kim-outreach .kim-outreach {
  position: relative;
  top: -20px;
  right: -20px;
}
#kim-outreach .kim-outreach .img-shadow img {
  top: -20px;
  left: -20px;
}


/* =======================================================
*
* 	Contact Style 
*
* ======================================================= */
#kim-contact .heading {
  position: relative;
}
#kim-contact .heading .subtle-text {
  position: absolute;
  bottom: -1em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#kim-contact .heading .subtle-text span {
  display: block;
}
#kim-contact .form-group {
  margin-bottom: 30px;
}
#kim-contact .form-control {
  height: 70px;
  font-size: 18px;
  box-shadow: none !important;
  border: 1px solid #cccccc;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}
#kim-contact textarea {
  height: inherit !important;
  resize: vertical;
}

.heading {
  text-align: center;
  margin-bottom: 70px;
}
.heading h1 {
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #404040;
	font-size: 26px;
	font-weight: lighter;
	letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .heading h1 {
	font-size: 22px;
  }
}
.heading .sub {
	position: relative;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.5em;
	color: #757575;
}
.heading .sub:after {
  bottom: 0;
  left: 50%;
  margin-left: -36px;
  content: "";
  position: absolute;
  width: 72px;
  height: 2px;
}

.heading-colored {
  color: #6bbabd;
}

.read-more i {
  position: relative;
  font-size: 18px;
  top: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.read-more:hover i {
  padding-left: 10px;
}

.kim-social-icons {
  margin: 0;
  padding: 0;
}
.kim-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.kim-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #6bbabd;
  padding-left: 10px;
  padding-right: 10px;
}
.kim-social-icons li a i {
  font-size: 20px;
}

.kim-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.kim-contact-info ul {
  padding: 0;
  margin: 0;
  clear: both;
}
.kim-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.kim-contact-info ul li:before {
  color: #7ed321;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kim-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.kim-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.kim-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.kim-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

/* General Usage Styles
-------------------------------------------------------------- */
.gallery {
    margin: 0 2% 10px;
}
.gallery:before,
.gallery:after {
    content: ' ';
    display: table;
}

.gallery:after,
.gallery:after {
    clear: both;
}
.gallery img {
    float: left;
    width: 15.333%;
    margin: 0 0.5% 1%;
    -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.5);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.gallery img:hover {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}














#kim-header .display-tc,
.kim-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#kim-header .display-tc h1, #kim-header .display-tc h2,
.kim-cover .display-tc h1,
.kim-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#kim-header .display-tc h1,
.kim-cover .display-tc h1 {
  margin-bottom: 30px;
  font-size: 59px;
  line-height: 1.5;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #kim-header .display-tc h1,
  .kim-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#kim-header .display-tc h2,
.kim-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#kim-footer {
  padding-top: 30px;
  background: #fafafa;
}
#kim-footer .kim-footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
#kim-footer .kim-footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}
#kim-footer .kim-footer-links li a {
  text-decoration: none;
}
#kim-footer .kim-footer-links li a:hover {
  text-decoration: underline;
}
#kim-footer .kim-widget {
  margin-bottom: 30px;
}
#kim-footer .kim-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#kim-footer .kim-widget .kim-quick-contact {
  padding: 0;
  margin: 0;
}
#kim-footer .kim-widget .kim-quick-contact li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#kim-footer .kim-widget .kim-quick-contact li i {
  width: 30px;
  float: left;
  font-size: 18px;
  position: relative;
  margin-top: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #kim-footer .copyright .pull-left,
  #kim-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#kim-footer .copyright .block {
  display: block;
}

#kim-offcanvas {
  position: absolute;
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #kim-offcanvas {
    display: block;
  }
}
.offcanvas #kim-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#kim-offcanvas a {
	font-size: 20px;
  color: rgba(107, 186, 189, 1);
  line-height: 2em;
}
#kim-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#kim-offcanvas ul {
  padding: 0;
  margin: 0;
}
#kim-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#kim-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#kim-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#kim-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#kim-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(107, 186, 189, 1);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
.kim-nav li a.active {
	color: #93CDCE;
}
.kim-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.kim-nav-toggle.active i::before, .kim-nav-toggle.active i::after {
  background: #444;
}
.kim-nav-toggle:hover, .kim-nav-toggle:focus, .kim-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.kim-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.kim-nav-toggle i::before, .kim-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.kim-nav-toggle.kim-nav-white > i {
  color: #fff;
  background: #fff;
}
.kim-nav-toggle.kim-nav-white > i::before, .kim-nav-toggle.kim-nav-white > i::after {
  background: #fff;
}

.kim-nav-toggle i::before {
  top: -7px;
}

.kim-nav-toggle i::after {
  bottom: -7px;
}

.kim-nav-toggle:hover i::before {
  top: -10px;
}

.kim-nav-toggle:hover i::after {
  bottom: -10px;
}

.kim-nav-toggle.active i {
  background: transparent;
}

.kim-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.kim-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.kim-nav-toggle {
  position: fixed;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .kim-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 30px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #6bbabd;
  color: #fff;
  border: 2px solid #6bbabd !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #8bde2f !important;
  border-color: #8bde2f !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #6bbabd;
  border: 2px solid #6bbabd;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #6bbabd;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

#kim-contact h3 {
  color: #fff;
  font-size: 30px;
}

.row-pb-md {
	padding-bottom: 1em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.kim-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
