#noscript{
    background-color:#CC0000;
    padding:10px;
    font-size:20px;
    color:#FFFFFF;
    text-align:center;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
}

@font-face {
    font-family: 'NeutraTextBold';
    src: url('../font/NeutraTextBold/NeutraTextBold.eot');
    src: url('../font/NeutraTextBold/NeutraTextBold.eot') format('embedded-opentype'),
        url('../font/NeutraTextBold/NeutraTextBold.woff2') format('woff2'),
        url('../font/NeutraTextBolds/NeutraTextBold.woff') format('woff'),
        url('../font/NeutraTextBold/NeutraTextBold.ttf') format('truetype'),
        url('../font/NeutraTextBold/NeutraTextBold.svg#NeutraTextBold') format('svg');
}

@font-face {
    font-family: 'NeutraTextBook';
    src: url('../font/NeutraTextBook/NeutraTextBook.eot');
    src: url('../font/NeutraTextBook/NeutraTextBook.eot') format('embedded-opentype'),
        url('../font/NeutraTextBook/NeutraTextBook.woff2') format('woff2'),
        url('../font/NeutraTextBook/NeutraTextBook.woff') format('woff'),
        url('../font/NeutraTextBook/NeutraTextBook.ttf') format('truetype'),
        url('../font/NeutraTextBook/NeutraTextBook.svg#NeutraTextBook') format('svg');
}

@font-face {
    font-family: 'NeutraTextDemi';
    src: url('../font/NeutraTextDemi/NeutraTextDemi.eot');
    src: url('../font/NeutraTextDemi/NeutraTextDemi.eot') format('embedded-opentype'),
        url('../font/NeutraTextDemi/NeutraTextDemi.woff2') format('woff2'),
        url('../font/NeutraTextDemi/NeutraTextDemi.woff') format('woff'),
        url('../font/NeutraTextDemi/NeutraTextDemi.ttf') format('truetype'),
        url('../font/NeutraTextDemi/NeutraTextDemi.svg#NeutraTextDemi') format('svg');
}

@font-face {
    font-family: 'NeutraTextLight';
    src: url('../font/NeutraTextLight/NeutraTextLight.eot');
    src: url('../font/NeutraTextLight/NeutraTextLight.eot') format('embedded-opentype'),
        url('../font/NeutraTextLight/NeutraTextLight.woff2') format('woff2'),
        url('../font/NeutraTextLight/NeutraTextLight.woff') format('woff'),
        url('../font/NeutraTextLight/NeutraTextLight.ttf') format('truetype'),
        url('../font/NeutraTextLight/NeutraTextLight.svg#NeutraTextLight') format('svg');
}

@font-face {
    font-family: 'NeutraTextLightItalic';
    src: url('../font/NeutraTextLightItalic/NeutraTextLightItalic.eot');
    src: url('../font/NeutraTextLightItalic/NeutraTextLightItalic.eot') format('embedded-opentype'),
        url('../font/NeutraTextLightItalic/NeutraTextLightItalic.woff2') format('woff2'),
        url('../font/NeutraTextLightItalic/NeutraTextLightItalic.woff') format('woff'),
        url('../font/NeutraTextLightItalic/NeutraTextLightItalic.ttf') format('truetype'),
        url('../font/NeutraTextLightItalic/NeutraTextLightItalic.svg#NeutraTextLightItalic') format('svg');
}

@font-face {
    font-family: 'NewzaldBold_4';
    src: url('../font/NewzaldBold_4/NewzaldBold_4.eot');
    src: url('../font/NewzaldBold_4/NewzaldBold_4.eot') format('embedded-opentype'),
        url('../font/NewzaldBold_4/NewzaldBold_4.woff2') format('woff2'),
        url('../font/NewzaldBold_4/NewzaldBold_4.woff') format('woff'),
        url('../font/NewzaldBold_4/NewzaldBold_4.ttf') format('truetype'),
        url('../font/NewzaldBold_4/NewzaldBold_4.svg#NewzaldBold_4') format('svg');
}

html,body{
    font-size: 18px;
    font-family: 'NeutraTextBook';
}

#top{
    background: #2a5aa9;
    border-top: 10px solid #71b1fa;
    width: 100%;
    color: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
}

#top .container{
    position: relative;
}

.header-banner{
    position: relative;
    height: 100%;
    overflow: hidden;
}

