@font-face {
    font-family: 'IkraSlab';
    src: url('../fonts/IkraSlab/IkraSlab.eot');
    src: url('../fonts/IkraSlab/IkraSlab.woff2') format('woff2'),
    url('../fonts/IkraSlab/IkraSlab.woff') format('woff'),
    url('../fonts/IkraSlab/IkraSlab.ttf') format('truetype'),
    url('../fonts/IkraSlab/IkraSlab.svg#IkraSlab') format('svg'),
    url('../fonts/IkraSlab/IkraSlab.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans/PTS55F_W.eot');
    src: local('PT Sans'),
    url('../fonts/PTSans/PTS55F_W.woff') format('woff'),
    url('../fonts/PTSans/PTS55F_W.ttf') format('truetype'),
    url('../fonts/PTSans/PTS55F_W.svg#PTSans-Regular') format('svg');
}

/*@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    src: url('../fonts/PTSans/PTS56F_W.eot');
    src: local('PT Sans Italic'),
    url('../fonts/PTSans/PTS56F_W.woff') format('woff'),
    url('../fonts/PTSans/PTS56F_W.ttf') format('truetype'),
    url('../fonts/PTSans/PTS56F_W.svg#PTSans-Italic') format('svg');}
*/
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans/PTS75F_W.eot');
    font-style: normal;
    font-weight: bold;
    src: local('PT Sans Bold'),
    url('../fonts/PTSans/PTS75F_W.woff') format('woff'),
    url('../fonts/PTSans/PTS75F_W.ttf') format('truetype'),
    url('../fonts/PTSans/PTS75F_W.svg#PTSans-Bold') format('svg');
}

html, body {
    height: 100%;
}
body{
    font-family: "PT Sans";
    color: #030710;
}
.section-landing{
    background: #f3f3f3;
    position: relative;
}
.section-landing .container{
    padding-top: 180px;
}
#section-1{
    background: url('../images/sky.jpg');
    background-size: cover;
}
.landing-one-center{
    padding-top: 100px;
}
@media (min-height: 700px){
    .landing-one-center{
        padding-top: 280px;
    }
}
.landing-one-circle{
    width: 260px;
    height: 260px;
    background: url('../images/logo2.png') center #fbfbfb no-repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto 30px;
}
@media (max-height: 500px){
    .landing-one-circle{
        display: none;
    }
}
#section-1 .contact-line{
    margin-bottom: 20px;
}
#section-1 .contact-line img{
    margin-right: 5px;
}
.article-title{
    font-family: IkraSlab;
    color: #56c8f3;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 40px;
}
@media(min-width: 768px){
    .article-title{
        font-size: 28px;
    }
}
.article-body{
    color: #6f848c;
    font-size: 16px;
}
.article-body p{
    margin: 0 0 15px 0;
}
@media (min-width: 768px){
    .article-body p{
        margin-left: 90px;
    }
}
.article-body li{
    margin-bottom: 30px;
    list-style: none;
    padding-left: 90px;
}
.article-body li:before{
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #d0d0d0;
    float: left;
    margin: 5px 0 0 -66px;
}
.article-body ul{
    margin: 0;
    padding: 0;
}
#section-2{
    background: #f3f3f3 url("../images/circle-2.png")  50% 70% repeat-x;
}
#section-3{
    background: #f3f3f3 url('../images/zigzag-3.png') 50% 60% repeat-x;
}
#section-4{
    background: #f3f3f3 url('../images/shpaly-4.png') 50% 55% repeat-x;
}
#section-5{
    background: #f3f3f3 url('../images/circle-5.png') 50% 75% repeat-x;
}
#section-6{
    background: #f3f3f3 url('../images/house.png') 50% 65% repeat-x;
}
#section-8{
    background: #f3f3f3 url('../images/house.png') 50% 10% repeat-x;
}
.navbar-nav .first{
    display: none;
}
.first-slider-body .navbar-header .navbar-brand{
    display: none;
}

.nav > li > a:hover, .nav > li > a:focus{
    background: none;
    text-decoration: underline;
}
.container .nav li.last:after{
    display: none;
}
.first-slider-body .navbar-nav a{
    text-transform: uppercase;
    font-family: 'IkraSlab';
    font-size: 14px;
    color: #00aeef;
}
.first-slider-body .navbar-header .icon-bar{
    background: #56c8f3;
}
.first-slider-body .navbar-right{
    display: none;
}

@media (min-width: 768px) {
    .first-slider-body .navbar-nav {
        margin-top: 25px;
    }
    .first-slider-body .nav > li > a {
        padding: 5px 12px;
    }
    .first-slider-body .nav li:after{
        content: " ";
        width: 3px;
        height: 3px;
        background: #00aeef;
        display: block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        /*float: left;*/
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 200;
    }
}
@media (min-width: 768px) and (min-height: 700px){
    .first-slider-body .navbar-nav {
        margin-top: 120px;
    }
}
@media(min-width: 1200px){
    .first-slider-body .nav > li > a {
        padding: 5px 30px;
    }
}

.other-slider-body .navbar{
    background: #cfcfcd;
}
.other-slider-body .navbar-nav a{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.other-slider-body .navbar-header .icon-bar{
    background: #fff;
}
@media (min-width: 768px) {
    .other-slider-body nav .container {
        padding: 25px 15px;
    }
}
.other-slider-body nav .navbar-right{
    margin: 15px 0;
}
@media (min-width: 768px) and (max-width: 992px){
    .other-slider-body nav .navbar-right{
        margin: -30px 0 0;
    }
}
.other-slider-body nav .navbar-right img{
    margin-right: 8px;
}
@media (min-width: 992px) {
    .other-slider-body .nav li:after{
        content: " ";
        width: 3px;
        height: 3px;
        background: #fff;
        display: block;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 200;
    }
}

.logo-img{
    max-width: 70px;
    margin-top: 5px;
}
@media(min-width: 768px) and (max-width: 992px){
    .navbar-brand{
        display: none;
    }
}
@media(min-width: 1200px){
    .logo-img{
        max-width: 110px;
    }
}

footer{
    position: absolute;
    bottom: 0;
    background: #cfcfcd;
    padding: 25px 0;
    width: 100%;
}
footer img{
    margin-right: 5px;
}
#section-7 .container{
    padding: 0 15px;
}
#map{
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    left: 0;
}
#map_canvas{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    #map_canvas {
        width: 750px;
    }
}
@media (min-width: 992px) {
    #map_canvas {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    #map_canvas {
        width: 1170px;
    }
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}


.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

