@charset "UTF-8";
/*  Primary     (Red)   #ED1C24 | rgba(237, 28, 36, 1)
	P-Lighter   (Red)   #       |
    P-Darker    (Red)   #       |


    Table of Contents: 
        - SASS CONFIG
        - CUSTOM BOOTSTRAP
        - FONT CONFIG
        - DEFAULT
        - HEADER & FOOTER
		- INDEX

*/
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/** ****************************************************** */
/** _SASS CONFIG
/** ****************************************************** */
/*  Primary     (Red)   #ED1C24 | rgba(237, 28, 36, 1)
	P-Lighter   (Red)   #FF5F4E | rgba(255, 95, 78, 1)
    P-Darker    (Red)   #B20000 | rgba(178, 0, 0, 1)

*/
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
section.contact-section .content-container .contact-description .location .contact-phone a:hover::after, section.contact-section .content-container .contact-description .location .contact-phone a:focus::after, section.contact-section .content-container .contact-description .location .contact-phone a.active::after, section.contact-section .content-container .contact-description .location .contact-phone a::after, section.gallery-section .gallery .item-box:hover figure .item-hover .box-border, section.gallery-section .gallery .item-box:focus .item-box.active figure .item-hover .box-border, section.gallery-section .gallery .item-box figure .item-hover .box-border a.lightbox i:hover, section.gallery-section .gallery .item-box figure .item-hover .box-border a.lightbox i, section.gallery-section .gallery .item-box figure .item-hover .box-border, section.product-detail .product-detail-nav ul.pd-navrow li.active a, section.product-detail .product-detail-nav ul.pd-navrow li:hover a, section.product-detail .product-detail-nav ul.pd-navrow li:focus a, section.product-detail .product-detail-nav ul.pd-navrow li a, section.full-nav a:hover figure, section.full-nav a figure, section.home-section a.btn-browse:hover, section.home-section a.btn-browse:active, section.home-section a.btn-browse:focus, section.home-section a.btn-browse.active, section.home-section a.btn-browse i.fa, section.home-section a.btn-browse, a.logo img.active, a.logo img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

select.form-control:not([size]):not([multiple]), input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/** ****************************************************** */
/** _CUSTOM BOOTSTRAP
/** ****************************************************** */
@media (max-width: 450px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }

  .col-xxs-12 {
    width: 100%;
  }

  .col-xxs-11 {
    width: 91.66666667%;
  }

  .col-xxs-10 {
    width: 83.33333333%;
  }

  .col-xxs-9 {
    width: 75%;
  }

  .col-xxs-8 {
    width: 66.66666667%;
  }

  .col-xxs-7 {
    width: 58.33333333%;
  }

  .col-xxs-6 {
    width: 50%;
  }

  .col-xxs-5 {
    width: 41.66666667%;
  }

  .col-xxs-4 {
    width: 33.33333333%;
  }

  .col-xxs-3 {
    width: 25%;
  }

  .col-xxs-2 {
    width: 16.66666667%;
  }

  .col-xxs-1 {
    width: 8.33333333%;
  }

  .col-xxs-pull-12 {
    right: 100%;
  }

  .col-xxs-pull-11 {
    right: 91.66666667%;
  }

  .col-xxs-pull-10 {
    right: 83.33333333%;
  }

  .col-xxs-pull-9 {
    right: 75%;
  }

  .col-xxs-pull-8 {
    right: 66.66666667%;
  }

  .col-xxs-pull-7 {
    right: 58.33333333%;
  }

  .col-xxs-pull-6 {
    right: 50%;
  }

  .col-xxs-pull-5 {
    right: 41.66666667%;
  }

  .col-xxs-pull-4 {
    right: 33.33333333%;
  }

  .col-xxs-pull-3 {
    right: 25%;
  }

  .col-xxs-pull-2 {
    right: 16.66666667%;
  }

  .col-xxs-pull-1 {
    right: 8.33333333%;
  }

  .col-xxs-pull-0 {
    right: auto;
  }

  .col-xxs-push-12 {
    left: 100%;
  }

  .col-xxs-push-11 {
    left: 91.66666667%;
  }

  .col-xxs-push-10 {
    left: 83.33333333%;
  }

  .col-xxs-push-9 {
    left: 75%;
  }

  .col-xxs-push-8 {
    left: 66.66666667%;
  }

  .col-xxs-push-7 {
    left: 58.33333333%;
  }

  .col-xxs-push-6 {
    left: 50%;
  }

  .col-xxs-push-5 {
    left: 41.66666667%;
  }

  .col-xxs-push-4 {
    left: 33.33333333%;
  }

  .col-xxs-push-3 {
    left: 25%;
  }

  .col-xxs-push-2 {
    left: 16.66666667%;
  }

  .col-xxs-push-1 {
    left: 8.33333333%;
  }

  .col-xxs-push-0 {
    left: auto;
  }

  .col-xxs-offset-12 {
    margin-left: 100%;
  }

  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xxs-offset-9 {
    margin-left: 75%;
  }

  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xxs-offset-6 {
    margin-left: 50%;
  }

  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xxs-offset-3 {
    margin-left: 25%;
  }

  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xxs-offset-0 {
    margin-left: 0;
  }

  .hidden-xxs {
    display: none;
  }
}
@media (max-width: 350px) {
  .col-xxs360-1, .col-xxs360-2, .col-xxs360-3, .col-xxs360-4, .col-xxs360-5, .col-xxs360-6, .col-xxs360-7, .col-xxs360-8, .col-xxs360-9, .col-xxs360-10, .col-xxs360-11, .col-xxs360-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxs360-1, .col-xxs360-2, .col-xxs360-3, .col-xxs360-4, .col-xxs360-5, .col-xxs360-6, .col-xxs360-7, .col-xxs360-8, .col-xxs360-9, .col-xxs360-10, .col-xxs360-11, .col-xxs360-12 {
    float: left;
  }

  .col-xxs360-12 {
    width: 100%;
  }

  .col-xxs360-11 {
    width: 91.66666667%;
  }

  .col-xxs360-10 {
    width: 83.33333333%;
  }

  .col-xxs360-9 {
    width: 75%;
  }

  .col-xxs360-8 {
    width: 66.66666667%;
  }

  .col-xxs360-7 {
    width: 58.33333333%;
  }

  .col-xxs360-6 {
    width: 50%;
  }

  .col-xxs360-5 {
    width: 41.66666667%;
  }

  .col-xxs360-4 {
    width: 33.33333333%;
  }

  .col-xxs360-3 {
    width: 25%;
  }

  .col-xxs360-2 {
    width: 16.66666667%;
  }

  .col-xxs360-1 {
    width: 8.33333333%;
  }

  .col-xxs360-pull-12 {
    right: 100%;
  }

  .col-xxs360-pull-11 {
    right: 91.66666667%;
  }

  .col-xxs360-pull-10 {
    right: 83.33333333%;
  }

  .col-xxs360-pull-9 {
    right: 75%;
  }

  .col-xxs360-pull-8 {
    right: 66.66666667%;
  }

  .col-xxs360-pull-7 {
    right: 58.33333333%;
  }

  .col-xxs360-pull-6 {
    right: 50%;
  }

  .col-xxs360-pull-5 {
    right: 41.66666667%;
  }

  .col-xxs360-pull-4 {
    right: 33.33333333%;
  }

  .col-xxs360-pull-3 {
    right: 25%;
  }

  .col-xxs360-pull-2 {
    right: 16.66666667%;
  }

  .col-xxs360-pull-1 {
    right: 8.33333333%;
  }

  .col-xxs360-pull-0 {
    right: auto;
  }

  .col-xxs360-push-12 {
    left: 100%;
  }

  .col-xxs360-push-11 {
    left: 91.66666667%;
  }

  .col-xxs360-push-10 {
    left: 83.33333333%;
  }

  .col-xxs360-push-9 {
    left: 75%;
  }

  .col-xxs360-push-8 {
    left: 66.66666667%;
  }

  .col-xxs360-push-7 {
    left: 58.33333333%;
  }

  .col-xxs360-push-6 {
    left: 50%;
  }

  .col-xxs360-push-5 {
    left: 41.66666667%;
  }

  .col-xxs360-push-4 {
    left: 33.33333333%;
  }

  .col-xxs360-push-3 {
    left: 25%;
  }

  .col-xxs360-push-2 {
    left: 16.66666667%;
  }

  .col-xxs360-push-1 {
    left: 8.33333333%;
  }

  .col-xxs360-push-0 {
    left: auto;
  }

  .col-xxs360-offset-12 {
    margin-left: 100%;
  }

  .col-xxs360-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xxs360-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xxs360-offset-9 {
    margin-left: 75%;
  }

  .col-xxs360-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xxs360-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xxs360-offset-6 {
    margin-left: 50%;
  }

  .col-xxs360-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xxs360-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xxs360-offset-3 {
    margin-left: 25%;
  }

  .col-xxs360-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xxs360-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xxs360-offset-0 {
    margin-left: 0;
  }

  .hidden-xxs360 {
    display: none;
  }
}
/** ****************************************************** */
/** _FONT CONFIG
/** ****************************************************** */
/*  Primary     (Red)   #ED1C24 | rgba(237, 28, 36, 1)
	P-Lighter   (Red)   #FF5F4E | rgba(255, 95, 78, 1)
    P-Darker    (Red)   #B20000 | rgba(178, 0, 0, 1)

*/
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
/* ========================== */
section.contact-section .content-container .contact-description .location .contact-phone a:hover::after, section.contact-section .content-container .contact-description .location .contact-phone a:focus::after, section.contact-section .content-container .contact-description .location .contact-phone a.active::after, section.contact-section .content-container .contact-description .location .contact-phone a::after, section.gallery-section .gallery .item-box:hover figure .item-hover .box-border, section.gallery-section .gallery .item-box:focus .item-box.active figure .item-hover .box-border, section.gallery-section .gallery .item-box figure .item-hover .box-border a.lightbox i:hover, section.gallery-section .gallery .item-box figure .item-hover .box-border a.lightbox i, section.gallery-section .gallery .item-box figure .item-hover .box-border, section.product-detail .product-detail-nav ul.pd-navrow li.active a, section.product-detail .product-detail-nav ul.pd-navrow li:hover a, section.product-detail .product-detail-nav ul.pd-navrow li:focus a, section.product-detail .product-detail-nav ul.pd-navrow li a, section.full-nav a:hover figure, section.full-nav a figure, section.home-section a.btn-browse:hover, section.home-section a.btn-browse:active, section.home-section a.btn-browse:focus, section.home-section a.btn-browse.active, section.home-section a.btn-browse i.fa, section.home-section a.btn-browse, a.logo img.active, a.logo img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

