body {
    font: 400 16px/18px 'Source Sans Pro',  sans-serif;
    color: #2F2F2F;
}
h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 65px;
    margin: 0 0 20px;
    color: #b4b4b4;
}
h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 45px;
    margin: 0 0 10px;
}
h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px;
}
h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 5px;
}
h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin: 0 0 5px;
}
img {
    max-width: 100%;
    display: inline-block;
}
a {
    color: #333;
}
h1 > a {
    color: #b4b4b4;
}
h1 > a:hover {
    color: #b4b4b4;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin: 0 0 10px;
    line-height: 20px;
}
.container {
    max-width: 1260px;
    width: auto;
}
.row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-25 {
    margin-top: 25px;
}
.margin-top-30 {
    margin-top: 30px;
}
.search .input-group {
    position: relative;
    width: 100%}
.search .input-group:after, .search .input-group:before {
    content: '';
    clear: both;
    display: block;
}
.search span.input-group-btn button.btn.btn-default.glyphicon.glyphicon-search {
    background-color: transparent;
    color: #000;
    font-weight: bold;
}
.search span.input-group-btn {
    position: absolute;
    width: 38px;
    right: 0;
    z-index: 9;
}
span.input-group-btn.sm-search:before {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    color: #000000;
    font-size: 39px;
    font-weight: 800;
    line-height: 40px;
}
input.btn.btn-default.glyphicon.glyphicon-search {
    background-color: rgba(255,  255,  255,  0);
    width: 30px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.search .input-group .form-control {
    width: 100%;
    padding-right: 35px;
    height: 40px;
}
.social-search .social-network {
    padding: 0;
    list-style: none;
    width: 90px;
    font-size: 0;
    line-height: 0;
    float: left;
}
.social-search .social-network li:nth-child(3) {
    margin-bottom: 0;
}
.social-search .social-network li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.main-header.fixed .social-search .social-network li:last-child {
    margin-right: 0;
}
.social-search .social-network li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.social-search .social-network li a, .social-search .social-network li span {
    width: 40px;
    height: 40px;
    display: block;
}
.social-search .social-network li a.facebook {
    background-image: url(../images/fb_05.png);
}
.social-search .social-network li a.twiter {
    background-image: url(../images/tw_05.png);
}
.social-search .social-network li a.google {
    background-image: url(../images/google_07.png);
}
.social-search .social-network li a.youtube {
    background-image: url(../images/youtube_09.png);
}
.social-search .social-network li .nkow {
    background-image: url(../images/clude_11.png);
}

.search.closed {
    height: 0px !important;
    opacity: 0;
    visibility: hidden;
}
#search_wrapper .input-group .form-control {
    width: 95%;
    height: 60px;
    padding: 6px 30px 6px 25px;
    background-color: transparent;
    color: #a2e5ea;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px
}

#search_wrapper .input-group .fa-times {
    color: white;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 13px;
}


#search_wrapper {
    background-color: #00acbf;
    margin: 0;
    transition: all .3s ease-out;
    height: 60px;
}

.advertisign {
    overflow: hidden;
    display: block;
    padding: 20px calc(50% - 364px) 20px;
}
.listbox li:nth-child(n+10) {
    display: none;
}
.homepage .listbox li {
    margin-bottom: 24px;
}
.logo {
    float: left;
    width: auto;
    margin-right: 10px;
}

.logo a strong img{
    min-height: 30px;
    max-height: 90px;
}

.logo p.title {
    display: inline-block;
    color: #00ACBF;
    font-family: "Rock Salt";
    font-size: 22px;
    margin: 0 0 0 10px;
    line-height: 1.5em;
}

.social-search {
    float: right;
    padding-left: 10px;
}
.top-header {
    padding: 10px 0;
    border-bottom: double black 1px;
}

.navbar {
    min-height: inherit;
}
nav.navbar.navbar-default.menu-section {
    height: calc(100vh - 111px);	
}
.main-header.fixed nav.navbar.navbar-default.menu-section {
    height: calc(100vh - 62px);	
}
nav.navbar.navbar-default.menu-section {
    position: fixed;
    z-index: 1000000000000;
    width: 300px;
    transition: all .3s ease-out;
    background-color: #0096a6;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 5px 0 15px 0;
    overflow: scroll;
}
nav.navbar.navbar-default.menu-section.closed {
    height: 0px !important;
    opacity: 0;
    visibility: hidden;
}

