/*
Theme Name: Envo Magazine
Theme URI: https://envothemes.com/free-envo-magazine/
Author: EnvoThemes
Author URI: https://envothemes.com/
Description: Envo Magazine is a fast, clean, and modern-looking responsive magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Envo Magazine is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals, and any creative website. Envo Magazine is SEO friendly, WPML, translation and RTL ready. DEMO: https://envothemes.com/envo-magazine/
Version: 1.3.3
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, full-width-template, right-sidebar, custom-background, custom-menu, custom-header, editor-style, featured-images, translation-ready, custom-logo, threaded-comments, footer-widgets, rtl-language-support, theme-options, news, blog, e-commerce
Text Domain: envo-magazine
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* WordPress Core */
body{
    background-color: #cecece;
}
.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 0 0;
    color: #000;
}
/* Recommended CSS from WP for defined content width support */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}
img {
    
    height: auto;
}
.sticky,
.bypostauthor {}
table { 
    width: 100%; 
    border-collapse: collapse; 
}
th { 
    font-weight: bold; 
}
td, th { 
    padding: 6px; 
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
body, html {
    overflow-x: hidden;
}
body {
    font-family: 'Roboto Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0;
    color: #404040;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    word-wrap: break-word;
}
a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: #0a29cd;
}   
h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    font-weight: 700;
    color: #000;
    letter-spacing: -.02em;
}
.page-header a {
    border-bottom: 0;
    color: #000;
}
a:active {
    border-bottom: none;
}
.main-container {
    background-color: #fff;
    margin: auto;
    width: 80%;
    }

.homepage-row.row {
    margin: 0;
    padding: 60px 0 0 0;
    background: #fff;
    color: black;
}
.menu-container {
    max-width: 80%;
    font-size: 14px;
}
.navbar-nav li.fa {
    display: block;
    position: relative;

}
@media (min-width: 768px) {
	.plison{
		display:block;
		width:100%;
		max-width:100%;
	}
	
    .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;

}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: #0a29cd;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom,#0a29cd 0,#0a29cd 100%);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #0a29cd;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;

}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;

}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
    #site-navigation,
#site-navigation.shrink {
    background-color: #ff9900;
    margin: auto;

    /*    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#ff9900 0,#222 100%);
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    */
    border: none;
}
#site-navigation, nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    border-radius: 0;

}
#site-navigation.shrink {
    min-height: 50px;
    position: fixed;
    width: 80%;;
    z-index: 9999;
    top: 0;

}
#content-footer-section {
    /*background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    width: 75%;*/
    
    background-color: #0e29cd;
    color: #ffffff;
    padding: 15px;
    clear: both;
    width: 80%;
    align-content: center;
}
.content-foot{
    width: 80%;
}
#content-footer-section .news-item h2 a {
    color: #fff;
}
    .main-menu {
   /* position: relative;*/
     border-top: 1px solid white;
     border-bottom: 1px solid white;
     width: 80%;
     margin: auto;;
    }
    .site-branding-text {
    z-index: 99;
    position: relative;
    display: inline-block;
    }
    .site-heading {
    width: 100%;
    }
    .site-header {
    margin-top: 10px;
    background-color: white;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;x;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    width: 80%;
    }
   .site-branding-logo {
        width: 100%;
        margin: auto;
        float: left !important;
    }
    .site-branding-logo img{
    width: 100%;
    float: left;
    left: 0;
    position: relative;
    margin: auto;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    }
    .nav > li > a:before {

        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #f90;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .nav > li:hover > a:before {
        width: 100%;
        left: 0;

    }
    .navbar-nav > li > a {

        padding-top: 20px;
        padding-bottom: 20px;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;

    }
    .shrink .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;   


    }
    #menu-data {
        margin-left:10px;
    }
    #menu-data > .active {
        background-color: #0e2988;
    }
    #menu-data  > li:hover{
        background-color: #0e29cd;
    }
    #menu-data  > li:focus{
        background-color: #0e29cd;
    }
    #menu-data ul > li:hover {
        background-color: #0e29cd;
    }

    .shrink.navbar li.fa:before {
        top: 16px;;


    }
    .navbar-nav li:hover .dropdown-menu{

        visibility:visible;
        
        border-radius: 0;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        background-color: #0e29cd;

    }
    #site-navigation .container{
        padding-left: 0;
        padding-right: 0;
        
        margin: auto;
        
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: white;
        margin: auto;

    }
    .menu-container {
        float: left;
        max-width: 100%;

    }
    .menu-item-has-children li.fa:before {
        top: 6px !important;

    }
}
@media (min-width: 600px) {
    .admin-bar #site-navigation.shrink {
        top: 32px;

    }
	.plison{
		display:block;
		width:100%;
		max-width:100%;
	}

}
@media (min-width: 992px) {
    .menu-container {
        max-width: 89%;
    }

	.plison{
		display:block;
		width:100%;
		max-width:100%;
	}
}
@media (max-width: 767px) {
	.plison{
		display:block;
		width:100%;
		max-width:100%;
	}
	
  .hidden-xs2 {
    float: right;
    padding-left: 2%
    padding-right: 2%;
    color: white;
    background-color: #ff9900;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#ff9900 0,#ff9900 100%);
   }
   .hidden-xs2:hover, .hidden-xs2:focus {
    background-color: #0a29cd;
   }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;

}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  background-color: #0a29cd;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
  background-color: #ff9900;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom,#ff9900 0,#ff9900 100%);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #0a29cd;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;

}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;

}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
    #site-navigation,