select.form-control:not([size]):not([multiple]), input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/** ****************************************************** */
/** FONT CONFIG
/** ****************************************************** */
/* Open Sans */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/opensans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/opensans/OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("../fonts/opensans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("../fonts/opensans/OpenSans-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/opensans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-BoldItalic"), url("../fonts/opensans/OpenSans-BoldItalic.ttf") format("truetype");
}
/* Lato */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local("Lato Hairline"), local("Lato-Hairline"), url("../fonts/lato/Lato-Hairline.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: local("Lato Hairline Italic"), local("Lato-HairlineItalic"), url("../fonts/lato/Lato-HairlineItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Light"), local("Lato-Light"), url("../fonts/lato/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("../fonts/lato/Lato-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 600;
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("../fonts/lato/Lato-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/lato/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: local("Lato Black Italic"), local("Lato-BlackItalic"), url("../fonts/lato/Lato-BlackItalic.ttf") format("truetype");
}
/* Kaushan Script */
@font-face {
  font-family: "Kaushan Script";
  src: url("../fonts/KaushanScript-Regular.ttf");
  font-weight: 400;
}
/* Dancing Script */
@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-Bold.ttf");
  font-weight: 700;
}
/* Kaushan Script */
@font-face {
  font-family: "Kaushan Script";
  src: url("../fonts/KaushanScript-Regular.ttf");
  font-weight: 400;
}
/* Dancing Script */
@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-Bold.ttf");
  font-weight: 700;
}
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts//ionicons.eot?v=2.0.0");
  src: url("../fonts//ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts//ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts//ionicons.woff?v=2.0.0") format("woff"), url("../fonts//ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "";
}

.ion-alert-circled:before {
  content: "";
}

.ion-android-add:before {
  content: "";
}

.ion-android-add-circle:before {
  content: "";
}

.ion-android-alarm-clock:before {
  content: "";
}

.ion-android-alert:before {
  content: "";
}

.ion-android-apps:before {
  content: "";
}

.ion-android-archive:before {
  content: "";
}

.ion-android-arrow-back:before {
  content: "";
}

.ion-android-arrow-down:before {
  content: "";
}

.ion-android-arrow-dropdown:before {
  content: "";
}

.ion-android-arrow-dropdown-circle:before {
  content: "";
}

.ion-android-arrow-dropleft:before {
  content: "";
}

.ion-android-arrow-dropleft-circle:before {
  content: "";
}

.ion-android-arrow-dropright:before {
  content: "";
}

.ion-android-arrow-dropright-circle:before {
  content: "";
}

.ion-android-arrow-dropup:before {
  content: "";
}

.ion-android-arrow-dropup-circle:before {
  content: "";
}

.ion-android-arrow-forward:before {
  content: "";
}

.ion-android-arrow-up:before {
  content: "";
}

.ion-android-attach:before {
  content: "";
}

.ion-android-bar:before {
  content: "";
}

.ion-android-bicycle:before {
  content: "";
}

.ion-android-boat:before {
  content: "";
}

.ion-android-bookmark:before {
  content: "";
}

.ion-android-bulb:before {
  content: "";
}

.ion-android-bus:before {
  content: "";
}

.ion-android-calendar:before {
  content: "";
}

.ion-android-call:before {
  content: "";
}

.ion-android-camera:before {
  content: "";
}

.ion-android-cancel:before {
  content: "";
}

.ion-android-car:before {
  content: "";
}

.ion-android-cart:before {
  content: "";
}

.ion-android-chat:before {
  content: "";
}

.ion-android-checkbox:before {
  content: "";
}

.ion-android-checkbox-blank:before {
  content: "";
}

.ion-android-checkbox-outline:before {
  content: "";
}

.ion-android-checkbox-outline-blank:before {
  content: "";
}

.ion-android-checkmark-circle:before {
  content: "";
}

.ion-android-clipboard:before {
  content: "";
}

.ion-android-close:before {
  content: "";
}

.ion-android-cloud:before {
  content: "";
}

.ion-android-cloud-circle:before {
  content: "";
}

.ion-android-cloud-done:before {
  content: "";
}

.ion-android-cloud-outline:before {
  content: "";
}

.ion-android-color-palette:before {
  content: "";
}

.ion-android-compass:before {
  content: "";
}

.ion-android-contact:before {
  content: "";
}

.ion-android-contacts:before {
  content: "";
}

.ion-android-contract:before {
  content: "";
}

.ion-android-create:before {
  content: "";
}

.ion-android-delete:before {
  content: "";
}

.ion-android-desktop:before {
  content: "";
}

.ion-android-document:before {
  content: "";
}

.ion-android-done:before {
  content: "";
}

.ion-android-done-all:before {
  content: "";
}

.ion-android-download:before {
  content: "";
}

.ion-android-drafts:before {
  content: "";
}

.ion-android-exit:before {
  content: "";
}

.ion-android-expand:before {
  content: "";
}

.ion-android-favorite:before {
  content: "";
}

.ion-android-favorite-outline:before {
  content: "";
}

.ion-android-film:before {
  content: "";
}

.ion-android-folder:before {
  content: "";
}

.ion-android-folder-open:before {
  content: "";
}

.ion-android-funnel:before {
  content: "";
}

.ion-android-globe:before {
  content: "";
}

.ion-android-hand:before {
  content: "";
}

.ion-android-hangout:before {
  content: "";
}

.ion-android-happy:before {
  content: "";
}

.ion-android-home:before {
  content: "";
}

.ion-android-image:before {
  content: "";
}

.ion-android-laptop:before {
  content: "";
}

.ion-android-list:before {
  content: "";
}

.ion-android-locate:before {
  content: "";
}

.ion-android-lock:before {
  content: "";
}

.ion-android-mail:before {
  content: "";
}

.ion-android-map:before {
  content: "";
}

.ion-android-menu:before {
  content: "";
}

.ion-android-microphone:before {
  content: "";
}

.ion-android-microphone-off:before {
  content: "";
}

.ion-android-more-horizontal:before {
  content: "";
}

.ion-android-more-vertical:before {
  content: "";
}

.ion-android-navigate:before {
  content: "";
}

.ion-android-notifications:before {
  content: "";
}

.ion-android-notifications-none:before {
  content: "";
}

.ion-android-notifications-off:before {
  content: "";
}

.ion-android-open:before {
  content: "";
}

.ion-android-options:before {
  content: "";
}

.ion-android-people:before {
  content: "";
}

.ion-android-person:before {
  content: "";
}

.ion-android-person-add:before {
  content: "";
}

.ion-android-phone-landscape:before {
  content: "";
}

.ion-android-phone-portrait:before {
  content: "";
}

.ion-android-pin:before {
  content: "";
}

.ion-android-plane:before {
  content: "";
}

.ion-android-playstore:before {
  content: "";
}

.ion-android-print:before {
  content: "";
}

.ion-android-radio-button-off:before {
  content: "";
}

.ion-android-radio-button-on:before {
  content: "";
}

.ion-android-refresh:before {
  content: "";
}

.ion-android-remove:before {
  content: "";
}

.ion-android-remove-circle:before {
  content: "";
}

.ion-android-restaurant:before {
  content: "";
}

.ion-android-sad:before {
  content: "";
}

.ion-android-search:before {
  content: "";
}

.ion-android-send:before {
  content: "";
}

.ion-android-settings:before {
  content: "";
}

.ion-android-share:before {
  content: "";
}

.ion-android-share-alt:before {
  content: "";
}

.ion-android-star:before {
  content: "";
}

.ion-android-star-half:before {
  content: "";
}

.ion-android-star-outline:before {
  content: "";
}

.ion-android-stopwatch:before {
  content: "";
}

.ion-android-subway:before {
  content: "";
}

.ion-android-sunny:before {
  content: "";
}

.ion-android-sync:before {
  content: "";
}

.ion-android-textsms:before {
  content: "";
}

.ion-android-time:before {
  content: "";
}

.ion-android-train:before {
  content: "";
}

.ion-android-unlock:before {
  content: "";
}

.ion-android-upload:before {
  content: "";
}

.ion-android-volume-down:before {
  content: "";
}

.ion-android-volume-mute:before {
  content: "";
}

.ion-android-volume-off:before {
  content: "";
}

.ion-android-volume-up:before {
  content: "";
}

.ion-android-walk:before {
  content: "";
}

.ion-android-warning:before {
  content: "";
}

.ion-android-watch:before {
  content: "";
}

.ion-android-wifi:before {
  content: "";
}

.ion-aperture:before {
  content: "";
}

.ion-archive:before {
  content: "";
}

.ion-arrow-down-a:before {
  content: "";
}

.ion-arrow-down-b:before {
  content: "";
}

.ion-arrow-down-c:before {
  content: "";
}

.ion-arrow-expand:before {
  content: "";
}

.ion-arrow-graph-down-left:before {
  content: "";
}

.ion-arrow-graph-down-right:before {
  content: "";
}

.ion-arrow-graph-up-left:before {
  content: "";
}

.ion-arrow-graph-up-right:before {
  content: "";
}

.ion-arrow-left-a:before {
  content: "";
}

.ion-arrow-left-b:before {
  content: "";
}

.ion-arrow-left-c:before {
  content: "";
}

.ion-arrow-move:before {
  content: "";
}

.ion-arrow-resize:before {
  content: "";
}

.ion-arrow-return-left:before {
  content: "";
}

.ion-arrow-return-right:before {
  content: "";
}

.ion-arrow-right-a:before {
  content: "";
}

.ion-arrow-right-b:before {
  content: "";
}

.ion-arrow-right-c:before {
  content: "";
}

.ion-arrow-shrink:before {
  content: "";
}

.ion-arrow-swap:before {
  content: "";
}

.ion-arrow-up-a:before {
  content: "";
}

.ion-arrow-up-b:before {
  content: "";
}

.ion-arrow-up-c:before {
  content: "";
}

.ion-asterisk:before {
  content: "";
}

.ion-at:before {
  content: "";
}

.ion-backspace:before {
  content: "";
}

.ion-backspace-outline:before {
  content: "";
}