.header-banner-image{
    min-height: 140px;
}

.header-banner-image img{
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

a{
    color: #E2001C;
}

a:hover{
    color:#000000;
    text-decoration: none;
}

.img-responsive{
    margin:auto;
}

.logo{

}

#bweb-system-message{

}

.search-top{
    width: 100%;
    float: left;
    margin: 0px;
    background: #2a5aa9;
    color: #ffffff;
}

#searchForm{
    width: 100%;
    margin: 5px 0px;
}

#search-box{

}

#searchFor{
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    padding: 0px 10px;
    background: #2a5aa9;
    border: 1px solid #FFFFFF;
    border-right: none;
    font-family: 'NeutraTextLightItalic';
    color: #ffffff;
    outline: none;
    height: 32px;
    /*margin-top: 1px;*/
}

#searchFor::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'NeutraTextLightItalic';
    color: #f5f5f5;
}

#searchFor::-moz-placeholder { /* Firefox 19+ */
    font-family: 'NeutraTextLightItalic';
    color: #f5f5f5;
}

#searchFor:-ms-input-placeholder { /* IE 10+ */
    font-family: 'NeutraTextLightItalic';
    color: #f5f5f5;
}

#searchFor:-moz-placeholder { /* Firefox 18- */
    font-family: 'NeutraTextLightItalic';
    color: #f5f5f5;
}

.btn{    
    font-family: 'NeutraTextDemi';
}

#btn-search{
    background: #FFFFFF;
    border: none;
    border-right: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    color: #2a5aa9;
    margin-top: 1px;
}

#btn-search:hover {background-color: #e6e6e6; transition: 0.2s all ease-in-out}

#btn-search .fa-search{
    padding-left: 10px;
    padding-right: 15px;
    display: hide !important;
}

.fa-search{
    font-size: 30px !important;
    text-align: center;
}

.btn-blue{
    background: #0D167F;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: inline-block;
    font-family: 'NeutraTextDemi';
}

.btn-blue:hover{
    color: #ffffff;
    text-decoration: none;
}

.btn-purple{
    border: 1px solid #532466;
    color: #532466;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: inline-block;
    font-family: 'NeutraTextDemi';
}

.btn-purple:hover{
    color: #ffffff;
    background: #532466;
    text-decoration: none;
}

.btn-red{
    color: #E2001C;
    text-align: left;
    padding: 5px 10px;
    margin: 15px 0px 0px 0px;
    display: inline-block;
    font-size: 16px;
    font-family: 'NeutraTextDemi';
}

.arrow-border-round{
    border-radius: 30px;
    margin: auto;
    border: 1px solid #E2001C;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding: 4px 4px 4px 1px;
    margin-right: 5px;
}

.arrow{
    border: 1px solid #E2001C;
    border-width: 0 1px 1px 0;
    display:inline-block;
    padding: 5px;
    cursor: pointer;
}

.arrow-right {
    transform:rotate(-45deg);  
    -webkit-transform:rotate(-45deg);
}

.arrow-left  {
    transform:rotate(135deg);  
    -webkit-transform:rotate(135deg);
}

.arrow-up    {
    transform:rotate(-135deg); 
    -webkit-transform:rotate(-135deg);
}

.arrow-down  {
    transform:rotate(45deg);   
    -webkit-transform:rotate(45deg);
}

.btn-red:hover{
    color: #E2001C;
}

.btn-red:hover .arrow-border-round{
    color: #ffffff;
    background: #E2001C;
}

.btn-red:hover .arrow{
    border: 1px solid #ffffff;
    border-width: 0 1px 1px 0;
    display:inline-block;
    padding: 5px;
    cursor: pointer;
}

.btn-white{
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 5px 10px;
    margin: 15px 0px 0px 0px;
    display: inline-block;
}

.btn-white:hover{
    color: #ffffff;
    background: #E2001C;
    border: 1px solid #E2001C;
    text-decoration: none;
}

#contact-box{
    margin-bottom: 15px;
}

#middle{
    margin-top:15px;
    margin-bottom: 100px;
    width: 100%;
    float: left;
}

#footer{
}

#footer .container{
    position: relative;
}

.back-to-top{
    position: fixed;
    bottom: 5%;
    right: 0px;
    z-index: 10;
    color: #E2001C !important;
    text-decoration: none !important;
    font-family: 'NeutraTextDemi';
    background: #ffffff;
    padding: 10px;
}

