* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
	color: white;
	font-family: 'Roboto', sans-serif;
  padding-top: 90px;
  background: #A4BCE0;
}
.entry-content a {
	color: #fff;
  text-decoration: underline;
}
.entry-content a:hover {
  opacity: .8;
}
.entry-content a:hover {
	color: #fff;
}
html {
  margin-top: 0 !important;
}
.over {
  overflow: hidden;
}
.part-a {
  float: left;
}
.part-b {
  float: right;
}


#top {
  height:90px;
  background: #26416E;
  position: fixed;
  border-bottom: 1px solid #9ba8bc;
  z-index: 99999;
  top: 0px;
}
#top .overa .part-a:nth-child(1) {
  width: 260px;
  height: 130px;
  display: block;
  border-radius: 100%;
  background: #112240;
  position: relative;
  z-index: 100000;
  margin-top: 20px;
}
#top .overa .part-a:nth-child(1) a img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  width: 250px;
}
#top .overa .part-a:nth-child(2) {
  width: 770px;
}
#top .overa .part-a:nth-child(2) #menu {
  width: 685px;
  margin: 0 auto;
}
#top .overa .part-a:nth-child(2) #menu #menu-menu-1 > li {
  float: left;
  list-style: none;
  line-height: 90px;
  font-size: 14px;
  padding: 0px 6px;
  position:relative;
}
#top .overa .part-a:nth-child(2) #menu #menu-menu-1 > li > a {
  opacity: 0.8;
}
#top .overa .part-a:nth-child(2) #menu #menu-menu-1 > li > a:hover {
  opacity: 1;
}
#top .overa .part-a:nth-child(2) #menu #menu-menu-1 > li > ul {
	display:none;
	position:absolute;
	top:100%;
	width:200px;
	margin-left:50%;
	left:-100px;
	background:rgba(0,0,0,0.7);
	border-radius:0px 0px 5px 5px;
}
#top .overa .part-a:nth-child(2) #menu #menu-menu-1 > li:hover > ul {
	display:block;
}
#top .overa .part-a:nth-child(2) #menu #menu-menu-1 > li > ul > li {
	list-style:none;
	text-align:center;
	font-weight:bold;
	padding:10px;
	font-size:14px;
	line-height:20px;
	position:relative;
}
#top .overa .part-a:nth-child(2) #menu #menu-menu-1 > li > ul > li a:hover {
	color: #A4BCE0;
}
#top .overa .part-a:nth-child(2) #menu #menu-menu-1 > li > ul > li > ul {
	display:none;
	position:absolute;
	top:0;
	width:200px;
	left:100%;
	background:rgba(0,0,0,0.7);
	border-radius:0px 5px 5px 0px;
}
#top .overa .part-a:nth-child(2) #menu #menu-menu-1 > li > ul > li:hover > ul {
	display:block;
}
#top .overa .part-a:nth-child(2) #menu #menu-menu-1 > li > ul > li > ul > li {
	list-style:none;
	text-align:center;
	font-weight:bold;
	padding:10px;
	font-size:14px;
	line-height:20px;
}
#top .overa .part-b {
  width: 250px;
  text-align: right;
  padding-top: 27px;
}
#top .overa .part-b .regbtn {
  text-align: center;
  width: 120.25px;
  font-size: 16px;
  padding: 0 10px;
  font-weight: bold;
  border-radius: 4px;
  background: #1ebaff;
  height: 36px;
  display: block;
  line-height: 36px;
  vertical-align: middle;
  display: inline-block;
}
#top .overa .part-b .regbtn:hover {
  background: #2dcdff;
}
#top .overa .part-b .loginbtn {
  text-align: center;
  width: 120.25px;
  font-size: 16px;
  padding: 0 10px;
  font-weight: bold;
  border-radius: 4px;
  background: #F77A00;
  height: 36px;
  display: block;
  line-height: 36px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
