/*
-----------------------------------------------
Theme: Nicstyle - News and Blog HTML Template
Version 2.0
Author: EXSYthemes
-----------------------------------------------
1. BODY
  - 1.1. Preloader
2. HEADER
  - 2.1. Logo
  - 2.2. Weather
  - 2.3. Exchange
  - 2.4. List City
  - 2.5. Search
  - 2.6. Clock
  - 2.7. Breaking-news
  - 2.8. Switcher color pane
3. CONTENT 
  - 3.1. Wrap
  - 3.2. Wsmenu
  - 3.3. Thumbnail
  - 3.4. News
  - 3.5. Posted
  - 3.6. Special
  - 3.7. Banner
  - 3.8. Line news
  - 3.9. News tabs
  - 3.10. Navbar
  - 3.11. Article
  - 3.12. Projects
  - 3.13. Latest content
  - 3.14. Video gallery
  - 3.15. Block sensation
  - 3.16. News tab category
4. 404 PAGE
5. ABOUT US
6. CONTACTS
7. LOGIN & REGISTER
8. FOOTER
  - 8.1 Footer all style
9. RESPONSIVE
-----------------------------------------------

# [Color codes]

# Dark grey (text): #4e4e4e;
# Orange (links, title text) #f38844;
# Bg Grey (header, footer, sidebar) #303d4a;
# gray (body, header) #eeeeee;
# white (blocks) #fff;
-----------------------------------------------

[Color codes]

Background:	#eeeeee (gray)
Content:	#4e4e4e (Dark grey)
Header row1:	#303d4a (Bg Grey)
Header row2:	#fff (white)
Footer:		#303d4a (Bg Grey)

a (standard):	#fff (white)
a (active):	#f38844 (orange)

font-family: 'Roboto', sans-serif; (text)
-----------------------------------------------*/

@charset "UTF-8";

/***********************************
            /* 1.BODY*/
/***********************************/

* {
    outline: none;
}

a:hover,
a:focus {
    outline: none;
    color: #4e4e4e;
}

a {
    color: #4e4e4e;
}

input:focus,
textarea:focus,
button:focus,
button:hover {
    outline: none;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #4e4e4e;
}

.page {
    background-color: #eeeeee;
}

h1 {
    font-size: 23px;
}

h2,
.h2 {
    font-size: 21px;
}

h3 {
    font-size: 20px;
    line-height: 25px;
}

h4 {
    font-size: 16px;
    line-height: 1.333;
}

h5 {
    font-size: 14px;
    line-height: 1.333;
}

h6 {
    font-size: 12px;
    line-height: 1.333;
}

html .p0 {
    padding: 0 !important;
}

html .p15 {
    padding: 15px;
}

html .mb0 {
    margin-bottom: 0;
}

html .pt20 {
    padding-top: 20px;
}

html .ma {
    margin: auto;
}

.pull-right {
    float: right;
}

.clr {
    clear: both;
}

.m0 {
    margin-bottom: 0 !important;
}

.m30 {
    margin-top: 30px;
}

.full-bradius {
    position: relative;
}

.twitter p {
    margin: 0;
}

.text-bold {
    font-weight: 700;
}

.text-semibold {
    font-weight: 500;
}

.text-regular {
    font-weight: 400;
}

.text-light {
    font-weight: 300;
}

.text-thin {
    font-weight: 100;
}

.text-italic {
    font-style: italic;
}

.label-1,
.label-2,
.label-3,
.label-4,
.label-5,
.label-6,
.label-7,
.label-8,
.label-9,
.label-10,
.label-11,
.label-12,
.label-13 {
    color: #FFF;
    padding: 7px 12px;
    border-radius: 2px;
    margin: 10px 10px 0 0;
    display: inline-block;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.label-1:hover,
.label-2:hover,
.label-3:hover,
.label-4:hover,
.label-5:hover,
.label-6:hover,
.label-7:hover,
.label-8:hover,
.label-9:hover,
.label-10:hover,
.label-11:hover,
.label-12:hover,
.label-13:hover {
    opacity: .7;
    color: #FFF;
}

.label-12 {
    color: #000;
}

.label-12:hover {
    opacity: .7;
    color: #000;
}

.bg-1 {
    color: #FFF;
}

.label-1 {
    background: #f38844;
}

.label-2 {
    background: #f20012;
}

.label-3 {
    background: #038eda;
}

.label-4 {
    background: #15b5b0;
}

.label-5 {
    background: #19b963;
}

.label-6 {
    background: #cccc00;
}

.label-7 {
    background: #724cb9;
}

.label-8 {
    background: #3d8c40;
}

.label-9 {
    background: #ff5411;
}

.label-10 {
    background: #303d4a;
}

.label-11 {
    background: #212a33;
}

.label-12 {
    background: #ddd;
}

.label-13 {
    background: #000;
}

.bg-underline th,
.bg-1 th {
    border-bottom: 0 !important;
}

.no-padding {
    padding: 0;
}


/* 1.1. Preloader */

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-block {
    width: 86px;
    height: 86px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -43px;
    font-size: 10px;
    text-indent: -1236px;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    border-right: 3px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    border-left: 3px solid #000;
    border-radius: 50%;
    -webkit-animation: spinner 800ms infinite linear;
    animation: spinner 800ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* 1.1. END Preloader */


/***********************************
        /* END 1.BODY */
/***********************************/


/***********************************/
		/* 2.HEADER */
/***********************************/

.header p,
.header ul {
    margin: 0;
}

.header {
    background-color: #eeeeee;
}

.header__top {
    background: #303d4a;
}

.wrap-logo {
    padding-top: 18px;
    padding-bottom: 18px;
}


/* 2.1.Logo */

.logo {
    display: block;
    background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
    background-position: 0px 0px;
    width: 147px;
    height: 26px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.header_down .icon.icon-down-dir {
    position: absolute;
    top: 1px;
    right: 3px;
    color: #6b6e71;
}

.header_down .icon.icon-down-dir:before {
    color: #6b6e71;
}

.header_down .icon.icon-right-dir {
    position: absolute;
    top: 7px;
    right: 3px;
    color: #6b6e71;
}

.header_down {
    top: -150px;
    background-color: #eee;
}

.header_down.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all .5s;
    transition-delay: .5s;
    transform: translateY(-150px);
}

.header_down.active {
    transform: translateY(0px);
    top: 0;
}

.header_down-wr {
    position: relative;
    z-index: 15;
}


/* 2.1. END Logo */


/* 2.2. Weather */

.weather {
    position: relative;
    padding: 12px 0 15px;
    text-align: center;
    z-index: 16;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.weather:hover {
    background-color: #364452;
}

.weather__temperature {
    padding-bottom: 7px;
}

.weather__temperature i {
    font-style: normal;
    color: #f3b803;
    display: inline;
}

.weather__temperature__number {
    display: inline;
    color: #fff;
}

.weather__temperature span {
    display: inline;
    color: #fff;
}

.weather__temperature span.active {
    display: inline;
}

.weather__city em {
    position: relative;
    font-style: normal;
    color: #fff;
    margin-right: 14px;
}

.icon-sun:before {
    margin-left: 0;
}

.weather__city em::before {
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.weather__city__list {
    display: none;
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 2;
}

.weather__city__list li {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition-property: border, background;
    transition-property: border, background;
}

.weather__city__list li:hover {
    background: #364452;
    border-bottom: 1px solid #364452;
}

.weather__city__list li:hover a {
    color: #fff;
}

.weather__city__list li.active {
    background: #212a33;
    border-bottom: 1px solid #212a33;
}

.weather__city__list li.active a {
    color: #fff;
}

.weather__city__list li a {
    -webkit-transition-property: color;
    transition-property: color;
    text-decoration: none;
    color: #303d4a;
}

.weather__city__list.active {
    display: block;
}

.weather:hover .weather__city__list {
    display: block;
}


/* END 2.2. Weather */


/* 2.3. Exchange */

.exchange {
    padding: 12px 0;
    text-align: center;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    position: relative;
    z-index: 16;
}

.exchange:hover {
    background-color: #364452;
}

.exchange__name {
    color: #fff;
    margin-top: 1px !important;
}

.exchange__course {
    color: #fff;
    margin-top: 7px !important;
    margin-bottom: 2px;
}

.exchange__course span {
    position: relative;
    color: #fff;
    margin-right: 28px;
    margin-left: 20px;
}

.exchange__course span:last-child {
    margin-right: 10px;
    margin-left: 0;
    margin-left: 4px;
}

.exchange__course span:first-of-type::before {
    border-left-color: #ff0000;
    border-bottom-color: #ff0000;
}

.exchange__course span:last-of-type::before {
    border-left-color: #2dc100;
    border-bottom-color: #2dc100;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -1px;
}

.exchange .icon-down-open {
    color: #c05151;
}

.exchange .icon-up-open {
    color: #51c066;
}

.exchange__bank__list {
    display: none;
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .35);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .35);
}

.exchange__bank__list li {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition-property: border, background;
    transition-property: border, background;
}

.exchange__bank__list li:hover {
    background: #364452;
    border-bottom: 1px solid #364452;
}

.exchange__bank__list li:hover a {
    color: #fff;
}

.exchange__bank__list li.active {
    background: #212a33;
    border-bottom: 1px solid #212a33;
}

.exchange__bank__list li.active a {
    color: #fff;
}

.exchange__bank__list li a {
    -webkit-transition-property: color;
    transition-property: color;
    text-decoration: none;
    color: #303d4a;
}

.exchange__bank__list.active {
    display: block;
}

.exchange:hover .exchange__bank__list {
    display: block;
}


/* END 2.3. Exchange */


/* 2.4. List City */

.list_city {
    display: none;
    width: 100%;
}

.list_city input {
    width: 100%;
    height: 35px;
}

.list_city ul li {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.list_city ul li a {
    color: #303d4a;
    text-decoration: none;
}

.list_city ul li:hover,
.list_city ul li.active {
    background: #3b5998;
    color: #fff;
}

.list_city ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}


/* 2.4. END List City */


/* 2.5. Search */

.btn-search {
    background: transparent;
    border: none;
    padding: 0 5px;
    color: #000;
}

.btn-search .icon-search-1 {
    font-size: 34px;
    cursor: pointer;
}

.mob_search {
    padding: 10px 0 5px 30px;
    position: relative;
    width: 100%;
}

.mob_search .btn-search {
    position: absolute;
    top: 20px;
    right: 5px;
}

.search-container {
    position: relative;
    z-index: 10;
}

.search-mob {
    display: none;
}

.search-container input {
    border: none;
    color: #fff;
    padding: 20px 0 17px 0;
    width: 100%;
    font-size: 24px;
}

.search-container input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}

.search-container input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1 !important;
}

