body,
h1,
h2,
h3,
h4 {
    font-family: 'Roboto', sans-serif;
}

html,
body {
    /*background-color: #fff;*/
    /*font-size: 16px;*/
    /*color: #333333;*/
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
}

.nav {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    
   

}
.category-name a,
.category-name a:active,
.category-name a:hover,
.category-name a:focus
{
    color: #fff;
}

#AbsoluteTop .container {
    position: relative;
}

#AbsoluteTop h1 {
    /*font-size: 24px;*/
    text-align: left;
    text-transform: uppercase;
    /*line-height: 30px;*/
}

#topPanel a:focus {
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

#topPanel {
    background: #404040;
    color: #fff;
}
.toppanel {
    position: relative;
}


/***LOGO***/

.logo,
.top-link-block,
.title {
    padding: 10px;
}

.logo img {
    margin: 0 auto;
    height: 130px;
}

.title {
    margin: 20px 0;
}

.logo-blind {
    display: none;
    margin-top: 30px;
}
.logo-blind .fa{
    font-size: 60px;
}


/*Версия для слабовидящих*/

#CecutientWrapper {
    width: 100%;
    color: #fff;
    background: #28622a;
    display: none;
    text-align: center;
    z-index: 100;
    overflow: hidden;
}

#CecutientWrapper .fa {
    font-size: 28px;
    color: #fff;
}

#CecutientBlock {
    padding: 10px 0;
}

.userBtn,
#CecutientOn,
#CecutientOff {
    color: #fff;
    padding: 10px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
    display: inline-block;
    margin: 0;
}

#CecutientOn,
.userBtn {
    float: left;
}

#CecutientOn:hover,
.userBtn:hover {
    text-decoration: none;
    background: #106196;
    color: #fff;
}

#CecutientOn .fa,
#CecutientOff .fa,
.userBtn .fa {
    position: relative;
    top: 2px;
    font-size: 22px;
    margin-right: 10px;
}

#CecutientOn span,
#CecutientOff span,
.userBtn span {
    font-size: 12px;
}

#ImageOn,
#ImageOff {
    border-radius: 3px;
    vertical-align: middle;
    padding: 8px 12px;
    /* width: 30px;*/
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 2px solid #fff;
    color: #000;
    cursor: pointer;
    margin-right: 10px;
}

#CecutientOn,
#ImageOff {
    display: inline-block;
}

#CecutientOff,
#ImageOn {
    display: none;
}

#SmallFonts,
#MediumFonts,
#BigFonts,
#WhiteStyle,
#BlackStyle,
#BlueStyle,
#GreenStyle {
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    margin-top: -2px;
    cursor: pointer;
}

#SmallFonts,
#MediumFonts,
#BigFonts {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px;
}

#SmallFonts {
    font-size: 20px;
}

#MediumFonts {
    font-size: 26px;
}

#BigFonts {
    font-size: 32px;
    margin-right: 10px;
}

#WhiteStyle,
#BlackStyle,
#BlueStyle,
#GreenStyle {
    font-size: 26px;
    padding: 12px;
}

#WhiteStyle {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
}

#BlackStyle {
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
}

#BlueStyle {
    border: 2px solid #063462;
    color: #063462;
    background-color: #9DD1FF;
}

#GreenStyle {
    border: 2px solid #A9E44D;
    color: #A9E44D;
    background-color: #3B2716;
}

#CecutientTop,
.CecutientTopMenu {
    display: none
}

#CecutientTop {
    position: relative;
    margin: 30px 0;
    font-size: 18px;
    text-align: center;
}

#CecutientTop strong {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0;
    line-height: 30px;
}

.SmallFonts {
    font-size: 18px !important;
}

.MediumFonts {
    font-size: 22px !important;
    line-height: 30px!important;
}

.BigFonts {
    font-size: 26px !important;
    line-height: 40px!important;
}



/*Modal*/

