@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

html, body {
    background: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #8d9092;
    line-height: 26px;
    height: 100%;
}

* {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #231f20;
}

p, .p {
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    color: #808285;
}

span {
    font-size: 14px;
    color: #58595b;
}

a {
    color: #000000;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

a:hover, a:focus {
    text-decoration: none;
    color: #1488ca;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.section-header {
    margin-bottom: 50px;
}

.section-header .section-title {
    margin-bottom: 15px;
    display: block;
    clear: both;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
    color: #262f32;
    text-transform: uppercase;
}

.section-header p {
    display: block;
    clear: both;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
    color: #8d8d8d;
}

.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 0px;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #72C05B;
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

ul.nostyle i {
    color: #72C05B;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 0px;
}

.navbar-header .navbar-brand {
    padding: 5px 0;
}

.navbar-header .navbar-brand a {
    height: auto;
    display: inline-block;
}

#top-header {
    height: auto;
    background: #ededed;
}

.main-header {
    background: #ededed;
    height: 168px;
}

.main-header .logo {
    text-align: center;
    color: #fff;
    font-size: 80px;
    font-family: 'Open Sans', sans-serif;
}

.navbar-default {
    background: none !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
    padding-top: 5px;
}

.top-nav {
    background: #dddedd;
    color: #8d9092;
    height: 45px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #ededed;
}

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after, .icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control, .icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa {
    color: #2580db;
}

.navbar {
    position: relative;
    color: #FFFFFF;
}

.main-menu {
    background: #1488ca url(../images/nav-bg.jpg) repeat-x !important;
    height: auto;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(205, 206, 207, 0.75);
    -moz-box-shadow: 0px 10px 10px 0px rgba(205, 206, 207, 0.75);
    box-shadow: 0px 10px 10px 0px rgba(205, 206, 207, 0.75);
}

.nav > li > a {
    padding: 10px 9px;
    color: #77797c !important;
    font-weight: 400;
}

.nav > li > a:hover {
    color: #000000 !important;
    font-weight: 600;
    padding: 10px 9px;
}

.main-menu .nav li {
    padding: 0 18px 0 18px !important
}

.main-menu .nav > li > a {
    color: #fff !important;
    line-height: 55px;
    height: 55px;
    padding: 0 5px 0 5px;
    font-weight: 700;
}

.main-menu .nav > li > a:hover {
    color: #fff !important;
    background: none !important;
    font-weight: normal;
    border-bottom: 2px solid #fff;
    font-weight: 700;
}

.main-menu.nav > li > a:hover, .nav > li > a:focus {
    background: none !important;
}

.main-menu .nav > .active {
    border-bottom: 2px solid #fff;
    padding: 0 5px 0 5px;
    line-height: 55px;
    height: 55px;
}

.icon-bar {
    background-color: #000000 !important;
}

.navbar-toggle {
    float: left;
}

ul.top-left {
    margin-top: 5px;
}

ul.top-left li {
    padding: 5px 10px 0;
}

.top-left li a {
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.top-left li a:hover {
    color: #000000 !important;
    background: #ededed !important
}

.top-right li {
    padding-top: 5px;
}

.top-right li a {
    text-transform: lowercase !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
}

.top-right li a:hover {
    background: none !important;
}

.navbar.navbar-default .navbar-toggle {
    float: left;
}

@media only screen and (min-width: 768px) {
    .main-menu.navbar-default {
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }

    #main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a {
        background: transparent;
        padding: 10px 15px !important;
    }

    #main-menu.navbar-default .dropdown-menu {
        padding: 0 20px;
        min-width: 220px;
        background-color: rgba(26, 28, 40, 0.9);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit;
    }

    #main-menu.navbar-default .dropdown-menu > li {
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }

    #main-menu.navbar-default .dropdown-menu > li > a {
        border-top: 1px solid #404455;
        padding: 15px 0;
        color: #eeeeee;
    }

    #main-menu.navbar-default .dropdown-menu > li:first-child > a {
        border-top: 0;
    }

    #main-menu.navbar-default .dropdown-menu > li.active, #main-menu.navbar-default .dropdown-menu > li.open, #main-menu.navbar-default .dropdown-menu > li:hover {
        border-left-color: #72C05B;
    }

    #main-menu.navbar-default .dropdown-menu > li.active > a, #main-menu.navbar-default .dropdown-menu > li.open > a, #main-menu.navbar-default .dropdown-menu > li:hover > a {
        color: #72C05B;
        background-color: transparent;
    }
}

