pre {
	background:#fff;
	border:0;
	font-size:15px;
}

.tab-content {
	padding-top:20px;
}

.buy_last td{
	border-top:0 !important;
}
/*
.table > tbody > tr:first-child > td, .table > tbody > tr:first-child > th {
    border: none;
}
*/
a {
    color: #B33329;
}
.box h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #B33329;
}
.box h2 i {
    color: #B33329;
}
.box h2 .label {
    vertical-align: middle;
}
.box h3 {
    color: #B33329;
    font-weight: bold;
}
.box h4,
.box .h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}
.box h4 .label,
.box .h4 .label {
    vertical-align: middle;
    font-size: 15px !important;
}
.box h4 .label:first-child,
.box .h4 .label:first-child {
    font-size: 20px !important;
}
.box .table-padding td {
    padding: 10px;
}
body {
    min-width: 1170px;
}
.container {
    width: 1170px;
}
.navbar-collapse {
    padding: 0;
}
.breadcrumb {
    margin-top: 20px;
}
.breadcrumb a {
    color: #B33329;
}
.pagination a {
    color: #B33329 !important;
}
.pagination .active a,
.pagination .active a:hover {
    background-color: #B33329;
    border-color: #B33329;
    color: #fff !important;
}
.section .title {
    font-size: 25px;
    color: #B33329;
    margin-bottom: 7px;
}
.section .addthis_sharing_toolbox {
    margin-bottom: 30px;
}
.section .btn {
    background: #B33329;
    color: #fff;
}
.section .btn.back {
    float: right;
}
.section .content img {
    max-width: 100%;
}
.section .content p,
.section .content li {
    font-size: 15px !important;
}
.section .content span {
    font-size: 15px !important;
}
.section .content_table img {
    width: 180px;
}
.section .content_table td {
    vertical-align: middle !important;
}
.vtitle {
    color: #fff;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: nowrap;
    display: block;
    font-size: 22px;
}
.top_nav {
    background: #403B3B;
}
.top_nav .navbar-default {
    border: 0;
    box-shadow: none;
    background: none;
    margin: 0;
}
.top_nav .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
}
.top_nav .navbar-default .dropdown-menu {
    min-width: 150px;
    background: #B33329;
    color: #fff;
}
.top_nav .navbar-default .dropdown-menu li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 20px;
    background-image: url("../images/menu_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
}
.top_nav .navbar-default .dropdown-menu a {
    background: #B33329;
    color: #fff;
    margin: 5px 0px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    font-size: 14px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    box-shadow: none;
    background-image: inherit;
    background: #B33329;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #B33329;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #403B3B;
    color: #fff;
}
.bottom_nav {
    background: #B33329;
}
.bottom_nav p {
    color: #fff;
}
.banner {
    border-bottom: 4px solid #B33329;
}
.banner img {
    width: 100%;
}
.banner_left_nav,
.banner_right_nav {
    width: 30px !important;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}
.banner_right_nav {
    left: auto;
    right: 0;
}
.main_box {
    display: table;
    margin-top: 20px;
    padding: 0px 15px;
}
.main_box .left {
    width: 5%;
    background: #B33329;
    display: table-cell;
}
.main_box .center {
    width: 55%;
    background: #FCEEE9;
    display: table-cell;
}
.main_box .center .news_box {
    margin: 10px;
    border-bottom: 1px solid #fff;
}
.main_box .center .news_box a {
    color: #403B3B;
    text-decoration: none;
}
.main_box .center .news_box p {
    display: inline-block;
    vertical-align: middle;
}
.main_box .center .news_box p:first-of-type {
    background: #B33329;
    padding: 2px 5px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}
.main_box .center .news_box p:last-of-type {
    font-size: 17px;
    max-width: 500px;
}
.main_box .center .news_box:last-of-type {
    border: 0;
}
.main_box .right {
    width: 40%;
    background: #403B3B;
    display: table-cell;
    padding: 5px;
}
.main_box .right p {
    color: #fff;
    text-align: center;
}
.main_box .right p:first-of-type {
    font-size: 22px;
    margin-bottom: 0px;
}
.main_box .right p:last-of-type {
    font-size: 15px;
    border-top: 1px solid #B33329;
    padding-top: 10px;
}
.events_box {
    width: 300px;
    margin-bottom: 20px;
}
.events_box img {
    width: 80px;
}
.events_box div {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}
.events_box p {
    margin-bottom: 2px;
    font-size: 13px;
}
.events_box p.date {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.event_photo {
    margin: 20px 0px;
}
.event_photo .owl-carousel {
    width: auto;
    margin: 0 33px;
}
.event_photo .title {
    color: #B33329;
    font-size: 20px;
    margin-left: 34px;
    margin-bottom: 5px;
    font-weight: bold;
}
.event_photo .left_nav,
.event_photo .right_nav {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: -33px;
}
.event_photo .right_nav {
    left: auto;
    right: -33px;
}
.bottom_menu {
    background: #403B3B;
    padding: 10px 0px;
    -webkit-box-shadow: 0px -5px 13px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px -5px 13px rgba(50, 50, 50, 0.25);
    box-shadow: 0px -5px 13px rgba(50, 50, 50, 0.25);
    margin-top: 20px;
}
.bottom_menu .list-inline li {
    vertical-align: top;
    padding-right: 22px;
}
.bottom_menu .list-inline li a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}
#aniimated-thumbnials img {
    margin: 5px;
    width: 275px;
}
.side_menu {
    margin-top: 20px;
}
.side_menu p {
    background: #fff;
    color: #B33329;
    border-bottom: 1px solid #B33329;
    padding-bottom: 5px;
    font-size: 22px;
    margin: 0;
}
.side_menu ul {
    padding: 0;
    list-style: none;
}
.side_menu ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.side_menu ul li a {
    color: #403B3B;
    font-size: 14px;
}
.side_menu ul li a:hover {
    text-decoration: none;
}
.side_menu ul li strong {
    font-size: 15px;
}
.side_menu ul li.active {
    background: #B33329;
}
.side_menu ul li.active a {
    color: #fff;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
	color:#fff;
	font-size:22px;
	margin-left:3px;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
/*# sourceMappingURL=style.css.map */