@media only screen and (max-width: 1199px) {
	.sigFreeLink {
		width: 480px !important;
		height: 350px !important;
	}
	
	img.sigFreeImg {
		width: 480px !important;
		height: 350px !important;
	}
	
	.dealer-map iframe {
		width: 630px;
	}
	
	.contact-map iframe {
		width: 940px;
	}
}

@media only screen and (max-width: 991px) {
	.header-container {
		position: fixed;
	}
	#menu-icon{display:inline-block !important;transform:scale(0.30);margin-top:-50px;margin-right:-50px;}
	ul.nav {display: none;}
	ul.nav {margin-top: 100px !important; z-index: 100; position: absolute; background-color: #000; width: 100%; text-align: center;}
	ul.nav li, .ul li a.fa {float: initial !important; display: block !important; padding: 20px 0; margin: 0 !important; font-size: 16px !important;}
	nav:hover ul.nav {display:block;margin-top:40px;}
	
	.home-slider {
		background-attachment: initial !important;
		background-position: center !important;
	}
	
	.home-top p {
		padding: 25px 100px !important;
	}
	
	.readmore a {
		padding: 10px 20px !important;
		border: 1px solid #ff0000;
		border-radius: 0;
	}
	
	.ofirmie-slider {
		background-attachment: initial !important;
		background-position: center !important;
	}
	
	.sigFreeLink {
		width: 370px !important;
		height: 250px !important;
	}
	
	img.sigFreeImg {
		width: 370px !important;
		height: 250px !important;
	}
	
	.dealerzy-slider {
		background-attachment: initial !important;
		background-position: center !important;
	}
	
	.dealer {
		text-align: center;
	}
	
	.dealer p {
		padding: 0 !important;
		font-size: 18px !important;
	}
	
	.dealer-map iframe {
		width: 720px;
		margin-top: 50px;
	}
	
	.contact-slider {
		background-attachment: initial !important;
		background-position: center !important;
	}
	
	.contact-adress {
		margin: 100px 0;
		padding: 0 !important;
		text-align: center;
	}
	
	.contact-adress h2 {
		font-size: 24px !important;
	}
	
	.contact-adress p {
		font-size: 18px !important;
	}
	
	.contact-map iframe {
		width: 720px;
	}
}

@media only screen and (max-width:767px) {
	.header-container {
		height: 61px !important;
	}
	
	.header-nav {
		height: 60px !important;
	}
	
	ul.nav {
		margin-top: 60px !important;
	}
	
	.header-logo img {
		margin-top: 8px !important;
	}
	
	.published time {
		font-size: 16px !important;
		padding-left: 15px;
	}
	
	.pagination {
		padding-right: 15px !important;
	}
	
	.pagination p.counter.pull-right {
		width: 100%;
		text-align: center;
	}
	
	.pagination ul {
		width: 100%;
		padding: 0 !important;
		text-align: center !important;
	}
	
	.pagination ul li {
		margin-top: 30px !important;
		display: block !important;
	}
	
	.item-page p:last-child {
		padding: 15px !important;
	}
	
	.item-page p img {
		padding-left: 0;
		margin: 0 !important;
		max-width: 93vw !important;
	}
	
	.home-top p {
		padding: 25px 50px !important;
	}
	
	.page-header {
		padding: 0 15px;
	}
	
	.items-leading p {
		font-size: 20px !important;
		padding: 0 20px !important;
	}
	
	.item-image {
		max-width: 93vw !important;
	}
	
	.item-image img {
		padding: 0 15px;
		padding-bottom: 15px;
		margin: 0 !important;
		max-width: 93vw !important;
	}
	
	.span6 {
		padding: 0;
	}
	
	.span6 p {
		font-size: 20px !important;
	}
	
	.readmore a {
		font-size: 16px !important;
	}
	
	.footer .copyrights, .footer .contact {
		text-align: center !important;
		font-size: 18px !important;
	}
	
	.sigFreeLink {
		width: 93vw !important;
		padding-left: 15px !important;
	}
	
	img.sigFreeImg {
		width: 93vw !important;
	}
	
	.dealer-map iframe {
		width: 93vw !important;
	}
	
	.contact-form-cell .btn {
		width: 100% !important;
	}
	
	.contact-adress h2 {
		margin-top: 25px !important;
	}
	
	.contact-map iframe {
		width: 93vw !important;
	}
}

/*--------------------------------- GŁÓWNA ----------------------------------*/

::-moz-selection {
    text-shadow: none;
    background-color: #ff0000;
    color: #fff;
}

::selection {
    text-shadow: none;
    background-color: #ff0000;
    color: #fff;
}

body {
	margin-left: 0 auto;
	margin-right: 0 auto;
	background: #000;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

a:focus, a:active {
	text-decoration: none !important;
	outline: 0 !important;
	color: inherit !important;
}

.container-fluid, .container {
	padding: 0;
}

.header-container {
	background-color: #232324;
	height: 101px;
	width: 100%;
	border-bottom: 1px solid #aaa;
	z-index: 999;
}

.header-logo img {
	margin-top: 20px;
}

.header-nav {
	background: url('../images/topbarv2.png') no-repeat left top #222;
	height: 100px;
}

.header-nav ul {
	float: right;
	margin-bottom: 0px;
}

.header-nav ul li {
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 39px 10px;
	float: left;
}

.header-nav ul li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
}

.header-nav ul.nav li a:hover,.header-nav ul.nav li a:focus {
	color: #ff0000;
	background: initial;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
}

.header-nav ul.nav li.active {
	border-bottom: 2px solid #ff0000;
}

#menu-icon {
	background: url('/goapr/templates/goapr/images/menu-icon.png') no-repeat center;
	display: none;
	width: 164px;
	height: 164px;
	float: right;
}