.ion-bag:before {
  content: "";
}

.ion-battery-charging:before {
  content: "";
}

.ion-battery-empty:before {
  content: "";
}

.ion-battery-full:before {
  content: "";
}

.ion-battery-half:before {
  content: "";
}

.ion-battery-low:before {
  content: "";
}

.ion-beaker:before {
  content: "";
}

.ion-beer:before {
  content: "";
}

.ion-bluetooth:before {
  content: "";
}

.ion-bonfire:before {
  content: "";
}

.ion-bookmark:before {
  content: "";
}

.ion-bowtie:before {
  content: "";
}

.ion-briefcase:before {
  content: "";
}

.ion-bug:before {
  content: "";
}

.ion-calculator:before {
  content: "";
}

.ion-calendar:before {
  content: "";
}

.ion-camera:before {
  content: "";
}

.ion-card:before {
  content: "";
}

.ion-cash:before {
  content: "";
}

.ion-chatbox:before {
  content: "";
}

.ion-chatbox-working:before {
  content: "";
}

.ion-chatboxes:before {
  content: "";
}

.ion-chatbubble:before {
  content: "";
}

.ion-chatbubble-working:before {
  content: "";
}

.ion-chatbubbles:before {
  content: "";
}

.ion-checkmark:before {
  content: "";
}

.ion-checkmark-circled:before {
  content: "";
}

.ion-checkmark-round:before {
  content: "";
}

.ion-chevron-down:before {
  content: "";
}

.ion-chevron-left:before {
  content: "";
}

.ion-chevron-right:before {
  content: "";
}

.ion-chevron-up:before {
  content: "";
}

.ion-clipboard:before {
  content: "";
}

.ion-clock:before {
  content: "";
}

.ion-close:before {
  content: "";
}

.ion-close-circled:before {
  content: "";
}

.ion-close-round:before {
  content: "";
}

.ion-closed-captioning:before {
  content: "";
}

.ion-cloud:before {
  content: "";
}

.ion-code:before {
  content: "";
}

.ion-code-download:before {
  content: "";
}

.ion-code-working:before {
  content: "";
}

.ion-coffee:before {
  content: "";
}

.ion-compass:before {
  content: "";
}

.ion-compose:before {
  content: "";
}

.ion-connection-bars:before {
  content: "";
}

.ion-contrast:before {
  content: "";
}

.ion-crop:before {
  content: "";
}

.ion-cube:before {
  content: "";
}

.ion-disc:before {
  content: "";
}

.ion-document:before {
  content: "";
}

.ion-document-text:before {
  content: "";
}

.ion-drag:before {
  content: "";
}

.ion-earth:before {
  content: "";
}

.ion-easel:before {
  content: "";
}

.ion-edit:before {
  content: "";
}

.ion-egg:before {
  content: "";
}

.ion-eject:before {
  content: "";
}

.ion-email:before {
  content: "";
}

.ion-email-unread:before {
  content: "";
}

.ion-erlenmeyer-flask:before {
  content: "";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "";
}

.ion-eye:before {
  content: "";
}

.ion-eye-disabled:before {
  content: "";
}

.ion-female:before {
  content: "";
}

.ion-filing:before {
  content: "";
}

.ion-film-marker:before {
  content: "";
}

.ion-fireball:before {
  content: "";
}

.ion-flag:before {
  content: "";
}

.ion-flame:before {
  content: "";
}

.ion-flash:before {
  content: "";
}

.ion-flash-off:before {
  content: "";
}

.ion-folder:before {
  content: "";
}

.ion-fork:before {
  content: "";
}

.ion-fork-repo:before {
  content: "";
}

.ion-forward:before {
  content: "";
}

.ion-funnel:before {
  content: "";
}

.ion-gear-a:before {
  content: "";
}

.ion-gear-b:before {
  content: "";
}

.ion-grid:before {
  content: "";
}

.ion-hammer:before {
  content: "";
}

.ion-happy:before {
  content: "";
}

.ion-happy-outline:before {
  content: "";
}

.ion-headphone:before {
  content: "";
}

.ion-heart:before {
  content: "";
}

.ion-heart-broken:before {
  content: "";
}

.ion-help:before {
  content: "";
}

.ion-help-buoy:before {
  content: "";
}

.ion-help-circled:before {
  content: "";
}

.ion-home:before {
  content: "";
}

.ion-icecream:before {
  content: "";
}

.ion-image:before {
  content: "";
}

.ion-images:before {
  content: "";
}

.ion-information:before {
  content: "";
}

.ion-information-circled:before {
  content: "";
}

.ion-ionic:before {
  content: "";
}

.ion-ios-alarm:before {
  content: "";
}

.ion-ios-alarm-outline:before {
  content: "";
}

.ion-ios-albums:before {
  content: "";
}

.ion-ios-albums-outline:before {
  content: "";
}

.ion-ios-americanfootball:before {
  content: "";
}

.ion-ios-americanfootball-outline:before {
  content: "";
}

.ion-ios-analytics:before {
  content: "";
}

.ion-ios-analytics-outline:before {
  content: "";
}

.ion-ios-arrow-back:before {
  content: "";
}

.ion-ios-arrow-down:before {
  content: "";
}

.ion-ios-arrow-forward:before {
  content: "";
}

.ion-ios-arrow-left:before {
  content: "";
}

.ion-ios-arrow-right:before {
  content: "";
}

.ion-ios-arrow-thin-down:before {
  content: "";
}

.ion-ios-arrow-thin-left:before {
  content: "";
}

.ion-ios-arrow-thin-right:before {
  content: "";
}

.ion-ios-arrow-thin-up:before {
  content: "";
}

.ion-ios-arrow-up:before {
  content: "";
}

.ion-ios-at:before {
  content: "";
}

.ion-ios-at-outline:before {
  content: "";
}

.ion-ios-barcode:before {
  content: "";
}

.ion-ios-barcode-outline:before {
  content: "";
}

.ion-ios-baseball:before {
  content: "";
}

.ion-ios-baseball-outline:before {
  content: "";
}

.ion-ios-basketball:before {
  content: "";
}

.ion-ios-basketball-outline:before {
  content: "";
}

.ion-ios-bell:before {
  content: "";
}

.ion-ios-bell-outline:before {
  content: "";
}

.ion-ios-body:before {
  content: "";
}

.ion-ios-body-outline:before {
  content: "";
}

.ion-ios-bolt:before {
  content: "";
}

.ion-ios-bolt-outline:before {
  content: "";
}

.ion-ios-book:before {
  content: "";
}

.ion-ios-book-outline:before {
  content: "";
}

.ion-ios-bookmarks:before {
  content: "";
}

.ion-ios-bookmarks-outline:before {
  content: "";
}

.ion-ios-box:before {
  content: "";
}

.ion-ios-box-outline:before {
  content: "";
}

.ion-ios-briefcase:before {
  content: "";
}

.ion-ios-briefcase-outline:before {
  content: "";
}

.ion-ios-browsers:before {
  content: "";
}

.ion-ios-browsers-outline:before {
  content: "";
}

.ion-ios-calculator:before {
  content: "";
}

.ion-ios-calculator-outline:before {
  content: "";
}

.ion-ios-calendar:before {
  content: "";
}

.ion-ios-calendar-outline:before {
  content: "";
}

.ion-ios-camera:before {
  content: "";
}

.ion-ios-camera-outline:before {
  content: "";
}

.ion-ios-cart:before {
  content: "";
}

.ion-ios-cart-outline:before {
  content: "";
}

.ion-ios-chatboxes:before {
  content: "";
}

.ion-ios-chatboxes-outline:before {
  content: "";
}

.ion-ios-chatbubble:before {
  content: "";
}

.ion-ios-chatbubble-outline:before {
  content: "";
}

.ion-ios-checkmark:before {
  content: "";
}

.ion-ios-checkmark-empty:before {
  content: "";
}

.ion-ios-checkmark-outline:before {
  content: "";
}

.ion-ios-circle-filled:before {
  content: "";
}

.ion-ios-circle-outline:before {
  content: "";
}

.ion-ios-clock:before {
  content: "";
}

.ion-ios-clock-outline:before {
  content: "";
}

.ion-ios-close:before {
  content: "";
}

.ion-ios-close-empty:before {
  content: "";
}

.ion-ios-close-outline:before {
  content: "";
}

.ion-ios-cloud:before {
  content: "";
}

.ion-ios-cloud-download:before {
  content: "";
}

.ion-ios-cloud-download-outline:before {
  content: "";
}

.ion-ios-cloud-outline:before {
  content: "";
}

.ion-ios-cloud-upload:before {
  content: "";
}

.ion-ios-cloud-upload-outline:before {
  content: "";
}

.ion-ios-cloudy:before {
  content: "";
}

.ion-ios-cloudy-night:before {
  content: "";
}

.ion-ios-cloudy-night-outline:before {
  content: "";
}

.ion-ios-cloudy-outline:before {
  content: "";
}

.ion-ios-cog:before {
  content: "";
}

.ion-ios-cog-outline:before {
  content: "";
}

.ion-ios-color-filter:before {
  content: "";
}

.ion-ios-color-filter-outline:before {
  content: "";
}

.ion-ios-color-wand:before {
  content: "";
}

.ion-ios-color-wand-outline:before {
  content: "";
}

.ion-ios-compose:before {
  content: "";
}

.ion-ios-compose-outline:before {
  content: "";
}

.ion-ios-contact:before {
  content: "";
}

.ion-ios-contact-outline:before {
  content: "";
}

.ion-ios-copy:before {
  content: "";
}

.ion-ios-copy-outline:before {
  content: "";
}

.ion-ios-crop:before {
  content: "";
}

.ion-ios-crop-strong:before {
  content: "";
}

.ion-ios-download:before {
  content: "";
}

.ion-ios-download-outline:before {
  content: "";
}

.ion-ios-drag:before {
  content: "";
}

.ion-ios-email:before {
  content: "";
}

.ion-ios-email-outline:before {
  content: "";
}

.ion-ios-eye:before {
  content: "";
}

.ion-ios-eye-outline:before {
  content: "";
}

.ion-ios-fastforward:before {
  content: "";
}

.ion-ios-fastforward-outline:before {
  content: "";
}

.ion-ios-filing:before {
  content: "";
}

.ion-ios-filing-outline:before {
  content: "";
}

.ion-ios-film:before {
  content: "";
}

.ion-ios-film-outline:before {
  content: "";
}

