/*
		StudioFabryka.pl
*/
/* 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 {
  box-shadow: none;
  border-radius: 0px;
  border-collapse: collapse;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #676767;
  padding-top: 75px;
}

h1, h2, h3, h4, h5, h6 {
  color: #5e3929;
  font-family: 'Roboto Slab', serif;
}

strong {
	color: #5e3929;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
header, main {
  overflow: hidden;
  width: 100%;
}

.btn, .btn-primary {
	color: white;
}

a {
    color: #673f2d;
}

a:hover {
    text-decoration: none;
    opacity: .8;
}


.navbar {
  height: 75px;
  transition: all .2s;
  justify-content: center;
  background: #673f2d;
  background: -moz-linear-gradient(top, #673f2d 0%, #553325 100%);
  background: -webkit-linear-gradient(top, #673f2d 0%, #553325 100%);
  background: linear-gradient(to bottom, #673f2d 0%, #553325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673f2d', endColorstr='#553325',GradientType=0 );
}
.navbar input {
  width: 270px;
  height: 40px;
  background: white url(../img/szukaj.png) 95% center no-repeat;
  border: 0;
  padding: 5px 10px !important;
  border-radius: 8px !important;
}

#navbar {
  justify-content: center;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 15px;
  transition: all .2s;
  font-family: 'Roboto Slab', serif;
}

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

.navbar-nav .nav-item {
	position: relative;
}

.dropdown-menu {
	background: #563325;
	top: 98%;
	min-width: 250px;
}

header {
  height: 422px;
  background: url(../img/header.jpg) top no-repeat;
}

main {
  background: #eae5e3;
  background: -moz-linear-gradient(top, #eae5e3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #eae5e3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #eae5e3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae5e3', endColorstr='#ffffff',GradientType=0 );
}

.home h1, .home h2 {
  margin: 0 0 35px;
  font-size: 36px;
}

.news {
  padding: 60px 0;
}

.towarzystwo {
  padding: 30px 0;
}

.media {
  margin-bottom: 30px;
  align-items: center;
}
.media > a {
  border-radius: 8px;
  overflow: hidden;
}
.media > a img {
  transition: all .2s;
}
.media > a:hover img {
  opacity: .9;
  transform: scale(1.03);
}
.media small {
  font-size: 12px;
  color: #898989;
}
.media .media-heading a {
  font-size: 18px;
  color: #5e3929;
  font-family: 'Roboto Slab', serif;
  transition: all .2s;
}
.media .media-heading a:hover {
  text-decoration: none;
  opacity: .8;
}

.btn-primary {
  background: #673f2d;
  background: -moz-linear-gradient(top, #673f2d 0%, #553325 100%);
  background: -webkit-linear-gradient(top, #673f2d 0%, #553325 100%);
  background: linear-gradient(to bottom, #673f2d 0%, #553325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673f2d', endColorstr='#553325',GradientType=0 );
  border-radius: 8px;
  border: 0;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  padding: 15px 30px;
}
.btn-primary:hover {
  opacity: .9;
  background: #673f2d;
  background: -moz-linear-gradient(top, #673f2d 0%, #553325 100%);
  background: -webkit-linear-gradient(top, #673f2d 0%, #553325 100%);
  background: linear-gradient(to bottom, #673f2d 0%, #553325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673f2d', endColorstr='#553325',GradientType=0 );
  transform: scale(0.97);
}

footer {
  background: url(../img/footer.jpg) bottom no-repeat;
  height: 100px;
  margin-top: 30px;
  padding-top: 45px;
}
footer img.float-left {
  margin-right: 10px;
  margin-top: -15px;
}
footer span {
  float: left;
  margin: 0 0 0 10px;
  color: #5e3929;
}

.madeby {
  display: inline-block;
  line-height: 1em;
}
.madeby small {
  float: left;
  font-size: 10px;
  color: #676767;
  margin: 2.2px 3px 0 0;
}

.sub h1 {
  margin: 30px 0;
}

.gallery {
  padding: 60px 0 30px;
}
.gallery a, .gallery img {
  float: left;
  width: 100%;
  transition: all .2s;
}
.gallery a {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
}
.gallery a:hover {
  opacity: .8;
}
.gallery a:hover img {
  transform: scale(1.05);
}

.form {
  padding: 60px 0;
}

.ajax-form button {
  transition: all .2s;
  cursor: pointer;
  background: #673f2d;
  background: -moz-linear-gradient(top, #673f2d 0%, #553325 100%);
  background: -webkit-linear-gradient(top, #673f2d 0%, #553325 100%);
  background: linear-gradient(to bottom, #673f2d 0%, #553325 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673f2d', endColorstr='#553325',GradientType=0 );
  color: white;
  font-family: 'Roboto Slab', serif;
  border-radius: 8px !important;
}
.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, .ajax-form textarea {
  border-radius: 8px !important;
}
.ajax-form input:focus, .ajax-form textarea:focus {
  border-color: #111;
}

.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: 348px;
  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_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;
}

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

.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: #5e3929;
  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: #3a231a;
  transform: scale(0.97);
}

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #824f38 !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: #5e3929;
}

.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;
}










.akordeon {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

.akordeon td {
  padding: 0;
}

.akordeon .odd td {
  padding: 30px !important;
}

.akordeon tr:first-child td {
  border: 0;
}

.akordeon h3, .akordeon h2, .akordeon h4 {
  margin: 0 !important;
  letter-spacing: 1px;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 50px 15px 15px;
  width: 100%;
  background: url(../img/akobullet.png) 97% center no-repeat;
}

.akordeon h3 img,
.akordeon h2 img,
.akordeon h4 img {
  float: right;
  transition: all .3s;
}

.akordeon h2:hover,
.akordeon h3:hover,
.akordeon h4:hover {
  cursor: pointer;
}

.akordeon ol li p {
  margin: 0px;
}

.akordeon ol {
  padding: 0;
}

.akordeon ol li {
  width: 100%;
  clear: both;
  /*height: 57px;
  line-height: 37px;
  display: block;*/
  height: auto;
  line-height: 37px;
  display: flex;
  padding: 10px 30px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e2e2e2;
}

