.carousel-inner > .item > img, .img-responsive{
  display: block;
max-width: 100%;
height: auto;

}

@media only screen and (max-width: 767px){
.dropbtn {
    background-color: #92d9e2;
    color: #0755d3;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: inherit;
    background-color: #92d9e2;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #0755d3;
    color: #fff;
}

ul.nav li:hover > ul.dropdown-menu {
  display: block !important;
  background-color: #92d9e2 !important;
}

ul.nav li:hover > ul.dropdown-menu li > a:hover {
  background-color: #0755d3 !important;
  color: #fff !important;
  text-decoration: none;

}
.col-lg-3.col-md-3.\32 -k {
    margin-top: 20px;
}




}

.mar-up{
margin: 0px; 
}

.top-header {
  width: 100%;
  height: 2%;
  background-color: #0755d3;
}

#site-title {font-size: 25px;
  /*font-family: 'Lobster';*/
  font-weight: 800;
  padding-bottom: 0px;
  padding-left: 38px;
  color: #0755d3;
  /*line-height: 26.4px;*/}

.hot-line {
  position: inherit;
  padding-left: 18%;
  color: #0755d3;
  font-size: 9px;
}





.dropdown-menu > li.kopie > a {
  padding-left:5px;
}

.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
 top:0;left:100%;
 margin-top:-6px;margin-left:-1px;
 -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}

.dropdown-submenu > a:after {
border-color: transparent transparent transparent #333;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
display: block;
float: right;  
height: 0;     
margin-right: -10px;
margin-top: 5px;
width: 0;
}

.dropdown-submenu:hover>a:after {
  border-left-color:#555;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
text-decoration: underline;
}  

@media (max-width: 767px) {

.navbar-nav  {
   display: inline;
}
.navbar-default .navbar-brand {
  display: inline;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
  color: #0755d3;
  background-color: #92d9e2;
  border-radius: 4px;
  margin-top: 2px;
  text-decoration: none;   
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
   color: #333;
 }
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
   background-color: #ccc;
 }

 .navbar-nav .open .dropdown-menu {
   border-bottom: 1px solid white; 
   border-radius: 0;
 }
.dropdown-menu {
    padding-left: 10px;
}
.dropdown-menu .dropdown-menu {
    padding-left: 20px;
 }
 .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px;
 }
 li.dropdown.open {
  border: 0px solid red;
 }

}

@media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {
  display: block;
  background-color: #92d9e2;
}

ul.nav li:hover > ul.dropdown-menu li > a:hover {
  background-color: #0755d3;
  color: #fff;
  text-decoration: none;

}

#navbar {
  text-align: center;
}
}  

.thumbnail a > img {
  display: block;
  max-width: 100%;
  /* height: 35%; */
  box-shadow: 0 0 10px black;
}

.img-porto-detail > img{
width: 70%;
margin: auto 15%;
height:auto;
}



@media screen and (min-width: 1200px){
.contact_foto{
  height: 350px;
  margin-top: 40px;
}

.panel.panel-default.i-kontak {
  margin-top: 5px;
  height: 296px;
  position: absolute;
  width: 270px;
}

.img-full{
  height: auto !important;
}

.grow { transition: all .2s ease-in-out; z-index:100; }
.grow:hover { transform: scale(1.5); }


.face:hover {
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
  60%, 80% {
    transform: translate3d(-4px, 0, 0);
  }
  70%, 90% {
    transform: translate3d(6px, 0, 0);
  }
}

}



@media screen and (min-width: 992px) and (max-width: 1192px){
.panel.panel-default.i-kontak {
  margin-top: 5px;
  height: 245px;
  position: absolute;
  width: 225px;
}

.img-full{
  height: auto !important;
}
}

@media screen and (min-width: 768px) and(max-width: 991px){
.panel.panel-default.i-kontak{
  position: relative !important;
  width: 200px;

}
}

@media screen and (max-width: 320px){
.contact_foto{
  height: auto;
  margin-top: 40px;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.contact_foto {
  margin-top: 40px;
  height: 300px;
}
  .brand img{
      width: auto;
      height: 59px;
  }
}

@media only screen and (max-width: 320px){
p.hot-line{
  display: none;
}
}

@media only screen and (min-width:1201px){
  .brand img{
      width: auto;
      height: 80px;
  }
  
  .nav>li>a {
  padding: 10px;
  font-size: 14px;
  }
  
  #site-title{
      padding-top: 0px;
      margin-top: -27px;
  }
  
  p.hot-line{
      font-size: 10px;
      padding-left: 171px;
  }
  
  .navbar-nav {
      margin-top: -25px;
  }
}

@media only screen and (min-width:992px){
  img.img-portofolio{
      width:100% !important;
      padding: 10px;
      height: 300px !important;
  }
  .port{
      height: 150px;
  }
}
/* @media only screen and (min-width:768px){ */
  .navbar-hotline {
    position: fixed;
    bottom: 47%;
    right: 0px;
  }
  .navbar-hotline ul li{
    list-style: none;
    padding: 4px 15px;
  }
  .hotline-title {
    display: none;
  }
/* } */

/* @media only screen and (max-width:767px){
  .navbar-hotline {
    position: fixed;
    bottom: 0px;
  }
  .navbar-hotline ul li{
    list-style: none;
    padding: 4px 15px;
  }
  .hotline-title {
    display: block;
  }
} */