#top .overa .part-b .loginbtn:hover {
  background: #ff8712;
}
#slider {
  height: auto;
  position: relative;
  clear: both;
}
#slider .slide {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#slider .slide .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 330px;
  background-image: linear-gradient(rgba(164, 188, 224, 0), #a4bce0);
} 
#slider .swiper-button-next {
  top: 200px;
  right: 40px;
  background: url(../images/sprite-nova.png) no-repeat scroll -84px -57px;
  display: none;
}
#slider .swiper-button-prev {
  top: 200px;
  left: 40px;
  background: url(../images/sprite-nova.png) no-repeat scroll -84px 0px;
  display: none;
}
#slider .swiper-container:hover .swiper-button-next {
  display: block;
  transition        : all .3s ease;
  -webkit-transition: all .3s ease;
}
#slider .swiper-container:hover .swiper-button-prev {
  display: block;
  transition        : all .3s ease;
  -webkit-transition: all .3s ease;
}
#slider .swiper-container .swiper-pagination {
  background: rgba(0, 0, 0, 0.38);
  bottom: 300px;
  padding: 0 .375rem;
  width: auto;
  left: 50%;
  border-radius: 10px;
  line-height: 1.42857143;
  font-weight: 400;
  transform: translateX(-50%) translateY(100%);
  font-size: 14px;
}
#slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 .25rem;
  width: 10px;
  height: 10px;
  background: #fff;
}
#slider .catsport {
  clear: both;
  position: relative;
  z-index: 999;
  height: auto;
  margin-top: 400px;
  margin-bottom: 3.75rem;
}
#slider .catsport .lobbysport {
  display: block;
  float: left;
  width: 243.2px;
  height: 404.15px;
  border-radius: 10px;
  display: block;
  position: relative;
  background: #5574a7;
  transition: 0.3s;
}
#slider .catsport .lobbysport:hover {
  background: #f77a00;
}
#slider .catsport .lobbysport .lobbyinfo {
  height: 52px;
  top: 323px;
  padding: .5rem .5rem .75rem;
  text-align: center;
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.74);
  width: 100%;
  transition: 0.3 ease;
}
#slider .catsport .lobbysport:hover .lobbyinfo {
  height: 72px;
  top: 303px;
}
#slider .catsport .lobbysport:hover .lobbyinfo p {
  opacity: 1 !important;
}
#slider .catsport .lobbysport .lobbyinfo h2 {
  font-size: 24px;
  padding: .25rem 0;
  font-weight: bold;
  line-height: 1;
}
#slider .catsport .lobbysport .lobbyinfo p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
}
#slider .catsport .lobbysport .lobbyimg {
  width: 243.2px;
  height: 374.5px;
  display: block;
  max-width: 100%;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
