/*Make sure your selectors are very specific, you can accidentally overide builder css if you are not careful*/
/*Do not edit positioning, width, height in CSS, set that in the markup*/
/*CSS Changes, are somewhat permanent, user cannot change these, they can overide them via element inline style, but thats about it*/

/* background */
.susires.default {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  /*ul*/
  /*li*/
  /*a*/
  /*hover*/
  /*selected page*/
}
.susires.default.pagebg {
  background-image: url("assets/susires-bg.jpg");
  min-height: 1400px;
}
.susires.default .text-plugin p {
  margin: 0;
  padding: 0;
}
.susires.default h1,
.susires.default h2,
.susires.default h3,
.susires.default h4,
.susires.default h5,
.susires.default h6 {
  padding: 0;
  margin: 0;
}
.susires.default h1 {
  font-family: 'Gruppo', cursive;
  font-size: 69px;
  line-height: 80px;
  color: #fff;
  opacity: 1;
  text-align: center;
}
.susires.default h2 {
  font-family: 'Unica One', cursive;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  text-align: left;
}
.susires.default h3 {
  font-family: 'Economica', sans-serif;
  font-size: 33px;
  line-height: 45px;
  color: #fff;
  text-align: center;
}
.susires.default h6 {
  font-family: 'Unica One', cursive;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.susires.default h4 {
  font-family: 'Economica', sans-serif;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}
.susires.default .text-plugin {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.susires.default p.small {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #c1bcb5;
  text-align: center;
  padding: 10px 0px;
}
.susires.default p.footer-text {
  font-family: 'Unica One', cursive;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.susires.default p.box-details {
  font-family: 'Economica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.susires.default p.box-price {
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  text-align: left;
}

/****************/
/* neo main nav */
/****************/
.susires.default .navigation-2-plugin .neo-asset-inner ul {
  font-family: 'Unica One', sans-serif;
}
.susires.default .navigation-2-plugin .neo-asset-inner > ul > li {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-right: 95px;
  margin-bottom: 0;
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-align: left;

  border-left-color: rgb(51, 51, 51);
  border-left-style: none;
  border-left-width: 0;
  border-right-color: rgb(51, 51, 51);
  border-right-style: none;
  border-right-width: 0;
  border-bottom-color: rgb(51, 51, 51);
  border-bottom-style: none;
  border-bottom-width: 0;
  border-top-color: rgb(51, 51, 51);
  border-top-style: none;
  border-top-width: 0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.susires.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
  color: #787272;
}
.susires.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
  background-color: transparent;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
}
.susires.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
  color: #a5a5a5;
}
.susires.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
  background-color: transparent;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
}
.susires.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
  color: #a5a5a5;
}