.search-container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1 !important;
}

.search-container input:-ms-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}


/* 2.5. END Search */


/* 2.6. Clock */

.clock {
    position: relative;
    padding: 12px 0 15px;
    text-align: center;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.clock:hover {
    background-color: #364452;
}

.clock .all-time {
    display: block;
    margin-top: 7px;
}

.clock #time {
    padding: 5px;
    border-radius: 2px;
}


/* 2.6. END Clock */


/* 2.7. Breaking-news */

.outer {
    width: auto;
    height: 40px;
    overflow: hidden;
    background-color: #000;
    margin-bottom: 20px;
}

.breaking-ribbon {
    color: #FFF;
    width: auto;
    height: 100%;
    padding: 8px 16px;
    float: left;
    text-transform: uppercase;
    display: inline;
    letter-spacing: .01em;
}

.breaking-ribbon .breaking-ribbon__title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
}

.newsticker {
    position: relative;
    overflow: hidden;
    display: block;
    color: #CCC;
    height: 40px !important;
    background-color: #212a33;
}

.outer li {
    padding: 10px 0 10px 15px;
}

.outer .category {
    color: #fff;
}

.outer li a {
    text-decoration: none;
    color: #959595;
    font-weight: 400;
}

.outer li a:hover {
    text-decoration: underline;
}

.navi {
    float: right;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
}

button.up,
button.down {
    background-color: transparent;
    border: none;
    color: #959595;
    float: left;
    font-size: 18px;
    transition: color .2s;
    opacity: .5;
    padding-right: 2px;
}

button.up:hover,
button.down:hover {
    color: #fff;
    opacity: 1;
}


/* 2.7. END Breaking-news */


/* 2.8. Switcher color panel */

.switcher__color {
    border-radius: 5px 0 5px 5px;
    width: 251px;
    position: fixed;
    right: 0;
    height: 50px;
    top: 180px;
    z-index: 1000;
}

.switcher__color-inner {
    background: #212a33;
    float: right;
    width: 200px;
    padding: 20px 20px 0 20px;
}

.switcher__color span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0 0 -10px;
    text-transform: uppercase;
}

.switcher__color span a {
    height: 50px;
    width: 50px;
    top: 0;
    left: 1px;
    position: absolute;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}

