.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;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 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: #a0a0a0;
}
body.all {
  background: url(../images/bg_top.gif) 0 0 repeat-x #ffffff;
}
h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  padding-bottom: 36px;
  letter-spacing: 1px;
  color: #0069aa;
}
h4 {
font-size: 35px;
line-height: 45px;
color: #0069aa;
padding-bottom: 5px;
font-family: 'Dosis', sans-serif;
letter-spacing: 1px;
}
h5 {
  font-size: 16px;
  line-height: 1em;
  color: #555555;
  font-weight: bold;
  padding: 0 0 16px 0;
}
h6 {
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #3a3a3a;
  font-weight: normal;
  padding-bottom: 3px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 21px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 21px;
}
/*Buttons*/
.btn {
  padding: 8px 22px;
  font-family: 'Dosis', sans-serif;
  font-size: 12px;
  line-height: 17px;
  background: #676666;
  color: #ffffff;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  -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;
  letter-spacing:1px;
  float: right;
  border-radius: 20px;
}
.btn:hover {
  text-decoration: none;
  background: #878787;
  color: #ffffff;
  -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.submitButton {
  float: right;
}
.btn.dropdown-toggle {
  background: #fff;
  border: 1px solid #eee;
  padding: 4px 10px;
}
.btn.dropdown-toggle i {
  color: #000;
  margin-right: 8px;
}
.btn-group.open .btn.dropdown-toggle {
  background: #f9f9f9;
  box-shadow: 0 0 0 !important;
}
.btn-group .btn {
  border-radius: 0 !important;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 31px;
}
.input-prepend .btn {
  margin-left: 5px !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
#searchForm .btn.btn-primary {
  height: 28px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/*Lists*/
ul {

}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
.list1 li {
  list-style-type: none;
  padding-left: 23px;
  background: url(../images/marker3.png) 0 3px no-repeat;
  padding-bottom: 10px;
  font: 13px 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 21px;
}
.list1 a {
  color: #404040;
}
.list1 a:hover {
  color: #a0a0a0;
}
/*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: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 2px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 14px 'Dosis', sans-serif;
  font-weight: bold;
  text-transform: none;
  padding: 7px 22px;
  color: #ffffff;
  -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: #ffffff;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #ffffff;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #878787;
  color: #ffffff;
}
.pagination ul li.num .pagenav {
  width: 33px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #ffffff;
  background: #878787;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
#searchword {
  margin-bottom: 10px;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 21px;
  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;
}
.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 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.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 .row {
  position: relative;
}
#header-row .span6 {
  padding-left: 288px;
}
#logo img {
    display: block;
    margin: auto;
    width: 40%;
}
}
#header-row .navigation {
left: 0;
padding: 20px 0px 20px 0px;
width: 80%;
border-bottom: 1px solid #c19c68;
}
/*======================= NAVIGATION =======================*/
.navigation ul.sf-menu {
  padding-top: 2px;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
padding: 20px 20px 20px 40px;
margin: 0 0 0 0;
}
.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: #0069aa;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 20px;
  line-height: 36px;
  font-family: 'Dosis', sans-serif;
  color: #3b3b3b;
  background: none;
  height: 36px;
  font-weight: 300;
  display: inline-block;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 1.2px;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #0069aa;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu ul {
  width: 155px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 120px;
}
.navigation ul.sf-menu li li ul,
.navigation ul.sf-menu li li ul {
  top: -20px;
  left: 136px;
  padding: 20px 20px;
}
.navigation ul.sf-menu li li li ul,
.navigation ul.sf-menu li li li ul {
  top: -20px;
  left: 136px;
  padding: 20px 20px;
}
.navigation ul.sf-menu > li > ul:before {
  content: "";
  position: absolute;
  top: 85px;
  background: url(../images/submenu_marker.gif) 0 0 no-repeat;
  width: 9px;
  height: 19px;
  left: -9px;
}
.navigation ul.sf-menu ul {
  background: url(../images/submenu_bg.jpg) repeat #555555;
  padding: 77px 20px 86px;
  top: -77px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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: 24px;
  line-height: 36px;
  font-family: 'Dosis', sans-serif;
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  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: #969696;
}
.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: #969696;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.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 {
  position: relative;
  z-index: 1;
}
#showcase-row .container,
#showcase-row .span12 {
  width: 100%;
  margin-left: 0;
  
}

#showcase-row #camera-slideshow {
  margin-top: 0px;
  height: 700px;
}

.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 {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
#feature-row .container {
  position: relative;
}
#feature-row .container:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -21px;
  width: 41px;
  height: 12px;
}
.blocks {
  margin-top: -163px;
}

.blocks .btn {
  float: none;
}

.blocks h3 {
  padding: 39px 25px 34px 25px;
  color: #fff;
  text-align: center;
  font-size: 19px;
}
.blocks .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 27px;
}
.blocks .item_introtext {
  text-align: center;
}

