/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

body {
	margin-top:30px;
}

.container-popup {
	max-width:740px;
}

body.nospace {
	margin-top:20px;
}

select option {
	color:black;
}

.placeholder {
    color: #aaa;
}

option {
	padding:3px;
}

#favicon {
    display:block;
    width:18px;
    height:18px;
    background-image:url('../img/fav.png');
}

.spacer {
    display:block;
    clear:both;
}

.spacer-small {
    height:10px;
}

.top-space {
    margin-top:15px;
}

.top-space-small {
    margin-top:5px;
}

.top-space-large {
    margin-top:30px;
}

.top-space-false {
    margin-top:0;
}

.bottom-space {
    margin-bottom:15px;
}

.bottom-space-small {
    margin-bottom:5px;
}

.bottom-space-large {
    margin-bottom:30px;
}

.bottom-space-false {
    margin-bottom:0;
}

.spacer-large {
    height:20px;
}

.nav-stacked li.active {
    margin-bottom:10px;
}

.nav-stacked li a {
    padding:3px 10px;
}

.nav-stacked li.active a {
    padding:5px 10px;
}

.overlay {
	background-image:url(../img/overlay.png);
}

h1 {
    margin:0 0 15px 0;
    font-size:24px;
}

h2 {
    margin:0 0 15px 0;
    font-size:20px;
}

select option[default] {
    color: red;
}

#footer-container {
    border-top:4px solid #428BCA;
    background-color:whitesmoke;
    padding:10px 0;
}

.gdpr {
    font-weight: normal;
}

.gdpr .help-block {
    color: #0b0b0b;
    font-weight: normal;
    font-size: 14px;
}

.gdpr.has-error .help-block {
    color: #a94442;
    font-size: 14px;
}

.gdpr td {
    vertical-align: top;
}

.gdpr td:first-child {
    padding-right: 10px;
    padding-top: 3px;
}

/* Extra small devices (phones, 768px) */
@media (max-width: 768px) {
    /*#favicon {
        background-color:orange;
    }*/
    #object-list-sorting {
        margin-top:15px;
        float:left !important;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /*#favicon {
        background-color:red;
    }*/
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /*#favicon {
        background-color:green;
    }*/
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /*#favicon {
        background-color:blue;
    }*/
}

/* video-container */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width:0;
}

/* // video-container */

/* langicon */

.langicon {
	position: relative;
	top: 1px;
	display: inline-block;
	height:14px;
	width:21px;
	margin-right:2px;
}

.langicon-lv {
	background-image:url('../img/lang_lv.png');
}

.langicon-ru {
	background-image:url('../img/lang_ru.png');
}

.langicon-en {
	background-image:url('../img/lang_en.png');
}

/* // langicon */

/* addthis */

#addthis {
	/*width:148px;*/
	width:184px;
	height:32px;
}

.city_button_rss {
	float:right;
	display:block;
	width:32px;
	height:32px;
	background-image:url('../img/rss_32.png');
}

/* // addthis */

/* print */
.visible-print {
	display:none;
}
@page
    {
        size: auto;   /* auto is the current printer page size */
        margin: 5mm 10mm;  /* this affects the margin in the printer settings */
    }
@media print
{
	.visible-print, .visible-print *
    {
        display: block;
    }
    .no-print, .no-print *
    {
        display: none !important;
    }

    a[href]:after {
    	content: none;
  	}

}

/* // print */

/* ajax forms */

.ajax-loader {
	display:none;
}

/* // ajax forms */

/* ads-collection */

.ads-collection img {
	max-width:100%;
	height:auto;
}

/* ads-collection */

.navbar-brand {
	font-size:1em;
	padding-right:0;
}

.navbar-default .navbar-brand {
	color:#cc0000;
}

.navbar-inline {
    padding-left: 10px;
}

.navbar-inline li {
    display: inline-block;
}

.toggle-mobile {
	display:none;
}

.cc_container {
	background: #efefef !important;
}

.cc_container .cc_message {
    margin-top: 0 !important;
}

.cc_container .cc_btn {
	background-color: #337ab7 !important;
  color: #fff !important;
}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #286090 !important;
}

.navbar-fav {
    width: 20px;
    height: 18px;
    position: relative;
    float: right;
    background: transparent url('/fileadmin/templates/_common/img/heart.svg') no-repeat left top;
    margin: 16px 5px 0 0;
}

.mobile-search {
    display: none;
}

.white-link,
.white-link:hover,
.white-link:active {
    color: white;
    text-decoration: none;
}
