.banner a:hover img,
a,
button {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

#error-page,
.banner,
.pages,
.pages .loadMore,
.pages .pagination,
.pages-listing .item,
.ul-icons li i {
    text-align: center;
}

#blog-post #comment-form:after,
#blog-post #comments:after,
#blog-post .comment:after,
#footer .blog-entries .item,
#footer .blog-entries .item .text,
.box .box-footer:after,
.box .box-header:after,
.clear,
.clearfix:after,
.navbar #search,
.navbar-header:after,
.navbar:after,
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after,
.product .buttons,
.product:hover .buttons,
.testimonials .item .testimonial:after {
    clear: both;
}

.clearfix:after,
.clearfix:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
    content: " ";
    display: table;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

#text-page h1,
#text-page h2,
#text-page h3,
#top .login a {
    font-weight: 700;
}

#intro .item,
.btn,
.panel.sidebar-menu ul.nav.category-menu li a {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.box-simple:hover .icon,
.product:hover .image img {
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

a,
button {
    transition: all .2s ease-out;
}

    a i.fa,
    button i.fa {
        margin: 0 5px;
    }

#error-page,
#error-page p.buttons {
    margin-top: 40px;
}

.clickable {
    cursor: pointer !important;
}

.accent,
.required {
    color: #012B55;
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: .08em;
}

@media (max-width:991px) {
    .text-center-sm {
        text-align: center;
    }
}

p.lead {
    margin-bottom: 40px;
}

div.section,
section {
    margin-bottom: 20px;
}

.no-mb {
    margin-bottom: 0 !important;
}

.mb-small {
    margin-bottom: 20px !important;
}

.heading {
    margin-bottom: 20px;
}

    .heading h1,
    .heading h2,
    .heading h3,
    .heading h4,
    .heading h5 {
        display: inline-block;
        border-bottom: solid 3px #012B55;
        line-height: 1.1;
        margin-bottom: 0;
        padding-bottom: 5px;
        vertical-align: middle;
        text-transform: uppercase;
        letter-spacing: .06em;
    }

        .heading h1 i.fa,
        .heading h2 i.fa,
        .heading h3 i.fa,
        .heading h4 i.fa,
        .heading h5 i.fa {
            display: inline-block;
            background: #012B55;
            width: 30px;
            height: 30px;
            vertical-align: middle;
            text-align: center;
            color: #fff;
            font-size: 12px;
            line-height: 30px;
            border-radius: 15px;
        }

.icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    border-radius: 40px;
    border: 2px solid #fff;
    font-size: 28px;
}

    .icon.icon-lg {
        font-size: 30px;
        border-width: 2px;
    }

.ul-icons {
    padding-left: 10px;
}

    .ul-icons li {
        list-style-type: none;
        line-height: 20px;
        margin-bottom: 20px;
    }

        .ul-icons li i {
            width: 20px;
            height: 20px;
            background: #012B55;
            color: #fff;
            border-radius: 10px;
            line-height: 20px;
            margin-right: 10px;
        }

ul.list-style-none {
    list-style: none;
}

#error-page {
    margin-bottom: 100px;
}

    #error-page h4 {
        margin-bottom: 40px;
    }

.pages-listing .item h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: .08em;
}

    .pages-listing .item h3 a {
        color: #555;
    }

.pages-listing .item .text {
    margin-bottom: 20px;
}

    .pages-listing .item .text p {
        color: #999;
        font-size: 12px;
        margin-bottom: 20px;
    }

.banner {
    margin-bottom: 30px;
}

    .banner img {
        margin: 0 auto;
    }

    .banner a:hover img {
        opacity: .8;
        filter: alpha(opacity=80);
        transition: all .2s ease-out;
    }

.navbar ul.dropdown-menu li a,
.navbar ul.dropdown-menu li a:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

.features-buttons button {
    margin-bottom: 20px;
}

@media (min-width:1300px) {
    body.boxed {
        background: url(../img/subtle_zebra_3d.png);
    }

        body.boxed #all {
            position: relative;
            background: #fff;
            width: 1200px;
            margin: 0 auto;
            overflow: hidden;
            -webkit-box-shadow: 0 0 5px #ccc;
            box-shadow: 0 0 5px #ccc;
        }
}

#top {
    background: #012B55;
    color: #eee;
    padding: 4px 0;
}

    #top p {
        margin-top: 4px;
        font-size: 12px;
        margin-bottom: 0;
    }

    #top .social {
        float: right;
        text-align: right;
    }

        #top .social a {
            color: #999;
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 12px;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            vertical-align: bottom;
        }

            #top .social a:hover {
                color: #fff;
            }

                #top .social a:hover.facebook {
                    background-color: #4460ae;
                }

                #top .social a:hover.gplus {
                    background-color: #c21f25;
                }

                #top .social a:hover.twitter {
                    background-color: #3cf;
                }

                #top .social a:hover.instagram {
                    background-color: #cd4378;
                }

                #top .social a:hover.email {
                    background-color: #4a7f45;
                }

    #top .login {
        float: right;
    }

        #top .login a {
            font-size: 12px;
            color: #eee;
            margin-right: 15px;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: .1em;
        }

#intro .item h1,
.btn,
.navbar .yamm-content h3,
.navbar .yamm-content h5,
.navbar ul.dropdown-menu li,
.navbar ul.nav > li > a {
    text-transform: uppercase;
    letter-spacing: .08em;
}

#top.light {
    background: #fff;
    color: #999;
    border-bottom: solid 1px #eee;
}

    #top.light .login a {
        color: #555;
    }

.navbar {
    border: none;
}

    .navbar ul.nav > li > a {
        font-weight: 700;
        border-top: solid 5px transparent;
    }

        .navbar ul.nav > li > a:hover {
            border-top: solid 5px #012B55;
        }

    .navbar ul.nav > li.active > a,
    .navbar ul.nav > li.open > a {
        text-decoration: none !important;
        border-top: solid 5px #F7931E;
    }

@media (max-width:768px) {
    .navbar ul.nav > li.active > a,
    .navbar ul.nav > li.open > a,
    .navbar ul.nav > li > a:hover {
        border-top-color: transparent;
    }
}

.navbar.navbar-light ul.nav > li.active > a {
    border-top: solid 5px #F7931E;
    background: #fff !important;
    color: #555 !important;
}

    .navbar.navbar-light ul.nav > li.active > a:hover {
        border-top: solid 5px #F7931E;
    }

.navbar.navbar-light ul.nav > li.open > a:focus,
.navbar.navbar-light ul.nav > li.open > a:hover,
.navbar.navbar-light ul.nav > li > a:focus,
.navbar.navbar-light ul.nav > li > a:hover {
    border-top: solid 5px #012B55;
    background: #fff !important;
    color: #555 !important;
}

.navbar ul.dropdown-menu {
    margin: 0;
    padding: 0;
}

    .navbar ul.dropdown-menu li {
        list-style-type: none;
        padding: 4px 0;
    }

        .navbar ul.dropdown-menu li a {
            position: relative;
            font-size: 12px;
            transition: all .2s ease-out;
            left: 0;
        }

            .navbar ul.dropdown-menu li a:hover {
                color: #012B55;
                text-decoration: none;
                background: 0 0;
                left: 2px;
                transition: all .2s ease-out;
            }

.navbar .yamm-content h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 5px;
    border-bottom: dotted 1px #555;
}

@media (max-width:767px) {
    #top .login {
        float: left;
    }

    .navbar ul.dropdown-menu li a:hover {
        left: 0;
    }

    .navbar .yamm-content h3 {
        font-size: 14px;
    }
}

.navbar .yamm-content h5 {
    padding-bottom: 7px;
    color: #012B55;
    border-bottom: dotted 1px #DAD4CD;
    display: flex;
    line-height: 24px;
}

.navbar .yamm-content ul {
    margin: 0;
    padding: 0;
}

    .navbar .yamm-content ul li {
        list-style-type: none;
        text-transform: uppercase;
        padding: 4px 0;
    }

        .navbar .yamm-content ul li a {
            position: relative;
            color: #999;
            font-size: 12px;
            display: block;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }

            .navbar .yamm-content ul li a:hover {
                color: #012B55;
                text-decoration: none;
                padding-left: 2px;
                outline: 0;
            }

.navbar .yamm-content .banner {
    margin-bottom: 10px;
}

.navbar .yamm-fw .dropdown-menu {
    padding: 0;
}

.navbar .navbar-buttons {
    float: right;
}

    .navbar .navbar-buttons .btn-default.navbar-toggle,
    .navbar .navbar-buttons a.btn,
    .navbar .navbar-buttons button {
        margin: 11px 15px 11px 0;
    }

#login-modal form,
#login-modal p {
    margin-bottom: 20px;
}

.navbar .btn-default,
.navbar .btn-default.navbar-toggle {
    color: #999;
    background-color: #fff;
    margin-left: 7px;
    margin-right: 0;
}

    .navbar .btn-default.navbar-toggle:focus,
    .navbar .btn-default.navbar-toggle:hover,
    .navbar .btn-default:focus,
    .navbar .btn-default:hover {
        background-color: #fff;
        border-color: #012B55;
        color: #012B55;
    }

.navbar #search {
    border-top: solid 1px #012B55;
    text-align: right;
}

    .navbar #search form {
        float: right;
    }

        .navbar #search form .input-group {
            width: 500px;
        }

@media (max-width:768px) {
    .navbar #search form .input-group {
        width: 100%;
    }
}

.navbar #basket-overview a {
    margin-left: 7px;
}

.navbar-affixed-top {
    top: -32px;
}

    .navbar-affixed-top.affix-top {
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .navbar-affixed-top.affix {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

.home-carousel,
.jumbotron {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

body.boxed .navbar-affixed-top.affix {
    position: static;
}

#login-modal {
    overflow: hidden;
}

    #login-modal .modal-header h4 {
        text-transform: uppercase;
    }

    #login-modal a {
        color: #012B55;
    }

    #login-modal p {
        font-weight: 300;
        font-size: 13px;
    }

#intro .item h1,
#intro .item h3 {
    margin-bottom: 40px;
}

