body {
  /*padding-top: 50px;*/
  font-size:14px;
  height: 100%;
}
html{
	height:100%;
}

.fluid-container{
	width:100%;
}

.starter-template {
  /*padding: 40px 15px;
  text-align: center;*/
}

.container{
	width:100%;
	max-width:1200px;
}

.logoImg{
	max-height:54px;
}

.navbar-brand{
	height:auto;
}
/*****override*****/
.navbar-inverse{
	background:none;
	border:none;
	background-color:rgba(255,255,255,0.8);
}
.navbar-nav{
	float:right;
}
.navbar-inverse .navbar-nav > li{
	min-height:87px;
	max-height:87px;
	height:87px;
	line-height:87px;
	display:table;
}
.navbar-inverse .navbar-nav > li > a{
	padding-top:0px;
	padding-bottom:0px;
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
	font-size:1.214em;
	color:#58595b;
	vertical-align:middle;
    display: table-cell;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
	color:#dd1c24;
	background:none;
}
.navbar-inverse .navbar-nav > .active > a:after, 
.navbar-inverse .navbar-nav > .active > a:focus:after, 
.navbar-inverse .navbar-nav > .active > a:hover:after,
.navbar-inverse .navbar-nav > li > a:focus:after, 
.navbar-inverse .navbar-nav > li > a:hover:after{
	content:"";
	width:auto;
	left:10px;
	right:10px;
	height:2px;
	background-color:#dd1c24;
	position:absolute;
	bottom:27px;
}
/*******************/
.carousel, .item, .active{
	height:100%;
}
.item , .carousel-inner{
	height:100%;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-indicators{
	bottom: 40px;
}
.carousel-indicators li{
	border:2px solid #fff;
	width:12px;
	height:12px;
}
.carousel-indicators .active{
	background-color: #df1c24;
	border:none;
	width:16px;
	height:16px;
}
.carousel-control{
	text-shadow:none;
	background:none;
	background-image:none;
}

.carousel-control.left,.carousel-control.right{
	background:none;
	background-image:none;
}
.carousel-control.left{
	left:-15%;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.carousel:hover .carousel-control.left{
	left:0%;
}

.carousel-control.right{
	right:-15%;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.carousel:hover .carousel-control.right{
	right:0%;
}

.carousel{
	overflow:hidden;
}

.carousel-control .glyphicon-menu-left, 
.carousel-control .glyphicon-menu-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	font-size:35px;
}

.scrollDown{
	position:absolute;
	bottom:10px;
	left:49.5%;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
	-webkit-animation: scrollDown 1s infinite; /* Safari 4+ */
	-moz-animation:    scrollDown 1s infinite; /* Fx 5+ */
	-o-animation:      scrollDown 1s infinite; /* Opera 12+ */
	animation:         scrollDown 1s infinite; /* IE 10+, Fx 29+ */
}
.scrollDown span{
	font-size:25px;
	color:#dd1c24;
}
.scrollDown:hover{
	cursor:pointer;
	bottom:5px;
}


@-webkit-keyframes scrollDown {
  0%   { bottom:10px; opacity: 1; }
  100% { bottom:4px; opacity:0.8;}
}
@-moz-keyframes scrollDown {
  0%   { bottom:10px; opacity: 1; }
  100% { bottom:4px; opacity:0.8;}
}
@-o-keyframes scrollDown {
  0%   { bottom:10px; opacity: 1; }
  100% {  bottom:4px; opacity:0.8;}
}
@keyframes scrollDown {
  0%   { bottom:10px; opacity: 1; }
  100% {  bottom:4px; opacity:0.8;}
}

.section{
	padding:30px 0;
}

.paddingContainer{
	padding:80px 0 20px 0;
}

.responsive-container {
    position: relative;
    width: 100%;
}

.dummy {
    padding-top: 40%; /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
}

.contentDiv p{
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
	font-size:1.143em;
	color:#000000;
}

.hyperlink{
	color:#6d6e71;
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: italic;
	display:inline-block;
	line-height:1.5;
	position:relative;
}
.hyperlink:hover , .hyperlink:focus{
	text-decoration:none;
	color:#dd1c24;
	outline:none;
}
.hyperlink:after{
	content:"";
	width:20px;
	height:2px;
	background-color:#6d6e71;
	position:absolute;
	bottom:0px;
	left:40%;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.hyperlink:hover:after , .hyperlink:focus:after{
	width:50px;
	bottom:0px;
	left:10%;
	background-color:#dd1c24;
}
.ddllink{
	margin-top:20px;
	margin-bottom:20px;
}
.spslink{
	float:right;
	margin-top:30px;
}

.spslink:focus{
	outline:none;
}

.spslink:hover:after , .ddllink:hover:after{
	width: 60%;
	bottom: 0px;
	left: 20%;
}

.aligncenter{
	text-align:center;
}

.redline{
	width:100%;
	max-width:1200px;
	height:2px;
	background-color:#dd1c24;
	border:none;
	margin-bottom:0px;
	margin-top:40px;
}

.blackline{
	width:100%;
	max-width:1200px;
	height:1px;
	background-color:#333;
	border:none;
}

.section h2{
	color:#dd1c24;
	font-family: 'stixgeneralbold';
	font-weight: normal;
	font-style: normal;
	font-size:2.143em;
	margin:0px;
	margin-bottom:20px;
}

.new-img{
	min-height:315px;
	max-height:315px;
	overflow:hidden;
	text-align:center;
	background-repeat:no-repeat;
	background-size:cover;
	/*background-position:center;*/
	background-position:center top;
}

.new-img img{
	margin-left:auto;
	margin-right:auto;
}

.new-content{
	padding:15px;
	min-height:315px;
	max-height:315px;
	overflow:hidden;
	position:relative;
}

.new-content-top {
	min-height:250px;
	max-height:250px;
	overflow:hidden;
	position:absolute;
}

.new-content-bottom {
	min-height:25px;
	max-height:25px;
	overflow:hidden;
	position:absolute;
	bottom:20px;
	width:auto;
	left:15px;
	right:15px;
}

.new-content h4{
	color:#000000;
	font-size:1.286em;
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
	margin-top:15px;
}

.new-content p{
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
	color:#000000;
}

.new-content .tTitle{
	font-size:18px;
}
.new-content .tCnt{
	font-size:16px;
}

.nopadding{
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}

.footerBck{
	min-height:400px;
	max-height:400px;
	background-repeat: no-repeat;
    /*background-attachment: fixed;*/
	background-size: cover;
    background-position: top 22% center;
}

footer{
	background-color:#dd1c24;
	padding:20px 0;
}

.footernav , .sociallist{
	list-style:none;
	margin:0px;
	padding:0px;
}

.footernav li{
	float:left;
	padding-right:25px;
}

.footernav li a{
	color:#fff;
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
	font-size:1.000em;
}

.footernav li a:hover , .footernav li a:focus{
	/*text-decoration:none;*/
}


.faqlink{
	float:right;
}

.faqlink li{
	padding-right:0px;
	padding-left:25px;
}

.footernav{
	margin-bottom:20px;
}

.sociallist li{
	float:left;
	padding:10px 0px 10px 8px;
}
.sociallist li a:hover ,.sociallist li a:focus{
	text-decoration:none;
}
.sociallist li i{
	font-size:22px;
	color:#fff;
	display:block;
	width:35px;
	height:35px;
	padding:0px;
	text-align:center;
	line-height:30px;
	border:2px solid #fff;
	border-radius:50%;
}

.sociallist{
	float:right;
}

.copyrighttxt{
	color:#fff;
	font-weight:800;
	font-family: 'stixgeneralregular';
	font-weight: bold;
    font-style: normal;
	line-height:35px;
	margin-bottom:0px;
	padding:10px 0;
}

/****arrow*****/

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	
	border-bottom: 25px solid #fff;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	
	border-top: 25px solid #fff;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	
	border-left: 25px solid #fff;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent; 
	border-right:25px solid #fff; 
}
.arrowtri{
	position:absolute;
	opacity:0;
}

.newsItm:hover .arrowtri , .newsItm:focus .arrowtri{
	opacity:1;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.arrow-left.arrowtri{
	top:40%;
	right:0px;
}

.arrow-right.arrowtri{
	top:40%;
	left:0px;
}

.arrow-up.arrowtri{
	bottom:0;
	left:45%;
}

.arrowtri.arrow-left i{
	color:#dd1c24;
	font-size:30px;
	position:absolute;
	top: -15px;
	left: 8px;
}

.arrowtri.arrow-right i{
	color:#dd1c24;
	font-size:30px;
	position:absolute;
	top: -15px;
	right: 8px;
}

.arrowtri.arrow-up i{
	color:#dd1c24;
	font-size:30px;
	position:absolute;
	top: 3px;
	right: -15px;
}

.subpagecnt{
	padding-top:130px;
}

.pageHeader{
	font-size:2.143em!important;
	font-family: 'stixgeneralbold';
	font-weight: normal;
    font-style: normal;
	font-weight:bold;
	line-height:1.5;
	border-bottom:2px solid #afb0b3;
}

.pageHeader span{
	font-family: 'stixgeneralregular'!important;
	font-weight: normal!important;
    font-style: normal!important;
	font-size:28px;
}

.sideMenu{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-bottom:20px;
}

.sideMenu li{
	padding:7px 0;
}

.sideMenu li a{
	font-size:1.429em;
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
	color:#000000;
	position:relative;
}

.sideMenu li a:after{
	content:"";
	width:20px;
	height:2px;
	position:absolute;
	background-color:#dd1c24;
	bottom:-2px;
	left:0px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sideMenu li.active a:after , .sideMenu li:hover a:after  , .sideMenu li:focus a:after{
	width:70px;
}

.sideMenu li a:hover , .sideMenu li a:focus{
	text-decoration:none;
}

.contentDiv h3{
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
	color:#dd1c24;
	font-size:1.786em;
	margin:0px;
	position:relative;
	padding: 10px 0 0px;
}

.headerline{
	margin-top:20px;
	margin-bottom:20px;
}

.slider{
	overflow:hidden;
}

.slick-slide .fill{
	min-height:540px;
	max-height:540px;
}

.slick-dots{
	bottom:10px!important;
}

.slick-dots li button{
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	border-radius:50%;
	text-align:center;
}

.slick-dots li button::before{
	display:none;
}
.slick-prev , .slick-next{
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.slick-dots li.slick-active button{
	background-color: #df1c24;
	border: none;
	width: 16px;
	height: 16px;
}

.slick-prev::before, .slick-next::before{
	color:#dd1c24;
}

.slider:hover .slick-prev , .slider:focus .slick-prev{
	left:15px;
	z-index:15;
}

.slider:hover .slick-next , .slider:focus .slick-next{
	right:15px;
}

.slick-prev::before{
	font-family: FontAwesome;
	content:"\f053"!important;
	font-size:25px;
}

.slick-next::before{
	font-family: FontAwesome;
	content:"\f054"!important;
	font-size:25px;
}

.notice{
	color:#dd1c24;
}

.linkcss{
	color:#dd1c24;
	text-decoration:underline;
}

.linkcss:hover , .linkcss:focus{
	color:#333;
}

.eventRow{
	padding:15px 0;
	position:relative;
	overflow:hidden;
}

.eventRow:after{
	content:"";
	height:1px;
	background-color:#6d6e71;
	position:absolute;
	bottom:0px;
	left:15px;
	right:0px;
	width:96%;
}

.pushright{
	margin-right:10px;
}

/***************************************************************/

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
	float:right;
	margin-top:20px;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #dd1c24;
}

ul.pagination li a.active {
    background-color: #dd1c24;
    color: #fff;
    border: 1px solid #dd1c24;
}

ul.pagination li a:hover:not(.active) {background-color: #dd1c24;border: 1px solid #dd1c24;color:#fff;}

/***************************************************************/

.canvas-map{
	width:100%;
	min-height:500px;
	
}

.form-control{
	border-radius:0px;
	border:1px solid #6d6e71;
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
	color:#000;
	font-size:1.000em;
}

form label{
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
	color:#000;
	font-size:1.143em;
}

.btn-primary:hover , .btn-primary:focus , .btn-primary{
	outline:none;
}

.btn-primary , .btn-primary:hover , .btn-primary:focus{
	border:none;
	background:none;
	color:#6d6e71;
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: italic;
	position:relative;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	font-size:1.286em;
}

.btn-primary:hover , .btn-primary:focus{
	color:#dd1c24;
}

.btn-primary:after{
	content:"";
	width:50%;
	height:2px;
	position:absolute;
	bottom:-2px;
	right:25%;
	background-color:#6d6e71;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-primary:hover:after , .btn-primary:focus:after{
	width:100%;
	right:0;
	background-color:#dd1c24;
}

.aligncenter{
	text-align:center;
}

form textarea{
	resize:none;
}
form{
	margin-bottom:100px;
}

label.error{
	color:#dd1c24;
	font-size:13px;
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
}

.form-control.error{
	border:2px solid #dd1c24!important;
}

.form-control:focus{
	box-shadow:none;
	border-color:#6d6e71;
}

.generalMap{
	min-height:400px;
	max-height:400px;
	margin-top:20px;
	margin-bottom:20px;
}

.contentDiv ul , .contentDiv ol{
	margin:0px;
	padding:0px;
	padding-left:18px;
}

form h4{
	font-family: 'stixgeneralbold';
	font-weight: normal;
    font-style: normal;
	font-size:1.571em;
	color:#000;
}

.contentDiv h4.subtitle{
	font-family: 'stixgeneralbold';
	font-weight: normal;
    font-style: normal;
	font-size:1.571em;
	color:#000;
	text-transform:uppercase;
	color: #dd1c24;
}

table {
    border-collapse: collapse;
}

table th , table td{
	text-align:center;
	font-family: 'stixgeneralbold';
	font-weight: normal;
    font-style: normal;
	font-size:1.000em;
	border: 1px solid #333;
	padding:3px;
}

table th{
	font-weight:bold;
}

.thSub{
	text-align:left!important;
}

table td:nth-child(2){
	text-align:left;
}

span.empty{
	display:block;
	width:100%;
	height: 25px;
	background-color:#c2c4c5;
}

.italic{
	font-family: 'stixgeneralbold';
	font-weight: normal;
    font-style: italic;
}

.checkbox, .radio{
	margin-top:0px;
	margin-bottom:20px;
}

.payoptdiv{
	display:none;
}
.carousel-caption {
	font-size:14px;
	position: absolute;
	right: 10%;
	left: 10%;
	top: auto;
	bottom: 20%;
	width:80%;
}
.carousel-caption p{
	font-family: 'stixgeneralregular';
	font-weight: normal;
    font-style: normal;
	font-size:1.786em;
	margin: 0px;
	color:#fff;
}

.carousel-caption h1{
	font-size:2.286em;
	margin:0px;
	font-family: 'stixgeneralbold';
	font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
	color:#fff;
}



/*
.contentDiv h3:after{
	content:"";
	background-color:#dd1c24;
	width:auto;
	bottom:-15px;
	left:0px;
	right:0px;
	position:absolute;
	height:2px;
}*/