html {
  height:100%;
}

body {
  background:white;
  height:100%;
  margin:0;
  padding:0;
  font-size: 15px; /*base font size*/
  font-family: 'roboto', sans-serif;
  font-weight: lighter;
  color: #181D21;
}

.container {
  max-width: 1024px;
  margin: auto;
}

.container-960 {
  max-width: 960px;
  margin: auto;
}

h1 {
  font-size: 200%;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
}

h1.display {
  font-size: 300%;
  font-weight: lighter;
  margin-top: 25px;
  margin-bottom: 25px;
}

h2 {
  font-size: 187%;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
}

h2.section-title {
  color: #F37021;
}

h2.bread-crumb {
  color: #838689;
}

.title-blue {
  margin: 0px;
  color: #18536F;
  font-weight: lighter;
}

h3 {
  font-size: 133%;
}

h3.title {
  margin: 0px;
  color: #18536F;
/*  font-size: 200%;*/
  font-weight: lighter;
  margin-left: 20px;
}

h3.position {
  margin-top: 1px;
  margin-bottom: 7px;
  color: #838689;
/*  font-size: 133%;*/
  font-weight: lighter;
}

a h3.position {
  padding-top: 10px;
  color: #838689;
  font-weight: lighter;
}

a h3.position:hover {
  padding-top: 10px;
  color: #F37021;
  font-weight: lighter;
}

h3.subtitle {
  margin-top: 7px;
  margin-bottom: 5px;
  color: #F37021;
  font-weight: 400;
}

h3.article-text {
  font-weight: lighter;
  line-height: 30px;
}

h4 {
  font-size: 1em;
  font-weight: 400;
}

h5 {
  font-size: 0.8em;
  font-weight: lighter;
}

p {
  margin-top: 0px;
}

small {
  color: #838689;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 0.9em;
}

small#white {
  color: white;
}

small#orange {
  color: #F37021;
  margin-left: 20px;
}

blockquote {
  font-style: italic;
  font-weight: 600;
  font-size: 183%;
  line-height: 32px;
  text-align: center;
  padding-top: 20px;

}

blockquote::before {
  content: "“";
  font-family: Georgia,serif;
  font-size: 267%;
  font-weight: bold;
  color: #FF7B2B;
}

blockquote::after {
  content: "";
}

ul {
  margin: 0;
  padding: 0;
}

li{
  list-style: none;
}



/*header*/
header {
  text-align: center;
  font-size: 133%;
  font-weight: lighter;
}

header nav {
  clear: both;
  position: relative;
}

/*just for mobile */
span#nav-mobile{
  font-weight: 400;
  color: #F37021;
  display: inline-block;
  left: 40px;
  position: absolute;
  bottom: 50%;
  transform: translate(0%, 50%);
  visibility: hidden;
}

span#mobile-menu a{
  background-image: url("img/btn_menu_idle.png");
  background-size: cover;
  height:44px;
  width:42px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: right;
  vertical-align: middle;
  top: 20px;
  right: 32px;
  position: absolute;
  visibility: hidden;
}

span#mobile-menu a:hover{
  background-image: url("img/btn_menu_hover.png");
  border-bottom: none;
  visibility: hidden;
}

span#mobile-menu a:active{
  background-image: url("img/btn_menu_active.png");
  border-bottom: none;
  visibility: hidden;
}

ul#mobile-menu{
  position: relative;
  width: 100%;
  text-align: center;
  visibility: hidden;
}

ul#mobile-menu li{
  border-top: solid thin rgba(216, 216, 216, .50);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 120%;
  visibility: hidden;
  display: none;
}
/*till here --> mobile */

header nav {
  padding: 25px 32px;
}

header nav span#logo{
  float: left;
  top: 15px;
  left: 32px;
  position: absolute;
  display: inline-block;
}

header nav span#current-page {
  display: none;
  visibility: hidden;
}

header nav span#logo a{
  display: block;
}

header nav span#logo a:active{
  border-bottom: none;
}

/*this part is invisible for mobile*/
header nav span#back-to-mivo{
  float: right;
  vertical-align: middle;
  top: 25px;
  right: 32px;
  position: absolute;
  display: inline-block;
  visibility: visible;
}

header nav ul {
  padding: 0;
  display: inline-block;
  margin: 0;
  visibility: visible;
}

header nav ul li {
  display: inline-block;
  padding-right: 72px;
  visibility: visible;
}

header nav ul li:last-child {
  padding-right: 0;
  visibility: visible;
}
/*till this part -->for mobile*/

a {
  text-decoration: none;
  color: #838689;
}

a:hover {
  color: #F37021;
}

a:active {
  color: #F37021;
  border-bottom: solid 3px #F37021;
}

div#back-top {
  background-image: url("img/btn_backtop.png");
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  right: 40px;
  bottom: 40px;
}

div#back-top:hover {
  background-image: url("img/btn_backtop_hover.png");
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/*gallery*/
div#gallery {
  height: 380px;
  background: #838689;
}

/*profile*/
div#profile {
  padding: 20px 32px;
}

div#profile .profile-info {
  position: absolute;
  left: 100%;
  top: 25%;
  width: 150%;
  z-index: 2;
  display: none;
}

