.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.clear {
clear: both;
height: 0px;
}

.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;
}
/*======================= TYPOGRAPHY =======================*/


.icons-marker {
  font-size: 16.8px;
  line-height: 18px;
}
/*Buttons*/



.sort .btn-group > .dropdown-toggle{
	padding: 10px 17px 11px;
font-size: 14px;
line-height: 18px;
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: url("../images/link.png") repeat-x scroll 0 0 #686868;
text-shadow: none;
color: #FFF;
}


.sort .caret{
	border-top: 4px solid white;
}

.btn-group > .dropdown-toggle,
#jform_publish_up_img .btn {
  padding: 0 0 0 17px;
  font-size: 18px;
  line-height: 18px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  text-shadow: none;
}
.btn-group > .dropdown-toggle:hover,
#jform_publish_up_img .btn:hover {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#jform_publish_up_img,
#jform_publish_down_img,
.hasTooltip,
.modal,
.modal-button,
#editor-xtd-buttons .btn,
.form-validate .btn {
  padding: 5px 0 0 5px;
  line-height: 18px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  text-shadow: none;
  color: #282828;
}
#jform_publish_up_img:hover,
#jform_publish_down_img:hover,
.hasTooltip:hover,
.modal-button:hover,
#editor-xtd-buttons .btn:hover,
.form-validate .btn:hover {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #989898;
}
.btn-group.open .btn.dropdown-toggle {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.item_icons {
  margin: 0 0 10px;
}

.icon-time:before {
content: "\e023";
}

/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*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 {
  display: inline-block;
  margin: 0 -4px 0 0;
}
.pagination ul li .pagenav {
  font: 800 14px/18px;
  text-transform: none;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: url("../images/link.png") repeat-x scroll 0 0 #232323;
  padding: 2px 17px 3px 17px;
}
.pagination ul li span.pagenav {
  color: #ffffff;
}
.pagination ul li a.pagenav {
  color: #ffffff;
}
.pagination ul li a.pagenav:hover {
  background: #666666;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
  display: none;
}
.pagination ul li.num span.pagenav {
  color: #989898;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 17px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 4px 18px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 4px 18px 9px 0;
}

/*======================= TOP =======================*/
/*======================= HEADER =======================*/

#header-row
{
  padding: 1rem 3rem;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
position: relative;
z-index: 1;
}

#header-row header{
  /*position: relative;*/
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
}

#header-row #logo {
  margin:  0;
  width: 25%;
}

#header-row #logo a {
  display: inline-block;
}

#header-row #logo img
{
  width: 100%;
  max-width: 250px;
}

#header-row header > div:nth-child(2)
{
  width: 70%;
}

/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}

.navigation ul.sf-menu
{
   display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  align-items: center;
}

.navigation ul.sf-menu li
{
  font-size: 1.25rem;
  text-transform: uppercase;
  float: none;
  margin-left: 2rem;
  font-weight: 400;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}

.navigation ul.sf-menu li:hover,
.navigation ul.sf-menu li.active
{
  border-bottom: 3px solid #029ae1;
}

.navigation ul.sf-menu li:last-child:hover,
.navigation ul.sf-menu li.active:last-child
{
  border: none;
}

.navigation ul.sf-menu li a:hover
{
  color: inherit;
}

/*======================= SHOWCASE =======================*/
#showcase-row {
  margin-bottom: 11px;
}
#showcase-row .camera_caption {
  background: url(../images/caption.png) repeat-x;
}
#showcase-row .camera_caption > div {
  background: none;
  margin: 0 auto;
  max-width: 1132px;
  padding: 26px 20px 24px;
}
#showcase-row .camera_caption > div p {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 110px 0 0;
}
#showcase-row .camera_caption > div h3 {
  line-height: 24px;
  color: #ffffff;
  font-size: 25px;
}
#showcase-row .camera_prev,
#showcase-row .camera_next {
  bottom: 35px;
  top: auto;
  margin: 0;
  width: 47px;
  height: 47px;
  background: none;
}
#showcase-row .camera_prev span,
#showcase-row .camera_next span {
  width: 47px;
  height: 47px;
  font-size: 53px;
  line-height: 47px;
  background-color: none;
}
#showcase-row .camera_prev span:hover,
#showcase-row .camera_next span:hover {
  transition: all 0.3s;
}
#showcase-row .camera_prev {
  left: 50%;
  margin-left: 467px;
}
#showcase-row .camera_prev span {}
#showcase-row .camera_prev span:hover {}
#showcase-row .camera_next {
  left: 50%;
  margin-left: 520px;
}
#showcase-row .camera_next span {}
#showcase-row .camera_next span:hover {}
.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 =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 0;
  background: #FFF;
}


/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -1%;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1%;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}

/*===== Service Page ======*/
.body__services #content-row {
  padding-top: 4rem; 
}

/*===== Blog Page ======*/
.page-blog .items-row {
  margin: 0 0 15px 0;
}
.page-blog .items-row .item_createdby,
.page-blog .items-row .item_published {
  color: #666666;
  text-transform: uppercase;
}
.page-blog .items-row .item_info_dl {
  margin: -5px 0 18px;
}
.page-blog .items-row .item_info_dl dd {
  margin: 0;
}
.page-item {
  margin: 0 0 30px;
}
.page-item .item_createdby,
.page-item .item_published {
  color: #666666;
  text-transform: uppercase;
}
.page-item .item_info_dl {
  margin: -5px 0 18px;
}
.page-item .item_info_dl dd {
  margin: 0;
}
#content-row .offerlist ul {
  margin: 0;
  list-style: none;
}
#content-row .offerlist ul li {
  margin: 0 0 10px;
  background: none;
  padding: 0;
}
#content-row .offerlist ul li .dropcap {
  background: url("../images/dropcap.gif") repeat-x;
  color: #FFF;
  float: left;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  margin: 3px 21px 0 0;
  padding: 12px 0 17px;
  text-align: center;
  width: 59px;
}
#content-row .offerlist ul li .extra {
  margin: 0 0 0 80px;
}
#content-row .offerlist ul li .extra a {
  text-transform: uppercase;
  line-height: 14px;
}
#content-row .offerlist ul li .extra p {
  margin: 5px 0 0;
}
#aside-right .moduletable {
  margin: 0 0 60px;
}
#search-searchword {
  margin-top: 5px;
}
.addthis_toolbox {
  padding-top: 0px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: url("../images/main-bg.png") repeat-x 0 bottom #ffffff;
  padding: 0 0 49px;
}
#mainbottom-row .row-container .mod-newsflash-adv__offers h3.item_title__offers {
  margin: 0;
  line-height: 22px;
}
#mainbottom-row .row-container .mod-newsflash-adv__offers h4 {
  color: #666666;
}
#mainbottom-row .row-container .mod-newsflash-adv__offers .price {
  color: #282828;
  font-weight: 600;
  font-size: 25px;
  line-height: 23px;
  margin: 4px 0 0;
}
#mainbottom-row .row-container .mod-newsflash-adv__offers p {
  margin: 15px 0 0;
  line-height: 21px;
}
#mainbottom-row .row-container .mod-newsflash-adv__offers .readmore {
  margin: 13px 0 0;
}
#mainbottom-row .team {
  margin-top: 9px;
}
/*======================= BOTTOM =======================*/




/*======================= FOOTER =======================*/



@media (max-width: 870px){
  .navigation ul.sf-menu > li {margin: 0 0 0 17px ;}
}