.box-inner{
    text-align:left;
    width: 100%;
    float: left;
    margin: 0px;
    padding-bottom: 30px;
}

.topBanner{
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

#capcha div{
    float: left;
}

#slideshow {}

.tag-nav{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.tag-name:first-child{
    padding-left: 0px;
}

.tag-name-heading{
    font-family: 'NewzaldBold_4';
    color:#E2001C;
    border-bottom: 1px solid #A79A96;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.tag-name{
    color:#E2001C;
    padding: 0px 5px;
    border-right: 2px solid #E2001C;
    font-family: 'NewzaldBold_4';
    font-size: 14px;
}

.tag-name:last-child{
    border:none;
}

.tag-region{
    font-size: 18px;
    font-family: 'NeutraTextBook';
    width: 100%;
    float: left;
}

.tag-region ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.tag-region li{
    float: left;
    margin: 0px;
    padding: 10px 8px;
    text-align: center;
}

.tag-region li a{
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: 'NeutraTextBook';
}

b, strong{
    -moz-osx-font-smoothing: grayscale;
    font-family: 'NewzaldBold_4';
}

h1,h2,h3,h4,h5,h6 {
    -moz-osx-font-smoothing: grayscale;
    font-family: 'NewzaldBold_4';
    color: #000000;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

h1{    
    font-size: 30px;
    border-bottom: 1px solid #A79A96;
    color:#E2001C;
    padding-bottom: 15px;
}

h2{    
    font-size: 30px;
}

h3{    
    font-size: 24px;
}

h4{    
    font-size: 22px;
}

h5{    
    font-size: 20px;
}

h6{    
    font-size: 18px;
}

/* -------------------- */
/*       MAIN MENU      */
/* -------------------- */

.navbar{
    padding: 0px;
    margin: 0px;
    min-height: 100%;
}

.navbar-toggle{
    margin: 0px;
    padding: 15px;
    z-index: 10000;
}

.navbar-toggle .icon-bar{
    background: #ffffff;
    margin: 5px 5px 0px 0px;
}

.collapse.in #mainMenu{
    border-top: 1px solid #568499;
    padding-top: 10px;
}

.mobile-menu{
    color: #ffffff;
    font-family: 'NeutraTextDemi';
    font-size: 18px;
}

#menu{
}

#mainMenu{
    position: relative;
    z-index: 1000;
    text-align: center;
}

#mainMenu ul{
    margin:0;
    padding:0;
    list-style:none;
}

#mainMenu li{
    position:relative;
    margin:0;
    padding:0;
    text-decoration:none;
    display: inline-block;
    color: #ffffff;
    white-space:nowrap;
}

/* New Channel property styling */
#mainMenu ul > li:nth-child(9) {
    background-color: white;
}

#mainMenu ul > li:nth-child(9) a {
    color: #E2001C;
}

#mainMenu ul > li:nth-child(9) a:hover {
    opacity: 0.8;
}
/* End New Channel property styling */

#mainMenu li ul{
    display:none;
    position:absolute;
    top: 20px;
    left:0;
    text-align: left;
}

#mainMenu li ul li{
    width:160px;
    float:left;
    clear:both;
}

#mainMenu li ul li a{
    color: #ffffff;
    line-height: 30px;
    border: none;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

#mainMenu li:hover, #mainMenu li.over {
    color:#E2001C;
}

#mainMenu a{
    padding: 10px 6px;
    color: #ffffff; 
    text-decoration:none;
    border-right: 1px solid #71b1fa;
    display:block;
    font-family: 'NeutraTextDemi';
}

#mainMenu a:hover{
    color:#E2001C;
}

#mainMenu li.lastMenu{
    border-right:none;
}

#mainMenu li.activeMenu a{
    color:#E2001C;
}

#mainMenu li ul li{
    border-right:none;
}


/* ------------------- */
/*       MODULES       */
/* ------------------- */
.module-box{
    float: left;
    width:100%;    
    margin-bottom: 15px;
    padding-bottom: 15px; 
    border-bottom: 1px solid #A79A96;
}

.module-box h1, .module-box h2, .module-box h3, .module-box h4, .module-box h5, .module-box h6{
    font-family: 'NeutraTextDemi';
}

.module-box h1{
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A79A96;
}
.module-box h2{
    font-size: 18px;

}