.ion-ios-flag:before {
  content: "";
}

.ion-ios-flag-outline:before {
  content: "";
}

.ion-ios-flame:before {
  content: "";
}

.ion-ios-flame-outline:before {
  content: "";
}

.ion-ios-flask:before {
  content: "";
}

.ion-ios-flask-outline:before {
  content: "";
}

.ion-ios-flower:before {
  content: "";
}

.ion-ios-flower-outline:before {
  content: "";
}

.ion-ios-folder:before {
  content: "";
}

.ion-ios-folder-outline:before {
  content: "";
}

.ion-ios-football:before {
  content: "";
}

.ion-ios-football-outline:before {
  content: "";
}

.ion-ios-game-controller-a:before {
  content: "";
}

.ion-ios-game-controller-a-outline:before {
  content: "";
}

.ion-ios-game-controller-b:before {
  content: "";
}

.ion-ios-game-controller-b-outline:before {
  content: "";
}

.ion-ios-gear:before {
  content: "";
}

.ion-ios-gear-outline:before {
  content: "";
}

.ion-ios-glasses:before {
  content: "";
}

.ion-ios-glasses-outline:before {
  content: "";
}

.ion-ios-grid-view:before {
  content: "";
}

.ion-ios-grid-view-outline:before {
  content: "";
}

.ion-ios-heart:before {
  content: "";
}

.ion-ios-heart-outline:before {
  content: "";
}

.ion-ios-help:before {
  content: "";
}

.ion-ios-help-empty:before {
  content: "";
}

.ion-ios-help-outline:before {
  content: "";
}

.ion-ios-home:before {
  content: "";
}

.ion-ios-home-outline:before {
  content: "";
}

.ion-ios-infinite:before {
  content: "";
}

.ion-ios-infinite-outline:before {
  content: "";
}

.ion-ios-information:before {
  content: "";
}

.ion-ios-information-empty:before {
  content: "";
}

.ion-ios-information-outline:before {
  content: "";
}

.ion-ios-ionic-outline:before {
  content: "";
}

.ion-ios-keypad:before {
  content: "";
}

.ion-ios-keypad-outline:before {
  content: "";
}

.ion-ios-lightbulb:before {
  content: "";
}

.ion-ios-lightbulb-outline:before {
  content: "";
}

.ion-ios-list:before {
  content: "";
}

.ion-ios-list-outline:before {
  content: "";
}

.ion-ios-location:before {
  content: "";
}

.ion-ios-location-outline:before {
  content: "";
}

.ion-ios-locked:before {
  content: "";
}

.ion-ios-locked-outline:before {
  content: "";
}

.ion-ios-loop:before {
  content: "";
}

.ion-ios-loop-strong:before {
  content: "";
}

.ion-ios-medical:before {
  content: "";
}

.ion-ios-medical-outline:before {
  content: "";
}

.ion-ios-medkit:before {
  content: "";
}

.ion-ios-medkit-outline:before {
  content: "";
}

.ion-ios-mic:before {
  content: "";
}

.ion-ios-mic-off:before {
  content: "";
}

.ion-ios-mic-outline:before {
  content: "";
}

.ion-ios-minus:before {
  content: "";
}

.ion-ios-minus-empty:before {
  content: "";
}

.ion-ios-minus-outline:before {
  content: "";
}

.ion-ios-monitor:before {
  content: "";
}

.ion-ios-monitor-outline:before {
  content: "";
}

.ion-ios-moon:before {
  content: "";
}

.ion-ios-moon-outline:before {
  content: "";
}

.ion-ios-more:before {
  content: "";
}

.ion-ios-more-outline:before {
  content: "";
}

.ion-ios-musical-note:before {
  content: "";
}

.ion-ios-musical-notes:before {
  content: "";
}

.ion-ios-navigate:before {
  content: "";
}

.ion-ios-navigate-outline:before {
  content: "";
}

.ion-ios-nutrition:before {
  content: "";
}

.ion-ios-nutrition-outline:before {
  content: "";
}

.ion-ios-paper:before {
  content: "";
}

.ion-ios-paper-outline:before {
  content: "";
}

.ion-ios-paperplane:before {
  content: "";
}

.ion-ios-paperplane-outline:before {
  content: "";
}

.ion-ios-partlysunny:before {
  content: "";
}

.ion-ios-partlysunny-outline:before {
  content: "";
}

.ion-ios-pause:before {
  content: "";
}

.ion-ios-pause-outline:before {
  content: "";
}

.ion-ios-paw:before {
  content: "";
}

.ion-ios-paw-outline:before {
  content: "";
}

.ion-ios-people:before {
  content: "";
}

.ion-ios-people-outline:before {
  content: "";
}

.ion-ios-person:before {
  content: "";
}

.ion-ios-person-outline:before {
  content: "";
}

.ion-ios-personadd:before {
  content: "";
}

.ion-ios-personadd-outline:before {
  content: "";
}

.ion-ios-photos:before {
  content: "";
}

.ion-ios-photos-outline:before {
  content: "";
}

.ion-ios-pie:before {
  content: "";
}

.ion-ios-pie-outline:before {
  content: "";
}

.ion-ios-pint:before {
  content: "";
}

.ion-ios-pint-outline:before {
  content: "";
}

.ion-ios-play:before {
  content: "";
}

.ion-ios-play-outline:before {
  content: "";
}

.ion-ios-plus:before {
  content: "";
}

.ion-ios-plus-empty:before {
  content: "";
}

.ion-ios-plus-outline:before {
  content: "";
}

.ion-ios-pricetag:before {
  content: "";
}

.ion-ios-pricetag-outline:before {
  content: "";
}

.ion-ios-pricetags:before {
  content: "";
}

.ion-ios-pricetags-outline:before {
  content: "";
}

.ion-ios-printer:before {
  content: "";
}

.ion-ios-printer-outline:before {
  content: "";
}

.ion-ios-pulse:before {
  content: "";
}

.ion-ios-pulse-strong:before {
  content: "";
}

.ion-ios-rainy:before {
  content: "";
}

.ion-ios-rainy-outline:before {
  content: "";
}

.ion-ios-recording:before {
  content: "";
}

.ion-ios-recording-outline:before {
  content: "";
}

.ion-ios-redo:before {
  content: "";
}

.ion-ios-redo-outline:before {
  content: "";
}

.ion-ios-refresh:before {
  content: "";
}

.ion-ios-refresh-empty:before {
  content: "";
}

.ion-ios-refresh-outline:before {
  content: "";
}

.ion-ios-reload:before {
  content: "";
}

.ion-ios-reverse-camera:before {
  content: "";
}

.ion-ios-reverse-camera-outline:before {
  content: "";
}

.ion-ios-rewind:before {
  content: "";
}

.ion-ios-rewind-outline:before {
  content: "";
}

.ion-ios-rose:before {
  content: "";
}

.ion-ios-rose-outline:before {
  content: "";
}

.ion-ios-search:before {
  content: "";
}

.ion-ios-search-strong:before {
  content: "";
}

.ion-ios-settings:before {
  content: "";
}

.ion-ios-settings-strong:before {
  content: "";
}

.ion-ios-shuffle:before {
  content: "";
}

.ion-ios-shuffle-strong:before {
  content: "";
}

.ion-ios-skipbackward:before {
  content: "";
}

.ion-ios-skipbackward-outline:before {
  content: "";
}

.ion-ios-skipforward:before {
  content: "";
}

.ion-ios-skipforward-outline:before {
  content: "";
}

.ion-ios-snowy:before {
  content: "";
}

.ion-ios-speedometer:before {
  content: "";
}

.ion-ios-speedometer-outline:before {
  content: "";
}

.ion-ios-star:before {
  content: "";
}

.ion-ios-star-half:before {
  content: "";
}

.ion-ios-star-outline:before {
  content: "";
}

.ion-ios-stopwatch:before {
  content: "";
}

.ion-ios-stopwatch-outline:before {
  content: "";
}

.ion-ios-sunny:before {
  content: "";
}

.ion-ios-sunny-outline:before {
  content: "";
}

.ion-ios-telephone:before {
  content: "";
}

.ion-ios-telephone-outline:before {
  content: "";
}

.ion-ios-tennisball:before {
  content: "";
}

.ion-ios-tennisball-outline:before {
  content: "";
}

.ion-ios-thunderstorm:before {
  content: "";
}

.ion-ios-thunderstorm-outline:before {
  content: "";
}

.ion-ios-time:before {
  content: "";
}

.ion-ios-time-outline:before {
  content: "";
}

.ion-ios-timer:before {
  content: "";
}

.ion-ios-timer-outline:before {
  content: "";
}

.ion-ios-toggle:before {
  content: "";
}

.ion-ios-toggle-outline:before {
  content: "";
}

.ion-ios-trash:before {
  content: "";
}

.ion-ios-trash-outline:before {
  content: "";
}

.ion-ios-undo:before {
  content: "";
}

.ion-ios-undo-outline:before {
  content: "";
}

.ion-ios-unlocked:before {
  content: "";
}

.ion-ios-unlocked-outline:before {
  content: "";
}

.ion-ios-upload:before {
  content: "";
}

.ion-ios-upload-outline:before {
  content: "";
}

.ion-ios-videocam:before {
  content: "";
}

.ion-ios-videocam-outline:before {
  content: "";
}

.ion-ios-volume-high:before {
  content: "";
}

.ion-ios-volume-low:before {
  content: "";
}

.ion-ios-wineglass:before {
  content: "";
}

.ion-ios-wineglass-outline:before {
  content: "";
}

.ion-ios-world:before {
  content: "";
}

.ion-ios-world-outline:before {
  content: "";
}

.ion-ipad:before {
  content: "";
}

.ion-iphone:before {
  content: "";
}

.ion-ipod:before {
  content: "";
}

.ion-jet:before {
  content: "";
}

.ion-key:before {
  content: "";
}

.ion-knife:before {
  content: "";
}

.ion-laptop:before {
  content: "";
}

.ion-leaf:before {
  content: "";
}

.ion-levels:before {
  content: "";
}

.ion-lightbulb:before {
  content: "";
}

.ion-link:before {
  content: "";
}

.ion-load-a:before {
  content: "";
}

.ion-load-b:before {
  content: "";
}

.ion-load-c:before {
  content: "";
}

.ion-load-d:before {
  content: "";
}

.ion-location:before {
  content: "";
}

