body {
    font-size: 15px;
    color: #191818;
    background-color: #f4f6f4;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0 9px;
}
.top-bar ul > li a {
    padding: 0 13px;
    border-right: 1px solid #e0e0e0;
    color: #d4cfcf;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
}

#top-mega-nav nav {
    background-color: #ffffff;
    border-radius: 5px;
}

.breadcrumb-nav-holder .breadcrumb-item.current.gray a {
    color: #bfb3b3;
}

.breadcrumb-nav-holder .breadcrumb-item > a {
    letter-spacing: -1px;
    display: inline-block;
    background-color: #ffffff;
    padding: 20px 18px;
    color: #a59fa3;
    border-right: 1px solid #ffffff;
    position: relative;
}

.breadcrumb-nav-holder:hover .breadcrumb-item:hover > a {
    letter-spacing: -1px;
    display: inline-block;
    background-color: #ffffff;
    padding: 20px 18px;
    color: #a59fa3;
    border-right: 1px solid #ffffff;
    position: relative;
}



.breadcrumb-nav-holder .breadcrumb-item:after {
    top: 39%;
    right: -8px;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent #00000000 transparent #f4f6f4;
}

.thumb {
    background-color: #ffffff;
    height: calc(100% - 10px);
    padding: 10px;
    border-radius: 20px;
    
}

.row-flex {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0);
    
}
.h1, h1 {
    font-size: 28px;
    line-height: 52px;
    font-weight: 500 !important;
    color: #245575;
    letter-spacing: -1px;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #245575;
    border-color: #245575;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
}


.list-info {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    color: #3e3c3c;
    border-radius: 10px;
}

.list-group-item:focus {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #f4f6f4;
    border: 1px solid #ffffff;
}


.btn-success {
    color: #fff;
    
    border-color: #337ab7;
	background-color: #337ab7;
}

.btn-success:hover, .btn-success:active {
    color: #fff;
    background-color: #2c7be5;
    border-color: #2c7be5;
}
a.list-group-item, button.list-group-item {
    color: #383535;
}
a.list-group-item:hover, button.list-group-item {
    color: #383535;
    background-color: #f4f6f4;
    
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #b1abab;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 10px;
}


.color-bg {
    background-color: #f4f6f4;
    margin-top: 30px;
    border-top: 0px;
}


.footer-bg {
    background-color: #1a1a21;
    margin-top: 30px;
    border-top: 0px;
}


.row {
    margin-top: 35px;
}

    .front {
         background-color: #ffffff;
         margin-top: 30px;
    }


#footer .copyright-bar {
    background-color: #1a1a21;
    padding: 17px 0;
    color: #ffffff;
}

.breadcrumb-nav-holder .breadcrumb-item:before {
    top: 39%;
    right: -10px;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #ffffff;
}

header {
    padding: 40px 0 31px 0;
    border-bottom: 1px solid #ffffff;
}

.bg-success {
     background-color: #ffffff;
    
}

.bg-tr {
     background: #f7f7f7;
     border: 1px solid #000;
}


.section h2 {
    color: #b3afaf;
    font-size: 28px;
    line-height: 36px;
    font-weight: normal !important;
    padding-bottom: 14px;
    margin-bottom: 12px;
}


code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #ffeded;
    border-radius: 4px;
}

.form-control  {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #989292;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f4f6f4;
    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,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}



.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #333131;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #f4f6f4;
    border-radius: 4px;
}


.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 99%;
    margin-bottom: 0;
}

.form-control[disabled], .form-control[readonly] {
   
    background-color: #ffffff;
    background-image: none;
    
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.checkbox.checbox-switch label span, .checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #f4f6f4;
    background-color: rgb(18, 38, 63);
    border-color: rgb(21, 46, 77);
    box-shadow: rgb(18, 38, 63) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #132944;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #ffffff;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #aca9aa;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}





.navbar-default .navbar-nav>li>a {
    color: #333131;
 
    
}

.navbar-default .navbar-nav:hover>li>a {
    color: #333131;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #c1b9b9;
    white-space: nowrap;
}


.alert-success {
    color: #b3afaf;
    background-color: #ffffff;
    border-color: #ffffff;
}

pre {
    
    border: 1px solid #f4f6f4;
    
}
 hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #cecece;
}


#breadcrumb {
  list-style: none;
  display: inline-block;
  padding-left: 0px;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
    color: #333131;
    display: block;
    background: #ffffff;
    text-decoration: none;
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #ffffff;
  border-width: 17px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #ffffff;
}
#breadcrumb li a:hover {
  background-color: #ffffff;
}
#breadcrumb li a:hover:before {
  border-color: #ffffff;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #ffffff;
}
#breadcrumb li a:active {
  background-color: #ffffff;
}
#breadcrumb li a:active:before {
  border-color: #ffffff;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #ffffff;
}
#breadcrumb li.current a {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.social a {
    text-align: center;
    width: 48px;
    height: 48px;
    float: left;
    background: #2c7be5;
    border: 1px solid #2c7be5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 24px;
    margin: 0 10px 10px 0;
    padding: 6px;
    color: #000;
}
.github a:hover {background: #191919; color: #fff;}
.youtube a:hover {background: #c4302b; color: #fff;}
.google-pluse a:hover {background: #DD4B39; color: #fff;}
.twitter a:hover {background: #00acee; color: #fff;}
.instagram a:hover {background: #3f729b; color: #fff;}
.facebook a:hover {background: #3b5998; color: #fff;}
.skype a:hover {background: #00aff0; color: #fff;}
.vk a:hover {background: #5d84ae; color: #fff;}
.odnoklassniki a:hover {background: #f93; color: #fff;}
.pinterest a:hover {background: #c8232c; color: #fff;}
.linkedin a:hover {background: #0e76a8; color: #fff;}
.telegram a:hover {background: #249bd7; color: #fff;}
.tumblr a:hover {background: #34526f; color: #fff;}
.windows a:hover {background: #125acd; color: #fff;}
.whatsapp a:hover {background: #50b154; color: #fff;}
.weibo a:hover {background: #d52b2b; color: #fff;}
.dropbox a:hover {background: #1087dd; color: #fff;}

.list-border {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #f4f6f4;
    border: 1px solid #f4f6f4;
}
    .bg-info {
        background-color: #ffffff;
    }


	.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    background: #ffffff;
}


   /* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 140px;
  height: 75px;
}


.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border-radius: 4px;
    border: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

/* End carousel */
.password {
	position: relative;
}
.password-control {
	position: absolute;
	top: 11px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(/images/no-view.svg) 0 0 no-repeat;
}



.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa-5x {
    font-size: 5em;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

i {
    font-style: italic;
}
.text-center {
    text-align: center;
}
a {
    color: #333131;
    text-decoration: none;
}

#footer .copyright-bar .copyright a {
    color: #ffffff;
    font-weight: 600;
}
#footer .link-list-row .link-widget li a {
    color: #ffffff;
}
#footer h3 {
     color: #ffffff;
}

.mr-5 {
    margin-right: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-250{
    width: 250px;
}


.navbar-default {
      
background-color: #ffffff;
   box-shadow: 0 0 10px rgba(0,0,0,0.5);
   
 
}


  .fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
    color: #245575;
}

.front {
    background-color: #ffffff;
    margin-top: 30px;
    border-radius: 20px;
}


.btn-primary {
    color: #fff;
    background-color: #245575;
    border-color: #245575;
}

.media {
    margin-bottom: 24px;
}

.bottom {
    margin-bottom: 30px;
}

.navbar {
    margin-bottom: -10px;
}