/***************/
/* neo sub nav */
/***************/
.susires.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.susires.default .navigation-2-plugin ul ul > li {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  background-color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Unica One', sans-serif;
  text-align: left;

  border-left-color: rgb(51, 51, 51);
  border-left-style: none;
  border-left-width: 0;
  border-right-color: rgb(51, 51, 51);
  border-right-style: none;
  border-right-width: 0;
  border-bottom-color: #a5a5a5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: rgb(51, 51, 51);
  border-top-style: none;
  border-top-width: 0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.susires.default .navigation-2-plugin ul ul > li > a {
  color: #787272;
}
.susires.default .navigation-2-plugin ul ul > li.k-state-hover {
  background-color: #000;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Unica One', sans-serif;
  text-align: left;
}
.susires.default .navigation-2-plugin ul ul > li.k-state-hover > a {
  color: #a5a5a5;
}
.susires.default .navigation-2-plugin ul ul > li.k-state-active {
  background-color: #000;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Unica One', sans-serif;
  text-align: left;
}
.susires.default .navigation-2-plugin ul ul > li.k-state-active > a {
  color: #a5a5a5;
} 



.susires.default div.form-plugin #FormHeading-id {
  display: none;
}
.susires.default div.form-plugin label {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
  width: 200px;
  text-transform: capitalize;
  padding-bottom: 0px;
}
.susires.default div.form-plugin span{
  color: #fff;
}
.susires.default div.form-plugin input[type="text"],
.susires.default div.form-plugin textarea {
  background-color: #fff;
  outline: none;
  border: none;
  padding: 7px 5px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: black;
}
.susires.default div.form-plugin textarea {
  height: 100px;
}
.susires.default div.form-plugin .form-element-wrapper {
  display: block;
  padding-bottom: 12px;
}
.susires.default div.form-plugin input[type="submit"] {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  background: #fff;
  padding: 2px 15px;
  margin: 10px 25px;
  display: block;
  border: none;
}
.susires.default .home-box {
  background: #030000;
}
.susires.default .divider-line {
  height: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
}
.susires.default .divider-long {
  height: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c1bcb5;
}
.susires.default .trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.susires.default p.lh27,
.susires.default h1.lh27,
.susires.default h2.lh27,
.susires.default h3.lh27,
.susires.default h4.lh27,
.susires.default h5.lh27,
.susires.default h6.lh27 {
  line-height: 27px;
}
.susires.default p.lh25,
.susires.default h1.lh25,
.susires.default h2.lh25,
.susires.default h3.lh25,
.susires.default h4.lh25,
.susires.default h5.lh25,
.susires.default h6.lh25 {
  line-height: 25px;
}
.susires.default p.lh24,
.susires.default h1.lh24,
.susires.default h2.lh24,
.susires.default h3.lh24,
.susires.default h4.lh24,
.susires.default h5.lh24,
.susires.default h6.lh24 {
  line-height: 24px;
}
.susires.default p.left,
.susires.default h1.left,
.susires.default h2.left,
.susires.default h3.left,
.susires.default h4.left,
.susires.default h5.left,
.susires.default h6.left {
  text-align: left;
}
.susires.default p.center,
.susires.default h1.center,
.susires.default h2.center,
.susires.default h3.center,
.susires.default h4.center,
.susires.default h5.center,
.susires.default h6.center {
  text-align: center;
}
.susires.default p.right,
.susires.default h1.right,
.susires.default h2.right,
.susires.default h3.right,
.susires.default h4.right,
.susires.default h5.right,
.susires.default h6.right {
  text-align: right;
}
.susires.default p.bold,
.susires.default h1.bold,
.susires.default h2.bold,
.susires.default h3.bold,
.susires.default h4.bold,
.susires.default h5.bold,
.susires.default h6.bold {
  font-weight: 700;
}
.susires.default p.semibold,
.susires.default h1.semibold,
.susires.default h2.semibold,
.susires.default h3.semibold,
.susires.default h4.semibold,
.susires.default h5.semibold,
.susires.default h6.semibold {
  font-weight: 600;
}
.susires.default p.normal,
.susires.default h1.normal,
.susires.default h2.normal,
.susires.default h3.normal,
.susires.default h4.normal,
.susires.default h5.normal,
.susires.default h6.normal {
  font-weight: 400;
}
.susires.default p.light,
.susires.default h1.light,
.susires.default h2.light,
.susires.default h3.light,
.susires.default h4.light,
.susires.default h5.light,
.susires.default h6.light {
  font-weight: 300;
}
.susires.default p.white,
.susires.default h1.white,
.susires.default h2.white,
.susires.default h3.white,
.susires.default h4.white,
.susires.default h5.white,
.susires.default h6.white {
  color: #ffffff;
}
.susires.default p.black,
.susires.default h1.black,
.susires.default h2.black,
.susires.default h3.black,
.susires.default h4.black,
.susires.default h5.black,
.susires.default h6.black {
  color: #000000;
}
.susires.default p.gray,
.susires.default h1.gray,
.susires.default h2.gray,
.susires.default h3.gray,
.susires.default h4.gray,
.susires.default h5.gray,
.susires.default h6.gray {
  color: #666666;
}
.susires.default p.p0,
.susires.default h1.p0,
.susires.default h2.p0,
.susires.default h3.p0,
.susires.default h4.p0,
.susires.default h5.p0,
.susires.default h6.p0 {
  padding: 0;
}
