body {
	font-size: 14px;
	font-family: open_sansregular;
	font-weight: normal;
	font-style: normal;
	color: #666;
	background: white;
}

.top {
	height: 40px;
	background: #162983;
}

.top p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: open_sansbold;
	font-weight: normal;
	font-style: normal;
	color: white;
	text-align: center;
	line-height: 40px;
}

.top a {
	background: #009976;
	color: white;
	padding: 5px 10px;
	text-shadow: none;
	margin-left: 10px;
}

.navbar {
	background: white;
	height: 190px;
}

.navbar .nav {
	margin-top: 55px;
	transition: all 0.3s;
}

.navbar .nav > li > a {
	font-size: 16px;
	color: #333;
	padding: 8px 10px;
	margin-left: 5px;
	transition: all 0.3s;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > .open > a:hover,
.navbar .nav > .open > a:focus,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .open > a,
.navbar .nav > .active > a {
	background: #162983;
	color: white;
	text-shadow: none;
}

header {
	height: 60vh;
	min-height: 480px;
	background: url(../img/homebg.jpg) no-repeat;
	background-size: auto;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 190px;
	overflow: hidden;
}

header .swiper-container {
	width: 100%;
	height: 100%;
}

header .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

header h2 {
	margin: 0px;
	color: white;
	text-align: center;
	padding: 30px;
	background: #162983cf;
	margin: 30px;
}

header .row {
	position: absolute;
	bottom: 30px;
	z-index: 100;
}

header .box {
	width: 100%;
	padding: 30px;
	background: #162983;
	color: white;
}

header .box h2 {
	font-family: antoniolight;
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	margin: 0;
}

header .box p {
	margin: 27px 0;
	padding: 0;
}

header .box a {
	transition: all 0.2s;
}

header .box a:hover {
	opacity: 0.7;
}

header .box2 {
	background: #d64227;
}

header .box3 {
	background: #009976;
}

.stellar {
	background: url(../img/stellar.jpg) top no-repeat;
	height: 524px;
	text-align: center;
	color: white;
}

.stellar .container {
	height: 524px;
	background: url(../img/dzieciaki.png) bottom no-repeat;
}

.stellar h2 {
	font-family: antoniolight;
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	margin: 60px 0 30px;
}

.title h2,
.title h1 {
	font-family: antoniolight;
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	color: #162983;
	margin: 30px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.title .hr {
	width: 30px;
	height: 3px;
	background: #162983;
	border-radius: 1px;
	float: left;
	margin: -32px 0 0;
}

.news {
	padding-top: 30px;
	padding-bottom: 30px;
}

.news .media {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.news .media-left {
	padding-right: 30px;
}

.news .media-left img {
	border-radius: 4px;
}

.news .media-body {
	vertical-align: middle;
}

.news .media-body h4 a {
	font-size: 24px;
	color: #162983;
	font-family: antoniolight;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

.news .media-body p {
	margin: 0;
}

.btn-primary {
	padding: 1em 2em;
	border-radius: 0 !important;
	background-image: none !important;
	background-color: #162983 !important;
	color: white !important;
	border: 0;
	transition: all 0.2s;
	outline: none !important;
}

.btn-primary:hover {
	background-color: #7a1b53 !important;
}

.btn-primary:focus {
	background-color: #7a1b53 !important;
}

.btn-primary:focus:hover {
	background-color: #7a1b53 !important;
}

.sponsorzy .row {
	display: flex;
	flex-flow: row wrap;
}

.sponsorzy .row .col-md-2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

footer {
	/* min-height: 108px; */
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 30px;
	background: #000;
	display: flex;
	align-items: center;
}

footer span {
	color: white;
}

.madeby {
	float: right;
}

.madeby small {
	font-size: 10px;
	color: white;
}

.sub {
	background: url(../img/subbg.jpg) 0 190px no-repeat;
	padding-top: 190px;
}

.sub aside {
	margin-top: 30px;
	padding-right: 0;
}

.sub aside .inner {
	background: #162983;
	float: left;
	width: 100%;
}

.sub aside h4 {
	color: white;
	font-size: 18px;
	font-family: antoniolight;
	font-weight: normal;
	font-style: normal;
	padding: 15px 15px 10px;
	line-height: 1.3em;
	background: #162983;
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}

.sub aside h4 .triangle {
	height: 0;
	width: 0;
	border: 12px solid transparent;
	border-right: 12px solid white;
	position: absolute;
	top: 12px;
	right: 0;
}

.sub aside .nav {
	float: left;
	width: 100%;
}

.sub aside .nav a {
	color: white;
	font-size: 18px;
	font-family: antoniolight;
	font-weight: normal;
	font-style: normal;
	padding: 15px 15px 10px;
	transition: all 0.2s;
}

.sub aside .nav .active > a,
.sub aside .nav a:hover,
.sub aside .nav a:focus {
	background: #162983;
}

.sub article {
	margin-top: 30px;
	padding-left: 0;
}

.sub article .inner {
	background: white;
	float: left;
	width: 100%;
	padding: 30px;
}

.sub article .inner .title h1 {
	margin-top: 0;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: antoniolight;
	font-weight: normal;
	font-style: normal;
	color: #162983;
	margin: 30px 0 15px;
	line-height: 1.2;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 17px;
}

a {
	color: #162983;
	transition: all 0.2s;
}

a:hover {
	text-decoration: none;
	color: #ca1b19;
}

.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 1000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}

.fb_slider_right:hover {
	right: 0;
	height: 100%;
}

.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: white;
}

.download {
	float: left;
}

.download ul {
	margin: 0;
	padding: 0;
}

.download .plik {
	display: none;
	color: #fff;
}

.download a:hover {
	text-decoration: none;
}

.type_text .plik {
	display: inline;
}

.type_icons li {
	list-style: none !important;
}

.type_icons a {
	text-decoration: none !important;
	padding: 1px 0 2px 27px;
	background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
	background-position: 0 3px !important;
}

.type_icons .pdf {
	background: url(../img/modules/download/acrobat.png) 0 0 no-repeat;
}

.type_icons .swf {
	background: url(../img/modules/download/flash.png) 0 0 no-repeat;
}

.type_icons .txt,
.rtf {
	background: url(../img/modules/download/text.png) 0 0 no-repeat;
}

.type_icons .doc,
.type_icons .docx,
.type_icons .odf,
.type_icons .ott,
.type_icons .sxw,
.type_icons .stw {
	background: url(../img/modules/download/word.png) 0 0 no-repeat;
}

.type_icons .jpg,
.type_icons .jpe,
.type_icons .jfif,
.type_icons .png,
.type_icons .jpeg,
.type_icons .gif,
.type_icons .tif,
.type_icons .tiff,
.type_icons .ico,
.type_icons .bmp,
.type_icons .raw,
.type_icons .dcs {
	background: url(../img/modules/download/picture.png) 0 0 no-repeat;
}

.type_icons .flv,
.type_icons .mov,
.type_icons .mpeg,
.type_icons .avi,
.type_icons .divx {
	background: url(../img/modules/download/movie.png) 0 0 no-repeat;
}

.type_icons .ods,
.type_icons .sxc,
.type_icons .xls,
.type_icons .xlt {
	background: url(../img/modules/download/excel.png) 0 0 no-repeat;
}

.type_icons .odg,
.type_icons .sxd,
.type_icons .psd {
	background: url(../img/modules/download/paint.png) 0 0 no-repeat;
}

.type_icons .cdr,
.type_icons .ai {
	background: url(../img/modules/download/vector.png) 0 0 no-repeat;
}

.type_icons .php,
.type_icons .html,
.type_icons .css,
.type_icons .js,
.type_icons .less,
.type_icons .asp,
.type_icons .c {
	background: url(../img/modules/download/code.png) 0 0 no-repeat;
}

.type_icons .sql,
.type_icons .db,
.type_icons .dbf,
.type_icons .dbk {
	background: url(../img/modules/download/database.png) 0 0 no-repeat;
}

.type_icons .zip,
.type_icons .tar,
.type_icons .gz,
.type_icons .gzip,
.type_icons .rar {
	background: url(../img/modules/download/zip.png) 0 0 no-repeat;
}

.type_icons .rb {
	background: url(../img/modules/download/ruby.png) 0 0 no-repeat;
}

.type_icons .as {
	background: url(../img/modules/download/actionscript.png) 0 0 no-repeat;
}

.type_icons .cf {
	background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat;
}

.type_icons .odp,
.type_icons .sxi,
.type_icons .ppt {
	background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat;
}

.type_icons .iso,
.type_icons .nrg {
	background: url(../img/modules/download/dvd.png) 0 0 no-repeat;
}

form .alert {
	display: none;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 0;
}

form * {
	border-radius: 0 !important;
}

.map iframe {
	width: 100%;
}

form label {
	font-weight: normal;
}

.form {
	margin-bottom: 1.5em;
}

.forform {
	margin-top: 1em;
}

#pages {
	margin: 0 0 15px;
}

.jPaginate {
	height: 34px;
	position: relative;
	color: #a5a5a5;
	font-size: small;
	width: 100%;
}

.jPaginate a {
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0 10px !important;
	margin: 0 2px;
	float: left;
	text-decoration: none !important;
}

.jPag-control-back {
	position: absolute;
	left: 0;
}

.jPag-control-front {
	position: absolute;
	top: 0;
}

.jPaginate span {
	cursor: pointer;
}

ul.jPag-pages {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.jPag-pages li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

ul.jPag-pages li a {
	float: left;
	padding: 2px 5px;
}

span.jPag-current {
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	margin: 0 2px;
	float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
	height: 34px;
	margin: 0 2px;
	float: left;
	line-height: 26px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
	margin: 2px 0 2px 2px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
	margin: 2px 2px 2px 0;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
	margin: 2px 0 2px 2px;
	font-size: 14px;
	width: 15px;
	text-align: right;
}

span.jPag-snext,
span.jPag-snext-img {
	margin: 2px 2px 2px 0;
	font-size: 14px;
	width: 15px;
	text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
	background: transparent url(../images/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
	background: transparent url(../images/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
	background: transparent url(../images/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
	background: transparent url(../images/snext.png) no-repeat center left;
}

.jPag-last,
.jPag-first {
	line-height: 30px !important;
	font-size: 14px;
}

.navbar-brand {
	padding: 18px 15px;
	transition: all 0.3s;
}

.navbar-brand img {
	height: 110px;
	transition: all 0.3s;
}

.navbar {
	transition: all 0.3s;
}

.affix {
	margin-top: -40px;
	transition: all 0.3s;
	height: 140px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.affix .navbar-brand > img {
	height: 66px;
	transition: all 0.3s;
}

.affix .nav {
	margin-top: 33px;
	transition: all 0.3s;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > .open > a:hover,
.navbar .nav > .open > a:focus,
.navbar .nav > .open > a {
	color: black;
	background-color: #f4f4f4;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > .open > a:hover,
.navbar .nav > .open > a:focus,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > .open > a,
.navbar .nav > .active > a {
	border-radius: 6px;
}

.d-flex {
	display: flex;
	flex-flow: row wrap;
}

.media-heading,
.sub .media-heading {
	margin-top: 5px;
	margin-bottom: 5px;
}

.news-entry {
	margin-bottom: 30px;
}

.newsy {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.absolwenci .main ul {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 30px;
}

.absolwenci .main ul strong {
	font-family: antoniolight;
	font-weight: normal;
	font-style: normal;
	color: #162983;
	font-size: 25px;
	margin: 30px 0 15px;
	line-height: 1.2;
}

.absolwenci .main ul li ul {
	list-style-type: disc;
	padding-left: 2rem;
	display: block;
	margin-top: 10px;
}





/* UPDATE */

[x-cloak] {display: none !important;}

.navbar .nav > li > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.navbar-nav > li > .open,
.navbar-nav .nav-dropdown:hover > ul {
	display: block;
	animation: showDropdown .3s 1 forwards;
}

.navbar-nav .open .open,
.navbar-nav ul .nav-dropdown:hover > ul {
	display: block;
	animation: showNextDropdown .3s 1 forwards;
}


.navbar-nav ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 250px;
	background-color: white;
	box-shadow: 0 10px 30px hsla(0, 0%, 0%, .2);
}

.navbar-nav > li:first-child > ul {
	left: 0;
}

.navbar-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar-nav ul a {
	padding: 10px 15px;
	display: flex;
	font-size: 0.875rem;
	color: #000;
	justify-content: space-between;
	text-decoration: none;
	overflow: hidden;
	line-height: 1.3;
	transition: all .3s ease;
}

.navbar-nav ul a:hover {
	background-color: #e2e2e2;
}

.navbar-nav ul a::after {
	transform: rotate(-90deg);
}

.navbar-nav ul a::before {
	content: '>';
	font-family: monospace;
	font-weight: bold;
	font-size: 1rem;
	width: auto;
	height: auto;
	display: block;
	transform: translateX(0) !important;
	visibility: visible;
	background: none;
	position: absolute;
	top: 8px;
	left: 0;
	opacity: 0;
	color: var(--primary);
}

.navbar-brand {display: block;}

.navbar {height: 148px;}


.newsy * {
	color: black;
}

.news-entry {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 200ms;
}

.news-entry:hover {
	opacity: .8;
}

.newsy .media-heading a {
	font-weight: bold;
	color: #162983;
}

.newsy .media-heading a:hover {
	color: #7a1b53;
}



.downloads a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 15px 30px;
	text-decoration: none;
	color: var(--textColor);
	transition: all var(--fastSpeed);
	box-shadow: 0 0 30px hsl(0, 0%, 0%, .1);
}

.downloads a:hover {
	color: var(--primary);
	transform: translateY(-2px);
	box-shadow: 0 15px 20px -5px hsl(0, 0%, 0%, .2);
}

.downloads a img:not(.download-icon) {
	height: 52px;
	border-radius: 0;
}

.download-icon {
	height: 18px;
	display: block;
	margin-left: 30px;
	border-radius: 0;
	filter: grayscale(1);
}

.downloads .size {
	opacity: .6;
	font-size: 0.875rem;
}

.downloads .text {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 30px;
}

.downloads strong {
	font-weight: 400;
	line-height: 1.3;
	display: block;
	padding-right: 30px;
}




.gallery a {
	overflow: hidden;
}

.gallery img {
	display: block;
	width: 100%;
	transition: all var(--normalSpeed) var(--ease);
}

.gallery a:hover img {
	transform: scale(1.1);
}


.kontaktowa form {
	background-color: var(--bgLight);
}

fieldset {
	padding: 0;
	border: 0;
}





/*

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/

.container > .navbar-header {
	height: 150px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 32px;
	height: 3px;
	background: black;
	border-radius: 1px;
}

.navbar-toggle {
	margin-top: 50px;
	transition: all 0.3s;
}

.affix .navbar-toggle {
	margin-top: 25px;
	transition: all 0.3s;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 100vh;
}

/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.navbar .container {
		max-width: 96vw;
		width: 96vw;
	}

	.navbar .nav > li > a {
		font-size: 15px;
		color: #333;
		padding: 8px;
		margin-left: 2px;
	}

	.navbar-brand img {
		height: 95px;
		float: left;
		margin-top: 5px;
	}

	.caret {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	.navbar-toggle {
		border-color: #162983;
		border-width: 1px;
		border-radius: 0;
		background: #fff;
		/* margin-top: 50px; */
		margin: 0;
	}

	.navbar-brand {
		padding: 0;
		height: auto;
		float: none;
	}

	.navbar-brand img {
		height: 80px;
		float: none;
		margin-top: 0;
		display: block;
	}

	.affix {
		margin-top: 0;
		height: 70px !important;
	}

	.affix .container > .navbar-header {min-height: 70px;}

	.affix .navbar-toggle {
		margin-top: 0;
		transition: all 0.3s;
	}

	.affix .navbar-brand > img {
		height: 50px;
		transition: all 0.3s;
	}

	.icon-bar {
		background: white;
	}

	#navbar {
		background: white;
		box-shadow: 0 10px 5px rgba(0, 0, 0, 0.2);
	}

	.navbar {height: 100px;}

	.container > .navbar-header {
		height: auto;
		min-height: 100px;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
	}

	.container > .navbar-header::before,
	.container > .navbar-header::after {
		display: none;
	}

	.navbar-nav {
		margin-top: 0 !important;
		background-color: #fff;
	}

	.navbar .nav > li > a {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 15px;
		margin-left: 0;
		border-radius: 0 !important;
		border-top: 1px solid #e2e2e2;
		background-color: #fff;
		text-align: left;
		justify-content: flex-start;
	}

	.navbar-nav > li > .dropdown-menu {
		background: #f8f8f8 !important;
		padding: 0;
	}

	.navbar-nav ul {
		position: relative;
		width: 100%;
		background-color: hsl(0 0% 0% / .025);
	}

	.navbar-nav ul a {
		padding-left: 25px;
	}

	.stellar {
		height: 567px;
	}

	.stellar .container {
		height: 570px;
		background-size: 100% auto;
	}

	.sub article {
		padding-left: 15px;
	}

	.sub aside {
		padding-right: 15px;
	}
}

@media screen and (max-width: 768px) {
	header .row {
		left: 0;
		margin: 0;
	}
}

@media screen and (max-width: 640px) {
	.top p {
		font-size: 11px;
	}

	header {
		margin-top: 190px;
		background-position: top;
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
	}

	header .row {
		left: auto;
		top: auto;
		bottom: auto;
		position: relative;
		margin: 0 -15px;
	}

	header .container {
		height: auto;
	}

	footer {
		text-align: center;
	}

	.madeby {
		float: none;
		display: inline-block;
		margin-top: 10px;
	}
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
	.top {
		height: auto !important;
	}

	.top p {
		line-height: 2.5em;
		padding-bottom: 10px;
	}

	/* .navbar-toggle {
		margin-top: 35px;
	}

	.navbar {
		height: 169px;
		transition: all 0.3s;
	} */

	header {
		margin-top: 100px;
	}

	.media-left img {
		width: 100px;
	}
}

@media screen and (max-width: 360px) {
	.stellar .container {
		height: 588px;
	}

	.stellar {
		height: 586px;
	}

	.news .media-left {
		padding-right: 10px;
	}
}




@media screen and (max-width: 599px) {
	.download-icon, .downloads .size {display: none;}

	.downloads a {
		padding: 15px;
	}

	.downloads .text {
		margin-left: 15px;
	}

	.downloads strong {
		padding-right: 0;
		font-size: 0.875rem;
	}

	.downloads a img:not(.download-icon) {
		height: 30px;
	}
}