.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;
  color: #333333;
}
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: #ff6600;
}
h3 {
  color: #333333;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 22px;
  line-height: 40px;
  text-transform: uppercase;
}
h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 3px;
}
h5 {
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: bold;
  color: #ff6600;
  text-transform: uppercase;
}
h5.no-italics {font-style:normal;}
.whitecolor {
  color: #ffffff;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #333333;
  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,
.btn-small {
  background: #ff6600;
  color: #ffffff;
  text-shadow: none;
  font-size: 16px;
  font-weight: 900;
  border: none;
  outline: none !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 20px;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #ffc6b2;
  color: #333333;
  text-shadow: none;
  outline: none;
  box-shadow: none;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #ff6600;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  font-size: 16px;
  font-weight: 900;
  background: #ff6600;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 8px;
  padding: 12px 0px;
  text-transform: uppercase;
  width: 100%;
  max-width: 266px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #ffc6b2;
  color: #333333;
  text-shadow: none;
  outline: none;
  box-shadow: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
}
/*Lists*/
ul.item-list {
  margin: 0 0 20px;
  padding-top: 20px;
}
ul.item-list li {
  color: #333333;
  background: url(../images/template/marker.png) 0 4px no-repeat;
  list-style: none;
  padding: 0 0 8px 18px;
}
ul.item-list li a {
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.item-list li a:hover {
  color: #ff6600;
}
ul.price {
  margin: 20px 0;
}
ul.price li {
  list-style: none;
  padding-bottom: 8px;
}
ul.price li span {
  color: #ff6600;
}
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%;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  padding: 0 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  text-transform: none;
  color: #ff6600;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 0;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #ff6600;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #000000;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #ff6600;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #ff6600;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 6px;
  position: relative;
}
.item_img img,
.category_img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.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;
  opacity: 0;
  filter: alpha(opacity=0);
  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;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000000;
}
.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 20px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 20px;
  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);
}
#system-message > div {
  margin: 20px 0;
}
/*======================= TOP =======================*/
#top-row {
  padding-top: 21px;
  position: relative;
  z-index: 100;
  background: #003346; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzM0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhkYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #003346 0%, #008db1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003346), color-stop(100%,#008db1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003346 0%,#008db1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003346 0%,#008db1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003346 0%,#008db1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #003346 0%,#008db1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003346', endColorstr='#008db1',GradientType=0 ); /* IE6-8 */
}
#top-row:after {
  position: absolute;
  background: url(../images/template/header_bg.png) center 0 repeat-x;
  height: 21px;
  left: 0;
  right: 0;
  bottom: -20px;
  content: "";
  z-index: 1;
}
/*======================= HEADER =======================*/
#header-row {
  position: relative;
}
#header-row:before {
  position: absolute;
  /*background: url(../images/template/showcase_after.png) center 0 repeat-x;*/
  height: 22px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  z-index: 100;
}
#logo {
  margin-bottom: 20px;
  z-index:100;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
}
.navigation {
  padding-top: 16px;
}
.navigation ul.sf-menu {
  float: right;
  margin-right: 5px;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 52px;
}
.navigation ul.sf-menu > li:first-child {
  margin-left: 0px;
}
.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: #ff6600;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  height: 20px;
  display: block;
  padding: 0px;
  -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 {
  background: none;
  color: #ff6600;
}
.navigation ul.sf-menu > li > ul {
  left: 50%;
  margin-left: -50px;
  top: 56px;
  z-index:1000;
  /*Define 1st SubMenu position*/

  padding: 18px 0 10px;
}
.navigation ul.sf-menu ul {
  width: 100px;
  /*Define menu width*/

  text-align: center;
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/

  top: -12px;
  left: 101px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/

  top: -12px;
  left: 101px;
}
.navigation ul.sf-menu ul {
  background: #ff6600;
  padding: 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.navigation ul.sf-menu ul li {
  padding: 1px 0;
}
.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: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: inline-block;
  padding: 0px;
  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: #ffc6b2;
}
.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: #ffc6b2;
}
.navigation ul.sf-menu.sf-vertical {
  width: 100px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 100px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  /*Define 1st SubMenu position*/

  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 102px;
}
.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: 20px;
  padding-bottom: 20px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/

  top: 22px;
  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: 100px;
  top: 20px;
}
.navigation .select-menu {
  margin-bottom: 20px;
}
.is_stuck {
  z-index: 51;
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  bottom: auto !important;
}
.is_stuck + div {
  max-width: 100% !important;
}
.no-fixed-supported .is_stuck {
  position: absolute !important;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row .row-container {
  padding-top: 33px;
  color: #333333;
}
.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.testimonial .item {
  margin-bottom: 10px;
}
.mod-newsflash-adv.testimonial .item_content:before {
  content: url(../images/template/blockquote_after.png);
  float: right;
  margin: 10px 10px 0 30px;
}
.mod-newsflash-adv.testimonial .item_content .item_introtext:before {
  content: url(../images/template/blockquote_before.png);
  float: left;
  margin: 10px 30px 0 10px;
}
.mod-newsflash-adv.testimonial .item_content .item_title {
  font-size: 14px;
  line-height: 20px;
  color: #ff773f;
  font-weight: normal;
  margin: 0;
}
.mod-newsflash-adv.left_content .item_content {
  text-align: left;
}
.mod-newsflash-adv.left_content .item_content .item_title {
  text-align: left;
}
.mod-newsflash-adv.posts .item_introtext {
  padding-bottom: 6px;
}
.mod-newsflash-adv.posts .readmore {
  font-size: 14px;
  font-weight: normal;
  background: none;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 0;
  padding: 0px;
  text-transform: none;
  width: auto;
  max-width: auto;
  text-decoration: underline !important;
}
.mod-newsflash-adv.posts .readmore:hover,
.mod-newsflash-adv.posts .readmore:focus,
.mod-newsflash-adv.posts .readmore:active {
  background: none;
  color: #ffffff;
  text-shadow: none;
  text-decoration: none !important;
}
.mod-newsflash-adv.news .item_published {
  float: left;
  width: 56px;
  margin-right: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ff6600;
  font-weight: 900;
}
.mod-newsflash-adv.news .item_published span {
  display: block;
}
.mod-newsflash-adv.news .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.staff .item {
  margin-bottom: 20px;
}
.mod-newsflash-adv.staff .item .item_img {
  margin-bottom: 0;
}
/*===== Social Media ======*/
.social {
  background: #ff6600;
  margin-top: -150px;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
  padding: 15px 0;
  text-align: center;
  width: 50px;
  position: absolute;
  right: 20%;
  z-index: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27);
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top 0.5s ease;
  -o-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
}
.social:hover {
   margin-top: -5px;
}
.social:after {
	color: #fff;
    content: "\f078";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    margin:10px auto 0 auto;
    width: 20px;
}

