/*   
 * Template Name: Developer - Responsive Website Template for Developers
 * Version: 1.5
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* ======= Base ======= */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Karla:400,700);
@import url(https://fonts.googleapis.com/css?family=Rancho);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);


body {
  
  font-family: 'PT Sans', arial, sans-serif;
  color: #434343;
  background: #F0F3F4;
 background-color:#fff;background-image:url(/images/zad.png);
 background-repeat:repeat;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #778492;
}
a:hover {
 outline: 0;
 text-decoration: none;
}
a:active {
 outline: 0;
 text-decoration: none;
}
a:focus {
 outline: 0;
 text-decoration: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
}
a.btn-cta-primary,
.btn-cta-primary {
  background: #54ba4e;
  border: 1px solid #54ba4e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #49ac43;
  border: 1px solid #49ac43;
  color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: #479FC8;
  border: 1px solid #479FC8;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #3893bd;
  border: 1px solid #3893bd;
  color: #fff;
}




a.btn-cta-gray,
.btn-cta-gray {
  background: #778492;
  border: 1px solid #778492;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-gray:hover,
.btn-cta-gray:hover {
  background: #32383E;
  border: 1px solid #32383E;
  color: #fff;
}





.text-highlight {
  color: #32383e;
}
.label-theme {
  background: #3AAA64;
  font-size: 12px;
}
a.dotted-link {
  border-bottom: 1px dotted #778492;
  color: #778492;
}
a.dotted-link:hover {
  text-decoration: none;
  color: #49515a;
}
/*
iframe {

    .header {
        padding: 0;
    }
}

.iframe-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
*/
/* ======= Header ======= */
.header {margin:0 auto;
 background: #1c1b1b; url(/images/head.gif) top center no-repeat}

.header .btn {
  margin-top: 60px;
  font-weight: bold;
}
.header .profile-image {
  margin-right: 0px;
}
.header .profile-content .name {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0px;
  margin-top: 15px;
}
.header .profile-content .desc {
  color: #DAE3E7;
  font-family: "PT Sans", arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 15px;
}
.header .profile-content .social a {
  background: #b0b7bf;
  width: 36px;
  height: 36px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  text-align: center;
}
.header .profile-content .social a:hover {
  background: #778492;
}
.header .profile-content .social a .fa {
  font-size: 20px;
  padding-top: 8px;
}
/* ======= Sections======= */
.sections-wrapper {

  width: 100%;
  padding-top: 00px;
  padding-bottom: 00px;
}

.sections-wrapper2 {

  width: 100%;
  padding-top: 00px;
  padding-bottom: 00px;
}

.sections-wrapper3 {

  width: 100%;
  padding-top: 00px;
  padding-bottom: 00px;
}

.sections-wrapper4 {

  width: 100%;
  padding-top: 00px;
  padding-bottom: 00px;
}

.sections-wrapper5 {

  width: 100%;
  padding-top: 00px;
  padding-bottom: 00px;
}

.section {

  margin-bottom: 0px;
}
.section .section-inner {
  background: #fff;


}
.section .section-inner2 {
  background: #ff0; /*background-image: url("/images/zad.png");*/


}
.section .section-inner3 {
  background: #000;

}

.section .section-inner4 {
  background: #dd6;


}

.section .section-inner5 {
  background: #cf3;

  
}

.section .heading {
  margin-top: 0;
  margin-bottom: 0px;
  color: #545e69;
  font-size: 24px;
}
.section .content .more-link .fa {
  margin-right: 5px;
  font-size: 14px;
}
/* About Section */
/* Latest Section */
.latest .item {
  
}
.latest .item .title {
  font-size: 18px;
  margin-top: 0;
}
.latest .item .title .label {
  margin-left: 5px;
  font-size: 12px;
}
.latest .item .title a {
  color: #778492;
}
.latest .item .title a:hover {
  color: #5f6b77;
}
.latest .item .project-image:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.latest .divider {
  margin-bottom: 60px;
}
.latest .featured {

}
.latest .featured .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.latest .featured .summary {
  margin-bottom: 30px;
  color: #778492;
}
.latest .featured img {
  margin-bottom: 30px;
}
.latest .featured .desc {
  margin-bottom: 30px;
}
.latest .featured-image {
  position: relative;
}
.latest .featured-image .text {
  background: #3AAA64;
  color: #fff;
}
.latest .featured-image .ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.latest .featured-image .ribbon .text {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #479FC8;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.latest .featured-image .ribbon .text:before,
.latest .featured-image .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #276582;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.latest .featured-image .ribbon .text:before {
  left: 0;
}
.latest .featured-image .ribbon .text:after {
  right: 0;
}
/* Projects Section */
.projects .item {
  margin-bottom: 30px;
}
.projects .item .title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
}
.projects .item .title a {
  color: #778492;
}
.projects .item .title a:hover {
  color: #5f6b77;
}
/* Work Section */
.experience .item {
  margin-bottom: 30px;
}
.experience .item .title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
}
.experience .item .title .place {
  color: #999;
  font-weight: normal;
}
.experience .item .title .place a {
  color: #999;
}
.experience .item .title .place a:hover {
  color: #666666;
}
.experience .item .title .year {
  color: #999;
  font-weight: normal;
}
/* Git section */
.github-graph {
  margin-bottom: 30px;
}
.github-graph .js-calendar-graph-svg {
  max-width: 100%;
}
.ghfeed {
  height: 600px;
}
.ghfeed,
.ghfeed *,
.ghfeed *:before,
.ghfeed *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Info Section */
.info .fa {
  margin-right: 15px;
  color: #ccd1d6;
}
.info .fa.fa-envelope-o {
  font-size: 14px;
}
.info ul {
  margin-bottom: 0;
}
.info li {
  margin-bottom: 15px;
}
.info li:last-child {
  margin-bottom: 0;
}
/* Skills Section */
.skills .intro {
  margin-bottom: 30px;
}
.skills .skillset .item {
  margin-bottom: 30px;
}
.skills .skillset .level-title {
  font-size: 16px;
  position: relative;
  margin-top: 0;
  margin-bottom: 10;
}
.skills .skillset .level-title .level-label {
  color: #ccd1d6;
  font-size: 14px;
  font-weight: 400;
  font-family: "PT Sans", arial, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
}
.skills .skillset .level-bar {
  height: 15px;
  background: #e8e8e8;
}
.skills .skillset .level-bar-inner {
  height: 15px;
  background: #66cb8c;
}
/* Testimonials section */
.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item:last-child {
  margin-bottom: 0;
}
.testimonials .item .quote {
  color: #666;
  font-size: 16px;
  border-left-color: #9fdeb7;
  margin-bottom: 15px;
}
.testimonials .item .quote .fa {
  color: #79d19a;
  margin-right: 15px;
}
.testimonials .item .source {
  font-size: 14px;
  padding-left: 30px;
  font-weight: 500;
}
.testimonials .item .source .name {
  color: #939ea9;
  font-weight: 600;
}
.testimonials .item .source .title {
  color: #999;
}
/* Education section */
.education .item {
  margin-bottom: 30px;
}
.education .item:last-child {
  margin-bottom: 0;
}
.education .item .title {
  font-size: 16px;
  margin-top: 0;
}
.education .item .university {
  font-family: "PT Sans", arial, sans-serif;
  font-size: 13px;
  color: #999;
  font-weight: 600;
  padding-left: 25px;
}
.education .item .university .year {
  color: #b0b7bf;
  font-weight: 500;
}
/* Language Section */
.languages .item {
  margin-bottom: 15px;
}
.languages .item .title {
  color: #778492;
}
.languages .item .level {
  color: #999;
}
.languages .item:last-child {
  margin-bottom: 0;
}
.languages .item .fa {
  color: #79d19a;
}
/* Blog Section */
.blog .item {
  margin-bottom: 30px;
}
.blog .item .title {
  font-size: 18px;
  line-height: 1.3;
}
.blog .item .title a {
  color: #778492;
}
.blog .item .title a:hover {
  color: #5f6b77;
}
.blog .item:last-child {
  margin-bottom: 0;
}
/* List section */
.list ul li {
  margin-bottom: 10px;
}
.list ul li .fa {
  margin-right: 5px;
}
.list ul li a {
  color: #778492;
}
.list ul li a:hover {
  color: #49515a;
}
/* Credits */
.credits ul li {
  margin-bottom: 10px;
}
.credits ul li .fa {
  margin-right: 5px;
}
.credits ul li a {
  color: #778492;
}
.credits ul li a:hover {
  color: #49515a;
}
.credits .btn {
  margin-bottom: 15px;
}
/* ======= Footer ======= */
.footer {
  background: #151f23;
  color: #151f23;
  padding: 0 0px;
}
.footer .copyright {
  line-height: 1.6;
  color: #151f23;
  font-size: 14px;
}
.footer a {
  color: #151f23;
}
.footer .fa-heart {
  color: #fb866a;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .profile-image {
    float: none !important;
    margin: 0 auto;
  }
  .header .profile-content {
    float: none !important;
    text-align: center;
  }
  .header .btn {
    margin-top: 30px;
    float: none !important;
  }
  .project-image {
    margin-bottom: 15px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
@media (min-width: 100%) {
  .container {
    width: 100%x;
  }
}
.catPages1 {

 text-align: left;
 font-size: 0;
}
.pagesBlock2 {
 float: right;
}
.swchItem,
.swchItem1,
.switchActive, .pgSwch {
 border: 2px solid #fff;
 border-radius: 1px;
 color: #1E262E;
 line-height: 44px;
 background-color: #fff;
}
.swchItem,
.swchItemA,
.swchItemDots,
.swchItem1,
.swchItemA1,
.curPage,
.numPages,
.switchActive,
.pgSwchA,
.pgSwch{
 display: inline-block;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 margin: 0 2px;
 width: 37px;
 height: 37px;
 border-radius: 100px;
 text-align: center;
 font-size: 13px;
 line-height: 30px;
}
.swchItem:first-child,
.swchItemA:first-child,
.swchItem1:first-child,
.swchItemA1:first-child,
.pgSwchA:first-child{
 margin-left: 0;
}
.swchItem:last-child,
.swchItemA:last-child,
.swchItem1:last-child,
.swchItemA1:last-child {
 margin-right: 0;
}
.swchItemA,
.swchItemA1, .switchActive, .pgSwchA {
 border: 2px solid #5D9CEC;
 background-color: #5D9CEC;
 color: #fff;
}
.switchActive{position:relative;top:2px;}
.swchItemDots {
 margin: 0;
 width: 33px;
 color: #232C35;

}
.swchItemDots span {
 width: 33px;
}
.swchItem > span,
.swchItemA > span,
.swchItem1 > span,
.swchItemA1 > span,
.pgSwch.pgNext > span {
 display: inline-block;
 width: 20px;
 height: 40px;
 margin-top:2px;
 vertical-align: middle;
}
.swchItem:hover,
.swchItem1:hover, .curPage:hover,
.numPages:hover, .pgSwch:hover{
 border-color: #4B545C;
 color: #fff;
background-color: #4B545C;
}
.swchItem.prevPage,
.swchItem.nextPage,
.pgSwch.pgNext {
 width: 33px;
 border: none;
 vertical-align: top;
}
.pgSwch.pgNext {
 vertical-align: 4px;
}
.swchItem.prevPage > span,
.swchItem.nextPage > span,
.pgSwch.pgNext > span{
 overflow: hidden;
 width: 6px!important;
 height: 10px!important;
 background: url(/img/page-arr.png) no-repeat 0 0;
 text-indent: 150%;
 white-space: nowrap;
 vertical-align: middle!important;
}
.swchItem.prevPage{
 margin-right: -7px;
}
.swchItem.nextPage, .pgSwch.pgNext{
 margin-left: -7px;
}
.swchItem.prevPage:hover > span {
 background-position: 0 -10px;
}
.swchItem.nextPage > span, .pgSwch.pgNext > span {
 background-position: -6px 0;
}
.swchItem.nextPage:hover > span, .pgSwch.pgNext:hover > span {
 background-position: -6px -10px;
}
.pagesBlock1 {
 float: right;
 clear: both;
 padding-bottom: 10px;
}
.pagesBlock1 .swchItem,
.pagesBlock1 .swchItemA,
.pagesBlock1 .swchItemDots,
.pagesBlock2 .swchItem1,
.pagesBlock2 .swchItemA1, .curPage,
.numPages,
.switchActive{
 margin: 0 2px;
 padding: 0 9px;
 width: inherit;
 height: 30px;
 text-align: center;
 font-size: 14px;
 line-height: 23px;
}
.pagesBlock1 .swchItemDots,
.pagesBlock2 .swchItemDots {
 padding: 0;
}
.pagesBlock1 .swchItem > span,
.pagesBlock1 .swchItemA > span,
.pagesBlock1 .swchItemDots > span,
.pagesBlock2 .swchItem1 > span,
.pagesBlock2 .swchItemA1 > span,
.pagesBlock2 .swchItemDots > span {
 width: inherit;
 height: 26px;
 vertical-align: top;
}


button,
input[type="button"],
input[type="reset"] {
 border: none;
 border-radius: 8px;
 background-color: #488BFA;
 color: #FFF;
 transition:border .3s linear,background .3s linear;
 -webkit-transition:border .3s linear,background .3s linear;
 -moz-transition:border .3s linear,background .3s linear;
 -o-transition:border .3s linear,background .3s linear;
}
#thread_search_button,
input.fastNav,
input.fastSearch,
input.postSubmit,
input.postPreview,
input.postReset,
.update-item input[type="submit"],
#save_button,
.manFlRst,
.manFlSbm,
.uSpoilerButton,
#fc-ok,
#fc-cancel,
#dodate,
#order-add-but,
#order-but-recalc,
input[value="Ok"],
input[value="Ok "],
.pay_button,
#invoice-form-export,
#invoice-form-print,
#invoice-form-send-el-goods,
.fastLogBt,
.searchSubmitFl,
#nwdf-request-send,
#set-purse-form-submit,
#set-nwdf-form-submit{
 padding: 5px 15px;
}
form, fieldset{
 padding:0;
 margin:0;
 border:none;
}
::selection {
 background: #488BFA;
 color: #fff;
}
input[type="text"],input[type="email"],input[type="password"],textarea,select,checkbox,radio{
 border:2px solid #D8DCDE;
 padding:5px;
 color: #404246;
 border-radius: 8px;
 line-height: normal;
 -webkit-transition: border-color .25s ease-out;
 transition: border-color .25s ease-out;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,textarea:focus,select:focus{
 border-color: #3E96F8;
 outline:none!important;
 -webkit-appearance: none;
}
input:active{ outline: none; }
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
 color: #E5392F;
 border-color: #E5392F;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
 border-color: #E5392F;
}
input {
 outline:none;
}
input[type="submit"]{
 cursor:pointer;
}
input::-moz-focus-inner{
 padding:0;
 border:0;
}
select{
 background:#fff;
 height: 33px;
}
hr {
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
 border: none;
 border-top: 1px solid #E2E8ED;
}




.bbCodeName{display:none;} .codeMessage{background:url('/img/code.png') repeat-y right top #fff;-moz-border-radius:5px; -webkit-border-radius:5px;border-radius:5px;padding:10px;padding-right:26px; border:1px dashed #868686!important;margin-top:5px;color:#555;} .bbQuoteName{background:#c1c1c1;-moz-border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px;border-radius:5px 5px 0px 0px;color:#555; padding:5px 7px;border:1px dashed #868686!important;border-bottom:none!important;} .quoteMessage{background:url('/img/quote.png') repeat-y right top #fff; -moz-border-radius:0px 0px 5px 5px;-webkit-border-radius:0px 0px 5px 5px; border-radius:0px 0px 5px 5px;padding:10px;padding-right:26px; border:1px dashed #868686!important;color:#555;}


.xw-plain .xw-ml,.xw-plain .xw-tl,.xw-plain .xw-bl{background-color:rgba(255, 255, 255, 1.9) !important}.xw-plain .xw-tl{border-top-left-radius:2px !important;border-top-right-radius:2px !important;border:1px solid #c7c7c7;border-bottom:0}.xw-plain .xw-bl{border-bottom-left-radius:2px !important;border-bottom-right-radius:2px !important;border:1px solid #c7c7c7;border-top:0}.myWinCont input[type="text"],.myWinCont input[type="password"],.myWinCont .tmplCodeH{background-color:#fff !important;border:medium none !important;color:#999 !important;width:auto !important}.myWinCont hr{border-color:#666}.myWinCont,.myWinCont td,.myWinCont dl,.myWinCont dt,.myWinCont legend,span.xw-hdr-text,.myWinCont b{color:#666 !important;font-weight:300}.xw-plain .myBtnLeft,.xw-plain .myBtnRight,.xw-plain .myBtnCenter{border-color:#47b475 !important}.myWinCont legend,span.xw-hdr-text,span.xw-hdr-text{text-transform:uppercase;font-weight:300 !important;font-size:14px;margin-bottom:0;border-bottom:none !important}.xw-plain .myBtnCenter a:link,.xw-plain .myBtnCenter a:visited{color:#47b475 !important;text-transform:uppercase !important}.xw-plain .overBtn .myBtnLeft,.xw-plain .downBtn .myBtnLeft,.xw-plain .overBtn .myBtnCenter,.xw-plain .downBtn .myBtnCenter,.xw-plain .overBtn .myBtnRight,.xw-plain .downBtn .myBtnRight{background-color:#47b475 !important}.xw-plain .myBtnCenter a:hover,.xw-plain .myBtnCenter a:visited{color:#fff !important}.xw-mr{border-right:1px solid #c7c7c7}.xw-ml{border-left:1px solid #c7c7c7}a.titlehre{min-height:80px;display: flex !important;align-items: center;}.bagmenu{padding:0 20px;padding-left:10px}li.ucf-bb span{position: relative;display:inline-block;margin-bottom:2px}.vidcont{background:#eee} 

 .gDivLeft { 
margin-top: 20px;
 }



/* Blog styles */
.blog-box-one {
 margin-bottom: 20px; }


.blog-box-one .cover-wrapper {
 overflow: hidden;
 width: 100%;
 position: relative;
 z-index: 1;
 border-top-left-radius: 2px !important;
 border-top-right-radius: 2px !important; }


.blog-box-one .cover-wrapper img {
 transition: all .3s ease;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 border-top-left-radius: 0px !important;
 border-top-right-radius: 0px !important; }

.blog-box-one .cover-wrapper:hover img {
 -ms-transform: scale(1.2, 1.2);
 -webkit-transform: scale(1.2, 1.2);
 transform: scale(1.2, 1.2); }

.blog-box-one .post-info {
 background-color: #ffffff;
 padding: 20px;
 border-bottom-left-radius: 0px !important;
 border-bottom-right-radius: 0px !important; }

.blog-box-one .post-info .date {
 float: left;
 border-bottom: 3px solid #71b6f9; }

 .date2 {
 float: left;
 border-bottom: 3px solid #81C868; }




.post-info .date .day {
 font-size: 22px;
 color: #333;
 font-weight: 600;
 line-height: 22px; }

.post-info .date2 .day {
 font-size: 22px;
 color: #333;
 font-weight: 600;
 line-height: 22px; }


.post-info .date .month {
 text-transform: uppercase;
 text-align: center;
 width: 100%;
 display: inline-block; }


.post-info .date2 .month {
 text-transform: uppercase;
 text-align: center;
 width: 100%;
 display: inline-block; }

.blog-box-one .meta {
 padding-left: 0; }

.blog-box-one .post-info .meta-container {
 padding-left: 0px; }

.blog-box-one .post-info p {
 margin-top: 15px; }

.blog-widget-action a {
 color: #98a6ad;
 display: inline-block;
 margin-right: 10px; }

/* Text colors */
.text-custom {
 color: #71b6f9 !important;
}
.text-white {
 color: #ffffff !important;
}
.text-danger {
 color: #ff5b5b !important;
}
.text-muted {
 color: #98a6ad !important;
}
.text-primary {
 color: #188ae2 !important;
}
.text-warning {
 color: #f9c851 !important;
}
.text-success {
 color: #10c469 !important;
}
.text-info {
 color: #35b8e0 !important;
}
.text-inverse {
 color: #3b3e47 !important;
}
.text-pink {
 color: #ff8acc !important;
}
.text-purple {
 color: #5b69bc !important;
}
.text-dark {
 color: #797979 !important;
}

.card-columns .blog-box-one{margin-bottom:.75rem}@media (min-width:992px){.card-columns{-webkit-column-count:2;column-count:2;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .blog-box-one{display:inline-block;width:100%;padding-top: 10px;}}

.img-fluid{max-width:100%;height:auto}

::-webkit-scrollbar { width: 10px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #000; }
::-webkit-scrollbar-track {  background-color: #000;}
::-webkit-scrollbar-track-piece { background-color: #ffff00;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #000; border-radius: 0px;}
::-webkit-scrollbar-corner { background-color: #000;}}
::-webkit-resizer { background-color: #000;}

.ucoz-net {
  background: #1c1b1b;
  color: #1c1b1b;
  font-size: 1px;
}