#site-navigation.shrink {
    background-color: #ff9900;
    margin: auto;

    /*    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#ff9900 0,#222 100%);
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    */
    border: none;
}
#site-navigation, nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    border-radius: 0;

}
#site-navigation.shrink {
    min-height: 50px;
    position: fixed;
    width: 95%;
    z-index: 9999;
    top: 0;
    

}
    #content-footer-section {
    /*background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    width: 75%;*/
    
    background-color: #0e29cd;
    color: #ffffff;
    padding: 15px;
    clear: both;
    width: 95%;
    align-content: center;
}
.content-foot{
    width: 95%;
}
#content-footer-section .news-item h2 a {
    color: #fff;
}
     .main-container {
    background-color: #fff;
    margin: auto;
    width: 95%;
     
    }
    .main-menu {
   /* position: relative;*/
     border-top: 1px solid white;
     border-bottom: 1px solid white;
     width: 95%;
     margin: auto;;
}
.site-header {
    margin-top: 10px;
    background-color: white;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;x;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    width: 95%;
    }
   .site-branding-logo {
        width: 100%;
        margin: auto;
        float: left !important;
    }
    .site-branding-logo img{
    width: 100%;
    float: left;
    left: 0;
    position: relative;
    margin: auto;
        border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    }

    .nav > li.active > a:after, .current-page-parent:after {
        height: 0 !important;
        background-color: transparent !important;
    }
    .navbar-nav a:hover, .navbar-nav a:focus {
        color: #ffffff !important;
        background-color: #0e29cd;
        /*background-repeat: repeat-x;
        background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);*/
    }
    .menu-container {
        width: 50%;
        position: absolute;
        left: -80px;
        transform: translate3d(-100%, 0, 0);
        overflow-y: auto;
        overflow-x: auto;
        height: 100vh;
        padding-bottom: 60px;
        z-index: 9;
        background-color: #fff;
    }
    .openNav .menu-container {
        transform: translate3d(0, 0, 0);
        transition: transform 500ms ease;
        margin-top: 60px;
        left: 0;
    }
    .openNav .shrink .menu-container {
        margin-top: 50px;

    }
    .openNav .page-area {
        left: 0;
        transform: translate3d(50%, 0, 0);
        transition: transform 500ms ease;
        max-width: 68%;
    }
    .page-area {
        left: 0;
        transform: translate3d(0, 0, 0);
        transition: transform 500ms ease;
    }
    .navbar-nav {
        padding: 0;
        margin: 0;


    }
    .navbar-nav a {

        font-size: 14px;
        padding: 15px 10px !important;
        margin: 0 !important;
        line-height: 16px !important;
        background-color: #0a29cd;
        float: left !important;
        margin: 0px !important;
        width: 100%;
        text-transform: none !important;
        word-wrap: break-word;
        white-space: normal !important;
    }
    .navbar li.fa a {

        padding-left: 35px !important;
    }
    .navbar li.fa:before {

        top: 14px !important;
    }
    .navbar-nav li, .navbar-nav ul {

        padding: 0px !important;
        margin: 0px !important;
        overflow: hidden;
    }
    .open-panel {
        width: 32px;
        height: 320px;
        position: absolute;
        top: 18px;
        left: 22px;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .shrink .open-panel {
        top: 12px;


    }
    .open-panel span {
        border:2px solid #0a29cd;
        border-radius: 5px;
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #0a29cd;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    .open-panel span:nth-child(1) {

        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(2) {

        top: 9px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(3) {

        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel.open span:nth-child(1) {

        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 3px;
    }
    .open-panel.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .open-panel.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 3px;
    }
    .caret, .dropdown-submenu>a:after {
        display: none !important; 
    }
    .navbar-nav .dropdown-menu {

        width: 100%;
        display: block !important;
        left: 0 !important;
        position: relative !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .openNav .page-area:after {

        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #00000085;
        left: 0;
        z-index: 98;
    }

    .split-images .news-text-wrap h2 {
        font-size: 100%;
    }
    .featured-small-items .layout-two .news-thumb {
        padding-left: 15px !important;
    }
    
}
/*********************************************************************************
**********************************************************************************
**********************************************************************************
*******************************************/
@media (max-width: 991px) {
    .plison{
		display:block;
		width:100%;
		max-width:100%;
	}
	
	.featured-small-items .layout-two .news-thumb {

        padding-left: 15px !important;
    }
    .site-heading, .site-heading-sidebar, .site-branding-logo, #content-header-section {
        
        margin: auto;
        float: left !important;
    }
    .site-branding-logo img{
    width: 100%;
    float: left;
    left: 0;
    position: relative;
    }
}
.dropdown-menu > li > a {
    border-bottom: 0;
}
#site-navigation {
    min-height: 60px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.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;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {

    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {

    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #0e29cd;
}
.navbar-toggle {
    border: 1px solid #ccc;
}
.navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-nav > li > a {

    border-bottom: 0;
    text-transform: uppercase;
}
.nav > li.active > a:after, .current-page-parent:after {

    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0e29cd;
}
#top-navigation {
    border: none;
    border-radius: 0;
    background-color: #313131;
    z-index: 999;
    min-height: 32px;
}
#top-navigation .navbar-nav > li > a {
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    background-color: #313131;
    min-width: 32px;
}
#top-navigation .dropdown-menu {
    background-color: #313131;
}
#top-navigation .dropdown-menu > li > a, #top-navigation .nav .open > a {
    color: #fff;
    background-color: #313131;
}
#top-navigation .navbar-nav > li > a:hover, 
#top-navigation .dropdown-menu > li > a:hover, 
#top-navigation .nav .open > a:hover, 
#top-navigation .nav .open > a:focus {

    color: #000;
    background-color: #fff;
}
article {
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.updated:not(.published) {
    display: none;
}
.space-right {
    margin-right: 10px;
}
.main-content {
    float: left;
    width: 100%;
}
.page-header {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.single-entry-summary, .entry-footer {
    margin-top: 15px;
    width: 100%;
    clear: both;
}
.single-content.row {
    margin-bottom: 60px;
}
.tagcloud a {
    font-size: 15px !important;
    padding: 0px 6px;
    border: 1px solid;
    display: inline-block;
    margin-bottom: 5px;
}
input, textarea {
    background-color: #fff;
    padding: 6px;
    color: #464a4c;
    border-radius: 0;
    margin-bottom: 10px;
}
select {
    max-width: 100%;
    padding: 5px;
    color: #000;
}
.comment-respond label,
.comment-respond input {
    width: 100%;
}
#sidebar {
    display: inline-block;
    max-width: 100%;
}
.page-area {
    padding-top: 15px;
}
.widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
}
.widget ul {
    padding-left: 0;
    list-style-type: none;
}
.widget li > ul {
    padding-left: 15px;
}
.widget ul li {
    margin: 4px 0px 0px;
    padding: 0px 0px 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget-title {
    font-size: 18px;
    position: relative;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    background: #0e29cd;
    border-top-left-radius: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.widget-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #dddddd;
    left: 0px;
    z-index: 6;
}
.widget-title h3 {
    font-size: 18px;
    position: relative;
    z-index: 5;
    color: #fff;
    float: left;
    padding: 10px 20px;
    margin: 0;
    left: 5px;
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 18px;
}
.widget-title h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
}
.section-title {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    overflow: hidden;
}
.section-title:after {
    content: '';
    position: absolute;
    right: 0;
    
    height: 2px;
    background-color: #eaeaea;
    left: 16px;
    z-index: 6;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.section-title .widget-title {
    width: auto;
    margin-left: 2px;
    float: left;
}
.section-title .widget-title a {
    float: left;
}
.section-title .widget-title:after {
    display: none;
}
.section-title a {
    position: relative;
    z-index: 3;
    color: #000;
    padding: 14px 14px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    float: left;
   
    font-style: normal;
}
.section-title a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    right: -15px;
    bottom: 2px;
    background-color: #eaeaea;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}
h1.site-title, .site-title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 28px;
    word-wrap: break-word;
    font-weight: 700;
    color: #000;
    letter-spacing: -.02em;
}
p.site-description {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar {
    margin-bottom: 0;

}


.shrink h1.site-title, .shrink .site-title {
    font-size: 19px;
    line-height: 23px;
}
.shrink p.site-description {
    font-size: 12px;
    line-height: 15px;
}
.featured-thumbnail {
    width: 100%;
    position: relative;
}
.featured-thumbnail img {
    width: 100%;
    text-align: center;
}
.single-page-header {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
}
nav.navigation.pagination {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .current {
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
nav.navigation.pagination .nav-links a:before, nav.navigation.pagination .current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
    border: 1px solid #b5b5b5;
}
nav.navigation.pagination .current {
    color: #fff;
}
nav.navigation.pagination .current:before {
    background-color: #0e29cd;
    border: 1px solid #0e29cd;

}

.footer-credits {
    /*
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    */
  margin:auto;

}
.footer-credits-text {
    padding: 10px 0;
    color: #fff;
}
.top-search-icon {
    margin-right: 15px;
}
li.home-icon.front_page_on {
    background-color: #0e29cd;
}
li.home-icon.front_page_on a, li.home-icon.front_page_on a:hover {
    color: #fff;
}
li.home-icon a {
    padding-left: 20px;
    padding-right: 20px;
}
li.home-icon.front_page_on:before {
    position: absolute;
    content: "";
    top: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0e29cd;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.taxonomy-description {
    margin-bottom: 20px;
}
.single-footer.row {
    clear: both;
}
/* Search styling */
.top-search-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99999;
    width: 280px;
}
form#searchform, .search-icon {
  
    padding-right: 5px;
    position: relative;
}
#searchsubmit {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 80px;
    color: #fff;
    background-color: #0e29cd;
}
input#s {
    width: 100%;
    padding-right: 90px;
}