.social li {
  list-style: none;
  margin: 0 0 4px;
}
.social li a {
  display: inline-block;
  -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: 0px;
  line-height: 0px;
  color: #ffffff;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 30px/30px FontAwesome;
}
.social li a:hover {
  color: #ffc6b2;
}
/*======================= FEATURE =======================*/
#feature-row .row-container .container-fluid {
  background: url(../images/template/mainbottom_bg.png) 0 0 repeat-x;
  margin-top: 30px;
  padding-top: 24px !important;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: #008db1;
  color: #ffffff;
  position: relative;
}
#maintop-row:before {
  position: absolute;
  background: url(../images/template/maintop_before.png) center 0 repeat-x;
  height: 20px;
  left: 0;
  right: 0;
  top: -20px;
  content: "";
  z-index: 100;
}
#maintop-row:after {
  position: absolute;
  background: url(../images/template/maintop_after.png) center 0 repeat-x;
  height: 20px;
  left: 0;
  right: 0;
  bottom: -20px;
  content: "";
  z-index: 100;
}
#maintop-row .row-container {
  padding-top: 40px;
}
#maintop-row .row-container .item_title {
  color: #ffffff;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.contentInner {
  padding-top: 16px;
  padding-bottom: 30px;
}
aside .moduletable {
  margin-bottom: 30px;
}
#content-row {
  padding-top: 50px;
}
#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_dl {
  border: 1px solid #e4e4e4;
  padding: 9px 28px;
  margin: 0 0 20px;
  overflow: hidden;
}
.item_info_dl dd {
  font-size: 13px;
  margin: 0 20px 0 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl a {
  color: #ff6600;
}
.item_info_dl a:hover {
  color: #333333;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/*===== Home Page ======*/
.map_container {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.map_container .map_wrapper {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.map_container .map_wrapper > div {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 366px;
}
.gallery-slider header {
  text-align: center;
}
.gallery-slider.camera_wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 348px;
  overflow: hidden;
  margin: 0 0 40px !important;
}
.gallery-slider .camera_wrap .camera_fakehover {
  float: left;
  width: 747px;
  height: 348px;
}
.gallery-slider .camera_wrap .camera_fakehover .cameraCont img,
.gallery-slider .camera_wrap .camera_fakehover .camerarelative img,
.gallery-slider .camera_wrap .camera_fakehover .cameraappended img,
.gallery-slider .camera_wrap .camera_fakehover .cameraappended,
.gallery-slider .camera_wrap .camera_fakehover .cameraSlide {
  width: 100% !important;
  height: 100% !important;
}
.gallery-slider .camera_wrap .camera_fakehover .cameraCont img img,
.gallery-slider .camera_wrap .camera_fakehover .camerarelative img img,
.gallery-slider .camera_wrap .camera_fakehover .cameraappended img img,
.gallery-slider .camera_wrap .camera_fakehover .cameraappended img,
.gallery-slider .camera_wrap .camera_fakehover .cameraSlide img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gallery-slider .camera_thumbs {
  float: right;
  width: 384px;
}
.gallery-slider .camera_thumbs div {
  float: left;
}
.gallery-slider .camera_thumbs .camera_thumbs_cont {
  float: right;
  background: none;
}
.gallery-slider .camera_thumbs .camera_thumbs_cont ul {
  width: auto !important;
  float: left;
  padding: 0;
}
.gallery-slider .camera_thumbs .camera_thumbs_cont li {
  float: left;
  margin: 0 0 20px 20px;
  padding: 0;
  width: 172px;
  height: 106px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
.gallery-slider .camera_thumbs .camera_thumbs_cont li img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-slider .camera_thumbs .camera_thumbs_cont li:hover:before,
.gallery-slider .camera_thumbs .camera_thumbs_cont li:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-slider .camera_thumbs .camera_thumbs_cont li:hover img {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
.gallery-slider .camera_thumbs .camera_thumbs_cont img {
  margin-top: 0;
  border: none;
  opacity: 1 !important;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*===== About Page ======*/
.mod-article-single .item__module {
  margin-bottom: 30px;
  overflow: hidden;
}
/*===== Menu Page ======*/
.item_introtext .block {
  background: #ffc6b2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
  color: #624c44;
  line-height: 28px;
}
.item_introtext .block h5 {
  color: #333333;
}
.item_introtext .block a {
	color: #624c44;
  text-decoration: underline !important;
}
.item_introtext .block a:hover, .item_introtext .block a:focus {
  color: #008db1;
	
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
  padding: 0px;
  width: auto;
  height: auto;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: #ff6600;
}
ul.gallery .gallery-grid .view a:hover {
  color: #ffffff;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
.page-category__testimonials .item .item_introtext:before {
  content: url(../images/template/blockquote_before.png);
  float: left;
  margin: 10px 30px 0 10px;
}
.page-category__testimonials .item .item_introtext blockquote {
  overflow: hidden;
}
.page-category__testimonials .item .item_introtext .item_title {
  font-size: 14px;
  line-height: 20px;
  color: #ff773f;
  font-weight: normal;
  margin: 0;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.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 =======================*/
/*======================= BOTTOM =======================*/
#bottom-row .row-container .container-fluid {
  background: url(../images/template/mainbottom_bg.png) 0 0 repeat-x;
  padding-top: 24px !important;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #008db1;
}
#footer-wrapper .footer-wrapper-inner {
  background: #008db1;
}
#copyright-row:before {
  position: absolute;
  background: url(../images/template/footer_bg.png) center 0 repeat-x;
  height: 20px;
  left: 0px;
  right: 0px;
  top: -20px;
  content: "";
  z-index: 100;
}
#copyright {
  line-height: 46px;
  text-align: center;
  color: #ffffff;
}
#copyright .siteName {
  font-size: 0;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  text-decoration: underline !important;
}
/*custom*/
ul.no-top-marg {margin-top:-20px;}
.camera_caption .btn-info {min-width:350px; padding:15px; font-size:18px;}
	
	/*736 - iphone 6Plus landscape*/
	@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
	}
	/*667 - iphone 6 landscape*/
	@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {
		.camera_caption .btn-info {min-width:300px; padding:15px 10px; font-size:16px;}
	}
	/*640*/
	@media only screen and (max-width: 640px) {
	}
	/*600*/
	@media only screen and (max-width: 600px) {
	}
	/*568*/
	@media only screen and (max-width: 568px) {
	}
	/*480*/
	@media only screen and (max-width: 480px) {
		.camera_caption .btn-info {min-width:auto; padding:15px 10px; font-size:16px;}
	}
	/*414 - iphone 6Plus portrait*/
	@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
	}
	/*375 - iphone 6 portrait*/
	@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
		.camera_caption .btn-info {min-width:300px; padding:15px 10px; font-size:16px;}
	}
	/*360*/
	@media only screen and (max-width: 360px) {
		.camera_caption .btn-info {min-width:280px; padding:15px 10px; font-size:16px;}
	}
	/*320*/
	@media only screen and (max-width: 320px) {
	}