/*
		StudioFabryka.pl
*/
body {
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #333;
  padding-top: 72px;
}

header, main {
  overflow: hidden;
  width: 100%;
}

.navbar {
  height: 72px;
  background: white;
  transition: all .2s;
  justify-content: center;
}

#navbar {
  justify-content: center;
}

.navbar-nav .nav-link {
  font-weight: 800;
  color: #999;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 0 25px;
  transition: all .2s;
}

.navbar-nav li:first-child .nav-link {
  margin: 0;
}

.active > .nav-link,
.navbar-nav .nav-link:hover {
	color: #b02a28;
}

.navbar-text {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  padding: 13px 30px 13px;
  display: block !important;
  position: relative;
}
.navbar-text .dropdown-menu {
  top: 97%;
  min-width: 310px;
  padding: 0;
}
.navbar-text .dropdown-menu a {
  background: none;
  padding: 15px 75px 15px 15px;
  border-top: 1px solid #e2e2e2;
  transition: all .2s;
}
.navbar-text .dropdown-menu a:hover {
  background: #f5f5f5;
}
.navbar-text a {
  text-align: right;
  min-width: 252px;
  color: #333;
  display: block;
  padding-right: 45px;
  background: url(../img/arr-down.png) right center no-repeat;
}
.navbar-text a:hover {
  text-decoration: none;
  opacity: .8;
}
.navbar-text a small, .navbar-text a strong {
  display: block;
  font-size: 12px;
}
.navbar-text a strong {
  font-weight: bold;
  text-transform: uppercase;
}

.affix {
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

header {
  display: fixed;
  align-items: center;
}
header .container {
  position: relative;
  text-align: center;
}
header h1 {
  position: absolute;
  z-index: 20;
  top: 28vh;
  left: 0;
  width: 100%;
  text-align: center;
}
header h1 small, header h1 strong, header h1 span {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: inline-block;
  padding: 10px 20px;
}
header h1 small {
  font-size: 18px;
}
header h1 strong {
  margin: 10px 0;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}
header h1 span {
  font-size: 24px;
}
header .scroll {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 63vh;
  width: 100%;
  height: 96px;
  background: url(../img/scroll.png) center no-repeat;

  animation-name: scroll;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@keyframes scroll {
	0% {margin-top: 0}
	50% {margin-top: 15px}
	100% {margin-top: 0}
}

header .cycle-slideshow {
  z-index: 10;
}
header .container-fluid {
  background: #af2928;
}
header .container-fluid .col {
  background: url(../img/bbg.jpg) left center no-repeat;
}
header .container-fluid a {
  color: white;
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 0 30px;
  transition: all .2s;
}
header .container-fluid a:hover {
  opacity: .8;
}
header .container-fluid a img {
  float: left;
  margin-right: 30px;
}
header .container-fluid a small, header .container-fluid a strong {
  float: left;
  clear: left;
}
header .container-fluid .col:first-of-type {
  background: none;
}

.home .main {
  padding: 65px 0;
}
.home .main h2 {
  font-size: 29px;
}
.home .main p {
  text-align: justify;
}
.home .main ul {
  padding: 0;
}
.home .main ul li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
}
.home .main ul li img {
  float: left;
  margin-right: 10px;
}
.home .main ul li:first-child {
  border-top: 1px solid #e2e2e2;
}

h1, h2, h3, h4, h5, h6 {
  color: #010101;
  font-weight: 800;
}

.marki {
  padding-bottom: 65px;
}
.marki a {
  transition: all .2s;
  opacity: .5;
}
.marki a:hover {
  opacity: 1;
}

.godziny {
	margin-bottom: -65px;
}

footer {
  background: #151617;
  color: white;
}
footer .container > .row {
  padding-top: 65px;
  padding-bottom: 32.5px;
}
footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer h4 {
  color: white;
  font-weight: 800;
  font-size: 18px;
  margin: 0 0 15px;
}
footer strong {
  font-weight: 700;
}
footer .col-lg-5 p {
  color: white;
}
footer p {
  font-weight: 300;
}
footer a {
  color: #767683;
  transition: all .2s;
}
footer a:hover {
  color: white;
  text-decoration: none;
}
footer .table td {
  padding: 5px 0;
  font-weight: 300;
  border-color: #333 !important;
}
footer .table td:last-child {
  text-align: right;
}
footer span {
  font-size: 12px;
}
footer .row:last-of-type {
  padding: 0;
}

#mapagoogle {
  width: 100%;
  height: 450px;
  background: #ccc;
}

.madeby {
  display: inline-block;
  line-height: 1em;
}
.madeby small {
  float: left;
  font-size: 10px;
  color: white;
  letter-spacing: 1px;
  margin: 2px 3px 0 0;
}