#slider .catsport .lobbysport .lobbyimg img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s ease-in-out;
}
#slider .catsport .lobbysport:hover .lobbyimg img {
  transform: scale(1.1);
}
#slider .catsport .lobbysport .lobbylogo {
  background: url(../images/sprite-nova.png) no-repeat scroll 0 -624px;
  height: 78px;
  width: 78px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -39px;
  transition: 0.3s ease;
}
#slider .catsport .lobbysport:hover .lobbylogo {
  background: url(../images/sprite-nova.png) no-repeat scroll 0 -702px;
  transition: 0.3s ease;
}
#slider .catsport .lobbysport2 {
  margin-top: 2rem;
  margin-left: 1rem;
}
#slider .catsport .lobbysport2 .lobbylogo {
  background: url(../images/sprite-nova.png) no-repeat scroll 0 -156px;
}
#slider .catsport .lobbysport2:hover .lobbylogo {
  background: url(../images/sprite-nova.png) no-repeat scroll 0 -234px;
}
#slider .catsport .lobbysport3 .lobbyinfo {
  height: 52px;
  top: 323px;
}
#slider .catsport .lobbysport3:hover .lobbyinfo {
  height: 92px;
  top: 283px;
}
#slider .catsport .lobbysport3 {
  margin-top: 4rem;
  margin-left: 1rem;
}
#slider .catsport .lobbysport3 .lobbylogo {
  background: url(../images/sprite-nova.png) no-repeat scroll 0 -312px;
}
#slider .catsport .lobbysport3:hover .lobbylogo {
  background: url(../images/sprite-nova.png) no-repeat scroll 0 -390px;
}
#slider .catsport .lobbysport4 {
  margin-top: 2rem;
  margin-left: 1rem;
}
#slider .catsport .lobbysport4 .lobbylogo {
  background: url(../images/sprite-nova.png) no-repeat scroll 0 -468px;
}
#slider .catsport .lobbysport4:hover .lobbylogo {
  background: url(../images/sprite-nova.png) no-repeat scroll 0 -546px;
} 
#slider .catsport .lobbysport4:hover .lobbyinfo {
  height: 112px;
  top: 263px;
}
#slider .catsport .lobbysport5 .lobbyinfo {
  height: 52px;
  overflow: hidden;
}
#slider .catsport .lobbysport5:hover .lobbyinfo {
  height: 92px;
  top: 283px;
}
#slider .catsport .lobbysport5 {
  margin-left: 1rem;
}
#slider .catsport .lobbysport5 .lobbylogo {
  background: url(../images/sprite-nova.png) no-repeat scroll 0 0;
}
#slider .catsport .lobbysport5:hover .lobbylogo {
  background: url(../images/sprite-nova.png) no-repeat scroll 0 -78px;
}
#product {
  clear: both;
  float: none;
  box-sizing: border-box;
}
#product .product-title {
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  text-align: center;
  overflow: hidden;
}
#product .product-title span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #112240;
  text-align: center;
  font-size:14px;
  line-height: 1.42857143;
}
#product .product-title > span::before {
  right: 100%;
  content: '';
  position: absolute;
  top: 50%;
  width: 1000px;
  border-bottom: 1px solid #112240;
  opacity: .8;
  margin-right: 1.25rem;
}
#product .product-title > span::after {
  left: 100%;
  content: '';
  position: absolute;
  top:50%;
  width: 1000px;
  border-bottom: 1px solid #112240;
  opacity: .8px;
  margin-left: 1.25rem;
}
#product .product {
  height: 200px;
}
#product .product .producthalf {
  padding-top: 0px;
  width: 50%;
  height: 200px;
  background-color: #5574a7;
  background-size: cover;
  background-position-y: center;
  overflow: visible; 
}
#product .product .producthalf:nth-child(2n+1) {
  background-position-x:right;
}
#product .product .producthalf .inner {
  width: calc(1280px/2);
  background-image: none !important;
  overflow: hidden;
  display: flex;
  background-position-y:center;
  height: 200px;
}
#product .product .producthalf:nth-child(2n+1) .inner {
  margin-left: auto;
}
#product .product .producthalf .inner .part-a {
  padding: 1.5rem .75rem 1.5rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 200px;
}
#product .product .producthalf .inner .part-a h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  max-width: 100%;
  color: #fff;
}
#product .product .producthalf:nth-child(4n+1) .inner .part-a h2 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.54);
}
#product .product .producthalf .inner .part-a p {
  margin-top: .5rem;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
}
#product .product .producthalf:nth-child(4n+1) .inner .part-a p {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.54);
  opacity: .87;
}
#product .product .producthalf:nth-child(4n+1) .inner .part-b {
  margin-top: -10px;
  width: 530px;
  margin-right: -130px;
  flex: 0 0 auto;
  margin-left: auto;
}
#product .product .producthalf:nth-child(4n+2) .inner .part-b {
  margin-top: 0;
  width: 300px;
  margin-right: 0;
  flex: 0 0 auto;
  margin-left: auto;
}
#product .product .producthalf .inner .part-b img {
  width: 100%;
  border-style: none;
}
#product .productlist1 .producthalf .inner .part-a p {
  opacity: .54; 
}
#product .productlist1 .producthalf.part-a {
  background: url(../images/bg_livematches.jpg) no-repeat scroll 
}
#product .productlist2 .producthalf.part-b {
  background: url(../images/bg_virtualsports.jpg) no-repeat scroll 
}
#product .productlist2 .producthalf.part-a .inner .part-a h2 {
  text-shadow: none !important;
}
#product .productlist2 .producthalf.part-b .inner .part-a h2 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.54);
}
#product .productlist2 .producthalf.part-a .inner .part-a p {
  opacity: .54 !important; 
  text-shadow: none !important;
}
#product .productlist2 .producthalf.part-b .inner .part-a p {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.54);
  opacity: .87 !important;
}
#product .productlist2 .producthalf .inner .part-a a {
  margin-top: auto;
  font-size: 16px;
  font-weight: bold;
  padding: 0 2.5rem;
  height: 36px;
  transition: background-color .2s ease;
  max-width: 100%;
  color: #fff;
  background: #2f4e82;
  display: inline-flex;
  min-width: 0;
  min-height: 36px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  outline: none;
}
#product .productlist2 .producthalf .inner .part-a a:hover {
  background-color: #355995;
}
#product .productlist2 .producthalf .inner .part-a a .text {
  width: inherit;
  text-align: inherit;
  -webkit-align-self: center;
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#product .productlist2 .producthalf.part-b .inner .part-a a {
  color: #112240;
  background-color: rgba(255, 255, 255, 0.54);
}
#product .productlist2 .producthalf.part-b .inner .part-a a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
#product .productlist2 .producthalf:nth-child(4n+1) .inner .part-b {
  margin-top: 0;
  width: 350px;
  margin-right: 0;
  margin-left: auto;
  flex: 0 0 auto;
}
#product .productlist2 .producthalf:nth-child(4n+2) .inner .part-b {
  margin-top: 0px;
  margin-right: -10px;
  width: 330px;
  flex: 0 0 auto;
  margin-left: auto;
}
#product .productlist3 .producthalf.part-a {
  background: url(../images/bg_gaming.jpg);
}
#product .productlist3 .producthalf.part-a .inner .part-b {
  margin-top: -10px;
  width: 350px;
  margin-right: 0px;
  flex: 0 0 auto;
  margin-left: auto;
}
#product .productlist3 .producthalf .inner .part-a a {
  margin-top: auto;
  font-size: 16px;
  font-weight: bold;
  padding: 0 2.5rem;
  height: 36px;
  transition: background-color .2s ease;
  max-width: 100%;
  color: #fff;
  background: #2f4e82;
  display: inline-flex;
  min-width: 0;
  min-height: 36px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  outline: none;
}
#product .productlist3 .producthalf.part-b .inner .part-a a:hover {
  background-color: #355995;
}
#product .productlist3 .producthalf.part-b .inner .part-a a .text {
  width: inherit;
  text-align: inherit;
  -webkit-align-self: center;
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#product .productlist3 .producthalf.part-a .inner .part-a a {
  color: #112240;
  background-color: rgba(255, 255, 255, 0.54);
}
#product .productlist3 .producthalf.part-a .inner .part-a a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
#product .productlist3 .producthalf.part-b .inner .part-a p {
  opacity: .54 !important; 
  text-shadow: none !important;
}
#join {
  height: 100px;
  clear: both;
  overflow: hidden;
}
#join .wrapjoin {
  width: 500px;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
}
#join .wrapjoin .lobbyjoin {
  color: #112240;
  font-weight: bold;
  font-size: 30px;
  float: left;
  line-height: 100px;
}
#join .wrapjoin .btn-join {
  margin-left: 1.5rem;
  padding: 8.5px 2.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  background: #F77A00;
  transition: background-color .2s ease;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  margin-top: 33px;
}
#join .wrapjoin .btn-join:hover {
  background-color: #ff8712;
}
#footer {
  padding: 2.5rem 0;
  background: #112240;
}
#footer .textprint h1 {
	text-align:left;
}
#footer .textprint h2 {
	text-align:left;
}
#footer .textprint h3 {
	text-align:left;
}
#footer .textprint h4 {
	text-align:left;
}
#footer .over .part-a:nth-child(1) {
  width: 358.4px;
  height: auto;
}
#footer .over .part-a:nth-child(1) > a {
  display:block;
  background:url(../images/1bandar-foot.png) no-repeat scroll 0px 0px;
  width:256px;
  height:130px;
  margin-bottom: 1.5rem;
  opacity: 0.3;
}
#footer .over .part-a:nth-child(1) p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #586479;
}
#footer .over .part-a:nth-child(1) h1 {
  font-size: 10px;
  font-weight: 400;
  margin: 10px 0px 5px;
  line-height: 1.42857143;
  color: #fff;
  opacity: .8;
}
#footer .over .part-a:nth-child(1) p:last-child {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #586479;
  padding-right: 20px;
}
#footer .over .part-a:nth-child(1) p a {
  color: #586479;
}
#footer .over .part-a:nth-child(1) p a {
  color: #586479;
}
#footer .over .part-a:nth-child(2) {
  padding: 0 1rem;
  height: auto;
  width: 230.4px;
}
#footer .over .part-a:nth-child(3) {
  padding: 0 1rem;
  height: auto;
  width: 230.4px;
}
#footer .over .part-a:nth-child(4) {
  padding: 0 1rem;
  height: auto;
  width: 230.4px;
}
#footer .over .part-b {
  padding: 0 1rem;
  height: auto;
  width: 230.4px;
}
#footer .footheading {
  padding: 0 .5rem .5rem;
  color: #fff;
  opacity: .8;
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
}
#footer .footitem {
  padding: .25rem .5rem;
  font-size: 14px;
  opacity: .4;
  display: block;
}
#footer .footitem:hover {
  opacity: 1;
}



