.btn {
    font-weight: 700;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0;
}

.btn-lg,
.input-group .btn {
    font-size: 14px;
}

.btn-lg {
    padding: 10px 16px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-sm,
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm {
    padding: 5px 10px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-template-main {
    color: #012B55;
    background-color: #fff;
    border-color: #012B55;
}

    .btn-template-main.active,
    .btn-template-main:active,
    .btn-template-main:focus,
    .btn-template-main:hover,
    .open > .dropdown-toggle.btn-template-main {
        color: #012B55;
        background-color: #e6e6e6;
        border-color: #2a7d8c;
    }

    .btn-template-main.active,
    .btn-template-main:active,
    .open > .dropdown-toggle.btn-template-main {
        background-image: none;
    }

    .btn-template-main.disabled,
    .btn-template-main.disabled.active,
    .btn-template-main.disabled:active,
    .btn-template-main.disabled:focus,
    .btn-template-main.disabled:hover,
    .btn-template-main[disabled],
    .btn-template-main[disabled].active,
    .btn-template-main[disabled]:active,
    .btn-template-main[disabled]:focus,
    .btn-template-main[disabled]:hover,
    fieldset[disabled] .btn-template-main,
    fieldset[disabled] .btn-template-main.active,
    fieldset[disabled] .btn-template-main:active,
    fieldset[disabled] .btn-template-main:focus,
    fieldset[disabled] .btn-template-main:hover {
        background-color: #fff;
        border-color: #012B55;
    }

    .btn-template-main .badge {
        color: #fff;
        background-color: #012B55;
    }

    .btn-template-main.active,
    .btn-template-main:active,
    .btn-template-main:focus,
    .btn-template-main:hover {
        background: #012B55;
        color: #fff;
        border-color: #012B55;
    }

.btn-template-transparent-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .btn-template-transparent-primary.active,
    .btn-template-transparent-primary:active,
    .btn-template-transparent-primary:focus,
    .btn-template-transparent-primary:hover,
    .open > .dropdown-toggle.btn-template-transparent-primary {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-color: #e0e0e0;
    }

    .btn-template-transparent-primary.active,
    .btn-template-transparent-primary:active,
    .open > .dropdown-toggle.btn-template-transparent-primary {
        background-image: none;
    }

    .btn-template-transparent-primary.disabled,
    .btn-template-transparent-primary.disabled.active,
    .btn-template-transparent-primary.disabled:active,
    .btn-template-transparent-primary.disabled:focus,
    .btn-template-transparent-primary.disabled:hover,
    .btn-template-transparent-primary[disabled],
    .btn-template-transparent-primary[disabled].active,
    .btn-template-transparent-primary[disabled]:active,
    .btn-template-transparent-primary[disabled]:focus,
    .btn-template-transparent-primary[disabled]:hover,
    fieldset[disabled] .btn-template-transparent-primary,
    fieldset[disabled] .btn-template-transparent-primary.active,
    fieldset[disabled] .btn-template-transparent-primary:active,
    fieldset[disabled] .btn-template-transparent-primary:focus,
    fieldset[disabled] .btn-template-transparent-primary:hover {
        background-color: transparent;
        border-color: #fff;
    }

    .btn-template-transparent-primary .badge {
        color: transparent;
        background-color: #fff;
    }

    .btn-template-transparent-primary.active,
    .btn-template-transparent-primary:active,
    .btn-template-transparent-primary:focus,
    .btn-template-transparent-primary:hover {
        background: #fff;
        color: #012B55;
        border-color: #fff;
    }

.btn-template-transparent-black {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .btn-template-transparent-black.active,
    .btn-template-transparent-black:active,
    .btn-template-transparent-black:focus,
    .btn-template-transparent-black:hover,
    .open > .dropdown-toggle.btn-template-transparent-black {
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-color: #e0e0e0;
    }

    .btn-template-transparent-black.active,
    .btn-template-transparent-black:active,
    .open > .dropdown-toggle.btn-template-transparent-black {
        background-image: none;
    }

    .btn-template-transparent-black.disabled,
    .btn-template-transparent-black.disabled.active,
    .btn-template-transparent-black.disabled:active,
    .btn-template-transparent-black.disabled:focus,
    .btn-template-transparent-black.disabled:hover,
    .btn-template-transparent-black[disabled],
    .btn-template-transparent-black[disabled].active,
    .btn-template-transparent-black[disabled]:active,
    .btn-template-transparent-black[disabled]:focus,
    .btn-template-transparent-black[disabled]:hover,
    fieldset[disabled] .btn-template-transparent-black,
    fieldset[disabled] .btn-template-transparent-black.active,
    fieldset[disabled] .btn-template-transparent-black:active,
    fieldset[disabled] .btn-template-transparent-black:focus,
    fieldset[disabled] .btn-template-transparent-black:hover {
        background-color: transparent;
        border-color: #fff;
    }

    .btn-template-transparent-black .badge {
        color: transparent;
        background-color: #fff;
    }

    .btn-template-transparent-black.active,
    .btn-template-transparent-black:active,
    .btn-template-transparent-black:focus,
    .btn-template-transparent-black:hover {
        background: #fff;
        color: #000;
        border-color: #fff;
    }

.btn-template-primary {
    color: #fff;
    background-color: #012B55;
    border-color: #012B55;
}

    .btn-template-primary.active,
    .btn-template-primary:active,
    .btn-template-primary:focus,
    .btn-template-primary:hover,
    .open > .dropdown-toggle.btn-template-primary {
        color: #fff;
        background-color: #2c8494;
        border-color: #2a7d8c;
    }

    .btn-template-primary.active,
    .btn-template-primary:active,
    .open > .dropdown-toggle.btn-template-primary {
        background-image: none;
    }

    .btn-template-primary.disabled,
    .btn-template-primary.disabled.active,
    .btn-template-primary.disabled:active,
    .btn-template-primary.disabled:focus,
    .btn-template-primary.disabled:hover,
    .btn-template-primary[disabled],
    .btn-template-primary[disabled].active,
    .btn-template-primary[disabled]:active,
    .btn-template-primary[disabled]:focus,
    .btn-template-primary[disabled]:hover,
    fieldset[disabled] .btn-template-primary,
    fieldset[disabled] .btn-template-primary.active,
    fieldset[disabled] .btn-template-primary:active,
    fieldset[disabled] .btn-template-primary:focus,
    fieldset[disabled] .btn-template-primary:hover {
        background-color: #012B55;
        border-color: #012B55;
    }

    .btn-template-primary .badge {
        color: #012B55;
        background-color: #fff;
    }

#intro .item h1,
#intro .item h3,
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul {
    color: #fff;
}

#intro {
    background: url(../img/home.html) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #intro .item {
        height: 100%;
    }

        #intro .item h1 {
            font-size: 50px;
        }

@media (max-width:991px) {
    #intro .item h1 {
        font-size: 40px;
    }
}

@media (max-width:767px) {
    #intro .item h1 {
        font-size: 25px;
    }

    #intro .item h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

#intro .item .btn {
    text-transform: none;
}

#categoryMenu h3,
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.panel.sidebar-menu .panel-heading,
.panel.sidebar-menu ul.nav.category-menu {
    text-transform: uppercase;
    letter-spacing: .08em;
}

@media (max-width:991px) {
    #intro .item .btn {
        font-size: 14px;
    }

    #intro .item .carousel-caption {
        left: 10%;
        right: 10%;
    }
}

#intro .container,
#intro .row {
    height: 100%;
    position: relative;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 0;
    position: relative;
    background: url(../img/photogrid.jpg) center center;
    background-size: cover;
    transition: all .2s ease-out;
}

    .jumbotron .dark-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #012B55;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .jumbotron p {
        margin-bottom: 20px;
        font-size: 21px;
        font-weight: 400;
    }

        .jumbotron p.text-uppercase {
            font-weight: 700;
        }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron {
    border-radius: 0;
}

.jumbotron .container {
    max-width: 100%;
    z-index: 2;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 46px;
    }
}

#categoryMenu h3 {
    padding: 20px;
    background: #f7f7f7;
    margin: 0;
    border-bottom: solid 1px #eee;
}

.panel.sidebar-menu h3 {
    padding: 5px 0;
    margin: 0;
}