.Window {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.Window:target {
    display: block;
    pointer-events: auto;
}

.Window>div {
    width: 340px;
    position: relative;
    margin: 10% auto;
    padding: 10px 30px 20px 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 20px 2px;
}

.close-modal {
    background: #224871;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000;
    opacity: 1;
}

.close-modal:hover {
    background: #283347;
    opacity: 1;
    color: #FFFFFF;
    text-decoration: none;
}
/* EndMjdal */


/* ToTop */
#toTop {
    width: 50px;
    background: #ED760E;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
}

#toTop .fa {
    font-size: 26px;
}
/* EndToTop */
  


/* Sidebar */
.sidebar-left,
.sidebar-right {
    padding-top: 20px;
}

.sidebar-left ul,
.sidebar-right ul {
    list-style: none;
}

.sidebar-left .moduletable ul li a:before,
.sidebar-right .moduletable ul li a:before {
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f105";
    margin-left: 5px;
}

.sidebar-left ul li ul,
.sidebar-right ul li ul {
    margin-left: 20px;
    font-size: 14px;
}
/* EndSidebar */



/* ModuleTable */
.moduletable h3,
.moduletable-menu h3,
.moduletable-menu2 h3,
.moduletable_menu h3
{
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    /*margin-top: 30px;*/
    /*color: #01A0E2;*/
    text-transform: uppercase;
}

.moduletable-menu,
.moduletable-menu2,
.moduletable_menu
{
    margin-bottom: 20px;
}

.moduletable-menu ul li a,
.moduletable-menu2 ul li a {
    padding: 8px 0;
    display: block;
}

.moduletable-menu ul li,
.moduletable-menu2 ul li
{
    border-bottom: 1px solid #ddd;
}

.moduletable-menu ul li:last-child,
.moduletable-menu2 ul li:last-child{
    border-bottom: none;
}

.moduletable-menu ul li a:before,
.moduletable-menu2 ul li a:before{
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f105";
    margin-right: 5px;
}
.moduletable-menu2 ul li ul{
   display: block;
  max-height: 0;
    overflow: hidden;
    transition: 1s;
    transition:max-height 1s linear;
}
.moduletable-menu2 ul li ul li{
    border-bottom: none;
}
.moduletable-menu2 ul li ul a:before{
    display: none;
    
}
.moduletable-menu2 ul li:hover ul{
    max-height: 300px;
   
   
}
.moduletable-menu h3:hover {
    cursor: pointer;
}

.moduletable-menu h3:after {
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f107";
    margin-left: 5px;
}
/* EndModuleTable */

/***SocialButton***/

.socBottom {
    text-align: center;
    margin: 20px;
}

.socBtnBottom {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 15px;
    text-align: center;
    transition: 0.5s;
}

.socBtnBottom {
    width: 48px;
    height: 48px;
}

#debug .socBtnBottom:hover {
    background-color: #fff;
    color: #ED760E;
}

.socBtnBottom .fa {
    font-size: 32px;
    line-height: 46px;
}

.socTitle {
    margin-bottom: 10px;
}

/***Nev***/

.top-link {
    display: block;
}
/***Nev***/



/***LeftMenu***/

#leftMenu {
    margin: 15px;
}

#leftMenu ul {
    list-style: none;
}

#leftMenu li {
    line-height: 30px;
}

#leftMenu li ul {
    font-size: 14px;
    display: none;
    position: absolute;
    background: #c47c1a;
    border: 2px solid #fff;
    width: 85%;
    z-index: 100;
}

#leftMenu li ul li {
    transition: 0.5s;
}

#leftMenu li ul li:hover {
    background: #9f6514;
}

#leftMenu li ul li:hover>a {
    text-decoration: none;
}

#leftMenu li ul a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    line-height: 20px;
}

#leftMenu li ul a:before {
    display: none;
}

#leftMenu li:hover>ul {
    display: block!important;
}
#leftMenu ul li a:before {
    margin-right: 6px;
}

#leftMenu .parent>a:after {
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f107";
    margin-left: 5px;
}


/***Footer***/

#footer {
    padding-top: 10px;
    padding-bottom: 30px;
}