div#profile ul li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}

div#profile ul li .avatar{
  display: inline-block;
  width: 144px;
  height: 144px;
  background: #D8D8D8;
  border-radius: 99px;
  position: relative;
  background-position-x: 50%;
  background-size: cover;
  background-image: url('http://oranger.mivo.com/content/image/cs.jpg');
}

div#profile ul li div.avatar-video{
  width: 144px;
  height: 144px;
  border-radius: 99px;
  overflow: hidden;
  visibility: visible;
  position: relative;
}

.video-item{
  margin-top: -30px;
}

div#profile ul li .name {
  background: rgba(24, 83, 111, .85);
  color: white;
  font-weight: lighter;
  padding: 4px 12px;
  display: inline-block;
}

div#profile ul li .position {
  background: rgba(255, 123, 43, .85);
  color: white;
  font-weight: lighter;
  padding: 4px 12px;
  display: inline-block;
}

div#profile ul li .avatar:hover {
  background-size: cover;
  cursor: pointer;
}

div#profile ul li#arie .avatar{
  background-image: url("/content/image/img_arie_bw.jpg");
  background-size: cover;
  background-position: center;
}
div#profile ul li#arie .avatar:hover {
  background-image: url("/content/image/img_arie.jpg");
  background-size: cover;
  background-position: center;
}

div#profile ul li#daisy .avatar{
  background-image: url("/content/image/img_daisy_bw.jpg");
  background-size: cover;
  background-position: center;
}
div#profile ul li#daisy .avatar:hover {
  background-image: url("/content/image/img_daisy.jpg");
  background-size: cover;
  background-position: center;
}

div#profile ul li#martin .avatar{
  background-image: url("/content/image/img_martin_bw.jpg");
  background-size: cover;
  background-position: center;
}
div#profile ul li#martin .avatar:hover {
  background-image: url("/content/image/img_martin.jpg");
  background-size: cover;
  background-position: center;
}

div#profile ul li#rama .avatar{
  background-image: url("/content/image/img_rama_bw.jpg");
  background-size: cover;
  background-position: center;
}
div#profile ul li#rama .avatar:hover {
  background-image: url("/content/image/img_rama.jpg");
  background-size: cover;
  background-position: center;
}

div#profile ul li#ridho .avatar{
  background-image: url("/content/image/img_ridho_bw.jpg");
  background-size: cover;
  background-position: center;
}
div#profile ul li#ridho .avatar:hover {
  background-image: url("/content/image/img_ridho.jpg");
  background-size: cover;
  background-position: center;
}

div#profile ul li#doni .avatar{
  background-image: url("/content/image/img_doni_bw.jpg");
  background-size: cover;
  background-position: center;
}
div#profile ul li#doni .avatar:hover {
  background-image: url("/content/image/img_doni.jpg");
  background-size: cover;
  background-position: center;
}

div#profile ul li#sem .avatar{
  background-image: url("/content/image/img_sem_bw.jpg");
  background-size: cover;
  background-position: center;
}
div#profile ul li#sem .avatar:hover {
  background-image: url("/content/image/img_sem.jpg");
  background-size: cover;
  background-position: center;
}

div#profile ul li#whe .avatar{
  background-image: url("/content/image/img_whe_bw.jpg");
  background-size: cover;
  background-position: center;
}
div#profile ul li#whe .avatar:hover {
  background-image: url("/content/image/img_whe.jpg");
  background-size: cover;
  background-position: center;
}

div#profile ul li .avatar:hover > div {
  display: block;
}

div#profile ul li#you .avatar{
  width: 144px;
  height: 144px;
  background-image: url("img/img_you.png");
  background-size: cover;
}

/*widget*/
.widget {
  width: 100%;
  height: 330px;
  display: block;
  padding: 20px 0px;
}

.widget header {
  color: white;
  background: #4A4A4A;
  text-align: left;
}

.widget header span a {
  color: white;
  border-bottom: none;
}

.widget header span a:hover {
  color: #F37021;
}

.widget header span a:active {
  color: #F37021;
}

.widget header .logo {
  background: #F37021;
  padding: 10px 14px;
  display: inline-block;
}

.widget header .logo img {
  height:24px;
  width:auto;
  vertical-align:middle;
  display:inline-block;
}

.widget header .title {
  padding-left: 16px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

#instagram {
  width: 65%;
  height: 100%;
  background: #D8D8D8;
  background-image: url("img/img_orangers_emptyfeed.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
  float: left;
}

#twitter {
  width: calc(35% - 20px);
  height: 100%;
  display: inline-block;
  position: relative;
  float: right;
  border: solid 1px #D8D8D8;
  visibility: visible;
}

#twitter .content {
  padding: 12px;
}

#twitter .content .user-pp {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #838689;
  background-image: url("img/img_kingkong.jpg");
  background-size: cover;
  border-radius: 999px;
  float: left;
  position: relative;
}

#twitter .content .user-info {
  float: left;
  position: relative;
  padding-left: 8px;
}

#twitter .content .user-id {
  color: #18536F;
  font-weight: 400;
  display: block;
}