#main-slider {
    padding-bottom: 30px;
    display: block;
}

#main-slider .banner {
    background: #fff;
    -moz-box-shadow: 0 0 5px #ebebeb;
    -webkit-box-shadow: 0 0 5px #ebebeb;
    box-shadow: 0 0 5px #ebebeb;
    padding: 12px 54px;
}

#main-slider .banner .pic-container {
}

#main-slider .banner .pic-container .img-responsive {
    padding-top: 20px;
    margin: 0 auto;
}

#main-slider .banner h2 {
    font-size: 52px;
    text-align: center;
    color: #000000;
    margin-top: 0px !important;
}

#main-slider .banner p {
    font-size: 18px;
    text-align: center;
    padding-top: 30px;
}

#main-hightlight-news {
    margin-bottom: 30px;
}

.box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px #ebebeb;
    display: block;
    float: left;
    height: auto;
    padding: 10px;
    width: 100%;
}

.slider-top {
}

.carousel-caption {
    top: 100%;
    padding-top: 0;
    left: 0;
    right: 0;
    text-align: left;
}

.carousel-indicators .active {
    background: #1e89ca !important;
}

.box .news-title {
    position: relative;
}

.box .news-title h2 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-style: normal;
    line-height: 23.1px;
    border-bottom: 2px solid #ec2027;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 600;
    margin-top: 10px;
}

.news-title .more-btn {
    position: absolute;
    background: #ec2027;
    float: right;
    z-index: 1;
    right: 0;
    color: #fff;
    padding: 2px 5px 0 5px;
    bottom: 1px;
}

.news-title .more-btn a {
    color: #fff;
}

.news-title .more-btn a:hover {
    color: #1c89ca
}

.news-topics {
    border-bottom: 1px solid #ebebeb
}

.news-topics h3 {
    font-size: 21px;
    font-weight: 600
}

.news-topics h3 a {
    color: #231f20
}

.news-topics h3 a:hover {
    color: #1488ca;
}

.sub-news h5 a {
    color: #231f20
}

.sub-news h5 a:hover {
    color: #1488ca;
}

.opinion-thumb-container a {
    color: #231f20
}

.opinion-thumb-container a:hover {
    color: #1488ca;
}

.right-caption h5 a {
    color: #231f20
}

.right-caption h5 a:hover {
    color: #1488ca;
}

.trendings-container {
    height: 578px;
    overflow-y: scroll;
}

.news-list li {
    border-bottom: 1px solid #ebebeb;
    line-height: 19px;
    width: 100%;
    padding-left: 7px !important;
    padding: 12px 0 12px 3px;
}

.news-list a {
    color: #1c89ca !important;
}

.trendings-container > div > .thumbnail {
    border: none !important
}

.top-stories .box {
    /*padding-bottom: 20px;*/
}

.just-in .box {
}

#main-hightlight-subnews {
    padding: 0px 0 30px 0;
}

#main-hightlight-subnews.box {
    background: #fff;
    -moz-box-shadow: 0 0 5px #ebebeb;
    -webkit-box-shadow: 0 0 5px #ebebeb;
    box-shadow: 0 0 5px #ebebeb;
    padding: 10px;
    height: auto !important;
}

.sub-news {
}

.politics-news {
    margin-bottom: 0px;
}

.sub-news h5 {
    font-size: 16px;
    font-weight: 600;
    color: #231f20
}

.social-news-section {
    margin-top: 30px;
}

.social-news-section h5 {
    font-size: 16px;
    font-weight: 600;
}

.social-news {
    margin-top: 0;
}

.social-news .thumbnail {
    margin-bottom: -6px;
}

.sub-news > div:not(:last-child) {
    padding: 0 30px 0 0;
}

.noPadding {
    padding: 0;
}

.big-thumb-section {
    border-bottom: 1px solid #ebebeb !important;
}

.small-left-thumb {
    border-bottom: 1px solid #ebebeb;
}

.thumbnail.right-caption > img {
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
}

.thumbnail.right-caption {
    float: left;
    width: 100%;
}

.thumbnail {
    border: 0 none;
    box-shadow: none;
}

.thumbnail.right-caption > .caption {
    padding: 4px;
}

/*.advertisement-container {*/
/*margin-bottom: 30px;*/
/*}*/

/*.adveritiment1 {*/
/*margin-bottom: 30px;*/
/*}*/

.editorial {
    margin-bottom: 30px;
}