.widget-area {
    display:block;
}
#fixcontact {
    position:fixed;
    top:180px;
    z-index:9999999;
}
#fixcontact .kiricontact:hover {
    position:absolute;
    left:-10px;
}
#fixcontact .kiricontact a {
    width:300px;
    height:75px;
    display:block;
    border-radius: 0px 5px 5px 0px;
    background: url(../images/contact-bg.jpg) repeat-x scroll 0 0;
}
#fixcontact .kiricontact a p {
    float: left;
    line-height: 75px;
    font-size: 18px;
    padding-left: 30px;
    font-family: 'Oswald',sans-serif;
}
#fixcontact .kiricontact a img {
    float: right;
}
#fixcontact .kiricontact1{
    position:absolute;
    left:-225px;
    top:0px;
}
#fixcontact .kiricontact2{
    position:absolute;
    left:-225px;
    top:80px;
}
#fixcontact .kiricontact3{
    position:absolute;
    left:-225px;
    top:160px;
}
#fixcontact .kiricontact4{
    position:absolute;
    left:-225px;
    top:141px;
}
#fixcontact .kiricontact5{
    position:absolute;
    left:-225px;
    top:188px;
}
#fixcontact .kiricontact6{
    position:absolute;
    left:-225px;
    top:235px;
}
#fixcontact .kiricontact7{
    position:absolute;
    left:-225px;
    top:282px;
}
#fixcontact .kiricontact8{
    position:absolute;
    left:-225px;
    top:329px;
}
#fixcontact .kiricontact9{
    position:absolute;
    left:-225px;
    top:376px;
}




























