body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
.header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  height: 210px;
  width: 100%;
}
.header > img {
  display: block;
  height: 80%;
  margin: auto;
  padding: 30px;
  width: 80%;
}
.header > .title {
  color: #be202f;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}
.account {
  border: 2px solid #fff;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  left: 30px;
  padding: 5px 11px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
}
.floorplan-account {
  border: 2px solid #fff;
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  left: 23px;
  padding: 3px 9px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
}
.floorplan-cont {
  height: 100%;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0;
  position: absolute;
  width: 100%;
}
.left-menu {
  background-color: #f6f6f6;
  border-right: 1px solid #ccc;
  height: 100%;
  left: 0;
  padding: 0 !important;
  position: absolute;
  width: 25%;
  z-index: 999;
}
.menu-handler {
  background-color: #fff;
  border-right: 1px solid #ccc;
  color: #fff;
  height: 100%;
  position: relative;
  width: 105px;
}
.menu-title {
  color: #6c7b8b;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 10px;
  text-align: center;
}
.menu-items {
  color: #000;
  border-bottom: 1px solid #ccc;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  width: 105px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.menu-items > .icons {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  width: 27px;
  height: 25px;
  background-repeat: no-repeat;
}
.roomSelectedIcon {}
.Kitchen:hover {
  background-image: url(../images/icons/kitchenIconTransparent.png);
}
.Bathroom:hover {
  background-image: url(../images/icons/bathroomIconTransparent.png);
}
.Kitchen.active {
  background-image: url(../images/icons/kitchenIconTransparent.png);
}
.Bathroom.active {
  background-image: url(../images/icons/bathroomIconTransparent.png);
}
.Kitchen {
  background-image: url(../images/icons/kitchenIcon.png);
  background-repeat: no-repeat;
  background-position: center;
}
.Bathroom {
  background-image: url(../images/icons/bathroomIcon.png);
  background-repeat: no-repeat;
  background-position: center;
}
.icons.Kitchen.roomSelectedIcon {
  background-image: url(../images/icons/kitchenIconTransparent.png);
}
.icons.Bathroom.roomSelectedIcon {
  background-image: url(../images/icons/bathroomIconTransparent.png);
}
.menu-items:hover > .Kitchen {
  background-image: url(../images/icons/kitchenIconTransparent.png);
}
.menu-items:hover > .Bathroom {
  background-image: url(../images/icons/bathroomIconTransparent.png);
}
.menu-items:hover {
  color: #fff;
  background-color: #be202f;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  border-bottom: 1px solid #eee;
}
.menuItemSelected {
  background-color: #be202f;
  border-bottom: 1px solid #eee;
  color: #fff;
}
.custom-caret {
  background-color: #38d2d2;
  border-radius: 0 13px 13px 0;
  font-size: 22px;
  margin-right: -11px;
  margin-top: -17px;
  padding: 4px 2px 7px 7px;
  position: absolute;
  right: 0;
  width: 20px;
}
.clear-all {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  bottom: 0;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 18px;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  width: 105px;
  text-transform: uppercase;
}
.clear-all:hover {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  background-color: #be202f;
  color: #fff;
}
.help-btn {
  bottom: 6.5%;
}
.help-btn:hover > .help-icon {
  color: #fff;
  border: 1px solid #fff;
}
.help-icon {
  border: 1px solid #be202f;
  border-radius: 20px;
  color: #be202f;
  display: block;
  margin: auto auto 10px;
  padding: 2px 2px 2px 5px;
  width: 24px;
}
.right-menu {
  background-color: #fff;
  height: 100%;
  padding: 0 !important;
  position: absolute;
  right: 0;
  width: 75%;
}
.floorplan {
  height: 80%;
  position: relative;
}

/*
.floorplan img{
  object-fit:contain;
} */

.front_images {
  height: 100%;
  position: relative;
}
.front_images > img {
  height: 100%;
}
/*
.right-menu > .floorplan > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */
.floorplan  img {
/*  width: 100%; */
  object-fit: contain;
}

.other_images {
  position: absolute;
  z-index: 99;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.col-lg-12 {
  background-color: #fff;
  height: 20%;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

/*
.material_slider {
  display: block;
  margin: auto;
  padding: 0 30px 0px 28px;
  width: 94%;
} */

.view_other_materials {
  background-color: #cddfdf;
  bottom: 0;
  font-size: 15px;
  font-weight: bold;
  height: 26%;
  letter-spacing: 2px;
  padding: 13px 30px;
  position: absolute;
  width: 100%;
}
.image.decorator {
  width: 400px !important;
}
.menu-item-options.col-md-2 {
  background-color: #f6f6f6;
  display: none;
  left: 105px;
  padding: 0;
  position: absolute;
  top: 210px;
  width: calc(100% - 105px);
}
.menu-item-options > .menu-item-handler {
  color: #000;
  position: relative;
  width: 100%;
}
.menu-item-options > .menu-item-handler > .title {
  color: #a9acb6;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.menu-item-options > .menu-item-handler > .items {
  border-bottom: 1px solid #a9acb6;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px;
}
.menu-item-options > .menu-item-handler > .items:hover {
  color: #be202f;
}
.menu-item-options > .menu-item-handler > .activeCategory {
  background-color: #BE202F;
  color: #FFFFFF;
}
.menu-item-options > .menu-item-handler > .activeCategory:hover {
  color: #FFFF00;
}
.mobile-material-item-active {
  display: none !important;
}
.mobile-menu.col-md-3 {
  background-color: #3e4249;
  height: 100%;
  min-width: 160px !important;
  padding: 0 !important;
  position: fixed !important;
  width: 45%;
  z-index: 99;
  display: none;
  left: -50%;
  overflow-x: scroll;
}
.mobile-menu.col-md-3 > .handler {
  margin-top: 70px;
}
.mobile-menu-btn {
  display: none;
}
.mobile-menu-items, .nav-back.close-btn {
  border-top: 2px solid #777;
  color: #2098D1;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 32px;
  overflow: hidden;
  padding: 15px 0 10px 15px;
}
.mobile-menu-items.active {
  background-color: #fff;
  border-top-width: 4px;
}
.mobile-menu-items > .mobile-menu-item-handler {
  background-color: #3e4249;
  margin-bottom: -10px;
  margin-left: -15px;
  margin-top: 10px;
  padding: 5px 0 10px;
  display: none;
}
.mobile-menu-items > .mobile-menu-item-handler > .items {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px 0 20px;
}
.mobile-menu-items > .mobile-menu-item-handler > .items:hover {
  color: #777;
}
.mobile_clear_all {
  display: none;
}
.tabs_link_cont {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 43px;
  margin-bottom: 20px;
}
.tab_links {
  border-left:1px solid #ccc;
  border-right: 1px solid #ccc;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 24px;
  position: relative;
  cursor: pointer;
}
.tab_links.active {
  background-color: #be202f;
  color: #fff;
}
.caret {
  border-color: #be202f transparent transparent !important;
  border-style: solid !important;
  border-width: 7px !important;
  bottom: -33%;
  left: 48%;
  position: absolute !important;
  z-index: 666;
}
.tabs {
  margin-top: 40px;
  overflow: hidden;
}
.packages {
  margin: auto;
  overflow: hidden;
  width: 83%;
}
.packagesContainer {
  margin: 0 auto;
  display: inline-block;
}
.packages > .packagesContainer > .items {
  border: 1px solid #999;
  color: #333;
  cursor: pointer;
  float: left;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 15px;
  padding: 15px 10px 10px;
  text-align: center;
  width: 80px;
  margin-bottom: 15px;
}
.packages > .packagesContainer > .items > .p_no {
  font-family: "Lucida Console";
  font-size: 22px;
  letter-spacing: 2px;
}
.floorplan-head-title {
  display: none;
  font-size: 16px;
  letter-spacing: 5px;
  margin-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}
.mobile-material-item-active {
  display: none !important;
}
.micasa_logo {
  bottom: 15px;
  position: absolute;
  right: 25px;
  width: 110px;
}
.micasa_logo > img {
  width: 100%;
}
.loading {
  background-color: #fff;
  height: 90%;
  position: relative;
  width: 90%;
  z-index: 9999;
  display: inline-block;
}
.loading_logo {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35%;
  margin: auto;
  position: relative;
}
.loading_logo > img {
  width: 100%;
}
.loading_logo > .loading_image {
  margin-top: 15px;
  text-align: center;
}
.material_slider {
  top: 10px;
}
.materialsTabClass {
  width: 100%;
  top: 5px;
  verticial-align: top;
  position: absolute;
}
.mobile_material {
  display: none;
}

#tablet_caption {
  display: none !important;
}
#tablet_rooms {
  display: none !important;
}
.btn .caret {
    margin-left: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}



@media (min-width: 1281px) {
  .header > img {
    display: block;
    height: 80%;
    margin: auto;
    padding: 30px;
    width: auto;
  }
  .left-menu {
    border-left: 1px solid #ccc;
  }
  .right-menu {
    border-right: 1px solid #ccc;
  }
}





@media (max-height: 810px) {
  .col-lg-12 > .material_menu {
    height: 100%;
  }
  .col-lg-12 {
    height: 27%;
  }
  .view_other_materials {
    display: none;
  }
  .floorplan {
    height: 73%;
    position: relative;
  }
  .header > img {
    height: 80%;
    padding: 15px;
    width: 70%;
  }
  .header {
    height: 170px;
  }
  .tabs {
    margin-top: 20px;
  }
  .help-btn {
    bottom: 9.5%;
  }
  .front_images {
    height: 100%;
    !important
  }
  .material_slider {
    top: 40px;
  }
  .materialsTabClass {
    height: 180px;
  }
}



@media (max-width: 1155px) and (min-width: 768px) {
  .packages > .items {
    font-size: 9px;
    margin-right: 10px;
    padding: 10px 6px 5px;
    width: 60px;
  }
  .packages > .items > .p_no {
    display: block;
    font-size: 20px;
    margin-top: 5px;
  }
  .help-btn {
    bottom: 7.5%;
  }

}
@media (max-width: 1025px) and (min-width: 768px) {
  .help-btn {
    bottom: 10%;
  }
  .front_images {
    height: 100%;
/*    position: absolute; */
    top: 50%;
    transform: translateY(-50%);
  }
  .material_slider {
    top: 40px !important;
  }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .front_images {
    height: 75%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .left-menu {
    width: 31%;
  }
  .right-menu {
    width: 69%;
  }
  .floorplan {
    height: 70%;
  } /* TO LOOK*/

  .header {
    height: 140px;
  }
  .header > img {
    width: 60%;
  }
  .help-btn {
    bottom: 10%;
  }
  .packages > .items {
    font-size: 9px;
    margin-right: 10px;
    padding: 10px 6px 5px;
    width: 60px;
  }
  .packages > .items > .p_no {
    display: block;
    font-size: 20px;
    margin-top: 5px;
  }
  .menu-item-options.col-md-2 {
    top: 140px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .front_images {
    height: 43%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }/*  TO LOOK*/
  .front_images > img {
    height: 100%;
  }

  .left-menu {
    width: 31%;
  }
  .right-menu {
    width: 69%;
  }
  .floorplan {
    height: 70%;
  }
  .header {
    height: 140px;
  }
  .header > img {
    width: 60%;
  }
  .help-btn {
    bottom: 6%;
  }
  .packages > .items {
    font-size: 9px;
    margin-right: 10px;
    padding: 10px 6px 5px;
    width: 60px;
  }
  .packages > .items > .p_no {
    display: block;
    font-size: 20px;
    margin-top: 5px;
  }
  .menu-item-options.col-md-2 {
    top: 140px;
  }
}




@media (max-width: 767px) {
  /* START CSS FOR MOBILE SCREENS DROP DOWN OF ROOMS */

  .modal-fog  {
    display: none !important;
  }

  #tablet_rooms {
    display: block !important;
    float: right;
    margin-top: 35px;
    text-align: right;
    width: 185px;
  }
  #tablet_rooms > #room-title {
    color: #827e87;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 5px;
  }
  #tablet_rooms > #room-title {
  color: #827e87;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 5px;
}
.room-selector {
  background-color: #f8f7f8;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #63666c;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  width: 150px;
}
.room-selector-btn {
  background-color: #d3d3d5 !important;
  border: 1px solid #d3d3d5 !important;
  border-radius: 0 !important;
  padding: 6px 13px !important;
}
#tablet_rooms .select-options > li > a {
  padding: 3px 12px;
}
.select-options {
  background-color: #f8f7f8 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.select-options > li > a:hover {
  background-color: #eee !important;
}

  #tablet_caption {
   display: block !important;
   float: none !important;
   margin: 0 0 30px !important;
   width: 100% !important;
 }
 #tablet_caption > img {
   margin-top: 5px;
   width: 250px;
 }
 #tablet_rooms {
   display: block !important;
   float: none !important;
   margin-top: 0 !important;
   text-align: left !important;
   width: 100% !important;
 }
 #tablet_rooms > #room-title {
   display: none !important;
 }
 #tablet_rooms > div > .btn-group {
   width: 100% !important;
 }
 #tablet_rooms > div > .btn-group > .room-selector {
  width: 90% !important;
  }
  #tablet_rooms > div > .btn-group > .room-selector-btn {
    width: 10% !important;
    height: 34px;
  }



 /* END CSS FOR MOBILE SCREENS DROP DOWN OF ROOMS */

  .mobile_material {
    display: block !important;
    position: relative;
    height: 100%;
  }
  .material_slider {
    display: none !important;
  }
  .materialsTabClass {
    position: relative;
    height: 100%;
  }
  .front_images {
    height: 220px;
    position: relative !important;
  }
  .front_images > img {
    height: 100%;
  }

  .materialsTabPanel{
    position: static !important;
  }

  .micasa_logo {
    display: none;
  }
  .tab_links.active {
    background-color: #3e4249;
  }
  .caret {
    display: none;
  }
  .mobile_material > .items {
    border-top: 1px solid #959595;
    cursor: pointer;
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: normal;
    margin-right: 0;
    text-align: inherit;
  }
  .mobile_material > .items.last {
    border-bottom: 1px solid #000;
  }
  .mobile_material > .items > .handler > img {
    height: auto;
    width: 75px;
  }
  .mobile_material > .items > .handler > .name {
    display: inline-block;
    text-align: center;
    width: 70%;
  }
  .mobile-material-item-active {
    color: #38d2d2;
    display: inline-block !important;
    font-size: 18px;
    top: 4px;
    width: 6%;
  }
  .floorplan-head-title {
    display: block;
  }
  .pagination {
    display: none !important;
  }
  .tabs_link_cont {
    height: 44px;
  }
  .mobile-menu-title {
    color: #fff;
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px 0 10px 15px;
  }
  .mobile-menu.col-md-3 {
    display: block;
  }
  .mobile-menu-btn {
    background-color: #3e4249;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    left: 5px;
    padding: 10px 12px;
    position: absolute;
    top: 20px;
    z-index: 999;
  }
  #tab-link-1 {
    margin-left: 0 !important;
  }
  .material_slider {
    display: none !important;
  }
  .floorplan-cont {
    position: relative;
  }
  .right-menu {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 20px !important;
    position: relative;
    right: 0;
    width: 100%;
  }
  .desktop_menu {
    display: none;
  }
  .floorplan {
    height: auto;
  }
  .col-lg-12 {
    height: auto;
    padding: 0;
    text-align: inherit;
  }
  .col-lg-12 > .material_menu {
    border-right: 2px solid #cddfdf;
    height: 71%;
    overflow: hidden;
    padding: 0;
  }
  .col-lg-12 > .material_menu > .material_title {
    color: #999;
    display: block !important;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
  }
  .col-lg-12 > .material_menu > .material-items {
    display: block;
    text-align: inherit;
    border-top: 1px solid #959595;
    letter-spacing: 2px;
    line-height: normal;
    font-size: 10px;
    margin-right: 0px;
  }
  .col-lg-12 > .material_menu > .material-items > img {
    width: 75px;
    height: auto;
  }
  .col-lg-12 > .material_menu > .material-items > .caption {
    display: inline-block;
    text-align: center;
    width: 70%;
  }
  .mobile-material-item-active {
    color: #38d2d2;
    display: inline-block !important;
    font-size: 18px;
    top: 4px;
    width: 6%;
  }
  .view_other_materials {
    display: none;
  }
  .mobile-material-item-last {
    border-bottom: 1px solid #959595;
  }
  .mobile_clear_all {
    background-color: #3e4249;
    border: 1px solid #9ea0a4;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 99;
  }
}
@media (max-width:340px) {
  .mobile_material > .items > .handler > .name {
    width: 65%;
  }
  .floorplan-head-title {
    letter-spacing: 3px;
    margin-top: 32px;
    padding-right: 20px;
    text-align: right;
  }

  .modal-fog  {
    display: none !important;
  }

}

