/*YOUR CUSTOM STYLES*/

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 500px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #063950; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 4px; /* Rounded corners */
    width: 70px;
    height: 80px;
}
#myBtn:hover {
    background-color: #3086ab; /* Add a dark-grey background on hover */
}
.obfuscate {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.product-caption-learn {
    color: #9C9C9C;
    font-size: 9pt;
}
#contact {
    float: left;
    clear: right;
}
.main-nav-collapse {
    width: 100%;
}
.bkgrnd {
    background-color: #D8D8D8;
    margin: 0px 0px;
}
.bkgrnd2 {
    background-color: #DCF0F7;
    margin: 0px 0px;
}
.bkgrnd3 {
    background-color: #F5F5F5;
    margin: 0px 0px;
}
.bkgrnd4 {
    background-color: #2A2A2A;
    margin: 0px 0px;
}
.centertitle {
    margin: auto;
    width: 50%;
    padding: 10px;
}
#return-to-top {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: rgba(48,134,171,0.8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #063950;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/* Wizard Banner Pop Up */

#popUp {
    position: fixed;
    max-width: 350px;
    min-width: 170px;
    height: 200px;
    background: rgba(236, 240, 241, 1);
    border: 0px;
    bottom: 0px;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 3px -3px 5px #737373;
    z-index: 99;
}
#new span {
    background: #fff;
    position: absolute;
    color: #1c8dc4;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
    z-index: 99;
}
#popUp .close {
    color: #464646;
    right: 8px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    z-index: 99;
}
#popUp h2 {
    font-size: 14px;
    color: #464646;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
    z-index: 99;
}
a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0;
}
#plus {
    position: fixed;
    color: #fff;
    bottom: 17%;
    font-size: 15px;
    margin-left: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 99;
}
#plus span {
    position: absolute;
    margin-top: 25px;
    left: 16px;
}
#plus::after {
    content: '';
    display: block;
    display: relative;
    border-top: 35px solid #063950;
    border-bottom: 35px solid #063950;
    border-left: 90px solid #063950;
    box-shadow: 3px -3px 5px #535353;
}



.floatR {
    float: right;
}
.product-caption-desc {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #737373;
}
.slider-item-caption-title-3 {
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.btn-orange {
    color: #fff !important;
    background: #d74e12;
}
.btn-orange:hover {
    background: #9e3112;
}
.btn-orange:focus {
    background: #9e3112;
}
.btn-green {
    color: #fff !important;
    background: #275b1b;
}
.btn-green:hover {
    background: #347a23;
}
.btn-green:focus {
    background: #347a23;
}
.btn-red {
    color: #fff !important;
    background: #860606;
}
.btn-red:hover {
    background: #000000;
}
.btn-red:focus {
    background: #000000;
}
.btn-red2 {
    color: #fff !important;
    background: #dc0030;
}
.btn-red2:hover {
    background: #000000;
}
.btn-red2:focus {
    background: #000000;
}
.btn-dark {
    color: #ffffff;
    background: #0ea6ed;
    border: none;
}
.btn-dark:hover {
    color: #ffffff;
    background: #021d2a;
}
.btn-dark:focus {
    color: #ffffff;
    background: #021d2a;
}
/* order status messaging*/
.msg-alert, .msg-thanks {
    height: 26px;
    background: #b70000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 10px;
    display: none;
}
.msg-thanks {
    background: #2d9a23 !important;
}
.msg-alert p, .msg-thanks p {
    text-align: center;
    margin: 0;
    color: #fff;
    line-height: 25px;
}
/*Drop Shadow*/
.DropShadow {
    -webkit-filter: drop-shadow(2px 4px 5px #232323);
    -webkit-transition: .6s ease;
}
.DropShadow:hover {
    -webkit-filter: none;
}
.rotate:hover {
    -webkit-transition: .4s ease;
    -webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
}
.zoom:hover {
    -webkit-transition: .4s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.stay {
    position: relative;
    max-width: 1000px;
}
.ImgShadow {
    -webkit-filter: drop-shadow(-4px 0px 15px #000000);
}
.ImgShadow2 {
    filter: drop-shadow(-8px -8px 18px #000000);
    -webkit-filter: drop-shadow(-1px -1px 4px #000000);
}
.FarCry-header {
    background-image: url(../FarCry-images/header.jpg);
    background-repeat: no-repeat;
    height: 495px;
    margin-bottom: 2%;
}
#video_player {
    text-align: center;
}
#video_player iframe {
    margin: 2% 0;
}
.red-border {
    border: 0;
    border-top: 1px solid #dc0030;
    z-index: 3;
}
.videowrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
sub, sup {
    font-size: .5em;
}
/*STICKY FOOTER*/
html, body {
/*    height: 100%;*/
    margin: 0;
}
.global-wrapper {
    min-height: 100%;
    margin-bottom: -112px;
    padding-bottom: 32px;
}
.global-wrapper:after {
    content: "";
    display: block;
}
.sticky-footer-wrapper{
    overflow: hidden;
}
.sticky-footer-wrapper, .global-wrapper:after {
    height: 112px;
    width: 100%;
}
.sticky-footer-wrapper .main-footer {
    height: 62px;
}
.sticky-footer-wrapper .copyright-area {
    height: 50px;
}

.sticky-footer-wrapper .main-footer{
    padding: 0;
}

.copyright-area{
    box-shadow: none;
}

@media screen and (max-width:1200px) {
    .global-wrapper {
        margin-bottom: -350px;
    }
    .sticky-footer-wrapper, .global-wrapper:after {
        height: 350px;
    }
    .sticky-footer-wrapper .main-footer {
        height: auto;
    }
    .sticky-footer-wrapper .copyright-area {
        height: auto;
    }
}

@media (max-width:992px) {
.slider-item-caption-title-3 {
    font-size: 25px !important;
    margin-bottom: 10px;
}
}

@media all and (max-width: 900px) {
#popUp {
    margin-left: -425px;
}
#plus {
    margin-left: 0px;
}
}

