/*
=================================================
                    Defaults
=================================================
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
=================================================
                    Defaults
=================================================
*/
.ipWidget:before,
.ipModuleForm .ipmField:before,
.clearfix:before,
.ipWidget:after,
.ipModuleForm .ipmField:after,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.ipWidget:after,
.ipModuleForm .ipmField:after,
.clearfix:after {
  clear: both;
}
/*
=================================================
                TinyMCE library
=================================================
*/
.mceContentBody {
  color: #333;
  font-size: 14px;
}
.mceContentBody p,
.mceContentBody ul,
.mceContentBody ol,
.mceContentBody li,
.mceContentBody dl,
.mceContentBody dd,
.mceContentBody dt {
  border: none;
  margin: 0;
  padding: 0;
}
.mceContentBody a {
  text-decoration: none;
}
/*
=================================================
                   Search Module
=================================================
*/
.ipModuleSearch {
  margin-bottom: 15px;
}
.ipModuleSearch:before,
.ipModuleSearch:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.ipModuleSearch:after {
  clear: both;
}
.ipModuleSearch .ipmFieldset {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  width: 100%;
}
.ipModuleSearch .ipmField {
  float: left;
  height: 40px;
}
.ipModuleSearch .ipmControlInput {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  padding: 12px 14% 12px 3%;
  width: 82.5%;
  font-size: 13px;
  color: #828282;
}
.ipModuleSearch .ipmControlSubmit {
  background: url(../img/sidebar_search_icon.png) no-repeat center center;
  border: none;
  text-indent: -99999px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 1px 0 -1px 0;
}
.ipModuleSearch .ipmType-text {
  float: left;
  width: 100%;
}
.ipModuleSearch .ipmType-submit {
  float: right;
  width: 40px;
  margin-left: -40px;
}
/*
=================================================
                  Form Module
=================================================
*/
.buttonStyle {
  background: none repeat scroll 0 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 0;
  padding: 10px 15px;
  border: 0 none;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  text-transform: none;
  text-align: center;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buttonStyle:hover {
  background: #8f8f8f;
  color: white;
}
.buttonStyle:active {
  position: relative;
  top: 1px;
}
.ipModuleForm .ipmField {
  margin-bottom: 25px;
  position: relative;
}
.ipModuleForm .ipmType-blank {
  margin: -16px 0 0;
  position: absolute;
}
.ipModuleForm .ipmField:last-child {
  margin-bottom: 0;
}
.ipModuleForm .textableInputs {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
}
.ipModuleForm .ipmLabel {
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
  max-width: 150px;
  padding-right: 30px;
  margin-top: 3px;
  color: #828282;
  font-size: 15px;
  text-align: right;
}
.ipModuleForm .ipmMarker {
  color: #ef0e0e;
}
.ipModuleForm .ipmControl {
  position: relative;
  float: left;
  width: 56%;
}
.ipModuleForm .ipmControlBlank {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
}
.ipModuleForm .ipmControlInput {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
  max-width: 220px;
  width: 100%;
}
.ipModuleForm .ipmControlTextarea {
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
  min-height: 120px;
  max-width: 620px;
  width: 100%;
  resize: vertical;
}
.ipModuleForm .ipmControlSubmit {
  background: none repeat scroll 0 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 0;
  padding: 10px 15px;
  border: 0 none;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  text-transform: none;
  text-align: center;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ipModuleForm .ipmControlSubmit:hover {
  background: #8f8f8f;
  color: white;
}
.ipModuleForm .ipmControlSubmit:active {
  position: relative;
  top: 1px;
}
.ipModuleForm .ipmType-select {
  margin-bottom: 31px;
}
.ipModuleForm .ipmControlConfirmOptions {
  float: left;
  margin-left: 10px;
}
/*
    Form: Error
*/
.ipModuleForm .ipmError .ipmLabel {
  color: #e44445;
}
.ipModuleForm .ipmControlError {
  border-color: #e44445;
}
.ipmErrorMessage {
  color: #e72c2d;
  font-size: 11px;
  height: 11px;
}
/*
    Form: Success  
*/
.ipWidget-IpForm .ipwSuccess {
  display: none;
  padding: 20px 25px;
  font-size: 24px;
}
.ipWidget-IpForm .ipwSuccess p {
  color: #3db079;
}
.footer-container .ipModuleForm .ipmField {
  margin-bottom: 25px;
  position: relative;
}
.footer-container .ipModuleForm .ipmType-blank {
  margin: -16px 0 0;
  position: absolute;
}
.footer-container .ipModuleForm .ipmField:last-child {
  margin-bottom: 0;
}
.footer-container .ipModuleForm .textableInputs {
  background: #4a4a4a;
  border: 1px solid transparent;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.footer-container .ipModuleForm .ipmLabel {
  display: block;
  float: left;
  min-height: 1px;
  width: 20%;
  max-width: 150px;
  padding-right: 30px;
  margin-top: 3px;
  color: #828282;
  font-size: 15px;
  text-align: left;
}
.footer-container .ipModuleForm .ipmMarker {
  color: #ef0e0e;
}
.footer-container .ipModuleForm .ipmControl {
  position: relative;
  float: left;
  width: 56%;
}
.footer-container .ipModuleForm .ipmControlBlank {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
}
.footer-container .ipModuleForm .ipmControlInput {
  background: #4a4a4a;
  border: 1px solid transparent;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  max-width: 220px;
  width: 100%;
}
.footer-container .ipModuleForm .ipmControlTextarea {
  background: #4a4a4a;
  border: 1px solid transparent;
  font-size: 15px;
  color: #828282;
  padding: 8px 13px 8px 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  min-height: 120px;
  max-width: 620px;
  width: 100%;
  resize: vertical;
}
.footer-container .ipModuleForm .ipmControlSubmit {
  background: none repeat scroll 0 0;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 0;
  padding: 10px 15px;
  border: 0 none;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  text-transform: none;
  text-align: center;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-container .ipModuleForm .ipmControlSubmit:hover {
  background: #8f8f8f;
  color: white;
}
.footer-container .ipModuleForm .ipmControlSubmit:active {
  position: relative;
  top: 1px;
}
.footer-container .ipModuleForm .ipmControlConfirmOptions {
  float: left;
  margin-left: 10px;
}
.sidebar .ipModuleForm .ipmLabel {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .ipModuleForm .ipmLabel {
    text-align: left;
  }
  .ipModuleForm .ipmControl {
    width: 87.5%;
  }
  .ipModuleForm .ipmControlInput {
    width: 100%;
  }
}
/*
=================================================
                    Widgets
=================================================
*/
.ipBlock.ipbEmpty {
  min-height: 30px;
  outline: #019bd4 dashed 1px;
}
.ipWidget {
  margin-bottom: 25px;
}
.ipWidget:last-child {
  margin-bottom: 0;
}
.sidebar .ipWidget:last-child {
  margin-bottom: 25px;
}
.ipPreviewWidget p:last-child,
.ipPreviewWidget ul:last-child,
.ipPreviewWidget ol:last-child {
  margin-bottom: 0;
}
.ipPreviewWidget h1,
.ipPreviewWidget h2,
.ipPreviewWidget h3,
.ipPreviewWidget h1 a,
.ipPreviewWidget h2 a,
.ipPreviewWidget h3 a {
  margin: 5px 0 0 0;
  text-decoration: none;
}
.ipPreviewWidget h1 {
  font-size: 28px;
}
.ipPreviewWidget h2 {
  margin-bottom: -15px;
  font-size: 18px;
}
.ipPreviewWidget h3 {
  font-size: 16px;
  color: #868686;
  margin-bottom: -20px;
}
.ipPreviewWidget p,
.mceContentBody p {
  color: #828282;
  line-height: 24px;
  font-size: 13px;
  margin: 0;
  margin-bottom: 20px;
}
.ipPreviewWidget ul,
.mceContentBody ul {
  list-style-position: inside;
  list-style-type: square;
  margin: 0 0 20px -10px;
}
.ipPreviewWidget ol,
.mceContentBody ol {
  list-style-position: inside;
  margin: 0 0 20px -10px;
}
.ipPreviewWidget li,
.mceContentBody li {
  line-height: 24px;
  margin-bottom: 4px;
  color: #828282;
}
.ipPreviewWidget ul ul,
.mceContentBody ul ul,
.ipPreviewWidget ol ol,
.mceContentBody ol ol,
.ipPreviewWidget ul ol,
.mceContentBody ul ol,
.ipPreviewWidget ol ul,
.mceContentBody ol ul {
  margin-bottom: 0;
}
.ipPreviewWidget p + ul,
.mceContentBody p + ul,
.ipPreviewWidget p + ol,
.mceContentBody p + ol {
  margin-top: -20px;
}
.ipPreviewWidget a,
.mceContentBody a {
  color: #a08ac4;
  text-decoration: none;
}
.ipPreviewWidget a:hover,
.mceContentBody a:hover {
  text-decoration: underline;
}
.ipPreviewWidget .caption,
.mceContentBody .caption {
  font-weight: bold;
}
.ipPreviewWidget .signature,
.mceContentBody .signature {
  font-size: 16px;
  font-style: italic;
}
.ipPreviewWidget .note,
.mceContentBody .note {
  color: #000;
  display: block;
  font-size: 16px;
  font-style: italic;
  margin: 0 30px 25px;
}
.ipPreviewWidget table,
.mceContentBody table {
  border-collapse: collapse;
  color: #828282;
  font-size: 15px;
  width: 100% !important;
}
.ipPreviewWidget table p,
.mceContentBody table p {
  line-height: auto;
  margin: 0;
}
.ipPreviewWidget td,
.mceContentBody td {
  font-size: 15px;
  padding: 9px 17px;
  text-align: center;
}
.ipPreviewWidget tr:nth-child(odd),
.mceContentBody tr:nth-child(odd) {
  background: #f6f6f6;
}
.ipPreviewWidget th,
.mceContentBody th,
.ipPreviewWidget thead td,
.mceContentBody thead td,
.ipPreviewWidget tbody tr:first-child td,
.mceContentBody tbody tr:first-child td {
  background: #adadad;
  border: none;
  font-size: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #000000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  filter: dropshadow(color=#000000, offx=1, offy=1);
}
.ipPreviewWidget thead + tbody tr:first-child td,
.mceContentBody thead + tbody tr:first-child td {
  background-color: transparent;
  border-bottom: 1px solid #b2b2b2;
  color: inherit;
  font-size: 12px;
  font-weight: normal;
}
.footer-container .ipPreviewWidget p:last-child,
.footer-container .ipPreviewWidget ul:last-child,
.footer-container .ipPreviewWidget ol:last-child {
  margin-bottom: 0px;
}
.footer-container .ipPreviewWidget h1,
.footer-container .ipPreviewWidget h2,
.footer-container .ipPreviewWidget h3,
.footer-container .ipPreviewWidget h1 a,
.footer-container .ipPreviewWidget h2 a,
.footer-container .ipPreviewWidget h3 a {
  font-weight: normal !important;
  color: #ffffff;
  margin-top: 0;
}
.footer-container .ipPreviewWidget h1 {
  font-size: 18px;
}
.footer-container .ipPreviewWidget h2 {
  font-size: 16px;
}
.footer-container .ipPreviewWidget h3 {
  font-size: 14px;
}
.footer-container .ipPreviewWidget p {
  font-size: 13px;
  color: #ababab !important;
}
.footer-container .ipPreviewWidget a {
  color: #bab7b7;
  text-decoration: none;
}
.footer-container .ipPreviewWidget a:hover {
  text-decoration: underline;
}
/*
    Responsive tables
*/
table th {
  font-weight: bold;
}
table td,
table th {
  padding: 9px 10px;
  text-align: left;
}
/* Mobile */
@media only screen and (max-width: 600px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
/*
    Images gallery
*/
.ipWidget-IpImageGallery ul {
  list-style-type: none;
  margin: 0 0 0 -80px;
}
.ipWidget-IpImageGallery ul li {
  display: inline-block;
}
.ipWidget-IpImageGallery ul li a,
.ipWidget-IpImageGallery ul li img {
  display: block;
}
.ipWidget-IpImageGallery ul li a {
  position: relative;
  z-index: 1;
}
.ipWidget-IpImageGallery ul li a .hover {
  background: url(../img/sidebar_search_icon.png) no-repeat center center;
  position: absolute;
  display: none;
  z-index: 2;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: left;
}
/* To fix conflict with ImpressPages images uploader */
.ipUploadImage {
  max-width: none;
}
.sidebar .ipWidget-IpImageGallery {
  margin-bottom: 5px;
}
.sidebar .ipWidget-IpImageGallery ul li {
  display: inline-block;
  padding: 0;
}
.sidebar .ipWidget-IpImageGallery ul li a {
  position: relative;
  z-index: 1;
}
.sidebar .ipWidget-IpImageGallery ul li a .hover strong {
  display: none;
}
/*
    Image gallery responsive styles
*/
@media only screen and (min-width: 1px) {
  .ipWidget-IpImageGallery ul {
    text-align: center;
  }
  .ipWidget-IpImageGallery ul li {
    margin: 0 0 40px 40px;
  }
  .sidebar .ipWidget-IpImageGallery ul {
    margin: 0 0 0 -10.95%;
  }
  .sidebar .ipWidget-IpImageGallery ul li {
    display: inline-block;
    width: 80%;
    margin: 0 5% 5% 0;
    padding: 0;
  }
}
@media only screen and (min-width: 500px) {
  .ipWidget-IpImageGallery ul li {
    margin: 0 0 40px 40px;
  }
}
@media only screen and (min-width: 994px) {
  .ipWidget-IpImageGallery ul li {
    float: left;
  }
  .sidebar .ipWidget-IpImageGallery ul {
    margin: 0 -5% 0 -10.95%;
  }
  .sidebar .ipWidget-IpImageGallery ul li {
    display: inline-block;
    width: 45%;
    margin: 0 5% 5% 0;
    padding: 0;
  }
  .site-content.with-sidebar .ipWidget-IpImageGallery ul {
    margin: 0 -5% 0 -5%;
  }

  .site-content.with-sidebar .ipWidget-IpImageGallery ul li {
    width: 30.4%;
    margin: 0 2% 2% 0;
  }
  
}
@media only screen and (min-width: 1160px) {
  .ipWidget-IpImageGallery ul li {
    float: left;
  }
}
/*
    Newsletter widget
*/
.footer-container .ipWidget-IpNewsletter .ipModuleForm {
  margin-bottom: 10px;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmField {
  margin-bottom: 0;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmControl {
  width: 100%;
  float: left;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmControlInput {
  width: 92%;
  padding: 8px 4% 7px 4%;
  max-width: none;
  float: left;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmType-email {
  width: 82%;
  float: left;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmType-submit {
  float: left;
  width: 10%;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmControlSubmit {
  background: #4a4a4a url(../img/newsletter_submit_footer.png) no-repeat center center;
  width: 100%;
  color: #828282;
  text-shadow: none;
  text-indent: -9999px;
  padding: 11px 20px;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmControlSubmit:active {
  top: 0;
}
.footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmLabel {
  display: none;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm {
  margin-bottom: 0;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm:before,
.sidebar .ipWidget-IpNewsletter .ipModuleForm:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm:after {
  clear: both;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmFieldset {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  width: 100%;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmField {
  float: left;
  height: 40px;
  margin-bottom: 0;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmControl {
  width: auto;
  position: static;
  float: none;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmControlInput {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  padding: 12px 14% 12px 3%;
  width: 83%;
  font-size: 13px;
  color: #828282;
  max-width: none;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmControlSubmit {
  background: url(../img/newsletter_submit.png) no-repeat 8px 13px;
  border: none;
  text-indent: -99999px;
  width: 41px;
  height: 41px;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmControlSubmit:active {
  top: 0;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmLabel {
  display: none;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmType-email {
  float: left;
  width: 100%;
}
.sidebar .ipWidget-IpNewsletter .ipModuleForm .ipmType-submit {
  float: right;
  width: 40px;
  margin-left: -40px;
}
@media only screen and (min-width: 1px) {
  .footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmType-email {
    width: 75%;
    float: left;
  }
}
@media only screen and (min-width: 600px) {
  .footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmType-email {
    width: 80%;
    float: left;
  }
}
@media only screen and (min-width: 1140px) {
  .footer-container .ipWidget-IpNewsletter .ipModuleForm .ipmType-email {
    width: 83%;
    float: left;
  }
}
/*
    Logo gallery
*/
.ipWidget-IpLogoGallery {
  margin-bottom: 40px;
}
.ipWidget-IpLogoGallery ul {
  list-style-type: none;
  margin: 0 0 0 -80px;
}
.ipWidget-IpLogoGallery ul li {
  display: inline-block;
}
.ipWidget-IpLogoGallery ul li a,
.ipWidget-IpLogoGallery ul li img {
  display: block;
}
@media only screen and (min-width: 1px) {
  .ipWidget-IpLogoGallery ul {
    text-align: center;
  }
  .ipWidget-IpLogoGallery ul li {
    margin: 0 0 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .ipWidget-IpLogoGallery ul {
    text-align: left;
  }
}
@media only screen and (min-width: 1140px) {
  .ipWidget-IpLogoGallery ul {
    text-align: center;
  }
  .ipWidget-IpLogoGallery ul li {
    float: left;
    margin: 0 0 20px 40px;
  }
}
/*
    Image widget
*/
.ipWidget-IpImage img {
  display: block;
}
/*
    Text + Image widget
*/
.ipWidget-IpTextImage .ipwImage {
  float: left;
  width: 48%;
}
.ipWidget-IpTextImage .ipwText {
  float: right;
  width: 48%;
  max-width: 490px;
}
.ipWidget-IpTextImage.ipLayout-right .ipwImage {
  float: right;
}
.ipWidget-IpTextImage.ipLayout-right .ipwText {
  float: left;
}
@media only screen and (max-width: 768px) {
  .ipWidget-IpTextImage .ipwImage {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .ipWidget-IpTextImage .ipwText {
    float: right;
    width: 100%;
  }
  .ipWidget-IpTextImage.ipLayout-right .ipwImage {
    float: right;
  }
  .ipWidget-IpTextImage.ipLayout-right .ipwText {
    float: left;
  }
}
/*
    Files widget
*/
.ipWidget-IpFile ul {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
}
.ipWidget-IpFile ul li {
  margin-bottom: 4px;
  margin: 0;
  padding: 0;
}
.ipWidget-IpFile ul li a {
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  word-wrap: break-word;
  text-decoration: none;
}
.ipWidget-IpFile ul li a:hover {
  text-decoration: underline;
}
/*
    Seperator widget
*/
.ipWidget-IpSeparator {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px dashed #bababa;
}
.ipWidget-IpSeparator.ipLayout-default {
  height: 0;
}
.ipWidget-IpSeparator.ipLayout-space {
  height: 25px;
}
/*
    HTML code widget
*/
/*
    FAQ widget
*/
.ipWidget-IpFaq {
  padding-left: 50px;
  margin-top: 25px;
  margin-bottom: 16px;
  position: relative;
}
.ipWidget-IpFaq .ipwContainer {
  margin: 0;
}
.ipWidget-IpFaq .ipwQuestion {
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  color: #828282;
}
.ipWidget-IpFaq .ipwQuestion:hover {
  color: #c9b7e5;
}
.ipWidget-IpFaq .ipwQuestion:hover:before {
  background-color: #c9b7e5;
}
.ipWidget-IpFaq .ipwQuestion:before {
  background: #dbd9d9;
  font-size: 23px;
  line-height: 15px;
  font-weight: bold;
  color: #ffffff;
  content: '?';
  display: block;
  margin: -6px 0 0 -50px;
  padding: 11px 12px 11px 13px;
  position: absolute;
}
.ipWidget-IpFaq .ipwAnswer {
  margin: 5px 0 0 0;
  font-size: 13px;
  color: #828282;
}
.ipWidget-IpFaq .ipwCollapsed .ipwAnswer {
  display: none;
}
.ipWidget-IpTitle + .ipWidget-IpFaq {
  margin-top: 35px;
}
/* FAQ widget in footer */
.footer-container .ipWidget-IpFaq .ipwQuestion {
  color: #ababab;
}
.footer-container .ipWidget-IpFaq .ipwQuestion:hover {
  color: #BAB7B7;
}
.footer-container .ipWidget-IpFaq .ipwQuestion:hover:before {
  background-color: #BAB7B7;
}
.footer-container .ipWidget-IpFaq .ipwQuestion:before {
  background: #828282;
  color: #ffffff;
}
.footer-container .ipWidget-IpFaq .ipwAnswer {
  color: #ababab ;
}
.footer-container .ipWidget-IpFaq .ipwExpanded .ipwQuestion,
.footer-container .ipWidget-IpFaq .ipwDisabled .ipwQuestion {
  color: #BAB7B7;
}
.footer-container .ipWidget-IpFaq .ipwExpanded .ipwQuestion:before,
.footer-container .ipWidget-IpFaq .ipwDisabled .ipwQuestion:before {
  background: #BAB7B7;
}
/*
    News plugin support
    see: http://www.impresspages.org/extensions/plugins-2.x/news-blog2/
*/
.ipWidget-IpNewsBlog .ipWidget-IpText {
  margin-bottom: 0px;
}
.ipWidget-IpNewsBlog .ipWidget-IpText .ipmNewsBlogPage {
  text-decoration: none;
  margin-right: 5px;
}
.ipWidget-IpNewsBlog .ipWidget-IpText .ipmNewsBlogPage:hover {
  text-decoration: none;
}
.ipWidget-IpNewsBlog .ipWidget-IpText:first-child {
  margin-bottom: 0;
}
.ipWidget-IpNewsBlog .ipWidget-IpText:last-child {
  margin-top: 41px;
}
.ipWidget-IpNewsBlog .ipWidget-IpTitle {
  margin-top: 26px;
  margin-bottom: 20px;
}
.ipWidget-IpNewsBlog .ipWidget-IpTitle:first-child {
  margin-top: 0 !important;
}
.ipWidget-IpNewsBlog .ipWidget-IpTitle:before,
.ipWidget-IpNewsBlog .ipWidget-IpTitle:after {
  display: none;
}
/* 
    Inline Management 
*/
.ipModuleInlineManagement.ipmEmpty {
  outline: #019bd4 dashed 1px;
}


.ipWidget-IpColumns .ipwCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 1em;
  min-height: 1px;
  padding: 0 25px;
  position: relative;
}