nav .navbar-collapse.collapse {
    display: none !important;
}

nav .navbar-collapse.collapse.in {
    display: block !important;
}

.navbar-default.menu-section .navbar-nav > li > a:first-child, .campus-news .col-lg-8.col-md-8 {
    padding-left: 0;
}


.navbar-default.menu-section .navbar-nav>li>a,
.navbar-default.menu-section .navbar-nav>li>a:hover,
.navbar-default.menu-section .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #0096a6;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav.navbar.navbar-default.menu-section .navbar-nav li {
    position: static;
}

nav.navbar.navbar-default.menu-section .navbar-nav li.no-child {
    padding-left: 25px;
}
nav.navbar.navbar-default.menu-section .navbar-nav>li>.dropdown-menu {
    width: 100%;
    background: #2f2f2f;
    border-radius: 0;
    box-shadow: none;
    border: none;
    display: none;
}
nav.navbar.navbar-default.menu-section .navbar-nav>li:hover .dropdown-menu {
    z-index: 9999;
}

ul.subnav-menu li.active > a:after {
    border-bottom-color: #fff;
}
ul.subnav-menu li {
    display: inline-block;
    margin-right: 25px;
    padding: 3px 0;
}
ul.subnav-menu li a {
    color: #d5e9f3;
    position: relative;
    font-size: 18px;
    line-height: 20px;
}
ul.subnav-menu li.active > a:after {
    border-bottom: 8px solid #f0f0f0;
    bottom: -9px;
    left: 20%

}
.main-header .navbar-header {
    display: inline-block;
    float: left;
}
.main-header .navbar-toggle {
    display: block;
    float: none;
    border-color: rgba(255, 255, 255, 0);
    margin: 0 10px 10px 0;
    padding: initial;
    border: initial;
}
.main-header.fixed .navbar-toggle {
    margin: 0 10px 0 0;
}
.main-header .navbar-toggle:focus, 
.main-header .navbar-toggle:hover {
    background: 0 0 ;
}

#search_icon {
    width: 40px;
    position: initial; 
    white-space: nowrap; 
    text-align: center;
    line-height: 0;
    cursor: pointer;
}

header#header.fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    box-shadow: 0 0 2px #000;
    border-radius: 0;
    background-color: #ffffff;
}

.main-header.fixed .navbar-header span.input-group-btn.sm-search {
    display: none;
}
.main-header .social-search span.input-group-btn.sm-search {
    display: none;
}

.main-header.fixed .social-search span.input-group-btn.sm-search {
    display: inline-block;
    padding: 5px;
}

.main-header.fixed .social-search span.input-group-btn.sm-search:before {
    font-size: 34px;
    line-height: 29px;
}

.main-header.fixed .logo img {
    height: 40px;
}

.main-header.fixed .social-search .social-network {
    width: initial;
}

.main-header .navbar-toggle .icon-bar {
    background-color: #000000;
    height: 8px;
    width: 40px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
}

.navbar-default.navbar>.container .navbar-brand {
    max-width: 91px;
    padding: 7px;
    height: auto;
    margin-top: 3px;
}

nav.navbar.navbar-default.menu-section.fixed .navbar-header {
    display: block;
}
nav.navbar.navbar-default.menu-section.fixed .navbar-nav li:hover .dropdown-toggle:after {
    border-bottom-color: #f0f0f0;
}

nav.navbar.navbar-default.menu-section .navbar-nav>li>.dropdown-menu {
    z-index: 999;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #0096a6;
}
nav.navbar.navbar-default.menu-section .navbar-nav>li>.dropdown-menu li {
    display: block;
    float: none;
    font-size: 16px;
    padding: 7px 0 7px 70px;
    margin-right: 0
}

.navbar-default .navbar-nav>li>a {
    font-size: 22px;
    display: inline-block;
    padding: 12px 15px;
}

.navbar-nav>li {
    float: initial;
}

.newslatter-block.polls.clearfix.hidden-xs {
    min-height: 375px;
    position: relative;
}
div#rc_polls_footer {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 20px;
    bottom: 34px;
}
#main {
    background: #f0f0f0;
    padding-bottom: 40px;
}

#main.sports-cat h1 a{
	text-transform: uppercase;
}
aside.sidebar {
    padding-top: 5px;
}

aside.sidebar section.most-read {
    padding: 0;
}