.panel.sidebar-menu {
    background: #fff;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .panel.sidebar-menu .panel-heading {
        margin-bottom: 10px;
        background: 0 0;
        padding: 0;
        border-bottom: none;
    }

        .panel.sidebar-menu .panel-heading h1,
        .panel.sidebar-menu .panel-heading h2,
        .panel.sidebar-menu .panel-heading h3,
        .panel.sidebar-menu .panel-heading h4,
        .panel.sidebar-menu .panel-heading h5 {
            display: inline-block;
            border-bottom: solid 5px #012B55;
            line-height: 1.1;
            margin-bottom: 0;
            padding-bottom: 10px;
        }

        .panel.sidebar-menu .panel-heading .btn.btn-danger {
            color: #fff;
            margin-top: 5px;
        }

    .panel.sidebar-menu .panel-body {
        padding: 0;
    }

        .panel.sidebar-menu .panel-body span.colour {
            display: inline-block;
            width: 15px;
            height: 15px;
            border: 1px solid #555;
            vertical-align: top;
            margin-top: 2px;
            margin-left: 5px;
        }

            .panel.sidebar-menu .panel-body span.colour.white {
                background: #fff;
            }

            .panel.sidebar-menu .panel-body span.colour.red {
                background: red;
            }

            .panel.sidebar-menu .panel-body span.colour.green {
                background: green;
            }

            .panel.sidebar-menu .panel-body span.colour.blue {
                background: #00f;
            }

            .panel.sidebar-menu .panel-body span.colour.yellow {
                background: #ff0;
            }

        .panel.sidebar-menu .panel-body label {
            color: #999;
            font-size: 12px;
        }

            .panel.sidebar-menu .panel-body label:hover {
                color: #555;
            }

    .panel.sidebar-menu ul.nav.category-menu {
        margin-bottom: 20px;
        font-weight: 700;
    }

    .panel.sidebar-menu ul.nav ul {
        list-style: none;
        padding-left: 0;
    }

        .panel.sidebar-menu ul.nav ul li {
            display: block;
        }

            .panel.sidebar-menu ul.nav ul li a {
                position: relative;
                font-family: "Times New Roman", Times, serif;
                font-weight: 400;
                text-transform: none !important;
                display: block;
                padding: 10px 15px 10px 30px;
                font-size: 12px;
                color: #999;
            }

    .customers .item img,
    .panel.sidebar-menu ul.tag-cloud li {
        display: inline-block;
    }

    .panel.sidebar-menu ul.nav ul li a:focus,
    .panel.sidebar-menu ul.nav ul li a:hover {
        text-decoration: none;
        background-color: #eee;
    }

    .panel.sidebar-menu ul.tag-cloud {
        list-style: none;
        padding-left: 0;
    }

        .panel.sidebar-menu ul.tag-cloud li a {
            display: inline-block;
            padding: 5px;
            border: 1px solid #eee;
            border-radius: 0;
            color: #012B55;
            margin: 5px 5px 5px 0;
            text-transform: uppercase;
            letter-spacing: .08em;
            font-weight: 700;
            font-size: 12px;
        }

            .panel.sidebar-menu ul.tag-cloud li a:hover {
                color: #012B55;
                text-decoration: none;
                border-color: #012B55;
            }

    .panel.sidebar-menu ul.popular,
    .panel.sidebar-menu ul.recent {
        list-style: none;
        padding: 20px 0;
    }

        .panel.sidebar-menu ul.popular li,
        .panel.sidebar-menu ul.recent li {
            margin-bottom: 10px;
            padding: 5px 0;
            border-bottom: dotted 1px #eee;
        }

            .panel.sidebar-menu ul.popular li:after,
            .panel.sidebar-menu ul.popular li:before,
            .panel.sidebar-menu ul.recent li:after,
            .panel.sidebar-menu ul.recent li:before {
                content: " ";
                display: table;
            }

            .panel.sidebar-menu ul.popular li img,
            .panel.sidebar-menu ul.recent li img {
                width: 50px;
                margin-right: 10px;
            }

            .panel.sidebar-menu ul.popular li h5,
            .panel.sidebar-menu ul.recent li h5 {
                margin: 0 0 10px;
            }

                .panel.sidebar-menu ul.popular li h5 a,
                .panel.sidebar-menu ul.recent li h5 a {
                    font-weight: 400;
                }

            .panel.sidebar-menu ul.popular li p.date,
            .panel.sidebar-menu ul.recent li p.date {
                float: right;
                font-size: 12px;
                color: #999;
            }

            .panel.sidebar-menu ul.popular li:last-child,
            .panel.sidebar-menu ul.recent li:last-child {
                border-bottom: none;
            }

    .panel.sidebar-menu .text-widget {
        font-size: 12px;
    }

    .panel.sidebar-menu.with-icons ul.nav li a:after {
        font-family: FontAwesome;
        content: "\f105";
        position: relative;
        top: 0;
        float: right;
    }

#blog-post .comment .reply,
#productMain .sizes a,
.breadcrumb,
.label,
.ribbon .theribbon,
body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.ribbon {
    position: absolute;
    top: 50px;
    padding-left: 51px;
    font-weight: 700;
    letter-spacing: .08em;
}

    .ribbon .ribbon-background {
        position: absolute;
        top: 0;
        right: 0;
    }

    .ribbon .theribbon {
        position: relative;
        width: 80px;
        padding: 6px 20px;
        margin: 30px 10px 10px -71px;
        color: #fff;
        background-color: #012B55;
    }

        .ribbon .theribbon:after,
        .ribbon .theribbon:before {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
        }

        .ribbon .theribbon:after {
            left: 0;
            top: 100%;
            border-width: 5px 10px;
            border-style: solid;
            border-color: #000 #000 transparent transparent;
        }

    .ribbon.sale {
        top: 0;
    }

    .ribbon.new {
        top: 50px;
    }

        .ribbon.new .theribbon {
            background-color: #5bc0de;
            text-shadow: 0 1px 2px #bbb;
        }

            .ribbon.new .theribbon:after {
                border-color: #2390b0 #2390b0 transparent transparent;
            }

    .ribbon.gift {
        top: 100px;
    }

        .ribbon.gift .theribbon {
            background-color: #5cb85c;
            text-shadow: 0 1px 2px #bbb;
        }

            .ribbon.gift .theribbon:after {
                border-color: #357935 #357935 transparent transparent;
            }

.owl-carousel .owl-controls .owl-page.active span,
.owl-carousel .owl-controls.clickable .owl-page:hover span,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #012B55;
}

.owl-carousel .owl-controls .owl-buttons,
.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 5px;
    right: 0;
}

    .owl-carousel .owl-controls .owl-buttons div,
    .owl-theme .owl-controls .owl-buttons div {
        width: 26px;
        height: 26px;
        line-height: 25px;
        margin: 0 5px 0 0;
        font-size: 18px;
        color: #012B55;
        padding: 0;
        background: #fff;
        border-radius: 13px;
        vertical-align: middle;
        text-align: center;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.home-carousel {
    position: relative;
    background: url(../img/photogrid.jpg) center center;
    background-size: cover;
    transition: all .2s ease-out;
}

    .home-carousel .dark-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #012B55;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .home-carousel .owl-carousel {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .home-carousel .owl-theme .owl-controls .owl-page span {
        background: #666;
    }

    .home-carousel .owl-theme .owl-controls .owl-page.active span,
    .home-carousel .owl-theme .owl-controls .owl-page:hover span {
        background: #fff;
    }

@media (max-width:767px) {
    .home-carousel {
        text-align: center !important;
    }

    #blog-homepage .post .image img.img-responsive,
    #blog-listing-big .post .image img.img-responsive {
        min-width: 100%;
    }
}

@media (min-width:992px) {
    .home-carousel .right {
        text-align: right;
    }
}

.home-carousel h1,
.home-carousel h2,
.home-carousel h3,
.home-carousel p,
.home-carousel ul {
    color: #fff;
}

.home-carousel h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: .08em;
}

@media (max-width:991px) {
    .home-carousel h1 {
        font-size: 36px;
    }
}

.home-carousel h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: .08em;
}