#twitter .content .user-time {
  color: #F37021;
  font-size: 80%;
}

#twitter .content p {
  padding-top: 12px;
  clear: both;
  font-weight: lighter;
  letter-spacing: 0.2px;
}

#twitter nav {
  width: 100%;
  position: absolute;
  bottom: 0;
}

#twitter nav span {
  margin: 22px 12px;
}

#twitter nav #prev {
  background-image: url("img/btn_twitter_prev.png");
  background-size: 10px 26px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-left: 22px;
  position: relative;
  height: 26px;
  width: 10px;
}

#twitter nav #prev:hover {
  background-image: url("img/btn_twitter_prev_hover.png");
  float: left;
  position: relative;
  cursor: pointer;
}

#twitter nav #next {
  background-image: url("img/btn_twitter_next.png");
  background-size: 10px 26px;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  margin-right: 22px;
  position: relative;
  height: 26px;
  width: 10px;
}

#twitter nav #next:hover {
  background-image: url("img/btn_twitter_next_hover.png");
  float: right;
  position: relative;
  cursor: pointer;
}

/*ourdaily*/
header span#logo span {
  display: none;
  visibility: hidden;
}

.filter {
  position: relative;
  border-top: solid thin rgba(216, 216, 216, .50);
  border-bottom: solid thin rgba(216, 216, 216, .50);
  margin: auto -32px;
  padding: 15px 64px;
  font-size: 120%;
  color: #838689;
  font-weight: lighter;
}

.filter form {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  padding-bottom: 18px;
}

.filter form nav#bread-crumb {
  float: left;
  line-height: 1;
  visibility: visible;
}

.filter form #checkbox {
  position: absolute;
  clear: both;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.filter form #checkbox-tablet {
  position: absolute;
  clear: both;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.filter form input[type="textbox"] {
  position: absolute;
  vertical-align: middle;
  float: right;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0px;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #838689;
  visibility: visible;
}

.filter form span#ic-search-desktop {
  position: absolute;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
  background-image: url("img/ic_search.png");
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  display: block;
}

.filter form input[type="textbox"]#search-mobile {
  width: 100%;
  height: 52px;
  background-color: #F37021;
  position: absolute;
  vertical-align: middle;
  float: right;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0px;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  visibility: hidden;
}

.filter form span#ic-search-mobile {
  position: absolute;
  right: 5px;
  bottom: 50%;
  transform: translateY(50%);
  background-image: url("img/ic_search_mobile_active.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: block;
  visibility: hidden;
}

.ourdaily-gallery {
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 2em;
  padding-top: 2em;
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 0px;
}

.ourdaily-gallery .image {
  background: #838689;
  height: 100%;
}

/*team*/
div#wording {
  display: inline-block;
  margin: auto -32px;
  background-color: #F37021;
  color: white;
  font-size: 180%;
  font-weight: lighter;
  text-align: center;
  word-wrap: break-word;
  padding: 36px 265px;
}

.team {
  padding: 32px 60px;
  border-bottom: solid thin rgba(216, 216, 216, .50);
}

.team .visual {
  width: 210px;
  display: inline-block;
  vertical-align: top;
}

.team .visual .video {
  width: 200px;
  border-radius: 99px;
  background-color: #838689;
  margin-left: 5px;
}

.team .visual .video div.avatar-video{
  height: 200px;
  border-radius: 99px;
  overflow: hidden;
  visibility: visible;
  position: relative;
}

.video-item{
  margin-top: -40px;
}

.team div#you .visual .video {
  background-image: url("img/img_you.png");
  width: 200px;
  height: 200px;
  border-radius: 999px;
  background-size: 200px 200px;
  margin-left: 5px;
}

.team .visual .socmed ul {
  margin-top: 20px;
  text-align: center;
}

.team .visual .socmed ul li {
  display: inline-block;
  margin-right: 10px;
}

.team .visual .socmed ul li:last-child {
  margin-right: 0px;
}

.socmed li.facebook {
  background-image: url("img/btn_fb.png");
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-position: center;
}

.socmed li.facebook:hover {
  background-image: url("img/btn_fb_hover.png");
  cursor: pointer;
}

.socmed li.twitter {
  background-image: url("img/btn_twitter.png");
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-position: center;
}

.socmed li.twitter:hover {
  background-image: url("img/btn_twitter_hover.png");
  cursor: pointer;
}

.socmed li.instagram {
  background-image: url("img/btn_ig.png");
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-position: center;
}

.socmed li.instagram:hover {
  background-image: url("img/btn_ig_hover.png");
  cursor: pointer;
}

.socmed li.google {
  background-image: url("img/btn_google.png");
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  background-repeat: no-repeat;
  background-position: center;
}

.socmed li.google:hover {
  background-image: url("img/btn_google_hover.png");
  cursor: pointer;
}

.team .data {
  display: inline-block;
  width: 70%;
  padding-left: 40px;
  clear: both;
}

.team .data .column-left {
  width: 47%;
  display: inline-block;
  float: left;
}

.team .data .column-right {
  width: 47%;
  display: inline-block;
  float: right;
}

/*updates*/

div#updates {
  width: 65%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0px);
}

