html {
     line-height: 1.15;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100% 
}
 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     border-width: 0 
}
 body {
     margin: 0;
     background-color: #fff;
     color: #111;
     font-family: 'Open Sans', 'Arial', sans-serif;
     font-size: 14px;
     overflow-x: hidden;
     font-weight: 400 
}
 article, aside, footer, header, nav, section {
     display: block 
}
 h1 {
     font-size: 2em;
     margin: .67em 0 
}
 ul {
     padding: 0;
     margin: 0 
}
 li {
     list-style: none 
}
 figcaption, figure, main {
     display: block 
}
 .material-icons {
     vertical-align: middle 
}
 figure {
     margin: 1em 40px 
}
 code {
     padding: 3px 10px;
     font-size: 90%;
     color: #c7254e;
     background-color: #eee;
     border-radius: 4px 
}
 code, kbd, pre, samp {
     font-family: Menlo, Monaco, Consolas, "Courier New", monospace 
}
 pre code {
     padding: 0;
     font-size: inherit;
     color: inherit;
     white-space: pre-wrap;
     background-color: transparent;
     border-radius: 0 
}
 pre {
     display: block;
     overflow: auto;
     padding: 9.5px;
     margin: 0 0 10px;
     font-size: 13px;
     line-height: 1.42857143;
     color: #333;
     word-break: break-all;
     word-wrap: break-word;
     background-color: #f5f5f5;
     border: 1px solid #ccc;
     border-radius: 4px 
}
 iframe, object, embed {
     max-width: 100% 
}
 blockquote, q {
     position: relative;
     padding: 1em;
     text-align: center;
     border-radius: 2px;
     font-size: 2rem;
     line-height: 1.88;
     border: 1px double rgba(0, 0, 0, .05);
     margin: 3rem 0;
     display: block 
}
 hr {
     background-color: #ebebeb;
     height: 1px;
     margin: 10px 0;
     border: 0 
}
 blockquote p {
     margin: 0!important 
}
 blockquote:before {
     content: '\f10e';
     font-family: FontAwesome;
     top: -1.7em;
     background-color: #333;
     position: absolute;
     width: 25px;
     height: 25px;
     display: block;
     line-height: 25px;
     text-align: center;
     left: 50%;
     margin-left: -20px;
     color: #FFF;
     border-radius: 50%;
     -webkit-box-shadow: 0 0 0 10px #FFF;
     box-shadow: 0 0 0 10px #FFF;
     font-size: .9rem;
     font-weight: 400;
     padding: 12px 
}
 blockquote cite {
     display: block;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 12px 
}
 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible 
}
 pre {
     font-family: monospace, monospace;
     font-size: 1em 
}
 a {
     background-color: transparent;
     -webkit-text-decoration-skip: objects;
     text-decoration: none;
     color: #333 
}
 abbr[title] {
     border-bottom: none;
     text-decoration: underline;
     text-decoration: underline dotted 
}
 b, strong {
     font-weight: inherit 
}
 b, strong {
     font-weight: bolder 
}
 code, kbd, samp {
     font-family: monospace, monospace;
     font-size: 1em 
}
 dfn {
     font-style: italic 
}
 mark {
     background-color: #ff0;
     color: #000 
}
 small {
     font-size: 80% 
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline 
}
 sub {
     bottom: -.25em 
}
 sup {
     top: -.5em 
}
 p {
     font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif;
     margin: 0;
     line-height: 1.7;
     color: #111 
}
 audio, video {
     display: inline-block 
}
 audio:not([controls]) {
     display: none;
     height: 0 
}
 img {
     border-style: none;
     max-width: 100%;
     vertical-align: middle 
}
 svg:not(:root) {
     overflow: hidden 
}
 a:hover {
     color: #145dff;
     transition: color .3s linear 
}
 button, input, optgroup, select, textarea {
     font-family: sans-serif;
     font-size: 100%;
     line-height: 1.15;
     margin: 0 
}
 button, input {
     overflow: visible 
}
 button, select {
     text-transform: none 
}
 button, html [type="button"], [type="reset"], [type="submit"] {
     -webkit-appearance: button 
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0 
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText 
}
 fieldset {
     padding: .35em .75em .625em 
}
 legend {
     box-sizing: border-box;
     color: inherit;
     display: table;
     max-width: 100%;
     padding: 0;
     white-space: normal 
}
 progress {
     display: inline-block;
     vertical-align: baseline 
}
 textarea {
     overflow: auto 
}
 [type="checkbox"], [type="radio"] {
     box-sizing: border-box;
     padding: 0 
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
     height: auto 
}
 [type="search"] {
     -webkit-appearance: textfield;
     outline-offset: -2px 
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none 
}
 ::-webkit-file-upload-button {
     -webkit-appearance: button;
     font: inherit 
}
 details, menu {
     display: block 
}
 summary {
     display: list-item 
}
 canvas {
     display: inline-block 
}
 template {
     display: none 
}
 [hidden] {
     display: none 
}
 button {
     background-color: transparent;
     border: 0;
     align-items: center;
     cursor: pointer;
     padding: 0;
     margin: 0 5px;
     outline: none 
}
 .row {
     margin-right: -15px;
     margin-left: -15px 
}
 .container {
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
     position: relative 
}
 @media screen and (max-width:768px) {
     .container {
         width: 100% 
    }
	.hizala {
		margin-left: 0px !important;
		padding-left: 0;
		padding-right: 0;
	}
}
 @media screen and (min-width:768px) {
     .container {
         width: 768px 
    }
}
 @media screen and (min-width:992px) {
     .container {
         width: 992px 
    }
}
 @media screen and (min-width:1200px) {
     .container {
         width: 1200px 
    }
}
 img.responsive {
     height: auto;
     max-width: 100% 
}
 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
     position: relative;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px 
}
 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
     float: left 
}
 .col-xs-12 {
     width: 100% 
}
 .col-xs-11 {
     width: 91.66666667% 
}
 .col-xs-10 {
     width: 83.33333333% 
}
 .col-xs-9 {
     width: 75% 
}
 .col-xs-8 {
     width: 66.66666667% 
}
 .col-xs-7 {
     width: 58.33333333% 
}
 .col-xs-6 {
     width: 50% 
}
 .col-xs-5 {
     width: 41.66666667% 
}
 .col-xs-4 {
     width: 33.33333333% 
}
 .col-xs-3 {
     width: 25% 
}
 .col-xs-2 {
     width: 16.66666667% 
}
 .col-xs-1 {
     width: 8.33333333% 
}
 @media (min-width:768px) {
     .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
         float: left 
    }
     .col-sm-12 {
         width: 100% 
    }
     .col-sm-11 {
         width: 91.66666667% 
    }
     .col-sm-10 {
         width: 83.33333333% 
    }
     .col-sm-9 {
         width: 75% 
    }
     .col-sm-8 {
         width: 66.66666667% 
    }
     .col-sm-7 {
         width: 58.33333333% 
    }
     .col-sm-6 {
         width: 50% 
    }
     .col-sm-5 {
         width: 41.66666667% 
    }
     .col-sm-4 {
         width: 33.33333333% 
    }
     .col-sm-3 {
         width: 25% 
    }
     .col-sm-2 {
         width: 16.66666667% 
    }
     .col-sm-1 {
         width: 8.33333333% 
    }
}
 @media (min-width:992px) {
     .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
         float: left 
    }
     .col-md-12 {
         width: 100% 
    }
     .col-md-11 {
         width: 91.66666667% 
    }
     .col-md-10 {
         width: 83.33333333% 
    }
     .col-md-9 {
         width: 75% 
    }
     .col-md-8 {
         width: 66.66666667% 
    }
     .col-md-7 {
         width: 58.33333333% 
    }
     .col-md-6 {
         width: 50% 
    }
     .col-md-5 {
         width: 41.66666667% 
    }
     .col-md-4 {
         width: 33.33333333% 
    }
     .col-md-3 {
         width: 25% 
    }
     .col-md-2 {
         width: 16.66666667% 
    }
     .col-md-1 {
         width: 8.33333333% 
    }
}
 @media (min-width:1200px) {
     .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
         float: left 
    }
     .col-lg-12 {
         width: 100% 
    }
     .col-lg-11 {
         width: 91.66666667% 
    }
     .col-lg-10 {
         width: 83.33333333% 
    }
     .col-lg-9 {
         width: 75% 
    }
     .col-lg-8 {
         width: 66.66666667% 
    }
     .col-lg-7 {
         width: 58.33333333% 
    }
     .col-lg-6 {
         width: 50% 
    }
     .col-lg-5 {
         width: 41.66666667% 
    }
     .col-lg-4 {
         width: 33.33333333% 
    }
     .col-lg-3 {
         width: 25% 
    }
     .col-lg-2 {
         width: 16.66666667% 
    }
     .col-lg-1 {
         width: 8.33333333% 
    }
}
 .flex-row {
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     box-sizing: border-box;
     -webkit-align-self: stretch;
     -ms-flex-item-align: stretch;
     align-self: stretch;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center 
}
 .flex-row>* {
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0 
}
 .flex-row>.flex-row {
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1 
}
 .flex-row>.menu {
     -webkit-flex: 2;
     -ms-flex: 2;
     flex: 2 
}
 .row404 {
     border: 1px solid #ececec;
     border-top: 0;
     text-align: center;
     padding: 3em 
}
 .title404 {
     margin: 0;
     position: relative;
     font-size: 10em;
     font-weight: 700 
}
 .search-form {
     position: relative;
     height: 40px;
     line-height: 40px 
}
 .search-field {
     width: 100%;
     outline: none;
     height: 40px;
     padding: 0 1em;
     line-height: 40px;
     box-shadow: 0 0 1px #ccc;
     transition: box-shadow .3s linear 
}
 .search-field:focus {
     box-shadow: 0 0 1px #145dff 
}
 .search-submit {
     position: absolute;
     right: 0;
     background-color: #145dff;
     color: #fff;
     text-transform: uppercase;
     font-weight: 600;
     width: 55px;
     font-size: 12px;
     height: 40px;
     line-height: 40px;
     top: 0 
}
 .header {
     background-color: #fff;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 9999;
     transition: all .3s linear;
     -ms-transform: translate(0, 0) translateZ(0);
     -webkit-transform: translate(0, 0) translateZ(0);
     transform: translate(0, 0) translateZ(0) 
}
 .header.header-out-fixed {
     -ms-transform: translate(0, -200px) translateZ(0);
     -webkit-transform: translate(0, -200px) translateZ(0);
     transform: translate(0, -200px) translateZ(0) 
}
 .admin-bar .header {
     top: 32px 
}
 .site {
     padding-top: 64px;
     transition: all .3s linear 
}
 .header>* {
     position: relative;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     width: 100%;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center 
}
 .logo-text a {
     color: #fff 
}
 .header-top {
     height: 64px;
     z-index: 10;
     position: relative;
     -ms-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .1);
     -o-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .1);
     box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .1);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     background: #5b86e5;
     background: -webkit-linear-gradient(to right, #5683d5, #5b86e5);
     background: linear-gradient(to right, #5683d5, #5b86e5);
     color: #fff 
}
 .menu ul {
     display: -webkit-flex;
     display: -ms-flexbox;
     display: inline-flex;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     margin: 0;
     padding: 0;
     height: 64px;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center 
}
 .menu ul a {
     color: #fff;
     position: relative;
     display: table-cell;
     height: 64px;
     transition: all .3s;
     vertical-align: middle;
     font-weight: 700;
     font-size: 15px;
     text-transform: uppercase;
     padding: 0 1em 
}
 .menu ul a:hover, .menu ul li.current-menu-item a {
     -ms-box-shadow: inset 0 -2px 0 0 #fff;
     -o-box-shadow: inset 0 -2px 0 0 #fff;
     box-shadow: inset 0 -2px 0 0 #fff 
}
 .menu ul .is_active>a {
     -ms-box-shadow: inset 0 -2px 0 0 red;
     -o-box-shadow: inset 0 -2px 0 0 red;
     box-shadow: inset 0 -2px 0 0 red;
     color: red 
}
 .menu ul li>a>i {
     font-size: 36px 
}
 .weather {
     font-size: 12px;
     font-weight: 600;
     padding: 0 1em 
}
 .weather img {
     vertical-align: text-bottom 
}
 .header-right {
     -webkit-justify-content: flex-end;
     justify-content: flex-end 
}
 .header-right button, .menu-button {
     color: #fff;
     background-color: rgba(255, 255, 255, .3);
     padding: 5px;
     border-radius: 25px 
}
 .header-bottom {
     position: relative;
     visibility: hidden;
     height: 0;
     -ms-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .1);
     -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .1);
     box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .1);
     transition: all .3s linear;
     background-color: #fff;
     z-index: 9;
     width: 100% 
}
 .menu ul li.dropdown-menu>a:after {
     content: '';
     width: 0;
     height: 0;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     opacity: 0;
     border-top: 5px solid red;
     position: absolute;
     bottom: -5px;
     transition: all .3s linear;
     left: 44%;
     color: #fff 
}
 .menu ul li.dropdown-menu.is_active a:after {
     opacity: 1 
}
 .menu ul li.dropdown-menu ul {
     position: absolute;
     top: 64px;
     visibility: hidden;
     left: 0;
     height: 0;
     transition: all .3s linear;
     width: 100%;
     z-index: 1 
}
 .menu ul li.dropdown-menu ul.is_active, .header-bottom.is_active {
     visibility: visible;
     height: 80px 
}
 .menu ul li.dropdown-menu ul a {
     color: #000;
     opacity: 0;
     -webkit-animation-delay: 3s;
     animation-delay: 3s;
     transition: all .3s ease;
     height: 80px 
}
 .menu li:not(.dropdown-menu) .sub-menu {
     opacity: 0;
     visibility: hidden;
     position: absolute;
     top: 100%;
     left: 0;
     display: block;
     width: 200px;
     height: auto;
     -o-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
     background-color: #fff;
     -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
     box-shadow: 1px 0 10px rgba(0, 0, 0, .1) 
}
 .menu li:not(.dropdown-menu) .sub-menu:before {
     content: '';
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     opacity: 1;
     border-bottom: 5px solid #fff;
     position: absolute;
     top: -7px;
     transition: all .3s linear;
     left: 1em;
     color: #fff 
}
 .menu li:not(.dropdown-menu):hover .sub-menu {
     opacity: 1;
     visibility: visible 
}
 .menu li:not(.dropdown-menu) .sub-menu>li>a {
     display: block;
     color: #222;
     padding: 15px;
     border-bottom: 1px solid #ececec;
     height: auto;
     line-height: inherit 
}
 .menu li:not(.dropdown-menu) .sub-menu>li:last-child>a {
     border: 0 
}
 .menu .menu-item-has-children {
     position: relative 
}
 .menu ul li.dropdown-menu {
     cursor: pointer;
     position: initial 
}
 .header-mob {
     display: none 
}
 .header-mob .logo-text {
     width: 100%;
     border-bottom: 1px solid #ececec;
     margin: 0;
     padding: 15px;
     margin-bottom: 5px 
}
 .header-mob .logo-text a {
     color: #000 
}
 .menu ul li.dropdown-menu ul.is_active a {
     opacity: 1 
}
 .menu ul li.dropdown-menu ul a:hover, .menu ul li.dropdown-menu ul li.current-menu-item a:hover {
     -ms-box-shadow: inset 0 -2px 0 0 #145dff;
     -o-box-shadow: inset 0 -2px 0 0 #145dff;
     box-shadow: inset 0 -2px 0 0 #145dff 
}
 .carousel {
     display: inline-block;
     width: 100%;
     margin-bottom: -3px;
     padding: 1em;
     border: 1px solid #ececec;
     border-top: 0 
}
 .carousel-big {
     width: 53%;
     height: 380px;
     float: left 
}
 .carousel-small {
     width: calc(23.5% - 2px);
     height: calc(190px - 1px);
     margin-left: 2px;
     margin-bottom: 2px;
     float: left 
}
 .carousel-item {
     background-repeat: no-repeat;
     background-position: center top;
     background-size: cover;
     position: relative;
     height: 100%;
     overflow: hidden;
     transition: all .3s linear;
     width: 100% 
}
 .carousel-item:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
     background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
     opacity: .8;
     -webkit-transition: opacity .4s ease;
     transition: opacity .4s ease;
     z-index: 1 
}
 .carousel-item:hover:before {
     opacity: 1 
}
 .carousel-url {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     z-index: 2;
     cursor: pointer 
}
 .carousel-caption {
     z-index: 10;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     padding: 1.5em;
     color: #fff 
}
 .carousel-small .carousel-caption {
     padding: 1em 
}
 .carousel-caption a {
     color: #fff 
}
 .carousel-caption .title {
     font-size: 25px;
     font-weight: 800;
     line-height: 32px;
     margin: 10px 0 
}
 .carousel-small .title {
     font-size: 19px;
     line-height: 26px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     height: 52px;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     font-weight: 600 
}
 .categories a {
     background-color: #145dff;
     padding: 7px 12px;
     font-weight: 700;
     font-size: 13px;
     text-transform: uppercase 
}
 .carousel-small .categories a {
     font-size: 11px;
     letter-spacing: .03em;
     padding: 5px 10px 
}
 .carousel .carousel-small:nth-child(2) .categories a {
     background-color: red 
}
 .carousel .carousel-small:nth-child(3) .categories a {
     background-color: #000 
}
 .carousel .carousel-small:nth-child(4) .categories a {
     background-color: #005536 
}
 .carousel .carousel-small:nth-child(5) .categories a {
     background-color: #ff9200 
}
 .post-meta {
     font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif 
}
 .post-meta li {
     display: inline-block;
     margin-right: 5px;
     font-size: 12px;
     color: #cfcfcf;
     font-weight: 600 
}
 .a-group {
     padding: 1em 
}
 .a-item {
     position: relative;
     counter-increment: step-counter 
}
 .a-item .a-thumb:after {
     position: absolute;
     left: 10px;
     top: 10px;
     width: 25px;
     height: 25px;
     text-align: center;
     font-size: 14px;
     text-indent: 0;
     font-weight: 700;
     content: counter(step-counter);
     border-radius: 2px;
     background: #145dff;
     color: #fff;
     z-index: 9;
     line-height: 25px 
}
 .a-content .post-meta {
     margin-top: 5px 
}
 .carousel-caption .post-meta li {
     font-style: normal 
}
 .post-meta i {
     font-size: 12px;
     vertical-align: top 
}
 .widget>ul, .tagcloud {
     padding: 1em 
}
 .widget>ul>li {
     padding: 10px 0;
     position: relative 
}
 .widget>ul>li>a {
     position: relative;
     color: #000;
     font-weight: 600;
     transition: all .2s ease;
     padding-left: 1.3em 
}
 .widget>ul>li>a:hover {
     color: #145dff 
}
 .widget_recent_entries a {
     line-height: 1.6 
}
 .widget>ul>li:before {
     content: 'chevron_right';
     font-weight: 700;
     font-family: "Material Icons";
     text-rendering: optimizeLegibility;
     position: absolute;
     left: 0;
     font-size: 16px;
     top: 8px;
     color: #145dff 
}
 .widget_recent_entries li:before {
     top: 12px!important 
}
 .banner {
     text-align: center;
     padding: 1em;
     width: 100%;
     border: 1px solid #ececec;
     border-top: 0 
}
 .banner iframe, .banner ins, .banner ins ins {
     max-width: 100% 
}
 .banner {
     overflow: hidden 
}
 .main .container .flex-row {
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch 
}
 .main .container .flex-row>* {
     -webkit-flex-grow: 1;
     float: left;
     flex-grow: 1;
     border: 1px solid #ececec;
     border-top: 0 
}
 .content {
     width: 53%; 
}
 .content-1x {
     width: 76.5% 
}
 .content-2x {
     width: 76.6% 
}
 .content-full {
     width: 100%; 
}
 .sidebar, .sidebar-right {
     width: 23.6%;
     margin-left: -1px 
}
 .sidebar-right {
     width: 23.5% 
}
 .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 
}
 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%;
     padding: 5px 3px 10px;
     text-align: center 
}
 .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: 11px;
     line-height: 17px;
     margin: 0;
     padding: 0 4px 5px 
}
 .gallery {
     margin: 0 auto 18px;
     clear: both 
}
 .gallery .gallery-item {
     display: inline-block;
     padding: 5px;
     text-align: center;
     vertical-align: top;
     width: 100% 
}
 .gallery .gallery-item img {
     border: 0!important 
}
 .gallery-columns-2 .gallery-item {
     max-width: 50% 
}
 .gallery-columns-3 .gallery-item {
     max-width: 33.33% 
}
 .gallery-columns-4 .gallery-item {
     max-width: 25% 
}
 .gallery-columns-5 .gallery-item {
     max-width: 20% 
}
 .gallery-columns-6 .gallery-item {
     max-width: 16.66% 
}
 .gallery-columns-7 .gallery-item {
     max-width: 14.28% 
}
 .gallery-columns-8 .gallery-item {
     max-width: 12.5% 
}
 .gallery-columns-9 .gallery-item {
     max-width: 11.11% 
}
 .gallery .gallery-item img {
     height: auto;
     margin: 0 auto;
     -webkit-transition: all .40s;
     -moz-transition: all .40s;
     -o-transition: all .40s;
     transition: all .40s 
}
 .gallery .gallery-item a:hover img {
     opacity: 0.6!important;
     margin: -5px 0 5px 
}
 .gallery-caption {
     color: #888;
     margin: 0 0 12px 
}
 .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
     display: none 
}
 .gallery br+br {
     display: none 
}
 .attachment img {
     display: block;
     margin: 0 auto 
}
 .section {
     border-bottom: 1px solid #ececec 
}
 .article .section {
     padding: 1.5em 
}
 .main .flex-row>*>.section:last-child {
     border-bottom: 0 
}
 .title-box {
     width: 100%;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     padding: 1.5em;
     position: relative;
     border-bottom: 1px solid #ececec 
}
 .headline-box {
     float: left;
     margin: 0;
     font-size: 15px;
     padding-left: 2em;
     font-weight: 700;
     position: relative 
}
 .headline-box span {
     color: #bbb 
}
 .headline-box:before, .headline-box:after {
     content: '';
     position: absolute;
     left: 0;
     top: 2px;
     width: 12px;
     height: 12px;
     border-radius: 100% 
}
 .headline-box:before {
     background-color: red 
}
 .headline-box:after {
     left: 7px;
     background-color: #145dff 
}
 .all_posts {
     position: absolute;
     right: 1em;
     top: 1.2em;
     background-color: #aaa;
     padding: 5px 10px;
     text-transform: uppercase;
     font-weight: 600;
     border-radius: 3px;
     color: #fff 
}
 .all_posts:hover {
     background-color: #444;
     color: #fff 
}
 .entry-share {
     float: left 
}
 .entry-share {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 100%;
}
 .entry-share ul {
     position: -webkit-sticky;
     position: -moz-sticky;
     position: -ms-sticky;
     position: -o-sticky;
     position: sticky;
     top: 0 
}
 .entry-share {
     width: 7%;
     text-align: center;
     float: left 
}
 .entry-share a {
     display: block;
     width: 100%;
     padding: 1em 0;
     font-size: 18px 
}
 .entry-share a:hover {
     background-color: #145dff;
     color: #fff 
}
 .entry-content {
     border-bottom: 1px solid #ececec;
     display: inline-block;
     width: 100%;
     position: relative;
     margin-bottom: -1px 
}
 .entry--content {
     width: 93%;
     padding: 1em;
     border-left: 1px solid #ececec;
     float: right 
}
 .entry--content p {
     margin-bottom: 1em;
     font-size: 15px 
}
 .entry--content p:last-child {
     margin: 0 
}
 .entry-thumb {
     margin-bottom: 1.5em 
}
 .content-2x .entry-thumb img {
     width: 100% 
}
 .entry-header .title {
     font-weight: 700;
     font-size: 26px;
     line-height: 39px;
     margin: 0 0 15px 
}
 .page .entry-header .title {
     margin: 0 
}
 .entry-header-top {
     padding: 1.20em 1.5em!important;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     align-items: center;
     width: 100% 
}
 .entry-header-top>* {
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1 
}
 .entry-time {
     text-align: right;
     font-size: 12px;
     color: #8b8b8b 
}
 .breadcrumb>div {
     display: inline-flex;
     margin-right: 5px 
}
 .breadcrumb>div>a {
     background-color: #145dff;
     border-radius: 3px;
     padding: 6px 15px;
     color: #fff;
     font-weight: 600;
     text-transform: uppercase;
     font-size: 12px 
}
 .breadcrumb .screen-reader-text {
     display: none 
}
 .breadcrumb>div:first-child a, .breadcrumb>div:hover a {
     background-color: #aaa;
     color: #fff 
}
 .entry-tags a {
     background-color: #ddd;
     padding: 6px 15px;
     border-radius: 3px;
     display: inline-block;
     margin-right: 5px;
     margin-bottom: 5px;
     color: #9a9a9a;
     font-size: 12px;
     font-weight: 600; 
}
 .entry-tags a:hover {
     background-color: #145dff;
     color: #fff 
}
 .entry-author img {
     border-radius: 100%;
     margin-right: 10px 
}
 .entry-author {
     font-size: 14px;
     position: relative;
     margin-bottom: 15px 
}
 .entry .entry-author {
     margin-top: 15px;
     margin-bottom: 0 
}
 .entry-author .author-nick {
     font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif;
     margin-right: 5px 
}
 .entry-author .author-nick a {
     color: #8b8b8b 
}
 .entry-author i {
     font-size: 14px 
}
 .entry-author .material-icons {
     font-size: 17px;
     margin-left: 2px;
     vertical-align: sub 
}
 .entry-meta {
     margin-top: 1em 
}
 .entry-meta li {
     display: inline-block;
     color: #777;
     font-size: 12px 
}
 .entry-meta span {
     color: #ddd 
}
 .entry-meta li i {
     font-size: 13px 
}
 .view-time {
     background-color: #aaa;
     padding: 4px 10px;
     font-size: 12px;
     border-radius: 2px;
     margin-right: 5px;
     color: #fff!important 
}
 .author-meta .author-avatar img {
     border-radius: 3px;
     border: 5px solid #fff;
     width: 130px;
     height: 130px 
}
 .author-profile {
     margin-top: -1px;
     position: relative 
}
 .author-profile .author-avatar {
     position: absolute;
     top: -5em;
     left: -5px 
}
 .author-profile .author-meta {
     padding-left: 10em;
     margin-top: 5px;
     display: inline-block 
}
 .taxonomy-description {
     line-height: 1.5;
	 padding: 5px 15px 0px 15px;
}
 .author-profile .author-nick a {
     font-size: 18px;
     font-weight: 700;
     color: #000 
}
 .author-profile .entry-author {
     height: 69px 
}
 .author-profile .author-meta {
     padding: 1em;
     position: relative 
}
 .author_cover {
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     position: relative;
     overflow: hidden;
     transition: all .3s linear;
     width: 100% 
}
 .profile-forms .author_cover {
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover 
}
 .author_profile-settings {
     position: absolute;
     z-index: 2;
     right: 1em;
     top: 1.6em 
}
 .profile_settings {
     -moz-transition: -moz-transform .1s cubic-bezier(.4, 0, 1, 1);
     -webkit-transition: -webkit-transform .1s cubic-bezier(.4, 0, 1, 1);
     -ms-transition: -ms-transform .1s cubic-bezier(.4, 0, 1, 1);
     transition: transform .1s cubic-bezier(.4, 0, 1, 1) 
}
 .profile_settings.is_active {
     -ms-transform: rotateZ(30deg);
     -webkit-transform: rotateZ(30deg);
     transform: rotateZ(30deg) 
}
 .profile_settings-content {
     background-color: #fff;
     box-shadow: 1px 0 15px rgba(0, 0, 0, .3);
     opacity: 0;
     width: 190px;
     border-radius: 0px;
     visibility: hidden;
     position: absolute;
     top: 143%;
     padding: 5px 0;
     right: 0;
     z-index: 999;
     transition: opactity .3s linear 
}
 .dil_settings {
     -moz-transition: -moz-transform .1s cubic-bezier(.4, 0, 1, 1);
     -webkit-transition: -webkit-transform .1s cubic-bezier(.4, 0, 1, 1);
     -ms-transition: -ms-transform .1s cubic-bezier(.4, 0, 1, 1);
     transition: transform .1s cubic-bezier(.4, 0, 1, 1) 
}
 .dil_settings.is_active {
     -ms-transform: rotateZ(30deg);
     -webkit-transform: rotateZ(30deg);
     transform: rotateZ(30deg) 
}
 .dil_settings-content {
     background-color: #fff;
     box-shadow: 1px 0 15px rgba(0, 0, 0, .3);
     opacity: 0;
     width: 90px;
     border-radius: 0px;
     visibility: hidden;
     position: absolute;
     top: 143%;
     padding: 5px 0;
     right: 0;
     z-index: 999;
     transition: opactity .3s linear 
}
 .account-avatar {
     width: 34px;
     display: block;
     border-radius: 100%;
     height: 34px;
     background-repeat: no-repeat;
     background-position: center top;
     background-size: cover;
     position: relative 
}
 .comment-avatar {
     float: left 
}
 .comment-avatar .account-avatar {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 1em;
    border-radius: 3px;
    background-position: center;
    background-size: cover;
}
 .profile_settings-content:before {
     content: '';
     position: absolute;
     right: 1em;
     top: -5px;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-bottom: 5px solid #fff 
}
 .profile_settings-content li {
     display: block;
     width: 100%;
     border-bottom: 1px solid #ececec 
}
 .profile_settings-content li:last-child {
     border: 0 
}
 .profile_settings-content a {
     display: block;
     width: 100%;
     padding: 8px 1em 
}
 .profile_settings-content.is_active {
     opacity: 1;
     visibility: visible 
}

 .dil_settings-content:before {
     content: '';
     position: absolute;
     right: 1em;
     top: -5px;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-bottom: 5px solid #fff 
}
 .dil_settings-content li {
     display: block;
     width: 100%;
     border-bottom: 1px solid #ececec 
}
 .dil_settings-content li:last-child {
     border: 0 
}
 .dil_settings-content a {
     display: block;
     width: 100%;
     padding: 8px 1em 
}
 .dil_settings-content.is_active {
     opacity: 1;
     visibility: visible 
}
 .submit-email {
     background-color: #333;
     color: #fff;
     padding: 10px 15px;
     border-radius: 3px;
     transition: all .2s linear;
     font-size: 12px;
     font-weight: 600 
}
 .submit-email:hover {
     background-color: #145dff;
     color: #fff 
}
 .uset-settings {
     margin-left: 5px;
     position: relative 
}
 .kfi_content-entry b, .kfi_content-entry strong {
     color: #222;
     font-weight: 700 
}
 .entry--content dt {
     color: #444 
}
 .entry--content ol, .entry--content ul {
     margin: 0 0 15px 30px;
     font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Open Sans",sans-serif;
     padding: 0 
}
 .entry--content ol ol, .entry--content ol ul, .entry--content ul ul, .entry--content ul ol {
     margin-bottom: 0 
}
 .entry--content ul li, .entry--content ol li {
     list-style: initial;
     font-size: 15px;
     letter-spacing: 0;
     line-height: 20px;
     margin-bottom: 10px;
     color: rgba(0, 0, 0, .9) 
}
 .alignleft, img.alignleft {
     margin-right: 1.5em;
     display: inline;
     float: left 
}
 .alignright, img.alignright {
     margin-left: 1.5em;
     display: inline;
     float: right 
}
 .aligncenter, img.aligncenter {
     margin-right: auto;
     margin-left: auto;
     display: block;
     clear: both 
}
 .wp-caption {
     margin-bottom: 1.5em;
     text-align: center;
     padding-top: 5px 
}
 .wp-caption img {
     border: 0 none;
     padding: 0;
     margin: 0 
}
 .wp-caption p.wp-caption-text {
     line-height: 1.5;
     font-size: 10px;
     margin: 0 
}
 .wp-smiley {
     margin: 0!important;
     max-height: 1em 
}
 .entry--content ol li, .entry--content ol ul ol li {
     list-style: decimal 
}
 .entry--content dt {
     font-weight: 600 
}
 .load-more-link {
     border-top: 1px solid #ececec;
     margin: 0;
     display: block;
     width: 100%;
     text-align: center;
     font-weight: 700;
     height: 50px;
     line-height: 50px 
}
 .sidebar .load-more-link {
     border-top: 0;
     margin-bottom: -1px;
     border-bottom: 1px solid #ececec 
}
 .load-more-container {
     position: relative 
}
 .load-more-container .icon-spin1 {
     position: absolute;
     top: 0;
     opacity: 0;
     visibility: hidden;
     left: 0;
     right: 0;
     bottom: 0;
     text-align: center;
     z-index: 3;
     transition: all .3s linear;
     line-height: 100%;
     width: 100%;
     height: 100%;
     background-color: rgba(255, 255, 255, .7) 
}
 .load-more-container .icon-spin1:before {
     top: 50%;
     -moz-animation: spin 2s infinite linear;
     -o-animation: spin 2s infinite linear;
     -webkit-animation: spin 2s infinite linear;
     animation: spin 2s infinite linear;
     left: 50%;
     position: absolute;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     font-size: 3em 
}
 .load-more-container .icon-spin1.is_active {
     opacity: 1;
     visibility: visible 
}
 .item {
     border-bottom: 1px solid #ececec;
     padding: 1em;
     width: 100% 
}
 .section .item-group .item:last-child {
     border: 0 
}
 .item-thumb {
     position: relative 
}
 .item-thumb img {
     border-radius: 2px 
}
 .title {
     margin: 0;
     font-size: 16px;
     line-height: 20px 
}
 .subscribe-now {
     padding: 1em 
}
 .subscribe-now button {
     position: absolute;
     right: 10px;
     top: 8px 
}
 .subscribe-form {
     position: relative;
     margin: 10px 0 0 
}
 .subscribe-now .input_area {
     width: 100% 
}
 .content-2x .title {
     font-size: 18px 
}
 .recent-posts .item .post-meta li, .b-content .post-meta li {
     color: #888;
     margin: 8px 0 
}
 .item .post-summary {
     font-size: 14px;
}
 .item-share {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, .5);
     color: #fff;
     visibility: hidden;
     opacity: 0;
     transition: opacity .3s linear 
}
 .item-share ul {
     top: 50%;
     left: 0;
     position: absolute;
     padding: 0 1em;
     text-align: center;
     width: 100%;
     right: 0;
     -webkit-transform: translate(0%, -50%);
     -ms-transform: translate(0%, -50%);
     transform: translate(0%, -50%) 
}
 .item:hover .item-share {
     visibility: visible;
     opacity: 1 
}
 .item-share ul li {
     display: inline-block;
     margin: 2px 
}
 .item-share ul li a {
     color: #fff 
}
 .item-share ul li i {
     font-size: 18px 
}
 .item-list {
     display: inline-block 
}
 .item-list .item-thumb {
     float: left;
     margin-right: 1em 
}
 .load-more {
     text-transform: uppercase;
     letter-spacing: .02em;
     font-weight: 700;
     font-size: 12px 
}
 .animate-spin {
     -moz-animation: spin 2s infinite linear;
     -o-animation: spin 2s infinite linear;
     -webkit-animation: spin 2s infinite linear;
     animation: spin 2s infinite linear;
     display: inline-block 
}
 @-moz-keyframes spin {
     0% {
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg) 
    }
     100% {
         -moz-transform: rotate(359deg);
         -o-transform: rotate(359deg);
         -webkit-transform: rotate(359deg);
         transform: rotate(359deg) 
    }
}
 @-webkit-keyframes spin {
     0% {
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg) 
    }
     100% {
         -moz-transform: rotate(359deg);
         -o-transform: rotate(359deg);
         -webkit-transform: rotate(359deg);
         transform: rotate(359deg) 
    }
}
 @-o-keyframes spin {
     0% {
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg) 
    }
     100% {
         -moz-transform: rotate(359deg);
         -o-transform: rotate(359deg);
         -webkit-transform: rotate(359deg);
         transform: rotate(359deg) 
    }
}
 @-ms-keyframes spin {
     0% {
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg) 
    }
     100% {
         -moz-transform: rotate(359deg);
         -o-transform: rotate(359deg);
         -webkit-transform: rotate(359deg);
         transform: rotate(359deg) 
    }
}
 @keyframes spin {
     0% {
         -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg) 
    }
     100% {
         -moz-transform: rotate(359deg);
         -o-transform: rotate(359deg);
         -webkit-transform: rotate(359deg);
         transform: rotate(359deg) 
    }
}
 .a-items {
     padding: 1em 
}
 .a-thumb:before {
     content: '';
     position: absolute;
     border-radius: 3px;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
     background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
     opacity: .8;
     -webkit-transition: opacity .4s ease;
     transition: opacity .4s ease;
     z-index: 1 
}
 .a-thumb:hover:before {
     opacity: 1 
}
 .a-content {
     position: absolute;
     bottom: 0;
     left: 0;
     z-index: 2;
     width: 100%;
     right: 0;
     padding: 1em 
}
 .a-content .title a {
     color: #fff 
}
 .a-icon {
     color: #fff;
     margin-right: 1em;
     float: left 
}
 .a-icon i {
     font-size: 50px 
}
 .a-right {
     position: absolute;
     right: 1em;
     top: 1em;
     color: #fff;
     z-index: 2 
}
 .a-right>span {
     background-color: rgba(0, 0, 0, .3);
     color: #fff;
     border: 2px solid #fff;
     width: 40px;
     font-size: 16px;
     font-weight: 700;
     height: 40px;
     display: block;
     border-radius: 100%;
     text-align: center;
     line-height: 37px 
}
 .a-right>span>span {
     font-size: 12px 
}
 .owl-carousel .disabled {
     display: block!important 
}
 .owl-carousel .owl-nav .owl-prev {
     left: 8px;
     position: absolute 
}
 .owl-carousel .owl-nav .owl-next {
     right: 8px;
     position: absolute 
}
 .owl-theme .owl-nav [class*=owl-] {
     color: #9c9c9c!important 
}
 .owl-theme .owl-nav [class*=owl-]:hover {
     color: #fff!important;
     background-color: #145dff!important 
}
 .owl-carousel .owl-dots {
     margin-top: 20px!important 
}
 .b-items {
     padding: 1em 
}
 .has_thumb .b-content {
     margin: 0 1em;
     margin-top: -2em;
     position: relative;
     padding: 10px 1em;
     border-radius: 3px;
     z-index: 2;
     background-color: #fff 
}
 .facebook {
     background-color: #447bc6 
}
 .c-facebook {
     color: #447bc6 
}
 .twitter {
     background-color: #55acee 
}
 .c-pinterest {
     color: #c33 
}
 .c-twitter {
     color: #55acee 
}
 .gplus {
     background-color: #e7403c 
}
 .c-gplus {
     color: #e7403c 
}
 .youtube {
     background-color: #e62117 
}
 .c-youtube {
     color: #e62117 
}
 .pinterest {
     background-color: #bd081c 
}
 .c-pinterest {
     color: #bd081c 
}
 .medium {
     background-color: #02b875 
}
 .c-whatsapp {
     color: #02b875 
}
 .linkedin {
     background-color: #0077B5 
}
 .c-linkedin {
     color: #0077B5 
}
 .tumblr {
     background-color: #34465d 
}
 .c-tumblr {
     color: #34465d 
}
 .instagram {
     background-color: #e12c61;
     background: linear-gradient(158deg, #863fa6 22%, #e12c61 50%, #f46f46 80%) 
}
 .c-instagram {
     color: #f233ff 
}
 .sosyal_module ul li, .sosyal_module ul {
     padding: 0 
}
 .sosyal_module ul li a {
     width: 100%;
     display: block;
     font-size: 12px;
     font-weight: 600;
     height: 34px;
     line-height: 34px;
     padding: 0 1em;
     color: #fff 
}
 .sosyal_module ul li a:hover {
     color: #fff 
}
 .sosyal_module span {
     font-size: 12px;
     font-weight: 700;
     float: right;
     transition: all .3s linear;
     text-transform: uppercase 
}
 .sosyal_module .username {
     color: rgba(255, 255, 255, .5);
     float: none;
     font-weight: 600;
     margin-left: 5px;
     text-transform: none 
}
 .sosyal_module a:hover .username {
     color: #fff 
}
 .subscribe_module .group {
     padding: 1em 
}
 .subscribe_module form {
     position: relative 
}
 .subscribe_module input {
     border: 1px solid #145dff;
     width: 100%;
     margin-top: 10px;
     outline: none;
     border-radius: 3px;
     padding: 1em;
     padding-right: 3em 
}
 .subscribe_module button {
     position: absolute;
     right: 1em;
     color: #145dff;
     top: 1.5em 
}
 .footer {
     border-top: 1px solid #ececec;
     margin-top: -1px 
}
 .footer>.container>.flex-row {
     border: 1px solid #ececec;
     border-top: 0;
     padding: 1em 2em 
}
.menu footer-menu{
	-webkit-flex-grow: 1;
     flex-grow: 1
}
 .footer-menu {
     -webkit-flex-grow: 2;
     flex-grow: 2 
}
 .footer-menu ul {
    margin: 0;
	float: right;
}
 .footer-menu ul a {
     color: #bbb;
     height: auto;
     padding: 0;
     font-weight: 600 
}
 .footer-menu ul li {
     margin: 0 10px 
}
 .footer-menu ul a:hover, .footer-sosyal ul li a:hover {
     color: #145dff 
}
 .footer-left h1 {
     margin: 0 
}
 .footer-sosyal {
     text-align: right 
}
 .footer-sosyal ul li {
     display: inline-block;
     margin: 0 5px 
}
 .search-area, .close-area, .close_area {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     z-index: 99999;
     background-color: rgba(0, 0, 0, .5);
     transition: opacity .3s linear;
     visibility: hidden 
}
 .search-area.is_active, .close-area.is_active, .close_area.is_active {
     visibility: visible;
     opacity: 1 
}
 .search-area form {
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     left: 50%;
     width: 50%;
     top: 50%;
     z-index: 999999;
     position: absolute 
}
 .search-area input {
     border: 0;
     background-color: #fff;
     width: 100%;
     border-radius: 50px;
     box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
     padding: 2em;
     outline: none;
     position: relative 
}
 .search--button {
     position: absolute;
     top: 1.4em;
     right: 1em;
     background-color: #145dff;
     color: #fff;
     padding: 5px;
     border-radius: 25px 
}
 .clear {
     clear: both;
     display: block 
}
 .mobile-menu {
     display: none 
}
 .account {
     position: relative 
}
 .account-dropdown {
     position: absolute;
     right: 0;
     opacity: 0;
     transition: opacity .2s linear;
     visibility: hidden;
     top: 147%;
     width: 150px;
     box-shadow: 1px 0 15px rgba(0, 0, 0, .3);
     background-color: #fff;
     border-radius: 0px;
     padding: 5px 0 
}
 .account-dropdown.is_active {
     opacity: 1;
     visibility: visible 
}
 .account-dropdown i {
     font-size: 21px 
}
 .account-dropdown:before {
     content: 'arrow_drop_up';
     position: absolute;
     top: -19px;
     z-index: 1;
     font-size: 30px;
     right: 8px;
     transition: all .3s linear;
     color: #fff;
     font-family: "Material Icons";
     text-rendering: optimizeLegibility 
}
 .account-dropdown li {
     display: block;
     width: 100% 
}
 .account-dropdown li a {
     padding: 10px 1em;
     border-bottom: 1px solid #ececec;
     display: block;
     font-weight: 400;
     width: 100% 
}
 .account-dropdown li:last-child a {
     border: 0 
}
 .screen-reader-text {
     display: none 
}
 .go-top {
     right: 0;
     border: 1px solid #ececec;
     background-color: #fff;
     z-index: 2;
     border-radius: 2px;
     padding: 5px;
     top: -18px;
     position: absolute 
}
 .go-top i {
     font-size: 17px 
}
 .profile-forms, .post_submit {
     border: 1px solid #ececec;
     border-top: 0 
}
 .post_submit {
     padding: 1em 
}
 .post-submit-left {
     float: left;
     width: 70% 
}
 .post-submit-right {
     float: right;
     padding-left: 2em;
     width: 30% 
}
 .profile-forms form, .profile-forms .form-table, .profile-forms .form-table tbody {
     width: 100%;
     display: block 
}
 .profile-forms form>p, .profile-forms .form-table tr {
     width: calc(50% - 16px);
     margin: 8px;
     float: left 
}
 .profile-forms form>p.form-textarea, .profile-forms.login form>p, .profile-forms form>p.form-url {
     width: 100%;
     margin: 0;
     padding: 8px 
}
 .login-hata {
     padding: 8px;
     border: 1px solid red;
     margin: 8px;
     border-radius: 3px;
     font-size: 12px;
     background-color: rgba(255, 0, 0, .27);
     color: rgba(0, 0, 0, .55);
     font-weight: 600 
}
 .profile-forms h3, .post_submit h3 {
     margin: 8px;
     border-bottom: 1px solid #ececec;
     padding: 1em 0 
}
 .post_submit h3 {
     margin: 0;
     margin-bottom: 1em 
}
 .cover_avatar-settings {
     position: absolute;
     background-color: #145dff;
     color: #fff;
     padding: 8px 15px;
     font-size: 12px;
     font-weight: 600;
     color: #fff;
     border-radius: 3px;
     right: 1em;
     top: 1em 
}
 .cover_avatar-settings:hover {
     color: #fff 
}
 .profile-forms .form-table td {
     width: 100%;
     background: transparent;
     border: 0;
     padding: 0;
     display: block 
}
 .profile-forms form>p>input, .profile-forms form>p>textarea, .profile-forms .form-table td input, .post-submit input, .post-submit select {
     border: 1px solid #ececec;
     padding: 10px;
     width: 100%;
     display: block;
     font-size: 12px;
     outline: none;
     transition: all .3s ease;
     border-radius: 3px 
}
 .post-submit select {
     font-size: 15px 
}
 .post-submit input {
     margin-bottom: 1em 
}
 .profile-forms form>p>input:focus, .profile-forms form>p>textarea:focus, .profile-forms .form-table input:focus, .post-submit input:focus {
     border-color: #145dff 
}
 .profile-forms .fh-profile-upload-options {
     display: none!important 
}
 .profile-forms form>p>label, .profile-forms .form-table th, .post-submit label {
     display: block;
     font-size: 12px;
     background: transparent;
     padding: 0;
     border: 0;
     color: #333;
     text-align: left;
     transition: all .3s ease;
     margin-bottom: 5px;
     font-weight: 600 
}
 .post-submit label {
     font-size: 15px 
}
 .post-submit {
     margin-bottom: 1em 
}
 hr {
     border-bottom: 1px solid #ececec 
}
 .profile-forms form>p:hover>label, .profile-forms .form-table tr:hover>th, .post-submit:hover {
     color: #145dff 
}
 .profile-forms form>p>label>span {
     color: #145dff 
}
 .profile-forms {
     padding: 1em 5px 2em 5px 
}
 .profile-forms .form-submit {
     width: 100%;
     margin: 0;
     padding: 8px 
}
 .profile-forms .form-submit input, .login .login-submit input, .post-subb {
     background-color: #145dff;
     border: 0;
     width: 100%;
     color: #fff;
     text-transform: uppercase;
     font-size: 12px;
     font-weight: 700;
     cursor: pointer 
}
 .profile-forms input:-webkit-autofill {
     -webkit-box-shadow: 0 0 0 50px #f9f9f9 inset 
}
 .post-subb {
     padding: 1em;
     margin: 2em 0 
}
 .banner-flex {
     margin: 6px 15px 15px 15px;
     float: left 
}
 .comments-top {
     padding: 1em 
}
 .comments-top p {
     margin-bottom: 10px;
     font-size: 14px 
}
 .input_area {
     border: 1px solid #ececec;
     width: calc(25% - 8px);
     padding: 0 15px;
     height: 40px;
     line-height: 43px;
     color: #000;
     outline: none;
     transition: all .3s linear;
     font-size: 12px;
     border-radius: 3px;
     margin-right: 8px 
}
 .input_area:focus {
     border: 1px solid #145dff 
}
 .comments-bottom {
     border-top: 1px solid #ececec 
}
 textarea.input_area {
     width: 100%;
     margin: 0;
     height: auto;
     font-size: 14px;
     line-height: inherit;
     padding: 1em;
     margin-bottom: 10px 
}
 button.input_area {
     width: 23%;
     background-color: #145dff;
     border-color: #145dff;
     height: 45px;
     line-height: 45px;
     color: #fff;
     text-transform: uppercase;
     font-weight: 700;
     margin: 0 
}
 .required, .comment-logged a {
     color: #145dff 
}
 #cancel-comment-reply-link {
     margin-bottom: 10px;
     display: inline-block;
     padding: 5px 15px!important 
}
 .comment-reply-link, #cancel-comment-reply-link {
     background-color: #ccc;
     color: #fff;
     border-radius: 3px;
     padding: 2px 15px;
     text-transform: uppercase;
     font-size: 12px;
     font-weight: 600;
     transition: all .3s ease 
}
 .comment:hover .comment-reply-link, #cancel-comment-reply-link:hover {
     background-color: #145dff;
     color: #fff 
}
 .comment-list {
     margin: 0;
     padding: 0 
}
 .comment-content {
     padding-top: 2px 
}
 .comment-meta li {
     display: inline-block;
     font-size: 12px;
     color: #555;
     margin-right: 10px;
     margin-top: 10px 
}
 .comment-meta li i {
     font-size: 12px 
}
 .comment-list .comment {
     padding: 1.5em 1em;
     width: 100%;
     border-bottom: 1px solid #f1f1f1 
}
 .comment-list .children, .comment-media {
     display: inline-block;
     width: 100% 
}
 .entry--content iframe {
     max-width: 100% 
}
 .comment-list .comment.depth-2 {
     width: 95%;
     float: right 
}
 .comment-list .comment.depth-3 {
     width: 90%;
     float: right 
}
 .comment-list .comment.depth-4 {
     width: 85%;
     float: right 
}
 .comment-list .comment.depth-5 {
     width: 80%;
     float: right 
}
 .comment-list .comment.depth-6 {
     width: 75%;
     float: right 
}
 .comment-list .comment.depth-7 {
     width: 70%;
     float: right 
}
 .comment-author {
     font-weight: 700;
     color: #000;
     font-size: 15px 
}
 .comment-list .comment p {
     margin-top: 5px;
     color: #777 
}
 #respond {
     margin-bottom: -1px 
}
 .page-links>.page-number, .page-links>a:hover>.page-number {
     padding: 5px 15px;
     display: inline-block;
     background-color: #145dff;
     border-radius: 3px;
     color: #fff 
}
 .page-links>a>.page-number {
     padding: 5px 15px;
     background-color: transparent;
     color: #000 
}
@media screen and (min-width:992px) {
	#pcgizle{
		display:none;
	}
}
 @media screen and (max-width:992px) {
     .entry-thumb img {
         height: 350px;
         width: 100% 
    }
     .main .container .flex-row {
         display: block 
    }
     .main .content {
         width: 100% 
    }
     .main .sidebar, .main .sidebar-right {
         float: left;
         width: 50% 
    }
     .author .main .sidebar {
         width: 30% 
    }
     .content-2x {
         width: 70% 
    }
     .content-2x .title {
         font-size: 16px 
    }
     .main .sidebar .item-thumb img, .main .sidebar-right .item-thumb img {
         width: 100% 
    }
     .carousel-big {
         width: 100% 
    }
     .carousel-small {
         width: calc(50% - 2px);
         margin-top: 2px 
    }
     .header-mob {
         display: block 
    }
     .header-mob .menu {
         display: none;
         overflow: auto 
    }
     .header-mob .menu ul a {
         height: auto;
         font-weight: 600;
         text-transform: none;
         padding: 1em 
    }
     .mobile-menu {
         display: block 
    }
     .header-mob .menu.is_active {
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         transform: translateX(0) 
    }
     .header-mob .menu ul li.dropdown-menu ul {
         display: none 
    }
     .header-mob .menu ul li.dropdown-menu ul.is_active {
         display: block;
         visibility: inherit;
         height: auto 
    }
     .header-mob .menu ul a {
         color: #000;
         display: block;
         width: 100% 
    }
     .header-mob .menu ul {
         display: block;
         width: 100% 
    }
     .header-mob .menu ul li.dropdown-menu ul a {
         height: auto;
         color: #777 
    }
     .header-bottom.is_active {
         display: none 
    }
     .header-mob .menu ul li.dropdown-menu ul {
         position: relative;
         top: auto 
    }
     .header .menu {
         display: none 
    }
     .header-mob .menu {
         display: block;
         z-index: 999999;
         width: 300px;
         height: 100%;
         max-height: 100%;
         position: fixed;
         top: 0;
         left: 0;
         bottom: 0;
         -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
         -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
         box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
         background: #fff;
         -webkit-transform: translateX(-325px);
         -ms-transform: translateX(-325px);
         transform: translateX(-325px);
         -webkit-transform-style: preserve-3d;
         transform-style: preserve-3d;
         will-change: transform;
         -webkit-transition-duration: .2s;
         transition-duration: .2s;
         -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
         transition-timing-function: cubic-bezier(.4, 0, .2, 1);
         -webkit-transition-property: -webkit-transform;
         transition-property: transform;
         color: #424242;
         overflow: visible;
         overflow-y: auto 
    }
     .banner img {
         height: auto;
         width: 100% 
    }
     .menu.footer-menu {
         display: none 
    }
     .menu li:not(.dropdown-menu):hover .sub-menu {
         width: 100%;
         z-index: 2; 
    }
	#mobil100{
		width:100% !important;
	}
	.inputfile-6 + label {
		width: 100%;
	}
	#mobilgizle{
		display:none;
	}
}
 @media screen and (max-width:510px) {
     .breadcrumb>div {
         margin-bottom: 10px 
    }
     .entry-thumb img {
         height: 200px;
         width: 100% 
    }
     .main .sidebar, .main .sidebar-right {
         width: 100%!important;
         margin: 0 
    }
     .submit-email {
         display: none 
    }
     .item-list .item-thumb {
         width: 35% 
    }
     .content-2x {
         width: 100% 
    }
     .content-2x .title {
         font-size: 16px 
    }
     .item-list .item-thumb img {
         width: 100%;
         height: 100px 
    }
     .weather {
         display: none 
    }
     .entry-share {
         width: 10% 
    }
     .entry--content {
         width: 90% 
    }
}
 @media screen and (max-width:400px) {
     .carousel-small {
         width: 100%;
         margin: 0 
    }
}
 @media screen and (max-width:425px) {
     .entry-header .title {
         font-size: 22px;
         line-height: 32px 
    }
     .item-list .item-thumb {
         width: 100%;
         margin: 0 
    }
     .carousel-big {
         height: 250px 
    }
     .item-list .item-thumb {
         margin-bottom: 1em 
    }
     .item-list .item-thumb img {
         width: 100%;
         height: 175px 
    }
}
 @media screen and (max-width:782px) {
     .admin-bar .header {
         top: 46px;
    }
     #wpadminbar {
         position: fixed;
         top: 0; 
    }
}
 .login.profile-forms form>p>label {
     font-size:14px 
}
 .login {
     text-align: center 
}
 .login p {
     font-weight: 600;
     font-size:1 5px 
}
 .login a{
     color: #145dff 
}
 #loginform {
     width: auto;
     display: inline-block;
}
.hizala{
	margin-left: -15px;
}
.list-group-item:first-child {
    text-align: center;
    padding: 5px !important;
    border: none;
}
.p-0 {
    padding: 0!important;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	font-weight: bold;
}
.list-group-item img{
	border-radius:100%;
	border: 5px solid #f9f7f7;
    padding: 5px;
}
.list-group-item .img{
	border-radius:100%;
	border: 5px solid #f9f7f7;
	width:200px;
	height:200px;
	background-position: center;
    background-size: cover;
	margin-left: auto;
    margin-right: auto;
	background-repeat: no-repeat;
}
.list-group h5 {
    font-size: 15px;
    margin: 0;
    padding: 10px 15px;
    background: #f9f7f7;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-top: 5px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #eaeaeabf;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px 0px;
	overflow: hidden;
}
input[type=file] {
    height: auto;
	display: block;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.panel label {
    font-size: 15px;
    color: #57657f;
    font-weight: 300;
}
.product-tabs-style5 {
    padding: 22px 10px 18px;
    overflow: hidden;
    margin: 0;
}
.product-tabs {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
}
.product-tabs-style5 .product-tabs-content {
    border: medium none;
    overflow: visible;
    position: relative;
    display: inline-block;
    width: 100%;
}
.product-tabs-content.equal-container {
    overflow: hidden;
    position: relative;
}
.tab-content {
    background: #fff;
}
.product-tabs-content {
    display: inline-block;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading h5{
	margin:0;
}
.description p {
     font-size: 13px;
     margin-bottom: 15px;
	 padding-left: 9px;
}
.description ul {
     margin-left: 13px;
     list-style: none;
     margin-bottom: 50px;
}
.description ul li {
     font-size: 13px;
     position: relative;
     margin-left: 10px;
}
.description ul li:before {
     content: "\f0da";
     font-family: "FontAwesome";
     position: absolute;
     left: -20px;
     top: 1px;
}
.description .categories {
     margin-bottom: 10px;
}
.description .profile-margin {
     margin-bottom: 10px;
}
.description .profile-margin:last-of-type {
     margin-bottom: 50px;
}
.description button {
     padding: 0 10px;
    height: 30px;
    border: 1px solid #ececec;
    border-radius: 4px;
    font-size: 13px;
    color: #6c6c6c;
    font-weight: bold;
    cursor: auto;
    min-width: 150px;
    text-align: left;
    line-height: 30px;
}
.description button i {
     display: inline-block;
     margin-right: 10px;
}
.description .inner-btn {
     background: #f6f6f6;
     font-size: 13px;
     color: #6c6c6c;
     padding: 0 10px;
     height: 30px;
     display: inline-block;
     line-height: 30px;
     border-radius: 4px;
}
.description .inner-btn:hover {
     background: #e96969;
     color: #fff;
}
.iconduzen{
	font-size: 20px;
	vertical-align: text-bottom;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #34d3eb !important;
    border: 1px solid #34d3eb !important;
}
.btn-danger, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background-color: #f05050 !important;
    border: 1px solid #f05050 !important;
}
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #81c868 !important;
    border: 1px solid #81c868 !important;
}
.label-success {
    background-color: #81c868;
}
.btn-primary, .btn-success, .btn-default, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}
.btn {
    border-radius: 0px;
    outline: none !important;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.label {
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: .3em .6em .3em;
}
.label {
    display: inline;
    padding: 2px 4px 2px 4px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.bootstrap-tagsinput {
    width: 100%;
}
.label-info {
    background-color: #5bc0de;
}
.label-danger {
    background-color: #f05050;
}
#notfound {
  position: relative;
  height: 72vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 560px;
  width: 100%;
  padding-left: 160px;
  line-height: 1.1;
}

.notfound .notfound-404 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url('../images/emoji.png');
  background-size: cover;
}

