.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #f5f2f1 url(../images/main-bg-grad.jpg) left top repeat-x;
}
.view-featured #main-bg {
  background: url(../images/main-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  display: block;
}
#main-bg {
  display: none;
}
#wrapper,
#footer-wrapper {
  position: relative;
  z-index: 2;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  text-transform: uppercase;
}
h1 {
  font-size: 120px;
  line-height: 100px;
}
h2 {
  font-size: 40px;
  line-height: 40px;
}
h2.moduleTitle {
  background: url(../images/border-dots.png) left bottom repeat-x;
  text-align: center;
  padding-bottom: 37px;
  margin-bottom: 50px;
}
.page_header h2 {
  background: url(../images/border-dots.png) left bottom repeat-x;
  text-align: center;
  padding-bottom: 37px;
  margin-bottom: 50px;
}
h3 {
  font-size: 25px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
  line-height: 25px;
}
p {
  margin-bottom: 0;
  padding-bottom: 21px;
}
.icons-marker {
  font-size: 14.399999999999998px;
  line-height: 22px;
}
.orange {
  color: #ea654b;
}
/*Buttons*/
.btn-primary {
  padding: 11px 20px 9px;
  font-size: 20px;
  line-height: 20px;
  *line-height: 20px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ea654b;
  background-image: -moz-linear-gradient(top, #ea654b, #ea654b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea654b), to(#ea654b));
  background-image: -webkit-linear-gradient(top, #ea654b, #ea654b);
  background-image: -o-linear-gradient(top, #ea654b, #ea654b);
  background-image: linear-gradient(to bottom, #ea654b, #ea654b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea654b', endColorstr='#ffea654b', GradientType=0);
  border-color: #ea654b #ea654b #d03618;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ea654b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #ea654b;
  *background-color: #e75134;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #e53e1d \9;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover {
  box-shadow: none;
  background: #6c4541;
}
.btn-info {
  padding: 11px 20px 9px;
  font-size: 20px;
  line-height: 20px;
  *line-height: 20px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #ea654b;
  background-image: -moz-linear-gradient(top, #ea654b, #ea654b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea654b), to(#ea654b));
  background-image: -webkit-linear-gradient(top, #ea654b, #ea654b);
  background-image: -o-linear-gradient(top, #ea654b, #ea654b);
  background-image: linear-gradient(to bottom, #ea654b, #ea654b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea654b', endColorstr='#ffea654b', GradientType=0);
  border-color: #ea654b #ea654b #d03618;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ea654b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #ea654b;
  *background-color: #e75134;
}
.btn-info:active,
.btn-info.active {
  background-color: #e53e1d \9;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover {
  box-shadow: none;
  background: #6c4541;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li {
  background: url(../images/li-icon.png) left 2px no-repeat;
  padding-left: 14px;
  list-style: none;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 19px;
}
ul.categories-module {
  margin: 0;
}
ul.categories-module li {
  background: url(../images/li-icon.png) left 2px no-repeat;
  padding-left: 14px;
  list-style: none;
  margin-bottom: 19px;
  font-size: 12px;
  line-height: 12px;
}
ul.categories-module li h5 {
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  margin: 0;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 22px;
}
.item_img img,
.category_img img {
  border: 6px solid #ede6e4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0px 21px 10px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0px 21px 10px 0;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  height: 484px;
  background: url(../images/main-bg.jpg) no-repeat center 75%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header > div {
  position: relative;
  top: 50px;
}
#logo a {
  -webkit-border-radius: 391px;
  -moz-border-radius: 391px;
  border-radius: 391px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 100%;
	height: 100%;
}
#logo,
#slogan,
.navigation.vertical > ul.sf-menu {
  width: 391px;
  min-height: 391px;
  -webkit-border-radius: 391px;
  -moz-border-radius: 391px;
  border-radius: 391px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#logo {
  background: #ea654b;
  background: rgba(232, 81, 52, 0.9);
}
#slogan {
  background: #ffffff;
  background: rgba(254, 250, 246, 0.9);
  padding: 96px 100px 0;
  text-align: center;
  left: -27px;
}
.navigation.vertical > ul.sf-menu {
  background: #ffffff;
  background: rgba(254, 250, 246, 0.9);
  padding: 77px 100px 0;
  text-align: center;
  left: -48px;
}
.view-featured header > div {
  top: 390px;
}
.view-featured #header-row {
  height: auto;
  background: none;
  margin: 0;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation.vertical ul.sf-menu {
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation.vertical ul.sf-menu > li {
  padding: 5px 0 4px;
  margin: 0;
  display: block;
  float: none;
  text-align: center;
  background: url(../images/menu-li-border.png) left bottom repeat-x;
  width: 190px;
}
.navigation.vertical ul.sf-menu > li.active > a,
.navigation.vertical ul.sf-menu > li.sfHover > a,
.navigation.vertical ul.sf-menu > li.current > a,
.navigation.vertical ul.sf-menu > li.active > span,
.navigation.vertical ul.sf-menu > li.sfHover > span,
.navigation.vertical ul.sf-menu > li.current > span {
  background: none;
  color: #ea654b;
}
.navigation.vertical ul.sf-menu > li.lastItem {
  background: none;
}
.navigation.vertical ul.sf-menu > li.firstItem {
  background: none;
  padding: 0;
}
.navigation.vertical ul.sf-menu > li > a,
.navigation.vertical ul.sf-menu > li > span {
  font-size: 28px;
  line-height: 28px;
  font-family: 'BenchNine', sans-serif;
  color: #6c4541;
  background: none;
  height: 28px;
  display: inline-block;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}
.navigation.vertical ul.sf-menu > li > a:hover,
.navigation.vertical ul.sf-menu > li > span:hover {
  background: none;
  color: #ea654b;
}
.navigation.vertical ul.sf-menu > li > a:hover > span,
.navigation.vertical ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation.vertical ul.sf-menu > li > a.splash,
.navigation.vertical ul.sf-menu > li > span.splash {
  display: none;
}
.navigation.vertical ul.sf-menu > li > ul:before {
  background: url(../images/dd-arrow.png) left top no-repeat;
  content: "";
  display: block;
  height: 14px;
  width: 12px;
  position: absolute;
  right: 27px;
  top: -14px;
}
.navigation.vertical ul.sf-menu li:hover > ul,
.navigation.vertical ul.sf-menu li.sfHover > ul {
  top: 46px;
}
.navigation.vertical ul.sf-menu ul {
  width: 190px;
}
.navigation.vertical ul.sf-menu li li:hover ul,
.navigation.vertical ul.sf-menu li li.sfHover ul {
  top: -20px;
  left: -192px;
}
.navigation.vertical ul.sf-menu li li li:hover ul,
.navigation.vertical ul.sf-menu li li li.sfHover ul {
  top: -20px;
  left: -192px;
}
.navigation.vertical ul.sf-menu ul {
  background: #ea654b;
  padding: 20px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navigation.vertical ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation.vertical ul.sf-menu ul li a,
.navigation.vertical ul.sf-menu ul li span {
  font-size: 20px;
  line-height: 20px;
  font-family: 'BenchNine', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.navigation.vertical ul.sf-menu ul li a:hover,
.navigation.vertical ul.sf-menu ul li span:hover {
  background: #9d4437;
  color: #ffffff;
}
.navigation.vertical ul.sf-menu ul li.active > a,
.navigation.vertical ul.sf-menu ul li.sfHover > a,
.navigation.vertical ul.sf-menu ul li.active > span,
.navigation.vertical ul.sf-menu ul li.sfHover > span {
  background: #9d4437;
  color: #ffffff;
}
.navigation.vertical ul.sf-menu ul li.firstItem {
  border: none;
}
/*======================= SHOWCASE =======================*/
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#main-conteiner {
  background: url(../images/content-bg.png) center top no-repeat;
  padding-top: 70px;
}
.view-featured #main-conteiner {
  padding: 0;
}
#content-row .container {
  margin-bottom: 60px;
}
.view-featured #content-row .container {
  margin-bottom: 0px;
}
.item {
  margin: 0 0 18px 0;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
/*===== About Page ======*/
.mod-article-single__welcome,
.mod-newsflash-adv__biography,
#carousel {
  text-align: center;
}
.mod-newsflash-adv__biography h2.item_title {
  font-family: 'Courgette', cursive;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 4px;
}
.mod-newsflash-adv__biography .item__module {
  margin-bottom: 22px;
}
.mod-newsflash-adv__biography .item__module p {
  padding-bottom: 0;
}
/*===== News Page ======*/
.page-blog .item_title,
.page-archive__blog .item_title {
  margin: 0;
  padding-top: 8px;
}
.page-blog .item,
.page-archive__blog .item {
  border-bottom: 1px solid #ede6e4;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.page-blog .item_header,
.page-archive__blog .item_header {
  overflow: hidden;
  padding-bottom: 12px;
}
.page-item__blog .item_header {
  overflow: hidden;
  padding-bottom: 12px;
}
.item_published {
  float: left;
  background: #ea654b;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 18px;
  font-family: 'BenchNine', sans-serif;
  color: #ffffff;
  margin-right: 18px;
  padding: 12px 17px;
}
.item_published span {
  display: block;
}
.item_info_dl {
  margin: 0;
}
.item_info_dl dd {
  display: inline-block;
  margin: 0;
}
.pagination {
  margin-top: 0;
}
/*===== Reviews Page ======*/
.page-category__reviews h3.item_title {
  font-size: 20px;
  line-height: 20px;
}
/*===== Gallery Page ======*/
.page-item__gallery .item_fulltext {
  overflow: hidden;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  border-bottom: 1px solid #ede6e4;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.page-category__testimonials blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
  font-size: 12px;
  line-height: 22px;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Archive Page ======*/
.page-archive_filters .filters {
  display: block;
  padding: 6px;
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ede6e4;
}
.page-archive_filters .filters select {
  position: relative;
  top: 6px;
}
.page-category__interviews .item {
  overflow: hidden;
}
.item_icons {
  margin-bottom: 12px;
}
.page-search .btn-toolbar .btn-primary {
  padding: 5px 10px 5px;
}
#contact-form textarea {
  vertical-align: top;
}
/*Pagination*/
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
}
.pagination ul li .pagenav {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav {
  color: #555555;
  background: none;
}
.pagination ul li a.pagenav {
  color: #ea654b;
  background: none;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #6c4541;
}
.pagination ul li.num span.pagenav {
  color: #6c4541;
}
/*======================= SIDEBARS =======================*/
aside .moduletable {
  padding-bottom: 46px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row .container {
  background: url(../images/border-dots.png) left top repeat-x;
  padding-top: 65px;
  padding-bottom: 45px;
  margin-top: 0px;
}
.view-featured #copyright-row .container {
  background: none;
}
.mod-footer {
  font-size: 20px;
  text-transform: uppercase;
  color: #6c4541;
  font-family: 'BenchNine', sans-serif;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.mod-footer a {
  color: #6c4541;
}
.mod-footer a:hover {
  color: #ea654b;
}
/*===== Social Media ======*/
.social li {
  margin: 0 3px 0 0;
}
.social li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.social li a:hover {
  background-position: left bottom;
}