/*WORDPRESS*/
#content .container {
  overflow: hidden;
  clear: both;
}
#content #primary {
  margin-bottom: 34px;
  min-height: 750px;
  background: #5574A7;
  padding: 45px 25px;
  border-radius: 0px 0px 10px 10px;
}
#content  #primary #main {
  margin-top: 40px;
  box-shadow: inset 0px 0px 5px #000;
  background: #26416E;
  border-radius: 5px;
  min-height: 750px;
  border-bottom: 1px solid #1b1b1b;
}
#content  #primary #main article {
  border-radius: 10px;
  padding: 22px 30px;
  min-height: 750px;
}
#content  #primary #main article .entry-header .entry-title {
  font-weight: 600;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  margin-top: 20px;
}
#content  #primary #main article .entry-header .entry-title:hover a {
  color:#5574A7; 
}
#content  #primary #main article > .entry-content {
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
#content  #primary #main article > .entry-content h1{
    margin-top:20px;
    margin-bottom:10px;
}
#content  #primary #main article > .entry-content h2{
    margin-top:20px;
    margin-bottom:10px;
}
#content  #primary #main article > .entry-content h3{
    margin-top:20px;
    margin-bottom:10px;
}
#content  #primary #main article > .entry-content > p img {
  margin: 20px auto;
  display: block;
  max-width: 100%;
  height: auto;
}
#content  #primary #main article > .entry-content iframe {
  margin: 20px auto;
  display: block;
  max-width: 100%;
  border:none;
}
#content #primary #main article > .post-thumbnail img {
	margin: 20px auto;
	display: block;
	max-width: 100%;
  height: auto;
}
#secondary {
  display: none;
}

/*#secondary .searchbox .search-form {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
#secondary .searchbox .search-form .screen-reader-text {
  display: none;
}
#secondary .searchbox .search-form .search-field {
  width: 195px;
  height: 40px;
  background: #fff;
  border: none;
  padding: 10px 5px 10px 20px;
  font-family: "Roboto";
  font-size: 14px;
  color: #222;
}
#secondary .searchbox .search-form label {
  float: left;
}
#secondary .searchbox .search-form .search-submit {
  width: 55px;
  height: 40px;
  background: url(../images/btn-search.png) no-repeat scroll 0 0;
  border: none;
  cursor: pointer;
  float: right;
}
#secondary .popularpost h2 {
  color: #00fff8;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #00fff8;
  font-family: "Roboto";
  text-shadow: 0px 0px 5px #000;
  margin-bottom: 15px;
}
#secondary .popularpost a {
  display: block;
  width: 100%;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
  padding-left: 20px;
  background: url(../images/list-side.png) no-repeat scroll left top; 
}
#secondary .popularpost a:hover {
  color: #00fff8;
}
#secondary .popularvid {
  margin-top: 45px;
}
#secondary .popularvid h2 {
  color: #00fff8;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #00fff8;
  font-family: "Roboto";
  text-shadow: 0px 0px 5px #000;
  margin-bottom: 15px;
}*/
.blog main > header > .page-title {
  display:none;
}
.archive main > .page-header > .page-title {
	display:none;
}
#content  #primary #main article > .entry-content p {
  margin-bottom: 20px;
  color: #fff;
  opacity: 1;
  font-size:14px;
}
.navigation {
  display: none;
}
.search #primary #main > header > .page-title {
  padding: 40px 30px;
}
.search #content  #primary #main article {
  border-radius: 0px;
  padding: 20px 30px;
  min-height: 0px;
}
.search #content  #primary #main article .entry-header .entry-title {
  text-align: left;
  margin: 0 !important;
  display: block;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
}
.search #content  #primary #main article .entry-header .entry-title a {
  font-weight: 600;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  color: #00fff8;
  height: 44px;
  overflow: hidden; 
}
.search #content  #primary #main article .entry-header .entry-title a:hover {
  color: #fff;
}
.search article .entry-summary {
  margin-top: 20px;
}
.search article .entry-summary .more-link {
  display:  none;
}
.search .no-results {
  padding: 60px 30px 0px;
}
.search .no-results .page-header .page-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #00fff8;
  font-family: "Roboto";
  margin-bottom: 15px;
}
.search .no-results .page-content .search-form {
  display: none;
}
.search #content  #primary #main {
  padding: 10px 20px;
}

