@import url(//fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic);

.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: #e5d3bd;
}
h3 {
  font: 66px/66px 'Cuprum', sans-serif;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 -3px;
}
h4 {
  font: 26px/30px 'Cuprum', sans-serif;
  color: #333333;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.alert-heading {
  color: inherit;
}
.overflow {
  overflow: hidden;
}
p {
  margin: 0;
  padding-bottom: 18px;
  line-height:1.8em;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 18px;
  background: #ffffff;
  color: #979797;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary {
  background: url(../images/template/button.png) 0 0 no-repeat;
  border: none;
  outline: none !important;
  font: 20px/61px 'Cuprum', sans-serif;
  color: white;
  text-transform: uppercase;
  width: 186px;
  height: 57px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.btn-primary:hover {
  background: url(../images/template/button.png) 0 bottom no-repeat;
  color: white;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.btn-primary:focus,
.btn-primary:active {
  background: url(../images/template/button.png) 0 bottom no-repeat;
  color: white;
  box-shadow: none;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.btn-primary:focus:hover,
.btn-primary:active:hover {
  background: url(../images/template/button.png) 0 bottom no-repeat;
  color: white;
  box-shadow: none;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: #333333;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  background: url(../images/template/button.png) 0 0 no-repeat;
  border: none;
  outline: none !important;
  font: 20px/61px 'Cuprum', sans-serif;
  color: white;
  text-transform: uppercase;
  width: 186px;
  height: 57px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.btn-info:hover {
  background: url(../images/template/button.png) 0 bottom no-repeat;
  color: white;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.btn-info:focus,
.btn-info:active {
  background: url(../images/template/button.png) 0 bottom no-repeat;
  color: white;
  box-shadow: none;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  background: url(../images/template/button.png) 0 bottom no-repeat;
  color: white;
  box-shadow: none;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
#searchForm .btn.btn-primary {
  height: auto;
  width: auto;
  background: black;
  line-height: 28px;
  padding: 0 10px;
}
#searchForm .btn.btn-primary:hover {
  background: #555555;
}
/*Lists*/
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%;
  margin-left: 25%;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #979797;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #333333;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #979797;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #333333;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #333333;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 5px;
  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:hover:after {
  font-size: 40px;
  color: #333333;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  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%;
}
.img-full__center {
  float: none;
  margin: 10px auto;
  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 =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding-top: 22px;
  padding-bottom: 27px;
  position: relative;
  z-index: 3;
}
#logo {
  text-align: center;
}
/*======================= NAVIGATION =======================*/
.navigation {
  position: relative;
  z-index: 4;
}
.navigation ul.sf-menu {
  display: table;
  margin: 0 auto;
  /*SubMenu Styles*/
  /*Define 1st SubMenu position*/
  /*Define menu width*/
  /*Define SubMenu position*/
  /*Define 2nd+ SubMenu position*/
}
.navigation ul.sf-menu > li {
  background: url(../images/template/separator.gif) 0 center no-repeat;
  padding: 0 19px 0 21px;
  margin: 0;
}
.navigation ul.sf-menu > li:first-child {
  background: none;
  padding-left: 19px;
}
.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 {
  color: #000;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font: 18px/20px 'Cuprum', sans-serif;
  display: block;
  padding: 0;
  color: #000;
  text-transform: uppercase;
  -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 > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: darkgrey;
}
.navigation ul.sf-menu li > ul {
  top: 37px;
}
.navigation ul.sf-menu ul {
  width: 155px;
}
.navigation ul.sf-menu li li ul {
  top: -18px;
  left: 156px;
}
.navigation ul.sf-menu li li li ul {
  top: -18px;
  left: 156px;
}
.navigation ul.sf-menu ul {
  background: #000000;
  padding: 18px 0;
}
.navigation ul.sf-menu ul li {
  padding: 3px 20px;
}
.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 {
  color: white;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  text-transform: 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 {
  color: darkgrey;
}
.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 {
  color: darkgrey;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  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: 157px;
}
.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: 36px;
  padding-bottom: 36px;
  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: 38px;
  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: 155px;
  top: 36px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
 /* margin-top: -100px;*/
  position:relative;
  background: url(../images/template/bg.jpg) center 0 repeat;
}

#showcase-row:before {
  content: "";
  display: block;
  width: 15000px;
  height: 65%;
  position: absolute;
  top: 25%;
  background: url(../images/template/bg.jpg) center 0 repeat;
  border: 0px solid rgba(0, 0, 0, 0);
  z-index: 3;
  opacity: 0.6;
}

.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;
}
/*======================= FEATURE =======================*/
#feature-row {
  background: url(../images/template/bg.jpg) center 0 repeat;
  padding-top: 50px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 0;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info {
  float: left;
  width: 25%;
  margin: 0 18px 18px 0;
  text-align: right;
  color: #333333;
}
.item_info .item_info_dl {
  margin: 0;
}
.item_info .item_info_dl dd {
  margin: 0;
  display: block;
}
.item_info .item_info_dl dd .item_published {
  font: 26px/30px 'Cuprum', sans-serif;
  color: #333333;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.item_info .item_info_dl dd a {
  color: #333333;
}
.item_info .item_info_dl dd a:hover {
  color: #979797;
}
.tags {
  clear: both;
}
.tags a {
  font-size: 14px;
  color: #979797;
  padding: 0;
  background: none !important;
  text-shadow: none;
  font-weight: normal;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tags a:hover {
  color: #333333;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== Home Page ======*/
.moduletable {
  position: relative;
}
.icon {
  margin: 0 0 15px;
  padding: 0 6%;
  width: 90%;
  overflow: hidden;
}
.icon li {
  float: left;
  width: 33.3%;
  text-align: center;
  margin-bottom: 30px;
}
.icon li a,
.icon li span {
  display: block;
}
.icon li a .image-title,
.icon li span .image-title {
  font: 26px/46px 'Cuprum', sans-serif;
  color: white;
  text-transform: uppercase;
}
.mod-article-single .item__module {
  margin-bottom: 30px;
  overflow: hidden;
}
.mod-article-single.mod-article-single__blockquote .item__module {
  line-height: 20px;
  margin-bottom: 11px;
  padding: 0 32px;
}
.mod-article-single.mod-article-single__blockquote .item__module .img-intro__left {
  margin-right: 39px;
}
.mod-article-single.mod-article-single__blockquote .item__module .item_introtext {
  padding-top: 14px;
}
/*===== About Page ======*/
.mod-newsflash-adv .pretext {
  padding-bottom: 30px;
  text-align: center;
}
.mod-newsflash-adv .item_introtext {
  padding-bottom: 4px;
}
.mod-newsflash-adv.mod-newsflash-adv__team .img-intro__none {
  margin-bottom: 18px;
}
.mod-newsflash-adv.mod-newsflash-adv__team .readmore {
  background: none;
  padding: 0;
  border: none;
  text-decoration: underline !important;
  color: black;
  line-height: 18px;
  height: auto;
  width: auto;
}
.mod-newsflash-adv.mod-newsflash-adv__team .readmore:hover {
  text-decoration: none !important;
}
/*===== 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: '"';
}
small {
  text-align: right;
  text-transform: uppercase;
  font: 18px/32px 'Cuprum', sans-serif;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-item {
  padding-bottom: 40px;
}
.page-item .page-header h3 {
  margin-bottom: 36px;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-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 =======================*/
#mainbottom-row {
  background: url(../images/template/bg.jpg) center 0 repeat;
  color: white;
  padding-top: 21px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding: 38px 0 46px;
}
/*======================= FOOTER =======================*/
#copyright {
  font-size: 13px;
  padding: 23px 0 15px;
}
#copyright .footer_logo {
  display: inline-block;
  margin-bottom: 13px;
}

#copyright a {
  color: inherit;
}
#copyright a:hover {
  color: inherit;
  text-decoration: underline !important;
}
#footer-wrapper {
  color: inherit;
  text-align: center;
}

#footer-wrapper .footer-wrapper-inner {
  position: relative;
  z-index: 2;
}
/*===== Social Media ======*/
.social {
  margin: 15px;
  position: absolute;
  right: 2px;
  top:5px;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 8px;
}
.social li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-align: center;
  color: darkgrey;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 20px/20px FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
}
.social li a:hover {
  color: #e5d3bd;
}