.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #cf0c09;
}
h2,
h3 {
  font: bold 34px/38px 'Open Sans', sans-serif;
  color: #444444;
  margin-bottom: 13px;
}
h4 {
  color: #444444;
  font: bold 16px/20px 'Open Sans', sans-serif;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
  color: #585858;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary {
  background: #cf0c09;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #cf4e09;
  border-bottom-color: #cf4e09;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #cf4e09;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: #cf4e09;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  background: none;
  color: #2b9fd3;
  text-shadow: none;
  border: none;
  text-decoration: underline !important;
  padding: 0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #cf0c09;
  outline: none;
  box-shadow: none;
}
.mod-newsflash-adv_custom-link {
  padding-bottom: 47px;
}
.mod-newsflash-adv_custom-link a {
  font: bold 14px/38px 'Open Sans', sans-serif;
  background: url(../images/template/custom-link.png) center bottom no-repeat;
  display: inline-block;
  height: 48px;
  width: 188px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.mod-newsflash-adv_custom-link a:hover {
  color: #ffffff;
  background-position: center top;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
  padding: 0 9px;
}
/*Lists*/
ul.item_list,
.category-module,
.categories-module,
.archive-module,
.item-list {
  margin: 0 0 18px;
}
ul.item_list li,
.category-module li,
.categories-module li,
.archive-module li,
.item-list li,
.mod-menu li{
  list-style: none;
  padding-bottom: 8px;
  text-transform: uppercase;
}
ul.item_list li a,
.category-module li a,
.categories-module li a,
.archive-module li a,
.item-list li a,
.mod-menu li a{
  color: #444444;
}
ul.item_list li a:hover,
.category-module li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.item-list li a:hover,
.mod-menu li a:hover{
  color: #cf0c09;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  padding-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  background: #ffffff;
  color: #585858;
  text-shadow: none;
  border: 1px solid #d0d0d0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #cf0c09;
  color: #ffffff;
  text-shadow: none;
  border-color: #cf0c09;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #cf0c09;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #cf0c09;
  color: #ffffff;
  text-shadow: none;
  border-color: #cf0c09;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #cf0c09;
  color: #ffffff;
  text-shadow: none;
  border-color: #cf0c09;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 18px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  color: #cf0c09;
}
.item_img a .BWfade {
  width: 0% !important;
  height: 0% !important;
  z-index: 2;
}
.item_img img {
  border: 5px solid #f6f6f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 18px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*======================= TOP =======================*/
#top-row {
  padding-top: 20px;
  padding-bottom: 12px;
}
#top-row .row-container .container {
  overflow: hidden;
}
#logo {
  overflow: hidden;
  text-align: center;
}
#logo a {
  display: inline-block;
}
#logo span {
  display: inline-block;
  position: relative;
}
#logo span:before,
#logo span:after {
  content: "";
  display: block;
  position: absolute;
  top: 83%;
  width: 490px;
}
#logo span:before {
  content: url(../images/template/logo_before.png);
  left: 50%;
  margin-left: -566px;
}
#logo span:after {
  content: url(../images/template/logo_after.png);
  margin-right: -566px;
  right: 50%;
}
/*======================= HEADER =======================*/
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: url(../images/template/navigation.png) center 0 no-repeat;
}
.navigation {
  padding-bottom: 59px;
  padding-top: 35px;
}
.navigation ul.sf-menu {
  margin: 0 auto;
  width: 86%;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 16.66666666666667%;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: none;
  color: #cf0c09;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 34px;
  font-family: 'Open Sans', sans-serif;
  color: #fefbf2;
  background: none;
  height: 34px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #cf0c09;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu > li > ul {
  top: 36px;
  left: 50%;
  margin-left: -66px !important;
}
.navigation ul.sf-menu ul {
  width: 133px;
}
.navigation ul.sf-menu li li ul {
  top: -8px;
  left: 134px;
}
.navigation ul.sf-menu li li li ul {
  top: -8px;
  left: 134px;
}
.navigation ul.sf-menu ul {
  background: #000000;
  padding: 8px 0;
}
.navigation ul.sf-menu ul li {
  padding: 6px 0 7px;
  text-align: center;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 18px;
  font-family: Trebuchet MS, sans-serif;
  color: #fefbf2;
  background: none;
  display: block;
  padding: 0px 6px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #cf0c09;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: none;
  color: #cf0c09;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 133px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 133px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 135px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 34px;
  padding-bottom: 34px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 36px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 133px;
  top: 34px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
time span {
  color: #cf0c09;
}
.mod-newsflash-adv {
  margin-bottom: 47px;
}
.mod-newsflash-adv .item {
  margin-bottom: 0;
}
.mod-newsflash-adv .item .item_published {
  float: left;
  font: bold 16px/40px 'Open Sans', sans-serif;
  color: #cf0c09;
  background: url(../images/template/published-icon.png) center 0 no-repeat;
  margin-right: 18px;
  height: 40px;
  width: 76px;
  text-align: center;
}
.mod-newsflash-adv .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv .item .item_content p {
  padding-bottom: 11px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
.mod-newsflash-adv.no-bg .item {
  margin-top: 18px;
}
.mod-newsflash-adv.no-bg .item + .item {
  background: none;
  margin-top: 18px;
  padding-top: 0;
}
.mod-newsflash-adv.vertical .item {
  margin-bottom: 0;
}
.mod-newsflash-adv.vertical .item .item_content p {
  padding-bottom: 11px;
}
.mod-newsflash-adv.vertical .item + .item {
  background: url(../images/template/border-bg.png) center 0 repeat-x;
  margin-top: 15px;
  padding-top: 17px;
}
.mod-newsflash-adv.type .item + .item {
  background: none;
  margin-top: 0;
  padding-top: 18px;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 34px;
}
#content-bottom-row {
  padding-top: 30px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 18px;
}
.item_info_dl dd {
  font-size: 12px;
  color: #cf0c09;
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd + dd:before {
  content: "/";
  padding: 0 5px;
}
.item_info_dl dd a {
  color: #cf0c09;
}
.item_info_dl dd a:hover {
  color: #2b9fd3;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== Home Page ======*/
.moduletable.newsletter:before {
  content: url(../images/template/logo.png);
  float: left;
  margin: 9px 40px 0 34px;
}
.moduletable.newsletter .moduleTitle {
  margin-bottom: 0px;
}
.acymailing_module .acymailing_fulldiv form {
  margin-bottom: 40px;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_introtext {
  padding: 12px 0 21px !important;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form {
  overflow: hidden;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p {
  display: inline;
  margin: 0;
  padding: 0;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.onefield input {
  background: #ffffff;
  float: left;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #a49e93 !important;
  height: auto;
  margin: 0;
  padding: 11px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons {
  padding-left: 24px;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons input.button {
  font: bold 14px/28px 'Open Sans', sans-serif;
  background: url(../images/template/custom-link.png) center bottom no-repeat;
  border: none;
  display: inline-block;
  height: 48px;
  padding-bottom: 10px;
  width: 188px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons input.button:hover {
  color: #ffffff;
  background-position: center top;
}
aside .moduletable {
  margin-bottom: 30px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .item_title {
  margin-bottom: 0;
}
.page-category .item_published {
  float: left;
  font: bold 16px/40px 'Open Sans', sans-serif;
  color: #cf0c09;
  background: url(../images/template/published-icon.png) center 0 no-repeat;
  margin-right: 18px;
  height: 40px;
  width: 76px;
  text-align: center;
}
.page-category .item_title {
  margin-bottom: 18px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.category-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.category-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row .row-container .container {
  background: url(../images/template/border-bg.png) center 0 repeat-x;
  padding-top: 18px;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: url(../images/template/footer.png) center 0 repeat-x;
}
#footer-wrapper .footer-wrapper-inner {
  padding-top: 66px;
}
#copyright {
  color: #ffffff;
  margin-bottom: 18px;
  text-align: center;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #cf0c09;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #ffffff;
}

.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.mask_cont h4{
	color:#fff;
}