@media (device-width: 768px) {
  width: auto;
}


/******************************* SLICK NEXT AND PREV BUTTONS ***********************/

.slickPrev, .slickNext {
  background-color: #FFffff;
  cursor: pointer;
  height: 80%;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center 40%;
  display: inline-block;
  /** CENTERS VERTICALLY **/
}
.slick-arrow.slick-hidden {
  display: relative !important;
}
.slickNext.slick-hidden {
  background-image: url("../images/nextArrowOver.png");
}
.slickPrev.slick-hidden {
  background-image: url("../images/prevArrowOver.png");
}
.slickPrev {
  left: 0;
  float: left;
  background-image: url("../images/prevArrowUp.png");
}
.slickNext {
  right: 0;
  float: right;
  background-image: url("../images/nextArrowUp.png");
}
.slickPrev:hover {
  background-image: url("../images/prevArrowOver.png");
}
.slickNext:hover {
  background-image: url("../images/nextArrowOver.png");
}
.slickNext.slick-disabled {
  background-image: url("../images/nextArrowOver.png");
}
.slickPrev.slick-disabled {
  background-image: url("../images/prevArrowOver.png");
}
.itemIsFeatured {
  border: 5px solid #FFA500;
}
.thumbnail {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px !important;
  display: table;
  height: 110px;
  margin: 0 auto;
  position: relative;
  width: 110px;
}
.thumbnailSelected {
  border: 2px solid #38d2d2 !important;
}
.thumbnailUnselected {
  border: 0px !important;
}
.materialItem {
  border: 0px;
  outline: none;
}
.selectedMaterial {
  color: #FFFFFF;
  background-color: #38d2d2;
  position: absolute;
  right: 0px;
  top: 0px;
}
.package_items_selected{
  border: 1px solid #999;
  background-color: #efe8ac !important;
}



