/* Add here all your css styles (customizations) */

.fd-btn-bottom a.freshwidget-theme, .fd-btn-right a.freshwidget-theme {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.08) inset, 0 2px 0 rgba(255, 255, 255, 0.7) inset, 0 -9px 29px rgba(0, 0, 0, 0.1) inset !important;
}

/*parallax implementation*/

.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
}

.ie8 .background {
    /* ie8- graceful degradation */
    background-position:50% 50% !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
    width: 100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
    display:table;
}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
    padding: 60px;
    margin: 0 !important;
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.85), inset 0 10px 10px -10px rgba(0,0,0,0.85);
}

/*parallax implementation END*/

.content-b > h1 {
    background-color: transparent;
    border-color: rgb(0, 0, 0);
    border-style: none;
    border-width: 0;
    color: #ffffff;
    font-family: Raleway;
    font-size: 5em;
    font-weight: 800;
    line-height: 1.05em;
    text-decoration: none;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}

.content-b > * {
    position: relative;
    z-index: 10;
}

.parallax {
    position: relative;
}

.generic-overlay {
    position: absolute;
    background-color: rgba(79, 174, 226, 0.65);
    background-image: url("/new/assets/images/resBack.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    transition: 0.3s all ease;
}

.revFont {
    color: #fff;
    font-size: 3em;
    line-height: 1.2em;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.revButton {
    padding: 15px;
}

.header.header-v3 {
    box-shadow: 0 6px 10px -10px rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
}

body > .wrapper {
    padding-top: 80px;
}

@media (min-width: 999px) {
    body > .wrapper {
        padding-top: 76px;
    }
}

.slider-video {
    height: 100% !important;
}

.belowSlider {
    box-shadow: 0 -6px 10px -10px rgba(0, 0, 0, 0.85);
    display: block;
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }
}

.servive-block p {
    /*text-align: justify;*/
}

.servive-block, .servive-block > * {
    transition: 0.3s all ease;
    cursor: default;
}

.servive-block > h2 {
    margin-top: 17px;
}

.servive-block-default:hover {
    box-shadow: 0 0 5px #3498db !important;
    /*box-shadow: none !important;*/
    border-color: #8bceff;
}

.servive-block-default:hover > i.icon-bg-dark {
    background: #3498db;
}

.servive-block-default:hover > h2 {
    color: #3498db;
}

@media(min-width: 1200px) {
    .servive-block {
        min-height: 431px;
    }

    .servive-block > h2 {
        min-height: 48px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .servive-block {
        min-height: 514px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .servive-block {
        min-height: 345px;
    }
}

.copyright li {
    float: left;
}

.copyright {
    padding: 20px 0 15px 0 !important;
    /*border-top: 2px #aaa solid !important;*/
}

/*#my_video {*/
    /*position: absolute;*/
/*}*/

/*.youtube.generic-overlay {*/
    /*cursor: pointer;*/
/*}*/

.testimonials .carousel-arrow i {
    /*font-size: 30px;*/
    font-weight: bold;
    color: #777;
    background: transparent !important;
}

.testimonials .carousel-arrow i:hover {
    color: #3498db;
    background: transparent !important;
}

#topcontrol {
    background: #000;
    color: #fff;
    font-size: 33px;
    transition: 0.3s all ease;
}

#topcontrol > .fa {
    padding: 10px;
}

#topcontrol:hover {
    opacity: 0.9 !important;
}

.slider-video > iframe {
    border: 2px solid rgba(0,0,0,0.3);
    margin:0 auto;
    position: relative;
    top: 7.5%;
}

#example img {
    width: 100%;
    height: auto;
}

#example > h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 46px;
}

#example h2 {
    font-size: 17px;
    line-height: 24px;
    color: #555;
}

#example button.register {
    margin-top: 34px !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block;

    color: #3498db;
    background: transparent;
    box-shadow: 0 0 0 2px #3498db inset;
    border: none;
    outline: none;
}

#example button.register:hover,
#example button.register:active,
#example button.register:focus{
    background: #3498db;
    color: #fff;
}

#example .servive-block-default:hover {
    box-shadow: none !important;
    /*box-shadow: none !important;*/
    border-color: #eee;
}

#example .servive-block-default:hover > i.icon-bg-dark {
    background: #555;
}