.header-nav ul li a.fa {
	font-size: 14px;
	margin-top: 3px;
}

.header-nav ul li a.fa:hover {
	color: #3B5998;
}

.home-slider-bg {
	background: #000;
}

.home-slider {
	background-image: url('../images/apr2.jpg') ;
	background-attachment: fixed;
	background-position: center top;
	background-color: #404040;
	height: 40vh;
	padding: 0;
}

.home-top {
	border-bottom: 1px solid #ff0000;
}

.home-top h1 {
	background: url('../images/home-topinfo.png') right no-repeat;
	background-size: auto 100%;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 30px;
	margin: 0;
}

.home-top p {
	padding: 25px 200px;
	line-height: 25px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	background: #232324;
	margin: 0;
}

.footer {
	background: #232324;
	border-top: 1px solid #aaa;
	color: #aaa;
	padding: 15px 0;
}

.footer .contact {
	text-align: right;
}

.items-leading {
	margin-bottom: 15px;
	padding-bottom: 38px;
	border-bottom: 1px solid #ff0000;
}

.items-leading p,.span6 p {
	color: #aaa;
	padding: 0 50px;
	font-size: 16px;
	font-weight: 300;
}

.span6 {
	margin-top: 100px;
}

.item-page {
	margin-top: 50px;
	margin-bottom: 100px;
}

.item-page>.page-header:nth-child(1) {
	display:none;
}

.item-image img {
	width: 400px;
	margin: 0 50px;
}

.item-page p {
	font-size: 16px;
	font-weight: 300;
	padding: 0 50px;
}

.item-page ul {
	padding-left: 65px;
}

.item-page li {
	font-size: 16px;
	font-weight: 300;
} 

.nav > li > a {
	padding: 0 !important;
}

.page-header {
	margin-bottom: 20px !important;
	border-bottom: 1px dotted #ff0000;
	border-bottom-width: medium;
}

.page-header h2 a {
	color: #fff;
	font-size: 26px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
}

.page-header h2 a:hover {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
}