/**/
.competitions h2, .promoted h2, .social h2, .most-read {
    color: #fff;
}
#MarketGidComposite21830 div.mcimg, #MarketGidComposite21829 img.mcimg {
    padding: 0px;
    text-align: center;
    height: 111px;
}
#MarketGidScriptRootC21829 #MarketGidComposite21829 img.mcimg {
    padding: 0px;
    text-align: center;
    /*height: 111px !important;*/
}
.padding-left-0 {
    padding-left: 0;
}
.post-content {
    padding: 6px 10px 10px;
}
.post-wrap {
    background-color: #fff;
}
.post-content a {
    color: #333;
}
.wrap-content .post-wrap .post-content {
    width: 35%;
    float: left;
    padding: 0;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
}
.wrap-content .post-wrap .post-content p {
    overflow: hidden;
}
.wrap-content .post-wrap .post-images {
    float: left;
    width: 65%
}
.post-wrap:after, .post-wrap:before {
    clear: both;
    display: block;
    content: ''
}
.wrap-content.clearfix:last-child .post-wrap > .post-content, .promoted .add {
    padding-right: 10px;
}
.wrap-content.clearfix:last-child {
    margin-bottom: 0;
}
.wrap-content.clearfix {
    margin: 0 0 23px;
}
.post-images img {
    width: 100%}
.competitions, .promoted, .social, .most-read {
    background: #00aabc;
    padding: 15px 0;
}
.post-competitions {
    background-color: #fff;
}
.competitions-images img {
    width: 100%}
