.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 {
  color: #444;
  margin-top: 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: #78c7ee;
}
h2,
h3 {
  font: 34px/40px 'Open Sans', sans-serif; /*'Autour One', cursive*/
  padding: 16px 0 13px;
}
h4 {
  font: 20px/40px 'Open Sans', sans-serif; /* 'Autour One', cursive*/
  margin-bottom: 13px;
  text-transform: uppercase;
}
.page_header,
header {
  text-align: center;
}
.page_header h2,
header h2,
.page_header h3,
header h3 {
  display: inline-block;
  padding: 16px 0 13px;
  margin-bottom: 30px;
  position: relative;
}
.page_header h2:after,
header h2:after,
.page_header h3:after,
header h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 108px;
  height: 2px;
  background: #cecece;
  left: 50%;
  margin-left: -54px;
}
.container {
  background: white;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
p.text {
  color: #444;
  font: 20px/40px 'Open Sans', sans-serif; /* 'Autour One', cursive*/
  text-align: center;
  text-transform: uppercase;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
  color: #9d9d9d;
  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: #78c7ee;
  color: #ffffff;
  text-shadow: none;
  border: none;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #78a0ee;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #78a0ee;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #78c7ee;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #78a0ee;
  color: #ffffff;
}
.btn-info {
  background: none;
  color: #78c7ee;
  text-shadow: none;
  border: none;
  border-bottom: 2px solid #78c7ee;
  border-top: 2px solid #78c7ee;
  display: table;
  font: 14px/46px 'Open Sans', sans-serif; /* 'Autour One', cursive*/
  margin: 0 auto;
  padding: 0 14px;
  min-width: 60px;
  text-align: center;
  text-transform: uppercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  box-shadow: none;
  border-color: #ff8f22;
  background: none;
  color: #ff8f22;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
}
/*Lists*/
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;
  margin: 0 5px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 7px 14px;
  background: #9d9d9d;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #78c7ee;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #9d9d9d;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  background: #78c7ee;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #78c7ee;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 18px;
  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;
  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: #78c7ee;
}
.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;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
  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 {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
  /*padding-bottom: 21px;
  padding-top: 22px;*/
}
#top-row .container {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
/*======================= HEADER =======================*/
#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: #f2f2f2;
}
.navigation ul.sf-menu {
  float: right;
  margin: 13px 0 8px;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 35px;
}
.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: #e69330;/*#78c7ee*/
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 13px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif; /* 'Autour One', cursive*/
  color: #ffffff;
  background: none;
  display: block;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #e69330;/*#78c7ee*/
}
.navigation ul.sf-menu > li:first-child {
  margin-left: 0;
}
.navigation ul.sf-menu > li > ul {
  top: 48px;
  /*Define 1st SubMenu position*/
  left: 50%;
  margin-left: -49px;
}
.navigation ul.sf-menu > li > ul > li > a:hover,
.navigation ul.sf-menu > li > ul > li > span:hover {
  color: #78c7ee;
  background: none;
}
.navigation ul.sf-menu > li > ul > li.active > a,
.navigation ul.sf-menu > li > ul > li.sfHover > a,
.navigation ul.sf-menu > li > ul > li.active > span,
.navigation ul.sf-menu > li > ul > li.sfHover > span {
  color: #78c7ee;
  background: none;
}
.navigation ul.sf-menu ul {
  width: 98px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: 0px;
  left: auto;
  right: 98px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: 0px;
  left: auto;
  right: 98px;
}
.navigation ul.sf-menu ul {
  background: #000000;
  padding: 0px 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: 13px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 4px 8px;
  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;
  text-align: center;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #78c7ee;
  color: #ffffff;
}
.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: #78c7ee;
  color: #ffffff;
}
.navigation ul.sf-menu.sf-vertical {
  width: 98px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 98px;
  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: 100px;
}
.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: 18px;
  padding-bottom: 18px;
  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: 20px;
  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: 98px;
  top: 18px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.mod-article-single.mod-article-single__video .item_introtext {
  padding: 0;
}
.video_outer {
  overflow: hidden;
  margin-bottom: 18px;
}
.video_outer .video {
  padding-bottom: 38.86925795053004%;
  position: relative;
}
.video_outer .video .video_inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.video_outer .video .video_inner iframe {
  border: medium none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mod-newsflash-adv .item {
  margin-bottom: 20px;
}
.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.icons {
  position: relative;
}
.mod-newsflash-adv.icons .row-fluid {
  margin: 0px;
}
.mod-newsflash-adv.icons .row-fluid .item {
  margin: 0;
  padding: 0;
}
.mod-newsflash-adv.icons .row-fluid .item .item_content {
  padding: 0;
  border-left: 1px solid white;
  /* border-right: 1px solid white; */
  text-align: center;
  color: white;
}
.mod-newsflash-adv.icons .row-fluid .item .item_content a {
  color: white;
}
.mod-newsflash-adv.icons .row-fluid .item .item_content a:hover {
  color: white;
}
.mod-newsflash-adv.icons .row-fluid .item .item_content > a {
  display: block;
  padding: 61px 0 40px;
}
.mod-newsflash-adv.icons .row-fluid .item .item_content .item_title {
  color: white;
  padding: 24px 0 0;
}
.mod-newsflash-adv.icons .row-fluid .item .item_content .item_introtext {
  padding: 5px 18px 10px;
}
.mod-newsflash-adv.icons .row-fluid .item.color1 .item_content {
  border-left: none;
}
.mod-newsflash-adv.icons .row-fluid .item.color1 .item_content > a {
  background: #78c7ee;
}
.mod-newsflash-adv.icons .row-fluid .item.color1 .item_content > a:hover {
  background: #6fb8dc;
}
.mod-newsflash-adv.icons .row-fluid .item.color2 .item_content > a {
  background: #ff595f;
}
.mod-newsflash-adv.icons .row-fluid .item.color2 .item_content > a:hover {
  background: #e45055;
}
.mod-newsflash-adv.icons .row-fluid .item.color3 .item_content {
  border-right: none;
}
.mod-newsflash-adv.icons .row-fluid .item.color3 .item_content > a {
  background: #ff8f22;
}
.mod-newsflash-adv.icons .row-fluid .item.color3 .item_content > a:hover {
  background: #eb841f;
}
.mod-newsflash-adv.programs {
  margin-bottom: 36px;
}
.mod-newsflash-adv.programs .item {
  margin-bottom: 0;
}
.mod-newsflash-adv.programs .item .item_content {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mod-newsflash-adv.programs .item .item_content .inner {
  overflow: hidden;
  padding: 50px 6% 20px;
}
.mod-newsflash-adv.programs .item .item_content .inner .item_title {
  padding: 0px 0 0px;
}
.mod-newsflash-adv.programs .item .item_content .inner .item_introtext {
  padding: 13px 20px 4px;
}
.mod-newsflash-adv.programs .item .item_content .inner .readmore {
  padding: 0 25px;
}
.mod-newsflash-adv.programs .item.item_num0 .item_img,
.mod-newsflash-adv.programs .item.item_num2 .item_img,
.mod-newsflash-adv.programs .item.item_num4 .item_img,
.mod-newsflash-adv.programs .item.item_num6 .item_img,
.mod-newsflash-adv.programs .item.item_num8 .item_img,
.mod-newsflash-adv.programs .item.item_num10 .item_img {
  float: left;
  max-width: 50%;
}
.mod-newsflash-adv.programs .item.item_num1 .item_img,
.mod-newsflash-adv.programs .item.item_num3 .item_img,
.mod-newsflash-adv.programs .item.item_num5 .item_img,
.mod-newsflash-adv.programs .item.item_num7 .item_img,
.mod-newsflash-adv.programs .item.item_num9 .item_img,
.mod-newsflash-adv.programs .item.item_num11 .item_img {
  float: right;
  max-width: 50%;
}
.mod-newsflash-adv.news .item {
  margin-bottom: 42px;
}
.mod-newsflash-adv.news .item .item_content {
  padding: 0 0 26px;
}
.mod-newsflash-adv.drop {
  background: #eaeaea;
  margin-bottom: 42px;
}
.mod-newsflash-adv .item_inner {
  overflow: hidden;
}
.mod-newsflash-adv .item_inner .dropcap {
  display: block;
  width: 76px;
  height: 76px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #78c7ee;
  margin: 33px auto 8px;
  font: 46px/76px 'Open Sans', sans-serif; /* 'Autour One', cursive*/
  color: #78c7ee;
}
.mod-newsflash-adv .item_inner .item_content {
  padding: 0 18px 9px;
}
.mod-newsflash-adv .item_content {
  background: #eaeaea;
  padding: 0 0 36px;
}
.mod-newsflash-adv .item_content .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv .item_content .item_title {
  margin: 0;
  padding: 11px 0 9px;
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
.contentInner {
  padding-top: 200px;
}
/*======================= CONTENT =======================*/
#content-row .container {
  padding-top: 21px;
}
.page-reset,
.page-remind,
.page-search,
.page-registration {
  padding: 0 20px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 36px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 auto 18px;
  text-align: center;
}
.item_info_dl dd {
  margin: 0 9px;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .fa {
  color: #78c7ee;
}
.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;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 20px;
  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: 13px;
  line-height: 18px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gallery-item .btn-info {
  margin: 0;
}
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 18px 18px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
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: inherit;
  min-width: 1px;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
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;
}
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 ======*/
.page-item__blog .imgcontent,
.page-blog .imgcontent {
  background: #eaeaea;
  color: #9d9d9d;
  text-shadow: none;
  overflow: hidden;
  margin-bottom: 36px;
}
.page-item__blog .imgcontent .item_img,
.page-blog .imgcontent .item_img {
  margin-bottom: 0;
}
.page-item__blog .imgcontent .item_title,
.page-blog .imgcontent .item_title {
  padding-top: 130px;
}
.intro,
.item_fulltext,
.item_introtext {
  padding: 13px 18px 20px;
  text-align: center;
}
.tags {
  clear: both;
}
.contact_details {
  padding: 0 20px;
}
.contact_form,
.contact_misc {
  padding: 0 20px;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
aside .moduletable {
  padding: 0 20px 36px;
}
.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-wrapper {
  background: url(../images/template/footer.gif) center bottom #000000 repeat-x;
}
#footer-wrapper .container {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
#copyright {
  color: white;
  padding-bottom: 18px;
  padding-top: 23px;
  text-align: center;
}
#copyright .year:after {
  content: '|';
  padding: 0 4px;
}
#copyright a {
  color: white;
}
#copyright a:hover {
  text-decoration: underline !important;
}