.home-carousel p,
.home-carousel ul {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

@media (max-width:991px) {
    .home-carousel p,
    .home-carousel ul {
        font-size: 14px;
    }
}

.home-carousel ul li {
    margin-bottom: 10px;
}

.customers {
    padding: 0;
    margin-bottom: 40px;
}

    .customers .item {
        list-style-type: none;
        text-align: center;
        margin: 0 20px;
    }

        .customers .item img {
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
            filter: gray;
            -webkit-filter: grayscale(100%);
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }

            .customers .item img:hover {
                max-width: auto;
                filter: none;
                -webkit-filter: none;
            }

.testimonials {
    padding: 0;
    margin-bottom: 40px;
}

    .testimonials .item {
        list-style-type: none;
        margin: 0 5px;
        background: #fff;
        padding-bottom: 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .testimonials .item .testimonial {
            position: relative;
            padding: 20px;
        }

            .testimonials .item .testimonial:after,
            .testimonials .item .testimonial:before {
                content: " ";
                display: table;
            }

            .testimonials .item .testimonial .text {
                color: #999;
                margin-bottom: 40px;
            }

            .testimonials .item .testimonial .bottom {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding: 20px;
                height: 50px;
            }

.box,
.product {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.testimonials .item .testimonial .bottom .icon {
    color: #012B55;
    font-size: 30px;
    float: left;
    width: 20%;
}

.testimonials .item .testimonial .name-picture {
    float: right;
    width: 80%;
    text-align: right;
}

    .testimonials .item .testimonial .name-picture h5 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

    .testimonials .item .testimonial .name-picture p {
        color: #999;
        margin: 0;
        font-size: 12px;
    }

    .testimonials .item .testimonial .name-picture img {
        float: right;
        width: 60px;
        border-radius: 30px;
        margin-left: 10px;
    }

.team-member {
    text-align: center;
    margin-bottom: 40px;
}

    .team-member h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 5px;
        letter-spacing: .08em;
    }

    .team-member .social,
    .team-member-detail .social {
        margin-bottom: 20px;
    }

    .team-member h3 a {
        color: #555;
    }

    .team-member .text p,
    .team-member p.role {
        color: #999;
        font-size: 12px;
    }

    .team-member p.role {
        text-transform: uppercase;
        letter-spacing: .06em;
    }

    .team-member .social a.facebook {
        background-color: #4460ae;
    }

    .team-member .social a.gplus {
        background-color: #c21f25;
    }

    .team-member .social a.twitter {
        background-color: #3cf;
    }

    .team-member .social a.instagram {
        background-color: #cd4378;
    }

    .team-member .social a.email {
        background-color: #4a7f45;
    }

    .team-member .social a,
    .team-member-detail .social a {
        margin: 0 10px 0 0;
        color: #fff;
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        line-height: 26px;
        font-size: 15px;
        text-align: center;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
        vertical-align: bottom;
    }

.box .box-footer:after,
.box .box-footer:before,
.box .box-header:after,
.box .box-header:before {
    content: " ";
    display: table;
}

.box-image .name,
.box-simple .icon {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

.team-member .social a i,
.team-member-detail .social a i {
    vertical-align: bottom;
    line-height: 26px;
}

.team-member .social a.facebook,
.team-member-detail .social a.facebook {
    background-color: #4460ae;
}

.team-member .social a.gplus,
.team-member-detail .social a.gplus {
    background-color: #c21f25;
}

.team-member .social a.twitter,
.team-member-detail .social a.twitter {
    background-color: #3cf;
}

.team-member .social a.instagram,
.team-member-detail .social a.instagram {
    background-color: #cd4378;
}

.team-member .social a.email,
.team-member-detail .social a.email {
    background-color: #4a7f45;
}

.box-simple {
    text-align: center;
    margin-bottom: 40px;
}

.box-image,
.box-image-text {
    text-align: center;
    margin: 15px 0;
    overflow: hidden;
}

.box-simple .icon {
    color: #012B55;
    border-color: #F7931E;
    transition: all .2s ease-out;
}

.box-simple h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #012B55;
    font-weight: 800;
    letter-spacing: .08em;
}

    .box-simple h3 a {
        color: #555;
    }

.box-simple p {
    color: #575454;
}

.box-simple:hover .icon {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

    .box-simple:hover .icon i {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.box-image .name,
.box-image:hover .text {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
}

.box-simple.box-white {
    padding: 20px;
    border: 1px dotted #999;
}

    .box-simple.box-white .icon {
        color: #555;
        border-color: transparent;
        font-size: 70px;
    }

.box-simple.box-dark {
    padding: 20px;
    border: 1px dotted #999;
    background: #555;
    color: #fff;
}

    .box-simple.box-dark .icon {
        color: #f7f7f7;
        border-color: transparent;
        font-size: 70px;
    }

.box-image .name h3,
.box-image-text .top .name h3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.box-simple.box-dark h3,
.box-simple.box-dark h3 a,
.box-simple.box-dark p {
    color: #fff;
}

.box-image {
    position: relative;
}

    .box-image .bg {
        position: absolute;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        background: #012B55;
    }

    .box-image .name,
    .box-image .text {
        height: 50%;
        color: #fff;
        padding: 0 20px;
        position: absolute;
        width: 100%;
    }

    .box-image .name {
        bottom: 0;
        transform: translate(0, 100%);
        transition: all .2s ease-out;
    }

    .box-image .text,
    .box-image-text .top .name {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
    }

    .box-image .name h3 {
        color: #fff;
    }

        .box-image .name h3 a {
            color: #fff;
            text-decoration: none;
        }

    .box-image .text {
        top: 0;
        -webkit-transform: translate(0, -150%);
        -ms-transform: translate(0, -150%);
        -o-transform: translate(0, -150%);
        transform: translate(0, -150%);
        transition: all .2s ease-out;
    }

    .box-image:hover .bg {
        opacity: .7;
        filter: alpha(opacity=70);
    }

    .box-image:hover .name {
        position: absolute;
        -webkit-transform: translate(0, -75%);
        -ms-transform: translate(0, -75%);
        -o-transform: translate(0, -75%);
        transform: translate(0, -75%);
    }

    .box-image:hover .text {
        position: absolute;
        transform: translate(0, 100%);
    }

.box-image-text {
    position: relative;
}

    .box-image-text .top {
        position: relative;
        margin-bottom: 10px;
    }

        .box-image-text .top .bg {
            position: absolute;
            top: auto;
            bottom: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            filter: alpha(opacity=0);
            background: #012B55;
        }

        .box-image-text .top .name,
        .box-image-text .top .text {
            height: 50%;
            color: #fff;
            padding: 0 20px;
            position: absolute;
            width: 100%;
        }

        .box-image-text .top .name {
            bottom: 0;
            -webkit-transform: translate(0, 100%);
            -ms-transform: translate(0, 100%);
            -o-transform: translate(0, 100%);
            transform: translate(0, 100%);
            transition: all .2s ease-out;
        }

            .box-image-text .top .name h3 {
                color: #fff;
            }

                .box-image-text .top .name h3 a {
                    color: #fff;
                    text-decoration: none;
                }

        .box-image-text .top .text {
            top: 0;
            -webkit-transform: translate(0, -150%);
            -ms-transform: translate(0, -150%);
            -o-transform: translate(0, -150%);
            transform: translate(0, -150%);
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }

    .box-image-text .content h3,
    .box-image-text .content h4 {
        text-transform: uppercase;
        line-height: 1.5;
        color: #555;
        font-weight: 800;
        letter-spacing: .08em;
    }

    .box-image-text .content p {
        color: #656565;
    }

    .box-image-text:hover .bg {
        opacity: .7;
        filter: alpha(opacity=70);
    }

    .box-image-text:hover .name {
        position: absolute;
        -webkit-transform: translate(0, -75%);
        -ms-transform: translate(0, -75%);
        -o-transform: translate(0, -75%);
        transform: translate(0, -75%);
    }

    .box-image-text:hover .text {
        position: absolute;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

.box {
    background: #fff;
    margin: 0 0 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px 0;
    border-left: none;
    border-right: none;
}

    .box .box-header {
        background: #f7f7f7;
        margin: -20px 0 20px;
        padding: 20px;
        border-bottom: solid 1px #eee;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

    .box .box-footer {
        background: #f7f7f7;
        margin: 30px 0 -20px;
        padding: 20px;
        border-top: solid 1px #eee;
    }

@media (max-width:991px) {
    .box .box-footer .btn {
        margin-bottom: 20px;
    }

    #heading-breadcrumbs h1 {
        text-align: center;
    }
}

.box.no-border {
    border: none;
}

#heading-breadcrumbs {
    background: url(../img/texture-frozen-window.jpg) center center;
    padding: 5px 0;
    /* margin-bottom: 16px; */
}

    #heading-breadcrumbs.no-mb {
        margin-bottom: 0;
    }

    #heading-breadcrumbs h1 {
        color: #012B55;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .08em;
    }

    #heading-breadcrumbs ul.breadcrumb {
        margin-top: 5px;
        margin-bottom: 0;
    }

.bar {
    position: relative;
    background: #012B55;
    padding: 20px 0;
}

    .bar.background-pentagon {
        background: url(../img/texture-bw.png) center center;
        border-top: solid 1px #999;
        border-bottom: solid 1px #999;
    }

    .bar.background-gray {
        background: #eee;
    }

    .bar.background-gray-dark {
        background: #555;
    }

    .bar.background-white {
        background: #fff;
    }

    .bar.background-image-fixed-1 {
        background: url(../img/fixed-background-2.jpg) center top no-repeat fixed;
        background-size: cover;
    }

    .bar.background-image-fixed-2 {
        background: url(../img/fixed-background-2.jpg) center top no-repeat;
        background-size: cover;
    }

    .bar.color-white h1,
    .bar.color-white h2,
    .bar.color-white h3,
    .bar.color-white h4,
    .bar.color-white h5,
    .bar.color-white h6,
    .bar.color-white p {
        color: #fff;
    }

    .bar.padding-big {
        padding: 50px 0;
    }

    .bar.padding-horizontal {
        padding-left: 30px;
        padding-right: 30px;
    }

    .bar.margin-vertical {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .bar .dark-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        filter: alpha(opacity=30);
    }

.portfolio.no-space {
    padding: 0 15px;
}

    .portfolio.no-space .box-image {
        margin: 0 -15px;
    }

.portfolio-project .project-more h4 {
    color: #555;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: .08em;
}

.portfolio-project .project-more p {
    color: #999;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: left;
}

.see-more,
.showcase .item {
    text-align: center;
}

.portfolio-showcase {
    margin: 15px 0 60px;
}

    .portfolio-showcase h3 a {
        text-transform: uppercase;
        line-height: 1.5;
        letter-spacing: .08em;
    }

    .portfolio-showcase p.lead {
        color: #555;
        margin-bottom: 20px;
    }

    .portfolio-showcase p {
        color: #999;
    }

        .portfolio-showcase p.buttons {
            margin-top: 40px;
        }

.see-more {
    margin-top: 20px;
    padding-top: 20px;
}

    .see-more p {
        font-size: 28px;
        font-weight: 100;
        margin-bottom: 20px;
    }

.showcase .item .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #555;
    line-height: 50px;
    border-radius: 25px;
    border: 1px solid #555;
}

.showcase .item h4 {
    color: #555;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.5;
    font-size: 16px;
}

    .showcase .item h4 span {
        font-weight: 700;
        font-size: 51px;
    }

.packages .package {
    background: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    border: 1px solid #012B55;
    overflow: hidden;
}

    .packages .package .package-header {
        height: 57px;
        color: #fff;
        line-height: 57px;
        background: #012B55;
    }

        .packages .package .package-header h5 {
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 57px;
            margin: 0;
            letter-spacing: .08em;
        }

        .packages .package .package-header.light-gray {
            background: #eee;
        }

            .packages .package .package-header.light-gray h5 {
                color: #555;
            }

    .packages .package .price {
        line-height: 120px;
        height: 100px;
        color: #fff;
        font-weight: 400;
    }

        .packages .package .price h4 {
            display: inline;
            font-size: 50px;
            line-height: normal;
            margin-bottom: 0;
        }

#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .clearfix:before,
#blog-listing-medium .post .navbar-header:after,
#blog-listing-medium .post .navbar-header:before,
#blog-listing-medium .post .navbar:after,
#blog-listing-medium .post .navbar:before,
#blog-post #comment-form:after,
#blog-post #comment-form:before,
#blog-post #comments:after,
#blog-post #comments:before,
#blog-post .comment:after,
#blog-post .comment:before {
    content: " ";
    display: table;
}

.packages .package .price .period {
    line-height: normal;
    color: #999;
}

.packages .package ul {
    padding: 0;
}

    .packages .package ul li {
        list-style-type: none;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 80%;
        margin: auto;
        border-bottom: 1px dotted #ccc;
    }

        .packages .package ul li:last-child {
            border-bottom: 0;
        }

        .packages .package ul li i {
            font-size: 13px;
            margin-right: 5px;
        }

.packages .best-value .package {
    margin-top: 0;
    padding-bottom: 40px;
}

    .packages .best-value .package .package-header {
        padding-top: 17px;
        height: 82px !important;
    }

        .packages .best-value .package .package-header h5 {
            font-weight: 700;
            line-height: 29px;
            text-transform: uppercase;
            letter-spacing: .08em;
        }

        .packages .best-value .package .package-header .meta-text {
            font-size: 13px;
            line-height: 15px;
        }

#map {
    height: 300px;
}

    #map.with-border {
        border-top: solid 1px #012B55;
        border-bottom: solid 1px #012B55;
    }