.switcher__color span a::before {
    content: '\e826';
    font-family: "fontello";
    position: absolute;
    left: 50%;
    margin: 0 0 0 -8px;
    -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;
    transition: all 0.4s ease-in-out;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

ul.color_schemes {
    margin-top: 10px;
}

ul.color_schemes li {
    display: inline-block;
    margin: 5px 10px;
}

.styleswitch {
    display: block;
    width: 30px;
    height: 30px;
}

.styleswitch.color-1 {
    background: #f38844;
}

.styleswitch.color-2 {
    background: #f20012;
}

.styleswitch.color-3 {
    background: #038eda;
}

.styleswitch.color-4 {
    background: #15b5b0;
}

.styleswitch.color-5 {
    background: #19b963;
}

.styleswitch.color-6 {
    background: #cccc00;
}

.styleswitch.color-7 {
    background: #724cb9;
}

.styleswitch.color-8 {
    background: #ff5411;
}

.styleswitch.color-9 {
    background: #3d8c40;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* 2.8. END Switcher color panel */


/***********************************/
		/* END 2.HEADER */
/***********************************/


/***********************************
        /* 3.CONTENT */
/***********************************/


/* 3.1. Wrap */

.wrap {
    padding-bottom: 20px;
}

.wrap_white {
    background-color: #fff;
}

.wrap_gray {
    background: #eeeeee;
}

.wrap_dark {
    background: #303d4a;
    overflow: hidden;
}


/* 3.1. END Wrap */

.slate_gray {
    background: #303d4a;
}

.grey_line {
    background: #bebebe;
    height: 1px;
    width: 50%;
    margin: auto;
}


/* 3.2. Wsmenu */

.wsmenu-list > li.active > a {
    color: #fff;
    background: #303d4a;
}

.wsmenu-list > li:hover > a:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.wsmenu-list > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    opacity: 0;
    -webkit-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: opacity 200ms, -webkit-transform 300ms;
    transition: opacity 200ms, -webkit-transform 300ms;
    transition: transform 300ms, opacity 200ms;
    transition: transform 300ms, opacity 200ms, -webkit-transform 300ms;
}

.wsmenu-list > li.active > a:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.wsmenu-list > li > a {
    color: #6b6e71;
    font-size: 16px;
    text-transform: uppercase;
}

.wsmenu-list > li > a:hover::before {
    height: 100%;
}

.wsmenu-list > li.active > a::before {
    height: 100%;
}


/* 3.2. END Wsmenu */


/* 3.3. Thumbnail */

.thumbnail {
    padding: 0;
    margin-bottom: 20px;
}

.thumbnail.thumbnail_big {
    margin-bottom: 0
}

.thumbnail > img {
    margin: 0;
    width: 100%;
}

.thumbnail_big .thumbnail__caption {
    padding: 20px 9px;
}

.thumbnail__caption {
    padding: 9px;
    color: #333;
}

.thumbnail__news {
    padding: 15px;
    color: #333;
}

.thumbnail__link {
    display: block;
    overflow: hidden;
    max-height: 153px;
}

.thumbnail__link img {
    margin: 0;
    width: 100%;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.thumbnail__link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.thumbnail__link:hover + .thumbnail__caption .icon-play {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: video-arrow;
    animation-name: video-arrow;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


/* 3.3. END Thumbnail */

@-webkit-keyframes video-arrow {
    0% {
        top: -35px;
        right: 10px;
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        top: -60%;
        right: 30%;
        margin-right: -25px;
        -webkit-transform: rotate(180deg) scale(2);
        transform: rotate(180deg) scale(2);
    }
    100% {
        top: -120%;
        right: 50%;
        margin-right: -25px;
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes video-arrow {
    0% {
        top: -35px;
        right: 10px;
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        top: -60%;
        right: 30%;
        margin-right: -25px;
        -webkit-transform: rotate(180deg) scale(2);
        transform: rotate(180deg) scale(2);
    }
    100% {
        top: -120%;
        right: 50%;
        margin-right: -25px;
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}


/* 3.4. News */

.news {
    position: relative;
}

.news .icon-play {
    background-color: #303e4b;
    color: #fff;
    border-radius: 50%;
    padding: 7px 6px 8px 9px;
    position: absolute;
    top: -35px;
    right: 10px;
    font-size: 25px;
    z-index: 10;
    pointer-events: none;
}

.news__head {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 16px;
    display: block;
    color: #4e4e4e;
    height: 35px;
}

.news__head:hover {
    color: #4e4e4e;
}

.news__category {
    margin-bottom: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}

.news__caption {
    padding-bottom: 15px;
    font-size: 18px;
    margin: 0;
    display: block;
    color: #4e4e4e;
}

a.news__caption:hover {
    color: #4e4e4e;
}

.news__desc {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.news__desc:hover {
    color: #4e4e4e;
    text-decoration: underline;
    cursor: auto;
}

p.news__desc:hover {
    text-decoration: none;
}

.news__link,
.thumbnail__link {
    display: block;
    overflow: hidden;
    max-height: 110px;
}

.news__text {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #4e4e4e;
    line-height: 1.333;
    min-height: 45px;
    margin-bottom: 10px;
}


/* 3.4. END News */


/* 3.5. Posted  */

.posted {
    color: #989898;
    font-size: 10px;
}

.posted__icon {
    list-style: none;
    float: right;
}

.posted__icon li {
    display: inline-block;
    padding: 0px 8px;
}


/* 3.5. END Posted */


/* 3.6. Special */

.special {
    position: relative;
    margin-bottom: 20px;
}

.special__img,
.banner__img {
    width: 100%;
}

.special__category {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.special__link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    color: #fff;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 10px;
}

.special__link::after {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 1;
    background-color: #fff;
    max-width: 0;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

.special__link:hover {
    color: inherit;
    text-decoration: none;
}

a.special__link:focus {
    color: inherit !important;
    text-decoration: none;
}

.special__link:hover::after {
    max-width: 100%;
}

.special__box {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -moz-linear-gradient(top, transparent, #000);
    background: -ms-linear-gradient(top, transparent 0, #000 110%);
    background: linear-gradient(to bottom, transparent 0, #000 110%);
    color: #fff;
    padding-top: 65px;
    margin-right: 20px;
    width: 100%;
}

.special__desc {
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}


/* 3.6. END Special */


/* 3.7. Banner */

.banner__box {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
    color: #fff;
    font-size: 42px;
}

.banner__text.first-text {
    line-height: 1;
    margin: 0;
}

.banner__text.second-text {
    line-height: 1;
    margin: 0 0 0 170px;
}

.banner__link {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 40px;
    top: 30px;
    padding: 1px 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    -webkit-transition-property: background;
    transition-property: background;
}

.banner__link:focus {
    color: #fff;
    text-decoration: none;
}

.banner__link::before,
.banner__link::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-width: 1px;
    border-style: solid;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: button-pulls;
    animation-name: button-pulls;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes button-pulls {
    0% {
        width: 100%;
        height: 100%;
        border-color: #cd8124;
    }
    100% {
        width: 150%;
        height: 250%;
        border-color: rgba(205, 129, 36, 0);
    }
}

@keyframes button-pulls {
    0% {
        width: 100%;
        height: 100%;
        border-color: #cd8124;
    }
    100% {
        width: 150%;
        height: 250%;
        border-color: rgba(205, 129, 36, 0);
    }
}

.banner__link::after {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

@keyframes button-pulls {
    0% {
        width: 100%;
        height: 100%;
        border-color: #f7a645;
    }
    100% {
        width: 170%;
        height: 300%;
        border-color: rgba(247, 166, 69, 0);
    }
}

.banner__link:hover {
    background-image: -webkit-linear-gradient(bottom, #cd8127 30%, #f7a645 70%);
    background-image: linear-gradient(0deg, #cd8127 30%, #f7a645 70%);
    text-decoration: none;
    color: #fff;
}

.banner__link:hover::before,
.banner__link:hover::after {
    -webkit-animation-name: none;
    animation-name: none;
}


/* 3.7. END Banner */


/* 3.8. Line news */

.line_news {
    color: #4e4e4e;
    margin-bottom: 26px;
}

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

.line_news p {
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.4;
}

.line_news .time,
.time {
    color: #959595;
    font-size: 12px;
    padding-bottom: 6px;
    display: block;
    margin: 0;
}


/* 3.8. END Line news */


/* 3.9. News tabs */

.external__link:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    font-family: "fontello";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #c1cacf;
    content: '\f08e';
    font-size: 12px;
    vertical-align: baseline;
    padding-left: 4px;
    text-decoration: none;
}

.external__link:hover:after {
    text-decoration: none;
}

.external__link:after:hover {
    text-decoration: none;
}

.news-tabs {
    float: left;
}

.news-tabs__title.h2 {
    margin-top: 15px;
}

.header_news_panel .nav-tabs li {
    float: none;
}

.header_news_panel .nav-tabs > li.active > a,
.header_news_panel .nav-tabs > li.active > a:focus,
.header_news_panel .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
}

.header_news_panel .nav > li > a:focus,
.header_news_panel .nav > li > a:hover {
    background: transparent;
    border-color: transparent;
}

.header_news_panel .nav-tabs > li > a {
    color: #fff;
    border: none;
}

.nav-tabs > li > a {
    -webkit-transition-property: color;
    transition-property: color;
}

.header_news_panel .nav-tabs {
    border: none;
    border-left: 2px solid #919599;
}

.header_news_panel .nav-tabs li a:before {
    display: block;
    position: absolute;
    content: "";
    top: 32px;
    left: -8px;
    background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
    background-position: -117px -64px;
    width: 15px;
    height: 15px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
}

.header_news_panel .nav-tabs li.active a:before {
    background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
    background-position: -49px -93px;
    width: 15px;
    height: 15px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.tab-pane {
    position: relative;
}

.tab-pane__category {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: bold;
}

.tab-pane__title {
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    line-height: 0.75;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
}

.tab-pane__title:hover {
    cursor: pointer;
    color: #fff;
}

.tab-pane__text {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    margin-bottom: 0;
}

.tab-pane__block {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: auto;
}

.tab-pane__img {
    width: 100%;
    max-width: 790px;
}

.header_news_panel {
    padding: 20px 0;
    color: #fff;
}


/* 3.9. END News tabs */


/* 3.10. Navbar */

.navbar-default {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-form:hover .form-group {
    display: inline-block;
    -webkit-transition: 1s;
    transition: 1s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #1c222b;
    background-color: transparent;
}


/* 3.10. END Navbar */


/* 3.11. Article */

.wrap-headline {
    position: relative;
}

.wrap-headline__img {
    width: 100%;
}

.headline {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.headline .share {
    margin-top: 39px;
}

.headline__data {
    float: left;
}

.headline__category {
    display: block;
    margin-bottom: 5px;
    line-height: 1.6;
    border-radius: 2px;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
}

.headline__category:last-of-type {
    margin-bottom: 0;
}

.headline__category_orange {
    text-transform: uppercase;
    font-weight: bold;
}

.headline__category_orange:hover {
    opacity: .9;
    color: #fff;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.share {
    float: right;
}

.share .bg,
.share .bg_facebook,
.share .bg_twitter,
.share .linkedin,
.share .bg_google {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.share .bg:hover,
.share .bg_facebook:hover,
.share .bg_twitter:hover,
.share .linkedin:hover,
.share .bg_google:hover {
    opacity: .9;
}

.share .bg_facebook {
    background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
    background-position: -84px -93px;
    width: 7px;
    height: 12px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
}

.share .bg_twitter {
    background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
    background-position: -136px -64px;
    width: 11px;
    height: 10px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
}

.share .bg_google {
    background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
    background-position: -68px -93px;
    width: 12px;
    height: 12px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
}

.share__list {
    margin: 0;
    font-size: 0;
}

.share__row {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    font-size: 0;
}

.share__row:last-child {
    margin-right: 0;
}

.share__link {
    position: relative;
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: middle;
    -webkit-transition-property: background;
    transition-property: background;
}

.share__link_bg-facebook {
    background-color: #3b5998;
}

.share__link_bg-facebook:hover {
    background-color: #3b6998;
}

.share__link_bg-twitter {
    background-color: #00aced;
}

.share__link_bg-twitter:hover {
    background-color: #00bced;
}

.share__link_bg-google {
    background-color: #dd4b39;
}

.share__link_bg-google:hover {
    background-color: #dd5b39;
}

.share__number {
    display: inline-block;
    padding: 6px 7px 6px 6px;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 8px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    vertical-align: middle;
}

.article_text img {
    width: 100%;
    margin-bottom: 25px;
}

article {
    padding-bottom: 50px;
}

article .quote {
    color: #7c848b;
    font-style: italic;
    border-left: 2px solid #7c848b;
    padding-left: 20px;
    margin: 25px 0;
}

.tags ul li {
    display: inline-block;
    list-style: none;
}

.tags ul li a {
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition-property: color, background;
    transition-property: color, background;
}

.tags ul li a:hover {
    opacity: .7;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    text-decoration: underline;
}

.tags {
    margin: 25px 0;
}

.tags p {
    float: left;
    margin-right: 10px;
}

.media-middle {
    position: relative;
    padding-left: 70px;
}

.media-object {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 100% 100%;
}

.right_sidebar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #303e4b;
    color: #fff;
    padding-left: 50px !important;
}

.right_sidebar ul {
    border-left: 2px solid #919599;
    border-bottom: none;
    padding-bottom: 20px;
}

.right_sidebar ul li.active a:before {
    background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
    background-position: -49px -93px;
    width: 15px;
    height: 15px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.right_sidebar ul li a:before {
    display: block;
    position: absolute;
    content: "";
    top: 32px;
    left: -8px;
    background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
    background-position: -117px -64px;
    width: 15px;
    height: 15px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
}

.right_sidebar ul li a {
    color: #fff;
    border: none;
}

.right_sidebar .nav-tabs > li.active > a,
.right_sidebar .nav-tabs > li.active > a:focus,
.right_sidebar .nav-tabs > li.active > a:hover,
.right_sidebar .nav-tabs > li > a:hover {
    background: transparent;
    border: none;
}

.wrapper {
    position: relative;
}

.affix {
    position: fixed;
}

.container > .text-mob-center {
    float: left;
}

.container__no-padding {
    padding: 0 !important;
}

.container__no-padding .projects__title {
    margin-left: 10px;
}

.animated-arrow {
    position: absolute;
    top: -53px;
}

.wrap-article {
    margin-bottom: 43px;
}

.wrap-article:last-of-type {
    margin-bottom: 0;
}

.article {
    position: relative;
    padding-left: 69px;
}

.article__time {
    font-size: 10px;
    color: #959595;
}

.article__icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    margin-top: -26px;
    background-size: 100% 100%;
}

.article__text {
    margin-bottom: 9px;
    display: block;
}

.article__text:hover {
    color: inherit;
}

.block-title__h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.block-title__h2::after {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 30px;
}


/* 3.11. END Article */


/* 3.12 Projects */

.projects {
    font-size: 0;
}

.projects .special {
    display: inline-block;
    padding-right: 20px;
}

.projects .special:last-of-type {
    padding-right: 0;
}

.projects .special:last-of-type .special__box {
    margin-right: 0;
}

.projects .special_big {
    width: 66.667%;
}

.projects .special_small {
    width: calc(33.333% - 20px);
    margin-right: 20px;
}

.projects__row:nth-child(2) .special_small {
    margin-left: 20px;
    margin-right: 0;
}

.projects__title {
    padding-right: 15px;
}

.banner {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
}

.projects__title__h2 {
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 15px 0;
}

.block-title__view-all,
.projects__title__view-all {
    float: right;
    font-size: 12px;
    text-transform: lowercase;
    position: relative;
    display: inline-block;
    text-decoration: underline;
}

.block-title__view-all:hover::before,
.projects__title__view-all:hover::before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}

.block-title__view-all:hover,
.projects__title__view-all:hover {
    text-decoration: none;
    outline: none;
}


/* 3.12 END Projects */


/* 3.13 Latest content */

.popular__content .slick-next {
    right: 10px;
}

.popular__content .slick-prev {
    right: 35px;
}

.popular__content .slick-prev:before {
    content: '\e845';
    font-family: "fontello";
    font-size: 18px;
    color: #4e4e4e;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.popular__content .slick-next:before {
    content: '\e846';
    font-family: "fontello";
    font-size: 18px;
    color: #4e4e4e;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.popular__content .slick-next:hover:before,
.slick-prev:hover:before {
    opacity: .7;
}

.popular__content .slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -13px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.popular__content .popular__content__slide {
    margin: 10px;
    position: relative;
}

.popular__content .popular__content__box {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -moz-linear-gradient(top, transparent, #000);
    background: -ms-linear-gradient(top, transparent 0, #000 110%);
    background: linear-gradient(to bottom, transparent 0, #000 110%);
    width: 100%;
    color: #fff;
    padding-top: 65px;
}

.popular__content .popular__content__box .popular__content__category {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.popular__content .popular__content__box .popular__content__category:hover {
    text-decoration: none;
}

.popular__content .popular__content__box .popular__content__link {
    color: #fff;
    position: relative;
}

.popular__content .popular__content__box .popular__content__link:hover {
    text-decoration: none;
}

.popular__content__posted__icon {
    list-style: none;
    float: right;
    margin-bottom: 0px;
}

.popular__content__posted {
    font-size: 10px;
    margin-top: 12px;
}

.popular__content__posted__icon li {
    display: inline-block;
    padding: 0px 8px;
}

.popular__content__link:hover::after {
    max-width: 100%;
}

.popular__content__link::after {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 1;
    background-color: #fff;
    max-width: 0;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}


/* 3.13 END Latest content */


/* 3.14 Latest content news */

.popular__content__newspage .slick-next {
    right: 10px;
}

.popular__content__newspage .slick-prev {
    right: 35px;
}

.popular__content__newspage .slick-prev:before {
    content: '\e845';
    font-family: "fontello";
    font-size: 18px;
    color: #4e4e4e;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.popular__content__newspage .slick-next:before {
    content: '\e846';
    font-family: "fontello";
    font-size: 18px;
    color: #4e4e4e;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.popular__content__newspage .slick-next:hover:before,
.slick-prev:hover:before {
    opacity: .7;
}

.popular__content__newspage .slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -13px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.popular__content__newspage .popular__content__slide {
    margin: 10px;
    position: relative;
}

.popular__content__newspage .popular__content__box {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -moz-linear-gradient(top, transparent, #000);
    background: -ms-linear-gradient(top, transparent 0, #000 110%);
    background: linear-gradient(to bottom, transparent 0, #000 110%);
    width: 100%;
    color: #fff;
    padding-top: 65px;
}

.popular__content__newspage .popular__content__box .popular__content__category {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.popular__content__newspage .popular__content__box .popular__content__category:hover {
    text-decoration: none;
}

.popular__content__newspage .popular__content__box .popular__content__link {
    color: #fff;
    position: relative;
}

.popular__content__newspage .popular__content__box .popular__content__link:hover {
    text-decoration: none;
}


/* 3.13 END Latest content news */


/* 3.14 Video galleryt */

.video__gallery .slick-next {
    right: 2px;
}

.video__gallery .slick-prev {
    right: 25px;
}

.video__gallery .slick-prev:before {
    content: '\e845';
    font-family: "fontello";
    font-size: 18px;
    color: #4e4e4e;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.video__gallery .slick-next:before {
    content: '\e846';
    font-family: "fontello";
    font-size: 18px;
    color: #4e4e4e;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.video__gallery .slick-next:hover:before,
.slick-prev:hover:before {
    opacity: .7;
}

.video__gallery .slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -13px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.video__gallery .video__gallery__slide {
    margin: 10px;
    position: relative;
}

.video__gallery .icon-play {
    background-color: #303e4b;
    color: #fff;
    border-radius: 50%;
    padding: 7px 6px 8px 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    z-index: 10;
    pointer-events: none;
}

.video__gallery a {
    overflow: hidden;
    display: block;
}

.video__gallery a img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video__gallery a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* 3.14 END Video gallery */


/* 3.15 Block Sensation */

.bradius1,
.bradius2,
.bradius3,
.bradius4,
.bradius5,
.bradius6,
.bradius7,
.bradius8,
.bradius9,
.bradius10,
.bradius11,
.bradius12 {
    position: absolute;
    width: 9em;
    height: 9em;
    margin: -1em auto auto -1em;
    transform-origin: 50% 50%;
    border-radius: 100%;
    opacity: 0;
    animation: bradius 9s ease-in-out infinite;
}

.bradius2 {
    animation-delay: 0.4s;
    top: 10%;
    left: 10%;
    border: 3px solid rgba(48, 65, 77, .6);
}

.bradius3 {
    animation-delay: 0.8s;
    top: 15%;
    left: 20%;
    border: 4px solid rgba(43, 65, 77, .4);
}

.bradius4 {
    animation-delay: 1.2s;
    top: 70%;
    left: 70%;
}

.bradius5 {
    animation-delay: 1.6s;
    top: 40%;
    left: 50%;
    border: 5px solid rgba(43, 65, 77, .3);
}

.bradius6 {
    animation-delay: 2s;
    top: 33%;
    left: 60%;
    border: 9px solid rgba(43, 65, 77, .3);
}

.bradius7 {
    animation-delay: 2.4s;
    top: 50%;
    left: 20%;
    border: 4px solid rgba(65, 65, 77, .2);
}

.bradius8 {
    animation-delay: 2.8s;
    top: 20%;
    left: 40%;
    border: 3px solid rgba(139, 139, 153, .4);
}

.bradius9 {
    animation-delay: 3.2s;
    background-color: rgba(139, 139, 153, .3);
    top: 50%;
    left: 50%;
}

.bradius10 {
    animation-delay: 3.6s;
    top: 30%;
    left: 50%;
}

.bradius11 {
    animation-delay: 4s;
    top: 30%;
    left: 20%;
}

.bradius12 {
    animation-delay: 4.4s;
    top: 20%;
    left: 10%;
}

@keyframes bradius {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    33% {
        opacity: .07;
    }
    66% {
        opacity: .5;
    }
    99% {
        opacity: 0;
    }
    100% {
        transform: scale(1.65);
    }
}

.block__sensation__info {
    width: auto;
    position: relative;
    z-index: 1;
    padding: 2.5em 0 2.5em;
}

.block__sensation__hash {
    width: auto;
    height: auto;
    display: inline-block;
    margin-bottom: 8px;
}

.block__sensation__hash a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
    opacity: 1;
    float: left;
    padding: 6px 16px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.block__sensation__hash a:hover {
    background: #303d4a;
    text-decoration: none;
}

.block__sensation__title_all {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}

.block__sensation__title_descr {
    font-size: 18px;
    color: #fff;
}

.block__sensation__description {
    margin-top: 20px;
    color: #fff;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.block__sensation__description a {
    color: #fff;
}

.block__sensation__description:hover {
    background: #303d4a;
}

.block__sensation__description:hover a {
    text-decoration: none;
}

.block__sensation__figure img {
    width: 200px;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 99999;
    display: inline;
}


/* 3.15 END Block sensation */


/* 3.16 News tab category */

.news__tab__category .ncats-tabs {
    width: 100%;
    margin: 0;
}

.news__tab__category .ncats-tabs li {
    text-align: center;
    border-right: 1px solid #212a33;
    text-transform: capitalize;
    display: table-cell;
    width: 1%;
}

.news__tab__category .ncats-tabs li:last-child {
    border: 0;
}

.news__tab__category .ncats-tabs li a {
    display: block;
    padding: 15px 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    position: relative;
    border-top: 5px solid transparent;
    -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;
    transition: all 0.4s ease-in-out;
}

.news__tab__category .ncats-tabs li.active a {
    background: #fff;
}

.news__tab__category .ncats-tabs li:hover a {
    text-decoration: none;
}

.news__tab__categorys {
    margin: 30px 10px 10px 10px;
    position: relative;
}

.news__tab__categorys .news__tab__category__box {
    position: absolute;
    bottom: -1px;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background: -moz-linear-gradient(top, transparent, #000);
    background: -ms-linear-gradient(top, transparent 0, #000 110%);
    background: linear-gradient(to bottom, transparent 0, #000 110%);
    width: 100%;
    color: #fff;
    padding-top: 65px;
}

.news__tab__categorys .news__tab__category__box .news__tab__category_name {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.news__tab__categorys .news__tab__category__box .news__tab__category_name:hover {
    text-decoration: none;
}

.news__tab__categorys .news__tab__category__box .news__tab__category__link {
    color: #fff;
    position: relative;
}

.news__tab__categorys .news__tab__category__box .news__tab__category__link:hover {
    text-decoration: none;
}

.news__tab__category__posted__icon {
    list-style: none;
    float: right;
    margin-bottom: 0px;
}

.news__tab__category__posted {
    font-size: 10px;
    margin-top: 12px;
}

.news__tab__category__posted__icon li {
    display: inline-block;
    padding: 0px 8px;
}

.news__tab__category__link:hover::after {
    max-width: 100%;
}

.projects__row {
    height: 331px;
    padding-bottom: 20px;
}

.projects .special {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.news__tab__category__link::after {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 1;
    background-color: #fff;
    max-width: 0;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}


/* 3.16 END News tab category */

.twitter__header {
    position: relative;
    background: url(https://www.digitalcx-omninews.com/front/img/content/twitter_fon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 10px 10px 86px;
    margin-bottom: 20px;
    color: #d2d2d2;
}

.twitter__header::before {
    position: absolute;
    content: '';
    top: 12px;
    left: 15px;
    background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
    background-position: 0px -30px;
    width: 59px;
    height: 59px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
}

.twitter__header__name {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

.twitter__header__text {
    color: #fff;
    padding-bottom: 10px;
}

.twitter__body {
    background: #fff;
    border: 1px solid #ddd;
}

.twitter__body .time {
    color: #909090;
    font-size: 12px;
    margin-bottom: 3px;
}


/* message */

.message {
    padding: 25px 10px;
}

.message__time {
    font-size: 12px;
    color: #909090;
    padding-bottom: 11px;
}

.message__text {
    padding-bottom: 17px;
}

.message__link {
    -webkit-transition-property: color;
    transition-property: color;
}

.message__link:hover {
    text-decoration: underline;
}


/* end message */

.title__h1 {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.title__h1.yel_line::after {
    bottom: -10px;
}


/* redaction */

.wrap-redaction {
    border: 1px solid #ddd;
}

.wrap-redaction_white {
    background-color: #fff;
}

.wrap-redaction_white .redaction_line:last-child::after {
    height: 0;
}

.redaction {
    padding: 15px;
}

.redaction_line {
    position: relative;
}

.redaction_line::after {
    position: absolute;
    content: '';
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background-color: #bebebe;
}

.redaction__category {
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.redaction__title {
    font-size: 16px;
    margin: 0;
    padding-bottom: 11px;
    display: block;
    font-weight: bold;
}

.redaction__title:hover {
    cursor: pointer;
    color: #4e4e4e;
}

.redaction__text {
    margin-bottom: 13px;
}

.redaction__time {
    color: #959595;
    font-size: 10px;
}


/* comments */

.comments .media-middle {
    font-weight: 700;
    margin-top: 10px;
}

.comments h4 {
    color: #303e4b;
    font-size: 16px;
}

.comments img,
.comm_info {
    display: inline-block;
}

.comments .media-middle {
    margin-bottom: 10px;
}

.comments__title {
    color: #303e4b;
    font-size: 26px;
    font-weight: bold;
}

.comment_form .form-control {
    border: 1px solid #e0e0e0;
    background-color: #f6f6f6;
    max-width: 400px;
}

.form-slideToggle {
    display: none;
}

.comments__form .form-group {
    display: block !important;
}

.comments__form textarea {
    resize: none;
}

.comments__form input {
    width: 200px;
    margin-top: 10px;
}

.btn-comment {
    margin-top: 10px;
    min-width: 150px;
    color: #fff;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-color: #eb9024;
    border-radius: 2px;
}

.btn-comment:hover {
    opacity: .7;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    color: #fff;
}

.comments__media {
    padding-top: 20px;
    padding-bottom: 20px;
}

.current {
    text-align: center;
}

.current__title {
    display: inline-block;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.current__text {
    text-align: left;
    margin-bottom: 25px;
}

.current__quote {
    text-align: left;
}


/***********************************
        /* 3.END CONTENT */
/***********************************/


/***********************************
        /* 4.404 */
/***********************************/

.wrapper-sticky-footer {
    display: table;
    width: 100%;
    height: 100%;
}

.content-sticky {
    display: table-row;
    height: 100%;
}

.error {
    width: 100%;
    margin: 140px 0;
    max-width: 1020px;
}

.error__left {
    width: 41%;
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}

.error__left .error__text {
    font-size: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 100px;
    text-align: right;
}

.error__right {
    width: 50%;
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

.error__right .error__head {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}

.error__right .error__text {
    margin-bottom: 10px;
    line-height: 20px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

.error__right .error__list {
    margin-top: 15px;
}

.error__right .error__list li {
    margin-bottom: 10px;
    list-style: inside disc;
}

.error__right .error__list li .link {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #454545;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.error__right .error__list li .link::after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0;
    background-color: #454545;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.error__right .error__list li .link:hover::after {
    opacity: 1;
}

.error__center {
    width: 100%;
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
    text-align: center;
}

.error__center .error__text__h1 {
    font-size: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 100px;
    text-align: center;
}

.error__center .error__head {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}

.error__center .error__text {
    margin-bottom: 10px;
    line-height: 20px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

.error__center .error__list {
    margin-top: 15px;
}

.error__center .error__list li {
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

.error__center .error__list li .link {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #454545;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.error__center .error__list li .link::after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.error__center .error__list li .link:hover::after {
    opacity: 1;
}


/***********************************
        /* 4. END 404 */
/***********************************/


/***********************************
        /* 5. ABOUT US */
/***********************************/

.thumbnail.inpage {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
}

.a-main {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.a-main__title {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 20px;
    margin: 0
}

.a-carousel .slick-dots {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
    line-height: 0;
    margin: 0;
    text-align: center;
}

.a-carousel .slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #e1e1e1;
    cursor: pointer;
}

.a-carousel__item img {
    width: 100%;
}

.a-main__text p {
    margin: 10px 0;
}

.a-main__text a:hover {
    text-decoration: underline;
}

.a-main__text a {
    text-decoration: none;
}

.a-main__strong-text {
    margin: 0;
}

.a-aside {
    background-color: #fff;
    padding: 15px;
}

.a-aside__box {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0 20px 0 20px;
    background: #fff;
}

.a-box__row {
    border-bottom: 1px solid #ebebeb;
}

.a-box__row:last-of-type {
    border-bottom: none;
}

.a-box__link {
    line-height: 50px;
}

.a-box__link:hover {
    text-decoration: underline;
}

.a-article {
    padding-top: 20px;
    padding-bottom: 20px;
}

.a-article__row {
    padding-bottom: 10px
}

.a-article__subtitle {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 18px;
}

.a-article__text {
    margin: 0;
}

.a-article__title {
    margin-top: 0;
}

.a-article__btn {
    position: relative;
    display: inline-block;
    background-color: #e8280b;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff !important;
    border-radius: 3px;
    padding: 0 20px 0 50px;
    margin-top: 20px;
    transition: background .25s ease;
}

.a-article__btn:hover {
    background-color: #d9260b;
    text-decoration: none;
}

.a-article__btn i {
    position: absolute;
    content: '';
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
}

.a-article__link:hover {
    text-decoration: underline;
}


/***********************************
        /* 5. END ABOUT US */
/***********************************/


/***********************************
        /* 6. CONTACTS */
/***********************************/

.c-contact {
    padding-bottom: 0;
}

.c-content-right {
    padding-left: 20px;
}

.c-contact__map {
    margin-bottom: 40px;
}

.c-contact__title {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.c-contact-form {
    font-size: 0;
    line-height: 0;
}

.c-input-wrap {
    position: relative;
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    padding-bottom: 20px;
}

.c-input-wrap input[type="text"] {
    width: 100%;
    font-size: 14px;
    line-height: normal;
    height: 42px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: box-shadow .25s ease, border .25s ease;
}

.c-input-wrap input[type="text"].errorClass {
    box-shadow: inset 0 0 5px 0 #ff0000;
    border-color: #ff0000;
}

.c-input-wrap__last {
    margin-right: 0;
}

.c-message-wrap {
    position: relative;
    padding-bottom: 20px;
}

.c-content-left {
    padding: 15px;
}

.c-message-wrap textarea {
    width: 100%;
    font-size: 14px;
    line-height: normal;
    height: 200px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: none;
    transition: box-shadow .25s ease, border .25s ease;
}

.c-message-wrap textarea.errorClass {
    box-shadow: inset 0 0 5px 0 #ff0000;
    border-color: #ff0000;
}

.c-send-wrap #form-submit {
    display: inline-block;
    padding: 0 50px;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    transition: background .25s ease;
}

.c-send-wrap #form-submit:hover {
    opacity: .7;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.c-contact-page-2 .c-send-wrap #form-submit,
.c-contact-page-3 .c-send-wrap #form-submit,
.c-contact-page-5 .c-send-wrap #form-submit {
    width: 100%;
}

.c-content-center {
    padding: 15px;
}

.c-content-center h5 {
    margin: 0;
}

.c-info__title {
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
}

.c-info__date {
    line-height: 30px;
    margin-bottom: 0;
}

.c-info__email {
    line-height: 30px;
    margin-bottom: 0;
}

.c-info__social {
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: center;
}

.c-social {
    font-size: 0;
}

.c-social__col {
    display: inline-block;
    margin-right: 20px;
}

.c-social__link {
    display: block;
}

.c-social__link i {
    display: block;
    font-size: 20px;
    transition: color .25s ease;
}

.c-social__link i::before {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.errorClass {
    line-height: 1.2;
    color: #fff;
}

.errorClass+label {
    position: absolute;
    bottom: 0;
    left: 0;
}

.c-done {
    display: none;
}

.alert {
    line-height: 24px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #19b963;
    border-radius: 4px;
    background-color: #19b963;
    color: #fff
}

.c-contact-page .map {
    width: 100%;
    height: 400px;
}

.map-p15 {
    padding: 15px;
}

.c-contact-page-3 .map {
    height: 326px;
}

.c-contact-page-3 .c-content-right {
    padding: 15px;
}

.c-widget__title {
    position: relative;
    line-height: 1.2;
    padding: 12px 12px 12px 30px;
    z-index: 1;
    text-transform: capitalize;
}

.c-aside__c-widget {
    margin-bottom: 30px
}

.c-widget__social-list {
    font-size: 0;
    margin: 0;
}

.c-widget__social-col {
    display: inline-block;
    width: 33.333%;
    padding: 15px 0;
    transition: background .25s ease
}

.c-widget__social-link {
    display: block;
    line-height: 24px;
    color: #fff !important;
    text-align: center
}

.c-widget__social-link i {
    display: inline-block;
    margin-bottom: 5px;
}

.c-widget__social-link span {
    display: block;
    font-size: 13px;
}

.c-widget__social-link b {
    font-weight: normal;
}

.c-widget__social-link:hover {
    text-decoration: none;
}

.c-widget__slider {
    margin-bottom: 10px;
}

.c-slider-widget__item img {
    width: 100%;
}

.c-widget-post {
    padding: 15px;
}

.c-widget-post__title {
    margin: 0;
}

.c-widget-post__title a {
    line-height: 24px;
    transition: color .25s ease;
}

.c-widget-post__title a:hover {
    text-decoration: underline;
}

.c-widget-post__date {
    margin: 0;
    font-size: 0;
}

.c-widget-post__date li {
    display: inline-block;
    line-height: 30px;
    padding-right: 10px;
    text-transform: capitalize;
}

.c-widget-post__date li i {
    margin-right: 5px;
}

.c-widget-post__text {
    line-height: 24px;
    margin: 0;
}

.social__widget__item .facebook:hover {
    color: #3b5998;
}

.social__widget__item .youtube:hover {
    color: #e52d27;
}

.social__widget__item .pinterest:hover {
    color: #be0216;
}

.social__widget__item .twitter:hover {
    color: #01a9e9;
}

.social__widget__item .gplus:hover {
    color: #dd4b39;
}

.social__widget__item .linkedin:hover {
    color: #0976b4;
}

.social__widget__item .facebook:hover,
.social__widget__item .youtube:hover,
.social__widget__item .pinterest:hover,
.social__widget__item .twitter:hover,
.social__widget__item .gplus:hover,
.social__widget__item .linkedin:hover {
    opacity: .7;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}


/***********************************
        /* 6. END CONTACTS */
/***********************************/


/***********************************
        /* 7. LOGIN & REGISTER */
/***********************************/

.btn-style-lp {
    display: block;
    width: 100%;
    line-height: 45px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    transition: background .25s ease;
}

.btn-style-lp_gplus {
    background-color: #dd4b39
}

.btn-style-lp_gplus:hover,
.btn-style-lp_blue:hover,
.btn-style-lp_light-blue:hover,
.btn-style-lp_red:hover {
    opacity: .7;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.btn-style-lp_blue {
    background-color: #506dab;
}

.btn-style-lp_light-blue {
    background-color: #27c4fe;
}

.lp-login-block {
    max-width: 564px;
    width: 100%;
    padding: 56px 6.5% 50px;
    margin: 20px auto;
    border-radius: 2px;
    background-color: #fff;
}

.lp-head {
    margin-bottom: 24px;
    text-align: center;
}

.lp-head__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #181818;
    margin: 0
}

.lp-head__ask {
    color: #a1a1a1;
    margin: 0;
}

.lp-head__ask .link {
    color: #e8280b;
}

.lp__registration {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.lp__registration::after {
    content: "or";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 20px;
    margin-left: -20px;
    background-color: #fff;
    color: #a0a0a0;
    text-align: center;
    z-index: 2;
}

.lp__registration::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    z-index: 1;
}

.lp-form-subtitle {
    position: relative;
}

.lp-form-subtitle i {
    position: absolute;
    content: '';
    top: 11px;
    left: 10px;
    color: #afafaf;
    font-size: 18px;
    opacity: .5;
}

.lp-form-subtitle input[type='text'],
.lp-form-subtitle input[type='password'] {
    height: 45px;
    margin-bottom: 16px;
    margin-top: 3px;
    padding-left: 40px;
    width: 100%;
    transition: border .25s ease;
}

.lp-form-subtitle input[type='text']:focus,
.lp-form-subtitle input[type='password']:focus {
    border: 1px solid #a0a0a0;
}

.lp-option.lp-form__row {
    padding-bottom: 30px;
}

.lp-option__checkbox {
    float: left;
    font-size: 0;
}

.lp-option__checkbox label {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    color: #a0a0a0;
    font-weight: normal;
    margin: 0;
    padding-left: 24px;
    user-select: none;
}

.lp-option__checkbox label::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 2px;
    top: 50%;
    margin-top: -8px;
    left: 0;
}

.lp-option__checkbox label::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 11px;
    border: 1px solid #181818;
    border-top-color: transparent;
    border-left-color: transparent;
    top: 9px;
    left: 6px;
    transform: rotate(45deg);
    opacity: 0;
    transition: top .25s ease, opacity .25s ease;
}

.lp-option__checkbox input[type='checkbox'] {
    transform: translateX(-9999px);
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

.lp-option__checkbox input[type='checkbox']:checked+label::before {
    top: 4px;
    opacity: 1;
}

.lp-option__link {
    float: right;
}

.lp-link {
    line-height: 22px;
    color: #a0a0a0 !important;
}

.lp-link:hover {
    text-decoration: underline;
}


/***********************************
        /* 7. END LOGIN & REGISTER */
/***********************************/


/***********************************
        /* 8. FOOTER */
/***********************************/


/* footer */

.footer {
    padding: 32px 0 25px 0;
    position: relative;
    z-index: 1;
}


/* end footer */


/* footer all style */

.footer__category {
    margin-bottom: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 18px;
}

footer p {
    color: #c2c2c2;
    padding: 25px 0;
    margin: 0;
}

.copyrights p {
    color: #c2c2c2;
    padding: 15px 0;
}

.footer .footer-logo {
    display: block;
    background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
    background-position: 0px 0px;
    width: 147px;
    height: 26px;
    background-size: 147px, 138px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.footer-post ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-post li {
    padding: 8px;
    width: 100%;
    float: left;
    padding-left: 0;
}

.footer-post .item {
    display: table;
    width: 100%;
    position: relative;
}

.footer-post .item .item-image {
    display: table-cell;
    vertical-align: top;
    width: 66px;
}

.item-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.item-image::before {
    display: block;
    content: '';
    padding-top: 54%;
}

.footer-post li a {
    color: #c2c2c2;
    padding: 0;
    margin: 0;
}

.item-image .img-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
}

.item-image .img-full {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.item-image .img-link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.item-image .img-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.footer-post .item .item-content {
    padding: 0 0 0 16px;
}

.item .item-content {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.content p:last-child,
.item-content p:last-child {
    border: none;
}

.footer-post .col-md-3 li a {
    color: #c2c2c2;
    padding: 0;
    margin: 0;
}

.footer-post p {
    padding: 0;
}

.footer-adress {
    color: #fff;
}

.footer-adress li {
    padding: 4px 0;
}

.footer-adress i {
    padding-right: 10px;
}

.footer-adress li a {
    color: #fff;
}

footer .tagcloud {
    margin-bottom: 20px;
    margin-top: 20px;
}

footer .tagcloud a {
    color: #fff;
    background-color: #212a33;
    padding: 5px 10px;
    margin: 5px 5px 5px 0;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

footer .tagcloud a:hover {
    color: #212a33;
    background-color: #fff;
}

.newsletter-form .input-group {
    padding-top: 20px;
}

.input-group-addon {
    border-radius: 0 !important;
}

.newsletter-form .input-group input {
    background: #303d4a;
    padding-left: 0;
    border-left: 0;
    padding-left: 5px;
    padding-right: 38px;
    color: #fff;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.comments__form {
    width: 100%;
}

.comments__form input[type="text"] {
    border: solid 1px #b9b9b9;
    background: #fff;
    line-height: 45px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-width: 280px;
}

 

.comments__form textarea {
    border: solid 1px #b9b9b9;
    background: #fff;
    line-height: 45px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-width: 100%;
}

.newsletter-form .input-group-addon {
    background: #212a33;
    border: 1px solid #212a33;
}

.newsletter-form .icon-mail,
.newsletter-form .icon-paper-plane {
    color: #fff;
}

.newsletter-form .btn-icon:hover .icon-paper-plane {
    opacity: .5;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

input.newsletter-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}

input.newsletter-input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1 !important;
}

input.newsletter-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1 !important;
}

input.newsletter-input:-ms-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}

.newsletter-form .input-group-btn .btn {
    border: 0;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

#goTop {
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #ddd;
    border: 0;
    color: #303d4a;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: translate(50px, 0px);
    z-index: 9999;
}

#goTop:hover {
    background: #303d4a;
    color: #fff;
}

#goTop.show {
    transform: translate(0px, 0px);
}

#goTop i {
    display: inline-block;
    margin-top: 5px;
}


/* end footer all style */


/* copyright */

.copyrights {
    background: #212a33;
    padding: 2px 0 0px 0;
}

.copyright {
    float: left;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
}

.copyright a {
    color: #fff;
}


/* end copyright */


/* social */

.social {
    margin-top: 1px;
    margin-right: 0;
}


/* end social */


/* social text */

.social__text {
    text-align: right;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #fff;
    padding-right: 7px;
}


/* end social text */


/* social list */

.social__list {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}


/* end social list */


/* social item */

.social__item {
    display: inline-block;
    list-style: none;
    margin: 3px;
}


/* end social item */


/* social icons */

.social__item a {
    display: block;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    width: 33px;
    margin-left: 5px;
    line-height: 23px;
    text-align: center;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.social__item .facebook {
    border: 2px solid #3b5998;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.social__item .youtube {
    border: 2px solid #e52d27;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.social__item .pinterest {
    border: 2px solid #be0216;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.social__item .twitter {
    border: 2px solid #01a9e9;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.social__item .gplus {
    border: 2px solid #dd4b39;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.social__item .linkedin {
    border: 2px solid #0976b4;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.social__item .rss {
    border: 2px solid #ff6600;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.social__item .tumblr {
    border: 2px solid #36465d;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.social__item .facebook:hover,
.social__item .youtube:hover,
.social__item .pinterest:hover,
.social__item .twitter:hover,
.social__item .gplus:hover,
.social__item .linkedin:hover,
.social__item .rss:hover,
.social__item .tumblr:hover {
    opacity: .7;
    color: #fff;
}


/* end social icons */


/***********************************
        /* END 8.FOOTER */
/***********************************/


/***********************************
        /* 9.RESPONSIVE */
/***********************************/

@media screen and (max-width: 1199px) {
    .wsmenu-list > li > a {
        padding: 0 21px;
    }
    .news__desc {
        padding-bottom: 4px;
    }
    .header_news_panel .nav-tabs > li {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .header_news_panel .nav-tabs {
        padding-bottom: 15px;
    }
    .tab-pane__img {
        max-width: 650px;
    }
    .right_sidebar {
        padding-left: 30px;
    }
    .wrap-article {
        margin-bottom: 28px;
    }
    .article__text {
        font-size: 14px;
    }
    .article__time {
        font-size: 10px;
    }
    .twitter__body .time {
        margin-bottom: 7px;
    }
    .message__time {
        padding-bottom: 13px;
    }
    .message__text {
        font-size: 13px;
    }
    .redaction p:nth-of-type(2) {
        font-size: 13px;
    }
    .redaction {
        padding: 24px 15px;
    }
    .redaction__title {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.1;
    }
}

@media screen and (max-width: 1024px) {
    .pt20 .a-main {
        padding-top: 20px !important;
    }
    .thumbnail_big .thumbnail__caption {
        padding: 27px 9px;
    }
    .news__head {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .news__caption {
        padding-bottom: 8px;
        font-size: 16px;
    }
    .news__desc {
        font-size: 13px;
        padding-bottom: 8px;
    }
    .news__text {
        font-size: 14px;
        min-height: 46px;
    }
    .tab-content {
        font-size: 14px;
    }
    .header_news_panel .nav-tabs > li > a {
        padding: 7px 10px;
        font-size: 10px;
    }
    .tab-pane__img {
        max-width: 650px;
    }
    .right_sidebar {
        padding-left: 30px;
    }
    .wrap-article {
        margin-bottom: 14px;
    }
    .twitter__header::before {
        background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
        background-position: -63px -30px;
        width: 50px;
        height: 50px;
        background-size: 147px, 138px;
        background-repeat: no-repeat;
    }
    .twitter__header {
        padding-left: 77px;
    }
    .twitter__header__text {
        padding-bottom: 0;
    }
    .message {
        padding: 13px 10px;
    }
    .redaction_line::after {
        bottom: 10px;
    }
    .redaction__title {
        font-size: 14px;
    }
    .c-content-left {
        padding-right: 20px;
    }
    .c-contact-page .c-content-left {
        padding-right: 20px;
    }
    .c-contact-page-3 .c-content-left {
        padding-right: 20px;
    }
    .c-contact-page-4 .c-content-left {
        padding-right: 20px;
    }
    .container {
        width: 100%;
    }
}

@media screen and (min-width: 998px) {
    .navbar-form {
        padding: 0;
        margin: 0;
    }
    .navbar-form button {
        padding: 0;
        margin: 1px 30px 1px 0;
    }
    .navbar-form button:active,
    .navbar-form button:focus,
    .navbar-form button:hover {
        box-shadow: none;
        border: none;
        outline: none !important;
    }
    .navbar-form input {
        height: 48px;
        border-radius: 0;
    }
  
    .navbar-form .form-group {
        display: none;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .navbar-form:hover .form-group {
        display: inline-block;
        -webkit-transition: 1s;
        transition: 1s;
    }
    .header_news_panel .header_news_text {
        width: 500px;
    }
    .thumbnail_small {
        max-width: auto;
    }
}

@media screen and (max-width: 991px) {
    .wsmenuexpandermain .menuopen {
        position: fixed;
        top: 10px;
    }
    .header_down {
        top: auto;
        height: auto;
    }
    .header_down.fixed {
        position: static;
        transform: none;
    }
    .header_down-wr {
        height: auto;
    }
    .header_down.active {
        transform: none;
    }
    .outer {
        height: 80px;
        position: relative;
    }
    .newsticker {
        z-index: 10;
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
        height: 40px !important;
    }
    .breaking-ribbon {
        width: 100%;
        height: 40px;
    }
    .news__tab__category {
        overflow: hidden;
    }
    .outer li {
        padding-right: 60px;
        height: 40px;
    }
    .exchange__course span {
        margin-right: 6px;
    }
    .news__head {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .news__caption {
        padding-bottom: 14px;
    }
    .news__desc {
        padding-bottom: 17px;
    }
    .line_news p {
        font-size: 10px;
        line-height: 1.1;
    }
    .tab-pane__img {
        max-width: none;
    }
    .right_sidebar {
        width: 185px;
        padding-left: 30px;
    }
    .wrap-article {
        margin-bottom: 0;
    }
    .article {
        padding-left: 60px;
    }
    .article__icon {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
    .article__time {
        font-size: 9px;
    }
    .twitter__header::before {
        background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
        background-position: 0px -93px;
        width: 45px;
        height: 45px;
        background-size: 147px, 138px;
        background-repeat: no-repeat;
    }
    .twitter__header {
        padding-bottom: 10px;
        padding-left: 72px;
    }
    .redaction__category {
        margin-bottom: 0;
    }
    .redaction__time {
        margin-bottom: 0;
    }
    .twitter__header__name {
        font-size: 12px;
    }
    .twitter__header__text {
        font-size: 12px;
        padding-bottom: 5px;
    }
    .twitter__body .time {
        font-size: 10px;
    }
    .message {
        line-height: 1.3;
        padding: 14px 10px 16px;
    }
    .c-contact-page .c-content-left {
        padding-right: 15px;
    }
    .c-send-wrap {
        text-align: center;
    }
    .wrap-logo {
        padding: 15px 0;
    }
    .btn-search {
        color: #fff;
    }
    .navbar-form .form-group {
        display: block;
        margin-bottom: 0;
    }
    .navbar-form .form-control {
        display: block;
        width: 100%;
    }
    .navbar-form {
        margin-right: -15px;
        margin-left: -15px;
    }
    .banner .banner__img {
        height: auto;
    }
    .header_down .icon.icon-down-dir:before {
        content: none;
    }
    .no-mobile{
		display: none !important;
	}
	.other-menu-sub{
		display: none !important;
	}
	.exchange {
    	z-index: 1;
	}
}

@media screen and (max-width: 768px) {
    .pt20 .a-main {
        padding-top: 10px !important;
    }
    .projects__row {
        height: auto;
        padding-bottom: 0;
    }
    .projects .special {
        height: 300px;
    }
    .projects__row:nth-child(2) .special_small {
        margin-left: 0;
    }
    .special__img,
    .banner__img {
        height: auto;
    }
    .outer li {
        height: 60px;
    }
    .outer {
        height: 100px;
    }
    .newsticker {
        height: 60px !important;
    }
    .mob_search .btn-search {
        position: absolute;
        top: 21px !important;
        right: 0px;
    }
    .wsmenu-list li > .wsmenu-submenu,
    .wsmenu-mega-submenu {
        display: none !important;
    }
    .news__tab__categorys {
        margin-left: 0;
        margin-right: 0;
    }
    .block__sensation__figure img {
        display: none;
    }
    .thumbnail_big .thumbnail__caption {
        padding: 12.97px 9px;
    }
    .special__img,
    .banner__img {
        max-height: 204px;
    }
    .twitter__body .message:nth-child(5) {
        display: none;
    }
    .news-tabs {
        padding-left: 20px;
    }
    .news-tabs__title.h2 {
        text-align: center;
        font-size: 14px;
        margin-top: 0;
    }
    .header_news_panel .nav-tabs > li > a {
        font-size: 8px;
    }
    .header_news_panel .nav-tabs li a:before {
        top: 26px;
    }
    .tab-pane__category {
        font-size: 14px;
    }
    .tab-pane__title {
        font-size: 24px;
        line-height: 1;
    }
    .tab-pane__text {
        font-size: 12px;
    }
    .tab-pane__block {
        left: 30px;
        bottom: 30px;
        padding: 0 20px;
    }
    .right_sidebar {
        width: 175px;
        padding-left: 20px;
    }
    .header_news_panel .nav-tabs {
        width: auto;
        margin-left: 30px;
    }
    .text-mob-center {
        text-align: center;
        font-size: 14px;
    }
    .twitter__header::before {
        background-image: url(https://www.digitalcx-omninews.com/front/img/png-sprite/96dpi/sprite.png);
        background-position: -117px -30px;
        width: 30px;
        height: 30px;
        background-size: 147px, 138px;
        background-repeat: no-repeat;
    }
    .twitter__header {
        padding-left: 58px;
    }
    .twitter__header {
        padding-left: 70px;
    }
    .twitter__header__name {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .twitter__header__text {
        font-size: 12px;
    }
    .message {
        padding: 17px 10px;
    }
    .social.navbar-right {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
    .text-mob-center {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) and (max-width: 767px) {
    .social ul {
        text-align: center;
        display: block;
        margin: 10px 0;
        width: 100%;
    }
    .copyright {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .a-main {
        padding: 0 20px
    }
    .a-aside {
        padding: 0
    }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
    .social ul {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .thumbnail_small {
        max-width: 100%;
    }
    .news__text {
        min-height: auto;
    }
    .banner__link {
        top: 100%;
        right: 50%;
    }
    .news-tabs {
        float: none;
        position: absolute;
        top: 30px;
        right: 0;
        margin: 0;
        bottom: 20px;
        padding: 0;
    }
    .news-tabs .time {
        font-size: 0;
    }
    .tab-content_mob-p0 {
        padding: 0 !important;
    }
    .header_news_panel .nav-tabs > li > a {
        font-size: 0;
        padding: 0;
        margin: 0;
        height: 5vmax;
        width: 1px;
        display: block;
    }
    .header_news_panel .nav-tabs li a:before {
        top: 50%;
    }
    .tab-pane__text {
        padding-right: 20%;
    }
    .header_news_panel {
        position: relative;
    }
    .mob_search .btn-search {
        top: 15px;
    }
    .wrap-article {
        margin-bottom: 20px;
    }
    .wrap-article:last-of-type {
        margin-bottom: 20px;
    }
    .projects .special {
        display: block;
        width: 100% !important;
        padding-right: 0;
    }
    .block-title__h2 {
        overflow: hidden;
    }
    .twitter__body {
        padding: 20px 0;
    }
    .message {
        padding: 10px;
    }
    .message__time {
        font-size: 12px;
        padding-bottom: 5px;
    }
    .social {
        margin-top: 0;
    }
    .social__text {
        display: block;
        text-align: center;
    }
    .social.navbar-right {
        float: left;
        text-align: center;
        margin-right: 5px;
        width: 100%;
    }
    .special__img,
    .banner__img {
        max-height: 100%;
    }
    .thumbnail.thumbnail_big {
        margin-bottom: 20px;
    }
    .a-main {
        padding: 0 10px;
    }
    .a-aside {
        padding: 0 10px;
    }
    .c-input-wrap {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .error__left {
        display: block;
        padding-right: 0;
        width: 100%;
    }
    .error__left .error__text {
        text-align: center;
        font-size: 40px;
        line-height: 42px;
    }
    .error__right {
        display: block;
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 570px) {
    .error__right .error__list {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 560px) {
    .footer {
        padding: 12px 0;
    }
}

@media screen and (max-width: 480px) {
    .lp-login-block {
        padding-top: 20px;
    }
    .lp-head__title {
        font-size: 25px;
    }
    .a-main__subtitle {
        font-size: 16px;
        line-height: 1.315;
        margin-top: 0;
    }
    .error {
        margin: 20px 0;
    }
    .social__item a {
        width: 29px;
        height: 29px;
        line-height: 18px;
    }
    .social__item {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-post ul {
        margin-top: 7px;
    }
    .block__sensation__hash a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .projects .special {
        height: 220px;
    }
    .banner {
        height: 190px;
    }
    .outer li {
        height: 80px;
        padding-right: 50px;
        font-size: 13px;
    }
    .slick-slide img {
        width: 100%;
    }
    .outer {
        height: 120px;
    }
    .newsticker {
        height: 80px !important;
    }
    .news__tab__category__slide img {
        width: 100%;
    }
    .slider-post .col-xs-6 {
        width: 100%;
    }
    .error__left .error__text {
        line-height: 1;
    }
    .tab-pane__category {
        font-size: 10px;
    }
    .tab-pane__title {
        font-size: 20px;
    }
    .tab-pane__text {
        font-size: 10px;
    }
    .tab-pane__block {
        bottom: 20px;
        left: 0;
    }
    .news-tabs__nav.nav li:nth-child(4) {
        display: none;
    }
    .news-tabs__nav.nav li:nth-child(5) {
        display: none;
    }
    .news__tab__category .ncats-tabs li {
        width: 49%;
        display: inline-block;
        margin: 0;
        border: none;
    }
    .news__tab__category .ncats-tabs li a {
        font-size: 13px;
    }
    .lp-head .lp-head__title {
        float: none;
        text-align: center;
    }
    .lp-head .lp-head__ask {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .video__gallery a img {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .copyright {
        font-size: 12px;
    }
}




/* padding */
.padd0  {padding:0 !important}
.padd05 {padding:5px !important}
.padd5  {padding:5px 0 !important}
.padd10 {padding:10px 0 !important}
.padd20 {padding:20px 0 !important}
.padd30 {padding:30px 0 !important}
.padd40 {padding:40px 0 !important}
.padd50 {padding:50px 0 !important}
.paddL0 {padding-left: 0 !important}
.paddR0 {padding-right: 0 !important}
.paddT0 {padding-top: 0 !important}
.paddB0 {padding-bottom: 0 !important}
.paddL05 {padding-left: 5px !important}
.paddR05 {padding-right: 5px !important}
.paddT05 {padding-top: 5px !important}
.paddB05 {padding-bottom: 5px !important}
.paddL10 {padding-left: 10px !important}
.paddR10 {padding-right: 10px !important}
.paddT10 {padding-top: 10px !important}
.paddB10 {padding-bottom: 10px !important}
.paddL15 {padding-left: 15px !important}
.paddR15 {padding-right: 15px !important}
.paddT15 {padding-top: 15px !important}
.paddB15 {padding-bottom: 15px !important}
.paddL20 {padding-left: 20px !important}
.paddR20 {padding-right: 20px !important}
.paddT20 {padding-top: 20px !important}
.paddB20 {padding-bottom: 20px !important}
.paddT50 {padding-top: 50px !important}

/* margin */
.marg0  {margin:0 !important}
.marg05 {margin:5px 0 !important}
.marg10 {margin:10px 0 !important}
.marg20 {margin:20px 0 !important}
.marg30 {margin:30px 0 !important}
.marg40 {margin:40px 0 !important}
.marg50 {margin:50px 0 !important}
.marg60 {margin:60px 0 !important}
.marg70 {margin:70px 0 !important}
.margL0 {margin-left: 0 !important}
.margR0 {margin-right: 0 !important}
.margT0 {margin-top: 0 !important}
.margB0 {margin-bottom: 0 !important}
.margL05 {margin-left: 5px !important}
.margR05 {margin-right: 5px !important}
.margT05 {margin-top: 5px !important}
.margB05 {margin-bottom: 5px !important}
.margL10 {margin-left: 10px !important}
.margR10 {margin-right: 10px !important}
.margT10 {margin-top: 10px !important}
.margB10 {margin-bottom: 10px !important}
.margL15 {margin-left: 15px !important}
.margR15 {margin-right: 15px !important}
.margT15 {margin-top: 15px !important}
.margB15 {margin-bottom: 15px !important}
.margL20 {margin-left: 20px !important}
.margR20 {margin-right: 20px !important}
.margT20 {margin-top: 20px !important}
.margB20 {margin-bottom: 20px !important}
.margL30 {margin-left: 30px !important}
.margR30 {margin-right: 30px !important}
.margT30 {margin-top: 30px !important}
.margB30 {margin-bottom: 30px !important}
.margT40 {margin-top: 40px !important}
.margB40 {margin-bottom: 40px !important}
.margT50 {margin-top: 50px !important}
.margB50 {margin-bottom: 50px !important}










.slide-main {
    max-height: 460px;
    overflow: hidden;
}

.menu-services a {
    color: #c2c2c2;
}


   label {
    color: #c2c2c2;
    margin-bottom: 0px !important;
    font-weight: normal;
}

 label.error, input.error, textarea.error {
    
    margin: 0px !important;
    color:#ff0000;
  
}

.menu-services {
    padding-top: 15px;
}



.rightColumn {
    padding: 10px;
    background-color: #ffffff;
}

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

     .add-inner {
        text-align: center; 
        margin-top: 10px; margin-bottom: 10px;
     }

     .thumbnail.thumbnail_big.margB20 img {
        max-height: 220px !important;
     }


     .imgContainer {
         height: 200px;
        overflow: hidden;
     }


     

.post_details_block a { color: #5386de; }
.post_details_block a:hover { text-decoration: underline; }