.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: url(../images/body-bg.jpg) left top repeat;
}
#wrapper {
  background: #ffffff;
  width: 1192px;
  max-width: 100%;
  margin: 0 auto;
}

#jshop .cat .table {
	cellspacing: 20px;
}
/*======================= TYPOGRAPHY =======================*/
h1 {
	border-bottom: 1px solid #00ccff;
	font-family: "Titillium Maps",Arial;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.19em;
	margin-top: 6px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
	padding-right: 0;
	padding-left: 2px;/*  font: 42px/42px 'Tinos', serif;
  margin-bottom: 32px;*/
}
h2 {
	    border-bottom: 1px solid #00ccff;
    color: #555;
    font-family: "Titillium Maps",Arial;
	    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.19em;
    margin: 5px 0 16px;
 /* font: 42px/42px 'Tinos', serif;
  margin-bottom: 32px; */
}
h3 {
	   border-bottom: 1px solid #00ccff;
    color: #555;
    font-family: "Titillium Maps",Arial;
	    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.19em;
    margin: 5px 0 16px;
 /* font: 32px/32px 'Tinos', serif;*/
}
h4 {
    color: #00CCFF;
    font-family: "Titillium Maps",Arial;
	    font-size: 1em;
    font-weight: normal;
    line-height: 1.19em;
    margin: 5px 0 16px;
 /* font: 22px/22px 'Tinos', serif;*/
}
h5 {
  font-size: 13px;
  margin: 0;
  font-weight: normal;
}
.camera_caption h2 {
  font-size: 98px;
  color: #fead33;
  line-height: 80px;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.camera_caption h4 {
  font-size: 18px;
  line-height: 14px;
  text-transform: uppercase;
  color: #373a3f;
  margin: 0;
}
p {
	margin-bottom: 19px;
	line-height: 150%;
}
p.highlight {
  color: #fead33;
}
/*Buttons*/
.btn-primary {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #F25E00;
  background-image: -moz-linear-gradient(top, #fead33, #f25e00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fead33), to(#f25e00));
  background-image: -webkit-linear-gradient(top, #fead33, #f25e00);
  background-image: -o-linear-gradient(top, #fead33, #f25e00);
  background-image: linear-gradient(to bottom, #fead33, #f25e00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffead33', endColorstr='#ff287850', GradientType=0);
  border-color: #f25e00 #f25e00 #153f2a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f25e00;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-bottom-color: #45c182;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #F25E00;
  *background-color: #F25E00;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1b5236 \9;
}
.btn-primary.active,
.btn-primary:active {
  box-shadow: none;
}
.btn-info {
  padding: 0;
  font-size: 23px;
  line-height: 26px;
  *line-height: 26px;
  background: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #2f3237;
  text-shadow: none;
  font-family: 'Tinos', serif;
}
.btn-info:hover {
  color: #fead33;
}
.btn-info:active {
  box-shadow: none;
  color: #fead33;
  background: none;
}
/*User Login*/
#form-login-remember label {
  margin-bottom: 20px;
}
#mod-finder-searchword {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
  border: 1px solid #ebebeb;
  box-shadow: none;
}
/*Images*/
.item-image {
  padding: 0px;
  border: none;
  margin-bottom: 30px;
}
.item-image.icon {
  border: none;
  padding: 0;
  float: left;
  margin-right: 24px;
}
.img-intro-left,
.pull-left.item-image {
  float: left;
  margin: 0 18px 30px 0;
}
.img-intro-right,
.pull-right.item-image {
  float: right;
  margin: 0 18px 30px 0;
}
.item-icon {
  float: left;
  margin: 0 13px 0 0;
}
.single-article .item-body {
  overflow: hidden;
}
/*Lists*/
ul.item-list,
.categories-module,
.archive-module {
  margin-left: 0;
  margin-bottom: 20px;
}
ul.item-list li,
.categories-module li,
.archive-module li {
  list-style: none;
  margin: 0 0 6px 0;
}
ul.item-list li a,
.categories-module li a,
.archive-module li a {
  background: url(../images/list-icon.png) left 5px no-repeat;
  padding: 0 0 0 17px;
  font-weight: normal;
}
ul.image-list {
  margin: 0;
}
ul.image-list li {
  list-style: none;
  float: left;
  margin-bottom: 8px;
}
ul.image-list li.firstItem {
  margin: 0 8px 8px 0;
}
ul.image-list li.lastItem {
  margin: 0 0 8px 8px;
}
/*Pagination*/
.pagination {
  margin-bottom: 20px !important;
}
.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: 23px/23px 'Tinos', serif;
  text-transform: none;
  color: #222222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav {
  color: #b2b4b9;
}
.pagination ul li a:hover {
  background: none;
  color: #f89406;
}
.pagination ul li.num span.pagenav {
  color: #f89406;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row .container {
/*  padding-top: 95px; */
  padding-bottom: 20px;
}
.view-featured #header-row .container {
  padding-bottom: 12px;
}
.moduletable.finder h4 {
  padding-left: 6px;
}
.moduletable.finder form#mod-finder-searchform {
  padding-left: 6px;
}
.moduletable.finder .btn.finder {
  background: url(../images/search-btn.png) left top no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 7px;
  right: 4px;
}
.moduletable.finder div.finder {
  position: relative;
}
.moduletable.finder div.finder a {
  text-transform: lowercase;
  color: #d4d4d4;
}
.moduletable.finder div.finder a:hover {
  color: #349f69;
}
.moduletable.finder input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
}
/*======================== EXTRA ===========================*/