.thumbnail {
    position: relative;
    padding: 0px;
}

.thumbnail img {
}

#contact-area {
    padding: 120px 0;
}

#contact .contact-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-top: 50px;
}

#contact .contact-form h3 {
    margin-top: 0;
}

#contact-area label {
    font-weight: 300;
}

#contact-area .form-group input, #contact-area .form-group textarea {
    border-radius: 0;
    font-size: 13px;
    font-weight: normal;
    color: #888;
}

#contact-area .form-group textarea {
    height: 195px;
}

#contact-area .form-control:focus, #focusedInput {
    border: 1px solid #000;
    box-shadow: none;
}

#contact-area .btn-send-msg {
    margin-top: 30px;
}

.subcribe span, .subcribe p, .subcribe a {
    font-family: 'Open Sans', sans-serif;
}

.subcribe a {
    float: left;
    display: inline-block;
}

.subcribe span {
    float: left;
    display: inline-block;
}

#footer {
    margin-top: 30px;
}

#footer h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

#footer p, #footer a, #footer, .bottom-footer span, #footer h4 {
    font-family: 'Open Sans', sans-serif;
    color: #58595b;
}

#footer ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

#footer ul a {
    text-transform: uppercase;
    font-size: 13px;
}

#footer .subscribe {
    padding-right: 0 !important;
}

#footer .footer-menu ul li {
    line-height: 20px;
}

#footer .footer-menu h4 {
    text-align: left;
    color: #58595b
}

#footer .other-product p {
    text-align: center;
    margin-bottom: 5px;
}

#footer .other-product p a {
    padding: 0 10px;
}

#footer .other-product .social-icon {
    margin-top: 30px;
    text-align: center
}

#footer .other-product .social-icon {
}

footer {
    padding: 30px 0;
    background: #fff;
}

.bottom-footer {
    background: #dddedd;
    padding: 20px 0;
}

.bottom-footer span {
    padding-top: 5px;
}

.bottom-footer .partner span {
    color: #585a5c
}

#footer .sub-block {
    color: #d6d7d7;
    font-weight: 700;
    text-transform: uppercase;
}

#footer .sub-block:first-child {
    border-bottom: 1px solid #838485;
    padding-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 31px;
}

#footer .sub-block a {
}

#footer .sub-block ul {
    margin: 0;
    padding: 0;
}

#footer .sub-block ul li a {
    padding-left: 5px;
}

.navbar-toggle {
    z-index: 1;
}

.nav > li > a:hover, .nav > li > a {
    color: #58595b;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;, sans-serif;
    text-transform: uppercase;
}

.navbar-nav > li {
    padding-left: 30px;
}

.logo {
    padding-top: 15px;
}

.phone span {
    color: #a7cc26;
    font-size: 20px;
    font-family: 'Lato bold', sans-serif;
}

.navbar {
    min-height: 20px;
}

.reservation-part {
    margin-top: 148px;
    background: #a7cc26;
    height: 148px;
    line-height: 148px;
}

.reservation {
    width: 385px;
    float: left;
}

.car-service {
    width: 596px;
    float: right
}

.car-service span {
    color: #f2f2f2;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
}

.carousel-inner {
    padding-bottom: 295px;
}

#opinion-section {
    margin: 0px 0 30px 0;
}

#diaspora-section {
    margin: 30px 0 0 0;
}

.img-circle {
    border-radius: 50%;
}

.opinion-thumb-container {
    margin-top: 30px;
}

.opinion-thumb-container h5 {
    font-size: 16px;
    font-weight: 600;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#photogallery-section {
    padding-bottom: 30px;
}

.photo-gallery-container {
    margin-top: 30px;
}

.photo-gallery-container h5 {
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 600
}

.fluid_container {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

.photo-gallery-container .thumbnail {
    margin-bottom: 0 !important
}

#sport-economy-section {
    padding-bottom: 30px;
}

.sport-news {
    margin-bottom: 30px;
}

#sport-economy-section {
    padding-bottom: 30px;
}

.sport-news {
    margin-bottom: 30px;
}

.world-news {
}

.week-news {
}

.interview-container {
}

.interview-container .thumbnail {
    margin-bottom: 0 !important
}

.interview-info {
    border-bottom: 1px solid #ebebeb;
    padding-top: 20px;
}

.week-news-container {
    padding-top: 15px;
    padding-bottom: 35px;
}

#career-science-techonology-section {
    padding-top: 30px;
}

.mycareer-news {
}