/*************** ADDED CSS FROM MS*****************/

#overlay_image {
  position: absolute;
}
.overlay_image2 {
  position: absolute;
}
@font-face {
  font-family: HurmeGeometricSans1_Regular;
  src: url(../fonts/HurmeGeometricSans1_Regular.otf) format("opentype");
}
@font-face {
  font-family: HurmeGeometricSans2_Thin;
  src: url(../fonts/HurmeGeometricSans2_Thin.otf);
}
.thumbnail {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px !important;
  display: table;
  height: 110px;
  margin: 0 auto;
  position: relative;
}
.thumbnailSelected{
  border: 2px solid #38d2d2 !important;
}
.thumbnailUnselected{
  border: 0px !important;
}

.materialItem {
  border: 0px;
  outline: none;
  display: inline-block;
}
.selectedMaterial{
  color: #FFFFFF;
  background-color: #38d2d2;
  position: absolute;
  right: 0px;
  top: 0px;
}

/******************************* SLICK NEXT AND PREV BUTTONS ***********************/

.slickPrev,
.slickNext {
  background-color: #FFffff;
  height: 100%; width: 48px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.slick-arrow.slick-hidden {
    display: relative !important;
}

.slickNext.slick-hidden{
  background-image: url("../images/rightArrowOver.png");

}

.slickPrev.slick-hidden {
  background-image: url("../images/leftArrowOver.png");
}

.slickPrev {
  left: 0;
  background-image: url("../images/leftArrowUp.png");
}
.slickNext {
  right: 0;
  background-image: url("../images/rightArrowUp.png");
}
.slickPrev:hover {
  background-image: url("../images/leftArrowOver.png");
}
.slickNext:hover {
  background-image: url("../images/rightArrowOver.png");
}
.slickNext.slick-disabled {
  background-image: url("../images/rightArrowOver.png");
}
.slickPrev.slick-disabled
{
  background-image: url("../images/leftArrowOver.png");
}

/******************************* LOADING SCREEN MODULE *****************************/

.loading-container {
  background-color: #BE202F;
  margin: 0 auto;
  padding: 20px;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
}
.loading-container-wrapper {
  margin: 0 auto;
  padding: 20px;
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  height: 100%;
  text-align: center;
}


/****************************** MODAL ******************************/
.modal-fog {
  background: rgba(30, 30, 30, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.modal-frame {
  position: absolute;
  top: calc( (100% - 300px) / 2);
  left: calc( (100% - 500px) / 2);
  border: 1px solid #333;
  background: #ddd;
  height: 300px;
  width: 500px;
}
.modal-title {
  position: absolute;
  width: 500px;
  height:30px;
  text-align: center;
  border-bottom: 2px solid black;
  line-height: 27px;
  background-color: #e2cece;
}
.modal-close {
  float:right;
  width: 50px;
  height:30px;
  border-bottom: 2px solid black;
  text-align: center;
  background-color: #e2cece;
}
.modal-iagree {
  float:right;
  width: 500px;
  height:30px;
  text-align: center;
  cursor: pointer;
}

.modal-body {
  margin-top: 40px;
  padding: 5px;
  overflow: hidden;
}
