/*----- photogallery ----*/
.photo_box {
	float:left;
	margin-bottom:25px;
	width:50%;
	text-align:center;
}
.photo_box img {
	width:250px;
	height:auto;
}
.photo_box a.aprev {
	display:block;
	text-align:center;
}
.photo_box:nth-of-type(2n+1) {
	clear:both;
}
.mosaicflow__column {
  float: left;
}
.mosaicflow__item img {
  display: block;
  width: 100%;
  height: auto;
}
.clearfix.mosaicflow .img-thumbnail {
	border:none;
}
.end_photo_box {
	display:block;
	float:none;
	height:1px;
	clear:both;
}
/*----- end photogallery ----*/
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/RobotoRegular.woff") format("woff"),
        url("../fonts/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.content-nav li,
.sad-color{
    background: #56cded;
    border: none;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
}
.content-nav li{
    display: inline-block;
    margin: 0 15px 15px 0;
}
.panel{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel-soo{
    border: none;
}
.panel-soo .panel-heading{
    background: #56cded;
    border: none;
    border-radius: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
}
.panel-soo .list-group-item{
    border-bottom: 1px solid #ddd !important;
    color: #343434;
    border-radius: 0 !important;
}
.content-nav li a,
.sad-color a{
    color: #fff !important;
    font-family: "RobotoRegular", sans-serif;
    font-size: 16px;
    text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
}
a.vsv{
margin-top: 8px;
color: #000 !important;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.navbar-nav li:nth-child(1) a{
    height: 50px;
}
.navbar-nav li:nth-child(1) a .home{
    margin-left: 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-nav li a:hover, .navbar-nav li a:focus, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus,
.content-nav li a:hover, .content-nav li a:focus {
    background: #3ea7c3 !important;
}

h1, h2, h3, h4, h5, h6{
    color: #56cded;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff !important;
}
.navbar-default .navbar-toggle{
    border-color: #fff !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #3ea7c3;
}
section.menu, section.news, section.contact, .blog-main, .divheader{
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}
.divheader{
    margin-left: 15px;
    width: 99%;
}
.linkblock{
    width: 955px;
}
.news-list{
    width: 100%;
    min-height: 1px;
    display: block;
}

.thumbnail-news{
    border: none;
    border-radius: 0;
}
.thumbnail-news h3{
    font-size: 24px;
    color: #56cded;
    text-align: center;
}
.thumbnail-news p{
    text-align: center;
    color: #666;
    font-style: italic;
    padding-bottom: 10px;
}
.thumbnail-news a{
    color: #56cded;
    font-size: 12px !important;
}

.contact-icon{
    color: #56cded;
    font-size: 36px;
}
section.contact a{
    top: 10px !important;
    position: relative;
    color: #343434;
}
section.contact .panel-body{
    padding-top: 25px !important;
}

.blog-main{
    padding-bottom: 50px;
    margin-bottom: 20px;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-top: 20px;
}
.no-padding.col-sm-8, .no-padding.col-md-9{
    padding-left: 0px !important;
    padding-right: 0px  !important;
}
.container{
    padding-top: 30px !important;
}
.container.nav, .container.footer{
    padding-top: 0px !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 287px;
    background: #ebebeb;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 287px;
    background-color: #393939;

}
#footer p{
    color: #eee;
    padding-top: 20px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}
.container .text-muted {
    margin: 20px 0;
}

#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

section.link{
    background: #56cded;
    padding-bottom: 25px;
}
div.news-list img.preview_picture{
    margin: 0 10px 5px 0 !important;
}
.news-date-time{
    color: #393939 !important;
}
.news-list a{
    color: #56cded;
}
.news-item{
    text-align: justify;
}
.pagination > .active > span{
    background: #56cded;
    border-color: #56cded;
}
.pagination a{
    color:#56cded !important;
}
.pagination > .active:hover > span{
    background: #3ea7c3;
    border-color: #3ea7c3;
}
.logo-sm{
    position: absolute;
    margin-top: -180px;
    margin-left: 40px;
    width: 400px;
    font-size: 16px;
    color: #393939;
    font-style: italic;
}
.logo-lg{
    position: absolute;
    margin-top: -130px;
    margin-left: 40px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(198, 76, 76, 1);text-shadow: #56cded 1px 0px, #56cded 1px 1px, #56cded 0px 1px, #56cded -1px 1px, #56cded -1px 0px, #56cded -1px -1px, #56cded 0px -1px, #56cded 1px -1px;
}
.breadcrumb a{
    color: #56cded;
}
@media (min-width: 360px) and (max-width: 768px){
    .logo-sm{
        position: relative;
        margin-top: 1px;
        margin-left: 20px;
        font-size: 16px;
        color: #393939;
        font-style: italic;
        width: auto !important;
    }
    .logo-lg{
        position: relative;
        margin-top: 1px;
        margin-left: 20px;
        font-weight: bold;
        color: #fff;
        text-shadow: 0px 0px 2px rgba(198, 76, 76, 1);text-shadow: #56cded 1px 0px, #56cded 1px 1px, #56cded 0px 1px, #56cded -1px 1px, #56cded -1px 0px, #56cded -1px -1px, #56cded 0px -1px, #56cded 1px -1px;
    }

    .lvltop a img{
        float: left;
        padding: 5px;
    }
    #footer{
        height: 600px;
    }
    body {
    /* Margin bottom by footer height */
    margin-bottom: 600px;
}
#footer p{
    padding: 0 15px;
    text-align: center;
    width: 100% !important;
}
    
}