.notfound .notfound-404:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2.4);
      -ms-transform: scale(2.4);
          transform: scale(2.4);
  border-radius: 50%;
  background-color: #f2f5f8;
  z-index: -1;
}

.notfound h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 65px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #151723;
  text-transform: uppercase;
}

.notfound h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #151723;
}

.notfound p {
  font-family: 'Nunito', sans-serif;
  color: #999fa5;
  font-weight: 400;
}

.notfound a {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  color: #388dbc;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    width: 110px;
    height: 110px;
  }
  .notfound {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 110px;
  }
}
.authorimg{
	width: 35px;
    height: 35px;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.auth-box {
    border: 1px solid rgba(204,204,204,.2);
    background-color: #fbfbfb;
    width: 100%;
	overflow: hidden;
	padding: 15px 5px;
}
.box.box-1.auth-box .img {
    border-radius: 50%;
    overflow: hidden;
	border: 3px solid #d6d6d6;
}
.box.box-1 .img {
    width: 90px;
    margin-right: 10px;
    height: 90px;
}
.box.box-1 .in-content {
    width: calc(100% - 100px);
    padding: 0;
    min-height: 60px;
    position: relative;
    background-color: transparent;
    height: auto;
}
.box .img {
    overflow: hidden;
    height: 100px;
    position: relative;
    display: block;
    width: 100%;
}
.box.box-1 .img, .box.box-1 .in-content {
    float: left;
}
.box.box-1.auth-box .in-content p a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
}
.authors .left-panel .auth-box .in-content .desc {
    height: auto;
}
.box.box-1.auth-box .in-content .desc {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
}
.box .in-content p a {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    text-decoration: none;
    color: #1d1d1d;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 500;
}
.box.box-1 .in-content p a {
    color: #666;
    margin-bottom: 5px;
    display: block;
}
.authors .left-panel .auth-box .in-content .bottom {
    position: relative;
    left: auto;
    right: auto;
    height: auto;
    line-height: auto;
}
.box .in-content .bottom .right {
    color: #b2b2b2;
    height: 19px;
    line-height: 19px;
    text-align: right;
	margin-top: -5px;
}
.auth-box .in-content .right a {
    display: block;
    text-align: right;
    width: 100%;
    text-decoration: none;
    font-weight: 500;
    color: #289dfd;
}
.isotope-item{
	margin-bottom:10px;
}
.amazingcarousel-item-container .img{
	width:80px;
	height:60px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.kutu1, .kutu2 {
    width: 43.2%;
    height: 100px;
    margin: 7px;
	border: 1px solid #ececec;
}
.form-div{
	margin-bottom: 0px;
    clear: both;
    overflow: hidden;
}
.form-div.capt-cont .captcha {
    margin-left: 0;
    width: 48%;
}
.form-div.capt-cont .captcha {
    width: 100%;
	position:relative;
	border: 1px solid #e1e1e1;
    padding: 1.5px 0px;
}
.form-div.capt-cont .captcha img {
     border: none !important;
     margin: 0 !important;
     display: block;
     max-height: 100%;
}
 .form-div.capt-cont .captcha img {
     border: none !important;
     display: block;
     max-height: 100%;
}
.captcha a>img {
    position: absolute;
    width: 25px;
    right: 10px;
    top: 7px;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.gondericon{
	font-size: 15px;
    vertical-align: sub;
}
.modal-open{
    overflow:hidden
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9999;
    display:none;
    overflow:hidden;
    outline:0
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:.5rem;
    pointer-events:none
}
.modal.fade .modal-dialog{
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform:translate(0,-25%);
    transform:translate(0,-25%)
}
@media screen and (prefers-reduced-motion:reduce){
    .modal.fade .modal-dialog{
        transition:none
    }
}
.modal.show .modal-dialog{
    -webkit-transform:translate(0,0);
    transform:translate(0,0)
}
.modal-dialog-centered{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - (.5rem * 2))
}
.modal-dialog-centered::before{
    display:block;
    height:calc(100vh - (.5rem * 2));
    content:""
}
.modal-content{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.2);
    border-radius:.3rem;
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-header{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
    align-items:flex-start;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:1rem;
    border-bottom:1px solid #e9ecef;
    border-top-left-radius:.3rem;
    border-top-right-radius:.3rem
}
.modal-header .close{
    padding:1rem;
    margin:-1rem -1rem -1rem auto
}
.modal-title{
    margin-bottom:0;
    line-height:1.5
}
.modal-body{
    position:relative;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1rem
}
.modal-footer{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:1rem;
    border-top:1px solid #e9ecef
}
.modal-footer>:not(:first-child){
    margin-left:.25rem
}
.modal-footer>:not(:last-child){
    margin-right:.25rem
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
@media (min-width:576px){
    .modal-dialog{
        max-width:500px;
        margin:5.75rem auto
    }
    .modal-dialog-centered{
        min-height:calc(100% - (1.75rem * 2))
    }
    .modal-dialog-centered::before{
        height:calc(100vh - (1.75rem * 2))
    }
    .modal-sm{
        max-width:300px
    }
}
@media (min-width:992px){
    .modal-lg{
        max-width:800px
    }
}
.close{
    float:right;
    font-size:1.5rem;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.5
}
.close:not(:disabled):not(.disabled){
    cursor:pointer
}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{
    color:#000;
    text-decoration:none;
    opacity:.75
}
button.close{
    padding:0;
    background-color:transparent;
    border:0;
    -webkit-appearance:none
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}
.checkbox-custom-label,
.radio-custom-label {
    position: relative
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%
}
.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #ed4137
}