.blocks .item__module{
border-left: 1px solid #0069aa;
border-right: 1px solid #0069aa;
border-bottom: 1px solid #0069aa;
height: 450px;
}

.blocks .item_introtext p {
  padding: 0 30px 33px;
  line-height: 22px;
  color: #717171;
}
.blocks.color1 h3 {
  background: #0069aa;
}
.blocks.color1 .btn:hover {
  background: #0069aa;
}
.blocks.color1 .item_img a:hover,
.blocks.color1 .item_img a:focus {
  color: #0069aa;
}
.blocks.color2 h3 {
  background: #0069aa;
}
.blocks.color2 .btn:hover {
  background: #0069aa;
}
.blocks.color2 .item_img a:hover,
.blocks.color2 .item_img a:focus {
  color: #0069aa;
}
.blocks.color3 h3 {
  background: #0069aa;
}
.blocks.color3 .btn:hover {
  background: #0069aa;
}
.blocks.color3 .item_img a:hover,
.blocks.color3 .item_img a:focus {
  color: #0069aa;
}
.blocks.color4 h3 {
  background: #0069aa;
}
.blocks.color4 .btn:hover {
  background: #0069aa;
}
.blocks.color4 .item_img a:hover,
.blocks.color4 .item_img a:focus {
  color: #0069aa;
}
/*======================= MAINTOP =======================*/
#maintop-row .container {
  border-bottom: 1px solid #999999;
  margin-bottom: 56px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.cont {
  padding: 60px 0 0 0;
  background-color: #ffffff;
}
.cont .moduletable {
  padding: 0 0 61px 0px;
}
.item_img {
  max-width: 100%;
  float: left;
  margin: 0 20px 26px 0;
}
.item_img a:hover,
.item_img a:focus {
  color: #000;
}
.people.moduletable {
  padding-bottom: 45px;
}
.people .item_img {
  float: none;
  margin-right: 0;
}
.news.moduletable {
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .item_introtext {
  display: none;
}
.news .item a {
  display: block;
  border: 1px solid #eeeeee;
  padding: 15px 50px 20px 23px;
  position: relative;
  font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  color: #a0a0a0;
  margin-bottom: 13px;
}
.news .item a:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  background: url(../images/marker2.gif) 0 0 no-repeat;
  width: 17px;
  height: 27px;
  opacity: 0.35;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news .item a:hover {
  color: #7a7a7a;
}
.news .item a:hover:after {
  opacity: 1;
}
.news .item a .item_published {
  display: block;
  color: #323232;
  font-weight: bold;
}
.news .btn {
  margin-top: 16px;
}
.articles.moduletable {
  padding-bottom: 55px;
}
.trends.moduletable {
  padding-bottom: 27px;
}
.trends .item_img {
  margin-right: 46px;
}
.trends p {
  font: 15px 'Dosis', sans-serif;
  color: #908f8f;
  padding-bottom: 9px;
}
.trends h4 {
	font-size: 25px;
  padding-top: 15px;
}

.trends a {
  padding: 10px 20px;
  color: #ffffff;
  background-color: #0069aa;
  margin-bottom: 30px;
  border-radius: 20px;
}

.trends .btn {
  float: right;
  background: url(../images/marker4.gif) right 4px no-repeat;
  padding: 0 12px 0 0;
  color: #000;
}
.trends .btn:hover {
  color: #b1b1b1;
}
.about_us.moduletable {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about_us .item_img {
  margin-right: 0;
  float: none;
}
.hair .item_img {
  margin-right: 28px;
}
.hair h4 {
  padding-top: 8px;
  padding-bottom: 2px;
}
.hair p {
  line-height: 24px;
}
.hair .item {
  padding-bottom: 21px;
}
.advice .item_content {
  position: relative;
  padding-left: 76px;
}
.advice .dropcap {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/dropcap1.png) 0 0 no-repeat;
  width: 56px;
  height: 49px;
  font: 30px 'Dosis', sans-serif;
  line-height: 48px;
  color: #fff;
  text-align: center;
}
.advice .btn:hover {
  background: #f8bf72;
}
.advice .item_num1 .dropcap {
  background: url(../images/dropcap2.png) 0 0 no-repeat;
}
.advice .item_num1 .btn:hover {
  background: #fd6480;
}
.advice .item_num2 .dropcap {
  background: url(../images/dropcap3.png) 0 0 no-repeat;
}
.advice .item_num2 .btn:hover {
  background: #69c4cc;
}
.items-row {
  padding-bottom: 50px;
}
.page-item {
  padding-bottom: 50px;
}
.page-item .item_img {
  max-width: 50%;
}
#contact-form {
  padding-bottom: 50px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 21px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== 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;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 21px 21px 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: '"';
}
blockquote small {
  text-align: right;
}
/*===== 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 =======================*/
/*======================= FOOTER =======================*/
#footer-row .container {
  padding: 52px 0 50px 0;
}
#footer-row {
  background-color: #def4ff;
}
#footer-row .links ul li {
  border-bottom: 1px solid #e7e7e7;
  font: 12px 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
  list-style-type: none;
}
#footer-row .links ul li.lastItem {
  border-bottom: none;
}
#footer-row .links ul li a {
  color: #3c3c3c;
}
#footer-row .links ul li a:hover {
  color: #b1b1b1;
}
#copyright-row .row-container {
  padding: 0 0 86px 0;
}
#copyright-row .container {
  position: relative;
  padding-top: 43px;
}
#copyright-row {
  font: 16px 'Dosis', sans-serif;
  line-height: 20px;
  color: #ffffff;
  background-color: #676666;
  letter-spacing: 1px;

}