/* Comments */
.comment-form #comment, .comment-form #submit {
    width: 100%;
}

cite.fn {
    font-weight: bold;
}
a.comment-reply-link {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.reply {
    margin: 20px 0;
}
.comment-meta.commentmetadata {
    margin: 10px 0;
    font-size: 12px;
    font-style: normal;
}
.comment-body {
    margin-bottom: 40px;
}
.commentlist li {
    list-style-type: none;
}
img.lazy {
    opacity: 0;
    transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
}
.error-template {
    padding-bottom: 60px;
}
.btn-default, input[type="submit"], input#submit, button, a.comment-reply-link { 
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #8e8e8e;
}
input#submit:hover, .btn-default:hover, input[type="submit"]:hover, button:hover, a.comment-reply-link:hover { 
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.inner-wrapper {
    display: block;
    margin-bottom: 15px;
}
.cat-links, .tags-links {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
.posted-date,
.cat-links a,
.cat-links span,
.tags-links span {
    position: relative;
    z-index: 5;
    color: #fff;
    padding: 3px 15px;
    font-size: 12px;
    font-weight: 300;
    margin-left: 4px;
    font-style: normal;
}
.comments-meta {
    position: relative;
    z-index: 5;
    color: #fff;
    padding: 0 8px;
    font-size: 12px;
    left: -12px;
    top: 4px;
    font-weight: 300;
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
    display: inline-block;
}
.comments-meta a {
    color: #fff;
}
.posted-date:before, 
.comments-meta:before,
.cat-links a:before,
.cat-links span:before,
.tags-links span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191919;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}
.comments-meta:before, 
.cat-links a:before {
    background-color: #0e29cd;
}
span.comments-meta i {
    margin-left: 5px;
}
.tags-links a {
    position: relative;
    color: #000;
    font-style: normal;
    opacity: 0.8;
    top: 2px;
    margin-right: 8px;
}
.tags-links a:nth-child(2n+1) {
    top: -2px;
}
.news-item {
    margin-bottom: 10px;
}
.news-item h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
}
.news-item.layout-two h2 {
    font-size: 18px;
}
.one-news-section .news-item h2 {
    margin-top: 10px;
    font-size: 28px;
}
.news-text-wrap.first-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-item h2 a {
    color: #000;
}
.news-thumb {
    margin-bottom: 10px;
}
.news-thumb img {
    width: 100%;
}
.post-excerpt {
    font-style: normal;
    font-weight: 300;
}
.author-meta-by {
    font-style: normal;
    opacity: 0.7;
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 300;
}
.author-meta a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.three-news-section .news-item:nth-child(3n+1),
.mix-col-section .news-item:nth-child(2n+2) {
    clear: both;
}

