﻿body {
    padding-top: 5px;
    background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%);
    background-blend-mode: multiply;
    background-repeat: repeat-y;
    background-position: top center;
    background-attachment: fixed;
    background-size: contain;
    margin: 15px;
    overflow-x: hidden;
}

.btn-huge {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.divider {
    height: 1px;
    width: 100%;
    display: block; /* For use On Default inline elements Like span */
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.divider2thrd {
    height: 1px;
    width: 90%;
    display: block; /* For use On Default inline elements Like span */
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}



.astro {
    float: left;
    vertical-align: middle;
    width: 300px;
    height: 250px;
}

.about {
    float: left;
    vertical-align: middle;
    width: 125px;
    height: 150px;
}

.marginBottom-0 {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    body {
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
        margin: 5px;
    }

    .astro {
        float: left;
        vertical-align: middle;
        width: 220px;
        height: 250px;
    }

    .about {
        float: left;
        vertical-align: middle;
        width: 100px;
        height: 125px;
    }
}

#theTarget {
    height: 400px;
    background-image-width: 100%;
}



.blockquote-box {
    border-right: 5px solid #E6E6E6;
    margin-bottom: 25px
}

    .blockquote-box .square {
        width: 100px;
        min-height: 50px;
        margin-right: 22px;
        text-align: center !important;
        background-color: #E6E6E6;
        padding: 20px 0
    }

    .blockquote-box.blockquote-primary {
        border-color: #357EBD
    }

        .blockquote-box.blockquote-primary .square {
            background-color: #428BCA;
            color: #FFF
        }

    .blockquote-box.blockquote-success {
        border-color: #4CAE4C
    }

        .blockquote-box.blockquote-success .square {
            background-color: #5CB85C;
            color: #FFF
        }

    .blockquote-box.blockquote-info {
        border-color: #46B8DA
    }

        .blockquote-box.blockquote-info .square {
            background-color: #5BC0DE;
            color: #FFF
        }

    .blockquote-box.blockquote-warning {
        border-color: #EEA236
    }

        .blockquote-box.blockquote-warning .square {
            background-color: #F0AD4E;
            color: #FFF
        }

    .blockquote-box.blockquote-danger {
        border-color: #D43F3A
    }

        .blockquote-box.blockquote-danger .square {
            background-color: #D9534F;
            color: #FFF
        }


img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}




.img-wrapper {
    position: relative;
    width: 100%;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

    .img-overlay:before {
        content: ' ';
        display: block;
        /* adjust 'height' to position overlay content vertically */
        height: 33%;
    }













.item {
    position: relative;
    border: 0px solid #ffffff;
    margin: 2%;
    overflow: hidden;
}

    .item img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .item:hover img {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }











*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#integration-list {
    font-family: 'Open Sans', sans-serif;
    width: 80%;
    margin: 0 auto;
    display: table;
}

    #integration-list ul {
        padding: 0;
        margin: 20px 0;
        color: #555;
    }

        #integration-list ul > li {
            list-style: none;
            border-top: 1px solid #ddd;
            display: block;
            padding: 15px;
            overflow: hidden;
        }

        #integration-list ul:last-child {
            border-bottom: 1px solid #ddd;
        }

        #integration-list ul > li:hover {
            background: #efefef;
        }

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
    font-size: 1.2em;
}

h2 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}




#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}

.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: auto;
}

    .detail span {
        margin: 0;
    }

.right-arrow {
    margin-top: 12px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}






@import 'https://fonts.googleapis.com/css?family=Raleway';

html, body {
    margin: 0px;
}






div.containers {
    font-family: Raleway;
    margin: 0 auto;
    padding: 1em 2em;
}

    div.containers a {
        color: #FFF;
        text-decoration: none;
        font: 20px Raleway;
        margin: 0px 5px;
        padding: 5px 5px;
        position: relative;
        z-index: 0;
        cursor: pointer;
    }


.teal {
    background: #009688;
}


/* Top and Bottom borders go out */
div.topBotomBordersOut a:before, div.topBotomBordersOut a:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

div.topBotomBordersOut a:before {
    top: 0px;
    transform: translateY(10px);
}

div.topBotomBordersOut a:after {
    bottom: 0px;
    transform: translateY(-10px);
}

div.topBotomBordersOut a:hover:before, div.topBotomBordersOut a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}

/* Top and Bottom borders come in */
div.topBotomBordersIn a:before, div.topBotomBordersIn a:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

div.topBotomBordersIn a:before {
    top: 0px;
    transform: translateY(-10px);
}

div.topBotomBordersIn a:after {
    bottom: 0px;
    transform: translateY(10px);
}

div.topBotomBordersIn a:hover:before, div.topBotomBordersIn a:hover:after {
    opacity: 1;
    transform: translateY(0px);
}

/* Top border go down and Left border appears */
div.topLeftBorders a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2px;
    height: 0px;
    background: #FFF;
    content: "";
    opacity: 1;
    transition: all 0.3s;
}

div.topLeftBorders a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 1;
    transition: all 0.3s;
}

div.topLeftBorders a:hover:before {
    height: 100%;
}

div.topLeftBorders a:hover:after {
    opacity: 0;
    top: 100%;
}

