/*  =========  #font ===========*/

         
    .demo-icon
    {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

/*  =========  default ===========*/

html {
    /*font-family: helvetica;*/
font-family: 'Roboto';
  /* font-family: sans-serif; */
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
 body
 {

margin-left:0px;margin-right:0px;
margin-top:0px;
 } 
.tbl2{ border: 1px solid #E8E8E8;margin-top:10px;margin-bottom:10px;}
.tbl2 td{border-collapse: collapse;border: 1px solid #E8E8E8;padding:5px 20px;font-size: 110%;}
/**
.tbl2 th{font-weight:400;min-width:100px;border-collapse: collapse;border:3px solid #D7294A;border-top:1px solid #E8E8E8;border-left:1px solid #E8E8E8;border-right:1px solid #E8E8E8;padding:5px 20px;font-size: 110%;}
**/
.tbl2 th{font-weight:400;border-collapse: collapse;border:3px solid #D7294A;border-top:1px solid #E8E8E8;border-left:1px solid #E8E8E8;border-right:1px solid #E8E8E8;padding:5px 20px;font-size: 110%;}




/*  =========  #select ===========*/
.rule {
  margin: 10px 0;
  border: none;
  height: 1.5px;
  background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {
  font-size: 11pt;
  display: inline-block;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  z-index: 2;
  color:black;
}
.sel::before {
  position: absolute;
  content: '\e817';
  font-family: 'fontello';
  font-size: 1em;
  color: red;
  right: 20px;
  top: calc(50% - 0.5em);
}

.sel.active::before {
  transform: rotateX(-180deg);
}
.sel #pilih.sel__box{
  height:100px;


}



.sel__placeholder {
  display: block;
  font-size: 1.3em;
  color:black;
  color: ;
  padding-top: 0.2em;
  padding-bottom: 0.2em ;
  /** padding-left: 0.5em; **/
  padding-right: 2em;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em ;
  /** padding-left: 0.5em; **/
  padding-right: 2em;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  border:1px solid #e8e0e0;

  position: absolute;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 0.8em;
  background-color: #FFF;
  width: calc(100% + 8px);
  box-sizing: border-box;
  height:130px;
  overflow-y:auto;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-size: 1.5em;
  color: black;
  padding: 0.5em 1em;
  user-select: none;
}

.sel__box__options::after {
  content: '\e803';
  font-family: 'fontello';
  font-size: 0.1em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 1px solid red;
}

.pilih {
  z-index: 7;
}

/* ----- Select Box Superman ----- */
.kota{
/*   display: none; */
  z-index: 5;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}




/* ================ */
  .bantuanIMG {width: 100%;
        display: block;}
  .bantuanSPAN {display: table-cell;
        vertical-align: middle;
        height: 70px;
        color : #474242;
        line-height: 1.5;
        font-size: 13pt;
        font-weight: bold;}

.item
{
  height: 500px;
  width:100%;
  overflow: hidden;
}
.img-placeholder
{
  background-position: 600px 0px;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.6;

}

.caption-content2
{
  max-width: 95%;
  width: 95%;
  color: black;
  padding-left:30px;

}

.caption-content
{
  max-width: 95%;
  width: 95%;
  color: #fff;
  padding-left:30px;
/** max-width: 662px; **/


}


.expandli li{padding-top: 17px !important;padding-bottom: 17px !important;vertical-align: center;padding-left:5px !important;}
.expandli a{display:block;width:100%;height:20px;}
.expandli span{font-size: 13pt;}
.expandli li:hover{background-color: red}
.expandli li:hover a span{color: white}
.expandli li:hover .rdefault{color: white}

input, select, textarea {

  border:1px solid #ddd;

  color:#888;

  padding:9px 10px;

  width:100%;

  box-sizing:border-box;

}


.hangout7
{
  padding-top:10px;padding-left:80px;
}
.hangout7 span{
  font-weight: 500;font-size: 23pt;color:white;
}

.perenam2
{
  padding:5px 2px 5px 2px;
  width: 25%;
  display:block;
  float:left;

}
.perenam2:hover
{
  border-bottom:5px solid #FF1744;
}
div.perenam2 a
{
  text-decoration: none;

}

div.perenam2 span
{
  letter-spacing: 0.01em;
  padding-top: 15px;
  width:100%;
  display:block;
  text-align: center;
  padding-bottom: 10px;
  color:grey;
  font-size: 11pt;
  font-weight: 550;
}


.perenam
{
  padding:5px 2px 5px 2px;
  width: 16.4%;
  display:block;
  float:left;

}
.perenam:hover
{
  border-bottom:5px solid #FF1744;
}

div.perenam .imgcontainer
{
width:90%;
text-align: center;
padding-top: 10px;
padding-left: 5px;
}
div.perenam img
{
  width:60%;
  border-radius: 50%
}

div.perenam a
{
  text-decoration: none;

}
div.perenam span
{
  letter-spacing: 0.01em;
  padding-top: 15px;
  width:100%;
  display:block;
  text-align: center;
  padding-bottom: 10px;
  color:grey;
  font-size: 7pt;
  font-weight: 550;
}




div.list-thumb-promo{
  padding-right:30px;
}
div.list-thumb-promo .imgcontainer img
{
  width:100%;
  border-radius:5px 5px 0px 0px;

}
div.list-thumb-promo .imgcontainer 
{
  width:100%;
  border-radius:5px;
  -moz-box-shadow:    1px 1px 2px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px 2px #ccc;
  box-shadow:         1px 1px 2px 2px #ccc;


}
div.list-thumb-promo .ppromo
{
   font-size: 13pt;font-weight: 550;line-height: 1.3em;text-align: left !important;
}
div.list-thumb-promo .info
{
    border-radius:0px 0px 5px 5px ;

background-color: white;
width:100%;
min-height:100px;
}
div.list-thumb-promo .sp1
{
color:#8f8d8d;
font-size: 90%;
letter-spacing: 0.5px;
}
div.list-thumb-promo .sp2
{
color:white;

font-size: 87%;
background-color: #F7B700;
display:block;
padding:3px 1px 3px 1px;
border-radius: 15px;
width:92%;
text-align: center;
float:right;
}

/**------**/


div.list-thumb-promo9{
  padding-right:15px;
}
div.list-thumb-promo9 .imgcontainer img
{
  width:100%;
  border-radius:5px 5px 0px 0px;

}
div.list-thumb-promo9 .imgcontainer 
{
  width:100%;
  border-radius:5px;
  -moz-box-shadow:    1px 1px 2px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px 2px #ccc;
  box-shadow:         1px 1px 2px 2px #ccc;


}
div.list-thumb-promo9 .ppromo
{
   font-size: 13pt;font-weight: 550;line-height: 1.3em;
}
div.list-thumb-promo9 .info
{
    border-radius:0px 0px 5px 5px ;

background-color: white;
width:100%;
min-height:100px;
}
div.list-thumb-promo9 .sp1
{
color:#8f8d8d;
font-size: 82%;
letter-spacing: 0.5px;
}
div.list-thumb-promo9 .sp2
{
color:white;

font-size: 75%;
background-color: #F7B700;
display:block;
padding:3px 1px 3px 1px;
border-radius: 15px;
width:87%;
text-align: center;
float:right;
}

    .gantiwarna{color:red;font-style: normal;}
    .g-w{color:red;font-style: normal;}

#pilawal{font-size:20px;}

.sel.wbeda{
  background-color: #ffffff4d;
border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 480px) and ( max-width: 992px){

.perenam2
{
  width: 20%;
  font-size: 10pt;

}

.item
{
  height: 360px;
}
.caption-content,.caption-content2
{
  padding-left:30px;
}

.img-placeholder
{
  background-position: center;
    opacity: 1;

}
.sel.wbeda{
  background-color: transparent;
border-radius: 0px 0px ;
}



}

@media screen and (min-width: 992px) and ( max-width: 1024px){
  .perenam2
{
  width: 20%;
  font-size: 10pt;

}
.item
{
  height: 360px;
}

.img-placeholder
{
  background-position: center;

}
.caption-content,.caption-content2
{
  padding-left:0px;
}

.sel.wbeda{
  background-color: transparent;
border-radius: 0px 0px ;
}

}

@media screen and (min-width: 1025px) {
  .perenam2
{
  width: 20%;
  font-size: 10pt;

}
.item
{
  height: 600px;
}
.img-placeholder
{
  background-position: center;
      opacity: 1;


}
.sel.wbeda{
  background-color: transparent;
border-radius: 0px 0px ;
}
.caption-content,.caption-content2
{
  padding-left:0px;
  width:100%;
}




}
.item a{color:black;}


 .c0{
        margin:0 auto;
    width:95%;
  }
.c1{
z-index:55;
top:0px;
position:absolute;
width:100%;

}

.ws-spanh
{
  color:#3F4042;font-size: 30pt;font-weight: 500;line-height:1.2em;
}
.ws-b1
 {
    margin-top:100px;padding-right:20px;
 }
 .ws-b2
 {
  margin-top:50px;
 }

@media screen and (min-width: 480px) and ( max-width: 992px){

  .c0{
        margin:0 auto;
    width:95%;
  }
.c1{
z-index:55;
top:0px;
position:absolute;
width:100%;

}
}

@media screen and (min-width: 992px) and ( max-width: 1024px){

  .c0{
        margin:0 auto;
    width:95%;
  }
.c1{
z-index:55;
top:0px;
position:absolute;
width:992px;
}


}

@media screen and (min-width: 1025px) {
  .c0{
    margin:0 auto;
    width:1200px;
  }
.c1{
z-index:55;
top:0px;
position:absolute;
width:1200px;
}



}

div.middlerpil .imgcontainer img
{
  width:100%;
}
div.middlerpil .txtcontainer span
{
  display:block;
  font-size:17pt;
  font-weight: 500;
  line-height: 1.2em;
}


div.middlerpil .a-ws
{
  margin-top:20px;
  display:block;
    font-size:13pt;
    color:red;

}


div.middlerpil .txtcontainer {
  margin-top:0px;
  background-color: white;
  padding-left:15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.middlerpil .txtcontainer a {
  margin-top:17px;
}

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

    div.middlerpil .txtcontainer span
    {
      font-size: 12pt;
    }
    .ws-spanh
    {
      font-size: 20pt;
    } 
    .ws-b1
    {
      margin-top:50px;
    }  
     .ws-b2
     {
      margin-top:20px;
     } 

  .pilawal h2
{
   font-size:13pt;
   font-weight: 400;

}


.pilawal
{
  height: 49px;
}

.tess:hover .inikah{
    top:49px;

  }

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

.centeratsmall
{
  text-align: center;
}
    .ws-spanh
    {
      font-size: 24pt;
      display: block;
      width: 90%;
    } 
  .pilawal h2
{
   font-size:13pt;

}
.pilawal
{
  height: 53px;
}

.tess:hover .inikah{
    top:53px;

  }



div.middlerpil .txtcontainer {
  height: 200px !important;
  margin-top:-200px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  padding-left:15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 35px;
}
div.middlerpil .txtcontainer span{
  width:100%;display:block;font-size: 16.5pt;font-weight: 600;color:black;letter-spacing: 0.3px;
}
div.middlerpil .txtcontainer a{
  margin-top:25px;display:block;
  font-size: 16px;
 text-decoration: none;
}



}
/* ========== #footer ===== */

  .FooterP1 {color : grey;
        display: block;
        padding-bottom: 10px;
        padding-top: 15px;
        font-size: 11pt;}
  .FooterP2 {color : #474242;
        font-size: 11pt;
        line-height: 1.5;}
        
/* ========== #header ===== */
/* Add a black background color to the top navigation */
.topnav {
  background-color: white;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 12px 12px 12px 12px;
  text-decoration: none;
  font-size: 16px;
}

.fix {
  display:block;
  float:left;
}
.fix-r {
  display:block;
  float:right;
}
.menu span{

  padding-left: 20px;

}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: black;
  padding: 12px 12px 12px 12px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #676464;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }


/* ========= #qwer ==== */

html {
    /*font-family: helvetica;*/
font-family: 'Roboto';
  /* font-family: sans-serif; */
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
 body
 {

margin-left:0px;margin-right:0px;
margin-top:0px;
background-color: #F9F9F9;
 } 


span{font-size:14pt;color:#1c1c1c;line-height: 1.2;}
td{color:dimgray;}
th{color:dimgray;font-weight: bold;}
li{color:dimgray;}
a{color:dimgray;text-decoration:  none;}
p{color:#505050;}



/** 
color bg
 **/
.bg-redred{background-color:  #FF1744;}
.bg-redyoung{background-color:  #F44336;}
.bg-yellow{background-color:  #FFB300;}
.bg-black90{background-color:  #404041;}
.bg-black80{background-color:  #4F4F4F;}
.bg-grey{background-color:  #E2E2E2;}
.bg-white{background-color:  #FFFFFF;}
/** 
color 
 **/
.cl-redred{color:  #FF1744;}
.cl-redyoung{color:  #F44336;}
.cl-yellow{color:  #FFB300;}
.cl-black90{color:  #404041;}
.cl-black80{color:  #4F4F4F;}
.cl-grey{color:  #E2E2E2;}
.cl-white{color:  #FFFFFF;}

/**
typografi
**/
h1{font-size:   32px;line-height:   1.3em;color:#2c2c2c;}
h2{font-size:   26px;line-height:   1.3em;color:#2c2c2c;}
h3{font-size:   20px;line-height:   1.3em;color:#2c2c2c;}
h4{font-size:   18px;line-height:   1.3em;color:#2c2c2c;}
h5{font-size:   16px;line-height:   1.3em;color:#2c2c2c;}

.ffmedium{font-family: 'Roboto-Med';}
body
{
  margin:0px;
}
.yescari{display:none;padding-top:0px !important;padding-bottom:0px !important;}

p {

  line-height:24px;
  font-size: 12.5pt;

}


.top-bar {

  height:50px;


  width:100%;



}
.bar{
background:#F9F9F9;

  width:100%;
}
 .submenucol{background-color: #e6e6e6;}

.bar .container {

  position:relative;

}
.top-bar .container {

  position:relative;

}
.container {

  width: 1200px;

  margin:0 auto;

}

.widget-header{

  float: left;

  margin-right: 20px;

  margin-left: 0px;

}

div.nav-wrapper .menu3 {

  display:none;

}

div.nav-wrapper .menu2 {

  float:right;

}

div.nav-wrapper .menu {

  float:left;

}
.tanya12
{padding-top:30px;padding-bottom:50px;}
.sh1{width:100%;font-size:10.3pt;display: block;font-weight:  450;padding-top:3px;}
.sh2{width:100%;font-size:12.3pt;font-weight: bold;display: block;padding-top:3px;}
/** div.hvhead .fix:hover{background-color: #F3F0F0E6;} **/
div.hvhead .activehead{background-color: #F3F0F0E6;}
div.hvhead .activehead span{color:#FF1744;}
div.hvhead .fix:hover .sh1{color:#EC0435;}
div.hvhead .fix:hover .sh2{color:#EC0435;}
div.hvhead .fix{padding-top:20px;padding-bottom:20px;}
.activeperlima {border-bottom: 5px solid red !important;}





.list-thumb-down
{
  /** background-color: grey; **/
}
div.list-thumb-down .imgcontainer
{
  width:100%;
  text-align: left;
  padding-top: 10px;
}
div.list-thumb-down .spancontainer
{
  width:100%;
  padding:0px 5px 0px 0px;
}
div.list-thumb-down .img2
{
  width:100%;
  border-radius: 10px;
  border:1px solid #e8e8e8;
}
div.list-thumb-down .img2:hover
{
  /**  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); **/

}
div.list-thumb-down .img1
{
  width:97%;
  border-radius: 10px;
    border:1px solid #e8e8e8;

}


div.list-thumb-down .img1:hover
{
    /** box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); **/
}
div.list-thumb-down a
{
  text-decoration: none;

}

div.list-thumb-down .span-general
{
  letter-spacing: 0.01em;
  padding-top: 15px;
  padding-left:20px;
  padding-right:20px;
  width:100%;
  display:block;
  padding-bottom: 10px;
}
div.list-thumb-down .span-heading
{
  color:#2c2c2c;
  font-size: 14pt;
  /**  font-weight: 600; **/
  display:block;

}

div.list-thumb-down .span-desc
{
    padding-top: 0px;

  color:#414242;
  font-size: 10pt;
    font-weight: 400;

}

div.list-thumb-down .span-more
{
  color:red;
  font-size: 11pt;

}




/* ========= slidebanner =========== */
.itemsd
{
  height: 550px;
  width:100%;
  overflow: hidden;
}
.img-placeholdersd
{
  background-position: 800px 0px;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.4;
    filter: alpha(opacity=50);
}

.caption-content2sd
{
  max-width: 80%;
  width: 80%;
  position: absolute;
  top: 20px;
  color: black;
  padding-left:30px;

}

.caption-contentsd
{
  max-width: 80%;
  width: 80%;
  position: absolute;
  bottom: 90px;
  color: #fff;
  padding-left:30px;
/** max-width: 662px; **/


}

@media screen and (min-width: 480px) and ( max-width: 992px){
.itemsd
{
  height: 360px;
}
.caption-contentsd,.caption-content2sd
{
  padding-left:30px;
}

.img-placeholdersd
{
  background-position: center;
  opacity: 1;
filter: alpha(opacity=100);
}




}


@media screen and (min-width: 64em) {


div.perenam img
{
  width:22%;

}
div.perenam span
{
  font-size: 10pt;
}

}

@media screen and (min-width: 992px) and ( max-width: 1024px){
.itemsd
{
  height: 360px;
}

.img-placeholdersd
{
  background-position: center;
    opacity: 1;
filter: alpha(opacity=100);

}
.caption-contentsd,.caption-content2sd
{
  padding-left:0px;
}



}

@media screen and (min-width: 1025px) {
.itemsd
{
  height: 440px;
}
.img-placeholdersd
{
  background-position: center;
    opacity: 1;
filter: alpha(opacity=100);

}
.caption-contentsd,.caption-content2sd
{
  padding-left:0px;
}




}











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

      .top-bar .container {

       width: 92%;

       padding: 0px;
    }
    .bar .container {

       width: 92%;

       padding: 0px;
    }
      .widget-header{

    margin-left: -5px;
  }

div.nav-wrapper .menu {

  display: none;
  
  }

    div.nav-wrapper .menu3 {

  float:right;
  display:block;
  
  }







}
.perlima
{
  padding:5px 2px 5px 2px;
  width: 20%;
  display:block;
  float:left;
min-height: 120px;
}
.perlima:hover
{
  border-bottom:5px solid #FF1744;
}

div.perlima .imgcontainer
{
width:90%;
text-align: center;
padding-top: 10px;
padding-left: 10px;
}
div.perlima img
{
  width:60%;
  border-radius: 50%
}

div.perlima a
{
  text-decoration: none;

}
div.perlima span
{
  letter-spacing: 0.01em;
  padding-top: 15px;
  width:100%;
  display:block;
  text-align: center;
  padding-bottom: 10px;
  color:#2e2e2e;
  font-size: 9pt;
  font-weight: 550;
}

div.activeperlima
{
  border-bottom: 5px solid red;
}
div.activeperlima span
{
  color:red;

}

@media screen and (max-width: 768px) and (min-width: 480px){
    .container {
      /**
      width: 726px!important
      **/
            width:92%;

    }

}

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

 div.list-thumb-down .span-heading {
font-size: 12pt;
padding-left:20px;
padding-right:20px;
}

div.perlima span
{
  padding-top:5px;
}
div.list-thumb-down .img2
{
  width:100%;
}




.widget-header{margin-right: 0px;}
.widget-header img{width:140px;height:43;}

}

@media screen and (min-width: 64em) {


div.perlima img
{
  width:22%;

}
div.perlima span
{
  font-size: 10pt;
}

}