main .page-item.page-item__,
main .page-item.page-item__gallery,
main .item-page.page-item__webstore {
  background: rgba(255, 255, 255, 0.99);
}

main .page-item.page-item__gallery,
main .item-page.page-item__webstore {
  padding: 0 10px 10px;
}

/* main .page-item.page-item__gallery > figure {
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  -o-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
} */

main .page-item.page-item__gallery > figure > img {
  margin: 0 20px 0;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
  -o-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.1);
}

main .page-item.page-item__gallery > .item_fulltext {
  min-height: 300px;
}

main .page-item.page-item__gallery > .item_fulltext > p > a,
main .page-item.page-item__gallery > .item_fulltext > a,
p.getOrder > a  {
  display: inline-block;
  /* background-color: #ff493e; */
  background: linear-gradient(180deg, #ff493e, #752625);
  padding: 10px 15px;
  font-size: 18px;
  margin: 10px auto;
  color: #fff;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  -ms-transition: box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}

main .page-item.page-item__gallery > .item_fulltext > p > a:hover,
main .page-item.page-item__gallery > .item_fulltext > p > a:focus,
main .page-item.page-item__gallery > .item_fulltext > a:hover,
main .page-item.page-item__gallery > .item_fulltext > a:focus,
p.getOrder > a:hover,
p.getOrder > a:focus {
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  -o-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);

  -webkit-transition: box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  -ms-transition: box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}

.addthis_toolbox.addthis_default_style {
  display: none;
}



#filters a.filter.btn.btn-info > img {
  display: block;
  width: 100%;
  max-width: 90px;
  height: auto;
  margin: 0 auto;

  -webkit-filter: none;
          filter: none;

  -webkit-transition: filter .3s ease;
     -moz-transition: filter .3s ease;
      -ms-transition: filter .3s ease;
       -o-transition: filter .3s ease;
          transition: filter .3s ease;
}