.ion-lock-combination:before {
  content: "";
}

.ion-locked:before {
  content: "";
}

.ion-log-in:before {
  content: "";
}

.ion-log-out:before {
  content: "";
}

.ion-loop:before {
  content: "";
}

.ion-magnet:before {
  content: "";
}

.ion-male:before {
  content: "";
}

.ion-man:before {
  content: "";
}

.ion-map:before {
  content: "";
}

.ion-medkit:before {
  content: "";
}

.ion-merge:before {
  content: "";
}

.ion-mic-a:before {
  content: "";
}

.ion-mic-b:before {
  content: "";
}

.ion-mic-c:before {
  content: "";
}

.ion-minus:before {
  content: "";
}

.ion-minus-circled:before {
  content: "";
}

.ion-minus-round:before {
  content: "";
}

.ion-model-s:before {
  content: "";
}

.ion-monitor:before {
  content: "";
}

.ion-more:before {
  content: "";
}

.ion-mouse:before {
  content: "";
}

.ion-music-note:before {
  content: "";
}

.ion-navicon:before {
  content: "";
}

.ion-navicon-round:before {
  content: "";
}

.ion-navigate:before {
  content: "";
}

.ion-network:before {
  content: "";
}

.ion-no-smoking:before {
  content: "";
}

.ion-nuclear:before {
  content: "";
}

.ion-outlet:before {
  content: "";
}

.ion-paintbrush:before {
  content: "";
}

.ion-paintbucket:before {
  content: "";
}

.ion-paper-airplane:before {
  content: "";
}

.ion-paperclip:before {
  content: "";
}

.ion-pause:before {
  content: "";
}

.ion-person:before {
  content: "";
}

.ion-person-add:before {
  content: "";
}

.ion-person-stalker:before {
  content: "";
}

.ion-pie-graph:before {
  content: "";
}

.ion-pin:before {
  content: "";
}

.ion-pinpoint:before {
  content: "";
}

.ion-pizza:before {
  content: "";
}

.ion-plane:before {
  content: "";
}

.ion-planet:before {
  content: "";
}

.ion-play:before {
  content: "";
}

.ion-playstation:before {
  content: "";
}

.ion-plus:before {
  content: "";
}

.ion-plus-circled:before {
  content: "";
}

.ion-plus-round:before {
  content: "";
}

.ion-podium:before {
  content: "";
}

.ion-pound:before {
  content: "";
}

.ion-power:before {
  content: "";
}

.ion-pricetag:before {
  content: "";
}

.ion-pricetags:before {
  content: "";
}

.ion-printer:before {
  content: "";
}

.ion-pull-request:before {
  content: "";
}

.ion-qr-scanner:before {
  content: "";
}

.ion-quote:before {
  content: "";
}

.ion-radio-waves:before {
  content: "";
}

.ion-record:before {
  content: "";
}

.ion-refresh:before {
  content: "";
}

.ion-reply:before {
  content: "";
}

.ion-reply-all:before {
  content: "";
}

.ion-ribbon-a:before {
  content: "";
}

.ion-ribbon-b:before {
  content: "";
}

.ion-sad:before {
  content: "";
}

.ion-sad-outline:before {
  content: "";
}

.ion-scissors:before {
  content: "";
}

.ion-search:before {
  content: "";
}

.ion-settings:before {
  content: "";
}

.ion-share:before {
  content: "";
}

.ion-shuffle:before {
  content: "";
}

.ion-skip-backward:before {
  content: "";
}

.ion-skip-forward:before {
  content: "";
}

.ion-social-android:before {
  content: "";
}

.ion-social-android-outline:before {
  content: "";
}

.ion-social-angular:before {
  content: "";
}

.ion-social-angular-outline:before {
  content: "";
}

.ion-social-apple:before {
  content: "";
}

.ion-social-apple-outline:before {
  content: "";
}

.ion-social-bitcoin:before {
  content: "";
}

.ion-social-bitcoin-outline:before {
  content: "";
}

.ion-social-buffer:before {
  content: "";
}

.ion-social-buffer-outline:before {
  content: "";
}

.ion-social-chrome:before {
  content: "";
}

.ion-social-chrome-outline:before {
  content: "";
}

.ion-social-codepen:before {
  content: "";
}

.ion-social-codepen-outline:before {
  content: "";
}

.ion-social-css3:before {
  content: "";
}

.ion-social-css3-outline:before {
  content: "";
}

.ion-social-designernews:before {
  content: "";
}

.ion-social-designernews-outline:before {
  content: "";
}

.ion-social-dribbble:before {
  content: "";
}

.ion-social-dribbble-outline:before {
  content: "";
}

.ion-social-dropbox:before {
  content: "";
}

.ion-social-dropbox-outline:before {
  content: "";
}

.ion-social-euro:before {
  content: "";
}

.ion-social-euro-outline:before {
  content: "";
}

.ion-social-facebook:before {
  content: "";
}

.ion-social-facebook-outline:before {
  content: "";
}

.ion-social-foursquare:before {
  content: "";
}

.ion-social-foursquare-outline:before {
  content: "";
}

.ion-social-freebsd-devil:before {
  content: "";
}

.ion-social-github:before {
  content: "";
}

.ion-social-github-outline:before {
  content: "";
}

.ion-social-google:before {
  content: "";
}

.ion-social-google-outline:before {
  content: "";
}

.ion-social-googleplus:before {
  content: "";
}

.ion-social-googleplus-outline:before {
  content: "";
}

.ion-social-hackernews:before {
  content: "";
}

.ion-social-hackernews-outline:before {
  content: "";
}

.ion-social-html5:before {
  content: "";
}

.ion-social-html5-outline:before {
  content: "";
}

.ion-social-instagram:before {
  content: "";
}

.ion-social-instagram-outline:before {
  content: "";
}

.ion-social-javascript:before {
  content: "";
}

.ion-social-javascript-outline:before {
  content: "";
}

.ion-social-linkedin:before {
  content: "";
}

.ion-social-linkedin-outline:before {
  content: "";
}

.ion-social-markdown:before {
  content: "";
}

.ion-social-nodejs:before {
  content: "";
}

.ion-social-octocat:before {
  content: "";
}

.ion-social-pinterest:before {
  content: "";
}

.ion-social-pinterest-outline:before {
  content: "";
}

.ion-social-python:before {
  content: "";
}

.ion-social-reddit:before {
  content: "";
}

.ion-social-reddit-outline:before {
  content: "";
}

.ion-social-rss:before {
  content: "";
}

.ion-social-rss-outline:before {
  content: "";
}

.ion-social-sass:before {
  content: "";
}

.ion-social-skype:before {
  content: "";
}

.ion-social-skype-outline:before {
  content: "";
}

.ion-social-snapchat:before {
  content: "";
}

.ion-social-snapchat-outline:before {
  content: "";
}

.ion-social-tumblr:before {
  content: "";
}

.ion-social-tumblr-outline:before {
  content: "";
}

.ion-social-tux:before {
  content: "";
}

.ion-social-twitch:before {
  content: "";
}

.ion-social-twitch-outline:before {
  content: "";
}

.ion-social-twitter:before {
  content: "";
}

.ion-social-twitter-outline:before {
  content: "";
}

.ion-social-usd:before {
  content: "";
}

.ion-social-usd-outline:before {
  content: "";
}

.ion-social-vimeo:before {
  content: "";
}

.ion-social-vimeo-outline:before {
  content: "";
}

.ion-social-whatsapp:before {
  content: "";
}

.ion-social-whatsapp-outline:before {
  content: "";
}

.ion-social-windows:before {
  content: "";
}

.ion-social-windows-outline:before {
  content: "";
}

.ion-social-wordpress:before {
  content: "";
}

.ion-social-wordpress-outline:before {
  content: "";
}

.ion-social-yahoo:before {
  content: "";
}

.ion-social-yahoo-outline:before {
  content: "";
}

.ion-social-yen:before {
  content: "";
}

.ion-social-yen-outline:before {
  content: "";
}

.ion-social-youtube:before {
  content: "";
}

.ion-social-youtube-outline:before {
  content: "";
}

.ion-soup-can:before {
  content: "";
}

.ion-soup-can-outline:before {
  content: "";
}

.ion-speakerphone:before {
  content: "";
}

.ion-speedometer:before {
  content: "";
}

.ion-spoon:before {
  content: "";
}

.ion-star:before {
  content: "";
}

.ion-stats-bars:before {
  content: "";
}

.ion-steam:before {
  content: "";
}

.ion-stop:before {
  content: "";
}

.ion-thermometer:before {
  content: "";
}

.ion-thumbsdown:before {
  content: "";
}

.ion-thumbsup:before {
  content: "";
}

.ion-toggle:before {
  content: "";
}

.ion-toggle-filled:before {
  content: "";
}

.ion-transgender:before {
  content: "";
}

.ion-trash-a:before {
  content: "";
}

.ion-trash-b:before {
  content: "";
}

.ion-trophy:before {
  content: "";
}

.ion-tshirt:before {
  content: "";
}

.ion-tshirt-outline:before {
  content: "";
}

.ion-umbrella:before {
  content: "";
}

.ion-university:before {
  content: "";
}

.ion-unlocked:before {
  content: "";
}

.ion-upload:before {
  content: "";
}

.ion-usb:before {
  content: "";
}

.ion-videocamera:before {
  content: "";
}

.ion-volume-high:before {
  content: "";
}

.ion-volume-low:before {
  content: "";
}

.ion-volume-medium:before {
  content: "";
}

.ion-volume-mute:before {
  content: "";
}

.ion-wand:before {
  content: "";
}

.ion-waterdrop:before {
  content: "";
}

.ion-wifi:before {
  content: "";
}

.ion-wineglass:before {
  content: "";
}

.ion-woman:before {
  content: "";
}

.ion-wrench:before {
  content: "";
}

.ion-xbox:before {
  content: "";
}

.font-kaushan-script, .font-khausan-script {
  font-family: "Kaushan Script", cursive;
}

.font-dancing-script {
  font-family: "Dancing Script", cursive;
}

/** ****************************************************** */
/** _DEFAULT
/** ****************************************************** */
#toTop {
  font-size: 38px;
  line-height: 33px;
  background-color: #ed1c24;
  color: #fff;
  position: fixed;
  height: 35px;
  width: 40px;
  right: 6px;
  bottom: 6px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.9;
  text-decoration: none;
  display: none;
  z-index: 1000;
  -webkit-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