.module-box h3{
    font-size: 16px;

}

.module-box h4{
    font-size: 16px;
}

.module-box h5{
    font-size: 16px;
}

.module-box h6{
    font-size: 16px;
}

/* ------------------- */
/*       SEARCH        */
/* ------------------- */
.search-hightlight{
    background-color:#E2001C;
    color: #ffffff;
    padding: 2px;
}

/* ------------------- */
/*    SOCIAL LINKS     */
/* ------------------- */

#social-links{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: auto;
    display: inline-block;
    z-index: 10000;
    text-align: center;
}

.social-links-text{
    color: #E2001C;
    font-size: 14px;
    font-family: 'NeutraTextLight';
}

#social-links .fa{
    margin-top: 5px;
    font-size: 30px !important;
}

#social-links a{
    color: #ffffff;
    margin-right: 2px;
}

#social-links a:hover .fa{
    color: #E2001C;
}

/* ------------------- */
/*        FORM         */
/* ------------------- */
.form-table{
    width:80%;
}

.textfield-large{
    width:100%;
}

.textarea-large{
    width:100%;
    height:400px;
}

.required-field{

}

.required-field-highlight{
    background-color: #f8bdb6;
}

.login-reminder{
    margin:  0px 0px 20px 0px;
    padding: 10px 15px;
    background: #E5E5E5;
    border-left: 10px solid #428bca;
}

.block-box{
    margin:  0px 0px 15px 0px;
    padding: 10px;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
}

.required-field-asterick{
    color: #cc1000;
}

input[type='text'], input[type='password'], select{
    box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    padding: 5px 10px;
    background: #083956;
    border: 1px solid #568499;
    border-right: none;
    color: #ffffff;
    outline: none;
    height: 32px;
    margin-top: 1px;
}

input[type='text']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}

input[type='text']::-moz-placeholder, input[type='password']::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}

input[type='text']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

input[type='text']:-moz-placeholder, input[type='password']:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.btns{
    background: #568499;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
}

.btns:hover{
    color: #ffffff;
}

.btns-logout{
    background: #E2001C;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 5px 10px;
    width: auto;
    font-size: 16px;
    color: #ffffff;
}

.btns-logout:hover{
    color: #ffffff;
}

.btns-dashboard{
    background: #568499;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 5px 10px;
    width: auto;
    font-size: 16px;
    color: #ffffff;
    margin-right: 15px;
}

.btns-dashboard:hover{
    color: #ffffff;
}

input.button{
    border: solid 1px #CCCCCC;
    background: #CCCCCC url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
    padding:0px 10px;
    line-height: 25px;
    height:25px;
    cursor: pointer;
}

input.button:hover, input.over{
    background: #AAAAAA url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #999999), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #999999 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
}

#easy_zoom{
    width:330px;
    height: 100%;
    border:3px solid #336699;
    background:#ffffff;
    color:#333333;
    position:absolute;
    top:0px;
    left:260px;
    overflow:hidden;
    -moz-box-shadow:0 0 10px #555;
    -webkit-box-shadow:0 0 10px #555;
    box-shadow:0 0 10px #555;
    /* vertical and horizontal alignment used for preloader text */
    line-height:400px;
    text-align:center;
}

#webpage-gallery-box{
    float: left;
    width: 100%;
    margin: 20px 0px;    
}

.webpage-gallery-container{    
    text-align: center;
    margin-bottom: 15px;
}

.webpage-photo-box-inner{
    height: 100%;
    overflow: hidden;
    border:1px solid #CCCCCC;
}

.formSecurityValidation{
    display: none;
}

.box-featured-product-item{
    margin:0px 5px 5px 0px;
    padding:5px;
}

.white-popup {
    position: relative;
    background: #ffffff;
    padding: 15px;
    width:auto;
    max-width: 800px;
    margin: 15px auto;
}

.white-popup h3{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.white-popup-inner{
    max-height: 800px;
    overflow: scroll;
}

.online-store-eway-overlay{
    background: #000000;
    color:#d9ebe3;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 100000;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
}

.online-store-eway-overlay img{
    margin: auto;
    margin-top: 25%;
}

#left-box{
    margin-bottom: 15px;
}

#right-box{
    position: relative;
}

.issuu-flipmag{
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #A79A96;
}

.issuu-flipmag b{
    color: #E2001C;
    font-family: 'NeutraTextBold';
    font-size: 20px;
}

