/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/
/*---------------------------
CSS Gradients
---------------------------*/
.gr-bloody-mary {
    background: #FF512F;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #DD2476, #FF512F);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #DD2476, #FF512F);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gr-rose-water {
    background: #E55D87;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #5FC3E4, #E55D87);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #5FC3E4, #E55D87);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gr-horizon {
    background: #003973;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E5E5BE, #003973);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E5E5BE, #003973);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gr-intuitive-purple {
    background: #DA22FF;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #9733EE, #DA22FF);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #9733EE, #DA22FF);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gr-sport-red {
    background: #e52d27;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #b31217, #e52d27);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #b31217, #e52d27);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gr-ocean-beach {
    background: #108dc7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ef8e38, #108dc7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ef8e38, #108dc7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*---------------------------
CSS Filters
---------------------------*/
.blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.brightness {
    -webkit-filter: brightness(0.30);
    filter: brightness(0.30);
}

.contrast {
    -webkit-filter: contrast(180%);
    filter: contrast(180%);
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.huerotate {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
}

.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.opacity {
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
}

.saturate {
    -webkit-filter: saturate(7);
    filter: saturate(7);
}

.sepia {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.shadow {
    -webkit-filter: drop-shadow(8px 8px 10px green);
    filter: drop-shadow(8px 8px 10px green);
}

/*---------------------------
Transition Classes
---------------------------*/
/*---------------------------
Animation Classes 
---------------------------*/
/*--------------------------- 
Responsive CSS here 
*
*   Remember these queries are a good start
*   but media queries go much deeper than this.
*
---------------------------*/
/*
Medium/Large Screens 
*/
@media only screen and (max-width: 1430px) {}

/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {}

/*
Large Tablet Screens 
*/
@media only screen and (max-width: 980px) {}

/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {}

/*
Small Tablet/Largest Phone Screens 
*/
@media only screen and (max-width: 600px) {}

/*
Large Phone Screens 
*/
@media only screen and (max-width: 420px) {}

/*
Medium Phone Screens 
*/
@media only screen and (max-width: 380px) {}

/*
Small Phone / Apple Watch Screens 
*/
@media only screen and (max-width: 320px) {}

.searchform-wrapper.ux-search-box.relative.azvandon {
    background: #fff;
    border-radius: 99px;
    border: 1px solid #EAEAEA;
}

.searchform-wrapper.ux-search-box.relative.azvandon input[type=search] {
    border-radius: 99px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.azvandon.searchform-wrapper:not(.form-flat) .submit-button {
    border-radius: 99px;
    background: transparent;
    border: 0;
    color: #666;
}

.ffd h6 {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 4px;
}

.tracuu_form .icon-box-img,
.tracuu_form .icon-box-img .icon-inner {
    display: flex;
    align-items: center;
}

.tracuu_form .icon-box-img img {
    padding-top: 0;
}

.white-popup {
    background: white;
    padding: 50px;
    max-width: 400px;
    text-align: center;
    margin: auto;
    border-radius: 6px;
}

.steps .step {
    display: block;
    width: 100%;
    /*margin-bottom: 15px;*/
    text-align: center;
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1;
}

.steps .step .step-icon-wrap::before {
    left: 0;
}

.steps .step .step-icon-wrap::after {
    right: 0;
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 30px;
    line-height: 50px;
    z-index: 5;
}

.steps .step .step-title {
    margin-top: 8px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
}

.steps .step:first-child .step-icon-wrap::before {
    display: none;
}

.steps .step:last-child .step-icon-wrap::after {
    display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #dc3f2e;
}

.steps .step.completed .step-icon {
    border-color: #dc3f2e;
    background-color: #dc3f2e;
    color: #fff;
}

@media (max-width: 576px) {

    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none;
    }

    .steps .step .step-icon-wrap {
        height: 40px;
    }

    .steps .step .step-icon {
        width: 40px;
        height: 40px;
        font-size: 25px;
        line-height: 40px;
    }

    .steps .step .step-title {
        font-size: 13px;
    }
}

/*@media (min-width: 576px) {
	.container {
		max-width: 640px;
	}
}*/

@media (max-width: 768px) {

    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 991px) {

    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 1200px) {

    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

.nofound {
    margin-bottom: 0;
    padding: 30px;
    text-align: center;
}

.mfp-iframe-scaler iframe {
    background: #fff;
    border-radius: 10px;
}

.mfp-iframe-holder .mfp-close {
    right: 0;
}

.mfp-iframe-holder .mfp-content {
    max-width: 700px;
}

.mfp-ajax-holder .mfp-content {
    max-width: 700px;
    background: #fff;
    border-radius: 6px;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

@media (min-width: 576px) {
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

body.loading .modal {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}