.btn-info:hover,
.btn-info:focus, 
.btn-info:active, 
.btn-info.active, 
.btn-info.disabled, 
.btn-info[disabled] {
  background: none !important;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
}

#filters > li:hover > a.filter.btn.btn-info > img,
#filters > li:focus > a.filter.btn.btn-info > img,
#filters > li > a.filter.btn.btn-info.active > img {
  -webkit-filter: drop-shadow(0 2px 5px rgba(0,0,0,0.5));
          filter: drop-shadow(0 2px 5px rgba(0,0,0,0.5));

  -webkit-transition: filter .3s ease;
     -moz-transition: filter .3s ease;
      -ms-transition: filter .3s ease;
       -o-transition: filter .3s ease;
          transition: filter .3s ease;
}



a.pdf_btn {
  display: inline-block;
  /* background-color: #ff493e; */
  background: linear-gradient(180deg, #ff493e, #752625);
  padding: 10px 15px;
  font-size: 18px;
  margin: 10px auto;
  color: #fff;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  -ms-transition: box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}

a.pdf_btn:hover,
a.pdf_btn:focus {
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  -o-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
  -webkit-transition: box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  -ms-transition: box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}

.page-gallery.page-gallery__gallery h4 {
  font-size: 14px;
  line-height: 25px;
}



/* main .page-item.page-item__ p {
  word-break: break-all;
} */

.page.page-contact.page-contact__ > .page_header {
  background: rgba(0, 0, 0, 0.7);
}

.page.page-contact.page-contact__ > .page_header .item_title_part0 {color: #fff;}

.item_fulltext {
  text-align: justify;
}


.page-gallery.page-gallery__gallery {
  margin: 30px auto 0 auto;
}

/*.page-gallery.page-gallery__gallery h3,
.page-gallery.page-gallery__gallery h3 > span {
  color: #fff !important;
}*/





/*Модуль "Наши Партнёры"*/
.item_fulltext > .clients_logo_wrap {
  margin: 50px auto 0 auto;
}

.mod-custom___clients,
.mod-custom___clients > .two_floor {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
}

.mod-custom___clients p {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
}

.mod-custom___clients > p > img,
.mod-custom___clients > .two_floor > p > img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;

    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .9);
       -moz-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .9);
        -ms-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .9);
         -o-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .9);
            box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .9);
}