.sub .main {
  padding: 65px 0;
}
.sub .main a {
  color: #af2928;
}

.gallery {
  padding-bottom: 65px;
}
.gallery .row {
  margin: 0 -5px;
}
.gallery .col-xs-12, .gallery .col-xs-6 {
  padding: 0 5px;
}
.gallery a, .gallery img {
  float: left;
  width: 100%;
  transition: all .2s;
}
.gallery a {
  margin-bottom: 10px;
  overflow: hidden;
}
.gallery a:hover {
  opacity: .8;
}
.gallery a:hover img {
  transform: scale(1.05);
}

.form {
  padding: 0;
}

.ajax-form button {
  transition: all .2s;
  cursor: pointer;
}
.ajax-form button:hover {
  transform: scale(0.97);
}

.ajax-form .alert {
  margin-bottom: 15px;
}
.ajax-form .has-error {
  color: red;
}
.ajax-form .has-error input, .ajax-form .has-error textarea {
  border-color: red;
}
.ajax-form input:focus, .ajax-form textarea:focus {
  border-color: #111;
}

.sub footer {
  margin-top: 65px;
}

.fade-content > * {
  transition: ease opacity .25s, ease transform .25s;
}

/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row.*/
.fade-content > *:nth-child(3n+2) {
  transition-delay: .1s;
}

.fade-content > *:nth-child(3n+3) {
  transition-delay: .2s;
}

/* Facebook slider - right */
.fb_slider_right {
  position: fixed;
  top: 180px;
  right: -320px;
  z-index: 10000;
  width: 360px;
  height: 100px;
  overflow: hidden;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.fb_2 {
	top: 250px;
	z-index: 11000;
}

.fb_3 {
	top: 320px;
	z-index: 12000;
}

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

.fb_slider_right:hover {
  right: 0;
  height: 100%;
  z-index: 999999999;
}

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

/* list of files to download */
.download {
  padding: 0 0 65px;
}

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

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

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

.download a {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
  color: #8c8c8c;
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.3em;
  font-size: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid #e2e2e2;
}

.download .btn-primary {
  background: #af2928;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all .15s;
}

.download a:hover .btn-primary {
  background: #851f1f;
  transform: scale(0.97);
}

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #d23a38 !important;
  transform: scale(1.03) !important;
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3) !important;
}

.download li:first-child a {
  border-top: 1px solid #e2e2e2;
}

.download a:hover {
  text-decoration: none;
  background: #f4f4f4;
  color: #af2928;
}

.type_text .plik {
  display: inline;
  color: #8c8c8c;
  text-transform: uppercase;
}

.download .col-md-2 {
  border-left: 1px solid #e2e2e2;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .download .col-md-2 {
    border-left: 0 !important;
    margin-top: 10px;
  }

  .download .btn {
    width: 100%;
  }

  .download .col-md-8 {
    text-align: center;
  }
}
.download 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;
}

/* paginator */
#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: 0px;
}

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

.jPaginate span {
  cursor: pointer;
}

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

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

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 0px 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 0px;
  font-size: 12px;
  font-weight: bold;
  width: 10px;
}

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

span.jPag-snext,
span.jPag-snext-img {
  margin: 2px 2px 2px 0px;
  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;
}

/* Flatten das boostrap */
.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav > .active > a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border-collapse: collapse !important;
  background-image: none !important;
}

.gallery-index .col-lg-3 {
  margin-bottom: 30px;
}
.gallery-index .col-lg-3 a {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-index .col-lg-3 a:hover img {
  opacity: .9;
  transform: scale(1.1);
}
.gallery-index .col-lg-3 a:hover strong {
  padding: 35px 15px 25px;
}
.gallery-index .col-lg-3 strong {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 45px 15px 15px;
  width: 100%;
  color: white;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all .2s;
  background: -moz-linear-gradient(top, transparent 0%, transparent 3%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.95) 91%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 3%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.95) 91%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 3%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.95) 91%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 );
}
.gallery-index .col-lg-3 img {
  width: 100%;
  transition: all .5s;
}

.disabled {
	cursor: default;
}


.btn-primary, .navbar-text .dropdown-menu .btn-primary {
	background: #b02a28 !important;
	color: white !important;
	border:0;
	text-align: center !important;
	padding: 12px 25px !important;
}

.btn-primary:hover, .navbar-text .dropdown-menu .btn-primary:hover {
	background-color: #960404 !important;
	transform: scale(.97);
}










/*

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

*/


/* height: 1050px */
@media screen and (max-width: 1680px) {

}


/* height: 900px */
@media screen and (max-width: 1600px) {

}