.search #primary > #main .wrap-artikel {
  position: relative;
  box-shadow: 5px 5px 5px 0px #000;
  margin-bottom: 8px;
  background: url(../images/bg-article.jpg) no-repeat scroll center top;
  background-size: contain;
  width: 100%;
  height: 227px;
  padding: 0px 20px;
  overflow: hidden;
}
.search #primary > #main .wrap-artikel > a {
  line-height: 50px;
  max-height: 50px;
  overflow: hidden;
  vertical-align: middle;
  color: #00f7f2;
  text-shadow: 0px 0px 5px #000;
  position: relative;
  z-index: 999;
  font-family: 'Roboto';
  text-transform: uppercase;
}
.search #primary > #main .wrap-artikel > a:hover {
  color: #fff;
}
.search #primary > #main .wrap-artikel > a h2 {
  font-size: 12px;
  padding-right: 85px;
  max-height: 45px;
  overflow: hidden;
}
.search #primary > #main .wrap-artikel .over .part-a {
  width: 520px;
  padding-top: 20px;
  padding-right: 25px;
}
.search #primary > #main .wrap-artikel .over .part-a p {
  font-size: 12px;
  text-shadow: 0px 0px 5px #000;
  line-height: 20px;
}
.search #primary > #main .wrap-artikel .over .part-a a {
  position: absolute;
  bottom: 0px;
  left: 18px;
}
.search #primary > #main .wrap-artikel .over .part-a a:hover img {
  opacity: 0.7;
}
.search #primary > #main .wrap-artikel .over .part-b {
  width: 210px;
}
.search #primary > #main .wrap-artikel .over .part-b img {
  width: 200px;
  height: 160px;
  position: absolute;
  right: 25px;
  top: 45px;
  box-shadow: 0px 0px 5px 0px #000;
  z-index: 4;
}
.search #primary > #main .wrap-artikel .list-artikel {
  background: url(../images/pop-article.png) no-repeat scroll 0 0;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 240px;
  height: 85px;
  display: block;
  z-index: 10;
}
.search #primary > #main .light {
  height: 35px;
}
.search #primary #main .navigation .nav-links {
  height: 56px;
  background: url(../images/bg-pagination.png) no-repeat scroll center bottom;
  margin-top: 20px;
  position: relative;
  line-height: 60px;
  padding: 0px 130px;
}
.search #primary #main .navigation .nav-links .prev {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 20px;
  margin-top: 19px;
  background: url(../images/prev.png) no-repeat scroll 0 0;
}
.search #primary #main .navigation .nav-links .prev:hover {
  opacity: 0.7;
}
.search #primary #main .navigation .nav-links .next {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  margin-top: 19px;
  background: url(../images/next.png) no-repeat scroll 0 0;
}
.search #primary #main .navigation .nav-links .next:hover {
  opacity: 0.7;
}
.search #primary #main .navigation .nav-links .page-numbers {
  padding: 0px 22px;
  z-index: 99;
  font-family: 'Roboto';
  display: inline-block;
}
.search #primary #main .navigation .nav-links .page-numbers:hover {
  color: #00b0e2;
}
.search #primary #main .navigation .nav-links .page-numbers.current {
  background: url(../images/active-pagination.png) no-repeat scroll center top;
}
.search #primary #main .navigation .nav-links .page-numbers.current:hover {
  color: #fff;
}
.archive #primary #main .navigation .nav-links {
  height: 56px;
  background: url(../images/bg-pagination.png) no-repeat scroll center bottom;
  margin-top: 20px;
  position: relative;
  line-height: 60px;
  padding: 0px 130px;
}
.archive #primary #main .navigation .nav-links .prev {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 20px;
  margin-top: 19px;
  background: url(../images/prev.png) no-repeat scroll 0 0;
}
.archive #primary #main .navigation .nav-links .prev:hover {
  opacity: 0.7;
}
.archive #primary #main .navigation .nav-links .next {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  margin-top: 19px;
  background: url(../images/next.png) no-repeat scroll 0 0;
}
.archive #primary #main .navigation .nav-links .next:hover {
  opacity: 0.7;
}
.archive #primary #main .navigation .nav-links .page-numbers {
  padding: 0px 17px;
  z-index: 99;
  font-family: 'Roboto';
  display: inline-block;
}
.archive #primary #main .navigation .nav-links .page-numbers:hover {
  color: #00b0e2;
}
.archive #primary #main .navigation .nav-links .page-numbers.current {
  background: url(../images/active-pagination.png) no-repeat scroll center top;
}
.archive #primary #main .navigation .nav-links .page-numbers.current:hover {
  color: #fff;
}
.archive #content  #primary #main {
  padding: 20px;
}
.archive #primary > #main .wrap-artikel {
  position: relative;
  box-shadow: 5px 5px 5px 0px #000;
  margin-bottom: 8px;
  background: url(../images/bg-article.jpg) no-repeat scroll center top;
  background-size: contain;
  width: 100%;
  height: 227px;
  padding: 0px 20px;
  overflow: hidden;
}
.archive #primary > #main .wrap-artikel > a {
  line-height: 50px;
  max-height: 50px;
  overflow: hidden;
  vertical-align: middle;
  color: #00f7f2;
  text-shadow: 0px 0px 5px #000;
  position: relative;
  z-index: 999;
  font-family: 'Roboto';
  text-transform: uppercase;
}
.archive #primary > #main .wrap-artikel > a:hover {
  color: #fff;
}
.archive #primary > #main .wrap-artikel > a h2 {
  font-size: 12px;
  padding-right: 85px;
  max-height: 45px;
  overflow: hidden;
}
.archive #primary > #main .wrap-artikel .over .part-a {
  width: 520px;
  padding-top: 20px;
  padding-right: 25px;
}
.archive #primary > #main .wrap-artikel .over .part-a p {
  font-size: 12px;
  text-shadow: 0px 0px 5px #000;
  line-height: 20px;
}
.archive #primary > #main .wrap-artikel .over .part-a a {
  position: absolute;
  bottom: 0px;
  left: 18px;
}
.archive #primary > #main .wrap-artikel .over .part-a a:hover img {
  opacity: 0.7;
}
.archive #primary > #main .wrap-artikel .over .part-b {
  width: 210px;
}
.archive #primary > #main .wrap-artikel .over .part-b img {
  width: 200px;
  height: 160px;
  position: absolute;
  right: 25px;
  top: 45px;
  box-shadow: 0px 0px 5px 0px #000;
  z-index: 4;
}
.archive #primary > #main .wrap-artikel .list-artikel {
  background: url(../images/pop-article.png) no-repeat scroll 0 0;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 240px;
  height: 85px;
  display: block;
  z-index: 10;
}
.archive #primary > #main .light {
  height: 35px;
}
.archive #primary #main .navigation .nav-links {
  height: 56px;
  background: url(../images/bg-pagination.png) no-repeat scroll center bottom;
  margin-top: 20px;
  position: relative;
  line-height: 60px;
  padding: 0px 130px;
}
.archive #primary #main .navigation .nav-links .prev {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 20px;
  margin-top: 19px;
  background: url(../images/prev.png) no-repeat scroll 0 0;
}
.archive #primary #main .navigation .nav-links .prev:hover {
  opacity: 0.7;
}
.archive #primary #main .navigation .nav-links .next {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  margin-top: 19px;
  background: url(../images/next.png) no-repeat scroll 0 0;
}
.archive #primary #main .navigation .nav-links .next:hover {
  opacity: 0.7;
}
.archive #primary #main .navigation .nav-links .page-numbers {
  padding: 0px 22px;
  z-index: 99;
  font-family: 'Roboto';
  display: inline-block;
}
.archive #primary #main .navigation .nav-links .page-numbers:hover {
  color: #00b0e2;
}
.archive #primary #main .navigation .nav-links .page-numbers.current {
  background: url(../images/active-pagination.png) no-repeat scroll center top;
}
.archive #primary #main .navigation .nav-links .page-numbers.current:hover {
  color: #fff;
}
.home #primary #main article {
	display:none;
}