.mod-custom___clients > p.wildberries {
    width: 100%;
    max-width: 1012px;
}
.mod-custom___clients > p.san_marco {
    width: 100%;
    max-width: 557px;
    margin: 0 30px 0 0;
}
.mod-custom___clients > .two_floor > p.dessa_decor {
    width: 100%;
    max-width: 425px;
}
.mod-custom___clients > .two_floor > p.vgt {
    width: 100%;
    max-width: 165px;
    margin: 0 30px 0 0;
}
.mod-custom___clients > .two_floor > p.lofta_colora {
    width: 100%;
    max-width: 230px;
}
.mod-custom___clients > p.decorazza {
    width: 100%;
    max-width: 434px;
}
.mod-custom___clients > p.vse_instrumenti {
    width: 100%;
    max-width: 434px;
}
.mod-custom___clients > p.antica_signoria {
    width: 100%;
    max-width: 553px;
}

.mod-custom___clients > .two_floor {
    width: 100%;
    max-width: 425px;
}

.mod-custom___clients > .two_floor.two_floor_2 {
    margin: 0 30px 0 0;
}

.mod-custom___clients > p.ozon {
  width: 100%;
  max-width: 486px;
  margin: 0 30px 30px 0;
}

.mod-custom___clients > p.beru {
  width: 100%;
  max-width: 486px;
  margin: 0 0 30px 0;
}

.mod-custom___clients > p.goods {
  width: 100%;
  max-width: 1012px;
}



body.noscroll {
    overflow-y:hidden;
}

.modalWrapper {
  display: none;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;

  background: rgba(0,0,0,0.9);
  z-index:999999;
}

.modalWrapper.active {
  display: flex;
  display: -webkit-flex;
}

.modalWindow {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  padding: 30px 20px 20px;
  background-color: #fff;
}

.modalWindow_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  cursor: pointer;

  -webkit-transition: font-size .1s ease;
     -moz-transition: font-size .1s ease;
      -ms-transition: font-size .1s ease;
       -o-transition: font-size .1s ease;
          transition: font-size .1s ease;

  /* transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease; */
}

/* .modalWindow_close:hover,
.modalWindow_close:focus {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
} */