.mycareer-container {
    padding-top: 15px;
}

.mycareer-container h5 a {
    font-size: 16px;
    font-weight: 600
}

.mycareer-container .list-group .mycareer-title {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

.mycareer-container .list-group .mycareer-title h5 {
}

.science-techonology-news-container {
}

.science-techonology-container {
    padding-top: 15px;
}

.science-techonology-container .thumbnail {
    margin-bottom: 0 !important;
}

.techonology-news {
}

.adveritiment-pic-container {
    margin-bottom: 15px;
}

#republica-poll-section {
    padding-top: 30px;
    margin-botom: 30px;
}

.republica-poll h5 {
    padding-top: 20px;
}

.republica-poll h2 {
    font-size: 20px;
    font-weight: 600
}

.republica-poll {
    text-align: center;
    padding-bottom: 70px;
}

.radio-btn {
    margin-top: 30px;
}

.republica-poll .vote-btn-wraper {
}

.republica-poll .vote-btn {
    background: url(../images/vote-btn.png) no-repeat;
    font-size: 20px;
    color: #fff;
    width: 124px;
    height: 31px;
    line-height: 31px;
    text-transform: uppercase;
    padding: 0;
}

li.radio {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #58595b
}

.top-left li a {
    color: #8d9092
}

.sign-in li {
    padding: 0 10px 0 10px
}

.sign-in a {
    color: #8d9092
}

.search {
    padding-left: 20px;
    width: 120px;
}

.carousel-indicators li {
    background-color: #ebebeb;
    border: 1px solid #ccc;
}

.carousel-caption h2 {
    text-shadow: none !important;
    font-weight: 700;
    line-height: 40px;
}

.carousel-caption p {
    text-shadow: none !important;
    font-weight: 400;
    line-height: 25px;
    padding-top: 10px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.icon {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    border: 2px solid;
    border-radius: 50%;
}

.content {
    position: relative;
    display: table;
    width: 100%;
    min-height: 100vh;
}

.pull-middle {
    display: table-cell;
    vertical-align: middle;
}

.btn {
    padding-left: 25px;
    padding-right: 25px;
}

.btn-circle {
    border-radius: 20px;
}

.input-group input {
    border: 0;
    box-shadow: none;
    padding-right: 30px;
}

.input-group input:focus, .input-group input:active {
    outline: 0;
    box-shadow: none;
}

.input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: -18px;
    border-radius: 20px;
}

#main-advertisement {
    padding-bottom: 15px;
    text-align: center
}

#main-advertisement .add-container {
}

#main-advertisement .add-container .img-responsive {
    margin: 0 auto
}

#main-hightlight-categories-news .recent-news-categories-details {
    padding: 30px;
}

#main-hightlight-categories-news .main-hightlight-categories-news .main-heading {
    padding-left: 10px;
}

#main-hightlight-categories-news .main-heading h2 {
    font-size: 34px !important;
    font-weight: 700;
    margin-top: 0 !important;
}

#main-hightlight-categories-news .main-heading p {
    color: #818181;
    font-size: 12px;
}

#main-hightlight-categories-news p {
    font-size: 18px;
    line-height: 34px;
    color: #58595b
}

#main-hightlight-categories-news .categories-list-news {
    padding: 30px 10px;
    float: left;
}

#main-hightlight-categories-news .categories-list-news .main-heading h2 {
    font-size: 24px !important;
    font-weight: 700;
    margin-bottom: 0 !important;
}

#main-hightlight-categories-news .categories-list-news .categories-list-info {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    padding: 30px 0;
}

#main-hightlight-categories-news .just-in {
    padding-top: 15px;
}

#main-hightlight-categories-news .advertisement-container {
    margin-top: 15px;
}

#main-hightlight-categories-news .comment-section {
    padding: 30px;
    margin-top: 30px;
    width: 100%
}

#main-hightlight-categories-news .comment-section h2 {
    font-size: 24px !important;
    font-weight: 400;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

#main-hightlight-categories-news .like-section {
    margin-top: 30px;
}

#main-hightlight-categories-news .like-section .like-news {
}

#main-hightlight-categories-news .like-section .like-news .like-container {
}

#main-hightlight-categories-news .like-section .like-news .like-container p {
    font-size: 12px !important;
    line-height: 18px;
}

.form-horizontal .control-label {
    padding-left: 15px !important;
}