#footer img {
    /*border: 2px solid #929292;*/
    border-radius: 1px;
    margin: 0 auto 10px auto;
    transition: 0.5s;
}

#footer img:hover {
    /*border: 2px solid #ddd;*/
    transform: scale(1.05);
}

#footer .banner {
    /*padding: 10px;*/
    line-height: 16px;
}

#footer .banner a {
    font-size: 12px;
}

#debug {
    background-color: #636363;
    color: #ececec;
    text-align: center;
    padding: 16px 0px 16px 0px;
    font-size: 12px;
}

#debug a {
    color: #fff;
}

#footer a:focus {
    background: transparent;
    color: #888;
}

.menuBottom a {
    color: #fff;
}

#footer .menuBottom a:hover {
    background: none;
    color: #888;
}

.menuBottom ul li ul {
    display: none;
}

.menuBottom .maps:before {
    font: normal normal normal 20px/1 FontAwesome;
    display: inline-block;
    content: "\f0e8";
    margin-right: 7px;
}


/***Redaktor***/

.chzn-container {
    width: 300px!important;
}


/***Pagination***/

.pagination .active a {
    background-color: #ED760E;
    border-color: #ED760E;
}

.pagination .pagenav {
    color: #ED760E;
    transition: 0.5s;
}

.pagination .pagenav:hover {
    color: #fff;
    background-color: #ED760E;
    border-color: #ED760E;
}

.pagination>.active>a:hover {
    background-color: #ED760E;
    border-color: #ED760E;
}

.pagination>.disabled>a,
.pagination>li>a {
    background-color: transparent;
}

.breadcrumb {
    background-color: #ddd;
    color: #ED760E;
    border-radius: 0;
    margin-bottom: 0;
}

.breadcrumb>li+li::before {
    display: none;
}

.breadcrumb a {
    color: #ED760E;
}


/***CONTENT***/

.page-header {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.page-header h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    
    color: #01A0E2;
    text-transform: uppercase;
}

.page-title {
    margin-bottom: 30px;
}

.contact-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #01A0E2;
}

.page-title h1,
.blog-title h1,
.mainblog h1,
.categories-list h1 {
    text-transform: uppercase;
    font-size: 28px;
    padding-bottom: 5px;
    color: #000;
    border-bottom: 2px solid #ABABAB;
    margin-bottom: 30px;
}


/***BLOG***/

.mainblog {
    padding-top: 20px;
    margin-bottom: 30px;
}

.artikle {
    margin-bottom: 20px;
}

.blog h2 {
    font-size: 24px;
    color: #01A0E2;
    text-transform: uppercase;
    line-height: 30px;
}

.item-image img {
    margin-bottom: 15px;
}

.blog {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.myData,
.publishData {
    background: #3c763d9e;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 1000;
}

.myData {
    padding: 8px 20px;
}

.publishData {
    top: 0;
    font-size: 12px;
    padding: 5px 15px;
}

.blog-title a {
    text-decoration: underline;
}

.post_title_block {
    /*padding: 10px;*/
    margin-bottom: 30px;
}

.post_title_block img {
    margin: 0 auto 10px auto;
    transition: 0.5s;
}

.post_title_block img:hover {
    opacity: 0.7;
    cursor: pointer;
}

.mainblog ul {
    margin-left: 30px;
}

.blog-images {
    padding: 0 10px;
}

.blog-images img {
    max-width: 250px;
    float: left;
    margin: 0 15px 5px 0;
}


/***Button***/

.readmore-btn {
   display: inline-block;
    color: #fff;
    transition: 0.5s;
    padding: 5px 19px;
    margin-top: 20px;
}

.readmore-btn:hover,
.readmore-btn:active,
.readmore-btn:focus {
    /*background-color: #D86A0B;*/
    color: #fff;
    text-decoration: none;
}


/***Sidebar***/

.mostread,
.latestnews {
    list-style: none;
}

.mostread li,
.tagspopular li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}

.mostread li:last-child,
.tagspopular li:last-child {
    border-bottom: none;
}

.mostread li:first-child {
    padding-top: 0;
}