#blog-homepage .post,
#blog-listing-big .post {
    margin-bottom: 60px;
}

    #blog-homepage .post h2,
    #blog-homepage .post h4,
    #blog-listing-big .post h2,
    #blog-listing-big .post h4 {
        text-transform: uppercase;
        letter-spacing: .08em;
    }

        #blog-homepage .post h2 a,
        #blog-homepage .post h4 a,
        #blog-listing-big .post h2 a,
        #blog-listing-big .post h4 a {
            color: #555;
        }

            #blog-homepage .post h2 a:hover,
            #blog-homepage .post h4 a:hover,
            #blog-listing-big .post h2 a:hover,
            #blog-listing-big .post h4 a:hover {
                color: #012B55;
            }

    #blog-homepage .post .author-category,
    #blog-listing-big .post .author-category {
        color: #999;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: .08em;
    }

        #blog-homepage .post .author-category a,
        #blog-listing-big .post .author-category a {
            font-weight: 500;
        }

    #blog-homepage .post .date-comments a,
    #blog-listing-big .post .date-comments a {
        color: #999;
        margin-right: 20px;
    }

        #blog-homepage .post .date-comments a:hover,
        #blog-listing-big .post .date-comments a:hover {
            color: #012B55;
        }

@media (min-width:768px) {
    #blog-homepage .post .date-comments,
    #blog-listing-big .post .date-comments {
        text-align: right;
    }
}

#blog-homepage .post .intro,
#blog-listing-big .post .intro {
    text-align: left;
}

#blog-homepage .post .image,
#blog-listing-big .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}

    #blog-homepage .post .image img,
    #blog-listing-big .post .image img {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

#blog-listing-medium .post .image img,
.product .image img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}

#blog-homepage .post .video,
#blog-listing-big .post .video {
    margin-bottom: 10px;
}

#blog-homepage .post .read-more,
#blog-listing-big .post .read-more {
    text-align: right;
}

#blog-listing-medium .post {
    margin-bottom: 60px;
}

    #blog-listing-medium .post h2 {
        text-transform: uppercase;
        margin: 0 0 10px;
        font-size: 24px;
        letter-spacing: .08em;
    }

        #blog-listing-medium .post h2 a {
            color: #555;
        }

            #blog-listing-medium .post h2 a:hover {
                color: #012B55;
            }

    #blog-listing-medium .post .author-category {
        float: left;
        color: #999;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: .08em;
    }

        #blog-listing-medium .post .author-category a {
            font-weight: 500;
        }

    #blog-listing-medium .post .date-comments {
        float: right;
        font-size: 12px;
    }

        #blog-listing-medium .post .date-comments a {
            color: #999;
            margin-right: 20px;
        }

            #blog-listing-medium .post .date-comments a:hover {
                color: #012B55;
            }

@media (min-width:768px) {
    #blog-listing-medium .post .date-comments {
        text-align: right;
    }
}

#blog-listing-medium .post .intro {
    text-align: left;
}

#blog-listing-medium .post .clearfix:after,
#blog-listing-medium .post .navbar-header:after,
#blog-listing-medium .post .navbar:after {
    clear: both;
}

#blog-listing-medium .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}

    #blog-listing-medium .post .image img {
        transition: all .2s ease-out;
    }

#blog-listing-medium .post .video {
    margin-bottom: 10px;
}

#blog-listing-medium .post .read-more {
    text-align: right;
}

#blog-homepage .post .author-category,
#blog-homepage .post .read-more,
#blog-homepage .post h2,
#blog-homepage .post h4,
.product {
    text-align: center;
}

.box-image-text.blog .author-category {
    color: #999;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 300;
    font-size: 12px;
}

    .box-image-text.blog .author-category a {
        font-weight: 500;
    }

#productMain .sizes h3,
.product .text h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.box-image-text.blog .intro {
    margin-bottom: 20px;
}

#blog-homepage .post {
    margin-bottom: 30px;
}

    #blog-homepage .post .read-more {
        margin-top: 20px;
    }

#blog-post #post-content {
    margin-bottom: 20px;
}

#blog-post .comment {
    margin-bottom: 25px;
}

    #blog-post .comment .posted {
        color: #999;
        font-size: 12px;
    }

    #blog-post .comment.last {
        margin-bottom: 0;
    }

#blog-post #comment-form,
#blog-post #comments {
    padding: 20px 0;
    margin-top: 20px;
    border-top: solid 1px #eee;
}

    #blog-post #comment-form,
    #blog-post #comment-form h4,
    #blog-post #comments h4 {
        margin-bottom: 20px;
    }

.product {
    background: #fff;
    border-bottom: solid 1px #e6e6e6;
    box-sizing: border-box;
    margin-bottom: 60px;
    overflow: hidden;
}

    #footer .photostream div,
    .product .buttons {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .product .image {
        overflow: hidden;
    }

        .product .image img {
            transition: all .2s ease-out;
        }

    #product-social p a,
    .product .buttons {
        text-align: center;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
    }

    .product .text {
        padding: 10px;
    }

        .product .text h3 {
            font-size: 14px;
            height: 39.6px;
        }

            .product .text h3 a {
                color: #555;
            }

                .product .text h3 a:hover {
                    text-decoration: none;
                }

        .product .text p.price {
            font-size: 18px;
        }

            .product .text p.price del {
                color: #999;
            }

    .product .buttons {
        position: absolute;
        display: none;
        bottom: 0;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid transparent;
        padding: 20px;
        background: rgba(255, 255, 255, .9);
        transition: all .2s ease-out;
    }

        .product .buttons .btn {
            margin-bottom: 20px;
        }

    .product:hover {
        border-bottom: solid 1px grey;
        top: 0;
    }

        .product:hover .buttons {
            position: absolute;
            top: 0;
            background: rgba(255, 255, 255, .5);
        }

        .product:hover .image img {
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

.goToDescription {
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}

    .goToDescription a {
        color: #999;
        text-decoration: underline;
    }

#footer ul a:hover,
.navbar-brand:focus,
.navbar-brand:hover,
a {
    text-decoration: none;
}

#productMain {
    margin-bottom: 30px;
}

    #productMain .sizes {
        text-align: center;
    }

        #productMain .sizes h3 {
            margin-bottom: 40px;
        }

        #productMain .sizes a {
            display: inline-block;
            width: 40px;
            height: 40px;
            border-radius: 40px;
            background: #ccc;
            line-height: 40px;
            color: #555;
            text-align: center;
            text-decoration: none;
        }

            #productMain .sizes a.active,
            #productMain .sizes a:hover {
                background: #012B55;
                color: #fff;
            }

        #productMain .sizes input {
            display: none;
        }

    #productMain .price {
        font-size: 40px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }

#thumbs a {
    display: block;
    border: 1px solid transparent;
}

    #thumbs a.active {
        border-color: #012B55;
    }

#product-social {
    text-align: center;
}

    #product-social h4 {
        font-weight: 300;
        margin-bottom: 10px;
    }

    #product-social p {
        line-height: 26px;
    }

        #product-social p a {
            margin: 0 10px 0 0;
            color: #fff;
            display: inline-block;
            width: 26px;
            height: 26px;
            border-radius: 13px;
            line-height: 26px;
            font-size: 15px;
            transition: all .2s ease-out;
            vertical-align: bottom;
        }

            #product-social p a i {
                vertical-align: bottom;
                line-height: 26px;
            }

            #product-social p a.facebook {
                background-color: #4460ae;
            }

            #product-social p a.gplus {
                background-color: #c21f25;
            }

            #product-social p a.twitter {
                background-color: #3cf;
            }

            #product-social p a.instagram {
                background-color: #cd4378;
            }

            #product-social p a.email {
                background-color: #4a7f45;
            }

#copyright,
#get-it {
    background: #286090;
}

@media (max-width:991px) {
    #product-social {
        text-align: center;
    }
}

#checkout .nav {
    margin-bottom: 20px;
    border-bottom: solid 1px #012B55;
}

    #checkout .nav li {
        height: 100%;
    }

        #checkout .nav li a {
            display: block;
            height: 100%;
        }

#order-summary table {
    margin-top: 20px;
}

    #order-summary table td {
        color: #999;
    }

    #order-summary table tr.total td,
    #order-summary table tr.total th {
        font-size: 18px;
        color: #555;
        font-weight: 700;
    }

#footer,
#footer ul a {
    color: #999;
}

#customer-order .addresses p,
#customer-order .table tfoot th {
    font-weight: 300;
    font-size: 18px;
}

#basket .table tbody tr td,
#checkout .table tbody tr td,
#customer-order .table tbody tr td {
    vertical-align: middle;
}

    #basket .table tbody tr td input,
    #checkout .table tbody tr td input,
    #customer-order .table tbody tr td input {
        width: 50px;
        text-align: right;
    }

    #basket .table tbody tr td img,
    #checkout .table tbody tr td img,
    #customer-order .table tbody tr td img {
        width: 50px;
    }

#basket .table tfoot,
#checkout .table tfoot,
#customer-order .table tfoot {
    font-size: 18px;
}

.payment-method h4,
.shipping-method h4 {
    text-transform: uppercase;
    letter-spacing: .08em;
}

#customer-orders table tr td,
#customer-orders table tr th {
    vertical-align: baseline;
}

#customer-order .addresses {
    text-align: right;
    margin-bottom: 30px;
}

#get-it,
.nav-justified > li > a {
    text-align: center;
}

#customer-account {
    margin-bottom: 30px;
}

#get-it {
    padding: 50px 0 30px;
    color: #fff;
}

    #get-it h1,
    #get-it h2,
    #get-it h3,
    #get-it h4,
    #get-it h5,
    #get-it h6 {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: .08em;
        margin: 0 0 20px;
    }

    #get-it p {
        margin: 0 0 20px;
    }

#footer {
    background: #286090;
    padding: 10px 0;
}

    #footer h1,
    #footer h2,
    #footer h3,
    #footer h4,
    #footer h5,
    #footer h6 {
        color: #eee;
    }

    #footer h4 {
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: .08em;
    }

.label,
label {
    font-weight: 400;
}

#footer ul {
    padding-left: 5px;
    list-style: none;
}

    #footer ul a:hover {
        color: #fff;
    }