.form-btn {
    width: 145px;
    display: block;
    height: auto;
    padding: 10px;
    color: #fff;
    background: #e51e25;
    border: none;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

.form-btn:hover {
    background: #1488ca;
    color: white;
    border: none;
}

.form-btn:active {
    opacity: 0.9;
}

.icon-link {
    width: 45px;
    height: 45px;
    background-color: #666;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    outline: none;
    margin: 5px;
    box-sizing: content-box;
}

.icon-link.fill.facebook {
    background-color: #3b5998;
}

.icon-link.fill.facebook:hover {
    background-color: #fff;
}

.icon-link.fill.facebook:hover .fa-facebook {
    color: #3b5998;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.tumblr {
    background-color: #32506d;
}

.icon-link.fill.tumblr:hover {
    background-color: #fff;
}

.icon-link.fill.tumblr:hover .fa-tumblr {
    color: #32506d;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.linkedin {
    background-color: #007bb6;
}

.icon-link.fill.linkedin:hover {
    background-color: #fff;
}

.icon-link.fill.linkedin:hover .fa-linkedin {
    color: #007bb6;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.twitter {
    background-color: #00aced;
}

.icon-link.fill.twitter:hover {
    background-color: #fff;
}

.icon-link.fill.twitter:hover .fa-twitter {
    color: #00aced;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.google-plus {
    background-color: #dd4b39;
}

.icon-link.fill.google-plus:hover {
    background-color: #fff;
}

.icon-link.fill.google-plus:hover .fa-google-plus {
    color: #dd4b39;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.reddit {
    background-color: #8bbbe3;
}

.icon-link.fill.reddit:hover {
    background-color: #fff;
}

.icon-link.fill.reddit:hover .fa-reddit {
    color: #8bbbe3;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.youtube {
    background-color: #df1c31;
}

.icon-link.fill.youtube:hover {
    background-color: #fff;
}

.icon-link.fill.youtube:hover .fa-youtube {
    color: #df1c31;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.pinterest {
    background-color: #b81621;
}

.icon-link.fill.pinterest:hover {
    background-color: #fff;
}

.icon-link.fill.pinterest:hover .fa-pinterest {
    color: #b81621;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.github {
    background-color: #444;
}

.icon-link.fill.github:hover {
    background-color: #fff;
}

.icon-link.fill.github:hover .fa-github {
    color: #444;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.envelope {
    background-color: #333;
}

.icon-link.fill.envelope:hover {
    background-color: #fff;
}

.icon-link.fill.envelope:hover .fa-envelope {
    color: #333;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.fill.soundcloud {
    background-color: #f50;
}

.icon-link.fill.soundcloud:hover {
    background-color: #fff;
}

.icon-link.fill.soundcloud:hover .fa-soundcloud {
    color: #f50;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link.brand {
    background-color: #fff;
}

.icon-link.brand .fa {
    color: #006FC2;
}

.icon-link.round {
    border-radius: 50%;
}

.icon-link.round-corner {
    border-radius: 5px;
}

.icon-link:hover {
    -webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
    height: 41px;
    line-height: 41px;
    width: 41px;
    background-color: #fff;
}

.icon-link:hover.facebook {
    border: 2px solid #3b5998;
}

.icon-link:hover.tumblr {
    border: 2px solid #32506d;
}

.icon-link:hover.linkedin {
    border: 2px solid #007bb6;
}

.icon-link:hover.twitter {
    border: 2px solid #00aced;
}

.icon-link:hover.google-plus {
    border: 2px solid #dd4b39;
}

.icon-link:hover.reddit {
    border: 2px solid #8bbbe3;
}

.icon-link:hover.youtube {
    border: 2px solid #df1c31;
}

.icon-link:hover.pinterest {
    border: 2px solid #b81621;
}

.icon-link:hover.github {
    border: 2px solid #444;
}

.icon-link:hover.envelope {
    border: 2px solid #333;
}

.icon-link:hover.soundcloud {
    border: 2px solid #f50;
}

.icon-link:hover .fa {
    line-height: 45px;
}

.icon-link:hover .fa-facebook {
    color: #3b5998;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-tumblr {
    color: #32506d;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-linkedin {
    color: #007bb6;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-twitter {
    color: #00aced;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-google-plus {
    color: #dd4b39;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-reddit {
    color: #8bbbe3;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-youtube {
    color: #df1c31;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-pinterest {
    color: #b81621;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-github {
    color: #444;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-envelope {
    color: #333;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link:hover .fa-soundcloud {
    color: #f50;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
}

.icon-link .fa {
    color: #fff;
    line-height: 45px;
    font-size: 28px;
}

.navbar-form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

header .head-right .sign, header .head-right .subscribe {
    margin-right: 20px;
    color: #58595b;
}

.search-bar-section {
    padding-top: 10px;
}

#login-modal .modal-dialog {
    width: 350px;
}