#toTop:hover {
  background-color: #7bb1c4;
}

/* WHITE TOOLTIP */
.whitetooltip + .tooltip > .tooltip-inner {
  background-color: #fff;
  color: #4e504e;
  font-size: 12px;
  font-weight: 100;
  border: 1px solid #CCCCCC;
}

.whitetooltip + .tooltip.top > .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #CCC;
}

.whitetooltip + .tooltip.left > .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #CCC;
}

.whitetooltip + .tooltip.bottom > .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #CCC;
}

.whitetooltip + .tooltip.right > .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #CCC;
}

/* ================ */
.hidden {
  display: none;
}

.has-error {
  border-color: #f55 !important;
  border-width: 2px !important;
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
}

.white {
  background-color: #fff !important;
}

/* Forms */
.form-control::-moz-placeholder {
  color: #b6b6b6;
  opacity: 1;
}

::-moz-placeholder {
  color: #b6b6b6;
}

.form-control[readonly], .form-control[disabled] {
  background: inherit;
  cursor: not-allowed;
}

input[type=number] {
  -moz-appearance: textfield;
}

select.form-control:not([size]):not([multiple]) {
  color: #676767;
}

i.fa {
  padding-right: 0px;
  margin-right: 6px;
}

/* Flex box */
.flex {
  display: flex;
}

.flex.left {
  justify-content: left;
}

.flex.mid {
  justify-content: center;
}

.flex.right {
  justify-content: right;
}

.flex.center {
  vertical-align: middle;
}

.flex.top {
  vertical-align: top;
}

.flex.bottom {
  vertical-align: bottom;
}

.onepage-pagination li a.active::before {
  border: 1px solid #ed1c24 !important;
}

.onepage-pagination li a::before {
  background: #ed1c24;
}

section {
  height: 100% !important;
  box-sizing: border-box;
  overflow: hidden;
}

.btn-primary {
  color: #fff;
  background-color: #ed1c24;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary.active {
  background-color: #b20000;
}