.random-image {
    display: block;
    margin: 20px;
    text-align: center;
}

.random-image img {
    width: 100%!important;
    transition: 0.5s;
}

.random-image img:hover {
    opacity: 0.7;
}

. module-blog {
    padding: 10px;
}

.popular-tag {
    position: relative;
}

.border {
    width: 100%;
    height: 2px;
    background: #eee;
    margin-bottom: 10px;
    margin-top: 10px;
}

.module-blog {
    padding: 10px;
}


/***Form***/

.form-feedback {
    margin-bottom: 59px;
}

.my-form .form-group {
    margin-bottom: 20px;
}

.my-form input.form-control {
    height: 40px;
}

.my-form input,
.my-form textarea {
    transition: all 250ms linear;
    background-color: #e5e6e6;
}

.my-form .control-label,
.my-form input,
.my-form textarea {
    font-size: 16px;
    font-weight: normal;
}

.my-form .control-label {
    color: #7f8c8c;
}

.my-form textarea.form-control {
    font-size: 16px;
    height: 240px;
    margin-bottom: 5px;
    resize: vertical;
}

.my-form label.control-label {
    text-align: center;
    padding-top: 7px;
    padding-right: 0;
}

.my-form .asterisk {
    color: #e95d3c;
}

.my-form .help-required {
    color: #7f8c8c;
    float: right;
    margin-top: 0;
    margin-bottom: 13px;
}

.my-form .help-required.help-feedback {
    float: none;
}

.my-form input[type="checkbox"] {
    box-shadow: none;
}

.my-form .email-copy-checkbox {
    padding-bottom: 20px;
}

.my-form .btn-red {
    border: none;
    border-radius: 4px;
    background-color: #e95d3c;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.my-form .btn-red:hover {
    background: #de3d27;
}

#contact-form label[for="jform_contact_message"] {
    padding: 0 0 10px;
}

.contact-address .fa {
    color: #de3d27;
    font-size: 20px;
    margin-right: 10px;
}

.contact-address-2 {
    margin: 10px 0;
}

.contact-image img {
    width: 200px;
    padding: 5px;
    border: 2px solid #ddd;
    margin: 20px 0;
}

#selectForm {
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.menu-header {
    text-align: right;
    text-transform: uppercase;
    font-family: 'Roboto', Verdana, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.menu-header ul {
    list-style: none;
}

.menu-header ul li {
    display: inline-block;
    padding-left: 20px;
}

#AbsoluteTop .menu-header ul li a {
    color: #000;
    font-weight: 400;
}

#AbsoluteTop .menu-header ul li a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

#AbsoluteTop .menu-header ul li a:active,
#AbsoluteTop .menu-header ul li a:focus {
    text-decoration: none;
}


/***MENU***/

.TopMenuBtn {
    background-color: #1DACD6;
    padding: 10px 25px;
    color: #fff;
    margin-bottom: 1px;
    display: none;
}

.TopMenuBtn .fa {
    cursor: pointer;
    margin-right: 20px;
    font-size: 28px;
}

.TopMenuBtn span {
    font-size: 30px;
}

.TopMenu {
    text-align: left;
    background-color: rgba(92, 116, 37, 0.9);
    color: #fff;
    position: relative;
}

.TopMenu ul {
    list-style: none;
}

.TopMenu ul li {
    display: inline-block;
}

.TopMenu ul li a {
    display: block;
    color: #000;
    padding: 14px 11px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s;
}

.TopMenu ul li a:hover,
.TopMenu ul li a:focus {
    background-color: #fff;
    text-decoration: none;
}

.TopMenu ul .current {
    background-color: #fff;
}

.TopMenu ul>.parent>a:after {
    font: normal normal normal 16px/1 FontAwesome;
    display: inline-block;
    content: "\f0d7";
    margin-left: 5px;
}

.TopMenu ul li>ul {
    display: none;
    text-align: left;
    font-size: 12px;
    background: #6c823a;
    width: 300px;
}

.TopMenu ul li>ul li {
    display: block;
}