.akordeon ol li strong {
  font-weight: normal;
  display: inline-block;
  margin-right: 20px;
}

.akordeon ol li .btn-default {
  float: right;
  color: white !important;
}

.akordeon li img {
  float: right;
  margin: 2.5px 20px 0 0;
}

.akordeon {
  width: 100%;
  margin-top: 15px;
}

.akordeon td {
  padding: 0 !important;
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

.akordeon tr {
  display: block;
  width: 100%;
  float: left;
}
.akordeon h2,
.akordeon h3,
.akordeon h4 {
  margin: 0 0 0px !important;
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  transition: all .2s;
}

.akordeon h2 small,
.akordeon h2 strong,
.akordeon h3 small,
.akordeon h3 strong,
.akordeon h4 small,
.akordeon h4 strong {
  display: block;
  color: #777;
  line-height: 1.3em;
}

.akordeon h2:hover, .akordeon h2:focus, .akordeon .active h2,
.akordeon h3:hover, .akordeon h3:focus, .akordeon .active h3,
.akordeon h4:hover, .akordeon h4:focus, .akordeon .active h4 {
  background: #5d392a url(../img/akobullet2.png) 97% center no-repeat;
  color: white;
  cursor: pointer;
}


.akordeon h2:hover a, .akordeon h2:focus a, .akordeon .active h2 a,
.akordeon h2:hover small, .akordeon h2:focus small, .akordeon .active h2 small, 
.akordeon h3:hover a, .akordeon h3:focus a, .akordeon .active h3 a,
.akordeon h3:hover small, .akordeon h3:focus small, .akordeon .active h3 small,
.akordeon h4:hover a, .akordeon h4:focus a, .akordeon .active h4 a,
.akordeon h4:hover small, .akordeon h4:focus small, .akordeon .active h4 small {
  color: white;
}

.akordeon tr:nth-child(2n+2) {
  display: none;
}

.akordeon tr:nth-child(2n+2) td {
  padding: 15px;
}

.bg-light {
	background-color: rgba(0,0,0,.075)!important;
}

.table td, .table th {
    border-top: 1px solid rgba(0,0,0,.075);
}

.lead {
	color: #5e3929;
}

.table td p:last-of-type, .table th p:last-of-type {
    margin-bottom: 0px;
}



/* 
  _____          _      ______ _____  _____          
 / ____|   /\   | |    |  ____|  __ \|_   _|   /\    
| |  __   /  \  | |    | |__  | |__) | | |    /  \   
| | |_ | / /\ \ | |    |  __| |  _  /  | |   / /\ \  
| |__| |/ ____ \| |____| |____| | \ \ _| |_ / ____ \ 
 \_____/_/    \_\______|______|_|  \_\_____/_/    \_\
 
*/
.biggallery {
	margin-top: 80px;
	margin-bottom: -95px;
}

.biggallery img {
	margin-bottom: 5px;
}
.gal-container {
	margin-top: 80px;
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

.gal-item .box {
    height: 280px;
    overflow: hidden;
}


.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 280px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}

/*INDEX GALERII */

.gal-index-item {
    overflow: hidden;
    padding: 15px;
}

.gal-index-item .box {
    height: 300px;
	overflow: hidden;
}

.gal-index-item a:focus {
    outline: none;
}
		
      .snip1361 {
  position: relative;
  float: left;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1361 figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 30px;
	  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
}
.snip1361 h3,
.snip1361 p {
  margin: 0px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  color: white;
  }
.snip1361 p {
  opacity: 0;
  color: white;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  bottom: -10px;
}

.snip1361:hover p {
	opacity: 0.9;
} 




.unclickable a {
	cursor: text;
}

.unclickable .media-heading a:hover,
.unclickable > a:hover,
.unclickable > a:hover img {
	opacity:1;
	transform: none;
}








/*

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: 768px, 600px */
@media screen and (max-width: 1199px) {
	.navbar-brand img {width: 200px}
	.navbar input {width: 140px}

	.media {
		flex-direction: column;
	}

	.media > a.mr-4 {
		margin:0 0 10px !important;
		width: 100%;
	}

	.media > a > img {
		width: 100%;
		max-width: 500%;
	}
}

@media screen and (max-width: 1023px) {
	.navbar-toggler {
		border-color: white;
		right:15px;
		position: fixed;
		cursor: pointer;
	}

	.navbar-toggler-icon { 
    	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(184, 153, 129, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}

	#navbar {
		position: absolute;
		top:100%;
		width: 100%;
		left:0;
		background: #553325;
	}

	.navbar-nav >li > .nav-link {
		border-top: 1px solid rgba(0,0,0,.15);
	}

	.navbar-nav .dropdown-menu {
    	background: rgba(0,0,0,.1);
	}

	.snip1361 h3 {
    	font-size: 1em;
	}

	.snip1361 figcaption {
		padding: 15px;
	}
}

@media screen and (max-width: 800px) {
	.navbar-text {
		margin-right: 50px;
	}

	header {
    	height: 257px;
    	background-size: auto 100%;
	}
}

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

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

}

@media screen and (max-width: 640px) {
	.navbar-text {
		margin-right: 45px;
	}

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

@media screen and (max-width: 600px) {
	.navbar-text {
		margin-right: 65px;
	}

}

@media screen and (max-width: 480px) {
	header {
		height: 200px
	}
}

@media screen and (max-width: 435px) {
	header {
		height: 160px
	}

	.navbar-brand img {
    	width: 175px;
	}

	.navbar input {
    	width: 100px;
	}

	footer img.float-left {
		display: none;
	}

	footer .float-md-left,
	footer .float-md-right {
		text-align: center;
	}

	.madeby {
		margin: 15px auto;
	}

	footer span {
    	float: none;
    	margin: 0;
	}
}

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

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

@media screen and (max-width: 375px) {
	.navbar-brand img {
    	width: 140px;
	}

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

@media screen and (max-width: 360px) {
	.navbar input {width: 90px;}
}

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













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