@charset "utf-8";

body {
    font-family: "Open Sans", sans-serif;
    background-color: #FFFFFF;
}

a, a:hover, a:focus {
    text-decoration: none;
}
.site {
    position: relative;
    background-color: #FFF;
}
h1 {
    font-size: 28px;
    margin-top: 0;
    font-weight: 700;
    position: relative;
    color: #006DAC;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 8px;
}

h1:after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background-color: #BAD5E5;
    position: absolute;
    bottom: -2px;
    left: 0;
}

h2 {
       font-size: 20px;
    margin-top: 0;
    font-weight: 600;
    color: #980909;
}

h3 {
      font-size: 16px;
    font-weight: bold;
}
.btgrid .content-text{
    padding-top: 20px;
}
.btgrid{
border-bottom: 1px solid #ebebeb;
margin-bottom: 20px;
}
.navbar {
    border: 0;
    background-color: #f8f8f8;
    margin-bottom: 0;
    border-radius: 0;
    background-image: none;
    padding: 20px 0;
}
.navbar,.navbar-header {
    min-height: 100px;
}
.navbar-header h1 {
    margin: 0;
    padding: 0;
}
.navbar-header h1:after {
   content: none;
}
.navbar-default .navbar-nav {
    margin-top: 20px;
}
.navbar-default .navbar-nav > li {
    border-right: 1px solid rgba(0,0,0,.7);
    padding: 0 10px;
}
.navbar-default .navbar-nav > li:last-child {
    border-right: 0;
}
.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    color: #222222;
    font-size: 12px;
}
.navbar-default .navbar-nav > li > a:hover{
   color: #FFFFFF;
   background-color: #006DAC;
}

.navbar-default .navbar-toggle {
    border:0;
    margin-top: 30px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.header h1{
    border: none;
}

#slider {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.intro {
    overflow: hidden;
    position: relative;
}
.intro img{
    border-bottom: 2px solid #0B486B;
}
.intro-text {
    position: absolute;
    left: 55%;
    top: 40px;
    text-align: center;
    max-width: 480px;
}
.intro-text h2{
    font-weight: bold;
    font-size: 28px;
    padding-top: 40px;
    padding-bottom: 20px;
    font-style: italic;
    color: #006DAC;
}
.intro-text a{
    margin-top: 10px;
}
.header-social {
    text-align: right;
}
.header-social a {
    display: inline-block;
    color: #FFF;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    overflow: hidden;
}
.front-hg{
    text-align: center;
    padding: 20px 0;
}
.front-hg h3{
    font-weight: 600;
    font-style: italic;
    letter-spacing: 3px;
    color: #0B486B;
    margin-bottom: 20px;
}
.news-cont {
    background-color: #ebebeb;
    margin-bottom: 20px;
}

.news-header {
    margin: 0;
    padding: 10px;
    height: 40px;
    line-height: 20px;
    background: #004166 url("../img/bg-news.png") no-repeat top right;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.news {
    overflow: hidden;
    height: 40px;
}