.blog #primary #main .navigation {
  display: none;
}
.blog #content #primary #main {
  padding: 20px;
}
.blog #content #primary #main table {
  display: none !important;
}
.blog #content #primary #main image {
  display: none !important;
}
.blog #content #primary #main video {
  display: none !important;
}
.blog #content #primary #main iframe {
  display: none !important;
}
.blog #content .blocks-gallery-item figure {
  display: none !important  ;
}
.blog #content #primary #main article {
  max-height: 200px !important;
  min-height: 0px !important;
  margin-bottom: 50px;
  overflow: hidden;
}
.blog #content #primary #main article img {
  display:none !important;
}
.blog #content #primary #main article figcaption {
  display:none !important;
}
.blog #content #primary #main article iframe {
  display:none !important;
}
.blog #content #primary #main article table {
  display:none !important;
}
.blog #content #primary #main article video {
  display:none !important;
}
.blog #content #primary #main article a {
  color: #fff;
}
.blog #content #primary #main article .entry-content h1 {
  display: none;
}
.blog #content #primary #main article .entry-content h2 {
  display: none;
}
.blog #content #primary #main article .entry-content h3 {
  display: none;
}
.blog #content #primary #main article .entry-content h4 {
  display: none;
}
.blog #content #primary #main article .entry-content h5 {
  display: none;
}
.blog #content #primary #main article .entry-content h6 {
  display: none;
}
.blog main > header > .page-title {
  display:none;
}
.blog article .entry-content #toc_container {
	display:none;
}

