/*

CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it
is easier to update the theme. Simply copy an existing
style from style.css to this file, and modify it to
your liking.

*/

#video-tour,
#why-choose {
    display:none;
    position: fixed;
    z-index: 9999;
    top: 10%;
    margin: 0 auto;
    width: 100%;

}

#video-tour .modal-content,
#why-choose .modal-content {
    width: 745px;
    margin: 0 auto;
    background: #c4eeec;
    padding: 20px;
    border: 3px solid #f66e00;
    border-radius: 10px;
    position: relative;
}

#video-tour .modal-header
#why-choose .modal-header {
    position:relative;
}

#video-tour .close,
#why-choose .close {
    float: right;
    margin: -40px 0px 0px 0px;
    position: absolute;
    right: -30px;
}

#video-tour h4.modal-title,
#why-choose h4.modal-title {
    text-align: center;
    font-size: 24px;
    padding: 0px;
        margin: 0px 0px 20px;
}


#video-tour .footer-close,
#why-choose .footer-close {
width: 150px;
    margin: 15px 0 0 40%;
}

#video-tour-button {
    display: block;
    position: fixed;
    right: -15px;
    top: 40%;
z-index: 9999;
}

#video-tour-button:hover {
    cursor: pointer;
}