@media (max-width: 400px) {
  html, body {
    position: fixed;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/** ****************************************************** */
/** _HEADER AND FOOTER
/** ****************************************************** */
#header.transparent {
  box-shadow: none !important;
  border-bottom: none;
  display: flex;
}

a.logo {
  position: absolute;
  right: calc(7.5vw + 135px);
  top: 2vh;
  display: flex;
  z-index: 100;
}
a.logo img {
  position: absolute;
  width: auto;
  height: 90px;
  display: inline-block !important;
  opacity: 0;
  -webkit-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
}
a.logo img.active {
  opacity: 1;
  -webkit-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

@media (max-width: 576px) {
  a.logo {
    right: calc(4vw + 115px);
  }

  a.logo img {
    height: 75px;
  }
}
/** ****************************************************** */
/** _INDEX
/** ****************************************************** */
section.home-section {
  position: relative;
  padding: 0;
  background-size: 100vw auto !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
section.home-section .row {
  width: 100%;
  height: 100%;
}
section.home-section .row > div {
  position: relative;
  height: 100%;
  padding: 20px 10vw 20px 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.home-section .box-overlay {
  padding: 10px 20px;
  width: auto;
  max-width: 450px;
  background: rgba(255, 255, 255, 0.91);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
section.home-section h4 {
  width: auto;
  line-height: 1.75;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #454545;
}
section.home-section a.btn-browse {
  margin-top: 30px;
  height: 45px;
  line-height: 43px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #333;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.67px;
  color: #333;
}
section.home-section a.btn-browse i.fa {
  font-size: 18px;
}
section.home-section a.btn-browse:hover, section.home-section a.btn-browse:active, section.home-section a.btn-browse:focus, section.home-section a.btn-browse.active {
  background: #333;
  color: #fff;
}

@media (max-width: 992px) {
  section.home-section {
    background-size: auto 100vh !important;
    background-position: 80% 50% !important;
  }
  section.home-section .row > div {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section.home-section .box-overlay {
    padding: 20px 30px;
    width: 600px;
  }
}
@media (max-width: 576px) {
  section.home-section .row > div {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section.home-section .box-overlay {
    padding: 15px 25px;
    width: 300px;
  }
  section.home-section h4 {
    line-height: 1.55;
    font-size: 20px;
  }
  section.home-section a.btn-browse {
    margin-top: 20px;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #333;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 14px;
    color: #333;
  }
  section.home-section a.btn-browse i.fa {
    font-size: 16px;
  }
}
section.home-slider {
  padding: 0;
}

section.full-nav {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.full-nav a {
  width: 25%;
  height: 100%;
}
section.full-nav a figure {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
section.full-nav a figure img {
  width: auto;
  height: 100%;
}
section.full-nav a .overlay-red {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  background: rgba(237, 28, 36, 0.75);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.full-nav a .description {
  width: 25%;
  position: absolute;
  bottom: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
section.full-nav a .description h4 {
  margin: 0;
  width: 60%;
  font-size: 24px;
  letter-spacing: 0.8px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  color: #f9f9f9;
}
section.full-nav a:hover figure {
  height: 110%;
  min-height: 110%;
  max-height: 110%;
}
section.full-nav a:hover .overlay-red {
  height: 100%;
  max-height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.full-nav a:hover .description {
  opacity: 1;
  -webkit-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 780px) {
  section.full-nav {
    flex-direction: column;
  }
  section.full-nav a {
    position: relative;
    width: 100%;
    height: 25%;
  }
  section.full-nav a figure img {
    width: 100%;
    height: auto;
  }
  section.full-nav a .overlay-red {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  section.full-nav a .description {
    width: 50%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  section.full-nav a .description h4 {
    margin: 0;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    color: #f9f9f9;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
  }
  section.full-nav a:hover figure {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
  section.full-nav a:hover .overlay-red {
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
/*
section.product-detail {
	padding: 0 !important;
	background-size: 100vw auto !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	position: relative;
	display: flex;
	align-items: center;
	@include transition(background .5s linear);

	.btn.btn-mobnav {
		display: none;
	}

	.product-detail-nav {
		position: absolute;
		left: 0;
		width: 25%;
		height: 100%;
		background: rgba(237, 28, 36, .75);

		ul.pd-navrow {
			margin-left: 25px;
			max-width: 275px;
			list-style-type: none !important;

			li {
				margin: 10px 0;

				a {
					display: block;
					margin: 0;
					padding: 20px 10px;
					text-transform: uppercase;
					font-size: 16px;
					font-weight: 500;
					line-height: 1.78;
					letter-spacing: .67px;
					color: rgba(255,255,255,.4);
					@extend %transition;
				}
			}
			li.active, li:hover, li:focus {
				a {
					font-size: 18px;
					color: rgba(255,255,255,1);
					@extend %transition;
				}
			}
		}
	}
	.product-detail-nav::after{
		content: " ";
		position: absolute;
		right: calc(-8vw);
		top: 50%;
		@include transform(translateY(-50%));
		width: 0;
		height: 0;
		border-top: 35vw solid transparent;
		border-left: 8vw solid rgba(237, 28, 36, .75);
		border-bottom: 35vw solid transparent;	
	}

	.product-detail-title {
		position: absolute;
		top: 80vh;
		@include transform(translateY(-50%));
		left: 8%;
		width: 25%;
		height: 30%;
		display: flex;
		align-items: center;
		justify-content: center;

		h4 {
			font-size: 36px;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: .8px;
			line-height: 1.5;
			color: #fff;
		}
	}

	.product-detail-container {
		position: absolute;
		right: 0;
		width: 20vw;
		height: 100%;
		background: rgba(255,255,255, .75);
	}
	.product-detail-container::after{
		content: " ";
		position: absolute;
		left: -20vw;
		top: 50%;
		@include transform(translateY(-50%));
		width: 0;
		height: 0;
		border-top: 40vw solid transparent;
		border-right: 20vw solid rgba(255,255,255, .75);
		border-bottom: 25vw solid transparent;	
	}
	.product-detail-description {
		position: absolute;
		right: 2vw;
		top: 60%;
		@include transform(translateY(-50%));
		width: 32vw;
		height: 50vh;
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

		h4.title{
			display:none;
		}
		table{
			margin-bottom: 60px;
			width: 100%;
			border: 0 !important;

			tr{ 
				height: 45px;
				td {
					vertical-align: top;
					font-size: 16px;
					font-weight: 300;
					line-height: 1.95;
					color: #454545;
				}
				td:first-child {
					width: 28%
				}
				td:nth-child(2){
					width: 2%;
				}
				td:last-child{
					width: 70%;
				}
			}
		}
	}
	.action-button {
		display: flex;
		align-items: center;
		justify-content: center;

		button {
			width: 200px;
			height: 50px;
			padding: 0;
			line-height: 48px;
			color: #fff;
			text-transform: uppercase;
			text-align: center;
			font-size: 18px;
			font-weight: 400;
			letter-spacing: .76px;
		}
	}
}
*/
/*
@media(max-width: 1200px) and (orientation: portrait) {
	section.product-detail {
		background-size: auto 100vh !important;
		background-position: 50% 50% !important;
		background-repeat: no-repeat !important;

		.product-detail-nav {
			width: 35vw;

			ul.pd-navrow {
				margin-left: 30px;
				max-width: 275px;
			}
		}

		.product-detail-container {
			width: 35vw;
		}
		.product-detail-container::after{
			left: -20vw;
		}
		.product-detail-description {
			width: 35vw;
		}
	}
}
*/
/*
@include sm {
	section.product-detail {
		background-size: auto 100vh !important;
		background-position: 50% 50%;

		.btn.btn-mobnav {
			position: absolute;
			left: 10px;
			top: 10px;
			width: 50px;
			height:50px;
			display: flex;
			z-index: 1000;
			text-shadow: 0 0 16px rgba(0,0,0,.33);

			i{
				font-size: 28px;
				color: #fff;
			}
		}

		.product-detail-nav {
			left: -40vw;
			width: 40vw;
			cursor: pointer;
			@include transition(all 0.5s);

			ul.pd-navrow {
				height: 100%;
				padding-top: 60px;
				padding-left: 10px;
				padding-bottom: 40vh;
				max-width: 225px;
				list-style-type: none !important;

				li {
					margin: 10px 0;

					a {
						padding: 10px 5px;
						font-size: 18px;
						font-weight: 500;
						letter-spacing: .67px;
						color: rgba(255,255,255,.4);
					}
				}
				li.active, li:hover, li:focus {
					a {
						font-size: 20px;
						font-weight: 600;
					}
				}
			}

		}
		.product-detail-nav.active {
			left: 0vw;
			@include transition(all 0.5s);
		}


		.product-detail-nav::after{
			content: " ";
			position: absolute;
			right: calc(-8vw);
			top: 50%;
			@include transform(translateY(-50%));
			width: 0;
			height: 0;
			border-top: 35vw solid transparent;
			border-left: 8vw solid rgba(237, 28, 36, .75);
			border-bottom: 35vw solid transparent;	
		}

		.product-detail-title {
			bottom: 10vh;
			left: 50%;
			@include transform(translateX(-50%));
			width: 60%;
			height: auto;
			z-index: 5;

			h4 {
				font-size: 36px;
				font-weight: 600;
				text-align: center;
				text-shadow: 0 1px 13px rgba(0,0,0,.43);
				letter-spacing: .6px;
			}
		}

		.product-detail-container {
			position: absolute;
			right: -80vw;
			width: 80vw;
			height: 100%;
			background: rgba(255,255,255, .5);
			@include transition(all .5s);
			z-index: 15;
		}
		.product-detail-container::after{
			border-right: 20vw solid rgba(255,255,255, .5);
			cursor: pointer;
		}
		.product-detail-container.active{
			right: 0vw;
			background: rgba(255,255,255, .9);
			@include transition(all .5s);
		}
		.product-detail-container.active::after{
			border-right: 20vw solid rgba(255,255,255, .9);
		}


		.product-detail-description {
			right: -75vw;
			top: 50%;
			width: 75vw;
			height: 100vh;
			z-index: 16;
			@include transition(all .5s);

			h4.title{
				width: 100%;
				display: block;
				text-transform: uppercase;
				font-size: 18px;
				font-weight: 600;
				letter-spacing: .5px;
				color: #454545;
			}
			table{
				margin-bottom: 40px;
				width: 100%;
				border: 0 !important;

				tr{ 
					height: 35px;
					td {
						font-size: 14px;
						line-height: 1.85;
					}
					td:first-child {
						width: 28%
					}
					td:nth-child(2){
						width: 2%;
					}
					td:last-child{
						width: 70%;
					}
				}
			}
		}
		.product-detail-description.active {
			right: 0vw;
			@include transition(all .5s);
		}


		.action-button {
			display: flex;
			align-items: center;
			justify-content: center;

			button {
				width: 200px;
				height: 50px;
				padding: 0;
				line-height: 48px;
				color: #fff;
				text-transform: uppercase;
				text-align: center;
				font-size: 18px;
				font-weight: 400;
				letter-spacing: .76px;
			}
		}
	}
}
*/
/*
@include xs {
	section.product-detail {
		background-size: auto 100vh !important;
		background-position: 50% 50%;

		.btn.btn-mobnav {
			position: absolute;
			left: 10px;
			top: 10px;
			width: 50px;
			height:50px;
			display: flex;
			z-index: 1000;
			text-shadow: 0 0 16px rgba(0,0,0,.33);

			i{
				font-size: 28px;
				color: #fff;
			}
		}

		.product-detail-nav {
			left: -50vw;
			width: 50vw;
			z-index: 15;
			cursor: pointer;
			@include transition(all 0.5s);

			ul.pd-navrow {
				height: 100%;
				padding-top: 60px;
				margin-left: 0;
				padding-left: 15px;
				padding-bottom: 40vh;
				max-width: 225px;
				list-style-type: none !important;

				li {
					margin: 5px 0;

					a {
						padding: 10px 5px;
						font-size: 12px;
						font-weight: 400;
						letter-spacing: .67px;
						color: rgba(255,255,255,.4);
					}
				}
				li.active, li:hover, li:focus {
					a {
						font-size: 14px;
						font-weight: 600;
					}
				}
			}

		}
		.product-detail-nav.active {
			left: 0vw;
			@include transition(all 0.5s);
		}


		.product-detail-nav::after{
			content: " ";
			position: absolute;
			right: calc(-8vw);
			top: 50%;
			@include transform(translateY(-50%));
			width: 0;
			height: 0;
			border-top: 35vw solid transparent;
			border-left: 8vw solid rgba(237, 28, 36, .75);
			border-bottom: 35vw solid transparent;	
		}

		.product-detail-title {
			bottom: 10vh;
			left: 50%;
			@include transform(translateX(-50%));
			width: 75%;
			height: auto;
			z-index: 5;

			h4 {
				font-size: 28px;
				font-weight: 600;
				text-shadow: 0 1px 9px rgba(0,0,0,.43);
				text-align: center;
				letter-spacing: .6px;
			}
		}

		.product-detail-container {
			position: absolute;
			right: -80vw;
			width: 80vw;
			height: 100%;
			background: rgba(255,255,255, .5);
			@include transition(all .5s);
			z-index: 15;
		}
		.product-detail-container::after{
			border-right: 20vw solid rgba(255,255,255, .5);
			cursor: pointer;
		}
		.product-detail-container.active{
			right: 0vw;
			background: rgba(255,255,255, .9);
			@include transition(all .5s);
		}
		.product-detail-container.active::after{
			border-right: 20vw solid rgba(255,255,255, .9);
		}


		.product-detail-description {
			right: -75vw;
			top: 50%;
			width: 75vw;
			height: 100vh;
			z-index: 16;
			@include transition(all .5s);

			h4.title{
				width: 100%;
				display: block;
				text-transform: uppercase;
				font-size: 18px;
				font-weight: 600;
				letter-spacing: .5px;
				color: #454545;
			}
			table{
				margin-bottom: 40px;
				width: 100%;
				border: 0 !important;

				tr{ 
					height: 35px;
					td {
						font-size: 14px;
						line-height: 1.85;
					}
					td:first-child {
						width: 28%
					}
					td:nth-child(2){
						width: 2%;
					}
					td:last-child{
						width: 70%;
					}
				}
			}
		}
		.product-detail-description.active {
			right: 0vw;
			@include transition(all .5s);
		}


		.action-button {
			display: flex;
			align-items: center;
			justify-content: center;

			button {
				width: 200px;
				height: 50px;
				padding: 0;
				line-height: 48px;
				color: #fff;
				text-transform: uppercase;
				text-align: center;
				font-size: 18px;
				font-weight: 400;
				letter-spacing: .76px;
			}
		}
	}
}
*/
section.product-detail {
  padding: 0 !important;
  background-size: 100vw auto !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
section.product-detail .btn.btn-mobnav {
  display: none;
}
section.product-detail .product-detail-nav {
  position: absolute;
  left: 0;
  width: 20%;
  height: 100%;
  background: rgba(237, 28, 36, 0.75);
}
section.product-detail .product-detail-nav ul.pd-navrow {
  margin-left: 25px;
  max-width: 275px;
  list-style-type: none !important;
}
section.product-detail .product-detail-nav ul.pd-navrow li {
  margin: 10px 0;
}
section.product-detail .product-detail-nav ul.pd-navrow li a {
  display: block;
  margin: 0;
  padding: 20px 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.67px;
  color: rgba(255, 255, 255, 0.4);
}
section.product-detail .product-detail-nav ul.pd-navrow li.active a, section.product-detail .product-detail-nav ul.pd-navrow li:hover a, section.product-detail .product-detail-nav ul.pd-navrow li:focus a {
  font-size: 18px;
  color: white;
}
section.product-detail .product-detail-container {
  position: absolute;
  left: 20%;
  width: 80%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.product-detail .product-detail-container .owl-carousel-2 {
  position: relative;
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-item::before {
  background: transparent;
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-item:not(.center) {
  opacity: 0.3;
  -webkit-transform: alpha(opacity=30);
  -moz-transform: alpha(opacity=30);
  -ms-transform: alpha(opacity=30);
  transform: alpha(opacity=30);
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-nav.disabled {
  display: none !important;
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-nav {
  width: 100%;
  height: 60px !important;
  display: flex;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-nav .owl-next, section.product-detail .product-detail-container .owl-carousel-2 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px !important;
  height: 50px !important;
  background: transparent;
  border: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-nav .owl-next i.fa, section.product-detail .product-detail-container .owl-carousel-2 .owl-nav .owl-prev i.fa {
  text-shadow: 0 9px 12px rgba(0, 0, 0, 0.45);
  font-size: 60px !important;
  color: #ed1c24;
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-nav .owl-next {
  right: 0 !important;
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-nav .owl-prev {
  left: 0 !important;
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-nav .owl-next.disabled i.fa, section.product-detail .product-detail-container .owl-carousel-2 .owl-nav .owl-prev.disabled i.fa {
  color: #454545;
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-dots {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.product-detail .product-detail-container .owl-carousel-2 .owl-dots .owl-dot.active span {
  background-color: #ed1c24;
}
section.product-detail .product-detail-container .container-mid-overlay {
  width: 400px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}
section.product-detail .product-detail-container .product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.product-detail .product-detail-container .product h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ed1c24;
}
section.product-detail .product-detail-container .product table {
  margin-bottom: 60px;
  width: 100%;
  border: 0 !important;
}
section.product-detail .product-detail-container .product table tr {
  height: 45px;
}
section.product-detail .product-detail-container .product table tr td {
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.95;
  color: #454545;
}
section.product-detail .product-detail-container .product table tr td:first-child {
  width: 28%;
}
section.product-detail .product-detail-container .product table tr td:nth-child(2) {
  width: 2%;
}
section.product-detail .product-detail-container .product table tr td:last-child {
  width: 70%;
}
section.product-detail .product-detail-container .action-button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.product-detail .product-detail-container .action-button button {
  width: 200px;
  height: 50px;
  padding: 0;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.76px;
}

@media (max-width: 1200px) and (orientation: portrait) {
  section.product-detail {
    background-size: auto 100vh !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
  }
  section.product-detail .product-detail-nav {
    width: 25vw;
  }
  section.product-detail .product-detail-nav ul.pd-navrow {
    max-width: 100%;
    margin-left: 0px;
  }
  section.product-detail .product-detail-container {
    left: 25vw;
    width: 75vw;
  }
}
@media (max-width: 780px) {
  section.product-detail {
    background-size: auto 100vh !important;
    background-position: 50% 50%;
  }
  section.product-detail .btn.btn-mobnav {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    z-index: 1000;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.33);
  }
  section.product-detail .btn.btn-mobnav i {
    font-size: 28px;
    color: #fff;
  }
  section.product-detail .product-detail-nav {
    left: -30vw;
    width: 35vw;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.product-detail .product-detail-nav ul.pd-navrow {
    height: 100%;
    padding-top: 60px;
    padding-left: 30px;
    padding-bottom: 40vh;
    max-width: 225px;
    list-style-type: none !important;
  }
  section.product-detail .product-detail-nav ul.pd-navrow li {
    margin: 10px 0;
  }
  section.product-detail .product-detail-nav ul.pd-navrow li a {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.67px;
    color: rgba(255, 255, 255, 0.4);
  }
  section.product-detail .product-detail-nav ul.pd-navrow li.active a, section.product-detail .product-detail-nav ul.pd-navrow li:hover a, section.product-detail .product-detail-nav ul.pd-navrow li:focus a {
    font-size: 18px;
    font-weight: 600;
  }
  section.product-detail .product-detail-nav.active {
    left: 0vw;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.product-detail .container-mid-overlay {
    width: 350px;
  }
  section.product-detail .product-detail-container {
    position: absolute;
    left: 5vw;
    width: 95vw;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.product-detail .product-detail-container.active {
    left: 98vw;
  }
  section.product-detail .action-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.product-detail .action-button button {
    width: 200px;
    height: 50px;
    padding: 0;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.76px;
  }
}
@media (max-width: 576px) {
  section.product-detail .btn.btn-mobnav {
    width: 50px;
    height: 50px;
  }
  section.product-detail .btn.btn-mobnav i {
    font-size: 28px;
    color: #fff;
  }
  section.product-detail .product-detail-nav {
    left: -60vw;
    width: 60vw;
  }
  section.product-detail .product-detail-nav ul.pd-navrow {
    height: 100%;
    padding-top: 60px;
    margin-left: 0;
    padding-left: 15px;
    padding-bottom: 40vh;
    max-width: 225px;
    list-style-type: none !important;
  }
  section.product-detail .product-detail-nav ul.pd-navrow li {
    margin: 5px 0;
  }
  section.product-detail .product-detail-nav ul.pd-navrow li a {
    padding: 10px 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.67px;
    color: rgba(255, 255, 255, 0.4);
  }
  section.product-detail .product-detail-nav ul.pd-navrow li.active a, section.product-detail .product-detail-nav ul.pd-navrow li:hover a, section.product-detail .product-detail-nav ul.pd-navrow li:focus a {
    font-size: 14px;
    font-weight: 600;
  }
  section.product-detail .product-detail-nav.active {
    left: 0vw;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.product-detail .product-detail-container {
    left: 0;
    width: 100vw;
  }
  section.product-detail .product-detail-container .owl-carousel-2 {
    margin-top: 5vh;
    width: 100vw;
    padding: 0 20px;
  }
  section.product-detail .product-detail-container .owl-carousel-2 .owl-nav {
    top: 50%;
  }
  section.product-detail .product-detail-container .owl-carousel-2 .owl-nav .owl-next i.fa, section.product-detail .product-detail-container .owl-carousel-2 .owl-nav .owl-prev i.fa {
    font-size: 36px !important;
  }
  section.product-detail .product-detail-container table tr td {
    font-size: 14px !important;
  }
  section.product-detail .product-detail-container.active {
    left: 100vw;
  }
}
@media (max-width: 750px) and (max-height: 400px) and (orientation: landscape) {
  section.product-detail {
    background-size: auto !important;
  }
  section.product-detail .product-detail-nav {
    left: -30vw;
    width: 40vw;
  }
  section.product-detail .product-detail-nav ul.pd-navrow {
    height: 100%;
    padding-top: 60px;
    margin-left: 0;
    padding-left: 15px;
    padding-bottom: 40vh;
    max-width: 225px;
    list-style-type: none !important;
  }
  section.product-detail .product-detail-nav ul.pd-navrow li {
    margin: 5px 0;
  }
  section.product-detail .product-detail-nav ul.pd-navrow li a {
    padding: 10px 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.67px;
    color: rgba(255, 255, 255, 0.4);
  }
  section.product-detail .product-detail-nav ul.pd-navrow li.active a, section.product-detail .product-detail-nav ul.pd-navrow li:hover a, section.product-detail .product-detail-nav ul.pd-navrow li:focus a {
    font-size: 14px;
    font-weight: 600;
  }
  section.product-detail .product-detail-nav.active {
    left: 0vw;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.product-detail .container-mid-overlay {
    width: 300px !important;
  }
  section.product-detail .product-detail-container {
    left: 10vw;
    width: 90vw;
  }
  section.product-detail .product-detail-container h4.title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.45;
  }
  section.product-detail .product-detail-container table {
    margin-bottom: 20px !important;
  }
  section.product-detail .product-detail-container table tr {
    height: auto;
  }
  section.product-detail .product-detail-container table tr td {
    font-size: 12px !important;
    line-height: 1.5;
  }
  section.product-detail .product-detail-container.active {
    left: 95vw;
  }
}
div.product-detail-content {
  display: none;
}

section.gallery-section {
  position: relative;
  padding: 40px 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.gallery-section .shape-1 {
  width: 150vw;
  height: 100vh;
}
section.gallery-section header {
  margin: 30px 0;
}
section.gallery-section header h4 {
  font-size: 32px;
  font-weight: 500;
  color: #ed1c24;
}
section.gallery-section .gallery .row {
  margin: 10vh 0;
}
section.gallery-section .gallery {
  padding: 0 10px;
}
section.gallery-section .gallery .item-box figure {
  height: auto;
}
section.gallery-section .gallery .item-box figure .item-hover .box-border a.lightbox i {
  font-size: 28px;
}
section.gallery-section .gallery .item-box figure .item-hover .box-border a.lightbox i:hover {
  font-size: 32px;
}
section.gallery-section .gallery .item-box figure .item-hover .box-border .item-name h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 992px) {
  section.gallery-section .shape-1 {
    width: 200vw;
    height: 100vh;
  }
}
@media (max-width: 576px) {
  section.gallery-section .shape-1 {
    width: 250vw;
    height: 100vh;
  }
  section.gallery-section .gallery .row {
    margin: 10vh 0;
  }
}
section.gallery-section .shape-1 {
  position: absolute;
  bottom: -50vh;
  background: #ff5f4e;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
section.gallery-section header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.gallery-section .gallery {
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.gallery-section .gallery .item-box {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 17px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 17px rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
section.gallery-section .gallery .item-box figure {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.gallery-section .gallery .item-box figure img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
section.gallery-section .gallery .item-box figure .item-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(237, 28, 36, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
section.gallery-section .gallery .item-box figure .item-hover .box-border {
  position: relative;
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
section.gallery-section .gallery .item-box figure .item-hover .box-border a.lightbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}
section.gallery-section .gallery .item-box figure .item-hover .box-border a.lightbox i {
  color: #fff;
}
section.gallery-section .gallery .item-box figure .item-hover .box-border .item-name {
  position: absolute;
  bottom: 5px;
}
section.gallery-section .gallery .item-box:hover figure .item-hover .box-border, section.gallery-section .gallery .item-box:focus .item-box.active figure .item-hover .box-border {
  border: 2px solid #efefef;
}

section.contact-section {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}
section.contact-section .content-container {
  position: relative;
  width: 100vw;
  height: calc(100% - 50px);
  display: flex;
}
section.contact-section .content-container .map {
  position: relative;
  left: 0;
  width: 60%;
  height: 100%;
  padding: 0;
}
section.contact-section .content-container .contact-description {
  position: relative;
  right: 0;
  width: 40%;
  height: 100%;
  background: white;
  box-shadow: 0 -2px 32px -4px rgba(0, 0, 0, 0.23);
  display: flex;
  padding: 100px 20px 0px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.contact-section .content-container .contact-description i.company-ico {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
  color: #ff5f4e;
}
section.contact-section .content-container .contact-description h4.company-name {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #b20000;
}
section.contact-section .content-container .contact-description .location {
  margin-top: 40px;
  width: 80%;
  height: auto;
}
section.contact-section .content-container .contact-description .location h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.76px;
  color: #454545;
}
section.contact-section .content-container .contact-description .location p.address {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: normal;
  color: #676767;
}
section.contact-section .content-container .contact-description .location .contact-phone > div {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 20px !important;
}
section.contact-section .content-container .contact-description .location .contact-phone h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #454545;
}
section.contact-section .content-container .contact-description .location .contact-phone a {
  position: relative;
  margin: 0;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.contact-section .content-container .contact-description .location .contact-phone a::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #ed1c24;
}
section.contact-section .content-container .contact-description .location .contact-phone a:hover::after, section.contact-section .content-container .contact-description .location .contact-phone a:focus::after, section.contact-section .content-container .contact-description .location .contact-phone a.active::after {
  width: 100%;
}
section.contact-section .content-copyright {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: right;
  background: #b20000;
}
section.contact-section .content-copyright p {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: right;
  text-align: right;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #ddd;
}
section.contact-section .content-copyright span.wmb-color {
  color: #75D5FF;
}

@media (max-width: 576px) {
  section.contact-section .content-container {
    height: calc(100% - 40px);
    flex-direction: column;
  }
  section.contact-section .content-container .map {
    width: 100%;
    height: 50%;
  }
  section.contact-section .content-container .contact-description {
    width: 100%;
    height: 50%;
    padding: 10px 35px;
  }
  section.contact-section .content-container .contact-description i.company-ico {
    display: none;
  }
  section.contact-section .content-container .contact-description h4.company-name {
    font-size: 16px;
    letter-spacing: 0.7px;
  }
  section.contact-section .content-container .contact-description .location {
    margin-top: 15px;
    width: 100%;
  }
  section.contact-section .content-container .contact-description .location h4 {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  section.contact-section .content-container .contact-description .location p.address {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
  }
  section.contact-section .content-container .contact-description .location .contact-phone h4 {
    font-size: 12px;
    font-weight: 600;
  }
  section.contact-section .content-container .contact-description .location .contact-phone a {
    margin-left: 4px;
    font-size: 11px;
    letter-spacing: normal;
  }
  section.contact-section .content-copyright {
    width: 100%;
    height: 40px;
  }
  section.contact-section .content-copyright p {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    color: #ddd;
  }
}

/*# sourceMappingURL=main.css.map */