.article-header{
    margin: 30px 0px 15px 0px;
    width: 100%;
    float: left;
}

.article-section-name{
    width: 100%;
    float: left;
    cursor: pointer;
}

.article-tag-box .dropdown-menu{    
    width: 100%;
    box-shadow: none;
    border: none;
    border: 1px solid #000000;
    padding: 10px 0px;
    text-align: left;
}

.article-tag-box ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.article-tag-box li{
    padding: 2px 10px;
    margin: 0px;
    background: #ffffff;
    color: #000000;
    float: left;
    width: 100%;
}

.article-tag-box li:hover{
    background: #E2001C;
}

.article-tag-box li:hover a{
    color: #ffffff !important;
}

.article-tag-box a{
    font-size: 20px;
    font-family: 'NeutraTextBook';
    color: #000000 !important;
}

.article-tag-box a:hover{
    color: #ffffff !important;
}

.article-tag-box .dropdown-menu li{
    padding: 0px 0px 5px 0px;
}

.article-tag-box .dropdown-menu a{

}

.article-tag-box .dropdown{
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
}

.article-tag-box b{
    color: #E2001C;
}

.article-tag-box .dropdown-menu > li:hover{
    background: #E2001C;
}

.activeTag{
    background: #E2001C !important;
    color: #ffffff !important;
}

.activeTag a{
    color: #ffffff !important;
}

small.photo-caption{
    font-size: 14px;
    display: inline-block;
    padding: 5px 0px 0px 0px;
    width: 100%;
    text-align: center;
}

p.continue{
    font-family: 'NeutraTextDemi';
}