.modalWindow_close:hover,
.modalWindow_close:focus {
  font-size: 25px;

  -webkit-transition: font-size .1s ease;
     -moz-transition: font-size .1s ease;
      -ms-transition: font-size .1s ease;
       -o-transition: font-size .1s ease;
          transition: font-size .1s ease;
}

.getWholesalePrice {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.getWholesalePrice .line_org,
.getWholesalePrice .line_name {
  width: 100%;
}

.getWholesalePrice .line_inn {
  width: 150px;
  margin: 0 20px 0 0;
}

.getWholesalePrice .line_city {
  width: calc(100% - 170px);
}

.getWholesalePrice .line_tel {
  width: 200px;
  margin: 0 0 0 20px;
}

.getWholesalePrice .line_mail {
  width: calc(100% - 220px);
}

.getWholesalePrice .line > label,
.getWholesalePrice .line > input[type="text"] {
  width: 100%;
}

#getWholesalePrice .line > input[type="text"] {
  height: auto;
  margin: 0;
  padding: 10px;
  font-size: 16px;
}

#getWholesalePrice .line > span.w_inf {
  display: block;
  min-height: 15px;
  margin: 0 0 10px 0;
  color: #ff535f;
  font-size: 12px;
  line-height: 15px;
}

.getWholesalePrice .line.line_privacyAccept,
.getWholesalePrice .line.line_btnWrap {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
}

.getWholesalePrice .line.line_privacyAccept {
  margin: 20px auto 0 auto;
}

.getWholesalePrice .line.line_privacyAccept > label {
  width: calc(100% - 20px);
}

.getWholesalePrice .line.line_privacyAccept > input[type="checkbox"] {
  margin: 3px 10px 0 0;
}

.getWholesalePrice .line.line_btnWrap {
  justify-content: center;
  -webkit-justify-content: center;

  width: 100%;
  margin: 40px auto 0 auto;
}

.getWholesalePrice .line > button {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 10px 15px;
  font-size: 20px;
  color: #fff;
  border-radius: 3px;

  -webkit-box-shadow: none;
     -moz-box-shadow: none;
      -ms-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;

  -webkit-transition:  box-shadow .3s ease;
     -moz-transition:  box-shadow .3s ease;
      -ms-transition:  box-shadow .3s ease;
       -o-transition:  box-shadow .3s ease;
          transition:  box-shadow .3s ease;
}

.getWholesalePrice .line > button.gogogo {
  margin: 0 10px 0 0;
  border: 1px solid #78c7ee;
  background: #78c7ee;
}

.getWholesalePrice .line > button.nonono {
  margin: 0 0 0 10px;
  border: 1px solid #ff595f;
  background: #ff595f;
}

.getWholesalePrice .line > button:hover,
.getWholesalePrice .line > button:focus {
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
      -ms-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
       -o-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
          box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);

  -webkit-transition:  box-shadow .3s ease;
     -moz-transition:  box-shadow .3s ease;
      -ms-transition:  box-shadow .3s ease;
       -o-transition:  box-shadow .3s ease;
          transition:  box-shadow .3s ease;
}

/*Страница "О нас"*/
.about_us {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
}

.about_us > p {
  width: 100%;
  max-width: 500px;
  margin: 30px 15px;
  padding: 0;
}

.about_us > p.fullWidth {
  max-width: 100%;
}

.about_us > p img {
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
      -ms-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
       -o-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);
          box-shadow: 0 2px 5px 2px rgba(0,0,0,0.5);

  -webkit-transition:  box-shadow .3s ease;
     -moz-transition:  box-shadow .3s ease;
      -ms-transition:  box-shadow .3s ease;
       -o-transition:  box-shadow .3s ease;
          transition:  box-shadow .3s ease;
}




.mod-newsflash-adv.icons.mod-newsflash-adv__.cols-3 h4.item_title.item_title__ {
  min-height: 104px;
}




.moduletable._maininf {
  margin-top: 100px;
}

#item_77 img {
  max-width: 350px;
}



.moduletable.main_header {
  background-color: #f2f2f2;
}

.mod-custom.mod-custom__.main_header {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center left;
  /* padding: 150px 0; */
}

.mod-custom.mod-custom__.main_header img {
  display: block;
  width: 100%;
  max-width: 100%;
}