#footer .photostream div {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 33%;
    padding: 7.5px;
    overflow: hidden;
}

    #footer .photostream div a {
        border: 1 solid px;
    }

    #footer .photostream div img {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    #footer .photostream div:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

#footer .blog-entries .item {
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #555;
}

    #footer .blog-entries .item .image {
        float: left;
        width: 15%;
        margin-right: 10px;
    }

    #footer .blog-entries .item .name {
        width: 75%;
        margin-left: 10px;
        display: table-cell;
        vertical-align: middle;
    }

        #footer .blog-entries .item .name h5 {
            margin: 0;
            text-transform: uppercase;
            letter-spacing: .08em;
            font-size: 12px;
        }

            #footer .blog-entries .item .name h5 a {
                color: #eee;
            }

    #footer .blog-entries .item .text {
        width: 100%;
    }

    #footer .blog-entries .item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

#footer .social a {
    color: #555;
    font-size: 25px;
    margin: 0 10px 0 0;
}

    #footer .social a:hover {
        color: #012B55;
    }

#copyright {
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
    line-height: 28px;
}

    #copyright p {
        margin: 0;
    }

[data-animate] {
    opacity: 0;
    filter: alpha(opacity=0);
}

#style-switch-button {
    position: fixed;
    top: 100px;
    left: 0;
    border-radius: 0;
}

#style-switch {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 140px;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
}

.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (max-width:991px) {
    #copyright p {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }

    #style-switch,
    #style-switch-button {
        display: none;
    }
}

.nav > li > a {
    padding: 10px 15px;
}

.nav > li.disabled > a,
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #999;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #012B55;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -3px;
}

    .nav-tabs > li > a {
        margin-right: 0;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        color: #555;
        background-color: #fff;
        cursor: default;
    }

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: solid 1px #012B55;
    border-bottom: 0;
}

    .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-right: 0;
            border-radius: 0;
        }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #012B55;
    }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #012B55;
        border-radius: 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 0;
        display: flex;
    }

        .nav-pills > li > a i {
            margin-top: 3px;
            color: #00A651;
            margin-right: 8px;
        }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #012B55;
    }

.nav-stacked > li {
    float: none;
    border: 1px solid #eee;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
    border-bottom: solid 1px #012B55;
}

    .nav-justified > li {
        float: none;
    }

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border: 1px solid #012B55;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #012B55;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }

    .navbar {
        border-radius: 0;
    }
}

