/*
 * Theme Name: TownPress
 * Theme URI: http://demos.volovar.net/townpress.wp/demo
 * Text Domain: townpress
 * Description: Municipality WordPress Theme
 * Version: 1.4.5
 * Author: LSVRthemes
 * Author URI: http://themeforest.net/user/LSVRthemes/portfolio
 * Tags: post-formats, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, four-columns, right-sidebar, responsive-layout
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *//* -----------------------------------------------------------------------------

	This theme is coded with SASS (http://sass-lang.com/).
	If you want to add or override CSS definitions, please use either Custom CSS
	feature in Theme Options, or add your CSS to style.css in child theme.
	Using the child theme is HIGHLY recommended for any type of customization.

----------------------------------------------------------------------------- *//*
 * Bootstrap v3.0.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 .gis-height {
    position: absolute;
    top: 0;
   
    padding-bottom: 20px;
    bottom: 20px;
    padding-left: 20px;
    z-index:9998;
    min-width:1000px;
}

.cmm-toggle {
	display:none !important;
}



.custom-height {
padding-top:7px;
}

.custom-height-2 {
padding-top:5px;
}

.custom-height-3 {
padding-top:0;
position:relative;
top:-20px;
}


.switcher .option a {
    color: #000;
    padding: 3px 5px;
 	width:100%;
 	display:inline-flex;
 	max-height:25px;
 	font-size:13px;
 	line-height:27px;   
}

.switcher .selected a {
    border: 1px solid #CCCCCC;
    background: url(//www.shumen.bg/wp-content/plugins/gtranslate/arrow_down.png) 125px center no-repeat !important;
    color: #666666;
    padding: 3px 5px;
    width: 130px !important;
    height: 22px;
}

.switcher {
	width:142px !important;
	margin-left:10px;
}



.switcher .selected a:hover {
    background: #F0F0F0 url(//www.shumen.bg/wp-content/plugins/gtranslate/arrow_down.png) 146px center no-repeat;
    height: 22px;
}

.header-lang-switcher a, .header-lang-switcher button {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 0px;
    text-align: left;
}



.switcher a img {
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.8;
    width: 20%;
    margin-right: 5px;
}s
@media only screen and (min-width:1371px) {
	.gis-height {
		max-width:1046px;
		min-width:1000px;
	}
}
 
 
@media only screen and (min-width: 1300px) and (max-width:1370px) { 
 .gis-height {
 	
 	max-width: 920px;
 	min-width:900px;
	}

}
@media only screen and (min-width:601px) and (max-width: 1299px) {
.gis-height {
	max-width:875px;
	min-width:865px;
}

}

@media only screen and (max-width:768px) {
	#cmm-main {
		margin-top:53px;
	}
	.cmm-content-container {
    transform: scale(0.85);
    transform-origin: -9% 0;
    filter: blur(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    padding-left:15px;
	}
	.cmm-container .cmm.cmm-theme-default-461836 {
    color: rgba(255, 255, 255, 0.6);
    display: none;
    position: absolute;
    padding: 0 0px;
    background: #FFF;
    color:000 !important;
}
}