.competitions-content {
    padding: 10px;
}
.competitions h2, .promoted h2, .social h2, .most-read {
    color: #fff;
}
.competitions h2.clearfix, .promoted h2, .most-read h2 {
    padding-left: 10px;
}
.newslatter-block {
    padding: 16px;
    background-color: #fff;
    margin-right: 10px;
    font-size: 14px;
}
.newslatter .form-group {
    position: relative;
}
.competitions p, .social p {
    margin: 0 0 20px;
    line-height: 19px;
}
.competitions p {
    margin-bottom: 18px;
}
.competitions .col-md-9, .entertainment .col-md-9, .campus-news .col-md-8, .review .col-md-8, .promoted .col-md-9, .social .col-md-9, .most-read .col-md-9 {
    padding-right: 0;
}
.campus-news .col-lg-7.col-md-6, .campus-news .col-md-7, .review > .col-md-6, .career-corner .col-md-9 {
    padding-left: 0;
    padding-right: 0;
}
.campus-news .col-md-7 .col-lg-6.col-sm-6, .review .col-md-7 {
    margin-bottom: 20px;
}
.form-control {
    background: #f0f0f0;
    border-radius: 0;
    border: none;
    color: #333;
}
.btn.btn-default {
    border: none;
    background-color: #333;
    color: #fff;
    border-radius: 0;
}
.competitions input.btn.btn-default {
    margin: 10px 0 0 auto;
    float: right;
}
.entertainment, .lifestyle, .sports, .weired-news, .career-corner, .tuition, .crime, .lgbt, .campus-news, .review {
    padding-top: 20px;
    overflow: hidden;
}
.listbox {
    background: #fff;
    padding: 15px 15px 17px;
}
.listbox li {
    margin-bottom: 21.5px;
    display: block;
    font-weight: 600;
}
.listbox li:last-child {
    margin-bottom: 0;
}
section.most-read .promoted-stories {
    padding-left: 10px;
}
.social-box.facebook {
    border: 18px solid #fff;
    border-radius: 4px;
}
.listbox li a span, .promoted-stories li span {
    color: #afafaf;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}
.promoted-stories li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
    margin: 0 0 20px;
}
.promoted-stories li .post-content h3 {
    font-size: 16px;
    line-height: 19px;
}
.promoted-stories li .post-content {
    height: 112px;
}
.promoted-stories li span {
    font-weight: 300;
}
.polls ul {
    margin-bottom: 70px;
}
.newslatter-block.write-us.clearfix {
    margin-top: -4px;
}
.write-us p {
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.polls ul li input {
    display: inline;
    margin-right: 5px;
}
.polls ul li label {
    font-weight: normal;
    padding-left: 25px;
}
.polls ul li {
    position: relative;
    margin: 0 0 13px;
}
.polls ul li .poll_answer {
    display: inline;
    padding-left: 0 !important;
}
.polls h3, .write-us h3 {
    font-size: 15px;
    margin: 0 0 15px;
    font-family: 'Source Sans Pro',  sans-serif;
}
.newslatter-block.write-us.clearfix h3 {
    font-size: 19px;
    margin: 0 0 5px;
    line-height: 22px;
}
span.autobrain {
    width: 30px;
    height: 17px;
    display: inline-block;
    background: url(../images/mgid.png) no-repeat;
    vertical-align: middle;
}
.cn-book.text-center.clearfix {
    padding-right: 10px;
    margin-left: -10px;
}
.cn-book.text-center.clearfix {
    width: 60%;
    margin: 0 auto;
    box-shadow: 10px 10px 6px -5px #000;
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    padding: 0;
}
.digital-magizing {
    max-height: 244px;
    overflow: hidden;
    position: relative;
}
.digital-magizing h3 {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    margin: 0;
}
article.items-article.single .question-answer ul {
    list-style: none;
}
article.items-article.single ul li {
    margin-bottom: 7px;
}
article.items-article.single ul {
    list-style-type: square;
    margin-left: 23px;
}
.promoted h2 em {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
}
.polls a {
    font-size: 13px;
}
.most-read .add {
    padding-right: 10px;
}
.footerlogo-copyright {
    padding-right: 37px;
}
footer.footer {
    background-color: #b5b5b5;
    padding: 40px 0 20px;
    color: #fff;
    font-size: 12px;
}
footer.footer .btn {
    right: 0;
    float: right;
    margin-top: 10px;
}
.custom-cols {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%}
.footer-nav h5 {
    font-weight: bold;
    font-size: 15px;
}
.footerlogo-copyright p {
    font-size: 12px;
}
.footer-nav ul li {
    display: inline-block;
    margin-right: 11px;
    font-size: 12px;
    font-weight: 400;
}
.footer-nav ul li a {
    color: #fff;
    font-size: 12px;
}
.breadcrumb {
    background: transparent;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "|\00a0"
}
.breadcrumb>li {
    font-size: 13px;
}
.articles h2, .articles h1 {
    color: #00ACBF;
    margin-bottom: 6px;
    line-height: 40px;
    font-weight: 600;
    font-size: 38px;
}
.articles h2 {
    font-size: 29px;
    line-height: 60px;
    margin: initial;
}
.row.single-articles-section~.most-read .add {
    margin-left: -17px;
}
.left-content-artilces .articles h2 {
    line-height: 35px;
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 27px;
    color: rgb(87,  87,  87);
}
.articles time {
    font-weight: normal;
    font-size: 13px;
    color: #B6B6B6;
}
.share-networks span {
    color: #00ACBF;
}
.share-networks ul li a {
    background-color: #000;
    color: #fff;
    width: 23px;
    height: 22px;
    display: block;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-weight: 300;
}
.share-networks ul li {
    display: inline-block;
}
.share-networks ul {
    display: inline-block;
}
.share-networks ul li a.facebook {
    background: #3e5797;
}
.share-networks ul li a.twitter {
    background: #68a7dd;
}
.post-artiles-author {
    position: relative;
    padding: 20px 0;
    padding: 0;
    padding-right: 120px;
    line-height: 14px;
}
.author {
    position: absolute;
    right: 11px;
    width: 90px;
}
.author img {
    margin: 0 0 5px;
}
.share-networks.pull-right {
    margin-right: 120px;
}
.post-artiles-author h4 {
    font-size: 20px;
}
article.items-article h3 a {
    color: #00ACBF;
    margin-top: 30px;
    display: inline-block;
}
.caption-article {
    position: absolute;
    right: 0;
    width: 90px;
    top: 60%;
    float: none;
    margin-right: -110px;
    line-height: 14px;
}
.items-article .feature-image {
    position: relative;
}
.items-article .feature-image img {
    margin-bottom: 10px;
}
article.items-article {
    position: relative;
}
article.items-article p {
    font-size: 18px;
    line-height: 22px;
}
article.items-article > img {
    margin-bottom: 20px;
}
.caption-article span {
    font-size: 12px;
    color: #B6B6B6;
    word-wrap: break-word;
}
aside.sidebar .promoted-stories li {
    width: 50%;
    margin-right: 0;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.sidebar ul.promoted-stories {
    padding-left: 5px;
    padding-right: 5px;
}
article.items-article.single h4 {
    margin: 0 0 30px;
}
article.items-article.single h1, article.items-article.single h2, article.items-article.single h3, article.items-article.single h4, article.items-article.single h5, article.items-article.single h6 {
    margin: 0;
    font-size: 18px;
    color: rgb(0,  170,  188);
    font-weight: 600;
}
article.items-article.single .caption-article h5 {
    color: #000 !important;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 5px;
}
.post-artiles-author h2 {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: bold;
}
article.items-article.single p {
    margin: 0 0 30px;
}
article.items-article.single img.pull-right {
    margin-left: 10px;
}
.more-items a {
    color: #B6B6B6;
    font-size: 60px;
    position: relative;
    padding-right: 50px;
}
.more-items a:after {
    border: 30px solid transparent;
    border-left-color: #B6B6B6;
    content: '';
    position: absolute;
    right: -27px;
    top: 13px;
}
.more-items {
    margin: 0 0 30px;
}
.crime .col-md-3.col-sm-3, .lgbt .col-md-3.col-sm-3 {
    margin-bottom: 20px;
}
.more-items.bottom.text-center a:after {
    border-top-color: rgb(182,  182,  182);
    border-left-color: transparent;
    right: 50%;
    top: 100%}
.question-answer h3 {
    font-size: 20px;
    line-height: 24px;
    color: #00ACBF;
    margin-bottom: 30px;
}
.question-answer ul li {
    margin-bottom: 8px;
}
.question-answer ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0;
}
.question-answer ul label {
    font-weight: normal;
    margin-left: 5px;
}
.question-answer .form-group label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: -3px;
}
.question-answer .form-group label {
    font-weight: normal;
    position: relative;
    padding-left: 21px;
}
.question-answer .form-group label.error {
    padding-left: 0;
    margin-top: 5px;
}
.question-answer .form-group label input[type="checkbox"] {
    margin-right: 5px;
}
.question-answer .form-group .form-control {
    background-color: #fff;
    box-shadow: none;
}
.question-answer .btn.btn-default {
    background-color: #00AABC;
}
input#captcha-form {
    border: none;
    display: block;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0 0 30px;
}
.competitions .competitions-images {
    height: 180px;
    overflow: hidden;
}
.categories-footer .post-wrap .post-images {
    height: 145px;
    overflow: hidden;
}
.xlarge-img {
    height: 225px;
    overflow: hidden;
}
.xlarge-content {
    height: 102px;
    overflow: hidden;
}
.large-img {
    height: 165px;
    overflow: hidden;
}
.large-content {
    height: 165px;
    overflow: hidden;
}
.medium-img {
    height: 152px;
    overflow: hidden;
}
.medium-content {
    height: 152px;
    overflow: hidden;
}
.xsmall-img {
    height: 119px;
    overflow: hidden;
}
.xsmall-content {
    height: 119px;
    overflow: hidden;
}
.small-img {
    height: 93px;
    overflow: hidden;
}
.small-content {
    height: 121px;
    overflow: hidden;
}
.post-content h3 {
    word-wrap: break-word;
    line-height: 23px;
}
.add {
    overflow: hidden;
}
.poll_results span {
    float: right;
    cursor: pointer;
}
.poll_results input[type="submit"] {
    background-image: url(../images/vote.png);
    border: none;
    width: 50px;
    height: 32px;
    text-indent: 9999px;
}
.add+.add {
    margin-top: 20px;
}
.newslatter-block.polls ul li label {
    padding-left: 0;
}
.mgbox {
    top: -23px;
}
div.mg_addad21830, div.mg_addad21829 {
    display: none;
}
span.mghead {
    display: none;
}
.post-content.xsmall-content.full-height {
    min-height: 285px;
}
.wrap-content .post-wrap .post-content.full-width {
    float: none;
    width: 100%}