@media(min-width: 1200px) {
    #text > .servive-block {
        min-height: 318px;
    }

    #example button.register {
        margin-top: 54px !important;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #text > .servive-block {
        min-height: 257px;
    }

    .testimonial-col {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .twitter-col {
        width: 50% !important;
        margin-bottom: 0 !important;
    }

    .contact-col {
        width: 50% !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 991px) and (min-width: 502px) {
    .twitter-col {
        width: 50% !important;
        float: left;
        margin-bottom: 0 !important;
    }

    .contact-col {
        width: 50% !important;
        float: right;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 501px) {
    .contact-col {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 695px) and (min-width: 502px) {
    .contact-col {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    #text > .servive-block {
        margin-top: 20px;
        min-height: 0;
    }

    .headline > h2.heading-sm {
        /*text-align: left !important;*/
        /*padding-left: 25px !important;*/
    }
}

.contact-col > address, .contact-col > ul {
    padding: 0 10px;
}

.social-icons {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px !important;
    width: 176px;
}

.social-icons li a {
    margin: 0 !important;
}

button.register {
    color: #4FAEE2;
    background: #fff;
    box-shadow: 0 0 0 2px #4FAEE2 inset;
    border: none;
    outline: none;
    margin-top: 10px !important;
    padding: 10px 20px;
}

button.register:hover,
button.register:active,
button.register:focus {
    box-shadow: 0 0 0 2px #498cbc inset;
    background: #498cbc;
    color: #fff;
    border: none;
    outline: none;
}

button {
    transition: 0.3s all ease;
}

iframe#twitter-widget-0 {
    width: 100% !important;
    /*max-width: 100% !important;*/
    max-height: 265px;
    box-shadow: 0 0 0 1px #eee;
    border-radius: 4px !important;
    border: none !important;
}

.footer {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
}

.testimonials .testimonial-info img {
    height: 100px !important;
    width: 100px !important;
}

.social-icons > li > a {
    border-radius: 0 !important;
}

.testimonials .item > p {
    font-style: normal !important;
}

.testimonial-info > span > em > a {
    font-style: normal !important;
    color: #aaa;
    transition: 0.2s all ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.testimonial-info > span > em > a:hover {
    color: #777;
}

.testimonial-author {
    display: block;
}

.testimonials .carousel-arrow {
    top: -25px !important;
}

.copyright {
    border-top: 1px solid #d8d8d8 !important;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.09), 0 1px 0 #fff inset;
    background: #eaeaea !important;
}

.headline > h2.heading-sm {
    border-color: #eee !important;
    /*border-style: dashed !important;*/
    color: #b5b5b5 !important;
    font-size: 25px !important;
    padding-bottom: 22px !important;
    text-align: center !important;
    width: 100% !important;
}

.wrapper > a > .fat_register {
    display: block;
    font-size: 40px;
    padding: 20px;
    max-width: 293px;
    box-shadow: 0 0 0 4px #3498db inset;
    margin: 70px auto !important;
    width: 100%;
}

.fat_register:hover,
.fat_register:active,
.fat_register:focus {
    background: #3498db !important;
    color: #fff !important;
}

.slider-reg.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
    color: #3498db !important;
}


/* ---- pricing ----- */

.pricing-mega-v1 .pricing-content li i.fa-times {
    color: #a00000;
}

.pricing-mega-v1 .pricing-head h4.price {
    display: block;
    font-size: 37px;
    min-height: 106px;
}

.pricing-head h4.price i {
    font-size: 18px;
    font-style: normal;
    position: relative;
    top: -2px;
}

.pricing-mega-v1 .hidden-area .pricing-head h4.price {
    min-height: 106px;
}

.price_padding {
    padding-top: 32px !important;
}

.feature_padding {
    padding-top: 38px !important;
}

.small_or {
    font-size: 10px !important;
    position: absolute !important;
    top: -3px !important;
}

.small_or {
    font-size: 10px !important;
    left: 46px !important;
    position: absolute !important;
    top: 123px !important;
}

#money_back {
    display: block;
    width: 455px;
    margin: 0 auto;
}

@media(max-width: 479px) {
    #money_back {
        width: auto;
    }

    #money_back > a {
        display: block;
        width: 319px;
        margin: 0 auto;
    }

    #money_back > img {
        display: block;
        width: 130px;
        margin: 0 auto;
    }
}

/* ------ examples -------- */

.example-separator {
    display: block;
    clear: both;
    width: 100%;
    height: 50px;
}

.examples h2{
    text-align: center;
    color: #555;
    margin-bottom: 20px;
}

.examples h5{
    position: relative;
    top: -15px;
    text-align: center;
    margin-bottom: 20px;
    color: #777;
}