p.paragraph{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.article-advert{
    position: relative;
}

.article-container .fa-search-plus{
    position: absolute;
    top:15px;
    right: 25px;
    font-size: 35px !important;
    color: #E2001C;
    cursor: pointer;
}

.article-container .banner-tag-section-article-no-image{
    margin-bottom: 15px;
}

.article-container h1, .article-section-name{
    margin-bottom: 30px; 
    text-transform: uppercase;
}

.article-flex-heading h1{
    text-transform: none;
    text-align: left;
    border:none;
    font-size: 34px;
    margin: 0px;
    color: #000000;
}

.article-flex-heading .article-name-sub{
    text-transform: none;
    text-align: left;
}

.article-advert{
    width: 100%;
    float: left;
    margin: 30px 0px;
    text-align: center;
    //padding: 0px 100px;
    font-size: 14px;
}

.article-advert img{
    //border: 1px solid #000000;
}

.article-social{
    width: 100%;
    float: left;
    padding: 5px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid #A79A96;
    //border-top: 1px solid #A79A96;
}

.author-social-account{
    font-size: 26px !important;
    margin-right: 5px;
}

.article-author{
    margin-bottom: 10px;
    font-size: 16px;
}

.article-author a{
    color:#E2001C;
}  

.article-author .fa{
    font-size: 22px !important;
    margin-right: 5px;
}

.author-photo{
    max-width: 100%;
}

.socialSharingBox{
    text-align: right;
}

.socialPrint{
    border:none;
    background: #000000;
    color: #ffffff;
    margin-top: 3px;
    padding: 3px 7px;
}

.article-stamp{

}

.article-stamp img{
    max-width: 80px;
    float: right;
}

.footer-social-sharing{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid #A79A96;
    position: relative;
    margin: 30px 0px;
}

.footer-social-sharing .socialPrint{
    position: absolute;
    font-size: 17px;
    top: 18px;
    left: 0px;
    margin-right: 5px;
}

.article-list{
    margin-bottom: 30px;
    padding: 0px 0px 15px 0px;
    overflow: hidden;
    border-bottom: 1px solid #A79A96;
    /*
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    */
}

/*
.article-list:hover{
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
*/

.article-list h1, .tag-name-heading, .article-section-name{
    text-transform: uppercase;
}

.article-list h5{
    margin: 0px 0px 5px 0px;
    cursor: pointer;
}

.article-list h5:hover{
    color:#E2001C;
}

.article-list .btn-red{
    padding: 0px;
    margin: 10px 0px 5px 0px;
}

.article-list-content-box{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.btn-red .fa-arrow-right{
    border-radius: 30px;
    margin: auto;
    border: 2px solid #E2001C;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding: 4px 8px;
    margin-right: 5px;
    font-size: 16px !important;
}

.article-list-media{
    height: 315px;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.article-list-media img{    
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.article-list-content{
    width: 100%;
    float: left;
    overflow: hidden;
    min-height: 150px;
}

.article-list-tag-issuu{
    margin: 0px;
    width: 100%;
    float: left;
}

.article-list-tag-issuu .tag-name{
    color:#E2001C;
    padding: 0px 5px;
    border-right: 2px solid #E2001C;
    font-family: 'NeutraTextDemi';
}

.article-list-tag-issuu .tag-name:first-child{
    padding-left: 0px;
}

.article-list-tag-issuu .tag-name:last-child{
    border-right: none;
}

.issuu-name{
    color: #E2001C;
}

.is-featured-article{
    display: inline-block;
    font-size: 16px;
    font-family: 'NeutraTextLight';
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
    color: #000000;
}

.padding-right{
    padding-right: 0px !important;
}

.padding-left{
    padding-left: 0px !important;
}

.breadcrumb{
    font-size: 12px;
    padding:0px;
    background-color: transparent;
    margin-bottom: 10px;
}

.breadcrumb a{
    color: #999999;
}

/* ------------------- */
/*      PAGINATION     */
/* ------------------- */

.items-per-page-box{
    float:left;
}

.pagination{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#pagination-details{
    float: right;
}

#pagination-details ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#pagination-details{
    float: left;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 10px 0px;
}

.pagination-loading{
    width: 100%;
    float: left;
}

.pagination-loading li{
    width: 100%;
    float: left;
    display: none;
    text-align: center;
    font-family: 'NeutraTextDemi';
    color: #ffffff;
    background: #E2001C;
    border: 1px solid #E2001C !important;
    cursor: pointer;
    padding: 5px 0px;
}

.pagination-loading li:first-child{
    display: block;
}

.article-loading-gif{
    display: none;
}

.popup-webform{
    background: #ffffff;
    padding: 30px;
}

#popup-contact-form{
    position: relative;
}

.latest-articles{
    margin: 0px 0px 0px 15px;
    padding: 0px;
    list-style: square;
}

.latest-articles li{
    margin: 0px 0px 10px 0px;
}

.latest-articles a{    
    font-family: 'NeutraTextDemi';
}

.footer-bottom{
    background: #000000;
    padding: 15px 0px;
    text-align: center;
    margin-top: 30px;
}

.advert-featured{
    border-bottom: 1px solid #A79A96;
    margin-bottom: 30px;
}

.advert-featured-box{
    background: url("../images/feature-advert-background.jpg") no-repeat center;
    background-size: contain;
    padding: 10% 0px;
    overflow: hidden;
    width: 100%;
    height: 336px;
    margin-bottom: 35px;
    position: relative;
}

.advert-featured-box img{
    width: 165px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.advert-featured-photo-title{
    color: #ffffff;
    text-align: center;
    padding: 15px 0px 0px 0px;
    margin: 0px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
}

.feature-advert-click-here-button{
    position: absolute;
    z-index: 1000000;
    left: 0px;
    top: 40px;
}

.feature-advert-click-here-button img{
    width: 150px !important;
}

.back-to-eating-out-directory a{
    color: #000000;
}

.back-to-eating-out-directory a:hover{
    color: #E2001C;
}

.emailNewsletterSelect{
    cursor: pointer;
}

.emailNewsletterSelect:hover{
    color: #E2001C;
}

.sopabox-feedback-form{
    display: none;
    margin-top: 5px;
}

.submit-feedback{
    margin: 0px;
    font-size: 18px;
}

.soapbox-feedback{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding: 15px 0px;
    border-top: 1px solid #A79A96;
}

.sopabox-feedback-form .block-box{
    margin-bottom: 0px;
}

.soapbox-feedback h5{
    display: inline-block;
    width: 100%;
}

.channel-soapbox{
    border-bottom: 1px solid #A79A96;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

.btn-soapbox{
    color: #ffffff;
    background: #E2001C;
    border: 1px solid #E2001C;
    border-right: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 5px;
    width: 100%;
}

.soapboxFeedback{
    width: 100%;
    display: inline-block;
}

.soapboxFeedback input[type="text"], .soapboxFeedback textarea{
    background: #ffffff;
    border: none;
    color: #000000;
}

.soapboxFeedback textarea{
    padding: 10px;
    height: 200px;
}

.feedback-content{
    height: 50px;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.feedback-content-read-more{
    cursor: pointer;
    color: #E2001C;
}

@media(max-width: 1199px){
    .padding-right{
        padding-right: 15px !important;
    }
    .padding-left{
        padding-left: 15px !important;
    }

    .article-list-media{
        height: 100%;
        height: 450px;
        margin-bottom: 15px;
        //background: none !important; 
    }

    .article-list-media .img-responsive{
        width: 100%;
        position: static;
        top: 0px;
        left: 0px;
        /* bring your own prefixes */
        transform: translate(0, 0);
        display: none;
    }

    .tag-region li{
        padding: 10px 15px;
    }

    .tag-region li:first-child{
        margin-top: 10px;
    }

    #search-box{
        margin-bottom: 10px;
    }
}

@media(max-width:991px){
    #middle{
        margin-bottom: 30px;
    }

    .back-to-top{
        //top: 0px;
    }

    .article-list-media{
        //height: 350px;
    }

    .tag-region{
        margin-bottom: 10px;
    }

    .tag-region li{
        width: 50%;
        overflow: hidden;
        padding: 5px;
    }

    .btn-soapbox{
        margin-top: 15px;
    }
}

@media(min-width:768px) and (max-width:991px){
    #mainMenu ul{        
        display: flex;
        justify-content: center;
    }

    #mainMenu li{        
        width: 100%;
    }

    #mainMenu a{
        font-size: 15px;
    }
}