.article {
  width: 100%;
  border-bottom: solid thin rgba(216, 216, 216, .50);
  padding-top: 20px;
  /*margin-left: 50%;
  transform: translate(-50%, 0%);*/
}

.content {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.content .column {
  clear: both;
  display: inline-block;
}

.content .column-left {
  width: 100%;
  display: block;
  float: left;
}

.content .column-right {
  width: 100%;
  display: block;
  float: left;
}

.content .img-article {
  width: 100%;
  margin-top: 15px;
}

/*checkbox*/

input[type=checkbox]
  {
      display: none;
    }

label
  {
      cursor: pointer;
      position: relative;
      padding: 0 1em 0 2em;
      margin: 1em 0 1em 0.5em;
      display: inline-block !important;
      vertical-align: middle;
      line-height: 1;
    color: #838689;
    font-weight: lighter;
    }

label:hover
    {

    }
label:hover:before
    {
        border: solid 1px #F37021;
    }

label:before
  {
         content: "";
         display: inline-block;
         width: 22px;
         height: 22px;
         border: solid 1px #838689;
         background: none;
         position: absolute;
         left: 0;
         top: 50%;
         transform: translate(0%, -50%);
    }

label:before:hover
  {
        border: solid 1px #F37021;
        background-color: ;
    }
input[type=checkbox]:checked + label
  {
      color: black;
  }
input[type=checkbox]:checked + label:before
  {
       background: url("img/input_checked.png") no-repeat;
       background-size: 100%;
       background-color: #F37021;
       border: solid 1px #F37021;
    }

input[type=textbox]
  {
      border: solid 1px #D8D8D8;
      font-weight: 300;
      font-size: 120%;
      letter-spacing: 0.5;
    }

input[type=textbox]:hover
  {
      border: solid 1px #F37021;
    }

input[type=textbox]:focus
  {
      border: solid 1px #F37021;
    }
input[type=textbox]:focus + span#ic-search-desktop
  {
      position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
    background-image: url("img/ic_search_desktop_active.png");
    background-size: 34px 34px;
    width: 34px;
    height: 34px;
    display: block;
    }

/*modal*/

.modal {
  background: rgba(24, 83, 111, .85);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.modal .detail-gallery {
  width: 100%;
  position: absolute;
  top: 50%;
  padding-left: calc(50% - 300px);
  transform: translate(0%, -50%);
}

.modal .detail-gallery div#top-title {
  margin-bottom: 20px;
}

.modal .detail-gallery .modal-img {
  width: 100%;
  background-color: white;
  /*min-width: 600px;*/
  max-width: 600px;
  max-height: auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 74px;
}

.modal .detail-gallery .modal-img .img-gallery {
  background-size: 600px 400px;
  width: 100%;
  height: 100%;
  background-color: #D8D8D8;
  display: block;
}

.modal .detail-gallery .modal-img .btn-close {
  background-image: url("img/btn_close.png");
  background-size: 42px 42px;
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0px;
  top: 0px;
  display: inline-block;
}

.modal .detail-gallery .modal-img .btn-close:hover {
  background-image: url("img/btn_close_hover.png");
  cursor: pointer;
}

.modal .detail-gallery .modal-img nav {
  position: absolute;
  width: 100%;
  height: 54px;
  bottom: 0px;
  display: block;
}

.modal .detail-gallery .modal-img span.prev, span.next{
  position: absolute;
}

.modal .detail-gallery .modal-img .prev {
  background-image: url("img/btn_gallery_prev.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  left: 35%;
  display: inline-block;
}

.modal .detail-gallery .modal-img .prev:hover {
  background-image: url("img/btn_gallery_prev_hover.png");
  cursor: pointer;
}

.modal .detail-gallery .modal-img .next {
  background-image: url("img/btn_gallery_next.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  right: 35%;
  display: inline-block;
}

.modal .detail-gallery .modal-img .next:hover {
  background-image: url("img/btn_gallery_next_hover.png");
  cursor: pointer;
}

/*modal ig */
.modal .detail-ig {
  width: 100%;
  position: absolute;
  top: 50%;
  padding-left: calc(50% - 200px);
  transform: translate(0%, -50%);
}

.modal .detail-ig div#top-title {
  margin-bottom: 15px;
  padding-top: 10px;
}

.modal .detail-ig .modal-img {
  width: 100%;
  background-color: white;
  max-width: 400px;
  max-height: 400px;
  max-height: auto;
  position: relative;
  padding-bottom: 74px;
  overflow: hidden;
}

.modal .detail-ig .modal-img .ig-gallery {
  background-size: 600px 400px;
  max-width: 100%;
  background-color: #D8D8D8;
  display: block;
}

/*.modal .detail-ig .modal-img .ig-gallery {
  background-size: 400px 400px;
  width: 100%;
  height: 100%;
  background-color: #D8D8D8;
  display: block;
}*/

.modal .detail-ig .modal-img #ig-info {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: solid thin rgba(216, 216, 216, .50);
}

.modal .detail-ig .modal-img #ig-info #info-number {
  font-size: 0.9em;
  color: #838689;
}

