/** Generated by FG **/
@font-face {
  font-family: 'Industrial_Italic';
  src: url('fonts/Ind736It.eot');
  src: local(''), url('fonts/Ind736It.woff') format('woff'), url('fonts/Ind736It.ttf') format('truetype'), url('fonts/Ind736It.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Generated by FG **/
@font-face {
  font-family: 'Industrial_Roman';
  src: url('fonts/Ind736Rm.eot');
  src: local(''), url('fonts/Ind736Rm.woff') format('woff'), url('fonts/Ind736Rm.ttf') format('truetype'), url('fonts/Ind736Rm.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-Regular.woff2') format('woff2'),
  url('fonts/MinionPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
em {
  font-family: 'Industrial_Italic';
}

/* Edit theme.less, not this file. */
.clear {
  /* http://sonspring.com/journal/clearing-floats */
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix,
.ipModuleForm .form-horizontal .form-group,
.ipModuleForm.form-horizontal .form-group {
  /* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
  /*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
zoom: 1;
}
.clearfix:before,
.clearfix:after,
.ipModuleForm .form-horizontal .form-group:before,
.ipModuleForm .form-horizontal .form-group:after,
.ipModuleForm.form-horizontal .form-group:before,
.ipModuleForm.form-horizontal .form-group:after {
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix:after,
.ipModuleForm .form-horizontal .form-group:after,
.ipModuleForm.form-horizontal .form-group:after {
  clear: both;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
html,
body {
  border: none;
  margin: 0;
  padding: 0;
}
.quote {
  color: #333;
  display: block;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  margin: 1em;
  text-align: center;
}
.note {
  background-color: transparent;
  border-left-color: #747474;
  border-left-style: solid;
  border-left-width: 2px;
  color: #333;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1em;
  padding-left: 1em;
}
.button {
  background-color: #2b2b2b;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.button:hover {
  background: #333;
}
.button a {
  color: inherit;
}
.button a:hover {
  text-decoration: inherit;
}
.ipWidget {
  /* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
  /*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
  zoom: 1;
  color: #333333;
  font-family: 'Minion Pro';
  font-size: 16px;
  margin-bottom: 20px;
}
.ipWidget:before,
.ipWidget:after {
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.ipWidget:after {
  clear: both;
}
b, strong {
  font-weight: bold;
}
.ipWidget h1,
.ipWidget h2,
.ipWidget h3,
.ipWidget h4,
.ipWidget h5,
.ipWidget h6,
.ipWidget img,
.ipWidget blockquote,
.ipWidget p,
.ipWidget ul,
.ipWidget ol,
.ipWidget li,
.ipWidget dl,
.ipWidget dd,
.ipWidget dt,
.ipWidget pre {
  border: none;
  margin: 0;
  padding: 0;
}
.ipWidget:last-child {
  margin-bottom: 0;
}
.ipWidget .quote {
  color: #333;
  display: block;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  margin: 1em;
  text-align: center;
}
.ipWidget .note {
  background-color: transparent;
  border-left-color: #747474;
  border-left-style: solid;
  border-left-width: 2px;
  color: #333;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1em;
  padding-left: 1em;
}
.ipWidget .button {
  background-color: #2b2b2b;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 10px;
  display: inline-flex;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.ipWidget .button:hover {
  background: #ffffeb;
}
.button a, .btn-default {
  color: #fff!important;
  background: #da2128;
  padding: 15px 30px;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: 'Industrial_Roman';
  font-weight: normal;
}
.button a:hover {
  opacity: 0.9;
}
.btn-default:hover {
 background: #000;
 outline: none;
}
.ipWidget .button a:hover {
  text-decoration: inherit;
}
.ipWidget h1 {
  color: #da2128;
  font-family: 'Industrial_Roman';
  font-size: 28px;
  font-weight: normal;
}
.ipWidget h2 {
  color: #878787;
  font-family: 'Industrial_Roman';
  font-size: 20px;
  font-weight: normal;
}
.ipWidget h3 {
  color: #333;
  font-family: 'Industrial_Roman';
  font-size: 22px;
}
.ipWidget ul {
  list-style: none;
}
.ipWidget ul li {
  padding-left: 15px;
  border-top: 1px solid #dedede;
}
.ipWidget p a {
  color: #da2128;
}
.ipWidget ul li:first-child {
  border-top: none;
}
.ipWidget ul li:before {
  content: '';
  display: block;
  position: relative;
  width: 5px;
  height: 5px;
  background: #da2128;
  top: 13px;
  left: -15px;
}
.ipWidget ol {
  list-style-position: inside;
  margin: 0 0 1em 1em;
}
.ipWidget p {
  line-height: 1.5;
  margin-bottom: 1em;
}
.ipWidget ul ul,
.ipWidget ol ol {
  margin-bottom: 0;
}
.ipWidget li {
  line-height: 1.5;
  margin-bottom: 5px;
}
.ipWidget p + ul,
.ipWidget p + ol {
  margin-top: -0.5em;
}
.ipWidget a {
  color: #019bd4;
  text-decoration: none;
}
.ipWidget a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.ipWidget table {
  border-collapse: collapse;
  color: #333;
  font-size: 14px;
  border: 1px solid #dedede;
  margin-bottom: 1em;
  width: 100%;
}
.ipWidget table p {
  line-height: normal;
  margin: 0;
}
.ipWidget td {
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  padding: 9px;
  border-right: 1px solid #dedede;
}
.ipWidget th,
.ipWidget thead td,
.ipWidget tbody tr:first-child td {
  font-size: 14px;
  font-weight: bold;
}
.ipWidget thead + tbody tr:first-child td {
  background-color: transparent;
  border-bottom: 1px solid #8e8e8e;
  color: inherit;
  font-size: 14px;
  font-weight: normal;
}
.ipWidget p:last-child,
.ipWidget ul:last-child,
.ipWidget ol:last-child {
  margin-bottom: 0;
}
.ipModuleForm fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.ipModuleForm legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #747474;
}
.ipModuleForm label {
  display: inline-block;
  margin-bottom: 10px;
  /* font-weight: bold; */
}
.ipModuleForm input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ipModuleForm input[type="radio"],
.ipModuleForm input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
.ipModuleForm input[type="file"] {
  display: block;
}
.ipModuleForm input[type="range"] {
  display: block;
  width: 100%;
}
.ipModuleForm select[multiple],
.ipModuleForm select[size] {
  height: auto;
}
.ipModuleForm input[type="file"]:focus,
.ipModuleForm input[type="radio"]:focus,
.ipModuleForm input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ipModuleForm output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.ipModuleForm .form-control {
  display: block;
  width: 100%;
  height: 51px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
  /* -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
  /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
}
.ipModuleForm .form-control:focus {
  border-color: #b9b9b9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.02), 0 0 6px rgba(97, 97, 97, 0.19);
}
.ipModuleForm .form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.ipModuleForm .form-control:-ms-input-placeholder {
  color: #777777;
}
.ipModuleForm .form-control::-webkit-input-placeholder {
  color: #777777;
}
.ipModuleForm .form-control[disabled],
.ipModuleForm .form-control[readonly],
fieldset[disabled] .ipModuleForm .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.ipModuleForm .form-control {
  height: auto;
}
.ipModuleForm input[type="search"] {
  -webkit-appearance: none;
}
.ipModuleForm input[type="date"] {
  line-height: 35px;
}
.ipModuleForm .form-group {
  margin-bottom: 15px;
}
.ipModuleForm .radio,
.ipModuleForm .checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.ipModuleForm .radio label,
.ipModuleForm .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.ipModuleForm .radio input[type="radio"],
.ipModuleForm .radio-inline input[type="radio"],
.ipModuleForm .checkbox input[type="checkbox"],
.ipModuleForm .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.ipModuleForm .radio + .radio,
.ipModuleForm .checkbox + .checkbox {
  margin-top: -5px;
}
.ipModuleForm .radio-inline,
.ipModuleForm .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.ipModuleForm .radio-inline + .radio-inline,
.ipModuleForm .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.ipModuleForm input[type="radio"][disabled],
.ipModuleForm input[type="checkbox"][disabled],
.ipModuleForm .radio[disabled],
.ipModuleForm .radio-inline[disabled],
.ipModuleForm .checkbox[disabled],
.ipModuleForm .checkbox-inline[disabled],
fieldset[disabled] .ipModuleForm input[type="radio"],
fieldset[disabled] .ipModuleForm input[type="checkbox"],
fieldset[disabled] .ipModuleForm .radio,
fieldset[disabled] .ipModuleForm .radio-inline,
fieldset[disabled] .ipModuleForm .checkbox,
fieldset[disabled] .ipModuleForm .checkbox-inline {
  cursor: not-allowed;
}
.ipModuleForm .has-feedback {
  position: relative;
}
.ipModuleForm .has-feedback .form-control {
  padding-right: 43.75px;
}
.ipModuleForm .has-feedback .form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.ipModuleForm .has-success .help-block,
.ipModuleForm .has-success .control-label,
.ipModuleForm .has-success .radio,
.ipModuleForm .has-success .checkbox,
.ipModuleForm .has-success .radio-inline,
.ipModuleForm .has-success .checkbox-inline {
  color: #3c763d;
}
.ipModuleForm .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ipModuleForm .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.ipModuleForm .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.ipModuleForm .has-success .form-control-feedback {
  color: #3c763d;
}
.ipModuleForm .has-warning .help-block,
.ipModuleForm .has-warning .control-label,
.ipModuleForm .has-warning .radio,
.ipModuleForm .has-warning .checkbox,
.ipModuleForm .has-warning .radio-inline,
.ipModuleForm .has-warning .checkbox-inline {
  color: #8a6d3b;
}
.ipModuleForm .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ipModuleForm .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.ipModuleForm .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.ipModuleForm .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.ipModuleForm .has-error .help-block,
.ipModuleForm .has-error .control-label,
.ipModuleForm .has-error .radio,
.ipModuleForm .has-error .checkbox,
.ipModuleForm .has-error .radio-inline,
.ipModuleForm .has-error .checkbox-inline {
  color: #b80000;
}
.ipModuleForm .has-error .form-control {
  border-color: #b80000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ipModuleForm .has-error .form-control:focus {
  border-color: #850000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1f1f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff1f1f;
}
.ipModuleForm .has-error .input-group-addon {
  color: #b80000;
  border-color: #b80000;
  background-color: #f2dede;
}
.ipModuleForm .has-error .form-control-feedback {
  color: #b80000;
}
.ipModuleForm .form-control-static {
  margin-bottom: 0;
}
.ipModuleForm .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .ipModuleForm .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ipModuleForm .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .ipModuleForm .form-inline .input-group > .form-control {
    width: 100%;
  }
  .ipModuleForm .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ipModuleForm .form-inline .radio,
  .ipModuleForm .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .ipModuleForm .form-inline .radio input[type="radio"],
  .ipModuleForm .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .ipModuleForm .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.ipModuleForm .form-horizontal .control-label,
.ipModuleForm .form-horizontal .radio,
.ipModuleForm .form-horizontal .checkbox,
.ipModuleForm .form-horizontal .radio-inline,
.ipModuleForm .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.ipModuleForm .form-horizontal .radio,
.ipModuleForm .form-horizontal .checkbox {
  min-height: 28px;
}
.ipModuleForm .form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.ipModuleForm .form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .ipModuleForm .form-horizontal .control-label {
    text-align: right;
  }
}
.ipModuleForm .form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 20px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.ipModuleForm .progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ipModuleForm .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #019bd4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.ipModuleForm .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.ipModuleForm .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.ipModuleForm * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ipModuleForm .form-group {
  margin-bottom: 20px;
}
.ipModuleForm .form-control {
  max-width: 100%;
}
.ipModuleForm textarea.form-control {
  height: 10em;
}
.ipModuleForm .progress {
  margin-bottom: 0;
}
.ipModuleForm .help-hint {
  background-color: #747474;
  color: #fff;
  display: none;
  font-size: 12px;
  padding: 4px 10px 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 1;
}
.ipModuleForm .form-group:hover .help-hint {
  display: block;
}
.ipModuleForm .help-error {
  background-color: #b80000;
  color: #fff;
  display: none;
  font-size: 12px;
  max-width: 380px;
  padding: 4px 10px 2px;
  width: 100%;
}
.ipModuleForm .has-error .help-error {
  display: block;
}
.ipModuleForm .captcha img {
  display: block;
  max-width: 100%;
}
.ipModuleForm .form-group.type-blank {
  margin-bottom: 0;
}
.ipModuleForm .form-group.type-blank label {
  display: none;
}
.ipModuleForm .form-group.type-blank .help-error {
  margin-bottom: 20px;
}
.ipModuleForm .form-group.type-submit label {
  display: none;
}
.ipModuleForm ._file {
  min-height: 20px;
  padding: 0.5em;
  margin-top: 5px;
  background-color: #a7a7a7;
  border: 1px solid #747474;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  max-width: 380px;
  position: relative;
}
.ipModuleForm ._file .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ipModuleForm ._file .close:hover,
.ipModuleForm ._file .close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ipModuleForm ._file button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.ipModuleForm ._file ._error {
  color: #b80000;
  font-size: 12px;
}
.ipModuleForm .btn {
  display: inline-block;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.5;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ipModuleForm .btn-default:hover {
}
@media (min-width: 768px) {
  .ipModuleForm.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ipModuleForm.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .ipModuleForm.form-inline .input-group > .form-control {
    width: 100%;
  }
  .ipModuleForm.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ipModuleForm.form-inline .radio,
  .ipModuleForm.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .ipModuleForm.form-inline .radio input[type="radio"],
  .ipModuleForm.form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .ipModuleForm.form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.ipModuleForm.form-horizontal .control-label,
.ipModuleForm.form-horizontal .radio,
.ipModuleForm.form-horizontal .checkbox,
.ipModuleForm.form-horizontal .radio-inline,
.ipModuleForm.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.ipModuleForm.form-horizontal .radio,
.ipModuleForm.form-horizontal .checkbox {
  min-height: 28px;
}
.ipModuleForm.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.ipModuleForm.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .ipModuleForm.form-horizontal .control-label {
    text-align: right;
  }
}
.ipModuleForm.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 20px;
}
.ipBlock {
  min-height: 10px;
  /* to create minimum height when block is empty */
}
.ipBlock.ipbEmpty {
  /* styles when block is empty */
  min-height: 30px;
  outline: #000 dashed 1px;
}
.ipBlock.ipbEmpty:hover {
  /* styles when block is empty */
  outline-color: #019bd4;
}
.ipBlock .ipbExampleContent {
  position: relative;
}
.ipBlock .ipbExampleContent:after {
  background-color: #e3e3e3;
  content: ' ';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0.3;
  filter: alpha(opacity=30);
  top: 0;
  width: 100%;
}
.ipBlock .ipbExampleContent .ipWidget:hover {
  outline: none;
}
.ipBlock .ipbExampleContent .ipbDefault {
  color: #2f313f;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  visibility: hidden;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.ipBlock .ipbExampleContent .ipbUser {
  position: relative;
  margin-top: -50px;
  /* same height as .ipbDefault to show on top of it */
  min-height: 50px;
  /* same height as .ipbDefault to show on top of it */
}
.ipBlock .ipbExampleContent:hover .ipbDefault {
  visibility: visible;
}
.ipBlock .ipbExampleContent:hover .ipbUser {
  visibility: hidden;
}
.breadcrumb {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 0.5em;
  color: #333;
}
.breadcrumb > .active {
  color: #333;
}
.ipWidget-Columns ._container {
  margin: 0 -25px;
}
.ipWidget-Columns ._col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding: 0 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ipWidget-Columns ._col {
    /* float: none; */
    /* margin-bottom: 20px; */
    /* width: auto !important; */
  }
  .ipWidget-Columns ._col:last-child {
    margin-bottom: 0;
  }
}
.ipWidget-Divider.ipSkin-default {
  border-bottom: 1px solid #e7e7e8;
  height: 0;
  margin-bottom: 10px;
}
.ipWidget-Divider.ipSkin-space {
  height: 25px;
}
.ipWidget-File ul {
  list-style: none;
  margin-left: 0;
}
.ipWidget-File ul li {
  padding-left: 0px;
  margin-bottom: 26px;
  border-top: none;
}
.ipWidget-File ul li:before {
  display: none;
}
.ipWidget-File a {
  font-weight: bold;
  background: url(img/icon_download.png) no-repeat left center;
  padding: 15px 15px 15px 50px;
  color: #fff;
  background-color: rgb(218, 33, 40);
  text-transform: uppercase;
  background-size: 25px;
  border-radius: 3px;
  background-position: 8px center;
  transition: all 0.2s ease-in-out;
  background-position: 12px;
}
.ipWidget-File a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.ipWidget-Form .ipwSuccess {
  /* mimicking the same styles as for form to keep message 'inside' the box */
  border: 1px solid #888;
  display: none;
  padding: 20px 25px;
}
.ipWidget-Gallery {
  margin-bottom: 0px;
}
.ipWidget-Gallery ._container {
  list-style: none;
  margin: 0 -1px;
}
.ipWidget-Gallery ._item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 2px;
  padding: 0 1px;
  width: 20%;
  position: relative;
}
.ipWidget-Gallery ._image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .ipWidget-Gallery ._container {
    margin: 0 -10px;
  }
  .ipWidget-Gallery ._item {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%;
  }
}
.ipWidget-Html {
  max-width: 100%;
}
.ipWidget-Image img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  /* to remove 3px space below the image (default rendering behavior) */
  max-width: 100%;
}
.ipWidget-Missing {
  /* covered by default styles */
}
.ipWidget-Text table,
.ipWidget-Text pre {
  max-width: 100%;
  overflow: auto;
}
.ipWidget-Heading {
  margin-bottom: 10px;
  margin-top: 30px;
}
.ipWidget-Heading:first-child {
  margin-top: 0;
}
.ipWidget-Heading a {
  color: #333;
  text-decoration: inherit;
}
.ipWidget-Heading a:hover {
  text-decoration: underline;
}
/**
 * Dynamic, fluid, responsive, nested grid
 * Includes selectors from the system to mimic grid without adding extra classes to HTML
 */
 [class^="col_"],
 [class*=" col_"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  margin-bottom: 20px;
  padding: 0 10px;
  position: relative;
}
[class^="col_"] .grid,
[class*=" col_"] .grid {
  margin: 0 -10px;
}
.hidden {
  display: none !important;
}
.col_1 {
  width: 8.33333333%;
}
.col_1 .col_1 {
  width: 100%;
}
.col_1 .col_2 {
  width: 200%;
}
.col_1 .col_3 {
  width: 300%;
}
.col_1 .col_4 {
  width: 400%;
}
.col_1 .col_5 {
  width: 500%;
}
.col_1 .col_6 {
  width: 600%;
}
.col_1 .col_7 {
  width: 700%;
}
.col_1 .col_8 {
  width: 800%;
}
.col_1 .col_9 {
  width: 900%;
}
.col_1 .col_10 {
  width: 1000%;
}
.col_1 .col_11 {
  width: 1100%;
}
.col_1 .col_12 {
  width: 1200%;
}
.col_2 {
  width: 16.66666667%;
}
.col_2 .col_1 {
  width: 50%;
}
.col_2 .col_2 {
  width: 100%;
}
.col_2 .col_3 {
  width: 150%;
}
.col_2 .col_4 {
  width: 200%;
}
.col_2 .col_5 {
  width: 250%;
}
.col_2 .col_6 {
  width: 300%;
}
.col_2 .col_7 {
  width: 350%;
}
.col_2 .col_8 {
  width: 400%;
}
.col_2 .col_9 {
  width: 450%;
}
.col_2 .col_10 {
  width: 500%;
}
.col_2 .col_11 {
  width: 550%;
}
.col_2 .col_12 {
  width: 600%;
}
.col_3 {
  width: 25%;
}
.col_3 .col_1 {
  width: 33.33333333%;
}
.col_3 .col_2 {
  width: 66.66666667%;
}
.col_3 .col_3 {
  width: 100%;
}
.col_3 .col_4 {
  width: 133.33333333%;
}
.col_3 .col_5 {
  width: 166.66666667%;
}
.col_3 .col_6 {
  width: 200%;
}
.col_3 .col_7 {
  width: 233.33333333%;
}
.col_3 .col_8 {
  width: 266.66666667%;
}
.col_3 .col_9 {
  width: 300%;
}
.col_3 .col_10 {
  width: 333.33333333%;
}
.col_3 .col_11 {
  width: 366.66666667%;
}
.col_3 .col_12 {
  width: 400%;
}
.col_4 {
  width: 33.33333333%;
}
.col_4 .col_1 {
  width: 25%;
}
.col_4 .col_2 {
  width: 50%;
}
.col_4 .col_3 {
  width: 75%;
}
.col_4 .col_4 {
  width: 100%;
}
.col_4 .col_5 {
  width: 125%;
}
.col_4 .col_6 {
  width: 150%;
}
.col_4 .col_7 {
  width: 175%;
}
.col_4 .col_8 {
  width: 200%;
}
.col_4 .col_9 {
  width: 225%;
}
.col_4 .col_10 {
  width: 250%;
}
.col_4 .col_11 {
  width: 275%;
}
.col_4 .col_12 {
  width: 300%;
}
.col_5 {
  width: 41.66666667%;
}
.col_5 .col_1 {
  width: 20%;
}
.col_5 .col_2 {
  width: 40%;
}
.col_5 .col_3 {
  width: 60%;
}
.col_5 .col_4 {
  width: 80%;
}
.col_5 .col_5 {
  width: 100%;
}
.col_5 .col_6 {
  width: 120%;
}
.col_5 .col_7 {
  width: 140%;
}
.col_5 .col_8 {
  width: 160%;
}
.col_5 .col_9 {
  width: 180%;
}
.col_5 .col_10 {
  width: 200%;
}
.col_5 .col_11 {
  width: 220%;
}
.col_5 .col_12 {
  width: 240%;
}
.col_6 {
  width: 50%;
}
.col_6 .col_1 {
  width: 16.66666667%;
}
.col_6 .col_2 {
  width: 33.33333333%;
}
.col_6 .col_3 {
  width: 50%;
}
.col_6 .col_4 {
  width: 66.66666667%;
}
.col_6 .col_5 {
  width: 83.33333333%;
}
.col_6 .col_6 {
  width: 100%;
}
.col_6 .col_7 {
  width: 116.66666667%;
}
.col_6 .col_8 {
  width: 133.33333333%;
}
.col_6 .col_9 {
  width: 150%;
}
.col_6 .col_10 {
  width: 166.66666667%;
}
.col_6 .col_11 {
  width: 183.33333333%;
}
.col_6 .col_12 {
  width: 200%;
}
.col_7 {
  width: 58.33333333%;
}
.col_7 .col_1 {
  width: 14.28571429%;
}
.col_7 .col_2 {
  width: 28.57142857%;
}
.col_7 .col_3 {
  width: 42.85714286%;
}
.col_7 .col_4 {
  width: 57.14285714%;
}
.col_7 .col_5 {
  width: 71.42857143000001%;
}
.col_7 .col_6 {
  width: 85.71428571%;
}
.col_7 .col_7 {
  width: 100%;
}
.col_7 .col_8 {
  width: 114.28571429%;
}
.col_7 .col_9 {
  width: 128.57142857%;
}
.col_7 .col_10 {
  width: 142.85714286%;
}
.col_7 .col_11 {
  width: 157.14285714%;
}
.col_7 .col_12 {
  width: 171.42857143%;
}
.col_8 {
  width: 66.66666667%;
}
.col_8 .col_1 {
  width: 12.5%;
}
.col_8 .col_2 {
  width: 25%;
}
.col_8 .col_3 {
  width: 37.5%;
}
.col_8 .col_4 {
  width: 50%;
}
.col_8 .col_5 {
  width: 62.5%;
}
.col_8 .col_6 {
  width: 75%;
}
.col_8 .col_7 {
  width: 87.5%;
}
.col_8 .col_8 {
  width: 100%;
}
.col_8 .col_9 {
  width: 112.5%;
}
.col_8 .col_10 {
  width: 125%;
}
.col_8 .col_11 {
  width: 137.5%;
}
.col_8 .col_12 {
  width: 150%;
}
.col_9 {
  width: 75%;
}
.col_9 .col_1 {
  width: 11.11111111%;
}
.col_9 .col_2 {
  width: 22.22222222%;
}
.col_9 .col_3 {
  width: 33.33333333%;
}
.col_9 .col_4 {
  width: 44.44444444%;
}
.col_9 .col_5 {
  width: 55.55555556%;
}
.col_9 .col_6 {
  width: 66.66666667%;
}
.col_9 .col_7 {
  width: 77.77777777999999%;
}
.col_9 .col_8 {
  width: 88.88888889%;
}
.col_9 .col_9 {
  width: 100%;
}
.col_9 .col_10 {
  width: 111.11111111%;
}
.col_9 .col_11 {
  width: 122.22222222%;
}
.col_9 .col_12 {
  width: 133.33333333%;
}
.col_10 {
  width: 83.33333333%;
}
.col_10 .col_1 {
  width: 10%;
}
.col_10 .col_2 {
  width: 20%;
}
.col_10 .col_3 {
  width: 30%;
}
.col_10 .col_4 {
  width: 40%;
}
.col_10 .col_5 {
  width: 50%;
}
.col_10 .col_6 {
  width: 60%;
}
.col_10 .col_7 {
  width: 70%;
}
.col_10 .col_8 {
  width: 80%;
}
.col_10 .col_9 {
  width: 90%;
}
.col_10 .col_10 {
  width: 100%;
}
.col_10 .col_11 {
  width: 110%;
}
.col_10 .col_12 {
  width: 120%;
}
.col_11 {
  width: 91.66666667%;
}
.col_11 .col_1 {
  width: 9.09090909%;
}
.col_11 .col_2 {
  width: 18.18181818%;
}
.col_11 .col_3 {
  width: 27.27272727%;
}
.col_11 .col_4 {
  width: 36.36363636%;
}
.col_11 .col_5 {
  width: 45.45454545%;
}
.col_11 .col_6 {
  width: 54.54545455%;
}
.col_11 .col_7 {
  width: 63.63636364%;
}
.col_11 .col_8 {
  width: 72.72727273%;
}
.col_11 .col_9 {
  width: 81.81818182000001%;
}
.col_11 .col_10 {
  width: 90.90909091%;
}
.col_11 .col_11 {
  width: 100%;
}
.col_11 .col_12 {
  width: 109.09090909%;
}
.col_12 {
  width: 100%;
}
.col_12 .col_1 {
  width: 8.33333333%;
}
.col_12 .col_2 {
  width: 16.66666667%;
}
.col_12 .col_3 {
  width: 25%;
}
.col_12 .col_4 {
  width: 33.33333333%;
}
.col_12 .col_5 {
  width: 41.66666667%;
}
.col_12 .col_6 {
  width: 50%;
}
.col_12 .col_7 {
  width: 58.33333333%;
}
.col_12 .col_8 {
  width: 66.66666667%;
}
.col_12 .col_9 {
  width: 75%;
}
.col_12 .col_10 {
  width: 83.33333333%;
}
.col_12 .col_11 {
  width: 91.66666667%;
}
.col_12 .col_12 {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .hidden_md {
    visibility: hidden !important;
    display: none !important;
  }
  .col_md_1 {
    width: 8.33333333%;
  }
  .col_md_1 .col_md_1 {
    width: 100%;
  }
  .col_md_1 .col_md_2 {
    width: 200%;
  }
  .col_md_1 .col_md_3 {
    width: 300%;
  }
  .col_md_1 .col_md_4 {
    width: 400%;
  }
  .col_md_1 .col_md_5 {
    width: 500%;
  }
  .col_md_1 .col_md_6 {
    width: 600%;
  }
  .col_md_1 .col_md_7 {
    width: 700%;
  }
  .col_md_1 .col_md_8 {
    width: 800%;
  }
  .col_md_1 .col_md_9 {
    width: 900%;
  }
  .col_md_1 .col_md_10 {
    width: 1000%;
  }
  .col_md_1 .col_md_11 {
    width: 1100%;
  }
  .col_md_1 .col_md_12 {
    width: 1200%;
  }
  .col_md_2 {
    width: 16.66666667%;
  }
  .col_md_2 .col_md_1 {
    width: 50%;
  }
  .col_md_2 .col_md_2 {
    width: 100%;
  }
  .col_md_2 .col_md_3 {
    width: 150%;
  }
  .col_md_2 .col_md_4 {
    width: 200%;
  }
  .col_md_2 .col_md_5 {
    width: 250%;
  }
  .col_md_2 .col_md_6 {
    width: 300%;
  }
  .col_md_2 .col_md_7 {
    width: 350%;
  }
  .col_md_2 .col_md_8 {
    width: 400%;
  }
  .col_md_2 .col_md_9 {
    width: 450%;
  }
  .col_md_2 .col_md_10 {
    width: 500%;
  }
  .col_md_2 .col_md_11 {
    width: 550%;
  }
  .col_md_2 .col_md_12 {
    width: 600%;
  }
  .col_md_3 {
    width: 25%;
  }
  .col_md_3 .col_md_1 {
    width: 33.33333333%;
  }
  .col_md_3 .col_md_2 {
    width: 66.66666667%;
  }
  .col_md_3 .col_md_3 {
    width: 100%;
  }
  .col_md_3 .col_md_4 {
    width: 133.33333333%;
  }
  .col_md_3 .col_md_5 {
    width: 166.66666667%;
  }
  .col_md_3 .col_md_6 {
    width: 200%;
  }
  .col_md_3 .col_md_7 {
    width: 233.33333333%;
  }
  .col_md_3 .col_md_8 {
    width: 266.66666667%;
  }
  .col_md_3 .col_md_9 {
    width: 300%;
  }
  .col_md_3 .col_md_10 {
    width: 333.33333333%;
  }
  .col_md_3 .col_md_11 {
    width: 366.66666667%;
  }
  .col_md_3 .col_md_12 {
    width: 400%;
  }
  .col_md_4 {
    width: 33.33333333%;
  }
  .col_md_4 .col_md_1 {
    width: 25%;
  }
  .col_md_4 .col_md_2 {
    width: 50%;
  }
  .col_md_4 .col_md_3 {
    width: 75%;
  }
  .col_md_4 .col_md_4 {
    width: 100%;
  }
  .col_md_4 .col_md_5 {
    width: 125%;
  }
  .col_md_4 .col_md_6 {
    width: 150%;
  }
  .col_md_4 .col_md_7 {
    width: 175%;
  }
  .col_md_4 .col_md_8 {
    width: 200%;
  }
  .col_md_4 .col_md_9 {
    width: 225%;
  }
  .col_md_4 .col_md_10 {
    width: 250%;
  }
  .col_md_4 .col_md_11 {
    width: 275%;
  }
  .col_md_4 .col_md_12 {
    width: 300%;
  }
  .col_md_5 {
    width: 41.66666667%;
  }
  .col_md_5 .col_md_1 {
    width: 20%;
  }
  .col_md_5 .col_md_2 {
    width: 40%;
  }
  .col_md_5 .col_md_3 {
    width: 60%;
  }
  .col_md_5 .col_md_4 {
    width: 80%;
  }
  .col_md_5 .col_md_5 {
    width: 100%;
  }
  .col_md_5 .col_md_6 {
    width: 120%;
  }
  .col_md_5 .col_md_7 {
    width: 140%;
  }
  .col_md_5 .col_md_8 {
    width: 160%;
  }
  .col_md_5 .col_md_9 {
    width: 180%;
  }
  .col_md_5 .col_md_10 {
    width: 200%;
  }
  .col_md_5 .col_md_11 {
    width: 220%;
  }
  .col_md_5 .col_md_12 {
    width: 240%;
  }
  .col_md_6 {
    width: 50%;
  }
  .col_md_6 .col_md_1 {
    width: 16.66666667%;
  }
  .col_md_6 .col_md_2 {
    width: 33.33333333%;
  }
  .col_md_6 .col_md_3 {
    width: 50%;
  }
  .col_md_6 .col_md_4 {
    width: 66.66666667%;
  }
  .col_md_6 .col_md_5 {
    width: 83.33333333%;
  }
  .col_md_6 .col_md_6 {
    width: 100%;
  }
  .col_md_6 .col_md_7 {
    width: 116.66666667%;
  }
  .col_md_6 .col_md_8 {
    width: 133.33333333%;
  }
  .col_md_6 .col_md_9 {
    width: 150%;
  }
  .col_md_6 .col_md_10 {
    width: 166.66666667%;
  }
  .col_md_6 .col_md_11 {
    width: 183.33333333%;
  }
  .col_md_6 .col_md_12 {
    width: 200%;
  }
  .col_md_7 {
    width: 58.33333333%;
  }
  .col_md_7 .col_md_1 {
    width: 14.28571429%;
  }
  .col_md_7 .col_md_2 {
    width: 28.57142857%;
  }
  .col_md_7 .col_md_3 {
    width: 42.85714286%;
  }
  .col_md_7 .col_md_4 {
    width: 57.14285714%;
  }
  .col_md_7 .col_md_5 {
    width: 71.42857143000001%;
  }
  .col_md_7 .col_md_6 {
    width: 85.71428571%;
  }
  .col_md_7 .col_md_7 {
    width: 100%;
  }
  .col_md_7 .col_md_8 {
    width: 114.28571429%;
  }
  .col_md_7 .col_md_9 {
    width: 128.57142857%;
  }
  .col_md_7 .col_md_10 {
    width: 142.85714286%;
  }
  .col_md_7 .col_md_11 {
    width: 157.14285714%;
  }
  .col_md_7 .col_md_12 {
    width: 171.42857143%;
  }
  .col_md_8 {
    width: 66.66666667%;
  }
  .col_md_8 .col_md_1 {
    width: 12.5%;
  }
  .col_md_8 .col_md_2 {
    width: 25%;
  }
  .col_md_8 .col_md_3 {
    width: 37.5%;
  }
  .col_md_8 .col_md_4 {
    width: 50%;
  }
  .col_md_8 .col_md_5 {
    width: 62.5%;
  }
  .col_md_8 .col_md_6 {
    width: 75%;
  }
  .col_md_8 .col_md_7 {
    width: 87.5%;
  }
  .col_md_8 .col_md_8 {
    width: 100%;
  }
  .col_md_8 .col_md_9 {
    width: 112.5%;
  }
  .col_md_8 .col_md_10 {
    width: 125%;
  }
  .col_md_8 .col_md_11 {
    width: 137.5%;
  }
  .col_md_8 .col_md_12 {
    width: 150%;
  }
  .col_md_9 {
    width: 75%;
  }
  .col_md_9 .col_md_1 {
    width: 11.11111111%;
  }
  .col_md_9 .col_md_2 {
    width: 22.22222222%;
  }
  .col_md_9 .col_md_3 {
    width: 33.33333333%;
  }
  .col_md_9 .col_md_4 {
    width: 44.44444444%;
  }
  .col_md_9 .col_md_5 {
    width: 55.55555556%;
  }
  .col_md_9 .col_md_6 {
    width: 66.66666667%;
  }
  .col_md_9 .col_md_7 {
    width: 77.77777777999999%;
  }
  .col_md_9 .col_md_8 {
    width: 88.88888889%;
  }
  .col_md_9 .col_md_9 {
    width: 100%;
  }
  .col_md_9 .col_md_10 {
    width: 111.11111111%;
  }
  .col_md_9 .col_md_11 {
    width: 122.22222222%;
  }
  .col_md_9 .col_md_12 {
    width: 133.33333333%;
  }
  .col_md_10 {
    width: 83.33333333%;
  }
  .col_md_10 .col_md_1 {
    width: 10%;
  }
  .col_md_10 .col_md_2 {
    width: 20%;
  }
  .col_md_10 .col_md_3 {
    width: 30%;
  }
  .col_md_10 .col_md_4 {
    width: 40%;
  }
  .col_md_10 .col_md_5 {
    width: 50%;
  }
  .col_md_10 .col_md_6 {
    width: 60%;
  }
  .col_md_10 .col_md_7 {
    width: 70%;
  }
  .col_md_10 .col_md_8 {
    width: 80%;
  }
  .col_md_10 .col_md_9 {
    width: 90%;
  }
  .col_md_10 .col_md_10 {
    width: 100%;
  }
  .col_md_10 .col_md_11 {
    width: 110%;
  }
  .col_md_10 .col_md_12 {
    width: 120%;
  }
  .col_md_11 {
    width: 91.66666667%;
  }
  .col_md_11 .col_md_1 {
    width: 9.09090909%;
  }
  .col_md_11 .col_md_2 {
    width: 18.18181818%;
  }
  .col_md_11 .col_md_3 {
    width: 27.27272727%;
  }
  .col_md_11 .col_md_4 {
    width: 36.36363636%;
  }
  .col_md_11 .col_md_5 {
    width: 45.45454545%;
  }
  .col_md_11 .col_md_6 {
    width: 54.54545455%;
  }
  .col_md_11 .col_md_7 {
    width: 63.63636364%;
  }
  .col_md_11 .col_md_8 {
    width: 72.72727273%;
  }
  .col_md_11 .col_md_9 {
    width: 81.81818182000001%;
  }
  .col_md_11 .col_md_10 {
    width: 90.90909091%;
  }
  .col_md_11 .col_md_11 {
    width: 100%;
  }
  .col_md_11 .col_md_12 {
    width: 109.09090909%;
  }
  .col_md_12 {
    width: 100%;
  }
  .col_md_12 .col_md_1 {
    width: 8.33333333%;
  }
  .col_md_12 .col_md_2 {
    width: 16.66666667%;
  }
  .col_md_12 .col_md_3 {
    width: 25%;
  }
  .col_md_12 .col_md_4 {
    width: 33.33333333%;
  }
  .col_md_12 .col_md_5 {
    width: 41.66666667%;
  }
  .col_md_12 .col_md_6 {
    width: 50%;
  }
  .col_md_12 .col_md_7 {
    width: 58.33333333%;
  }
  .col_md_12 .col_md_8 {
    width: 66.66666667%;
  }
  .col_md_12 .col_md_9 {
    width: 75%;
  }
  .col_md_12 .col_md_10 {
    width: 83.33333333%;
  }
  .col_md_12 .col_md_11 {
    width: 91.66666667%;
  }
  .col_md_12 .col_md_12 {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .hidden_lg {
    visibility: hidden !important;
    display: none !important;
  }
  .col_lg_1 {
    width: 8.33333333%;
  }
  .col_lg_1 .col_lg_1 {
    width: 100%;
  }
  .col_lg_1 .col_lg_2 {
    width: 200%;
  }
  .col_lg_1 .col_lg_3 {
    width: 300%;
  }
  .col_lg_1 .col_lg_4 {
    width: 400%;
  }
  .col_lg_1 .col_lg_5 {
    width: 500%;
  }
  .col_lg_1 .col_lg_6 {
    width: 600%;
  }
  .col_lg_1 .col_lg_7 {
    width: 700%;
  }
  .col_lg_1 .col_lg_8 {
    width: 800%;
  }
  .col_lg_1 .col_lg_9 {
    width: 900%;
  }
  .col_lg_1 .col_lg_10 {
    width: 1000%;
  }
  .col_lg_1 .col_lg_11 {
    width: 1100%;
  }
  .col_lg_1 .col_lg_12 {
    width: 1200%;
  }
  .col_lg_2 {
    width: 16.66666667%;
  }
  .col_lg_2 .col_lg_1 {
    width: 50%;
  }
  .col_lg_2 .col_lg_2 {
    width: 100%;
  }
  .col_lg_2 .col_lg_3 {
    width: 150%;
  }
  .col_lg_2 .col_lg_4 {
    width: 200%;
  }
  .col_lg_2 .col_lg_5 {
    width: 250%;
  }
  .col_lg_2 .col_lg_6 {
    width: 300%;
  }
  .col_lg_2 .col_lg_7 {
    width: 350%;
  }
  .col_lg_2 .col_lg_8 {
    width: 400%;
  }
  .col_lg_2 .col_lg_9 {
    width: 450%;
  }
  .col_lg_2 .col_lg_10 {
    width: 500%;
  }
  .col_lg_2 .col_lg_11 {
    width: 550%;
  }
  .col_lg_2 .col_lg_12 {
    width: 600%;
  }
  .col_lg_3 {
    width: 25%;
  }
  .col_lg_3 .col_lg_1 {
    width: 33.33333333%;
  }
  .col_lg_3 .col_lg_2 {
    width: 66.66666667%;
  }
  .col_lg_3 .col_lg_3 {
    width: 100%;
  }
  .col_lg_3 .col_lg_4 {
    width: 133.33333333%;
  }
  .col_lg_3 .col_lg_5 {
    width: 166.66666667%;
  }
  .col_lg_3 .col_lg_6 {
    width: 200%;
  }
  .col_lg_3 .col_lg_7 {
    width: 233.33333333%;
  }
  .col_lg_3 .col_lg_8 {
    width: 266.66666667%;
  }
  .col_lg_3 .col_lg_9 {
    width: 300%;
  }
  .col_lg_3 .col_lg_10 {
    width: 333.33333333%;
  }
  .col_lg_3 .col_lg_11 {
    width: 366.66666667%;
  }
  .col_lg_3 .col_lg_12 {
    width: 400%;
  }
  .col_lg_4 {
    width: 33.33333333%;
  }
  .col_lg_4 .col_lg_1 {
    width: 25%;
  }
  .col_lg_4 .col_lg_2 {
    width: 50%;
  }
  .col_lg_4 .col_lg_3 {
    width: 75%;
  }
  .col_lg_4 .col_lg_4 {
    width: 100%;
  }
  .col_lg_4 .col_lg_5 {
    width: 125%;
  }
  .col_lg_4 .col_lg_6 {
    width: 150%;
  }
  .col_lg_4 .col_lg_7 {
    width: 175%;
  }
  .col_lg_4 .col_lg_8 {
    width: 200%;
  }
  .col_lg_4 .col_lg_9 {
    width: 225%;
  }
  .col_lg_4 .col_lg_10 {
    width: 250%;
  }
  .col_lg_4 .col_lg_11 {
    width: 275%;
  }
  .col_lg_4 .col_lg_12 {
    width: 300%;
  }
  .col_lg_5 {
    width: 41.66666667%;
  }
  .col_lg_5 .col_lg_1 {
    width: 20%;
  }
  .col_lg_5 .col_lg_2 {
    width: 40%;
  }
  .col_lg_5 .col_lg_3 {
    width: 60%;
  }
  .col_lg_5 .col_lg_4 {
    width: 80%;
  }
  .col_lg_5 .col_lg_5 {
    width: 100%;
  }
  .col_lg_5 .col_lg_6 {
    width: 120%;
  }
  .col_lg_5 .col_lg_7 {
    width: 140%;
  }
  .col_lg_5 .col_lg_8 {
    width: 160%;
  }
  .col_lg_5 .col_lg_9 {
    width: 180%;
  }
  .col_lg_5 .col_lg_10 {
    width: 200%;
  }
  .col_lg_5 .col_lg_11 {
    width: 220%;
  }
  .col_lg_5 .col_lg_12 {
    width: 240%;
  }
  .col_lg_6 {
    width: 50%;
  }
  .col_lg_6 .col_lg_1 {
    width: 16.66666667%;
  }
  .col_lg_6 .col_lg_2 {
    width: 33.33333333%;
  }
  .col_lg_6 .col_lg_3 {
    width: 50%;
  }
  .col_lg_6 .col_lg_4 {
    width: 66.66666667%;
  }
  .col_lg_6 .col_lg_5 {
    width: 83.33333333%;
  }
  .col_lg_6 .col_lg_6 {
    width: 100%;
  }
  .col_lg_6 .col_lg_7 {
    width: 116.66666667%;
  }
  .col_lg_6 .col_lg_8 {
    width: 133.33333333%;
  }
  .col_lg_6 .col_lg_9 {
    width: 150%;
  }
  .col_lg_6 .col_lg_10 {
    width: 166.66666667%;
  }
  .col_lg_6 .col_lg_11 {
    width: 183.33333333%;
  }
  .col_lg_6 .col_lg_12 {
    width: 200%;
  }
  .col_lg_7 {
    width: 58.33333333%;
  }
  .col_lg_7 .col_lg_1 {
    width: 14.28571429%;
  }
  .col_lg_7 .col_lg_2 {
    width: 28.57142857%;
  }
  .col_lg_7 .col_lg_3 {
    width: 42.85714286%;
  }
  .col_lg_7 .col_lg_4 {
    width: 57.14285714%;
  }
  .col_lg_7 .col_lg_5 {
    width: 71.42857143000001%;
  }
  .col_lg_7 .col_lg_6 {
    width: 85.71428571%;
  }
  .col_lg_7 .col_lg_7 {
    width: 100%;
  }
  .col_lg_7 .col_lg_8 {
    width: 114.28571429%;
  }
  .col_lg_7 .col_lg_9 {
    width: 128.57142857%;
  }
  .col_lg_7 .col_lg_10 {
    width: 142.85714286%;
  }
  .col_lg_7 .col_lg_11 {
    width: 157.14285714%;
  }
  .col_lg_7 .col_lg_12 {
    width: 171.42857143%;
  }
  .col_lg_8 {
    width: 66.66666667%;
  }
  .col_lg_8 .col_lg_1 {
    width: 12.5%;
  }
  .col_lg_8 .col_lg_2 {
    width: 25%;
  }
  .col_lg_8 .col_lg_3 {
    width: 37.5%;
  }
  .col_lg_8 .col_lg_4 {
    width: 50%;
  }
  .col_lg_8 .col_lg_5 {
    width: 62.5%;
  }
  .col_lg_8 .col_lg_6 {
    width: 75%;
  }
  .col_lg_8 .col_lg_7 {
    width: 87.5%;
  }
  .col_lg_8 .col_lg_8 {
    width: 100%;
  }
  .col_lg_8 .col_lg_9 {
    width: 112.5%;
  }
  .col_lg_8 .col_lg_10 {
    width: 125%;
  }
  .col_lg_8 .col_lg_11 {
    width: 137.5%;
  }
  .col_lg_8 .col_lg_12 {
    width: 150%;
  }
  .col_lg_9 {
    width: 75%;
  }
  .col_lg_9 .col_lg_1 {
    width: 11.11111111%;
  }
  .col_lg_9 .col_lg_2 {
    width: 22.22222222%;
  }
  .col_lg_9 .col_lg_3 {
    width: 33.33333333%;
  }
  .col_lg_9 .col_lg_4 {
    width: 44.44444444%;
  }
  .col_lg_9 .col_lg_5 {
    width: 55.55555556%;
  }
  .col_lg_9 .col_lg_6 {
    width: 66.66666667%;
  }
  .col_lg_9 .col_lg_7 {
    width: 77.77777777999999%;
  }
  .col_lg_9 .col_lg_8 {
    width: 88.88888889%;
  }
  .col_lg_9 .col_lg_9 {
    width: 100%;
  }
  .col_lg_9 .col_lg_10 {
    width: 111.11111111%;
  }
  .col_lg_9 .col_lg_11 {
    width: 122.22222222%;
  }
  .col_lg_9 .col_lg_12 {
    width: 133.33333333%;
  }
  .col_lg_10 {
    width: 83.33333333%;
  }
  .col_lg_10 .col_lg_1 {
    width: 10%;
  }
  .col_lg_10 .col_lg_2 {
    width: 20%;
  }
  .col_lg_10 .col_lg_3 {
    width: 30%;
  }
  .col_lg_10 .col_lg_4 {
    width: 40%;
  }
  .col_lg_10 .col_lg_5 {
    width: 50%;
  }
  .col_lg_10 .col_lg_6 {
    width: 60%;
  }
  .col_lg_10 .col_lg_7 {
    width: 70%;
  }
  .col_lg_10 .col_lg_8 {
    width: 80%;
  }
  .col_lg_10 .col_lg_9 {
    width: 90%;
  }
  .col_lg_10 .col_lg_10 {
    width: 100%;
  }
  .col_lg_10 .col_lg_11 {
    width: 110%;
  }
  .col_lg_10 .col_lg_12 {
    width: 120%;
  }
  .col_lg_11 {
    width: 91.66666667%;
  }
  .col_lg_11 .col_lg_1 {
    width: 9.09090909%;
  }
  .col_lg_11 .col_lg_2 {
    width: 18.18181818%;
  }
  .col_lg_11 .col_lg_3 {
    width: 27.27272727%;
  }
  .col_lg_11 .col_lg_4 {
    width: 36.36363636%;
  }
  .col_lg_11 .col_lg_5 {
    width: 45.45454545%;
  }
  .col_lg_11 .col_lg_6 {
    width: 54.54545455%;
  }
  .col_lg_11 .col_lg_7 {
    width: 63.63636364%;
  }
  .col_lg_11 .col_lg_8 {
    width: 72.72727273%;
  }
  .col_lg_11 .col_lg_9 {
    width: 81.81818182000001%;
  }
  .col_lg_11 .col_lg_10 {
    width: 90.90909091%;
  }
  .col_lg_11 .col_lg_11 {
    width: 100%;
  }
  .col_lg_11 .col_lg_12 {
    width: 109.09090909%;
  }
  .col_lg_12 {
    width: 100%;
  }
  .col_lg_12 .col_lg_1 {
    width: 8.33333333%;
  }
  .col_lg_12 .col_lg_2 {
    width: 16.66666667%;
  }
  .col_lg_12 .col_lg_3 {
    width: 25%;
  }
  .col_lg_12 .col_lg_4 {
    width: 33.33333333%;
  }
  .col_lg_12 .col_lg_5 {
    width: 41.66666667%;
  }
  .col_lg_12 .col_lg_6 {
    width: 50%;
  }
  .col_lg_12 .col_lg_7 {
    width: 58.33333333%;
  }
  .col_lg_12 .col_lg_8 {
    width: 66.66666667%;
  }
  .col_lg_12 .col_lg_9 {
    width: 75%;
  }
  .col_lg_12 .col_lg_10 {
    width: 83.33333333%;
  }
  .col_lg_12 .col_lg_11 {
    width: 91.66666667%;
  }
  .col_lg_12 .col_lg_12 {
    width: 100%;
  }
}
.gridHint {
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.showGridHint .gridHint {
  display: block;
}
.showGridHint [class^="col_"],
.showGridHint [class*=" col_"] {
  box-shadow: 0 0 2px black inset;
}
.showGridHint .gridHint [class^="col_"],
.showGridHint .gridHint [class*=" col_"] {
  height: 100%;
  background-clip: content-box;
  background-color: rgba(255, 0, 0, 0.5);
  box-shadow: none;
}
body {
  background-color: #ffffff;
  color: #333;
  font-family: 'Minion Pro';
  font-size: 16px;
}
a {
  color: #019bd4;
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
  position: relative;
}
.wrapper > header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.wrapper > footer {
  margin-top: 20px;
  padding: 10px 0;
}
.wrapper > footer p {
  margin: 0;
}
.wrapper > footer a:hover {
  text-decoration: underline;
}
.homerow {
  clear: both;
  border-top: 1px solid #747474;
  padding-top: 20px;
}
.side {
  clear: left;
}
@media screen and (max-width: 979px) {
  .main + .side {
    border-top: 1px solid #747474;
    padding-top: 20px;
  }
}
.sidenav {
  margin-bottom: 0;
}
.sidenav nav > ul {
  margin-bottom: 40px;
}

@media screen and (max-width: 479px) {
  .homeHeadline {
    font-size: 40px;
  }
}
.currentPage {
  font-weight: bold;
  display: none;
  margin-right: 10px;
}
.topmenuToggle {
  background: #019bd4 url(img/icon_menu.png) no-repeat center center;
  border-radius: 3px;
  color: #019bd4;
  display: none;
  margin-top: 20px;
  padding: 0.75em 1.5em;
}
.topmenu {
  float: right;
  font-size: 14px;
  margin-top: 20px;
}
.topmenu ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu li {
  position: relative;
}
.topmenu .level1 > li {
  display: inline-block;
}
.topmenu a {
  color: #019bd4;
  display: block;
  padding: 0.5em 1em;
  white-space: nowrap;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
 background: transparent;
 z-index: 1000;
 margin-top: 7px;
 margin-left: 45px;
 float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 20px 20px;
  font-size: 20px;
  text-decoration: none;
  font-family: 'Industrial_Roman';
  transition: all 0.2s ease-in-out;
  color: #da2128;
  text-transform: uppercase;
}

#cssmenu > ul > li:hover > a {
  background: #f5f6f7;
  color: #000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > .active a {
  color: #2b2b2b;
  background: #f5f6f7;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 26px;
  right: 10px;
  width: 10px;
  height: 2px;
  display: block;
  background: #ffffff;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 2px;
  height: 10px;
  background: #ffffff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-top: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  min-width: 165px;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  background: #f5f6f7;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #000000;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  display: none;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  display: none;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media (max-width: 650px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 650px), not all, not all, not all, only screen and (max-width: 650px) and (min-resolution: 192dpi), only screen and (max-width: 650px) and (min-resolution: 2dppx) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #f01f43;
    background: none;
    text-transform:  uppercase;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #000000;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 18px 22px;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    background: #da2128;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: 'Industrial_Roman';
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 28px;
    right: 12px;
    display: block;
    height: 4px;
    width: 23px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 22px;
    right: 12px;
    display: block;
    height: 2px;
    width: 23px;
    background: #ffffff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 28px;
    border: 0;
    height: 2px;
    width: 20px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 28px;
    background: #ffffff;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #f5f6f7;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000000;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #060606;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000000;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
.topmenu a:hover {
  text-decoration: underline;
}
.topmenu .active > a {
  font-weight: bold;
}
.topmenu .crumb > a {
  color: #333;
  font-weight: bold;
}
.topmenu .parent > a {
  padding-right: 30px;
}
.topmenu .parent > a:after {
  content: '\25BC';
  position: absolute;
  right: 5px;
}
.topmenu .level1 ul {
  background-color: #ffffff;
  border: 1px solid #747474;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  z-index: 2000;
}
.topmenu li:hover > ul {
  display: block;
}
.topmenu .level2 ul {
  margin-left: 100%;
  top: 0;
}
.topmenuPopup {
  background-color: #ffffff;
  border: 1px solid #747474;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.languages {
  display: inline-block;
  margin-left: 20px;
}
.languages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.languages li {
  display: inline-block;
}
.languages a {
  color: #019bd4;
  display: block;
  padding: 0.5em 0.25em;
  white-space: nowrap;
}
.languages a:hover {
  text-decoration: underline;
}
.languages .active a {
  font-weight: bold;
}
.sidenav nav {
  font-size: 14px;
}
.sidenav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav nav ul ul {
  margin-left: 1em;
}
.sidenav nav a {
  color: #019bd4;
  display: block;
  margin-bottom: 10px;
}
.sidenav nav a:hover {
  text-decoration: underline;
}
.sidenav nav .active > a {
  font-weight: bold;
}
.sidenav nav .crumb > a {
  color: #333;
  font-weight: bold;
}
.sidenav nav.collapse .level1 ul {
  display: none;
}
.sidenav nav.collapse .active > ul,
.sidenav nav.collapse .crumb > ul {
  display: block;
}
@media screen and (max-width: 479px) {
  .currentPage,
  .topmenuToggle {
    display: inline-block;
  }
  .topmenu {
    background-color: #ffffff;
    border: 1px solid #747474;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .topmenu .level1 ul {
    border: none;
    box-shadow: none;
    margin: 0 10px;
    position: static;
  }
  .topmenu .level1 > li {
    display: list-item;
  }
  .languages {
    border-top: 1px solid #747474;
    display: block;
    margin-left: 0;
  }
  .languages a {
    padding: 0.5em 1em;
  }
}

.ipWidget-File li {
  background: url(img/icon_download.png) no-repeat left center;
  margin-bottom: 4px;
  padding-left: 25px;
}
.side .ipWidget-Gallery li {
  width: 50%;
}
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 3%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.3%;
}
.span_2_of_4 {
  width: 48.5%;
}
.span_1_of_4 {
  width: 22.7%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 650px) {
  .col {  margin: 1% 0 1% 0%; }
  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

.padding-fix {
  padding: 35px 0;
}
.image-relative {
  position: relative;
}
.gallery-hover {
  position: absolute;
  left: 1px;
  right: 1px;
  left: 1px;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da2128+0,7c1315+100,ad0002+100&0.7+0,0.8+100 */
  background: -moz-linear-gradient(-45deg, rgba(218,33,40,0.7) 0%, rgba(173,0,2,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(218,33,40,0) 0%,rgba(173,0,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(218,33,40,0) 0%,rgba(173,0,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3da2128', endColorstr='#ccad0002',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gallery-hover img {
  position: absolute;
  width: 30px;
  bottom: 15px;
  right: 15px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}
.image-hover {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: -moz-linear-gradient(-45deg, rgba(218,33,40,0.7) 0%, rgba(173,0,2,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(218,33,40,0) 0%,rgba(173,0,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(218,33,40,0) 0%,rgba(173,0,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3da2128', endColorstr='#ccad0002',GradientType=1 ); 
}
.image-hover img {
  position: absolute;
  width: 30px;
  bottom: 15px;
  right: 15px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}
.ipsItem a:hover .gallery-hover {
  opacity: 1;
}
.ipsItem a:hover .gallery-hover img {
  transform: scale(1);
}
.image-hover:hover {
  opacity: 1;
}
.image-hover:hover img {
  transform: scale(1);
}
.pace .pace-progress {
  background: #da2128!important;
  position: absolute!important;
  height: 3px!important;
}
.pace-inactive {
  display: block!important;
}
header {
  padding: 15px 0;
  position:  relative;
  z-index: 1;
}
.logo {
  width: 166.5px;
  float: left;
}
.logo img {
  width: 100%;
}
.head_nonres {
  font-size: 16px;
  font-family: 'Minion Pro';
  padding-top: 12px;
  border-top: 1px solid #d1d2d4;
  margin-top: 12px;
  max-width: 115px;
  line-height: 1.3;
  color: #6d6e70;
  text-transform:  none;
}
.slider {
  top: -172px;
  position: relative;
}
.background-white {
  background: #fff;
  padding-bottom: 20px;
}
.social-holder {
  margin-top: 66px;
  margin-left: 10px;
}
.social-holder a:first-child {
  border: 2px solid #fff;
  position: relative;
  display: inline-grid;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
}
.social-holder a:nth-child(2) {
  border: 2px solid #fff;
  position: relative;
  display: inline-grid;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
}
.social-holder a:last-child {
  border: 2px solid #fff;
  position: relative;
  display: inline-grid;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.social-holder a:first-child img {width: 11.5px;padding: 14.5px 19.2px;}
.social-holder a:nth-child(2) img {width: 22.5px;padding: 13.7px 13.7px;}
.social-holder a:last-child img {width: 20px;padding: 15.2px 15px;}
.social-holder2 {
  margin-top: 0px;
  margin-left: 0px;
}
.social-holder2 a:first-child {
  border: 2px solid #b71e23;
  position: relative;
  display: inline-grid;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
.social-holder2 a:nth-child(2) {
  border: 2px solid #b71e23;
  position: relative;
  display: inline-grid;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
.social-holder2 a:last-child {
  border: 2px solid #b71e23;
  position: relative;
  display: inline-grid;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.social-holder2 a:hover {
  opacity: 0.8;
}
.social-holder a:hover {
  opacity: 0.8;
}
.social-holder2 a:first-child img {width: 11.5px;padding: 14.5px 19.2px;}
.social-holder2 a:nth-child(2) img {width: 22.5px;padding: 13.7px 13.7px;}
.social-holder2 a:last-child img {width: 20px;padding: 15.2px 15px;}
.slider .bx-viewport {
  overflow: visible!important;
}
html {
  overflow-x: hidden;
}
header {

}
.left-w {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  top: 0;
  height: 182px;
  left: -199.1%;
  position: absolute;
  width: 200%;
}
.margin-fix {
    margin-top: -190px;
}
.right-w {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  top: 0;
  height: 181px;
  position: absolute;
  right: -199.1%;
  width: 200%;
}
.left-s {
  top: 0;
  height: 100%;
  background: #5608096e;
  left: -199.1%;
  position: absolute;
  width: 200%;
}
.right-s {
  background: #5608096e;
  top: 0;
  height: 100%;
  position: absolute;
  right: -199.1%;
  width: 200%;
}
.slider-data {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  visibility: hidden;
}
.overlay-cover {
  position: absolute!important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a21b1f+0,a21b1f+56,a21b1f+100&0.01+0,0.32+56,1+100 */
  background: -moz-linear-gradient(top, rgba(162,27,31,0.01) 0%, rgba(162,27,31,0.32) 56%, rgba(162,27,31,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(162,27,31,0.01) 0%,rgba(162,27,31,0.32) 56%,rgba(162,27,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(162,27,31,0.01) 0%,rgba(162,27,31,0.32) 56%,rgba(162,27,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a21b1f', endColorstr='#a21b1f',GradientType=0 ); /* IE6-9 */
}
.slider-data h1 {font-size: 43px;color: #fff;margin-bottom: 25px;}
.slider-data p {font-size: 16px;color: #fff;max-width:  670px;text-align:  center;margin: 0 auto;margin-bottom: 25px!important;}
.coffee-i {position: relative;height: 30px;width: 100%;display:  block;max-width: 670px;margin: 0 auto;margin-bottom: 26px;}
.coffee-i img {width: 24px!important;margin: 0 auto;}
.slider-b1 {transition: all 0.2s ease-in-out;color: #da2128!important;font-size: 16px;padding: 15px 30px;background: #fff;border-radius: 3px;font-family: 'Industrial_Roman';display: inline-block;margin-bottom: 25px;text-transform: uppercase;}
.slider-b2 {
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  color: #fff!important;
}
.slider-b1:hover {
  background: #ffffffe0;
}
.slider-b2:hover {
  opacity: 0.9;
}
#cssmenu > ul > li > a {
        max-width: 136px;
        font-size: 18px;
}
.coffee-i:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 44%;
  height: 1px;
  top: 16px;
  background: white;
}
.coffee-i:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 44%;
  height: 1px;
  top: 16px;
  background: white;
}
.ipHasAdminPanel .slider {
  top: -27px;
}
.ipHasAdminPanel header .span_1_of_4 {
  background: #c98969;
  padding-bottom: 46px;
}
.ip .btn-default {
  color: #000000!important;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.main-title {
  text-align: center;
  font-size: 28px;
  color: #da2128;
  display: block;
  margin-bottom: 20px;
}
.main-title p {
  line-height: 1.5;
  margin: 0;
}
.main-title1 {
  font-size: 20px;
  color: #da2128;
  display: block;
  margin-bottom: 15px;
  display:  inline-block;
  float: left;
}
.main-title1 p {
  line-height: 1.5;
  margin: 0;
}
.main-desc {margin-bottom: 35px;}
.main-desc p {
  margin: 0;
  line-height: 1.5;
}
.stars {
  width: 87.5px;
  margin: 0 auto;
  display:  block;
  margin-top: 0px;
}
.coffee-section {width: 100%;display:  block;margin-top: 35px;}
.w-3 {width: 32%;float: left;margin-right: 2%;}
.w-3:last-child {margin-right: 0%;}
.w-3:last-child .content-block {
  text-align: right;
}
.pos-rel {
  position: relative;
}
.coffee-bg {
  background: url('img/bgc.png');
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: -75px;
  background-size: 80%;
  left: 0;
  z-index: 10;
  width: 200px;
  height: 316px;
}
.coffee-bg5 {
  background: url('img/coffee5.png');
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  bottom: -6px;
  background-size: 80%;
  right: 0;
  z-index: 10;
  width: 110px;
  height: 150px;
}
.coffee-bg4 {
  background: url('img/bgc.png');
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0px;
  background-size: 80%;
  left: 0;
  z-index: 10;
  width: 200px;
  height: 316px;
}
.coffee-bg2 {
  background: url('img/bgc3.png');
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0px;
  background-size: 62%;
  right: 0px;
  z-index: 10;
  width: 200px;
  height: 554px;
}
.coffee-bg3 {
  background: url('img/bgc4.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  bottom: 0px;
  background-size: 87%;
  left: 0px;
  z-index: 10;
  width: 200px;
  height: 270px;
}
.upper-section {
  top: -110px;
  height: 300px;
  background: #ffffff;
  left: -199.1%;
  position: absolute;
  width: 200%;
}
.upper-section1 {
  top: -110px;
  height: 300px;
  background: #ffffff;
  right: -199.1%;
  position: absolute;
  width: 200%;
}
.overlay-red {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9a1117d1;
}
.background-img {
  background: url('img/bg-img.jpg');
  background-repeat: no-repeat;
  background-size: 3000px;
  background-attachment: fixed;
}
.product-container {
  max-width: 260px;
}
.product-image {
  width: 126px;
  margin: 0 auto;
  display: block;
}
.product-image img {
  width: 100%;
  border-radius:  50%;
  overflow: hidden;
}
.p-content {
  margin-top: 30px;
  margin-bottom: 0px;
}
.p-content h1 {
  text-align: center;
  color: #fff;
  text-transform:  lowercase;
  font-family: 'Industrial_Roman';
  font-size: 20px;
  margin-bottom: 25px;
}
.p-content p {
  text-align: center;
  color: #ffd9da;
}
.line {
  width: 1px;
  height: 25px;
  background: #ffd9da;
  margin: 0 auto;
  display: block;
  margin-top: 25px;
}
.red-bg {
  background: #da2128;
  padding: 30px 0 200px 0;
}
footer .logo {
  width: 137px;
  float: none;
  margin: 0 auto;
  display: block;
}
.active-slide {
  visibility: visible!important
}
.dot1 {
  position: relative;
  width: 11px;
  height: 11px;
  background: #bcbdc0;
  float: right;
  border-radius: 50%;
  top: 10px;
  right: 135px;
}
.dot1:after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #bcbdc0;
  top: 5px;
}
.dot1:before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #bcbdc0;
  top: 29px;
  left: 93px;
  transform: rotate(29deg);
}
.dot2 {
  position: relative;
  width: 11px;
  height: 11px;
  background: #bcbdc0;
  float: right;
  border-radius: 50%;
  top: 10px;
  right: 135px;
}
.dot2:after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #bcbdc0;
  top: 5px;
}
.dot2:before {
  content: '';
  display: block;
  position: absolute;
  width: 68px;
  height: 1px;
  background: #bcbdc0;
  top: 5px;
  left: 78px;
  transform: rotate(0deg);
}
.dot3 {
  position: relative;
  width: 11px;
  height: 11px;
  background: #bcbdc0;
  float: right;
  border-radius: 50%;
  top: 10px;
  right: 135px;
}
.dot3:after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #bcbdc0;
  top: 5px;
}
.dot3:before {
  content: '';
  display: block;
  position: absolute;
  width: 81px;
  height: 1px;
  background: #bcbdc0;
  top: -14px;
  left: 94px;
  transform: rotate(-29deg);
}
.dot4 {
  position: relative;
  width: 11px;
  height: 11px;
  background: #bcbdc0;
  float: left;
  border-radius: 50%;
  top: 10px;
  left: 135px;
}
.dot4:after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #bcbdc0;
  top: 5px;
  right: 0;
}
.dot4:before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #bcbdc0;
  top: 29px;
  right: 92px;
  transform: rotate(-29deg);
}
.dot5 {
  position: relative;
  width: 11px;
  height: 11px;
  background: #bcbdc0;
  float: left;
  border-radius: 50%;
  top: 10px;
  left: 135px;
}
.dot5:after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #bcbdc0;
  top: 5px;
  right: 0;
}
.dot5:before {
  content: '';
  display: block;
  position: absolute;
  width: 66px;
  height: 1px;
  background: #bcbdc0;
  top: 5px;
  right: 83px;
  transform: rotate(0deg);
}
.dot6 {
  position: relative;
  width: 11px;
  height: 11px;
  background: #bcbdc0;
  float: left;
  border-radius: 50%;
  top: 10px;
  left: 135px;
}
.dot6:after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #bcbdc0;
  top: 5px;
  right: 0;
}
.dot6:before {
  content: '';
  display: block;
  position: absolute;
  width: 76px;
  height: 1px;
  background: #bcbdc0;
  top: -13px;
  right: 94px;
  transform: rotate(29deg);
}
.title-dot {
  display:  inline-block;
  width: 100%;
}
.title-dot2 {
  display:  inline-block;
  width: 100%;
}
.title-dot2 .main-title1 {
  float: right;
}
footer .main-title1 {
  float: unset!important;
}
.main-bg {
  background: url('img/mainbg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 235px;
  position: relative;
  margin-top: -197px;
}
.mainpage-title {
  color: #fff;
  font-size: 28px;
  font-family: 'Industrial_Roman';
  margin-top: -54px;
}
.mainpage-title p {
  margin: 0;
  line-height: 1.5;
}
.mainpage .coffee-bg {
  top: -3px;
}
.mainpage .coffee-bg2 {
  top: 0;
}
.mainpage {
  margin-top: 15px;
}
.grey-bg {
  background: #F2F3F3;
}
.mainpage .ipWidget h1 {
  color: #333;
  margin-bottom: 25px;
}
.custom-section {
  position: relative;
  margin-bottom: 30px;
}
.custom-section img {
  width: 100%;
}
.w-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  bottom: 6px;
  background: #8e1015ad;
}
.w-5 h1 {
  color: #fff!important;
  font-size: 28px;
  margin-bottom: 35px!important;
  margin-top: 40px;
  padding: 0 40px;
}
.w-5 div p {
  color: #fff;
  padding: 0 40px;
}
.main-page header .span_1_of_4 {
  background: unset;
}
.ipHasAdminPanel .mainpage .coffee-bg {
  top: -3px;
}
.ipHasAdminPanel .pace {
  display: none!important;
}
.main-page .pos-rel {
  min-height: 300px;
}
.ipwForm {
  background: #9a2022;
  padding: 40px 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.ipModuleForm .btn {
  background: #fff;
  color: #da2128!important;
}
.ipModuleForm .btn:hover {
 opacity: 0.9;
}
html, body {
  border: medium none;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
.level2 .head_nonres {
  display: none;
}
.show-res {
  display: none;
}






/* Responsive */
@media only screen and (max-width: 1630px) {
  .ipWidget-AsdSlider .bx-wrapper .bx-next {
    right: -88px;
  }
  .ipWidget-AsdSlider .bx-wrapper .bx-prev {
    left: -88px;
  }
  .coffee-bg {
    display: none;
  }
  .coffee-bg1 {
    display: none;
  }
  .coffee-bg2 {
    display: none;
  }
  .coffee-bg3 {
    display: none;
  }
  .coffee-bg4 {
    display: none;
  }
  .coffee-bg5 {
    display: none;
  }
}
@media only screen and (max-width: 1390px) {
  .ipWidget-AsdSlider .bx-wrapper .bx-next {
    right: 40px;
  }
  .ipWidget-AsdSlider .bx-wrapper .bx-prev {
    left: 40px;
  }
  .ipWidget-AsdSlider .bx-wrapper .bx-controls-direction a {
    top: 64%;
  }
}
@media only screen and (max-width: 1178px) {
  .left-w {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    top: 0;
    height: 181px;
  }
}
@media only screen and (max-width: 1142px) {
  .custom-section {
    overflow: hidden;
  }
  .custom-section img {
    width: 130%;
  }
  .w-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 6px;
    background: #8e1015ad;
  }
  .main-bg {
    background: url(img/mainbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 235px;
    position: relative;
    margin-top: -173px;
  }
  .display-fix {
    display: none;
  }
  .header .span_3_of_4 {
    width: 100%;
  }
  .header {
    background: #fff;
  }
  .dot1 {
    display: none;
  }
  .dot2 {
    display: none;
  }
  .dot3 {
    display: none;
  }
  .dot4 {
    display: none;
  }
  .dot5 {
    display: none;
  }
  .dot6 {
    display: none;
  }
}
@media only screen and (max-width: 852px) {
  .logo {
    width: 140px;
    float: unset;
    margin: 0 auto;
    display: block;
    margin-top: 12px;
  }
  .content-block {
    margin-top: 35px;
  }
  .w-3 {
    width: 100%;
    float: unset;
    margin-right: 0%;
    text-align: center;
  }
  .main-title1 {
    float: unset;
  }
  .content-block p {
    text-align: center;
  }
  .title-dot2 .main-title1 {
    float: unset;
    width: 100%;
    text-align: center;
  }
  .bx-controls-direction {
    display: none;
  }
  #cssmenu {
    background: transparent;
    z-index: 1000;
    margin-top: 25px;
    margin-left: 0px;
    float: unset;
    display: inline-block;
    width: 100%;
  }
  #cssmenu ul {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  #cssmenu > ul > li {
    float: unset;
    text-align: center;
    display: inline-block;
  }
  .ipWidget-Columns ._col {
    width: 50%!important;
  }
  .product-container {
    max-width: 260px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  footer .span_1_of_4:last-child {
    width: 100%;
    margin-left: 0%;
  }
  footer .span_2_of_4 {
    width: 73.5%;
  }
}
@media only screen and (max-width: 792px) {
  .custom-section img {
    width: 175%;
  }
  .slider-data p {
    display: none;
  }
  .slider-data h1 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 25px;
  }
  .slider-b2 {
    display: none;
  }
  .coffee-i:before {
    display: none!important;
  }
  .coffee-i:after {
    display: none!important;
  }
  .slider-data {
    bottom: 5px;
  }
  footer .logo {
    width: 86%;
  }
}
@media only screen and (max-width: 650px) {
  .custom-section img {
    width: 245%;
    left: -300px;
    position: relative;
  }
  .ipWidget .button {
    margin-bottom: 25px;
  }
  .menu-opened {
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
  }
  .slider {
    top: 0px;
    position: relative;
  }
  .margin-fix {
    margin-top: 0px;
}
  .head_nonres {
    display: none;
  }
  #cssmenu > ul > li > a {
    padding: 14px 20px;
    font-size: 16px;
    text-align: left;
  }
  #cssmenu ul {
    display: none;
    text-align: left;
    border: 1px solid #e4e4e4;
    border-top: none;
  }
  .right-s {
    background: #5608096e;
    top: 0;
    height: 100%;
    position: absolute;
    right: -196.6%;
    width: 200%;
  }
  .left-s {
    top: 0;
    height: 100%;
    background: #5608096e;
    left: -196.6%;
    position: absolute;
    width: 200%;
  }
  .upper-section {
    top: -110px;
    height: 300px;
    background: #ffffff;
    left: -196.6%;
    position: absolute;
    width: 200%;
  }
  .upper-section1 {
    top: -110px;
    height: 300px;
    background: #ffffff;
    right: -196.6%;
    position: absolute;
    width: 200%;
  }
  .wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .custom-section img {
    width: 350%;
    left: -500px;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .custom-section img {
    width: 1000%;
    left: -500px;
    position: absolute;
    bottom: 0;
    top: 0;
  }
  .w-5 {
    position: relative;
    background: #8e1015ad;
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .gallery-hover {
    position: absolute;
    right: 10px;
    left: 10px;
  }
  footer .span_2_of_4 {
    width: 100%;
  }
  footer .main-title1 {
    float: unset!important;
    width: 100%;
    text-align: center;
  }
  .ipWidget {
    text-align: center;
  }
  .social-holder2 {
    margin-top: 0px;
    margin-left: 0px;
    margin: 0 auto;
    width: 200px;
  }
  .main-desc p {
    margin: 0;
    line-height: 1.5;
    text-align: center;
  }
  footer .ipWidget h2 {
    color: #da2128;
    font-family: 'Industrial_Roman';
    font-size: 20px;
    font-weight: normal;
    margin-top: 26px;
  }
  .ipWidget-Columns ._col {
    width: 100%!important;
  }
  .hide-res {
    display: none;
  }
  .show-res {
    display: block;
  }
  footer .logo {
    width: 137px;
  }
  .logo.show-res {
    background: #da2128;
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  footer .logo img {
    width: 137px;
    display: block;
    margin: 0 auto;
    padding: 40px 0;
  }
  .right-s {
    background: #5608096e;
    top: 0;
    height: 100%;
    position: absolute;
    right: -195.6%;
    width: 200%;
  }
  .left-s {
    top: 0;
    height: 100%;
    background: #5608096e;
    left: -195.6%;
    position: absolute;
    width: 200%;
  }
  .upper-section {
    top: -110px;
    height: 300px;
    background: #ffffff;
    left: -195.6%;
    position: absolute;
    width: 200%;
  }
  .upper-section1 {
    top: -110px;
    height: 300px;
    background: #ffffff;
    right: -195.6%;
    position: absolute;
    width: 200%;
  }
}
@media only screen and (max-width: 414px) {
  .right-s {
    background: #5608096e;
    top: 0;
    height: 100%;
    position: absolute;
    right: -195.2%;
    width: 200%;
  }
  .left-s {
    top: 0;
    height: 100%;
    background: #5608096e;
    left: -195.2%;
    position: absolute;
    width: 200%;
  }
  .upper-section {
    top: -110px;
    height: 300px;
    background: #ffffff;
    left: -195.2%;
    position: absolute;
    width: 200%;
  }
  .upper-section1 {
    top: -110px;
    height: 300px;
    background: #ffffff;
    right: -195.2%;
    position: absolute;
    width: 200%;
  }
  .slider-b1 {
    transition: all 0.2s ease-in-out;
    color: #da2128!important;
    font-size: 16px;
    padding: 10px 25px;
    background: #fff;
    border-radius: 3px;
    font-family: 'Industrial_Roman';
    display: inline-block;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .slider-data h1 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .slider-data h1 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
  }
  .coffee-i {
    display: none!important;
  }
  .right-s {
    background: #5608096e;
    top: 0;
    height: 100%;
    position: absolute;
    right: -194.3%;
    width: 200%;
  }
  .left-s {
    top: 0;
    height: 100%;
    background: #5608096e;
    left: -194.3%;
    position: absolute;
    width: 200%;
  }
  .slider-data {
    bottom: 32px;
  }
  .upper-section {
    top: -110px;
    height: 300px;
    background: #ffffff;
    left: -194.3%;
    position: absolute;
    width: 200%;
  }
  .upper-section1 {
    top: -110px;
    height: 300px;
    background: #ffffff;
    right: -194.3%;
    position: absolute;
    width: 200%;
  }
}
@media only screen and (max-width: 1200px) {

}


.home_tpd {position: relative;top: -135px;}

.hwrapp h5{
    color: #da2128;
    font-family: 'Industrial_Roman';
    font-size: 28px;
    font-weight: normal;
	text-align: center;

	
}