.tab-content {
    padding: 17px 0;
    border-top: none;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.navbar {
    position: relative;
    min-height: 62px;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

.navbar-affixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-affixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
    height: auto;
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggle:focus {
        outline: 0;
    }

.navbar-nav {
    margin: 10.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    #blog-listing-medium .post .image img.img-responsive,
    .product .image img.img-responsive {
        min-width: 100%;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

        .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-nav .open .dropdown-menu > li > a:hover {
            background-image: none;
        }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 16px;
                padding-bottom: 16px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 14px -15px;
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }

    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

    .navbar-btn.btn-sm {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .navbar-btn.btn-xs {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.navbar-text {
    margin-top: 21px;
    margin-bottom: 21px;
}

.breadcrumb,
hr {
    margin-bottom: 20px;
}

.navbar-default {
    background-color: #fff;
    border-color: #ccc;
    border-bottom: none;
}

    .navbar-default .navbar-brand {
        color: #555;
    }

        .navbar-default .navbar-brand:focus,
        .navbar-default .navbar-brand:hover {
            color: #3b3b3b;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #012B55;
    }

        .navbar-default .navbar-nav > li > a b {
            color: #00A651;
        }

        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            border-top: solid 5px #F7931E !important;
            background-color: #012B55;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #012B55;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:focus,
    .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: #012B55;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #ccc;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #012B55;
        color: #fff;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #555;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #012B55;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #012B55;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .btn-link,
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover,
.navbar-default .navbar-link,
.navbar-default .navbar-link:hover {
    color: #555;
}

    .navbar-default .btn-link[disabled]:focus,
    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

a {
    color: #012B55;
}

    a:focus,
    a:hover {
        color: #267280;
        text-decoration: underline;
    }

    a:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

.img-rounded {
    border-radius: 0;
}

hr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.breadcrumb {
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 20px 0;
    background-color: transparent;
    border-radius: 0;
    text-align: right;
}

    .breadcrumb > li + li:before {
        content: ">\00a0";
        color: #555;
    }

    .breadcrumb > .active {
        color: #999;
    }

@media (max-width:991px) {
    .breadcrumb {
        padding: 20px 0;
        text-align: center;
    }
}

.dropdown-menu {
    z-index: 1000;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        padding: 5px 20px;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

.label {
    text-transform: uppercase;
    letter-spacing: .08em;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

    .form-control:focus {
        border-color: #012B55;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 167, 187, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(56, 167, 187, .6);
    }

    .form-control[multiple] {
        padding: 0
    }

        .form-control[multiple] option {
            padding: 8px 12px
        }

.form-group {
    margin-bottom: 20px;
}

.pager,
.pagination {
    margin: 20px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.pager {
    border-top: solid 1px #eee;
    padding-top: 20px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            background-color: #fff;
            border: 1px solid #012B55;
            border-radius: 0;
        }

            .pager li > a:focus,
            .pager li > a:hover {
                text-decoration: none;
                color: #fff;
                background-color: #012B55;
            }

    .pager .disabled > a,
    .pager .disabled > a:focus,
    .pager .disabled > a:hover,
    .pager .disabled > span {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination {
    border-radius: 0;
}

    .pagination > li > a,
    .pagination > li > span {
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #012B55;
        background-color: #fff;
        border: 1px solid #ddd;
    }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            color: #012B55;
            background-color: #a7dbe5;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        background-color: #012B55;
        border-color: #012B55;
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
    }

@media (max-width:767px) {
    .text-center-xs {
        text-align: center !important;
    }

        .text-center-xs img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
}

@media (min-width:768px) and (max-width:991px) {
    .text-center-sm {
        text-align: center !important;
    }

        .text-center-sm img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
}

.home-tabs li a i,
.home-tabs li a i center,
.wecome-title {
    text-align: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.1;
    color: #333;
}

.panel-primary .panel-title,
.title-p {
    font-weight: 300;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 18px;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.text-small {
    font-size: 12px;
}

.text-large {
    font-size: 18px;
}

.text-italic {
    font-style: italic;
}

.text-primary {
    color: #012B55;
}

a.text-primary:hover {
    color: #2c8494;
}

.bg-primary {
    color: #fff;
    background-color: #012B55;
}

a.bg-primary:hover {
    background-color: #2c8494;
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 1px dotted #999;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #012B55;
}

.panel,
.panel-group,
.progress,
address {
    margin-bottom: 20px;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999;
}

    blockquote .small:before,
    blockquote footer:before,
    blockquote small:before {
        content: '\2014 \00A0';
    }

.blockquote-reverse,
blockquote.pull-right {
    border-right: 5px solid #012B55;
}

address {
    line-height: 1.42857143;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.panel-group .panel,
.progress {
    border-radius: 0;
    overflow: hidden;
}

.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 15px;
    background-color: #012B55
}

.panel-default > .panel-heading {
    background-color: #286090;
    color: #fff;
}

.progress {
    height: 20px;
    background-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel {
    margin-bottom: 0;
}

    .panel-group .panel + .panel {
        margin-top: 5px;
    }

.panel-group.accordion .panel {
    border-color: #ccc;
}

.panel-primary {
    border-color: #012B55;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #286090;
        border-color: #012B55;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #012B55;
        }

        .panel-primary > .panel-heading .badge {
            color: #012B55;
            background-color: #fff;
        }

    .panel-primary .panel-title a:hover,
    a.badge:focus,
    a.badge:hover {
        color: #fff;
        text-decoration: none;
    }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #012B55;
    }

a.badge:focus,
a.badge:hover {
    cursor: pointer;
}

.nav-pills > .active > a > .badge,
a.list-group-item.active > .badge {
    color: #012B55;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.progress-bar-primary {
    background-color: #012B55;
}

.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.yamm .collapse,
.yamm .dropdown.use-yamm,
.yamm .dropup.use-yamm,
.yamm .nav {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 15px;
    right: 15px;
}

ul.link-list li {
    margin: 0;
    padding: 2px 0;
    list-style: none;
    border-bottom: 1px dashed #0d4b8c;
    line-height: 28px;
}

footer ul.link-list li i {
    color: #F7931E;
    margin-right: 6px;
}

.Slideimg-border {
    border: 1px solid #fff;
    padding: 8px;
}

.slider-btn {
    background: #00A651;
    color: #fff;
    padding: 2px 8px;
    font-size: 17px;
    border-radius: 29px;
}

    .slider-btn:hover {
        background: #fff;
        color: #ED9C29;
    }

.main-header {
    padding: 7px 0;
}

.wecome-title {
    font-size: 28px;
    color: #012B55;
}

    .wecome-title span {
        background: #F7931E;
        color: #fff;
        padding: 0 8px;
    }

.blue-theme-btn {
    background: #022242;
    border: 1px solid #022242;
    font-size: 13px;
    padding: 4px 7px;
    color: #fff;
}

    .blue-theme-btn:hover {
        background: #fff;
        text-decoration: none;
        border: 1px solid #022242;
        color: #022242;
    }

.green-theme-btn {
    background: #00a651;
    border: 1px solid #00a651;
    font-size: 13px;
    padding: 4px 7px;
    color: #fff;
}

    .green-theme-btn:hover {
        background: #fff;
        text-decoration: none;
        border: 1px solid #00a651;
        color: #00a651;
    }

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.border-radius {
    border-radius: 100px;
}

.title-p {
    font-size: 15px;
}

.examImg-border {
    border: 1px solid #7D7F83;
    padding: 6px;
}

.home-tabs li a:hover,
.home-tabs > li.active > a,
.home-tabs > li.active > a:focus,
.home-tabs > li.active > a:hover {
    background: #fff;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    outline: 0;
}

.nav-tabs {
    border-bottom: 2px Solid #fff;
}

.home-tabs > li.active > a,
.home-tabs > li.active > a:focus,
.home-tabs > li.active > a:hover {
    color: #00A651;
}

.home-tabs li a {
    color: #fff;
    font-size: 20px;
}

    .home-tabs li a:hover {
        color: #00A651;
    }

    .home-tabs li a i {
        width: 50px;
        font-size: 28px;
        margin-bottom: 10px;
        color: #F7931E;
        border: 2px solid #00A651;
        height: 50px;
        line-height: 50px;
        border-radius: 100%;
    }

.home-tabs li {
    margin-right: 30px;
}

.tab-bootomContents h5 {
    color: #F7931E !important;
    font-size: 26px;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    margin-top: 0;
}

.tab-bootomContents p {
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

.blue-text {
    color: #012B55;
}

.ol-list {
    padding-left: 10px;
}

    .ol-list li {
        font-size: 13px;
        text-transform: none !important;
    }

        .ol-list li i {
            font-size: 10px;
        }

.li-title i {
    color: #fff !important;
    background: #F7931E !important;
}

.li-title {
    font-size: 18px;
    color: #012B55;
}

.ul-list {
    margin-top: 14px;
}

    .ul-list li {
        display: flex;
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: justify;
        font-size: 15px;
    }

        .ul-list li i {
            background: 0 0 !important;
            color: #012B55 !important;
            margin-top: 4px;
            margin-right: 6px;
        }

.inner-ul li i {
    font-size: 11px;
}

.nav-pills > li.active > a i,
.nav-pills > li.active > a:focus i,
.nav-pills > li.active > a:hover i {
    color: #F7931E;
}

.box-part {
    border: 1px solid #ddd;
    padding: 7px 13px 12px;
    margin-bottom: 15px;
    min-height: 180px;
}

    .box-part marquee ul {
        padding-left: 10px;
    }

.mt10 {
    margin-top: 10px;
}

.white-text {
    color: #FFF;
}

#footer h4 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 3px;
    background: #0d3966;
    border: 1px solid #25598f;
    font-size: 15px;
}

.contact-address p {
    padding-left: 5px;
    line-height: 23px;
}

.tabs-height {
    max-height: 226px;
    overflow-y: scroll;
    padding-right: 16px;
}

    .tabs-height table {
        color: #bbb;
    }

    .tabs-height h6 {
        color: #F7931E !important;
        font-size: 16px;
    }

    .tabs-height p a {
        color: #27C976;
    }

        .tabs-height p a:hover {
            color: #00A651;
        }

    .tabs-height li {
        color: #eee;
        text-align: justify;
    }

.mr0 {
    margin-right: 0 !important;
}

.navbar ul.dropdown-menu li a i {
    color: #F7931E;
    margin-top: 2px;
}

.navbar ul.dropdown-menu li a {
    color: #192233;
    display: flex;
}

.top-bar {
    background: #286090;
    width: 100%;
    float: left;
    color: #fff;
}

.top-links ul {
    padding-left: 0;
    float: right;
    margin-bottom: 1px;
    margin-top: 1px;
}

    .top-links ul li {
        list-style: none;
        margin-left: 17px;
        float: left;
    }

        .top-links ul li a {
            color: #fff;
            font-size: 12px;
        }

            .top-links ul li a i {
                background: #00A651;
                width: 21px;
                height: 21px;
                text-align: center;
                line-height: 21px;
                font-size: 13px;
            }

.Eng_part > div > center h3 {
    background: #0570a2;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 0;
}

    .Eng_part > div > center h3 i {
        background: #014463;
        font-size: 23px;
        border-radius: 100%;
        border: 1px solid #30a6dd;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 36px;
    }

.Engg_bottomPart {
    border: 1px solid #0570a2;
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 25px;
}

.engg-text-color {
    color: #0570a2 !important;
}

.Engg_bottomPart > div p {
    color: #3d3d3d;
}

.Engg_btnPart {
    margin-top: 25px;
}

    .Engg_btnPart center a {
        border: 1px solid #0570a2;
        color: #0570a2;
        padding: 9px 7px 8px 0;
        border-radius: 100px;
        margin-left: 6px;
        margin-right: 6px;
    }

        .Engg_btnPart center a i {
            background: #014463;
            font-size: 14px;
            color: #fff;
            border-radius: 100%;
            width: 26px;
            height: 26px;
            text-align: center;
            line-height: 26px;
        }

        .Engg_btnPart center a:hover {
            text-decoration: none;
            background: #0570a2;
            color: #fff;
            border: 1px solid #0570a2;
        }

.box-simple a:hover {
    text-decoration: none;
}

.ContactLeft-ul {
    padding: 8px !important;
}

    .ContactLeft-ul li {
        display: flex;
        line-height: 21px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 13px;
    }

        .ContactLeft-ul li i {
            margin-right: 10px;
            color: #fff;
            margin-top: 4px;
        }

.Med_btnPart,
.manag_btnPart {
    margin-top: 25px;
}

.box-simple a:hover,
.navbar-header:hover {
    outline: 0;
}

.Med_part > div > center h3 {
    background: #dd5516;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 0;
}

    .Med_part > div > center h3 i {
        background: #9b3b0e;
        font-size: 23px;
        border-radius: 100%;
        border: 1px solid #ed9871;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 36px;
    }

.Med_bottomPart {
    border: 1px solid #dd5516;
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 25px;
}

.med-text-color {
    color: #dd5516 !important;
}

.Med_bottomPart > div p {
    color: #3d3d3d;
}

.Med_btnPart center a {
    border: 1px solid #dd5516;
    color: #dd5516;
    padding: 9px 7px 8px 0;
    border-radius: 100px;
    margin-left: 6px;
    margin-right: 6px;
}

    .Med_btnPart center a i {
        background: #b6410b;
        font-size: 14px;
        color: #fff;
        border-radius: 100%;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
    }

    .Med_btnPart center a:hover {
        text-decoration: none;
        background: #dd5516;
        color: #fff;
        border: 1px solid #dd5516;
    }

.manag_part > div > center h3 {
    background: #03bac1;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 0;
}

    .manag_part > div > center h3 i {
        background: #07858a;
        font-size: 23px;
        border-radius: 100%;
        border: 1px solid #43e8ef;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 36px;
    }

.manag_bottomPart {
    border: 1px solid #03bac1;
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 25px;
}

.manag-text-color {
    color: #03bac1 !important;
}

.manag_bottomPart > div p {
    color: #3d3d3d;
}

.manag_btnPart center a {
    border: 1px solid #03bac1;
    color: #03bac1;
    padding: 9px 7px 8px 0;
    border-radius: 100px;
    margin-left: 6px;
    margin-right: 6px;
}

    .manag_btnPart center a i {
        background: #089ca2;
        font-size: 14px;
        color: #fff;
        border-radius: 100%;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
    }

    .manag_btnPart center a:hover {
        text-decoration: none;
        background: #03bac1;
        color: #fff;
        border: 1px solid #03bac1;
    }

.manag_bottomPart > div h6 {
    color: #07858A;
    font-size: 16px;
}

.manag_bottomPart > div ul li {
    list-style: none;
    display: flex;
    line-height: 25px;
}

    .manag_bottomPart > div ul li i {
        color: #07858A;
        margin-top: 5px;
        margin-right: 7px;
    }

.pharmacy_part > div > center h3 {
    background: #e1424c;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 0;
}

    .pharmacy_part > div > center h3 i {
        background: #b11e27;
        font-size: 23px;
        border-radius: 100%;
        border: 1px solid #f39298;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 36px;
    }

.pharmacy_bottomPart {
    border: 1px solid #e1424c;
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 25px;
}

.pharmacy-text-color {
    color: #e1424c !important;
}

.pharmacy_bottomPart > div p {
    color: #3d3d3d;
}

.pharmacy_btnPart {
    margin-top: 25px;
}

    .pharmacy_btnPart center a {
        border: 1px solid #e1424c;
        color: #e1424c;
        padding: 9px 7px 8px 0;
        border-radius: 100px;
        margin-left: 6px;
        margin-right: 6px;
    }

        .pharmacy_btnPart center a i {
            background: #b11e27;
            font-size: 14px;
            color: #fff;
            border-radius: 100%;
            width: 26px;
            height: 26px;
            text-align: center;
            line-height: 26px;
        }

        .pharmacy_btnPart center a:hover {
            text-decoration: none;
            background: #e1424c;
            color: #fff;
            border: 1px solid #e1424c;
        }

.pharmacy_bottomPart > div h6 {
    color: #e1424c;
    font-size: 16px;
}

.pharmacy_bottomPart > div ul li {
    list-style: none;
    display: flex;
    line-height: 25px;
}

    .pharmacy_bottomPart > div ul li i {
        color: #e1424c;
        margin-top: 5px;
        margin-right: 7px;
    }

.school_part > div > center h3 {
    background: #0f9e6b;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 0;
}

    .school_part > div > center h3 i {
        background: #0a6e4a;
        font-size: 23px;
        border-radius: 100%;
        border: 1px solid #68e7ba;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 36px;
    }

.school_bottomPart {
    border: 1px solid #0f9e6b;
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 25px;
}

.school-text-color {
    color: #0f9e6b !important;
}

.school_bottomPart > div p {
    color: #3d3d3d;
}

.school_btnPart {
    margin-top: 25px;
}

    .school_btnPart center a {
        border: 1px solid #0f9e6b;
        color: #0f9e6b;
        padding: 9px 7px 8px 0;
        border-radius: 100px;
        margin-left: 6px;
        margin-right: 6px;
    }

        .school_btnPart center a i {
            background: #0a6e4a;
            font-size: 14px;
            color: #fff;
            border-radius: 100%;
            width: 26px;
            height: 26px;
            text-align: center;
            line-height: 26px;
        }

        .school_btnPart center a:hover {
            text-decoration: none;
            background: #0f9e6b;
            color: #fff;
            border: 1px solid #0f9e6b;
        }

.school_bottomPart > div h6 {
    color: #0f9e6b;
    font-size: 16px;
}

.school_bottomPart > div ul li {
    list-style: none;
    display: flex;
    line-height: 25px;
}

    .school_bottomPart > div ul li i {
        color: #0f9e6b;
        margin-top: 5px;
        margin-right: 7px;
    }

.college_part > div > center h3 {
    background: #bd135b;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 0;
}

    .college_part > div > center h3 i {
        background: #931047;
        font-size: 20px;
        border-radius: 100%;
        border: 1px solid #ec5b98;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 36px;
    }

.college_bottomPart {
    border: 1px solid #bd135b;
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 25px;
}

.college-text-color {
    color: #bd135b !important;
}

.mt15 {
    margin-top: 15px;
}

.college_btnPart {
    margin-top: 25px;
}

    .college_btnPart center a {
        border: 1px solid #bd135b;
        color: #bd135b;
        padding: 9px 7px 8px 0;
        border-radius: 100px;
        margin-left: 6px;
        margin-right: 6px;
    }

        .college_btnPart center a i {
            background: #931047;
            font-size: 14px;
            color: #fff;
            border-radius: 100%;
            width: 26px;
            height: 26px;
            text-align: center;
            line-height: 26px;
        }

        .college_btnPart center a:hover {
            text-decoration: none;
            background: #bd135b;
            color: #fff;
            border: 1px solid #bd135b;
        }

.college_bottomPart > div h6 {
    color: #bd135b;
    font-size: 16px;
}

.footer-p {
    color: #bac4cf;
    font-size: 14px;
    margin-bottom: 15px;
}

.yamm-content h5 span i {
    width: 25px;
    height: 25px;
    background: #00A651;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    margin-right: 7px;
    border-radius: 100%;
}

.line-height15 {
    line-height: 15px !important;
}

.colleg_tab_i {
    font-size: 24px !important;
    line-height: 45px !important;
}

.pharmacy_txt {
    color: #E1424C !important;
}

.engg_txt {
    color: #0570A2 !important;
}

.medical_txt {
    color: #DD5516 !important;
}

.school_txt {
    color: #0F9E6B !important;
}

.mngmnt_txt {
    color: #03BAC1 !important;
}

.collg_txt {
    color: #0570A2 !important;
}

.pharmacy_color {
    background: #E1424C !important;
}

.engg_color {
    background: #0570A2 !important;
}

.medical_color {
    background: #DD5516 !important;
}

.school_color {
    background: #0F9E6B !important;
}

.mngmnt_color {
    background: #03BAC1 !important;
}

.collg_color {
    background: #0570A2 !important;
}

.ul-Color {
    color: #fff;
}

.tab-bootomContents h4 {
    color: #F7931E !important;
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    margin-top: 0;
}

.parsley-required {
    color: #e1424c;
    font-size: 13px;
    position: relative;
    text-align: right;
}


.parsley-errors-list.filled {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 1px 10px;
    position: relative;
    background-color: #fff;
    color: #f70606;
}

    /*.parsley-errors-list.filled:after {
        position: absolute;
        top: -6px;
        left: 10px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        -moz-transform: scale(.9999);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
    }*/

    .parsley-errors-list.filled > li {
        list-style: none;
    }

.sliderBg {
    float: left;
    width: 100%;
    background-image: url(../img/slider3.png);
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center;
}

    .sliderBg ul li {
        list-style: none;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 1;
        margin: 16px 16px;
        padding: 10px 10px;
        border-left: 10px solid #012B55 !important;
        border: 1px solid #012B55;
    }

        .sliderBg ul li a {
            font-size: 16px;
        }

            .sliderBg ul li a:hover {
                margin-left: 10px;
                color: #00A651;
                text-decoration: none;
            }

            .sliderBg ul li a i {
                font-size: 20px;
                color: #ffffff;
                background: #F7931E;
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                /*border-radius: 100px;*/
            }

.sqaureSliderBox {
    border: 1px solid #fff;
    padding: 10px;
    width: 100%;
    float: left;
}

.panel-group .panel-heading {
    background-color: #F9F9F9;
    padding: 0;
}

.faq_part > .panel-heading {
    background-color: #EFF7FF;
    border: 1px solid #E1EFFC !important;
    color: #333;
}

.faq-title > a,
.faq-title > a:active {
    display: block;
    padding: 8px 15px;
    color: #012B55;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0;
    word-spacing: 3px;
    text-decoration: none;
}

.faq_part > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}

.faq_part {
    border: 1px solid #ddd;
}

.boxMenu-h5 {
    display: inherit !important;
}

.p0 {
    padding: 0px;
}

.boxMenu-h5 span i {
    margin-right: 0px !important;
}

.mt0 {
    margin-top: 0px;
}

.boxMenu-title {
    border-bottom: 1px solid #012B55;
    padding-bottom: 6px;
}

    .boxMenu-title span {
        background: #012B55;
        color: #ffffff;
        padding: 5px 8px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.td_center {
    text-align: center !important;
}

.table > thead > tr > th {
    text-align: center !important;
}

.table > tbody > tr > td {
    line-height: 1.0 !important;
}

.table > tbody > tr > th {
    line-height: 1.0 !important;
}

.linesize {
    line-height: 1.0;
    margin-top: 0pt;
    margin-bottom: 0pt;
    text-align: justify;
    line-height: normal;
    border: none;
    color: #000000;
    background-color: transparent;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre;
    white-space: pre-wrap;
}

.bullet {
    font-family: Calibri;
    padding-left: 10px;
    line-height: 1.0 !important;
}

.bullettext {
    margin: 0 0 5px !important;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: 11pt;
    line-height: 1.2;
    font-family: Calibri,sans-serif;
    color: #000000;
    background-color: transparent;
    color: #555;
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre;
    white-space: pre-wrap;
}

.letterhead1 {
    line-height: 1.0;
    margin-top: 0pt;
    margin-bottom: 0pt;
    text-align: center;
    font-size: 16pt;
    font-family: Verdana;
    color: #244061;
    background-color: transparent;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre;
    white-space: pre-wrap;
}

.letterhead2 {
    line-height: 1.0;
    margin-top: 0pt;
    margin-bottom: 0pt;
    text-align: center;
    font-size: 10pt;
    font-family: Verdana;
    color: #244061;
    background-color: transparent;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre;
    white-space: pre-wrap;
}

.letterhead3 {
    line-height: 1.0;
    margin-top: 0pt;
    margin-bottom: 0pt;
    text-align: center;
    font-size: 10pt;
    font-family: Verdana;
    color: #244061;
    background-color: transparent;
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre;
    white-space: pre-wrap;
}

.lettersign {
    text-align: left;
    padding-left: 50px;
    object-position: left;
}

.lettertext {
    font-family: Verdana;
    font-size: 10pt;
    font-weight: 800;
    font-style: normal;
    font-variant: normal;
}

.align_centre {
    text-align: center !important;
}

.Content_Centre {
    justify-content: center;
    display: flex;
}

.align_right {
    text-align: right !important;
}

.align_left {
    text-align: left !important;
}

.align_middle {
    vertical-align: middle !important;
    text-align: center !important;
}

.align_top {
    vertical-align: top !important;
    text-align: center !important;
}

.align_bottom {
    vertical-align: bottom !important;
    text-align: center !important;
}

.shadow {
    position: relative;
}

    .shadow:before, .shadow:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 25px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 35px 20px #777;
        -moz-box-shadow: 0 35px 20px #777;
        box-shadow: 0px 35px 20px #777;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    .shadow:after {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
        right: 10px;
        left: auto;
    }

.marker-primary.marker-ribbon {
    background-color: #2f3a90;
    line-height: 26px;
}

    .marker-primary.marker-ribbon::after {
        border-bottom-color: #0b0e2b;
    }

.marker-ribbon::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    border-bottom: 7px solid #b4bdce;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform: rotate(45deg);
}

.pos-absolute {
    position: absolute;
}

.marker-ribbon {
    margin-left: -10px;
    box-shadow: 1px 1px 1px rgba(28, 39, 60, 0.16);
}

.marker {
    background-color: #f3f5f9;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
}

.radiocontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radiocontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.radiocheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .radiocheckmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radiocheckmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radiocheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .radiocheckmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* start Modal css*/

.modal {
    position: fixed;
    z-index: 1050;
    background-color: rgba(100, 100, 100, .8);
}

.modal-content {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    overflow: hidden;
    background-color: #fff;
    color: #404040;
    border: none;
}

.modal-dialog {
    max-width: 500px;
    padding-top: 250px;
}


.modal-header {
    border: 0;
    padding: 15px;
    background: #002041;
}

    .modal-header h1,
    .modal-header h2,
    .modal-header h3,
    .modal-header h4,
    .modal-header h5,
    .modal-header h6 {
        display: block;
        margin: 0
    }

    .modal-header .close {
        font-size: 20px;
        opacity: .4;
        text-shadow: none
    }

        .modal-header .close:hover {
            opacity: .8
        }

.modal-body {
    padding: 10px 20px 20px
}


.modal-footer {
    padding: 20px;
    border: none
}



.colored-header .modal-content .modal-header {
    background-color: #e6e6e6;
    color: #fff;
    padding: 30px 20px
}

.border-nav {
    border: solid;
    border-color: #012B55;
}

/*clode modal css*/


@media screen and (min-width: 700px) and (max-width: 1199px) {
    .glyphicon {
        font-size: 0.5em;
    }

    .fa {
        font-size: 0.5em;
    }

    .box-simple h3 {
        font-size: 10px;
    }
}


/*Start Mock QUiz*/
@media screen and (min-width: 700px) and (max-width: 2199px) {
    .resp-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}

.area-quiz {
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: #012B55;
    opacity: .9;
    padding: 5px;
}

.quiz-carousel {
    position: relative;
    background: url(../img/photogrid.jpg) center center;
    background-size: cover;
    transition: all .2s ease-out;
}

.quiz-box {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 15px;
    min-height: 180px;
    background-color: #fff;
    margin-top: 20px;
}

    .quiz-box marquee ul {
        padding-left: 10px
    }

/*End Mock QUiz*/

/*Start Login Page*/
.login-section {
    position: relative;
    background: url(../img/aarugya_bg.jpg) center center;
    background-size: cover;
    transition: all .2s ease-out;
}
/*End Login Page*/