/* CSS Document */

/* Large desktop - BROWSER SIZE 1 */
@media only screen and (min-width: 1200px) and (max-width: 5000px) { /* crank up to 5000px to support high res monitors and TV's */

	.pm-mobile-menu-overlay, .pm-mobile-global-menu {
		display:none;	
	}
	.header-fixed {
		display:none;
	}
}

/* Portrait tablet to landscape and desktop - BROWSER SIZE 2 */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.pm-mobile-menu-overlay, .pm-mobile-global-menu {
		display:none;	
	}
	.header-fixed {
		display:none;
	}
	.navbar-collapse {
		padding: 0px 0px 0px 0px;
	}
	.sf-menu a {
		padding: 0px 30px;
	}
	.pm-header-poehali-v-tulu {
		background-size: 100% auto;
		width: 445px;
	}
	.footer-phone a {
		font-size: 28px;
	}
	
}

/* Landscape phone to portrait tablet - BROWSER SIZE 3 */
@media only screen and (min-width: 767px) and (max-width: 991px) {
	.pm-mobile-menu-overlay, .pm-mobile-global-menu {
		display:none;	
	}
	.header-fixed {
		display:none;
	}
	header {
		height: auto;
	}
	.pm-header-poehali-v-tulu {
		background-size: 100% auto;
		width: 365px;
	}
	.phone-top a {
		font-size: 21px;
		font-weight: 600;
	}
	
	.call-top a {
		font-size: 18px;
	}
	
	.navbar-collapse {
		padding: 0px 0px 0px 0px;
	}
	.sf-menu a {
		padding: 0px 21px;
		font-size: 16px;
	}
	
	.list-cat-cap {
		font-size: 20px;
		line-height: 22px;
	}
	.list-cat-cap span {
		font-size: 15px;
		font-weight: 300;
	}

	.footer-logo {
		float: none;
		text-align: center;
	}
	.footer-caps {
		float: none;
		text-align: center;
		margin-left: 0px;
		margin-top: 10px;
	}
	.footer-caps .fs28 {
		font-size: 24px;
		font-weight: 600;
	}
	
	.footer-phone a {
		font-size: 21px;
	}
	
}

/* All Mobile Sizes (devices and browser) - BROWSER SIZE 4 */
@media only screen and (max-width: 767px) {
	header {
		height: auto;
		padding-top: 20px;
	}
	.pm-header-logo-container {
		margin-top: 0px;
		margin-left: 0;
		float: left;
		text-align: left;
		width: 30%;
	}

	.phone-top {
		margin-top: 25px;
		text-align: left;
		font-size: 22px;
		background-position: left center;
	}
	
	.phone-top span {
		font-weight: normal;
		font-size: 16px;
		vertical-align: middle;
		display: block;
	}
	.address-top {
		margin-top: 6px;
		font-size: 15px;
	}
	.address-top span {
		font-weight: normal;
		font-size: 14px;
	}
	.pm-main-menu {
		clear: both;
	}
	
	/* Collapse navigation to mobile format */
	.pm-mobile-global-menu {
		padding-top: 0px;
	}
	
	.pm-main-menu {
		padding:20px 0 0 !important;
		display:none;
	}
	
	.pm-nav {
		width:100%;
		overflow:hidden;	
	}
	
	.pm-nav li {
		clear:left;
		width:100%;	
	}
	
	.sf-menu ul {
		position:relative !important;
		overflow:hidden !important;	
	}
	
	.pm-main-menu {
		clear: both;
		padding: 0 !important;
	}
	.sf-menu li {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ffffff;
		
	}
	.sf-menu li:first-child {
		border-left: none;
		border-top: 1px solid #ffffff;
	}
	.sf-menu a {
		color: #ffffff;
		 border: none;
		padding: 8px 0px;
		line-height: 17px;
		height: auto;
		text-decoration: none;
		zoom: 1;
		color: #FFFFFF;
		font-size: 16px;
		background: #2c4a78;
		text-transform: none;
		padding-left: 20px!important;
	}
	.sf-menu li:hover,
	.sf-menu li.sfHover {
		
	}
	.sf-menu a:hover {
		
	}
	.sf-menu li:hover a,
	.sf-menu li.sfHover a {
		color: #ffffff;
		background: #5cc92a;
	}

	.pm-mobile-global-menu .left-menu li {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ffffff;
		margin: 0;
	}
	.pm-mobile-global-menu .left-menu li:first-child {
		border-left: none;
		border-top: 3px solid #ffffff;
	}
	.pm-mobile-global-menu .left-menu a {
		border: 0px;
		padding: 8px 0px;
		text-decoration: none;
		zoom: 1;
		color: #FFFFFF;
		font-size: 16px;
		background: #2c4a78;
		text-transform: none;
		text-align: left;
		line-height: 17px;
		font-weight: normal;
		height: auto;
		border-radius: 0px;
		padding-left: 20px!important;
	}
	.pm-mobile-global-menu .left-menu.green li a {
		background-color: #2c4a78;
	}
		
	.sf-menu ul {
		border-bottom: none;
		border-top: 1px solid #ffffff;
		left: 0px; 
		display: block!important;
		padding: 0px;
	}
	.sf-menu ul li:before {
		top: 13px;
	}
	.sf-menu ul li a {
		padding-left: 30px!important;
	}
	/* Collapse navigation to mobile format end */
	
	
	.footer-phone {
		text-align: center;
		margin-top: 15px;
	}
	.box-modal {
		position: relative;
		width: 100%;
	}
	.arcticmodal-container_i {
		width: 100%;
	}
	h1, .h1 {
		text-align: center;
	}
	h2, .h2 {
		text-align: center;
	}
	h3 {
		text-align: center;
	}
	h4 {
		text-align: center;
	}
	.footer-top .pm-containerPadding-top-30 {
		padding-top: 0;
	}
	.columnContainer .row [class*="col-"] {
		padding-bottom: 0px;
	}
}

/* Landscape phones and down - BROWSER SIZE 5 */
@media (max-width: 480px) {
	
	header {
		height: auto;
		padding-top: 10px;
	}
	
	.pm-header-logo {
		margin: 0 auto;
	}
	
}

/* iphone portrait mode - BROWSER SIZE 6 */
@media (max-width: 320px) {
	header {
		height: auto;
		padding-top: 40px;
	}

	.pm-header-logo {
		margin: 0 auto;
	}
	
}