section.lifestyle.opinion .full-height {
    min-height: 314px;
}
.weired-news .post-content.medium-content.full-height {
    min-height: 315px;
}
.text-elements {
    padding: 2px;
    background-color: #fff;
    height: 70px;
    position: relative;
    top: -1px;
    overflow: hidden;
}
.mgline .fake, .mgline .mgtobottom {
    display: none !important;
}
.mcdesc {
    display: none !important;
}
.ajax {
    margin-top: 20px;
}
div#ajax-loader {
    display: none;
    width: 128px;
    height: 128px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    margin-top: -100px;
    z-index: 2;
    overflow: auto;
}
#MarketGidComposite21829 .mgline {
    width: 18.5% !important;
    max-width: 19%}
.life-style-row-footer .full-height {
    min-height: 285px;
}
.fashion-lifestyle .full-height {
    min-height: 284px;
}
.search_result_box a {
    color: rgb(31,  90,  100);
}
.search_result_box {
    margin: 0 0 15px;
    background: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
span.add-subTitle {
    font-size: 12px;
    line-height: 5px;
    color: #B8B8B8;
    letter-spacing: 1px;
}
.promoted-stories li:first-child {
    padding-left: 0;
}

nav.navbar.navbar-default.menu-section .navbar-nav>li.open>.dropdown-menu {
    display: block;
}
.college-article main#main, .resources_article main#main {
    /*padding-top: 40px;*/
}