.article-info {
	margin-top: -10px;
	margin-bottom: 30px;
}

.article-info time {
	color: #aaa;
	font-size: 14px;
}

.readmore {
	text-align: right;
	margin-bottom: 0;
}

.readmore a {
	color: #fff;
	margin-top: 20px;
	padding: 5px 10px;
	border: 1px solid #ff0000;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
}

.readmore a:hover,.readmore a:focus {
	color: #ff0000;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
}

.pagination {
	margin-top: 100px;
	padding-right: 65px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 12px;
}

.pagination ul li {
	display: inline-block;
	margin: 0 10px;
	color: #aaa;
	float: left;
}

.pagination ul li a {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #ff0000;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
}

.pagination ul li a:hover {
	color: #ff0000;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
}

.pagination ul li span {
	padding: 5px 10px;
	border: 1px solid #ff0000;
	border-radius: 0;
}

.pagination p.counter {
	font-size: 14px;
	text-transform: initial;
}

.ofirmie-slider-bg {
	background: #000;
}

.ofirmie-slider {
	background-image: url('../images/apr4.jpg') ;
	background-attachment: fixed;
	background-position: center top;
	background-color: #404040;
	height: 40vh;
	padding: 0;
}

.contact-slider-bg {
	background: #000;
}

.contact-slider {
	background-image: url('../images/apr1.jpg') ;
	background-attachment: fixed;
	background-position: center top;
	background-color: #404040;
	height: 40vh;
	padding: 0;
}

.contact-form {
	margin: 100px 0;
}

.contact-form-cell .name, .contact-form-cell .email, .contact-form-cell .phone, .contact-form-cell .select {
	width: 100%;
	height: 45px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;	
	background-color: #000;
	border-shadow: none;
	outline: none;
	color: #a9a9a9;
	border: 1px solid #a9a9a9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.contact-form-cell .message {
	width: 100%;
	height: 84px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;	
	background: transparent;
	border-shadow: none;
	outline: none;
	color: #a9a9a9;
	border: 1px solid #a9a9a9;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
	resize: none;
    line-height: 1.5;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.contact-form-cell .btn {
	height: 50px;
	width: 200px;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	float: right;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.contact-form-cell .btn:hover, .contact-form-cell .btn:focus {
    background: #fff;
	color: #000;
	border: 1px solid #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.contact-form-cell .name:hover, .contact-form-cell .name:focus, .contact-form-cell .email:hover, .contact-form-cell .email:focus, .contact-form-cell .phone:hover, .contact-form-cell .phone:focus, .contact-form-cell .message:hover, .contact-form-cell .message:focus, .contact-form-cell .select:hover, .contact-form-cell .select:focus {
	border: 1px solid #ff0000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.contact-adress {
	padding-left: 50px;
}

.contact-adress h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
}

.contact-adress p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	padding: 0;
}

.contact-adress a {
	color: #fff;
	text-decoration: none;
}

.contact-adress a:hover, .contact-adress a:focus {
	color: #fff;
	text-decoration: none;
}

.contact-map {
	margin-top: 50px;
}

.sigplus-gallery ul {
	visibility: initial !important;
}

.dealerzy-slider-bg {
	background: #000;
}

.dealerzy-slider {
	background-image: url('../images/apr3.jpg') ;
	background-attachment: fixed;
	background-position: center top;
	background-color: #404040;
	height: 40vh;
	padding: 0;
}

.dealerzy-row {
	padding: 50px 0;
}

.dealerzy-row:first-child {
	border-bottom: 1px dotted #ff0000;
}

.dealer h2 {
	margin-top: 0;
}

.dealer h3 {
	margin-top: 50px;
}

.dealer p {
	padding-left: 0;
}

.dealer a {
	color: #fff;
	text-decoration: none;
}

.dealer a:hover, .dealer a:focus {
	color: #fff;
	text-decoration: none;
}

.row {
	margin-left: 0;
	margin-right: 0;
}