﻿h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: #de615e;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #de615e;
    color: #fff;
    text-shadow: none;
}


.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #de615e;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
    }

    .btn-link-1.btn-link-1-facebook {
        background: #4862a3;
    }

    .btn-link-1.btn-link-1-twitter {
        background: #55acee;
    }

    .btn-link-1.btn-link-1-google-plus {
        background: #dd4b39;
    }

    .btn-link-1 i {
        padding-right: 5px;
        vertical-align: middle;
        font-size: 20px;
        line-height: 20px;
    }

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn-link-2:hover, .btn-link-2:focus,
    .btn-link-2:active, .btn-link-2:active:focus {
        outline: 0;
        opacity: 0.6;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
    }


/***** Top content *****/

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #fff;
    }

.top-content .description {
    margin: 20px 0 10px 0;
}

    .top-content .description p {
        opacity: 0.8;
    }

    .top-content .description a {
        color: #fff;
    }

        .top-content .description a:hover,
        .top-content .description a:focus {
            border-bottom: 1px dotted #fff;
        }

.form-box {
    margin-top: 15px;
    /*margin-right:20px;*/
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #656565;
    /*background: rgba(0, 0, 0, 0.5);*/
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    /*min-width:560px;*/
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 15px;
}

    .form-top-left h3 {
        margin-top: 0 !important;
        color: #fff;
    }

    .form-top-left p {
        opacity: 0.95 !important;
        color: #fff;
    }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.25;
}

.form-bottom {
    padding: 25px 25px 0px 25px;
    background: #555;
    /*background: rgba(0, 0, 0, 0);*/
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    text-align: left;
}

.exclamation-right {
    float: right;
    font-size: 66px;
    color: #fff;
    text-align: left;
    opacity: 0.25;
    /*margin-top:-20px;*/
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form button.btn {
    width: 150px;
}

.form-bottom form .input-error {
    border-color: #de615e;
}

.social-login {
    margin-top: 35px;
}

    .social-login h3 {
        color: #fff;
    }

.social-login-buttons {
    margin-top: 25px;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .inner-bg {
        padding: 60px 0 110px 0;
    }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }
}

.link {
    /*color: #f4d949;*/
    color: #F9E376;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mainWrapper {
    /*min-height: 100% !important;*/
    /*position: relative;
    height:200px;*/
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 100px; /* height of your footer */
}

 

/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/*===========================================================================================================*/
/* Master layout header section */
/*===========================================================================================================*/
.header {
    margin: 0 auto;
    height: 55px;
}

.navbar-header a {
    color: #fff;
    text-shadow: -2px 1px #428bca;
    font-weight: bold;
}

.navbar-brand img {
    height: 45px;
    margin-top: -12px;
}

.responsive-h1 {
    font-size: 30px;
}

@media (max-width: 767px) {
    .navbar-brand img {
        height: 50px;
    }

    /*.navbar-header a {
        font-size: 175%;
    }*/

    .responsive-h1 {
        font-size: 24px;
    }
}

.imageAndText {
    position: relative;
}

    .imageAndText .col {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

/**************************************************/

#footer {
    /*margin-top: -150px;*/
    /*padding-top: 4px;*/
    /*overflow: hidden;*/
    /*padding-bottom: 35px;*/
    display: block;
    background: #383838;
    width: 100%;
    /*position:absolute;*/
    bottom: 0;
    margin: auto;
    bottom: 0px;
    
    /* ======= Social buttons 1 ======= */
}

footerContent {
    position:absolute;
    height: 50px;
    width: 929px;
    margin: auto;
    bottom: 0px;
}


#footer .privacy-block {
    display: inline-block;
    color: #ffffff;
    font: 500 11px/22px 'Open Sans', sans-serif;
    font-weight: bold;
}

    #footer .privacy-block a {
        display: inline-block;
    }

#footer p {
    line-height: 28px;
    max-width: 300px;
}

#footer .socials1 {
    float: right;
    display: inline-block;
    /* Landscape phone to portrait tablet */
}

    /*@media (max-width: 767px) {
    #footer .socials1 {
        float: none;
    }
}*/

    #footer .socials1 li {
        display: inline-block;
    }

        #footer .socials1 li + li {
            margin-left: 7px;
        }

        #footer .socials1 li a i {
            width: 48px;
            height: 48px;
            line-height: 48px;
            color: #ffffff;
            background: #ffffff;
            text-align: center;
            font-size: 23px;
            display: block;
            border-radius: 200px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #footer .socials1 li a i:hover {
                background: #383838;
            }

.bord_f {
    border-top: 1px solid #f4d949;
}

.textlink {
    color: #ffffff;
    font-weight: bold;
    font-size:14px;
    padding-top:10px;
}

.ullink {
    color: #e6ac00;
    font-weight: bold;
    font-size: 12px;
    font: 'Open Sans', sans-serif;
}

.address {
    color: lightgray;
    font-weight: bold;
    font-size: 12px;
    font: 'Open Sans', sans-serif;
}

.blockyear {
    font-weight: bold;
    font-size: 8px;
}

/******************CARDS*******************/
.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #cccccc;
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child)
                .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child)
                .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child)
                .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

/***************Borders*********************/
.borders {
    border: 1px solid #55acee;
}

.ExportAlign{
    text-align:right;
}
.max-length{
    width:325px;
}