.modal .detail-ig .modal-img #love-info {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

.modal .detail-ig .modal-img #comment-info {
  display: inline-block;
  margin-right: 20px;
}

.modal .detail-ig .modal-img .btn-close {
  background-image: url("img/btn_close.png");
  background-size: 42px 42px;
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0px;
  top: 0px;
  display: inline-block;
}

.modal .detail-ig .modal-img .btn-close:hover {
  background-image: url("img/btn_close_hover.png");
  cursor: pointer;
}

.modal .detail-ig .modal-img nav {
  position: absolute;
  width: 100%;
  height: 54px;
  bottom: 0px;
  display: block;
}

.modal .detail-ig .modal-img span.prev, span.next{
  position: absolute;
}

.modal .detail-ig .modal-img .prev {
  background-image: url("img/btn_gallery_prev.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  left: 35%;
  display: inline-block;
}

.modal .detail-ig .modal-img .prev:hover {
  background-image: url("img/btn_gallery_prev_hover.png");
  cursor: pointer;
}

.modal .detail-ig .modal-img .next {
  background-image: url("img/btn_gallery_next.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  right: 35%;
  display: inline-block;
}

.modal .detail-ig .modal-img .next:hover {
  background-image: url("img/btn_gallery_next_hover.png");
  cursor: pointer;
}

/*modal team*/
.modal .modal-team {
  background: white;
  width: 100%;
  height: auto;
  top: 50%;
  padding-bottom: 55px;
  position: absolute;
  transform: translateY(-50%);
  display: inline-block;
}

.modal .modal-team nav#bread-crumb {
  padding-top: 30px;
  padding-left: 100px;
    line-height: 1;
    font-size: 120%;
  color: #838689;
  font-weight: lighter;
  clear: both;
}

.modal .modal-team .modal-profile {
  padding-top: 40px;
  padding-left: 80px;
  position: relative;
}

.modal-team .visual {
  width: 210px;
  display: inline-block;
  vertical-align: top;
}

.modal-team .visual .video {
  width: 200px;
  height: 200px;
  border-radius: 999px;
  background-color: #838689;
  margin-left: 5px;
}

.modal-team div#you .visual .video {
  background-image: url("img/img_you.png");
  width: 200px;
  height: 200px;
  border-radius: 999px;
  background-size: 200px 200px;
  margin-left: 5px;
}

.modal-team .visual .socmed ul {
  margin-top: 20px;
  text-align: center;
}

.modal-team .visual .socmed ul li {
  display: inline-block;
  margin-right: 10px;
}

.modal-team .visual .socmed ul li:last-child {
  margin-right: 0px;
}

.modal-team .data {
  display: inline-block;
  width: 70%;
  padding-left: 40px;
  clear: both;
  margin-bottom: 20px;
}

.modal-team .data .column-left {
  width: 47%;
  display: inline-block;
  float: left;
}

.modal-team .data .column-right {
  width: 47%;
  display: inline-block;
  float: right;
}

.modal .modal-team .btn-close {
  background-image: url("img/btn_close.png");
  background-size: 42px 42px;
  position: absolute;
  width: 42px;
  height: 42px;
  right: 20px;
  top: 20px;
  display: inline-block;
}

.modal .modal-team .btn-close:hover {
  background-image: url("img/btn_close_hover.png");
  cursor: pointer;
}

.modal .modal-team .modal-profile span.prev, span.next{
  position: absolute;
}

.modal .modal-team .modal-profile nav {
  padding-top: 15px;
  border-top: solid thin rgba(216, 216, 216, .50);
}

.modal .modal-team .modal-profile .prev {
  background-image: url("img/btn_gallery_prev.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  left: 35%;
  display: inline-block;
}

.modal .modal-team .modal-profile .prev:hover {
  background-image: url("img/btn_gallery_prev_hover.png");
  cursor: pointer;
}

.modal .modal-team .modal-profile .next {
  background-image: url("img/btn_gallery_next.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  right: 35%;
  display: inline-block;
}

.modal .modal-team .modal-profile .next:hover {
  background-image: url("img/btn_gallery_next_hover.png");
  cursor: pointer;
}

footer {
  clear: both;
  text-align: center;
  padding: 10px;
  font-size: 80%;
  color: #4A4A4A;
  border-top: thin solid rgba(216, 216, 216, 0.5)
}

/*styleguide*/
.row h2.section-title {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.row {
  width: 100%;
  display: inline-block;
  position: relative;
  border-bottom: solid thin rgba(216, 216, 216, .50);
  margin-top: 25px;
}

#style-logo {
  height: 400px;
  margin-top: 20px;
}

#style-logo span#logo-color {
  width: 47%;
  height: 400px;
  display: inline-block;
  border: solid thin rgba(216, 216, 216, .50);
  float: left;
}

#style-logo img{
  position: relative;
  left: 50%;
  transform: translate(-50%);
  top: calc(50% - 69px);
}

#style-logo span#logo-bw {
  width: 47%;
  height: 400px;
  display: inline-block;
  border: solid thin rgba(216, 216, 216, .50);
  float: right;
}

#style-color {
  height: 80px;
  margin-top: 20px;
}