/*======================= NAVIGATION =======================*/
#navigation-row .container {
  margin-top: 0px;
  margin-bottom: 66px;
}
.select-menu {
  display: none;
}
.moduletable.navigation ul.sf-menu {
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.moduletable.navigation ul.sf-menu > li {
  width: 161px;
  padding: 0;
  margin: 0;
  height: 104px;
}
.moduletable.navigation ul.sf-menu > li.active > a,
.moduletable.navigation ul.sf-menu > li.sfHover > a,
.moduletable.navigation ul.sf-menu > li.current > a,
.moduletable.navigation ul.sf-menu > li.active > span,
.moduletable.navigation ul.sf-menu > li.sfHover > span,
.moduletable.navigation ul.sf-menu > li.current > span {
  background: #fead33;
  color: #ffffff;
  padding: 30px 0;
  margin: 0;
}
.moduletable.navigation ul.sf-menu > li.lastItem {
  width: 166px;
}
.moduletable.navigation ul.sf-menu > li > a,
.moduletable.navigation ul.sf-menu > li > span {
  font-size: 12px;
  line-height: 44px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: #373a3f;
  height: 44px;
  display: block;
  padding: 30px 0;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}
.moduletable.navigation ul.sf-menu > li > a:hover,
.moduletable.navigation ul.sf-menu > li > span:hover {
  background: #fead33;
  color: #ffffff;
  padding: 30px 0;
  margin: 0;
}
.moduletable.navigation ul.sf-menu > li > a:hover > span,
.moduletable.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.moduletable.navigation ul.sf-menu li:hover > ul,
.moduletable.navigation ul.sf-menu li.sfHover > ul {
  top: 106px;
}
.moduletable.navigation ul.sf-menu ul {
  width: 161px;
}
.moduletable.navigation ul.sf-menu li li:hover ul,
.moduletable.navigation ul.sf-menu li li.sfHover ul {
  top: -32px;
  left: 163px;
}
.moduletable.navigation ul.sf-menu li li li:hover ul,
.moduletable.navigation ul.sf-menu li li li.sfHover ul {
  top: -32px;
  left: 163px;
}
.moduletable.navigation ul.sf-menu ul {
  background: #e0e1e2;
  padding: 32px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.moduletable.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.moduletable.navigation ul.sf-menu ul li a,
.moduletable.navigation ul.sf-menu ul li span {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #373a3f;
  background: none;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.moduletable.navigation ul.sf-menu ul li a:hover,
.moduletable.navigation ul.sf-menu ul li span:hover {
  background: #373a3f;
  color: #ffffff;
}
.moduletable.navigation ul.sf-menu ul li.active > a,
.moduletable.navigation ul.sf-menu ul li.sfHover > a,
.moduletable.navigation ul.sf-menu ul li.active > span,
.moduletable.navigation ul.sf-menu ul li.sfHover > span {
  background: #373a3f;
  color: #ffffff;
}
.moduletable.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
/*======================= SHOWCASE =======================*/
/*======================= FEATURED =======================*/
#feature-row .container {
  margin-bottom: 30px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row .container {
  padding-bottom: 0px;
}
a.readmore {
  margin-top: 30px;
}
.page-header {
  margin: 0;
  padding-bottom: 0px;
  border-style: none;
}
.article-wrapper {
  overflow: hidden;
}
/*===== Home Page ======*/
.blog-featured .items-row .item .item-image {
  float: none;
  margin-right: 0;
}
/*===== About Page ======*/
ul.history {
  margin-left: 0;
}
ul.history li {
  margin-bottom: 5px;
  overflow: hidden;
}
ul.history li .item-title {
  margin-right: 9px;
}
ul.history li .item-title a:after {
  content: " -";
}
ul.history li .item-content {
  overflow: hidden;
}
/*===== Services Page ======*/
.circles {
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
}
.circles .circle {
  background: #fead33;
  width: 186px;
  height: 186px;
  float: left;
  -webkit-border-radius: 93px;
  -moz-border-radius: 93px;
  border-radius: 93px;
  text-align: center;
}
.circles .circle h3 {
  font-size: 34px;
  color: #ffffff;
  line-height: 184px;
  margin: 0;
}
.circles .circle.arrow {
  margin-right: 74px;
  position: relative;
}
.circles .circle.arrow:after {
  content: ".";
  font-size: 0px;
  background: url(../images/arrow-right.png) left top no-repeat;
  width: 46px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -8px;
}
.services-overview .item-body {
  overflow: hidden;
}
/*===== Gallery Page ======*/
#gallery .img-intro-left {
  margin: 0 0 9px 0;
}
#gallery .img-intro-right {
  margin: 0 0 9px 0;
}
#gallery #filters {
  margin: 0;
}
#gallery .gallery-img-intro {
  margin-bottom: 10px;
}
#gallery .gallery-img-intro a img {
  width: 100%;
}
#gallery .edit {
  margin-bottom: 6px;
}
/*===== Blog Page ======*/
.published {
  background: #fead33;
  padding: 15px 21px;
  margin-right: 21px;
}
.published h4 {
  display: block;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
#blogview {
  padding-right: 30px;
}
#blogview .items-row .item {
  border-bottom: 1px solid #ededee;
  margin-bottom: 30px;
}
.item-header {
  margin-bottom: 22px;
}
.item-header .page-header {
  padding-top: 18px;
}
.blogview-item-body {
  overflow: hidden;
}
#blogview .item-image {
  float: none;
}
/*===== Archive Page ======*/
.archive form fieldset.filters {
  margin-bottom: 30px;
  border-bottom: 1px solid #ededee;
  padding-bottom: 30px;
}
#archive-items > div {
  border-bottom: 1px solid #ededee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
/*===== Testimonials Page ======*/
.blogtestimonials .items-leading > div {
  border-bottom: 1px solid #ededee;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
/*===== Contact Form ======*/
#jform_contact_message {
  resize: none;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.phone-num {
  display: inline-block;
}
/*== Asides ==*/
aside > .moduletable {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 1px;
}
.search-pagination {
  margin: 20px 0 0 0;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  margin-top: 30px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .container {
  margin-top: 30px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
	/*padding-top: 2*@baseFontSize; padding-bottom:2*@baseFontSize;*/
	margin-top: 50px;
	background: #00CCFF;
	color: fff;
}
#copyright-row .container p {
  padding-top: 27px;
  padding-bottom: 0px;
  color: #fff;
text-align: right;
}
#copyright-row .container a {
  text-decoration: underline;
  color: #fff;
}
#copyright-row .container a:hover {
  color: #333;
}


/*===== Social Media ======*/
.social {
  text-align: right;
  position: relative;
  top: -5px;
}
.social li {
  margin: 0 0 0 5px;
}
.social li a {
  width: 23px;
  height: 23px;
  line-height: 23px;
}
.social li a:hover {
  background-position: left bottom;
}
@media screen and (max-width: 640px) {
	table {
		display: block;
	}
}