/* Circle behind */
div.circleBehind a:before, div.circleBehind a:after {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid #0277bd;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

div.circleBehind a:after {
    border-width: 2px;
    transition: all 0.4s;
}

div.circleBehind a:hover:before {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

div.circleBehind a:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}

/* Brackets go out */
div.brackets a:before, div.brackets a:after {
    position: absolute;
    opacity: 0;
    font-size: 35px;
    top: 0px;
    transition: all 0.3s;
}

div.brackets a:before {
    content: '(';
    left: 0px;
    transform: translateX(10px);
}

div.brackets a:after {
    content: ')';
    right: 0px;
    transform: translateX(-10px);
}

div.brackets a:hover:before, div.brackets a:hover:after {
    opacity: 1;
    transform: translateX(0px);
}


/* Border from Y to X  */
div.borderYtoX a:before, div.borderYtoX a:after {
    position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 2px;
    content: '';
    background: #FFF;
    transition: all 0.3s;
}

div.borderYtoX a:before {
    left: 0px;
    top: 0px;
}

div.borderYtoX a:after {
    right: 0px;
    bottom: 0px;
}

div.borderYtoX a:hover:before, div.borderYtoX a:hover:after {
    opacity: 1;
    height: 2px;
    width: 100%;
}

/* Border X get width  */
div.borderXwidth a:before, div.borderXwidth a:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #FFF;
    transition: all 0.3s;
}

div.borderXwidth a:before {
    left: 0px;
    top: 0px;
}

div.borderXwidth a:after {
    right: 0px;
    bottom: 0px;
}

div.borderXwidth a:hover:before, div.borderXwidth a:hover:after {
    opacity: 1;
    width: 100%;
}

/* Pull down  */
div.pullDown a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullDown a:hover:before {
    height: 100%;
}

/* Pull up  */
div.pullUp a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullUp a:hover:before {
    height: 100%;
}

/* Pull right  */
div.pullRight a:before {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0px;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullRight a:hover:before {
    width: 100%;
}

/* Pull left  */
div.pullLeft a:before {
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0px;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullLeft a:hover:before {
    width: 100%;
}

/* Pull up and down  */
div.pullUpDown a:before, div.pullUpDown a:after {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullUpDown a:before {
    top: 0px;
}

div.pullUpDown a:after {
    bottom: 0px;
}

div.pullUpDown a:hover:before, div.pullUpDown a:hover:after {
    height: 100%;
}

/* Pull right and left  */
div.pullRightLeft a:before, div.pullRightLeft a:after {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullRightLeft a:before {
    left: 0px;
}

div.pullRightLeft a:after {
    right: 0px;
}

div.pullRightLeft a:hover:before, div.pullRightLeft a:hover:after {
    width: 100%;
}

/* Highlight text out  */
div.highlightTextOut a {
    color: rgba(255, 255, 255, 0.3);
}

    div.highlightTextOut a:before, div.highlightTextIn a:before {
        position: absolute;
        color: #FFF;
        top: 0px;
        left: 0px;
        padding: 10px;
        overflow: hidden;
        content: attr(alt);
        transition: all 0.3s;
        transform: scale(0.8);
        opacity: 0;
    }

    div.highlightTextOut a:hover:before, div.highlightTextIn a:hover:before {
        transform: scale(1);
        opacity: 1;
    }

/* Highlight text in  */
div.highlightTextIn a {
    color: rgba(0, 0, 0, 0.4);
}

    div.highlightTextIn a:before {
        transform: scale(1.2);
    }























.twitter {
    font: normal normal 10px Arial;
    text-align: center;
    color: #998578;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.twitter {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 14px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    .twitter:hover {
        color: #FF7D6D;
        text-decoration: none;
    }



img {
    max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 250px;
    position: fixed;
    right: -195px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
}

.float-fb {
    top: 160px;
    background: #3b5998;
}

.float-tw {
    top: 215px;
    background: #55acee;
}

.float-gp {
    top: 270px;
    background: #dd4b39;
}

.float-linkedin {
    top: 325px;
    background: #0077b5;
}

.float-pn {
    top: 380px;
    background: #cb2027;
}
/* Floating Social Media Bar Style Ends Here */


/* fOOTER CSS*/

.footer-section {
    background: #222222;
    color: wheat;
    padding: 1em 0;
}

footer img {
    border: 1px solid #666666;
    padding: 8px;
}

.footer-column b {
    color: wheat;
}

.footer-column h4 {
    font-size: 2em;
    margin-bottom: .5em;
}

.footer-column p {
    font-size: .96em;
    line-height: 1.8em;
}

footer.footer-column ul, li, a {
    font-size: 16px;
    text-decoration: none;
    list-style: none;
    color: wheat;
    padding: 1px;
    margin-left: 1px;
}

.footer-column input {
    color: inherit;
    background-color: #353535;
    padding: 8px;
    border: 0;
    border-radius: 5px;
    margin: 8px;
}

.footer-column button {
    display: inline-block;
    justify-content: left;
    margin-right: 70%;
    margin-left: 3%;
    padding: 7px;
    color: #ffffff;
    background-color: #7c9c37;
    border: 0;
    border-radius: 6px;
}

.footer-bottom-area {
    padding: 12px 2%;
    background-color: #222222;
    border-top: 2px solid #000;
}

    .footer-bottom-area p {
        color: #666666;
    }





.suggestPost {
    background: transparent url(suggest-post.png) no-repeat scroll 0px 0px;
    height: 170px;
    left: 0;
    position: fixed;
    top: 150px;
    width: 40px;
}

    .suggestPost:hover {
        background-position: -41px 0px;
    }

    .suggestPost a {
        display: block;
        height: 170px;
        width: 40px;
    }