.TopMenu ul li>ul li a {
    padding: 10px 15px;
    display: block;
    font-weight: 400;
}

.TopMenu ul li>ul li:last-child a {
    border-bottom: none;
}

.TopMenu ul li>ul li a:hover,
.TopMenu ul li>ul li a:focus {
    text-decoration: none;
    background-color: #FFFFFF;
}

.TopMenu ul li:hover>ul {
    display: block;
    position: absolute;
    z-index: 8000;
}

.TopMenu ul li>ul .current {
    background: #fff;
}


/***SLIDER***/
.carousel-inner {
    background-color: #4c717e;
}
.item.item-slider {
    background-size: cover!important;
    background-position: 50% 50%;
}

.indicators-panel {
    background: #1DACD6;
    padding: 6px 0;
}

.indicators-panel ol {
    margin: 0;
}

.indicators-panel ol li {
    margin: 0 10px;
    width: 14px;
    height: 14px;
}

.indicators-panel ol li:hover {
    background-color: #ED760E;
}

.indicators-panel ol .active {
    background-color: #ED760E;
    width: 14px;
    height: 14px;
    margin: 0 10px;
}

.indicators-panel .carousel-indicators {
    position: inherit;
    width: 100%;
    margin-left: 0;
}

.title-slider {
    padding: 40px;
}

.title-slider a {
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 40px;
}

.title-slider a:hover {
    color: #fff;
}


/***Animate***/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


/***EndAnimate ***/


/****Porfolio***/
#anons{
   text-align: center; 
}
#anons li{
    display: inline-block;
}
#anons li a {
    display: block;
    text-decoration: none;
    font-size: 30px;
    font-weight: 900;
    margin: 20px;
    text-transform: uppercase;
    color: #c2c2c2;
    border-bottom: 4px solid #c2c2c2;
}
#anons li a:hover,
#anons .current a
{
    color: #c2c2c2;
   
    border-bottom-color: rgb(237, 118, 14);
}
.potfolio-nav {
    list-style: none;
    text-align: center;
}

.potfolio-nav li {
    display: inline-block;
}

.potfolio-nav li a {
    display: block;
    text-decoration: none;
    font-size: 30px;
    font-weight: 900;
    margin: 20px;
    text-transform: uppercase;
    color: #c2c2c2;
    border-bottom: 4px solid #c2c2c2;
}

.potfolio-nav li .act,
.potfolio-nav li a:hover {
    color: #c2c2c2;
   /* border-bottom: 4px solid rgb(237, 118, 14);*/
    border-bottom-color: rgb(237, 118, 14);
}


/***EndPortfolio***/


/****LatestDoc***/

.latest_pdf_mod {
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #118ED5;
    color: #fff;
    min-height: 300px;
}

.latest_word_mod {
    background-color: #ED760E;
    border: 1px solid #ddd;
    padding: 15px;
    color: #fff;
    min-height: 300px;
}

.latest_pdf,
.latest_word {
    padding: 5px 0;
}

.latest_pdf a,
.latest_word a {
    color: #fff;
    font-size: 14px;
}

.latest_pdf a:hover,
.latest_word a:hover,
.latest_pdf a:focus,
.latest_word a:focus{
    color: #eee;
    text-decoration: none;
}
.latest_pdf li,
.latest_word li{
   border-bottom: 1px solid #fff;
    padding: 8px;
}
.latest_pdf li:last-child,
.latest_word li:last-child{
    border-bottom: none;
}
.latest_pdf .fa,
.latest_word .fa {
    font-size: 18px;
    margin-right: 10px;
}


/***EndLatestDoc***/



.moduletable-nevs h3,
.content-category h2,
.contact-category h2{
    background: #39573b;
    padding: 5px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 10px;
}
.main-ul{
    background: #ddd;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
}
.contact-category ul{
    list-style: none;
   margin: 0;
}
.contact-category .list-title a{
    margin: 0;
}
h2 .contact-name{
    background: #118ED5;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.moduletable-nevs .publishData {
    background-color: #6c823a;
}

