@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
/*------------------------------------
    
	Kolektive

\*------------------------------------

	CONTENTS:

	=FONTS	
	=BASE	
	=LAYOUT	
	=MODULES	
	=STATES
 
------------------------------------*/
/* ==========================================================================
   =FONTS
   ========================================================================== */
/* Mixins */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==========================================================================
   =BASE
   ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
/* ==========================================================================
   =LAYOUT
   ========================================================================== */
#wrapper {
  background-color: #f4f4f4;
  overflow: hidden;
  position: relative;
  -webkit-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
.layout-header {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .layout-header {
    height: 84px;
  }
}
.layout-subheader {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.layout-main {
  margin-top: 24px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .span4-tablet {
    width: 228px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .span8-tablet {
    width: 476px;
  }
}
/* =Navbar
   -------------------------------------------------------------------------- */
.navbar-main {
  background: url("../img/bg-black-header.png") repeat;
  height: 40px;
  margin: 0;
  position: fixed;
  -webkit-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* logo */

}
.navbar-main .btn-navbar {
  background: #0399b6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 40px;
  height: 40px;
  text-shadow: none;
  z-index: 2;
}
.navbar-main .btn-navbar:hover {
  background-color: #026f84;
}
.navbar-main .btn-navbar .icon-bar {
  height: 4px;
  margin: 0 auto;
  width: 55%;
}
.navbar-main .btn-navbar .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .navbar-main .btn-navbar .icon-bar {
    height: 8px;
  }
  .navbar-main .btn-navbar .icon-bar + .icon-bar {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-main .btn-navbar {
    width: 84px;
    height: 84px;
  }
}
.navbar-main .brand {
  color: #ffffff;
  display: inline-block;
  float: none;
  margin: 0 0 0 12px;
  padding: 0;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .navbar-main .brand {
    font-size: 40px;
    left: 50%;
    margin-left: -89px;
    position: absolute;
    top: 30px;
    width: 188px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-main {
    height: 84px;
    overflow: hidden;
  }
}
.nav-function {
  color: #7d7c7c;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: bottom;
}
.nav-function + .nav-function {
  border-left: 1px solid #474646;
}
.nav-function > i {
  font-size: 20px;
  line-height: 40px;
  position: relative;
  top: 1px;
}
.nav-function:hover {
  color: #ffffff;
}
.function-add {
  padding-right: 10px;
  position: relative;
  width: auto;
}
.function-add > span {
  display: none;
  text-transform: uppercase;
}
.function-add > i {
  padding-left: 6px;
}
.function-add:hover > span {
  display: inline;
}
.add-menu {
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  min-width: 368px;
  filter: alpha(opacity=0);
  right: 0;
  position: absolute;
  top: 40px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}
.add-menu > ul {
  margin-top: -10000px;
  transition: margin-top 0s 0.2s;
}
.add-menu li {
  background: url("../img/bg-black-header.png") repeat;
  border-right: 2px solid #ffffff;
  float: left;
  padding: 20px;
  text-align: center;
}
.add-menu li:nth-child(1) {
  background-color: #0399b6;
  border-bottom: 2px solid #ffffff;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  min-width: 184px;
}
.add-menu li:nth-child(2) {
  background-color: #0399b6;
  border-bottom: 2px solid #ffffff;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  border-right: none;
  min-width: 182px;
}
.add-menu li:nth-child(3) {
  background-color: #9aab30;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  clear: left;
  width: 123px;
}
.add-menu li:nth-child(4) {
  background-color: #db771a;
  width: 123px;
}
.add-menu li:nth-child(5) {
  background-color: #db351a;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  border-right: none;
  width: 122px;
}
.add-menu li > span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
}
.add-menu li > span span {
  color: #ffffff;
  display: block;
}
.add-menu li:hover {
  background-image: none;
}
.add-menu i {
  display: inline-block;
  font-size: 44px;
  line-height: 40px;
  vertical-align: top;
}
.add-menu i + span {
  padding-top: 14px;
  padding-bottom: 0;
}
.add-menu .icon-th-large {
  font-size: 47px;
  padding-right: 0;
  position: relative;
  top: 1px;
}
.add-menu .icon-arrow-right {
  font-size: 20px;
  line-height: 36px;
  padding: 0 12px;
}
.add-menu .icon-collection {
  border: 6px solid #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 28px;
  height: 48px;
  line-height: 39px;
  padding: 0 5px;
  top: 0;
}
.add-menu .icon-clipboard {
  text-align: center;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogPGc+DQogIDxwYXRoIGlkPSJzdmdfMSIgZD0ibTAsMzVsMCwtMjhjMCwtMS42NTY4IDEuMzQzMSwtMyAzLC0zbDQuNTAwMSwtMC4wMDAxYzAsMCAwLjk5OTgsLTAuMTE5MiAwLjk5OTgsLTEuNDk5OWMwLC0xLjM4MDcgMS42MTkyLC0yLjUgMi45OTk5LC0yLjVsNy4wMDAyOTksMGMxLjM4MDgsMCAzLDEuMTE5MyAzLDIuNWMwLDEuMzgwNyAwLjk5OTgwMiwxLjQ5OTkgMC45OTk4MDIsMS40OTk5bDQuNTAwMDk5LDAuMDAwMmMxLjY1NjksMCAzLDEuMzQzMSAzLDNsMCwyNy45OTk5OTljMCwxLjY1Njc5OSAtMS4zNDMyMDEsMi45OTk5MDEgLTMsM2wtMjQsLTAuMDAwMDk5Yy0xLjY1NjksMCAtMywtMS4zNDMxMDIgLTMsLTN6bTEyLjk5OTcsLTMxLjk5OThjLTEuMzgwNjk5LDAgLTIuNSwxLjExOTMgLTIuNSwyLjVjMCwxLjM4MDcgLTAuOTk5OCwyLjQ5OTkgLTAuOTk5OCwyLjQ5OTlsMTEuMDAwMSwwYzAsMCAtMC45OTk4LC0xLjExOTIgLTAuOTk5OCwtMi40OTk5YzAsLTEuMzgwNyAtMS4xMTkzMDEsLTIuNSAtMi41LC0yLjVsLTQuMDAwNTAxLDB6bS03LjQ5OTcsNy45OTk5bDEuNSwtNC4wMDAxbC00LDBsMCwyOGwyNCwwbDAsLTI3Ljk5OTlsLTQsMGwxLjUsNGwtMTksMHptMC4zNTMzLDE0LjI5MDJsLTAuNjU5MywtMC43MTc3MDFjLTAuMTc1MiwtMC4xODk2IC0wLjE2NTksLTAuNDg3NDk5IDAuMDI2MiwtMC42NjUxOTlsMS45MTQ1LC0xLjc3ODJjMC4wODcxLC0wLjA4MTMwMSAwLjIwMTQsLTAuMTI2MTAxIDAuMzIwNywtMC4xMjYxMDFjMC4xMzIxLDAgMC4yNTM5LDAuMDU0MSAwLjM0MzYsMC4xNDk4MDFsNS4yNTY2LDUuNjU5NWw5LjA0MTQ5OSwtMTEuNjMzMDAxYzAuMDg5NzAxLC0wLjExMjQ5OSAwLjIyNjgwMSwtMC4xNzkzOTkgMC4zNzI0LC0wLjE3OTM5OWwwLjI4OTQsMC4wOTkwMDFsMi4wNjQxOTksMS42MDI5OTljMC4wOTczMDEsMC4wNzcgMC4xNjA4MDEsMC4xODg4MDEgMC4xNzY5MDEsMC4zMTU3MDFjMC4wMTUyLDAuMTIzNiAtMC4wMTc3OTksMC4yNDcwOTkgLTAuMDkyMywwLjM0NDRsLTExLjYxNzU5OSwxNC45Mzc4OTlsLTcuNDM2OCwtOC4wMDk2OTl6IiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjAuMiIgZmlsbD0iI2ZmZmZmZiIvPg0KIDwvZz4NCjwvc3ZnPg==);
  height: 48px;
  line-height: 48px;
  /*
		<svg width="30" height="38" xmlns="http://www.w3.org/2000/svg">
	 		<g>
	  			<path id="svg_1" d="m0,35l0,-28c0,-1.6568 1.3431,-3 3,-3l4.5001,-0.0001c0,0 0.9998,-0.1192 0.9998,-1.4999c0,-1.3807 1.6192,-2.5 2.9999,-2.5l7.000299,0c1.3808,0 3,1.1193 3,2.5c0,1.3807 0.999802,1.4999 0.999802,1.4999l4.500099,0.0002c1.6569,0 3,1.3431 3,3l0,27.999999c0,1.656799 -1.343201,2.999901 -3,3l-24,-0.000099c-1.6569,0 -3,-1.343102 -3,-3zm12.9997,-31.9998c-1.380699,0 -2.5,1.1193 -2.5,2.5c0,1.3807 -0.9998,2.4999 -0.9998,2.4999l11.0001,0c0,0 -0.9998,-1.1192 -0.9998,-2.4999c0,-1.3807 -1.119301,-2.5 -2.5,-2.5l-4.000501,0zm-7.4997,7.9999l1.5,-4.0001l-4,0l0,28l24,0l0,-27.9999l-4,0l1.5,4l-19,0zm0.3533,14.2902l-0.6593,-0.717701c-0.1752,-0.1896 -0.1659,-0.487499 0.0262,-0.665199l1.9145,-1.7782c0.0871,-0.081301 0.2014,-0.126101 0.3207,-0.126101c0.1321,0 0.2539,0.0541 0.3436,0.149801l5.2566,5.6595l9.041499,-11.633001c0.089701,-0.112499 0.226801,-0.179399 0.3724,-0.179399l0.2894,0.099001l2.064199,1.602999c0.097301,0.077 0.160801,0.188801 0.176901,0.315701c0.0152,0.1236 -0.017799,0.247099 -0.0923,0.3444l-11.617599,14.937899l-7.4368,-8.009699z" stroke-linejoin="round" stroke-width="0.2" fill="#ffffff"/>
	 		</g>
		</svg> 
		http://www.base64encode.org/
		*/

}
.add-menu .icon-calendar {
  font-size: 48px;
  line-height: 48px;
  position: relative;
  top: 1px;
}
.function-filter {
  background-color: #0399b6;
  color: #ffffff;
  width: 84px;
  height: 84px;
}
.function-filter i {
  font-size: 50px;
  line-height: 80px;
}
.function-filter:hover {
  background-color: #026f84;
}
.navbar-form {
  display: inline-block;
}
.navbar-form .input-append {
  margin: 0;
}
.navbar-form input,
.navbar-form .form-btn {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #7d7c7c;
  font-size: 16px;
  background-color: #403f3f;
  background-image: -moz-linear-gradient(top, #3b3a3a, #474646);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3a3a), to(#474646));
  background-image: -webkit-linear-gradient(top, #3b3a3a, #474646);
  background-image: -o-linear-gradient(top, #3b3a3a, #474646);
  background-image: linear-gradient(to bottom, #3b3a3a, #474646);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3a3a', endColorstr='#ff474646', GradientType=0);
  text-shadow: none;
}
.navbar-form input {
  border-left: none;
  border-right: none;
  height: 40px;
  padding-left: 14px;
  text-transform: uppercase;
  width: 210px;
}
.navbar-form input:focus {
  border-color: #222222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}
.navbar-form .form-btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
}
.navbar-form .form-btn:hover {
  background: #474646 none;
}
.nav-panel {
  background: url("../img/bg-dgray-panel.png") repeat;
  height: 100%;
  max-width: 270px;
  position: fixed;
}
@media only screen and (max-width: 767px) {
  .nav-panel {
    width: auto;
  }
}
.nav-panel .nav {
  border-top: 1px solid #474646;
  color: #cccccc;
}
.nav-panel li {
  padding-left: 12px;
}
.nav-panel-form {
  display: block;
}
.nav-panel-form .input-append {
  background: transparent url("../img/bg-lgray-panel.png") repeat;
  margin: 4px;
  display: block;
  position: relative;
}
.nav-panel-form input {
  background: none;
  height: 32px;
  width: 80%;
}
.nav-panel-form .form-btn {
  background: none;
  cursor: pointer;
  height: 32px;
  width: 20%;
  z-index: 2;
}
/* ==========================================================================
   =MODULES
   ========================================================================== */
/* =Subheader
   -------------------------------------------------------------------------- */
.subheader-description {
  padding: 28px 0 4px;
}
@media only screen and (max-width: 767px) {
  .subheader-description {
    padding: 12px 16px 20px;
  }
}
.page-title {
  font-size: 44px;
  font-weight: normal;
  line-height: 1em;
  margin: 0 0 9px;
}
@media (min-width:1200px) {
  .page-title {
    font-size: 48px;
  }
}
.cover {
  left: 50%;
  margin-left: -512px;
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 1024px;
  z-index: 0;
}
.group-avatar .avatar {
  margin-left: 40px;
  position: relative;
  top: 35px;
  width: 157px;
}
@media only screen and (max-width: 767px) {
  .group-avatar .avatar {
    position: absolute;
    right: 0;
    top: 16px;
    width: 120px;
  }
}
@media (min-width:1200px) {
  .group-avatar .avatar {
    width: 175px;
  }
}
/* =Toggle
   -------------------------------------------------------------------------- */
.toggle {
  background: url("../img/bg-white-header.png") repeat;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
ul.nav-toggle {
  margin: 0;
}
ul.nav-toggle > li {
  padding: 0;
}
ul.nav-toggle > li > a {
  display: inline-block;
  font-weight: bold;
  height: 38px;
  line-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
}
ul.nav-toggle > li > a.selected {
  background: url("../img/bg-blue-header.png") repeat;
  color: #ffffff;
}
@media (min-width:1200px) {
  ul.nav-toggle > li > a {
    font-size: 16px;
  }
}
/* =Vertical Dots
   -------------------------------------------------------------------------- */
.vertical-dots {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(102, 102, 102, 0.25);
  -moz-box-shadow: 0 0 2px rgba(102, 102, 102, 0.25);
  box-shadow: 0 0 2px rgba(102, 102, 102, 0.25);
  display: inline-block;
  position: absolute;
}
.vertical-dots ul {
  margin-bottom: 0;
  padding: 10px 10px 5px 10px;
}
.vertical-dots li {
  background-color: #ffffff;
  border: 1px solid #0399b6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 5px;
  width: 10px;
  height: 10px;
  text-indent: -9999em;
}
.vertical-dots li.active,
.vertical-dots li:hover {
  background-color: #0399b6;
}
.tile-dots {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
/* =Tiles
   -------------------------------------------------------------------------- */
.tile {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(102, 102, 102, 0.25);
  -moz-box-shadow: 0 0 2px rgba(102, 102, 102, 0.25);
  box-shadow: 0 0 2px rgba(102, 102, 102, 0.25);
  margin-bottom: 11px;
  padding: 10px;
  position: relative;
  /* izotope styles */

}
.grid .tile {
  float: left;
  visibility: hidden;
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .grid .tile {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .grid .tile {
    width: 228px;
  }
}
@media (min-width:1200px) {
  .grid .tile {
    width: 270px;
  }
}
.tile h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 4px 0 2px;
}
@media (min-width:1200px) {
  .tile h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.tile p {
  line-height: 14px;
}
@media (min-width:1200px) {
  .tile p {
    font-size: 16px;
    line-height: 17px;
  }
}
.tile .ribbon {
  position: absolute;
  right: 5px;
  top: 5px;
}
.tile:hover .tile-icons {
  display: block;
}
.grid .tile-double {
  float: left;
  visibility: hidden;
  width: 460px;
}
@media only screen and (max-width: 767px) {
  .grid .tile-double {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .grid .tile-double {
    width: 476px;
  }
}
@media (min-width:1200px) {
  .grid .tile-double {
    width: 570px;
  }
}
.ribbon {
  background-color: #db771a;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px;
  text-transform: uppercase;
  z-index: 2;
}
.ribbon:after {
  border-right: 5px solid transparent;
  border-top: 5px solid #3b3a3a;
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
}
.tile .avatar-small {
  position: absolute;
  right: 10px;
  top: -25px;
  z-index: 2;
}
.tile-img {
  margin-bottom: 4px;
  position: relative;
}
@media (min-width:1200px) {
  .tile-img {
    margin-bottom: 9px;
  }
}
.tile-img img {
  min-width: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tile-icons {
  background-color: rgba(88, 187, 207, 0.85);
  bottom: 0;
  color: #ffffff;
  display: none;
  font-size: 20px;
  height: 47px;
  left: 0;
  padding: 12px 15px;
  position: absolute;
  width: 100%;
}
.tile-icons i {
  cursor: pointer;
  padding-right: 5px;
}
.tile-icons .icon-heart {
  position: relative;
  top: 1px;
}
/* =Sidebar
   -------------------------------------------------------------------------- */
.sidebar-box {
  margin-bottom: 34px;
  position: relative;
}
@media (min-width:1200px) {
  .sidebar-box {
    font-size: 18px;
  }
}
.sidebar-box-multi {
  margin-bottom: 10px;
}
.sidebar-box-multi .box-content:after {
  bottom: -15px;
  height: 10px;
}
.box-header {
  background: url("../img/bg-blue-header.png") repeat;
  margin: 0 5px;
  padding: 10px;
}
.box-header > h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width:1200px) {
  .box-header > h4 {
    font-size: 18px;
  }
}
.box-body {
  background-color: #ffffff;
  padding: 10px 5px 5px;
  position: relative;
}
.box-body:before {
  border-left: 5px solid transparent;
  border-top: 5px solid #3b3a3a;
  content: "";
  height: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  bottom: -5px;
  width: 0;
  z-index: 10;
}
.box-body:after {
  border-right: 5px solid transparent;
  border-top: 5px solid #3b3a3a;
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  z-index: 10;
}
.box-content {
  padding: 0 5px 5px;
  position: relative;
}
.box-content img {
  padding-bottom: 6px;
  width: 100%;
}
.box-content:after {
  background: transparent url("../img/bg-blue-header.png") repeat;
  display: block;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  bottom: -19px;
  width: 100%;
  z-index: 10;
}
.box-content > :last-child {
  margin-bottom: 0;
}
.box-stats {
  font-weight: bold;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}
.box-stats dt {
  line-height: 1.75em;
  text-align: left;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .box-stats dt {
    float: left;
  }
}
.box-stats dd {
  line-height: 1.75em;
  margin-left: 0;
  text-align: right;
}
.box-stats i {
  color: #0399b6;
  display: inline-block;
  font-size: 18px;
  width: 30px;
}
.box-stats .icon-user {
  left: 2px;
  position: relative;
}
.event-spot .muted {
  font-weight: bold;
}
.event-spot .muted span {
  font-weight: normal;
}
@media (min-width:1200px) {
  .event-spot .muted {
    font-size: 14px;
  }
}
.event-spot .fine {
  display: block;
  line-height: 1em;
}
.event-spot a {
  font-weight: bold;
}
.title {
  color: #0399b6;
  font-size: 18px;
  line-height: 1em;
  margin: 4px 0 3px;
}
@media (min-width:1200px) {
  .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.arrow-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.arrow-list li {
  font-size: 16px;
  line-height: 1.5em;
  list-style-position: inside;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
  width: 20px;
}
.arrow-list li:before {
  color: #cccccc;
  content: "\f105";
  font-family: FontAwesome;
  left: 5px;
  position: absolute;
}
@media (min-width:1200px) {
  .arrow-list li {
    font-size: 18px;
    line-height: 24px;
  }
}
.arrow-list span {
  display: block;
  line-height: 1em;
  margin-bottom: 6px;
}
/* =Common Modules
   -------------------------------------------------------------------------- */
.relative {
  position: relative;
}
.lead {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width:1200px) {
  .lead {
    font-size: 21px;
    line-height: 24px;
  }
}
.btn {
  border: none;
  background-image: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
  padding: 3px 8px;
  text-shadow: none;
  text-transform: uppercase;
}
.btn i {
  font-size: 14px;
  padding-right: 1px;
}
@media (min-width:1200px) {
  .btn {
    font-size: 14px;
    padding: 8px 11px 7px;
  }
  .btn i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 10px 13px 9px;
  }
  .btn i {
    font-size: 18px;
  }
}
.btn-large {
  font-size: 18px;
  font-weight: bold;
}
.btn-large i {
  font-size: 20px;
}
.btn-list {
  margin: 0;
}
.btn-list li {
  display: inline-block;
  margin-left: 5px;
  padding: 0;
}
.btn-list li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .btn-list li {
    margin-left: 9px;
  }
}
@media (min-width:1200px) {
  .btn-list li {
    margin-left: 11px;
  }
}
.fine,
span.fine,
div.fine {
  color: #999999;
  font-size: 12px;
  position: relative;
}
@media (min-width:1200px) {
  .fine,
  span.fine,
  div.fine {
    font-size: 14px;
  }
}
.lead-accent {
  font-size: 15px;
  font-weight: bold;
}
@media (min-width:1200px) {
  .lead-accent {
    font-size: 16px;
  }
}
.lead-details {
  color: #999999;
  font-size: 18px;
  margin-bottom: 28px;
}
.lead-details:first-letter {
  text-transform: lowercase;
}
@media (min-width:1200px) {
  .lead-details {
    font-size: 20px;
  }
}
.avatar {
  border: 7px solid #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(102, 102, 102, 0.25);
  -moz-box-shadow: 0px 0px 4px rgba(102, 102, 102, 0.25);
  box-shadow: 0px 0px 4px rgba(102, 102, 102, 0.25);
}
.avatar-mid {
  width: 80px;
  height: 80px;
}
.avatar-small {
  border: 3px solid #ffffff;
  vertical-align: top;
  width: 50px;
  height: 50px;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.clear {
  clear: both;
}
.pad-right {
  padding-right: 12px;
}
.pad-left {
  padding-left: 12px;
}
/* ==========================================================================
   =STATES
   ========================================================================== */
/* body */.is-menu-open {
  overflow-x: hidden;
  /* hide horizontal scrollbar on menu panel open */

}
.is-menu-open #wrapper,
.is-menu-open .navbar-main {
  left: 220px;
}
@media only screen and (max-width: 767px) {
  .is-menu-open #wrapper,
  .is-menu-open .navbar-main {
    left: 201px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .is-menu-open #wrapper,
  .is-menu-open .navbar-main {
    left: 166px;
  }
}
@media (min-width:1200px) {
  .is-menu-open #wrapper,
  .is-menu-open .navbar-main {
    left: 270px;
  }
}
.is-menu-open .btn-navbar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* function-add */.is-clicked .add-menu {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.is-clicked .add-menu > ul {
  margin-top: 0px;
  transition: margin-top 0s 0s;
}