#login-modal input[type=text], input[type=password] {
    margin-top: 10px;
}

#div-login-msg, #div-lost-msg, #div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success, #div-lost-msg.success, #div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error, #div-lost-msg.error, #div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg, #icon-lost-msg, #icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success, #icon-lost-msg.success, #icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error, #icon-lost-msg.error, #icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.modal-header h2 {
    text-transform: uppercase;
    color: #1488ca;
    font-weight: 700;
}

.modal-footer button {
    font-size: 1em;
    margin-top: 10px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg > .btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
    border-radius: 0px;
}

.loginmodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe !important;
    padding: 10px 0px;
    font-family: roboto;
    font-size: 20px;
    box-shadow: none !important
}

.loginmodal-submit:hover {
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8 !important;
}

.btn-facebook {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #3b5998 !important;
    padding: 10px 0px;
    font-family: roboto;
    font-size: 20px;
    box-shadow: none !important
}

.btn-facebook:hover {
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #224286 !important;
}

.btn-twitter {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #329ef0 !important;
    padding: 10px 0px;
    font-family: roboto;
    font-size: 20px;
    box-shadow: none !important
}

.btn-twitter :hover {
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #1a7fcc !important;
}

.btn-gplus {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #c2543c !important;
    padding: 10px 0px;
    font-family: roboto;
    font-size: 20px;
    box-shadow: none !important
}

.btn-gplus :hover {
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #af3a21 !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    padding: 3px;
}

embed, iframe, object {
    max-width: 100%;
    border: none;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
    width: 120px;
    background: #f0f0f0;
    height: 23px;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

#search-field {
    width: 120px;
    position: relative;
}

#search-field i {
    position: absolute;
    left: 6px;
    top: 3px;
    color: #cfcecd;
}

#search-field input[type="search"] {
    width: 112px;
    padding-left: 26px;
}

span.headline-time p {
    font-size: 11px;
    padding: 0;
    margin: 0;
}

.main-header .date {
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-left: 21%;
}

.fixed {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 5000;
}

.my-interest {
    margin-top: 36px;
}

.my-interest-container {
    height: 274px;
    overflow-y: scroll;
}

#video-section-section {
    margin-top: 30px;
}

.news-list-wrapper {
    background: #232323;
    padding: 10px 0px 0 0;
    margin-bottom: 20px;
}

.news-list-video {
    margin-bottom: 15px;
}

.video-sub-news ul li {
    list-style: none
}

#main-hightlight-categories-news .author-categories-list-news {
    padding: 30px 20px;
}

.author-categories-list-news .first-on {
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

.box-author-details {
    padding: 15px 15px 15px 25px;
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin: 0 0 25px 0;
    width: 100%;
    overflow: hidden;
}

.author-categories-list-news .imgLeft {
    float: left;
    margin: 10px 10px 10px 0;
}

.box-author .imgLeft {
    float: left;
    margin: 10px 10px 10px 0;
}

.author-categories-list-news .headline-time {
    padding-top: 10px;
}

.author-categories-list-news .headline-time span a {
    color: #787878;
    font-size: 14px;
}

.AuthorBlockCat {
    text-align: center;
}

.headline-time p {
    font-size: 12px !important;
}

.readmore-btn a {
    color: #fff !important
}

.readmore-btn a:hover {
    color: #fff !important
}

.box-author {
    padding: 15px 15px 15px 25px;
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin: 0 25px 0 0;
    width: 330px;
    float: left;
}

.author-related-news {
    float: left;
    width: 320px;
}

.new-summ li {
    border-bottom: 1px solid #c5c5c4;
    padding: 6px 0;
    list-style: none;
}

.new-summ li a {
    color: #58595b;
    font-size: 18px;
}

.new-summ ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.add-section img {
    max-width: none !important
}

.bottom-footer span {
    padding-top: 10px;
}

.author-location {
    background: #f8f8f8;
    padding: 5px 15px;
    width: 100%;
}

.links-top-block ul {
}

.links-top-block ul li {
    display: inline-block;
    padding: 10px 12px;
}

.links-top-block li a {
    color: #fff;
    outline: none;
}
