/** Social colors **/
/** Theme colors **/
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
/** Laptop with HiDPI Screen **/
/** Laptop with MDPI Screen **/
/** Foundation large columns **/
@media only screen and (max-width: 1024px) {
  .mobile_only {
    display: block;
  }
  .desktop_only {
    display: none;
  }
  #nav-icon3 {
    width: 30px;
    height: 23px;
    display: block;
    z-index: 999;
    right: 22px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 99999;
    margin-right: 20px;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    border-radius: 8px;
  }
  /* Icon 3 */
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 9px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 18px;
  }
  #nav-icon3.open span {
    background: #fff;
    height: 4px;
  }
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #nav-icon3.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #nav-icon3.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  body.admin-bar .mobile_menu_wrapper {
    top: 126px;
  }
  body.admin-bar .header {
    top: 46px;
  }
  body.overflow {
    overflow: hidden;
  }
  body.overflow .header {
    background: #000;
  }
  .mobile_menu_wrapper {
    position: fixed;
    width: 100%;
    height: calc(100vh - 75px);
    right: 0;
    top: 80px;
    transition: all 300ms ease;
    z-index: 9999;
    transform: translateX(100%);
    border: 0;
    padding: 0 10px;
    padding: 40px 32px;
    padding-top: 20px;
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .mobile_menu_wrapper.active {
    transform: translateX(0);
  }
  .mobile_menu_wrapper .nav .wrap_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile_menu_wrapper .nav .wrap_menu ul li {
    margin-bottom: 30px;
    text-align: right;
  }
  .mobile_menu_wrapper .nav .wrap_menu ul li:last-child {
    margin: 0;
  }
  .mobile_menu_wrapper .nav .wrap_menu ul li > a {
    color: #fff;
    font-size: 24px;
  }
  .header .flex_wrap {
    min-height: 80px;
  }
  .header .flex_wrap .logo a {
    max-width: 160px;
  }
  .main_banner .abs_content .main_title h1 {
    font-size: 40px;
  }
  .main_banner .abs_content .sub_title h2 {
    font-size: 25px;
  }
  body.admin-bar .main_banner,
  .main_banner .wrap_banner_slider .main_banner_slider .wrap_img img,
  body.admin-bar .main_banner .wrap_banner_slider .main_banner_slider .wrap_img img {
    height: 650px;
  }
  .main_banner {
    height: auto;
  }
  .main_banner .abs_content {
    padding-top: 110px;
  }
  .main_banner {
    min-height: auto;
  }
  .main_banner .abs_content .wrap_link a {
    width: 130px;
    min-height: 37px;
    font-size: 17px;
  }
  .about_sec {
    min-height: 640px;
    margin-bottom: 50px;
  }
  .about_sec .inner_wrap {
    margin-top: 50px;
    text-align: center;
  }
  .about_sec .title_wrap {
    max-width: 357px;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding: 0;
    min-height: 48px;
    margin: 0;
  }
  .about_sec .title_wrap h2 {
    font-size: 30px;
  }
  .about_sec .flex_wrap {
    display: -moz-flex;
    display: flex;
    flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
  }
  .about_sec .abs_img {
    position: relative;
    top: auto;
    left: auto;
    max-width: 205px;
    margin: 0 auto;
  }
  .about_sec .title_wrap,
  .about_sec .desc_wrap {
    margin: 0 auto;
  }
  .about_sec .desc_wrap {
    margin-top: 30px;
    max-width: 540px;
  }
  .about_sec .desc_wrap p {
    font-size: 16px;
  }
  .plans_sec .title_wrap {
    max-width: 357px;
    padding: 0;
    min-height: 48px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .plans_sec .title_wrap h2 {
    font-size: 30px;
  }
  .plans_sec .wrap_plans .wrap_item {
    display: block;
    text-align: center;
    padding: 0;
  }
  .plans_sec .wrap_plans .wrap_item .wrap_icon {
    justify-content: center;
    margin-bottom: 20px;
  }
  .plans_sec .wrap_plans .wrap_item .wrap_icon img {
    height: 100px;
  }
  .plans_sec .wrap_plans .wrap_item .wrap_title h3 {
    font-size: 23px;
  }
  .plans_sec .wrap_plans .wrap_item .wrap_desc p {
    font-size: 15px;
  }
  .plans_sec .wrap_plans .wrap_item .wrap_title_desc {
    padding: 0;
  }
  .plans_sec .wrap_link a {
    min-height: 50px;
    min-width: 227px;
    font-size: 25px;
  }
  .plans_sec {
    margin-bottom: 90px;
  }
  .galleries_sec .wrap_gal .wrap_gal_slider .wrap_img img {
    height: 385px;
  }
  .galleries_sec .wrap_gal .gal_title h2 {
    font-size: 40px;
    font-weight: 400;
  }
  .galleries_sec .wrap_gal:before {
    height: 110px;
  }
  .galleries_sec .wrap_gal .gal_title h2:after {
    display: none;
  }
  .galleries_sec .wrap_gal .gal_title {
    top: 20px;
  }
  .galleries_sec .wrap_gal .gal_title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 8px solid #E3DAC5;
    border-radius: 20px;
    z-index: 1;
    width: 35%;
    top: auto;
    bottom: 10px;
  }
  .galleries_sec .wrap_gal .swiper-pagination {
    bottom: 40px;
  }
  .galleries_sec .wrap_gal .swiper-wrapper {
    padding-bottom: 20px;
  }
  .galleries_sec .wrap_gal .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  .galleries_sec .wrap_gal .custom_next,
  .galleries_sec .wrap_gal .custom_prev {
    top: 52%;
    max-width: 20px;
  }
  .galleries_sec .wrap_gal .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .contact_sec {
    padding-top: 45px;
  }
  .contact_sec .title_wrap {
    margin-bottom: 45px;
  }
  .contact_sec .title_wrap h2 {
    font-size: 29px;
  }
  .contact_sec .title_wrap h2:after {
    border-bottom: 3px solid #fff;
    bottom: -14px;
  }
  .contact_sec .wrap_form form .inputs_flex {
    display: block;
  }
  .contact_sec .wrap_form form .inputs_flex .wrap_input {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_sec .wrap_form form select,
  .contact_sec .wrap_form form textarea,
  .contact_sec .wrap_form form input[type=text],
  .contact_sec .wrap_form form input[type=email],
  .contact_sec .wrap_form form input[type=tel] {
    height: 60px;
    font-size: 20px;
    border: 3px solid #fff;
  }
  .contact_sec .wrap_form form {
    max-width: 440px;
    margin: 0 auto;
  }
  .contact_sec .wrap_form form input[type=submit] {
    min-width: 160px;
    height: 46px;
    font-size: 19px;
    padding: 0;
    min-height: auto;
  }
  .contact_sec {
    min-height: auto;
  }
  .contact_sec .con_info p {
    font-size: 15px;
  }
  .contact_sec .con_info {
    min-height: 73px;
    text-align: center;
  }
  .footer .wrap_copy {
    min-height: 80px;
  }
  .footer .wrap_copy span {
    font-size: 24px;
  }
}
/** Foundation medium columns **/
/** Foundation small columns **/
/** Smartphones [Android + iPhone 5+] **/
/** Small and old iPhones **//*# sourceMappingURL=responsive.css.map */