/* height: 864px */
@media screen and (max-width: 1536px) {

}



/* height: 900px */
@media screen and (max-width: 1440px) {

}


/* height: 768px */
@media screen and (max-width: 1366px) {
	.navbar-nav .nav-link {margin: 0 0 0 13px}
}



/* height: 768px */
@media screen and (max-width: 1360px) {

}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	.navbar-text a small, .navbar-text a strong {
    	display: block;
    	font-size: 11px;
	}

	.navbar-text a {min-width: 233px;}

	.navbar-nav .nav-link {
    	font-size: 12px;
    	letter-spacing: 0px;
    	margin: 0 0 0 5px;
	}
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.navbar-nav {
		align-items: center;
		display:flex;
	}

	.nav-link {
		line-height: 1.1em;
	}

	.navbar-text {
    	padding: 13px 10px 13px;
	}

	.navbar-text a {padding-right: 25px;}

	.navbar-text a {
    	min-width: 214px;
	}

	header .container-fluid a img {
    	float: left;
    	margin-right: 15px;
	}

	header .container-fluid a {padding: 0;}

	header .container-fluid a small, header .container-fluid a strong {font-size: 12px;}
}



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

	.navbar-toggler {
		border-color: #b02a28 !important;
		border-radius: 0;
		width: 38px;
		padding: 3px 7px;
		position: absolute;
		right:15px;
		outline: none !important;
		transition: all .2s;
	}

	.navbar-toggler:hover,
	.navbar-toggler:focus {
		transform: scale(.95);
		opacity:.9
	}

	.icon-bar {
		width: 100%;
		height: 2px;
		margin: 4px 0;
		background: #b02a28;
	}

	.navbar-text {
		margin-right: 55px;
	}

	#navbar {
		background: white;
		position: absolute;
		top:100%;
		left:0;
		width: 100%;
		z-index: 999;
	}

	#navbar .nav-link {
		width: 100%;
		padding: 12px 0;
		border-top: 1px solid #ddd;
		text-align: center;
	}

	.nav-item {
		float:left;
		width: 100%;
	}

	footer .col-lg-4 {margin-bottom: 30px;}

	.sub .col-md-4 .btn-primary {
		max-width: 100%;
		white-space: normal;
	}
}



@media screen and (max-width: 800px) {
	header .container-fluid a img {
    	float: left;
    	margin-right: 10px;
    	width: 43px;
	}

	header .container-fluid a small, header .container-fluid a strong {
    	font-size: 12px;
    	line-height: 1.2em;
	}
}

@media screen and (max-width: 768px) {
	header h1 strong {
    	font-size: 39px;
	}

	header h1 span {
    	font-size: 17px;
	}

	header h1 small {
    	font-size: 16px;
	}

	footer .col-lg-4 img {
		float:right;
	}

	footer .row:last-of-type .col-12 .float-md-right,
	footer .row:last-of-type .col-12 .float-md-left {
		text-align: center;
		width: 100%;
	}

	.madeby {margin-top: 10px;}
}

@media screen and (max-width: 640px) {
	.sub .col-md-4 .btn-primary {
		margin-bottom: 30px;
	}

}



@media screen and (max-width: 600px) {
	header .container-fluid a {
    	padding: 0 0 15px;
    	display: flex;
    	flex-direction: column;
		min-height: 182px;
		text-align: center;
	}

	header .container-fluid a img {
		float: none;
		margin: 15px 0;
	}

	header .container-fluid a strong {margin-bottom: 10px;}

	header .container-fluid a small, header .container-fluid a strong {
    	font-size: 12px;
    	line-height: 1.2em;
    	text-align: center;
    	width: 100%;
	}
}



@media screen and (max-width: 480px) {
	.navbar-text {display: none !important}

	header .container-fluid .col {
		background: none;
		max-width: 100%;
		flex: 0 0 100%;
		padding-bottom: 15px;
	}

	header .container-fluid a {
		min-height: 10px;
		margin-bottom: 15px;
	}

	.marki .col {
		max-width: 50%;
		flex: 0 0 50%;
		margin-bottom: 30px;
		text-align: center;
	}
}

@media screen and (max-width: 435px) {
	header h1 strong {
    	font-size: 32px;
	}

	header h1 small {
    	font-size: 13px;
	}

	header h1 span {
    	font-size: 13px;
	}

	.gallery .col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

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

}

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

@media screen and (max-width: 375px) {
	header h1 strong {
    	font-size: 27px;
	}

	header h1 small {
    	font-size: 11px;
	}

	header h1 span {
    	font-size: 11px;
	}

}

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

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





/*# sourceMappingURL=main.css.map */