.moduletable-menu ul {
    display: none;
}

.polityc {
    margin-left: 20px;
}

.docmodule {
    background-color: #118ED5;
}

.cat-children>h3 {
    display: none;
}
.cat-children h4{
    margin-left: 20px;
}

.maincode {
    overflow: auto;
    max-height: 400px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #e15252;
    background-color: #E6E6E6;
}


/***Metky***/

.maintags {
    background: #eee;
    padding: 10px;
}

.maintags ul li {
    margin: 15px 0;
}

.maintags ul li a {
    font-size: 20px;
}

.maintags a:before {
    font: normal normal normal 20px/1 FontAwesome;
    display: inline-block;
    content: "\f02c";
    margin-left: 5px;
    color: #ED760E;
}

.article-info.muted {
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    ;
}

#jc {
    margin-top: 30px;
}

#jc label {
    text-transform: uppercase;
    font-weight: 400;
}

#jc h4 {
    text-transform: uppercase;
    font-weight: 400;
}

.moduletable-rel,
.moduletable-blue,
.moduletable-dark,
.moduletable-red {
    position: relative;
    transition: 1s;
    cursor: pointer;
    max-width: 400px;
    margin: 0 auto 30px auto;
}

.moduletable-rel:hover,
.moduletable-blue:hover,
.moduletable-dark:hover,
.moduletable-red:hover {
    opacity: 0.8;
}

.moduletable-blue h3 {
    background-color: #118ED5;
}

.moduletable-rel h3 {
    background-color: #ED760E;
}

.moduletable-dark h3 {
    background-color: #333;
}

.moduletable-red h3 {
    background-color: #D52D11;
}

.moduletable-rel h3,
.moduletable-blue h3,
.moduletable-dark h3,
.moduletable-red h3 {
    position: absolute;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.moduletable {
    margin-bottom: 30px;
}

.mod-articles-category-title {
    margin: 10px 0;
    display: block;
}

#designer {
    background-color: #333;
    color: #fff;
    font-size: 11px;
    text-align: right;
}

#designer a {
    color: #fff;
}

.tags.inline {
    list-style: none;
    margin-left: 0;
    margin-bottom: 10px;
}

.article-info.muted dd {
    display: inline-block;
    padding: .2em .6em .3em;
    background: #F5644C;
    border-radius: 3px;
    margin-top: 3px;
}

.userSearch {
    transition: 1s;
    width: 0;
    position: absolute;
    top: 5px;
    right: 70px;
}

.userSearch.active {
    display: block;
    width: 25%;
}

.userSearch .form-control {
    padding: 0;
    border: none;
    border-radius: 0;
}

.userSearch.active .form-control {
    padding-left: 10px;
}

.userSerchBtn {
    float: right;
    color: #fff;
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    transition: 0.5s;
}

.userSerchBtn:hover {
    background: #106196;
}

.userSerchBtn .fa {
    font-size: 22px;
}


/***Media***/

@media (max-width:1199px) {
    .TopMenu ul li a {
        padding: 11px 10px;
    }
}
@media (min-width:991px){
    .TopMenu {
        display: block!important;}
}
@media (max-width:992px) {
    .title h1 {
        text-align: center!important;
    }
    .menu-header {
        position: inherit;
        text-align: center;
        margin: 20px;
    }
    .TopMenu {
        display: none;
        background: transparent;
    }
    .TopMenu ul li {
        display: block;
        background: #404040;
    }
    .TopMenu ul li>ul li a {
        display: none!important;
    }
    .TopMenu ul>.parent>a::after,
    #slider-module {
        display: none;
    }
    .TopMenuBtn {
        display: block;
    }
}

@media (max-width:786px) {
    .userSearch {
        display: none;
    }
    .userSerchBtn {
        display: none;
    }
    #CecutientOn,
    .userBtn {
        display: block;
        width: 100%;
    }
    #CecutientBlock span {
        display: none;
    }
}



.mainblog .custom{
    margin-bottom: 30px;
   
}
.fallout{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
   
}
span6{
    width: 50%;
}