.archive #primary #main .navigation {
  display: none;
}
.archive #content #primary #main {
  padding: 20px;
}
.archive #content #primary #main table {
  display: none !important;
}
.archive #content #primary #main image {
  display: none !important;
}
.archive #content #primary #main video {
  display: none !important;
}
.archive #content #primary #main iframe {
  display: none !important;
}
.archive #content .blocks-gallery-item figure {
  display: none !important  ;
}
.archive #content #primary #main article {
  max-height: 200px !important;
  min-height: 0px !important;
  margin-bottom: 50px;
  overflow: hidden;
}
.archive #content #primary #main article img {
  display:none !important;
}
.archive #content #primary #main article figcaption {
  display:none !important;
}
.archive #content #primary #main article iframe {
  display:none !important;
}
.archive #content #primary #main article table {
  display:none !important;
}
.archive #content #primary #main article video {
  display:none !important;
}
.archive #content #primary #main article a {
  color: #fff;
}
.archive #content #primary #main article .entry-content h1 {
  display: none;
}
.archive #content #primary #main article .entry-content h2 {
  display: none;
}
.archive #content #primary #main article .entry-content h3 {
  display: none;
}
.archive #content #primary #main article .entry-content h4 {
  display: none;
}
.archive #content #primary #main article .entry-content h5 {
  display: none;
}
.archive #content #primary #main article .entry-content h6 {
  display: none;
}
.archive main > header > .page-title {
  display:none;
}
.archive article .entry-content #toc_container {
	display:none;
}
.floatsoc {
    position: fixed;
    z-index:9999999;
    top:200px;
    right:-197px;
}
.floatsoc .hover {
}
.floatsoc .hover img {
    position:relative;
    right:0px;
    box-shadow: 0px 0px 5px #000;
    display:block;
    margin-bottom:5px;
}
.floatsoc .hover:hover img {
    right:232px;
    transition: all .2s ease-in-out;
    transform: scale(1.3);
    z-index:9999;
}
@keyframes shake-circle-01 {
  0% { transform: translate(-3px, 3px); }
  33% { transform: translate(-3px, 6px); }
  66% { transform: translate(-6px, 6px); }
  100% { transform: translate(-6px, 3px); }
}
.whatsapp {
    position: fixed;
    z-index:9999999;
    width:70px;
    height:70px;
    bottom:40px;
    left: 25px;
}
.whatsapp img {
    width:100%;
    height:100%;
}
.whatsapp:hover img {
    filter: hue-rotate(25deg);
    animation: shake-circle-01 .1s infinite alternate
}

#myBtn {
    display: none;
}

/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 100%;
  max-width:1000px;
}

.modal-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}