/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-image: url(../img/map-image.png);
    background-color: #000;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h2,
h3,
h4
 {
    color: #fff;
    text-align: center;
}

h3 .wrap {
    color: #fff;
    overflow: hidden;
    float: left;
    font-style: normal;
    display: block;
    padding-right: 10px;
}


h3 span {
    overflow: hidden;
    display: block;
    background: url(../img/head_sep.png) 0 bottom repeat-x;
    height: 4px;
    padding-top: 19px;
}

h3.left {
    color: #fff;
    text-align: left;
}

h5 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

p {
  text-align: justify;
  color: #fff;
}

.row {
    margin-top: 40px;
}

.pad {
    padding-left:30px;
}

.box {
    padding: 10px;
    border: 1px dashed white;
    color: #fff;
    text-align: justify;
}

.table {
    width: 500px;
    color: #fff;
}

.img-responsive {
    width: 350px;
    height: 250px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #777;
    padding: 5px;
}

.img-service {
    width: 210px;
    height: 182px;
    border-radius: 4px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #777;
    padding: 5px;
}

.img-service1 {
    width: 500px;
    height: 300px;
    border-radius: 4px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #777;
    padding: 5px;
}

.img-service2 {
    width: 300px;
    height: 500px;
    border-radius: 4px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #777;
    padding: 5px;
}

.img-service3 {
    width: 600px;
    height: 350px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@media(max-width:767px) {
    .img-service1,
    .img-service2,
    .img-service3 {
        max-width: 100%;
        margin-top: auto;
    }
}

/* Navigation Menu */

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}

.logo {
    width: 130px;
    height: 50px;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #000;
    }

    .navbar-default .navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

/* Sidebar Menu */

.col-md-2,
.sidebar {
    color: #fff;
}

@media(max-width: 980px) {
    #sidebar {
        display: none;
    }
}

@media(max-width: 1200px) {
    #sidebar.affix-top {
        position: fixed;
        margin-top: 30px;
        width: 165px;
    }

#sidebar.affix {
        position: fixed;
        top: 70px;
        width: 165px;  
    }
}

/* Footer */

footer {
    background-color: transparent;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
}

.footer-menu-divider {
    color: #fff;
}

p.copyright {
    padding-top: 10px;
    text-align: center;
}