.popular-news-section .news-thumb,
.recent-news-section .news-thumb {
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}
.recent-news-section .news-item img,
.popular-news-section .news-item img {
    max-width: 100px;
}
.recent-news-section .news-item,
.popular-news-section .news-item {
    clear: both;
    display: inline-block;
    width: 100%;
}
.popular-news-section h2,
.extended-recent-posts h2 {
    font-size: 18px;
}
.featured-small-items .layout-two .news-thumb {
    padding-left: 0;
    padding-right: 0;
}

/* Split images news */
.inner-wrapper.split-images {
    width: 100%;
    position: relative;
}
.inner-wrapper.split-images, 
.split-box.news-item-1,
.split-slider {
    overflow: hidden;
    max-height: 480px; /* Split images height limitation - edit to max 641px */
    min-height: 200px;
}
.split-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: skewX(-20deg);
    overflow: hidden;
    -webkit-transition: left 1s;
    transition: left 1s;
    border-left: 10px solid #fff;
    z-index: 7;
    background-color: #323232;
}
.split-box .news-thumb {
    margin-bottom: 0;
    position: relative;
    bottom: 6px;
}
.split-slider .news-thumb {
    transform: skewX(20deg);
    position: relative;
    left: -120px;
    margin-bottom: 0;
}
.split-slider.news-item-2:hover {
    left: 15%;
}
.split-slider.news-item-2.split-slider-left {
    left: 15%;
}
.split-slider.news-item-3 {
    left: 75%;
    z-index: 9;
}
.split-slider.news-item-3:hover {
    left: 40%;
}
.split-images .news-text-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 45%;
    padding: 15px 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.84);
    color: #fff;
}
.split-images .news-text-wrap a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.84);
}
.split-slider .news-text-wrap {
    transform: skewX(20deg);
}

/* Menu social links */
.navbar a[href*="vk.com"], .navbar a[href*="dribbble.com"], .navbar a[href*="facebook.com"], .navbar a[href*="flickr.com"], .navbar a[href*="foursquare.com"], .navbar a[href*="plus.google.com"], .navbar a[href*="instagram.com"], .navbar a[href*="linkedin.com"], .navbar a[href*="pinterest.com"], .navbar a[href*="reddit.com"], .navbar a[href*="tumblr.com"], .navbar a[href*="twitter.com"], .navbar a[href*="vimeo.com"], .navbar a[href*="wordpress.com"], .navbar a[href*="wordpress.org"], .navbar a[href*="youtube.com"], .navbar a[href*="mailto:"], .navbar a[href*="twitch.tv"], .navbar a[href$="/feed/"] {
    text-indent: -9999px; 
}
.navbar a[href*="vk.com"]:after, .navbar a[href*="dribbble.com"]:after, .navbar a[href*="facebook.com"]:after, .navbar a[href*="flickr.com"]:after, .navbar a[href*="foursquare.com"]:after, .navbar a[href*="plus.google.com"]:after, .navbar a[href*="instagram.com"]:after, .navbar a[href*="linkedin.com"]:after, .navbar a[href*="pinterest.com"]:after, .navbar a[href*="reddit.com"]:after, .navbar a[href*="tumblr.com"]:after, .navbar a[href*="twitter.com"]:after, .navbar a[href*="vimeo.com"]:after, .navbar a[href*="wordpress.com"]:after, .navbar a[href*="wordpress.org"]:after, .navbar a[href*="youtube.com"]:after, .navbar a[href*="mailto:"]:after, .navbar a[href*="twitch.tv"]:after, .navbar a[href$="/feed/"]:after {
    font-family: "FontAwesome";
    text-indent: 0;
    display: block;
    float: left; 
}
.navbar a[href$="/feed/"]:after {
    content: "\f09e";
    color: #ff9900;
}
.navbar a[href*="vk.com"]:after {
    content: "\f189";
    color: #4a76a8;
}
.navbar a[href*="twitch.tv"]:after {
    content: "\f1e8";
    color: #6441A5;
}
.navbar a[href*="mailto:"]:after {
    content: "\f003";
}
.navbar a[href*="youtube.com"]:after {
    content: "\f167";
    color: #bb0000;
}
.navbar a[href*="wordpress.com"]:after, .navbar a[href*="wordpress.org"]:after {
    content: "\f19a";
    color: #0073aa;
}
.navbar a[href*="vimeo.com"]:after {
    content: "\f194";
    color: #aad450;
}
.navbar a[href*="tumblr.com"]:after {
    content: "\f173";
    color: #32506d;
}
.navbar a[href*="reddit.com"]:after {
    content: "\f281";
}
.navbar a[href*="twitter.com"]:after {
    content: "\f099";
    color: #00aced;
}
.navbar a[href*="dribbble.com"]:after {
    content: "\f17d";
    color: #ea4c89;
}
.navbar a[href*="facebook.com"]:after {
    content: "\f09a";
    color: #3b5998;
}
.navbar a[href*="flickr.com"]:after {
    content: "\f16e";
    color: #ff0084; 
}
.navbar a[href*="foursquare.com"]:after {
    content: "\f180";
    color: #0072b1; 
}
.navbar a[href*="plus.google.com"]:after {
    content: "\f0d5";
    color: #dd4b39;
}
.navbar a[href*="instagram.com"]:after {
    content: "\f16d";
    color: #517fa4; 
}
.navbar a[href*="linkedin.com"]:after {
    content: "\f0e1";
    color: #007bb6; 
}
#site-navigation a[href*="pinterest.com"]:after {
    content: "\f231";
    color: #cb2027; 
}

