body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    color: white;    
}

.html_el {
overflow: hidden;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #f3f3f5;
}

body {
  background-position: center top;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: black;
  line-height: 32px;
  height: 100%;
  overflow: hidden;
  position: relative;
  float: left;
}

.page_scr_cont {
  display: block;
  width: 100%;
  position: relative;
  /* top: 50px; */
  height: 100%;
  overflow-x: hidden;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.page_cont {
    float: left;
    width: 100%;
    overflow-x: hidden;
    height: auto;
	-webkit-transform: translateZ(0);
}

.tz_header_video {
    background-color: #464646 !important;
    object-fit: cover;
    height: auto;
    margin-top: -15%;
}

.menu_side_cont {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 30000;
    background-color: #cf2027;
}

.menu_res_bar {
    width: 100%;
    height: 50px;
    position: absolute;
    background-color: #cf2027;
    z-index: 29999;
    background-image: url(../template_images/menu_bar_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    cursor: pointer;
    border-bottom: solid 1px #69070b;
    display: none;
}

.menu_res_bar_text {
    float: right;
    color: white;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    margin-right: 8px;
    margin-top: 8px;
}

.side_menu {
    font-size: 18px;
    color: white;
    width: 100%;
    float: left;
}

.side_menu ul {
    display: block !important;
}

.side_menu ul, .side_menu li, .side_menu_item_lc {
    float: left;
    margin: 0;
    width: 98% !important;
}

.side_menu a {
    text-decoration: none;
    float: left;
    color: white;
    width: 100%;
    display: block;
}

.pxpm_i_sel.side_menu_item_lc:first-child {
    background-color: rgb(105, 14, 19);
    padding-left: 18px !important;
}

.pxpm_i_sel > .side_menu_item_lc:first-child {
    background-image: url(../template_images/side_menu_sel.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    background-size: auto 43%;
    padding-left: 18px !important;
    background-color: rgb(105, 14, 19) !important;
}

.pxpm_i_sel a {
    color: white;
}

.pxpm_nav > .side_menu_item_lc:first-child {
    background-color: black;
    padding-left: 9px !important;    
}

.menu_side_top .pxpm_nav .menu_side_top_home, 
.menu_side_top .lang_norm .pxpm_nav {
    background-color: rgba(255, 255, 255, 0.7);
}

.menu_side_top .pxpm_nav .menu_side_top_home {
    height: 34px;
    background-image: url(../template_images/home_icon_inv.png);
}

.menu_side_top .lang_norm .pxpm_nav {
    height: auto;
    padding-top: 3px;
    padding-left: 1px;
    padding-bottom: 3px;
    padding-right: 1px;
    margin-left: -3px;
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.7);
}

.side_menu ul {
    padding-left: 0;
    padding-left: 20px;
    width: 95% !important;
}

.side_menu li {
    list-style: none;
    padding-left: 0;
}

.pxpm_iroot>.side_menu_item_lc:first-child {
    color: white;
    font-weight: 500;
    /* background-color: rgb(184, 23, 29); */
    font-style: normal;
    padding-bottom: 3px;
    padding-left: 10px;
    font-size: 21px;
    padding-top: 2px;
}


.pxpm_iroot ul {
    padding-left: 35px;
}

.menu_side {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu_cont {
  /*background-color: #cf2027;*/
  font-family: 'Roboto', sans-serif;
  position: relative;
  width: auto;
  z-index: 200;
  cursor: default;
}


.lang_norm a {
    text-decoration: none;
}

.lang_def,.lang_norm {
    width: 100%;
    height: 36px;
    cursor: pointer;
}

.logo_cont {
    height: 0;
    left: 25%;
    position: relative;
    top: 20px;
    width: 0;
    z-index: 120;
    display: none;
}

.logo_text {
    background-image: url(../template_images/logo_text.png);
    width: 248px;
    position: relative;
    height: 126px;
    top: 10px;  
    background-repeat: no-repeat;
}

.logo {
    width: 195px;
    height: 209px;
    background-image: url(../template_images/logo.png);
    background-position: center center;
}

.logo_horiz {
    width: 489px;
    height: 232px;
    background-image: url(../template_images/logo_horiz.png);
    background-position: center center;
}

.menu_top_lcp {
    height: 46px;
    overflow: visible;
    float: right;
}

.lang_def {
    height: 46px;
    float: left;
    cursor: default;
}

.lang_pop {
    background-color: white;
    display: none;
    float: left;
    width: 100%;
    position: relative;
    z-index: 25000;
}

.menu_top_lcont:hover .lang_def {
    background-color: white;    
}

.lang_norm:hover {
    background-color: white;
}

.lang_def:hover,.lang_norm:hover {
    background-color: white;
}

.lang_def img {
    float: right;
    height: auto;
    left: -10px;
    position: relative;
    top: 28%;
    width: 32%;
    border: 1px solid #999999;
}

.lang_norm img {
    border: 1px solid #999999;
    height: auto;
    position: relative;
    top: 28%;
    width: 32%;
    float: right;
    left: -9px;
}

.lang_title {
    color: #6d6e71;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    padding: 6px;
    padding-right: 6px;
}

.lang_def .lang_title {
    top: 9%;
}

.lang_norm .lang_title {
    top: 2px;
    left: 2px;
}

.menu_top_pos,.menu_top_pro {
    color: black;
    cursor: pointer;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    height: 90%;
    margin-bottom: -6px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 7px;
    padding-top: 6px;
    text-align: left;
    width: 24.2% !important;
    background-color: transparent;
}

.menu_top_bar_in a {
    color: rgb(163, 163, 163);
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    font-family: 'Domine', serif;
    text-decoration: none;
}

.menu_top_sel {
    background-color: transparent;
}

.menu_top_sel a {
    color: rgb(163, 163, 163);
}

.menu_top_pro {
    color: white;
    width: 21.6% !important;
}

.menu_wraps {
    height: 95px;
    float: left;
    width: 100%;
    background-color: white;
}

.menu_top_pro {
    color: #7b1216;
}

.menu_top_lcont,.menu_top_srch {
    float: right;
}

.menu_top_lcont {
    float: right;
    width: 70px;
    min-height: 46px;
    z-index: 3000;
    font-family: 'Roboto', sans-serif;
}

.menu_top_lcont a {
    font-family: 'Roboto', sans-serif;    
}

.menu_top_srch {
    background-image: url("../template_images/search_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    position: relative;
    right: 8px;
    top: 9px;
    width: 31px;
    cursor: pointer;
}

.menu_top_lcont ul,.menu_top_lcont li {
    padding: 0;
    margin-top: 0;
    list-style: none;
}

.menu_top_srch:hover {
    background-color: #b90000;
}

.menu_item_selected,.menu_item_selected span {
    cursor: pointer !important;
}

.menu_item_subexp {
    background-color: #b90000 !important;
    /*text-shadow: 0 0 2px black;*/
}

.menu_top_bar {
    height: 0;
}

.menu_top_bar_in {
    /*height: 46px;*/
    /*margin-left: -46px;*/
}

.rsg_viewer {
    background-color: rgba(0, 0, 0, 0.7);
    /*background-color: black;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.galleria-info-link {
    display: none;
}

.galleria-container {
    background-color: transparent;
}

.galleria-thumbnails-container {
    background-color: transparent;
}

.galleria-thumbnails .galleria-image {
    background-color: transparent;
}

/*.galleria-image {    
    opacity: 1;
    float: left !important;
    background-color: gray;
    z-index: 20000;    
}*/

.menu_cont,.menu_item {
    /*height: 46px;*/
}

.menu_item {
    line-height: 15px;
    font-size: 14px;
    background-size: 13px auto;
    background-position: 97% center !important;
}

.menu_sub {
    background-color: #b90000;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 8px;
    padding-top: 8px;
}

.menu_item_sub div {
    display: none;
}

.menu_sub td {
    padding: 0;
}

.menu_sub tr {
    height: 4px;
}

.menu_item_sub {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.menu_item_sub:hover {
    background-color: rgb(207, 32, 39);
}

.menu_item_sub_selected {
    background-color: #464646;
    color: black;
}

.menu_item a,.menu_item_sub a,.menu_item span,.menu_item_sub span {
    color: white;
    text-decoration: none;
}

.tz_slider_cont {
    height: 665px;
    cursor: pointer;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;    
}

.tz_slider_move_prev,.tz_slider_move_next {
    height: 10%;
    position: relative;
    z-index: 400;
    top: 87.5%;
    width: 5%;
    /*background-color: rgba(0,0,0,0.2);*/
    background-repeat: no-repeat;
    margin: .44%;
    background-position: center center;
    background-size: 70% auto;
    max-width: 60px;
    display: none;
}

.tz_slider_move_prev {
    float: left;
    background-image: url(../template_images/slider_move_prev.png);
}

.tz_slider_move_next {
    float: right;
    background-image: url(../template_images/slider_move_next.png);
}

.tz_slider_items {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tz_slider_item {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    cursor: default;
}

.tz_slider_item_title_cont {    
    position: relative;
    top: 60%;
    left: 50%;
    width: 480px;
    height: 180px;
    background-color: #f18723;
    cursor: pointer;
    z-index: 100;
}

.tz_slider_item_title_cont a {
    color: white;
    text-decoration: none !important;
}

.tz_slider_item_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 31px;
    color: white;
    top: 3px;
    left: 28px;
    height: 0;
    position: relative;
    line-height: 36px;
    padding-top: 3%;
    width: 420px;
    visibility: hidden;
}

.tz_slider_item_des {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 15px;
    color: white;
    left: 28px;
    top: 85px;
    width: 440px;
    line-height: 19px;
}

.tz_slider_item_des {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 17px;
    color: white;
    letter-spacing: 1px;
    left: 9%;
    top: 84px;
    width: 88%;
    line-height: 21px;
}

.tz_slider_item_des_titlesrow {
    font-family: 'Open Sans',sans-serif;
    position: relative;
    font-size: 15px;
    color: white;
    left: 8%;
    top: 50px;
    width: 88%;
    line-height: 23px;
}

.tz_slider_item_des span {
    visibility: hidden;
}

.tz_slider_item_title_det {
    background-size: 28px 19px;
    width: 28px;
    height: 0;
    position: relative;
    top: -20px;
    left: -28px;    
}

.tz_slider_item_title_cont a {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
}

#mainForm {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
}

.page_cvis {
    width: 100% !important;
}

.page_tc {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.page_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

.page_cont_cent {
    float: left;
    width: 716px;
}

.page_cont_right {
    float: right;
    width: 24.5%;
    min-height: 50px;
    margin-right: -1%;
}

.footer {
    float: left;
    height: 200px;
    width: 100%;
    background-color: #464646;
    overflow: hidden;
    border-top: solid 10px rgb(109, 110, 114)
}

.footer .page_wrap {
    height: auto;
}


.tz_header_img_cont {
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.tz_nf_cont {
    background-color: white;
    min-height: 250px;
    position: relative;
    top: -100px;
    float: left;
    margin-bottom: -92px;
    width: 100%;
    padding-top: 4px;
}

.tz_nf_title {
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 2px;
    /*margin-top: 22px;*/
    float: left;
    width: 86%;
    height: auto;
}

.tz_nfl_title {
    margin-left: 0%;
    margin-right: 7%;
    margin-top: 4px;
    margin-bottom: 12px;
    float: left;
    width: 86%;
    height: auto;
}

.tz_nf_title_text {
    font-family: 'Domine', serif;
    font-size: 36px;
    line-height: 45px;
    visibility: visible !important;
}

.tz_nf_title_share_cont {
    width: 0;
    height: 0;
    left: 2.3%;
    position: relative;
    top: 10px;
}

.tz_nf_cat {
    text-transform: uppercase;
    height: 34px;
    padding: 0;
    font-size: 14px;
    background-color: #ccc;
    font-family: 'Roboto', sans-serif;
    padding-left: 3%;
    letter-spacing: 0;
    padding-top: 7px;
    margin-bottom: 2%;
}

.tz_nf_infop {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.tz_nf_cat a {
    color: black;
    text-decoration: none !important;
}

.tz_nf_pcont {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tz_nf_icont {
    margin-bottom: 20px;
    float: left;
    width: 116%;
    left: -8%;
    position: relative;
}

.tz_nf_icont .rsg {
    float: left;
    margin-left: 1%;
    margin-top: -13%;
    width: 104.5%;
    position: relative;
}

.tz_nf_icont .rsg .rsg_i {
float: left;
    margin-right: 0.3%;
    width: 10.1%;
    height: 10.1%;
}

.tz_nf_icont .rsg .rsg_i {
    opacity: 0.8;
}

.tz_nf_icont .rsg .rsg_i:hover {
    opacity: 1.0;
}

.tz_nf_icont .rsg_ia_h {
    display: none;
}

.gm-style-cc span {
    display: none;
}

.tz_nf_icont img {
    width: 100%;
    height: auto;
}

.tz_in_gmcont {
    float: left;
}

#GMaps0 {
    border: none !important;
}

.tz_nf_cat_title_cont {
    height: 0px;
}

.tz_nfl {
    /*margin-top: -82px;*/
    margin-top: -67px;
    float: left;
    width: 100%;
    /*overflow: hidden;*/
    /*background-color: white;*/
}

.tz_nfl .tz_ni {
    width: 49.3% !important;
    float: left;
}

.tz_nfl .tz_ni_fullrow {
    width: 100% !important;
}


.tz_nfl_title {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.page_rvis .tz_nfl_title {
    width: 135%;
}

.tz_nfl_title .tz_ni_ltitle_cont {
    width: 104%;
}

.tz_nfl_title .tz_ni_ltitle_text {
    width: 94%;
}

.tz_nfl_title .tz_ni_ltitle_s {
    float: left;
}

.tz_nf_cont a {
    color: rgb(0, 43, 255);
    text-decoration: none;
}

.tz_nf_desc {
    position: relative;
    margin-left: 9%;
    line-height: 25px !important;
    margin-right: 7%;
    margin-top: 16px;
    float: left;
    width: 84%;
    margin-bottom: 28px;
}

.tz_nf_desc span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.tz_nfl_title .tz_ni_ltitle_text span {
    font-size: 34px;
    position: relative;
    top: 3px;
    left: 4px;
}

.tz_nf_cont .tz_slider_item_title_det {
    top: -18px;
    float: right;
    position: relative;
    left: 28px;
}

.tz_nfl .tz_slider_item_title_det {
    top: -17px;
}

.menu_owr {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}


.tz_nf_catnav {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5%;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 12px;
    margin-bottom: 4px;
}

.tz_nf_catnav a {
    color: black;
}

.tz_nf_catnav_cat {
    
}

.tz_nf_catnav_sep {
    margin-left: 5px;
    margin-right: 2px;
    font-size: 13px;
    position: relative;
    top: -1px;
}

.menu_side_top {
    float: left;
    width: 100%;
    padding-top: 4px;
    padding-left: 6px;
    height: 38px;
    background-color: rgb(134, 15, 20);
}

.menu_side_top a {
    float: left;
    width: 32px;
    height: 32px;
}

.menu_side_top_langs {
    float: right;
    height: 34px;
    top: -1px;
    position: relative;
}

.menu_side_top_close,
.menu_side_top_home {
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.menu_side_top_close {    
    background-image: url(../template_images/menu_bar_icon.png);
    background-size: 88%;
    background-position: 25% 62%;
}

.menu_side_top_home {
    margin-left: 2px;
    position: relative;
    background-image: url(../template_images/home_icon.png);
    left: -3px;
    top: -1px;
}

.menu_side_top_langs .lang_def {
    display: none;
}

.menu_side_top .lang_title {
    display: none;
}

.menu_side_top .lang_norm {
    float: left;
    width: 32px;
    margin-right: 6px;
}

.menu_side_top_lp {
    float: left;
    margin-right: 8px;
}

.menu_side_top .lang_norm img {
    width: 80%;
    top: 21%;
    border: solid 1px rgb(90, 12, 16);
    left: -7%;
}

.news_pager, .news_pager_cont {
    float: left;
    width: 100%;
}

.news_pager_cont ul, .news_pager_cont li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.news_pager_page_current, .news_pager_page, .news_pager_nextpage, .news_pager_prevpage {
    margin-right: 4px !important;
}

.news_pager_cp, .news_pager_page_cont, .news_pager_np_cont, .news_pager_pp_cont {
    float: left;
    text-align: center;
    width: 30px;
    background-color: white;
    font-size: 14px;
    height: 30px;
    margin-right: 5px;
}

.news_pager {
    margin-bottom: 10px;
}

.news_pager_link, .news_pager a {
    text-decoration: none !important;
    color: black;
}

.news_pager_page_cont {
    cursor: pointer;
}


.news_pager_page_current .news_pager_cp {
    color: white;
    cursor: default;
}



.menu_home_cont {
    width: 0;
    height: 46px;
    float: left;
    top: 1px;
    left: -46px;
    position: relative;
}

.menu_home {
    width: 46px;
    height: 46px;
    display: block;
    background-color: transparent;
    background-image: url(../template_images/home_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.menu_home:hover {
    background-color: transparent;
    background-image: url(../template_images/home_icon_over.png);
}

.menu_home_menu_cont {
    display: none;
    float: left;
    width: 100%;
    height: 0;
}

.tz_nfl_list .tz_ni_special {
    width: 100%;
}

.m_menu {
    border: none !important;
    width: 100%;
    height: 48px;
    background-color: transparent !important;
    
    padding-top: 1px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    color: black;
    font-family: 'Roboto', sans-serif;    
}

.dxm-item span {
    color: black !important;
}

.dxmLite {
    float: left;
    width: 100%;
    min-width: 100px !important;
    position: relative;
    top: -1px;
}

.dxmLite .dxm-main {
    padding: 0 !important;
    min-width: 100px !important;
}

.dxm-item {
    height: 46px !important;
    border: none !important;
}

.dxm-popup .dxm-item span {
    display: inline !important;
}

.dxm-item span {
  color: white;
  text-transform: uppercase;
  display: table-caption !important;
  font-size: 14px;
  line-height: 18px;
}


.dxm-spacing {
    display: none !important;
}

.dxm-hovered {
    background-color: white !important;
    border-color: white !important;
    /*text-shadow: 0px 0px 1px black;*/
    border: none 0px;
}

.dxm-popup .dxm-hovered {
    background-color: white !important;
}

.dx .dxm-item {
    vertical-align: middle !important;
    background-image: url(../template_images/menu_drop_icon.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    text-align: left !important;
}

.dxm-item a, .dxm-selected span {
    padding-right: 18px !important;
}

.dx-vam {
    color: white;
}

.dxm-popup {
    border: none !important;
    background-color: white !important;
    font-family: 'Domine', serif;
    min-width: 140px;
    left: -4px;
}

.dxm-selected {
    background-color: white !important;
    font-weight: bold !important;
}

.dxm-popup .dxm-selected {
    background-color: black !important;
    color: white;
}

.dxm-popup .dxm-selected span {
    color: white !important;
}

.dxm-popup .dxm-spacing {
    display: none;
}

.dxm-popup ul {
    background-image: none !important;
}

.dxm-popup .dxm-item {
    height: 26px !important;
    padding-top: 2px;
    padding-left: 4px !important;
    background-image: none !important;
    font-size: 14px;
}

.dxm-main .dx, .dxm-main .dxm-content {
    padding-left: 0px !important;
}

.dxm-main .dx {
    position: relative;
    left: 0px;
    top: 2px;
}

.dxm-popup .dxm-popOut img {
    display: none;
}

.dxm-popup .dxm-popOut {
    background-image: url(../template_images/menu_pop_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
}

.exts_cont a {
    text-decoration: none;
    color: #4F080B;
}

.exts_cont, .ext_cont, .ext_tab {
    float: left;
    width: 100%;
}

.ext_tab_icon {
    width: 15%;
}

.ext_tab_title {
    font-weight: bold;
}

.ext_tab_val {
    
}

.tz_nfl_list {
    float: left;
    width: 100%;
}

.tz_nfl_ip_cont {
    float: left;
    background-color: white;
    padding: 4%;
    margin-bottom: 12px;
    padding-top: 8px;
    width: 92%;
}

.tz_nfl_catnav a {
    text-decoration: none !important;
}

.tz_nfl_catnav .tz_nf_catnav {
    margin-left: 0%;
}

.page_tsc {    
    /*height: 380px;*/
    background-color: rgb(233, 233, 233);
    float: left;
    width: 100%;
    min-height: 380px;
}

.tz_nfl_catnav {
    float: left;
    width: 100%;
    position: relative;
    background-color: white;
    z-index: 200000;
    padding-top: 10px;
    min-height: 47px;
}

.cat_nav_cat {
    
}

.cat_nav_cat li {
    list-style: none;
    margin-right: 30px;
    float: left;
}

.tz_nfl_catnav ul {
    
}

.cat_nav_cat a {
    color: black;
}

.tz_nf_gmaps_cont {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.tz_nf_rel_cont, .tz_nf_rel, .tz_nf_rel_cont li {
    float: left;
    width: 100%;
}

.tz_nf_rel_cont {
    margin-left: 7%;
    width: 87%;
    margin-top: 12px;
}

.tz_nf_rel_cont ul, .tz_nf_rel_cont li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tz_nf_rel_cont li {
    margin-bottom: 10px;
}

.tz_nf_rel_cont a {
    text-decoration: none;
    color: black;
    float: left;
    width: 100%;
}

.tz_nf_rel_cont img {
    float: left;
    display: block;
    margin-right: 10px;
    width: 30%;
}

.tz_nf_rel_title_cont {
    float: left;
    width: 64%;
}

.tz_nf_rel_desc_cont {
    float: left;
    width: 63%;
    margin-left: 10px;
}

.tz_nf_rel_title {
    font-size: 28px;
    font-weight: bold;
}

.tz_nf_rel_desc {
}

.tz_nf_hl_cont {
    float: left;
    width: 100%;
    background-color: white;
    margin-bottom: 12px;
    padding-top: 10px;
}

.tz_nf_hl_cont ul, .tz_nf_hl_cont li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tz_nf_hl_cont li {
    float: left;
    width: 23.3%;
    margin-left: 10px;
    height: 180px;
    margin-bottom: 10px;
    background-size: cover;
}

.tz_nf_hl_desc_cont {
    display: none;
}

.tz_nf_hl, .tz_nf_hl a {
    float: left;
    width: 100%;
    height: 180px;    
}

.tz_nf_hl a {
    text-decoration: none !important;
    color: white;
}

.tz_nf_hl_title_cont {
    float: left;
    width: 90%;
    height: 0px;
    position: relative;
    top: 82%;
    left: 8px;
}

.tz_nf_hl_title {
    font-size: 22px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    font-weight: bold;
}

.tz_nf_hl {
    margin-bottom: 10px !important;
}

.cat_nav_cat_tit_p:first-of-type {
    /*font-weight: bold;*/
}

.tz_nf_hl_mtitle {
    float: left;
    display: block;
    font-family: 'Domine', serif;
    position: relative;
    width: 100%;
    height: 34px;
    left: 10px;
    font-size: 24px;
}

.cat_nav_cat:first-of-type {
    padding-left: 16px;
}

.cat_nav_cat .cat_nav_cat_tit:first-of-type {
    /*font-weight: bold;*/
}

.cat_nav_cat_curr {
    padding-left: 16px !important;
}

.cat_nav_cat_curr .cat_nav_cat:first-of-type {
    font-weight: normal;
}

.tz_header_img_cont {
    /*display: none;*/
    float: left;
    width: 100%;
}

.ncnav_c {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    font-family: 'Domine', serif;
    line-height: 30px;
}

.ncnav_c a {
    color: black !important;
    text-decoration: none !important;
}

.ncnav_c ul, .ncnav_c li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ncnav_sp {
    margin: 0;
}

.ncnav_sp, .ncnav_i {
    float: left;
    display: block;    
}

.ncnav_i {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.ncnav_l {
    float: left;
    margin-top: 1px;
}

.ncnav_i {
    
}

.ncnav_ic {
    cursor: default;
}

.ncnav_ci_cc_l {
    float: left;
    width: 100%;
    display: none;
    z-index: 20000;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
    line-height: 20px;
    font-size: 14px;
    position: relative;
    background-color: white;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ncnav_ci_cc_l li {
    margin-left: 16px;
    margin-right: 16px;
}

.ncnav_ci_i {
    
}

.ncnav_ci_cc {
    height: 0px;
    float: left;
    width: 100%;
}

.ncnav_ic .ncnav_tc {
    font-weight: bold;
    /* 
        background-color: rgb(185, 0, 0); 
        color: white;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    */
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 2px;
    height: 23px;
    margin-top: 0px;
    line-height: 20px;
    position: relative;
}

.ncnav_sp, .ncnav_sp_sp {
    float: left;
    font-size: 12px;
    position: relative;
    font-weight: normal;
    font-family: monospace;
    top: 0px;
    color: rgb(197, 197, 197);    
}

.ncnav_sp_sp {
    width: 14px;
    margin-left: -4px;
}

.ncnav_ic {
    position: relative;
    top: 3px;
}

.ncnav_tc_hc {
    cursor: pointer;
}

.marker_over_layer_center {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    top: -7px;
    font-family: 'Domine', serif;
}

.gmc_iwnd_c {
    height: 0px;
    width: 0px;
    float: right;
    position: relative;
    z-index: 20000;
}

.gmc_iwnd {
    float: right;
    position: relative;
    border-left: solid 1px gray;
    background-color: white;
    min-width: 400px;
    border-bottom: none;
    margin: 1px;
    height: 200px;
}

.gmec_cont {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 2%;
}

.gmc_iwnd_if {
    border: none 0px;
    float: left;
    width: 100%;
    height: 100%;
}

.news_item_share {
    width: 0;
    height: 0;
    float: right;
    position: relative;
    right: 36px;
    top: 6px;
}

.news_item_share img {
    width: 23px;
    height: 25px;
}

.tz_slider_selector {
  float: left;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 624px;
  z-index: 10000;
}

.tz_slider_selector_items {
    text-align: center;
}

.tz_slider_selector_item {
    width: 16px;
    height: 16px;
    background-image: url('../template_images/slider_sel_item.png');
    background-size: contain;
    display: inline-block;
}

.follow_cont {
    position: absolute;
    top: 150px;
    width: 50px;
    height: 200px;
    /*background-color: gray;*/
    z-index: 200000;
}

.gsc_cont, .gsc_items_cont {
    float: left;
    width: 100%;
}

.gsc_items_cont {
    
}

.gsc_item {
    float: left;
    margin-bottom: 4px;
    color: white;
    background-color: #B4B4B4;
    padding: 1px;
    width: 100%;
    padding-right: 0px;
}

.gsc_item_title {
    float: left;
    display: block;
    width: 99%;
    background-color: white;
    font-size: 18px;
    padding: 0.5%;
    padding-bottom: 0px;
    padding-top: 0px;
}

.gsc_item_cont {
    float: left;
    width: 98%;
    display: block;
    background-color: rgb(227, 227, 227);
    padding: 1%;
}

.gsc_item_im_cont {
    float: left;
    display: block;
    width: 16%;
    overflow: hidden;
}

.gsc_item_img {
    width: 100%;
    height: auto;
    float: left;
    display: block;
}

.gsc_item_desc {
  float: left;
  font-size: 12px;
  width: 98.5%;
  display: block;
  background-color: white;
  padding: 0.8%;
  line-height: 16px;
}

.gsc_item_hasimg_t {
    width: 82%;
    margin-left: 1%;
    margin-right: -1%;
}

.gsc_item_link {
  float: right;
  display: none;
  font-size: 12px;
  line-height: 20px;
  height: 15px;
  padding-top: 4px;
}

.search_pager_cont {
  float: left;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 0px;
}

.news_pager_pages {
  list-style: none;
  float: left;
  width: 100%;
  display: block;
  height: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
  margin: 0;
}

.news_pager_page_current,
.news_pager_page,
.news_pager_page_sep {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}

.news_pager_page_current,
.news_pager_page {
    margin-right: 4px !important;    
}

.gsc_cont .news_pager_page_current .news_pager_cp {
  background-color: #800000;
  color: white;
  text-align: center;
}

.gsc_cont .news_pager_link {
    color: black !important;
}

.gsc_cont .news_pager_page_current {
    
}

.news_pager_page {
    
}

.news_pager_page_sep {
  width: 0px;
  height: 10px;
  display: block;
}

.news_pager_cp_left {
    
}

.news_pager_cp {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
}

.news_pager_cp_right {
        
}

.news_pager_page_cont:hover, 
.news_pager_np_cont:hover,
.news_pager_pp_cont:hover, 
.gsc_cont .news_pager_page_cont:hover, 
.gsc_cont .news_pager_np_cont:hover,
.gsc_cont .news_pager_pp_cont:hover
{
    background-color: rgb(232, 232, 232);
}

.news_pager_prevpage {
    margin-right: 0px !important;
}

.menu_top_src {
    float: left;
    position: relative;
    width: 20%;
    top: 9px;
    background-image: url('../template_images/search_icon_2.png');
    background-size: auto 86%;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-color: #E2E2E2;
    margin-left: 10%;
    cursor: pointer;
}

.menu_top_src_t, .side_menu_src_t {
    float: left;
    width: 86%;
    height: 100%;
    border: none 0px;
    padding: 2px;
    line-height: 18px;
    font-family: 'Domine', serif;
    font-size: 16px;
    background-color: transparent;
}

.side_menu_src {
    float: left;
    width: 100%;
    height: 38px;
    background-color: white;
    background-image: url('../template_images/search_icon_2.png');
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: auto 90%;
}

.side_menu_src_t {
    float: left;
    width: 89%;
    height: 99%;
    border: none 0px;
    padding-left: 2%;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 18px;
    font-family: 'Domine', serif;
    font-size: 18px;
    background-color: rgb(255, 255, 255);
}

input:focus {
    outline: none;
}

input:focus {
    outline: none;
    background-color: rgb(218, 218, 218);
}