#copyright-row a {
  font: 13px 'Open Sans', sans-serif;
  line-height: 20px;
  color: #ffffff;
}

#copyright-row p {
  padding-bottom: 0px;
}

#copyright-row .mail a:hover {
  color: #8bd3f5;
}
#copyright {
font: 13px 'Open Sans', sans-serif;
color: #ffffff;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 0px;

text-align: center;
padding-top: 1px;
}
#copyright a {
  color: #0069aa;
  padding-right: 20px;
border-right: solid 1px;
padding-left: 20px;
}
#copyright a:hover {
  color: #ffffff;
}
#copyright .year {
  position: relative;
  padding-right: 28px;
}
#copyright .year:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 11px;
  height: 32px;
  width: 1px;
  background: #c9c9c9;
}
/*===== Social Media ======*/
.social {
  margin: 0;
  padding-right: 36px;
width: 120px;
}
.social li {
  margin: 0 0 6px 0;
  list-style-type: none;
  line-height: 0;
  float: left;
}
.social li a {
  float: left;
  text-align: left;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  -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;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.social li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li .facebook {
  background: url(../images/facebook.png) 0 0 no-repeat;
  height: 35px;
}
.social li .instagram {
  background: url(../images/instagram.png) 0 0 no-repeat;
  height: 35px;
}
.social li .twitter {
  background: url(../images/twitter.png) 0 0 no-repeat;
    height: 35px;
}
.social li .feed {
  background: url(../images/feed.png) 0 0 no-repeat;
}
.social li .google {
  background: url(../images/google.png) 0 0 no-repeat;
  height: 35px;
}

.span12 .camera-slideshow .camera_wrap pattern_1 {
	height: 700px;
}

#content-row {


	padding-bottom: 20px;

}

.items-leading {
	margin-bottom: 30px;
}

#wrapper {
	background-color: #ffffff;
}

#content-top {
	margin-left: 20px;
}

#navigation-row {
	border-bottom: solid 1px;
}

div#fox-container-c283 .required, div#fox-container-c283 .asterisk {
	color: #0069aa;
}

#content-bottom-row {
	margin-left: 0px;
}
.itemid-101 #header-row .navigation {
	border-bottom: 0px;
	float: left;
}

.itemid-101 #header-row .mod-menu__social {
	border-bottom: 0px;
	float: left;
}

#header-row .mod-menu__social {
	padding-top: 20px;
	border-bottom: solid 1px #c19c68;
	padding-bottom: 58px;
}

.navigation{
	position: relative;
	border-top: solid 1px darkgray;
	margin-top: 35px;
	}
#top {
	background-color: #0069aa;
	padding: 10px;
}

#top .mod-menu .nav.menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

#top .mod-menu .nav.menu li {
    float: left;
}

#top .mod-menu .nav.menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
}

#top .nav {
	margin-bottom: 0px;
	float: right;
}

#top-row .container, #top-row .span12 {
    width: 100%;
    margin-left: 0;
}

#aside-right {
	border-left: solid 1px #8bd3f5;
	padding-left: 25px;
}

.gassen_overview .item {
    display: block;
    width: 135px;
    height: 150px;
    background: #0069aa;
    margin: 0 24px 24px 0;
    text-decoration: none;
	border-radius:30px 0px 30px 0px;
}

.gassen_overview .item .item_title {
    color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size:17px;
	font-weight:bold;
}
.block {
    position: relative;
    float: left;
    width: auto;
    height: auto;
	padding: 20px;
}
* {

    font-family: 'Dosis', sans-serif;
}

.gassen_overview .item .item_value {
    display: block;
    margin: 75px 0 0 25px;
    color: rgba(255,255,255,.5);
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
}

.gassen_overview .item .item_value .letter {
    display: block;
    float: left;
	font-family: 'Dosis', sans-serif;
}

.gassen_overview .item .item_value .number {
    display: block;
    float: left;
    margin-top: 8px;
	font-family: 'Dosis', sans-serif;
}

tr {
    border-bottom: 1px solid #8bd3f5;
}

#aside-right .link a {
padding: 10px;
color: #ffffff;
background-color: #0069aa;
margin-bottom: 30px;
}