.navbar li.fa:before {
    position: absolute;
    left: 10px;
    top: 21px;
    z-index: 5;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.navbar li.fa > a, #top-navigation.navbar li.fa > a {
    padding-left: 35px;
}
#top-navigation.navbar li.fa:before {
    top: 7px;
    color: #fff;
}
#top-navigation.navbar li.fa:hover:before {
    color: #000;
}

.prev-next-links img {
    max-width: 74px;
}
.prev-next-links {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}
.prev-next-links-title {
    margin-top: 18px;
    font-style: normal;
    max-width: 60%;
    float: left;
    line-height: 18px;
}
.prev-next-links .arrowRight .prev-next-links-title {
    float: right;
}
.prev-next-links .arrowLeft, .prev-next-links .arrowLeft a {
    float: left;
    padding-right: 10px;
}
.prev-next-links .arrowRight, .prev-next-links .arrowRight a {
    float: right;
    padding-left: 10px;
}
.prev-next-links .arrowRight, .prev-next-links .arrowLeft {
    width: 50%;
}
.prev-next-links i {
    margin-top: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce mark, .woocommerce .mark {
    background-color: transparent;
    color: inherit;
}
.center-block2{
    align-content: center; 
    text-align: center;
}
.widget-title-custom {
    align-items: center;
    text-align: center;
    font-size: 18px;
    position: relative;
    
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    color: #0e29cd;
}
.widget-title-custom:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #dddddd;
    left: 0px;
    z-index: 6;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.widget-title-custom h3 {
    font-size: 18px;
    z-index: 5;
    color: #0e29cd;
    float: center;
    padding: 10px 20px;
    margin: 0;
    left: 5px;
    font-style: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 18px;
}
.widget-title-custom h3:before {
   
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    background-color: #0e29cd;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}

/*************************************************************************************************************/

/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
.navbar-default .navbar-collapse,.navbar-default .navbar-form{
border-color:#e7e7e7}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{
border-color:#101010}
.panel{
margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel-body{
padding:15px}
.panel-heading{
padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
.panel-heading>.dropdown .dropdown-toggle{
color:inherit}
.panel-title{
margin-top:0;margin-bottom:0;font-size:16px;color:inherit}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{
color:inherit}
.panel-footer{
padding:10px 15px;background-color:#0e29cd;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.list-group,.panel>.panel-collapse>.list-group{
margin-bottom:0}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{
border-width:1px 0;border-radius:0}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{
border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{
border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{
border-top-left-radius:0;border-top-right-radius:0}
.panel-heading+.list-group .list-group-item:first-child{
border-top-width:0}
.list-group+.panel-footer{
border-top-width:0}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{
margin-bottom:0}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{
padding-right:15px;padding-left:15px}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{
border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{
border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{
border-top-left-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{
border-top-right-radius:3px}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{
border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{
border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{
border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{
border-bottom-right-radius:3px}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{
border-top:1px solid #ddd}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{
border-top:0}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{
border:0}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{
border-left:0}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{
border-right:0}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{
border-bottom:0}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{
border-bottom:0}
.panel>.table-responsive{
margin-bottom:0;border:0}
.panel-group{
margin-bottom:20px}
.panel-group .panel{
margin-bottom:0;border-radius:4px}
.panel-group .panel+.panel{
margin-top:5px}
.panel-group .panel-heading{
border-bottom:0}
.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{
border-top:1px solid #ddd}
.panel-group .panel-footer{
border-top:0}
.panel-group .panel-footer+.panel-collapse .panel-body{
border-bottom:1px solid #ddd}
.panel-default{
border-color:#ddd}
.panel-default>.panel-heading{
color:#333;background-color:#6a90b4;border-color:#ddd}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#ddd}
.panel-default>.panel-heading .badge{
color:#0e29cd;background-color:#333}
.panel-default>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#ddd}
.panel-primary{
border-color:#6a90b4}
.panel-primary>.panel-heading{
color:#fff;background-color:#6a90b4;border-color:#6a90b4}
.panel-primary>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#6a90b4}
.panel-primary>.panel-heading .badge{
color:#6a90b4;background-color:#fff}
.panel-primary>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#6a90b4}
.panel-success{
border-color:#d6e9c6}
.panel-success>.panel-heading{
color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.panel-success>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#d6e9c6}
.panel-success>.panel-heading .badge{
color:#dff0d8;background-color:#3c763d}
.panel-success>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#d6e9c6}
.panel-info{
border-color:#bce8f1}
.panel-info>.panel-heading{
color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.panel-info>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#bce8f1}
.panel-info>.panel-heading .badge{
color:#d9edf7;background-color:#31708f}
.panel-info>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#bce8f1}
.panel-warning{
border-color:#faebcc}
.panel-warning>.panel-heading{
color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.panel-warning>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#faebcc}
.panel-warning>.panel-heading .badge{
color:#fcf8e3;background-color:#8a6d3b}
.panel-warning>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#faebcc}
.panel-danger{
border-color:#ebccd1}
.panel-danger>.panel-heading{
color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.panel-danger>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#ebccd1}
.panel-danger>.panel-heading .badge{
color:#f2dede;background-color:#a94442}
.panel-danger>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#ebccd1}

.test{
    background:#6a90b4;
    color: #fff;
    border:1px solid #ccc;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}
.coba, .coba a{
    margin-left:10px;

    color:black;
}
.coba a:hover{
    color:white;
    
}
.pull-left,gap-right{
    height:20px;
}
/***************************/
.cssTable {
    margin: 5px;
    clear:both;
    padding: 0px;
    max-width:100%;
    border:1px solid #ffffff;

    
    -moz-border-radius-bottom-left:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
    
    -moz-border-radius-bottom-right:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
    
    -moz-border-radius-top-right:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    
    -moz-border-radius-top-left:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
    background-color: rgb(240, 240, 240);

    border-bottom-style:solid;
    border-color:#0e29cd;

}

.cssTable a{
    color:#007FD3;
    text-decoration: none;
    font-weight: bold;
}
.cssTable h3 {
    font-size: 13px;
    color: rgb(23, 162, 206);
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
}
.cssTable table {
    width: 100%;
    border-width: thin;
    border-collapse: collapse;
    table-layout: fixed;
    font-weight: bold;
}
.cssTable tr:first-child td a,.cssTable tr:first-child th a{
    text-decoration: none;
    color: white;
    vertical-align:middle;
}

.cssTable tr:first-child,.cssTable tr:first-child th{
    cursor: pointer;
}

.cssTable #tableinfo tr td a,.cssTable #tableinfo tr th a{
    text-decoration: none;
    color: rgb(37, 159, 211);
    cursor: pointer;
}

.cssTable #tableintable #tableinfo tr td,.cssTable #tableinfo tr th{
color : oranye;
}

.cssTable tr td a:hover,.cssTable th td a:hover{
    color: white;
}
.cssTable tr:last-child td:last-child {
    -moz-border-radius-bottom-right:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}

.cssTable table tr:first-child td:first-child,.cssTable table tr:first-child th:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}

.cssTable table tr:first-child td:last-child {
    -moz-border-radius-top-right:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}

.cssTable tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}

.cssTable tr:nth-child(odd){ 
    background-color:#00c6d8;
}

.cssTable tr:nth-child(even){ 
    background-color:#F7F7F7;/*#ffffff;*/ 
}

.cssTable td, .cssTable th{
    vertical-align:top;
    border:1px solid #ffffff;
    border-width:0px 1px 1px 0px;
    padding:2px;
    font-size:13px;
    letter-spacing: .05em;
    padding: 5px;
    word-wrap:break-word;
    color:#666;
}

.cssTable tr:last-child td{
    border-width:0px 1px 0px 0px;
}

.cssTable tr td:last-child{
    border-width:0px 0px 1px 0px;
}

.cssTable tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}

.cssTable tr:first-child td,.cssTable tr:first-child th{
    background:-o-linear-gradient(bottom, #0e29cd 5%, #0e29cd 100%);    
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0e29cd), color-stop(1, #0e29cd) );
    background:-moz-linear-gradient( center top, #0e29cd 5%, #0e29cd 100% );
    background: -o-linear-gradient(top,#0e29cd,#02a3cc);

    background-color:#0e29cd;
    border:0px solid #ffffff;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:13px;
    color:#ffffff;
    vertical-align:middle;
}

.cssTable tr:first-child:hover td:hover,.cssTable tr:first-child:hover th:hover{
    background:-o-linear-gradient(bottom, #0e29cd 5%, #0e29cd 100%);    
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #02a3cc), color-stop(1, #02a3cc) );
    background:-moz-linear-gradient( center top, #0e29cd 5%, #0e29cd 100% );
    background-color:#0e29cd;
    color: white;
}

.cssTable tr:hover {
    background:-o-linear-gradient(bottom, #0e29cd 5%, #0e29cd 100%);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #02a3cc), color-stop(1, #02a3cc) );
    background:-moz-linear-gradient( center top, #0e29cd 5%, #0e29cd 100% );
    background-color:#0e29cd;
    color: white;
}

.cssTable tr:first-child td:first-child,.cssTable tr:first-child th:first-child{
    border-width:0px 0px 1px 0px;
}

.cssTable tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}


#tableDetilPerkara{
    background-color: snow;
    width: 100%;
    border-collapse: collapse;
    border-color: #0e29cd;
    border-width: 1px 1px 1px 1px;
}

.detil{
    border:1px solid #ffffff;
    border-color: #0e29cd;
    border-collapse: collapse;
    font-size: 13px;
    margin: 5px;
}

.detil #tableDetilPerkara tr td{
    padding: 6px;
    vertical-align: middle;
    font-size: 13px;
    word-wrap:break-word;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     white-space: pre-wrap;       /* css-3 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
     white-space: normal;
     
}

.detil #tableDetilPerkara tr td:first-child{
    background-color:#0e29cd;
    border-bottom:1px solid #ECEAEA;
}

.detil #tableDetilPerkara tr td.header{
    background:white;
    border:0px;
    font-size: 20px;
    color: #0e29cd; 
    text-align:center;
}
.detil #tableDetilPerkara tr td.divider{
    background-color:#A3DBA8;
    text-align:left;
}

.detil #tableDetilPerkara tr td.buttongroup{
    background-color:#fff;
    text-align:center;
}

.detil #tableDetilPerkara tr td a{
    color:#3598db;
    text-decoration: none;
}

#tableDetilPerkara td.first{
    white-space: nowrap;
    width: 1px;
}

#seperator{
    padding: 1px;
}

.detil #tableDetilPerkara table{

}
.detil #tableDetilPerkara table tr{

}

.detil #tableDetilPerkara table td{
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     white-space: pre-wrap;       /* css-3 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
     white-space: normal;
}

#detil_page{
    background-color: snow;
    width: 100%;
    border-collapse: collapse;
    border-color: #0e29cd;
    border-width: 1px 1px 1px 1px;
    font-size: 13px;
}

#detil_page table{
    font-size: 12px;
}

#detil_page tr td{
    padding: 6px;
    vertical-align: middle;
    font-size: 12px;
    word-wrap:break-word;
}

#infoPerkara{
    border-collapse:collapse;
}
#infoPerkara tr td{
    border-width: thin;
    padding: 6px;
    vertical-align: middle;
    font-size: 13px;
    word-wrap:break-word;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     white-space: pre-wrap;       /* css-3 word-break: break-all; */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
     white-space: normal;
     
}

#infoPerkara a{
    text-decoration: none;
    color: rgb(37, 159, 211);
    cursor: pointer;
}

#first-child{
    background-color: #0e29cd;
    border-bottom: 1px solid #ECEAEA;
    color:#111;
}

.removeformbottomspace{
    margin:0;
}

#infoPerkara tr td.divider{
    background-color:#A3DBA8;
    text-align:left;
    border-bottom:1px solid #ECEAEA;
}

#infoPerkara tr td.header{
text-align:left;
background:#fff;
color:#000;
margin-bottom:10px;
font-size: 20px;
}
#titleperkara{
        float: left;
    max-width: 100%;
    font-size: 20px;
    margin: 1px 5px 0px;
    color: #0e29cd;
    text-align: left;
}
.total_perkara {
    padding-top: 0;
    color: #17a2ce;
        text-align: right;
}
hr.thick-line {
    width: 99%;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    height: 0;
    border-bottom: 3px solid #0e29cd;
}






































/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Features - Layout Showcase - Core */
.layout-showcase {position: relative;}
.layout-showcase:after {display: table;content: "";*zoom: 1;clear: both;}
.layout-showcase ul {list-style: none !important;margin: 0;padding: 0;}

/* Features - Layout Showcase - Content */
.pagination-active {margin-bottom: 35px;}
.layout-showcase .sprocket-features-list {position: relative;overflow: hidden;padding: 0 !important;}
.layout-showcase .sprocket-features-list li {position: absolute;top: 0;left: 0;opacity: 0;width: 100%;height: 100%;display: none;}
.layout-showcase .sprocket-features-list li.active {position: static;height: auto;opacity: 1;display: block;}
.arrows-active .sprocket-features-list {margin-left: 50px;margin-right: 50px;}
.layout-showcase .sprocket-features-img-container img {float: left;margin-right: 25px;}
.layout-showcase .sprocket-features-list .sprocket-features-desc li {display: list-item;opacity: 1;position: relative;}

/* Features - Layout Showcase - Navigation */
.layout-showcase .sprocket-features-arrows .arrow {position: absolute;display: block;width: 24px;height: 24px;top: 50%;margin-top: -12px;border-radius: 1em;opacity: 0.5;cursor: pointer;z-index: 10;text-align: center;font-size: 2.2em;}
.layout-showcase .sprocket-features-arrows .prev {left: 10px;}
.layout-showcase .sprocket-features-arrows .next {right: 10px;}
.layout-showcase .sprocket-features-arrows .arrow:hover {opacity: 1;}
.sprocket-features.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {opacity: 1;}
.layout-showcase .sprocket-features-pagination {position: absolute;left: 50px;bottom: 15px;z-index: 10;padding: 0 !important;}
.layout-showcase .sprocket-features-pagination-hidden {display: none;}
.layout-showcase .sprocket-features-pagination li {display: inline-block;padding: 4px;opacity: 0.4;border-radius: 1em;cursor: pointer;}
.layout-showcase .sprocket-features-pagination li.active {opacity: 1;}
.layout-showcase .sprocket-features-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.pagination-active .sprocket-features-pagination {bottom: -30px;}

/* Features - Layout Showcase - Colors */
.layout-showcase .sprocket-features-pagination li, .layout-showcase .sprocket-features-arrows .arrow {background: #000;color: #fff;box-shadow: 1px 1px 1px rgba(255,255,255,0.5);}

/* Features - Layout Showcase - Transitions */
.layout-showcase .sprocket-features-pagination li, .layout-showcase .sprocket-features-arrows .arrow {-webkit-transition: opacity 0.2s ease-in;-moz-transition: opacity 0.2s ease-in;-o-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;}



.widget-title-new {
    font-size: 18px;
    position: relative;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.widget-title-new:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #dddddd;
    left: 10px;
    z-index: 6;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.widget-title-new h3 {
    font-size: 18px;
    position: relative;
    z-index: 5;
    color: #fff;
    float: left;
    padding: 10px 20px;
    margin: 0;
    left: 5px;
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 18px;
}
.widget-title-new h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6a90b4;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}

/******************************************
**************************
*********************************************
******************************************************************/
.widget-title-new p {
    color: black;
}
.widget-title-new2:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #dddddd;
    left: 10px;
    z-index: 6;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.widget-title-new2 h3 {
    font-size: 18px;
    position: relative;
    z-index: 5;
    color: #fff;
    float: left;
    padding: 10px 20px;
    margin: 0;
    left: 5px;
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 18px;
}
.widget-title-new2 h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6a90b4;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}
.Buttonss{
    color: #ff9900;
    border-radius: 5px;
    background-color: #0e29cd;
    padding-left: 5px;
    padding-right: 5px;
}
.Buttonss:hover{
    color: #fff;
    border-radius: 5px;
    background-color: #0e29fd;

}

































.news-item-custom {
    
    color: #337ab7;
    margin-bottom: 0px;
    border-bottom: 1px dashed;
    border-bottom-color: currentcolor;
    margin-right: 1%;
    margin-left: 1%;
}
.news-item-custom:hover {
    text-decoration-color: #337ab7;
    text-decoration: underline;
}
.news-item-custom h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 2px;
    font-weight: 400;
}
.news-item-custom.layout-two h2 {
    font-size: 18px;
}
.one-news-section .news-item-custom h2 {
    margin-top: 10px;
    font-size: 28px;
}
.news-text-wrap.first-wrap {
   
    margin-bottom: 10px;

}
.news-item-custom h2 a {
    color: #337ab7;
}

.section-title-custom {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    overflow: hidden;
}
.section-title-custom:after {
    content: '';
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #dddddd;
    left: 16px;
    z-index: 6;
    margin-bottom: 10px;
    bottom: 0;
}
.section-title-custom .widget-title {
    width: auto;
    margin-left: 2px;
    float: left;
}
.section-title-custom .widget-title a {
    float: left;
}
.section-title-custom .widget-title:after {

    display: none;
}
.section-title-custom a {
    position: relative;
    z-index: 3;
    color: #000;
    padding: 14px 14px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    float: left;
    font-style: normal;
}
.section-title-custom a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    right: -15px;
    bottom: 2px;
    background-color: #eaeaea;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}
.homepage-area-2 > .widget_custom_html{
    background-color: #fff;
    max-width: 99.9%;
    margin: auto;
    box-shadow: 0px 10px 10px #888888;
    margin-bottom: 10px;
}

.mimzyshadow{
    background-color: white;
    box-shadow: 0px 10px 10px #888888;
    max-width: 99.9%;
    margin: auto;
    box-shadow: 0px 10px 10px #888888;
    margin-bottom: 10px;
}
#envo-magazine-two-column-news-custom-500{
    background-color: #fff;
    max-width: 99.9%;
    margin: auto;
    box-shadow: 0px 10px 10px #888888;
    margin-bottom: 10px;
}


#envo-magazine-two-column-news-custom-1{
    background-color: #fff;
    max-width: 99.9%;
    margin: auto;
    box-shadow: 0px 10px 10px #888888;
    margin-bottom: 10px;
}

#envo-magazine-two-column-news-custom-2{
    background-color: #fff;
    max-width: 99.9%;
    margin: auto;
    box-shadow: 0px 10px 10px #888888;
    margin-bottom: 10px;
}
#envo-magazine-two-column-news-custom-3{
    background-color: #fff;
    max-width: 99.9%;
    margin: auto;
    box-shadow: 0px 10px 10px #888888;
    margin-bottom: 10px;
}
#envo-magazine-two-column-news-custom-4{
    background-color: #fff;
    max-width: 99.9%;
    margin: auto;
    box-shadow: 0px 10px 10px #888888;
    margin-bottom: 10px;
}
#envo-magazine-two-column-news-custom-5{
    background-color: #fff;
    max-width: 99.9%;
    margin: auto;
    box-shadow: 0px 10px 10px #888888;
    margin-bottom: 10px;
}
.envo-magazine-two-column-news-custom-2{
    background-color: #fff;
    max-width: 99.9%;
    margin: auto;
    box-shadow: 0px 10px 10px #888888;
    margin-bottom: 10px;
}
#footermodule{
    box-shadow: 0px 0px 0px 15px #337ab7;
    max-width: 100%;
    margin-bottom: 10px;    
    background-color: #337ab7; 
    margin-top: 2%; 
    margin-bottom: 2%;
} 


article {
    clear: both;
    border-bottom: dotted 1px #cccccc;
    background: #fefefe;
}
article a {
    text-decoration: none;
    
}
article .title {
    font-size: 1em;
}
article .date {
    font-size: 0.8em;
}
.imgart-responsive {
    width: 100%;
    margin-left: 0px;
    height: 165px;
    margin: 1% auto 5%;
    display: block;
}
.box h1 {
    font-size: 1.2em;
    height: 24px;
    margin: 0;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd;
    padding-bottom: 7px;
}

.w33p {
    width: 33.3%;
}
.pull-left {
    float: left;
}

#informasi_publik_by_mimzy-2 a,#informasi_publik_by_mimzy-3 a,#informasi_publik_by_mimzy-4 a,#informasi_publik_by_mimzy-5 a,#informasi_publik_by_mimzy-6 a {
    color: #337ab7;
}
#informasi_publik_by_mimzy-2 a:hover,#informasi_publik_by_mimzy-3 a:hover,#informasi_publik_by_mimzy-4 a:hover,#informasi_publik_by_mimzy-5 a:hover,#informasi_publik_by_mimzy-6 a:hover {
    text-decoration: underline;
}
article a:hover{
    text-decoration: underline;
}



.h3eckr {
    border-top: 10px solid #222;
}
.h3eckr {
    width: 0;
    height: 0;
    line-height: 0;
    border-right: 11px solid transparent;
    top: 100%;
    right: 0;
    position: absolute;
}
#wrapper #rightcol h3.moduleh3 {
    background-color: #144f89;
    color: #ddd;
    border-top: 1px solid #555;
    border-left: 1px solid #999;
    border-right: 1px solid #555;
}
#wrapper #rightcol h3.moduleh3 {
    min-height: 30px;
    line-height: 30px;
    margin: 10px -20px 0 0;
    padding: 0 30px 0 10px;
    text-align: right;
    position: relative;
    border-radius: 5px 5px 0 0;
    border-top-left-radius: 5px;
}
#leftcol h3.moduleh3, #rightcol h3.moduleh3 {
    font-size: 120%;
    background-image: url('../images/h3-module1.png');
    background-repeat: repeat-x;
    border-bottom: 0;
}

.wp-tabbed-widget{
   box-shadow: 0px 10px 10px #888888; 
}

.widget_rss .widget-title a{
	color: rgba(225, 225, 225, 1);
}

.widget_rss .widget-title img {
	display: none;
}

.widget_rss li {
	margin-bottom: 0.5rem;
}

.widget_rss li a {
	display: block;
	color: rgba(51, 122, 183, 1);
}

.widget_rss li .rss-date {
	display: inline-block;
	margin-right: 0.5rem;
}

.widget_rss li .rss-date, .widget_rss li cite {
	color: rgba(51, 122, 183, 1);
	font-size: 1.2rem;
}

.widget_rss li .rssSummary {
	font-size: 1.5rem;
	display: inline;
}

/*wa plison
.floating{
	position:fixed;
	width:80px;
	height:80px;
	bottom:80px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:5px;
	text-align:center;
       font-size:20px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
	
}
.floating:hover {
  background-color: DodgerBlue;
}

i .float-button{
	padding-top:50px;
}*/