ul.promoted-stories.popular-music li {
    margin-bottom: 0;
}
ul.promoted-stories.popular-music {
    overflow: hidden;
    display: block;
}
ul.promoted-stories.popular-music li .post-content.small-content {
    height: 100px;
    margin: 0;
}
#MarketGidComposite21830 .mgline {
    margin: 15px 0.5% 0 !important;
}
aside.sidebar .promoted-stories li .small-content {
    height: 95px;
}
article.items-article.single .float-right {
    float: right;
    margin-left: 10px;
}
.promoted-stories li:last-child {
    padding-right: 0;
}
#frm_comp ul {
    margin: 19px 0;
}
#frm_comp ul li input[type="radio"] {
    margin-right: 7px;
}
.post-wrap:hover {
    background-color: rgb(189,  241,  245);
}
.post-wrap:hover .post-images {
    background-color: #fff;
}
.media-kit {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5rem;
    text-align: center;
}
.media-kit .form-control {
    border: 1px solid #ddd;
    background-color: rgba(212,  212,  212,  0.12);
    box-shadow: none;
}
.media-kit .btn {
    margin-top: 10px;
}
.promoted span.add-subTitle, .most-read span.add-subTitle {
    color: #fff;
}
.articles .post-competitions {
    margin: 0 0 20px;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.expire_date time {
    color: #5F5F5F;
    font-size: 16px;
}
.expire_date {
    color: #5F5F5F;
    font-size: 16px;
    margin: 0 0 22px;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
.footer .col-md-2 {
        width: 14%
    }
    footer.footer .col-md-7 {
        width: 61%
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .footer .col-md-2 {
        width: 14%
    }
    footer.footer .col-md-7 {
        width: 61%
    }
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
    .col-sm-3-5 {
        width: 28.5%;
        float: left;
    }
}
@media screen and (max-width: 1024px) {
    .responsive-cols {
        width: 50%;
        float: left;
        padding: 0 20px;
    }
    .responsive-cols:first-child {
        padding-left: 0;
    }
    .responsive-cols:last-child {
        padding-right: 0;
    }
}

label.error {
    color: red;
    font-size: 12px;
    display: block;
}
.error_msg, .info_msg, .success_msg, .validation, .waiting_msg, .warning_msg {
    border: 1px solid;
    margin: 10px 0;
    padding: 10px 10px 10px 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 14px;
    text-align: left;
}
.info_msg {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/info.png);
}
.success_msg {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url(../images/success.png);
}
.warning_msg {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(../images/warning.png);
}
.error_msg {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../images/error.png);
}
.waiting_msg {
    color: #999;
    padding: 10px 10px 10px 47px;
    background-color: #f5f5f5;
    background-image: url(../images/ajax_loader.gif);
}
.page-notFound {
    text-align: center;
    padding: 10rem 0px;
}
.page-notFound h3 {
    font-size: 4rem;
    line-height: 5rem;
    margin: 5rem 0;
}
.college-article .promoted-stories li:last-child {
    padding-right: 10px;
}
.competition-page .competitions-images {
    max-height: 195px;
    overflow: hidden;
}

.menu-section li .location-arrow {
    display: inline-block;
    text-align: right;
    color: white;
    margin: 0 0px -5px 20px;
    width: 30px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/nav-arrow-right.png);
    cursor: pointer;
}

.menu-section li.open .location-arrow {
    background-image: url(../images/nav-arrow-down.png);
}

.mgbox .mgheader {
    display: none !important;
}