#typo {
  display: inline-block;
}

#headings, #paragraph {
  box-sizing: border-box;
}

#paragraph {
  padding-top: 30px;
  letter-spacing: 0.2;
  line-height: 24px;
}

/*grids*/
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-md-1 {
  width: 8.333%;
}
.col-md-2 {
  width: 16.667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.333%;
}

.col-md-5 {
  width: 41.667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.333% !important;
}

.col-md-8 {
  width: 66.667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.333%;
}

.col-md-11 {
  width: 91.667%;
}

.col-md-12 {
  width: 100%;
}

.vertical-center {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.grids {
  padding-top: 30px;
}

/*buttons & navigation*/
.special-button {
  width: 32px;
  height: 32px;
  padding-right: 10px;
  padding-top: 10px;
}

a#back-top {
  background-image: url("img/btn_backtop.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

a#back-top:hover {
  background-image: url("img/btn_backtop_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

a#back-top:active {
  background-image: url("img/btn_backtop_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

a#mobile-menu {
  background-image: url("img/btn_menu_idle.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

a#mobile-menu:hover {
  background-image: url("img/btn_menu_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

a#mobile-menu:active {
  background-image: url("img/btn_menu_active.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

a#btn-close {
  background-image: url("img/btn_close.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

a#btn-close:hover {
  background-image: url("img/btn_close_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

a#btn-close:active {
  background-image: url("img/btn_close_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

a#btn-play {
  background: #D8D8D8;
  width: 32px;
  height: 32px;
  background-image: url("img/btn_play.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

a#btn-play:hover {
  background: #FFF;
  background-image: url("img/btn_play_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

a#btn-play:active {
  background: #FFF;
  background-image: url("img/btn_play_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

a#btn-pause {
  background: #D8D8D8;
  width: 32px;
  height: 32px;
  background-image: url("img/btn_pause.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

a#btn-pause:hover {
  background: #FFF;
  background-image: url("img/btn_pause_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

a#btn-pause:active {
  background: #FFF;
  background-image: url("img/btn_pause_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

a#btn-prev {
  background-image: url("img/btn_gallery_prev.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

a#btn-prev:hover {
  background-image: url("img/btn_gallery_prev_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

a#btn-prev:active {
  background-image: url("img/btn_gallery_prev_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

a#btn-next {
  background-image: url("img/btn_gallery_next.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

a#btn-next:hover {
  background-image: url("img/btn_gallery_next_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

a#btn-next:active {
  background-image: url("img/btn_gallery_next_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

#btn-next-disabled {
  background-image: url("img/btn_gallery_next_disabled.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

#btn-prev-disabled {
  background-image: url("img/btn_gallery_prev_disabled.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

#btn-fb {
  background-image: url("img/btn_fb.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

#btn-fb:hover {
  background-image: url("img/btn_fb_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#btn-fb:active {
  background-image: url("img/btn_fb_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

#btn-twitter {
  background-image: url("img/btn_twitter.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

#btn-twitter:hover {
  background-image: url("img/btn_twitter_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#btn-twitter:active {
  background-image: url("img/btn_twitter_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

#btn-ig {
  background-image: url("img/btn_ig.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

#btn-ig:hover {
  background-image: url("img/btn_ig_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#btn-ig:active {
  background-image: url("img/btn_ig_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

#btn-google {
  background-image: url("img/btn_google.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  position: relative;
}

#btn-google:hover {
  background-image: url("img/btn_google_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#btn-google:active {
  background-image: url("img/btn_google_hover.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}

/*forms*/
.styleguide-forms {
  position: relative;
  padding-top: 15px;
  font-size: 120%;
  color: #838689;
  font-weight: lighter;
}

.styleguide-forms form {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
}

.styleguide-forms form #checkbox {
  position: relative;
  display: inline-block;
}

#textbox-desktop {
  position: relative;
  display: inline-block;
  }

.styleguide-forms form input[type="textbox"] {
  position: relative;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  color: #838689;
  visibility: visible;
}

.styleguide-forms form span#ic-search-desktop {
  position: absolute;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
  background-image: url("img/ic_search.png");
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 10;
}

.styleguide-forms form input[type="textbox"]#search-mobile {
  width: 100%;
  height: 52px;
  background-color: #F37021;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 18px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  visibility: hidden;
}

.styleguide-forms form span#ic-search-mobile {
  position: absolute;
  right: 5px;
  bottom: 50%;
  transform: translateY(50%);
  background-image: url("img/ic_search_mobile_active.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: block;
  visibility: hidden;
}

/*widgets*/
.styleguide-widget {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  margin-bottom: 30px;
}

.styleguide-widget div#instagram {
  height: 330px;
}

.styleguide-widget  header {
  color: white;
  background: #4A4A4A;
  text-align: left;
}

.styleguide-widget  header span a {
  color: white;
  border-bottom: none;
}

.styleguide-widget  header span a:hover {
  color: #F37021;
}

.styleguide-widget  header span a:active {
  color: #F37021;
}

.styleguide-widget  header .logo {
  background: #F37021;
  padding: 10px 14px;
  display: inline-block;
}

.styleguide-widget  header .logo img {
  height:24px;
  width:auto;
  vertical-align:middle;
  display:inline-block;
}

.styleguide-widget  header .title {
  padding-left: 16px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

#styleguide-twitter {
  padding-left: 20px;
  box-sizing: border-box;
}

/*for tablet*/
@media (min-width: 768px) and (max-width: 1024px){
  /*main page*/
  header nav, div#profile, .widget {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 32px;
  margin-left: 32px;
  }
  .widget {
  width: calc(100% - 32px);
  }
  header nav ul li {
  padding-right: 36px;
  }

  /*modal team*/
  .modal-team .data {
  width: 50%;
  }

  .modal-team .data .column-left {
  width: 100%;
  display: block;
  }

  .modal-team .data .column-right {
  width: 100%;
  display: block;
  float: left;
  }

  /*team page*/
  .team .data {
  width: 50%;
  }
  .team .data .column-left {
  width: 100%;
  display: block;
  float: left;
  }
  .team .data .column-right {
  width: 100%;
  display: block;
  float: left;
  }

  /*styleguide*/
  .container-960 {
  margin: auto 20px;
  }
}

/*for phablet*/
@media (min-width: 480px) and (max-width: 768px){
  .container-960 {
  margin: auto 20px;
  }
  .filter{
  margin: auto 0px;
  padding: 15px 24px;
  }
  /*main page*/
  header nav{
  height: 56px;
  width: auto;
  padding: 0px;
  }
  header span#logo span {
  display: inline-block;
  visibility: visible;
  }
  header nav span#logo{
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  }
  header nav span#logo img{
  height: 40px !important;
  width: auto;
  }
  span#nav-mobile{
  visibility: visible;
  padding-left: 10px;
  }
  span#mobile-menu a{
  visibility: visible;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  }
  span#mobile-menu a:active{
  visibility: visible;
  }
  ul#mobile-menu{
  visibility: visible;
  }
  ul#mobile-menu li{
  visibility: visible;
  display: block;
  }
  header nav, div#profile, .widget {
  padding-right: 0px;
  }
  header nav span#back-to-mivo{
  display: none;
  visibility: hidden;
  }
  header nav ul {
  display: none;
  visibility: hidden;
  }
  header nav ul li {
  display: none;
  visibility: hidden;
  }
  header nav ul li:last-child {
  visibility: hidden;
  }

  /*modal team*/
  .modal-team .visual {
  padding-left: calc(50% - 130px);
  padding-bottom: 20px;
  }

  .modal-team .data {
  width: 70%;
  padding-left: 30px;
  }

  .modal-team .data .column-left {
  width: 100%;
  display: block;
  }

  .modal-team .data .column-right {
  width: 100%;
  display: block;
  float: left;
  }

  /*our daily page*/
  header nav span#current-page {
  display: inline-block;
  visibility: visible;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 152px;
  font-size: 0.8em;
  color: #838689;
  }
  .filter form nav#bread-crumb {
  float: left;
  line-height: 1;
  visibility: hidden;
  }
  .filter form #checkbox {
  left: 0px !important;
  transform: translate(0, -50%);
  visibility: hidden;
  }
  .filter form #checkbox-tablet {
  position: absolute;
  clear: both;
  display: inline-block;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  visibility: visible;
  }

  /*team page*/
  div#wording {
  padding: 36px 100px;
  margin: auto 0px;
  }
  .team .data {
  width: 70%;
  }
  .team .data .column-left {
  width: 100%;
  display: block;
  float: left;
  }
  .team .data .column-right {
  width: 100%;
  display: block;
  float: left;
  }
  .team .visual {
  padding-left: calc(50% - 100px);
  padding-bottom: 20px;
  }

  /*styleguide*/
  #styleguide-twitter {
      padding-left: 0px;
  }

  /*grids*/
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100% !important;
  }

  .vertical-center {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .grids {
    padding-top: 30px;
  }
}


/*for mobile*/
@media (max-width: 480px){
  #profile h2 {
  text-align: center;
  }
  h2{
  line-height: 1.2em;
  }
  h2.title-blue{
  font-size: 150%;
  text-align: left;
  }
  h3.position{
  font-size: 120%;
  }
  h3.title{
  font-size: 120%;
  }
  header {
  font-size: 1.2em;
  }
  span#nav-mobile{
  visibility: visible;
  }
  span#mobile-menu a{
  visibility: visible;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: block;
  }
  span#mobile-menu a:hover{
  visibility: visible;
  }
  span#mobile-menu a:active{
  visibility: visible;
  }
  ul#mobile-menu{
  visibility: visible;
  }
  ul#mobile-menu li{
  visibility: visible;
  display: block;
  font-size: 1em;
  }
  ul#mobile-menu li a:active{
  border: none;
  }
  header nav, div#profile, .widget {
  padding-right: 0px;
  }
  header nav span#back-to-mivo{
  display: none;
  visibility: hidden;
  }
  header nav ul {
  display: none;
  visibility: hidden;
  }
  header nav ul li {
  display: none;
  visibility: hidden;
  }
  header nav ul li:last-child {
  visibility: hidden;
  }
  header nav{
  height: 56px;
  width: auto;
  padding: 0px;
  }
  header span#logo span {
  display: inline-block;
  visibility: visible;
  }
  header nav span#logo{
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  }
  header nav span#logo img{
  height: 40px !important;
  width: auto;
  }
  div#profile ul{
  width: 100%;
  }
  div#profile ul li{
  display: block;
  border-top: solid thin rgba(216, 216, 216, .50);
  width: 100%;
  }
  div#profile ul li .avatar {
  width: 65px;
  height: 65px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 32px;
  }

  div#profile ul li div.avatar-video{
  width: 65px;
  height: 65px;
  border-radius: 99px;
  overflow: hidden;
  visibility: hidden;
  }
  div#profile ul li .name {
  background: none;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #F37021;
  font-weight: 400;
  font-size: 1.2em;
  display: block;
  }
  div#profile ul li span {
  font-size: 1em;
  top: 10% !important;
  }
  div#profile ul li#you .avatar{
  width: 65px;
  height: 65px;
  }
  div#profile ul li .position {
  padding-top: 0px;
  background: none;
  color: #18536F;
  font-weight: lighter;
  font-size: 1em;
  display: block;
  }
  div#profile .profile-info {
  position: absolute;
  top: 0px;
  width: 300%;
  display: block;
  z-index: 0;
  }
  div#profile, .widget {
  padding: 5px 0px;
  }
  .widget{
  padding-bottom: 20px;
  }
  #twitter {
  visibility: hidden;
  display: none;
  }
  #instagram {
  width: 100%;
  }

  /*modal team*/
  .modal .modal-team nav#bread-crumb {
  padding-left: 32px;
  }
  .modal .modal-team .modal-profile {
  padding: 32px 40px;
  }

  .modal-team .visual {
  padding-left: calc(50% - 105px);
  padding-bottom: 20px;
  }

  .modal-team .data {
  width: 100%;
  padding-left: 0px;
  }

  .modal-team .data .column-left {
  width: 100%;
  display: block;
  }

  .modal-team .data .column-right {
  width: 100%;
  display: block;
  float: left;
  }

  /*our daily page*/
  .filter form nav#bread-crumb {
  float: left;
  line-height: 1;
  visibility: hidden;
  }
  .filter form #checkbox {
  display: none;
  visibility: hidden;
  }
  header nav span#current-page {
  display: inline-block;
  visibility: visible;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 133px;
  font-size: 0.8em;
  color: #838689;
  }
  .filter {
  padding: 15px 0px;
  margin: auto 0px;
  }
  .filter form input[type="textbox"] {
  visibility: hidden;
  }
  .filter form input[type="textbox"]#search-mobile {
  visibility: visible;
  padding-left: 20px;
  border: none;
  }
  .filter form span#ic-search-mobile {
  position: absolute;
  right: 5px;
  bottom: 50%;
  transform: translateY(50%);
  background-image: url("img/ic_search_mobile_active.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: block;
  visibility: visible;
  }
  .ourdaily-gallery {
  margin: 0px;
  padding: 0px;
  }

  /*team page*/
  a h3.position{
  font-size: 120%;
  }
  a h3.position:hover{
  font-size: 120%;
  }
  .team{
  padding: 32px 40px;
  }
  .team .visual {
  padding-left: calc(50% - 105px);
  padding-bottom: 20px;
  }
  div#wording {
  padding: 24px 30px;
  margin: auto 0px;
  font-size: 120%;
  }
  .team .data {
  width: 100%;
  padding-left: 0px;
  }
  .team .data .column-left {
  width: 100%;
  display: block;
  float: left;
  }
  .team .data .column-right {
  width: 100%;
  display: block;
  float: left;
  }

  /*cool updates page*/
  div#updates{
  width: 90%;
  }

  /*styleguide*/
  .container-960 {
  margin: auto 20px;
  }
  #style-logo span#logo-color {
    width: 100%;
    display: block;
    height: 300px;
  }

  #style-logo span#logo-bw {
    width: 100%;
    height: 300px;
    display: block;
    float: left;
    margin-top: 20px;
  }

  .styleguide-widget header {
    font-size: 1em;
  }

  #styleguide-twitter {
      padding-left: 0px;
  }

  blockquote {
    margin: 0px;
  }

  .styleguide-forms {
  padding: 15px 0px;
  margin: auto 0px;
  }

  .styleguide-forms form input[type="textbox"] {
  visibility: hidden;
  }

  .styleguide-forms form span#ic-search-desktop {
  visibility: hidden;
  }

  #textbox-mobile {
  position: relative;
  }

  .styleguide-forms form input[type="textbox"]#search-mobile {
  visibility: visible;
  padding-left: 20px;
  border: none;
  display: block;
  position: absolute;
  margin: 0px;
  }

  .styleguide-forms form span#ic-search-mobile {
  position: absolute;
  right: 5px;
  bottom: 50%;
  transform: translateY(50%);
  background-image: url("img/ic_search_mobile_active.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: block;
  visibility: visible;
  }

  /*grids*/
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100% !important;
  }

  .vertical-center {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .grids {
    padding-top: 30px;
  }
}