﻿/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/

* {
    border-radius: 0;
}

body {
    color: #333;
    font-size: 13px;
    line-height: 1.6;
}

    body.header-fixed-space {
        padding-top: 94px;
    }

    body.header-fixed-space-v2 {
        padding-top: 135px;
    }

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #555;
}

a {
    color: #3c3c3c;
    text-decoration: none;
}

    a,
    a:focus,
    a:hover,
    a:active,
    button,
    button:hover {
        outline: 0 !important;
    }

        a:focus {
            text-decoration: none;
        }

        a:hover {
            color: #3c3c3c;
            text-decoration: underline;
        }

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(../img/patterns/15.png) repeat;
}

/*----------------------TypeAhead---------------------------*/
.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

@media only screen and (max-width:564px) {
    .tt-menu {
        width: 236px;
    }
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

/*----------------------Modal-----------------------------*/
.modal-header {
    background-color: rgba(248,248,248,.9);
}

.modal-footer {
    background-color: rgba(248,248,248,.9);
}

/*----------------------Gritter-----------------------------*/

.gritter-item-wrapper {
    background-image: none !important;
    box-shadow: 0 2px 10px rgba(50,50,50,.5);
    background: rgba(50,50,50,.92);
}

    .gritter-item-wrapper.gritter-info {
        background: rgba(49,81,133,.92);
    }

    .gritter-item-wrapper.gritter-error {
        background: rgba(153,40,18,.92);
    }

    .gritter-item-wrapper.gritter-success {
        background: rgba(89,131,75,.92);
    }

    .gritter-item-wrapper.gritter-warning {
        background: rgba(190,112,31,.92);
    }

    .gritter-item-wrapper.gritter-light {
        background: rgba(245,245,245,.95);
        border: 1px solid #BBB;
    }

        .gritter-item-wrapper.gritter-light.gritter-info {
            background: rgba(232,242,255,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-info .gritter-item {
                color: #4A577D;
            }

        .gritter-item-wrapper.gritter-light.gritter-error {
            background: rgba(255,235,235,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-error .gritter-item {
                color: #894A38;
            }

        .gritter-item-wrapper.gritter-light.gritter-success {
            background: rgba(239,250,227,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
                color: #416131;
            }

        .gritter-item-wrapper.gritter-light.gritter-warning {
            background: rgba(252,248,227,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
                color: #946446;
            }

.gritter-item p {
    line-height: 1.8;
    color: white;
}

.gritter-item li {
    color: white;
    margin-left: -25px;
}

.gritter-top, .gritter-bottom, .gritter-item {
    background-image: none;
}

.gritter-close {
    left: auto;
    right: 3px;
    background-image: none;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;
    color: #E17B67;
}

    .gritter-close:before {
        font-family: FontAwesome;
        font-size: 16px;
        content: "\f00d";
    }

.gritter-info .gritter-close {
    color: orange;
}

.gritter-error .gritter-close, .gritter-success .gritter-close, .gritter-warning .gritter-close {
    color: #FFEA07;
}

.gritter-close:hover {
    color: #FFF !important;
}

.gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-item, .gritter-light .gritter-bottom, .gritter-light .gritter-top, .gritter-light .gritter-close {
    background-image: none;
    color: #444;
}

.gritter-light .gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-close:hover {
    color: #8A3104 !important;
}

.gritter-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 33%;
}

@media only screen and (max-width:767px) {
    .gritter-center {
        left: 16%;
        right: 16%;
        top: 30%;
    }
}

@media only screen and (max-width:480px) {
    .gritter-center {
        left: 30px;
        right: 30px;
    }
}

@media only screen and (max-width:320px) {
    .gritter-center {
        left: 10px;
        right: 10px;
    }
}

.required:after{
   color: red;
   content: "*";
   position: absolute;
   margin-left: 5px;
}

@media only screen and (max-width:400px) {
     .smt {
        max-width: 35px !important;
        word-break:break-word;
    }

    .smtn {
        max-width: 30px !important;
        word-break: break-word;
    }
}

#footer {
    width: 100%;
    height: auto;
    clear: both;
    background-color: #8B8D8E;
    color: #ffffff;
    padding-top: 10px;
    font-family: Verdana !important;
}

    #footer p {
        color: #ffffff;
        font-size: 10pt;
    }

    #footer #map {
        height: 205px;
        width: 100%;
        background-color: #8B8D8E;
    }

    #footer ul li {
        display: inline-block;
        padding-left: 25px;
        color: #ffffff;
        text-decoration: none;
    }

    #footer .verticalLine {
        border-left: solid #ffffff;
        height: 100%;
        font-weight: bold;
    }

        #footer .verticalLine p {
            font-weight: bold;
        }

    #footer .col-xs-12, .col-md-3 a {
        color: #ffffff;
        margin-left: 0px;
        text-decoration: none;
    }

    #footer .col-md-4 {
        float: left;
        padding-left: 0px;
        padding-top: 20px;
        font-size: 10pt;
        font-weight: bold;
        padding-right: 5px;
    }

        #footer .col-md-4 a {
            color: #ffffff;
            text-decoration: none;
        }

    #footer .col-xs-12, .col-md-10 a {
        color: #ffffff;
        text-decoration: none;
    }

    #footer .col-xs-12, .col-sm-12 a {
        color: #ffffff;
        text-decoration: none;
    }

    #footer .fa, .fa-mortar-board, .fa-plane, .fa-gift, .fa-comment, .fa-briefcase {
        padding-right: 5px;
    }

    #footer h2 {
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        font-family: Verdana !important;
    }

    #footer .btn-static {
        font-weight: bold;
    }

.btn-static {
    background-color: transparent;
    border: 1px solid white;
    width: 80%;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 10pt;
    border-radius: 4px;
}

    .btn-static:hover {
        color: white;
    }

    .btn-static a {
        color: #ffffff;
    }

    .btn-static:active {
        -moz-box-shadow: inset 0 0 0px white;
        -webkit-box-shadow: inset 0 0 0px white;
        box-shadow: inset 0 0 0px white;
    }

@media (min-width: 992px) and (max-width: 1199px) {

    #footer .verticalLine {
        height: 65px !important;
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {

    #footer .verticalLine {
        height: 75px !important;
    }
}

@media (max-width: 991px) {

    #footer p {
        text-align: center;
    }
}