.news a {
    display: inline-block;
    height: 40px;
    padding: 0 40px;
    line-height: 40px;
    color: #333;
    font-weight: 600;
}
.front-content-left{
    text-align: right;
}
.front-content-left img, .front-content-right img{
    margin-top: 30px;
}
.front{
    padding: 20px 0;
    background-color: #006dac;
    color: #FFFFFF;
}
.front h3{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
.front img{
    border: 2px solid rgba(0, 57, 100, 0.86);
}
.front a:hover img{
    transform: scale(1.15);
}
.front a img{
    transition: all .3s ease;
}
.front-img {
    overflow: hidden;
    display: block;
}
.footer {
    padding: 30px 0;
    color: #FFF;
    background-color: #004166 ;
}

.design {
    text-align: right;
}

.design a img {
    height: 20px;
}
div.sidebar                     { 
    background-color: #006DAC;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}
div.sidebar a.navTitle          { padding:10px; display:block;  color: #FFF; font-size: 12px;}
div.sidebar ul                  { display:block; margin: 0px; padding:0; list-style: none;}
div.sidebar ul li               { display:block;}
div.sidebar ul li a             { display:block; padding:5px 10px;  color: #FFF; font-weight: bold;}
div.sidebar ul li a:hover       { background-color: rgba(0,0,0,.1);}
div.sidebar ul.subNav           { display:none;}
div.sidebar ul.subNav li        { display:block; } 
div.sidebar ul.subNav li a      { display:block; font-size: 13px;   color: #FFF; padding-left: 20px;}
div.sidebar ul.subNav li a:before { content:'└─  '; }

div.sidebar ul.subNav li ul.subNav li a     { display:block; font-weight: 300;    color: #FFF; padding-left: 40px;}
a.sub:after                     { content: '\f107'; float:right; margin-top: 3px; font: normal normal normal 14px/1 FontAwesome;}
a.navActive                     {  background-color: #00ACED;color: #FFF !important; }

#map {
    height: 400px;
    margin-bottom: 20px;
}
a, .trans           { transition:all ease-in-out .3s; -moz-transition:all ease-in-out .3s;  -o-transition:all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;}
div.category                                { margin-top: 20px;}
div.category ul                             { margin: 0; padding: 0; list-style: none;}
div.category ul li a                        { display: block; background-color: #FFF; margin-bottom: 20px;text-decoration: none;position: relative;border: 1px solid #004166;}
div.category ul li a span                   { 
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding: 6px 3px;
    background: rgb(0, 65, 102);
    color: #FFFFFF;
    border-top: 1px solid #006DAC;
 }
div.category ul li a:hover                  { transform: scale(1.05); 
    border-color: #CACACA;
}
div.category ul li a:hover span             {
         background: rgba(206, 0, 12, 0.79);
    color: #FFFFFF;
    border-top: 1px solid #860008;
}
/* Mobile First */

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/* Non-mobile First */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        margin: auto !important;
        float: none;
        display: block;
        max-width: 200px;
    }

    .navbar-brand img {
        width: 100%;
        height: auto;
    }

    .navbar-default .navbar-nav {
        display: inline-block;
        float: none !important;
        margin-top: 0;
    }

    #navbar {
        text-align: center;
    }
    .header-social {
        text-align: center;
        margin-bottom: 20px;
    }
    .intro-text h2{
        font-size: 24px;
        padding-top: 30px;
        margin: 0;
    }
    .intro-text{
        top: 0;
        left: 52%;
        max-width: 360px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .navbar-brand {
        float: left;
    }

    .navbar-default .navbar-nav {
        margin-top: 10px;
    }

    .navbar-default .navbar-nav {
        display: block;
    }

    #navbar {
        text-align: center;
    }
    .header-social{
        margin-top: 20px;
    }
    .navbar-default .navbar-nav > li {
        border: none;
    }

    .front-content-left{
        text-align: left;
    }
    .design{
        text-align: center;
    }
    .footer-note{
        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify
}

@media (max-width: 767px) {
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit
    }

    .text-left-xs {
        text-align: left
    }

    .text-center-xs {
        text-align: center
    }

    .text-right-xs {
        text-align: right
    }

    .text-justify-xs {
        text-align: justify
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit
    }

    .text-left-sm {
        text-align: left
    }

    .text-center-sm {
        text-align: center
    }

    .text-right-sm {
        text-align: right
    }

    .text-justify-sm {
        text-align: justify
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit
    }

    .text-left-md {
        text-align: left
    }

    .text-center-md {
        text-align: center
    }

    .text-right-md {
        text-align: right
    }

    .text-justify-md {
        text-align: justify
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit
    }

    .text-left-lg {
        text-align: left
    }

    .text-center-lg {
        text-align: center
    }

    .text-right-lg {
        text-align: right
    }

    .text-justify-lg {
        text-align: justify
    }
}

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; /*opacity: 0.8;*/
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.bg-amazon-color { background-color: #ff9700 }
.bg-basecamp-color { background-color: #6bbd6d }
.bg-behance-color { background-color: #053eff }
.bg-blogger-color { background-color: #fb8f3d }
.bg-box-color { background-color: #1277bc }
.bg-delicious-color { background-color: #205cc0 }
.bg-dribbble-color { background-color: #ea4c89 }
.bg-dropbox-color { background-color: #0d84de }
.bg-ebay-color { background-color: #083790 }
.bg-facebook-color { background-color: #3b5998 }
.bg-flickr-color { background-color: #ff0084 }
.bg-forrst-color { background-color: #5b9a68 }
.bg-foursquare-color { background-color: #207dc5 }
.bg-github-color { background-color: #333 }
.bg-google-plus-color { background-color: #dd4b39 }
.bg-instagram-color { background-color: #396d9a }
.bg-kippt-color { background-color: #e03500 }
.bg-linkedin-color { background-color: #007bb6 }
.bg-lukkin-color { background-color: #c90000 }
.bg-path-color { background-color: #e41f11 }
.bg-pinterest-color { background-color: #e0242a }
.bg-pocket-color { background-color: #ee4056 }
.bg-quora-color { background-color: #a82400 }
.bg-rss-color { background-color: #ee802f }
.bg-skype-color { background-color: #ee802f }
.bg-souncloud-color { background-color: #ff3a00 }
.bg-spotify-color { background-color: #81b71a }
.bg-tumblr-color { background-color: #35465c }
.bg-twitter-color { background-color: #00aced }
.bg-vimeo-color { background-color: #48b6ed }
.bg-wordpress-color { background-color: #21759b }
.bg-yahoo-color { background-color: #7b0099 }
.bg-yelp-color { background-color: #c30f00 }
.bg-youtube-color { background-color: #b00 }
.bg-stumbleupon-color { background-color: #EB4823 }