@media(max-width:767px){
    .navbar-collapse.in{
        padding-bottom: 15px;
    }

    .navbar-collapse{
        position: relative;
        z-index: 10000;
    }

    .navbar-toggle:hover .mobile-menu{
        color: #E2001C;
    }

    .navbar-toggle:hover .icon-bar{
        background: #E2001C;
    }

    .article-list-media{
        //height: 250px;
    }

    #right-box{
        padding-top: 100px;
    }

    #mainMenu{
        text-align: left;
        border-top: 1px solid #568499;
        padding-top: 10px;
    }

    #mainMenu li{
        width: 100%;
    }

    #mainMenu li ul{
        position:relative;
        top:0px;
        left:0;
    }

    #mainMenu a{
        line-height: 30px;
        border: none;
        padding: 0px;
    }

    #mainMenu li ul{
        text-align: right;
    }

    #mainMenu li ul li{
        width: 100%;
    }    

    .author-photo{
        max-width: 70%;
    }

    #social-links{
        top: 10px;
        bottom: 0px;
        right: 0px;
        left: 15px;
        text-align: left;
    }

    #social-links img{
        margin: 0px 15px 0px 0px;
    }

    #social-links a{
        float: left;
        margin-right: 5px;
    }

    .back-to-top{
        font-size: 14px;
    }

    .tag-region-padding{
        padding: 0px;
    }

    .article-tag-box, .article-tag-box a{
        font-size: 18px;
    }

    .tag-region-mobile{
        padding: 0px;
        margin: 0px;
    }

    .advert-leaderboard{
        margin-bottom: 0px !important;
    }

    .header-banner-image{
        min-height: 100px;
    }

    #btn-search{
        border: 1px solid #FFFFFF;
        padding: 4px 5px;
        margin-top: 1px;
    }

    #searchForm{
        width: 100%;
        margin: 5px 0px;
        position: absolute;
        top: 43px;
        left: -8px;
    }
}

@media (max-width: 400px){  
    .back-to-eating-out-directory{
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 390px){    
    .footer-social-sharing .socialPrint{
        position: absolute;
        font-size: 17px;
        top: 58px;
        left: auto;
        right: -6px;
    }     

    .author-photo{
        max-width: 100%;
    }

    .tag-region li a{
        font-size: 15px;
    }

    #social-links img{
        margin: 0px 5px 0px 0px;
    }

    #social-links .fa{
        margin-top: 8px;
        font-size: 22px !important;
    }
}

.search-mobile{
    display: none;
}

@media(max-width:320px){
    .advert-featured-photo-title{
        bottom: 25px;
    }

    .search-mobile-icon{
        display: none;
    }
}

.article-slideshow-flexslider {
    max-height: 680px;
}

.article-slideshow-flexslider .slides img {
    max-height: 630px;
    width: auto;
}