/*
		StudioFabryka.pl
*/
body {
  color: #828282;
  font-size: 16px;
  line-height: 1.7em;
  font-family: 'gilroylight'; }

  .tofb a {
	background: none !important;
  }

  .tofb a:hover {
	  background: none !important;
	  opacity:.6;
	  outline: none;
  }

  .tofb img {
	  float:left;
	  margin-top: 1px;
  }

.navbar {
  background: white;
  height: 120px;
  border: 0;
  margin: 0; }
  .navbar .nav {
    margin-top: 35px; }
    .navbar .nav > li > a {
      color: #828282;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: all .5s; }
    .navbar .nav > li > a:hover,
    .navbar .nav > li > a:focus,
    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus,
    .navbar .nav > .open > a:hover,
    .navbar .nav > .open > a:focus,
    .navbar .nav > .active > a,
    .navbar .nav > .open > a {
      color: black; }

header {
  position: relative;
  overflow: hidden; }
  header .slide-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 320px;
    height: 100px; }
    header .slide-controls .prev, header .slide-controls .next {
      padding: 38px 40px;
      cursor: pointer;
      transition: all .5s; }
      header .slide-controls .prev:hover, header .slide-controls .next:hover {
        opacity: .6; }
    header .slide-controls .prev {
      float: left; }
    header .slide-controls .next {
      float: right; }
  header .cycle-slideshow {
    z-index: 200; }
    header .cycle-slideshow .slide {
      width: 100%;
      z-index: 100; }
    header .cycle-slideshow .number {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 200;
      background: white;
      width: 320px;
      height: 100px;
      font-family: 'gilroylight';
      color: #9da9ad;
      font-size: 60px; }
      header .cycle-slideshow .number strong {
        font-size: 60px;
        color: #1a171b;
        font-family: 'gilroyextrabold'; }
      header .cycle-slideshow .number small {
        font-size: 36px; }
      header .cycle-slideshow .number span {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 40px; }
    header .cycle-slideshow .container {
      position: relative;
      z-index: 100; }
      header .cycle-slideshow .container h2 {
        position: absolute;
        top: 400px;
        left: 0;
        z-index: 100;
        color: #1a171b; }
        header .cycle-slideshow .container h2 strong, header .cycle-slideshow .container h2 span {
          display: block; }
        header .cycle-slideshow .container h2 strong {
          font-family: 'gilroyextrabold';
          font-size: 60px;
          line-height: 1em;
          margin-bottom: 15px; }
        header .cycle-slideshow .container h2 span {
          font-size: 31px;
          font-family: 'gilroylight';
          opacity: .5; }
    header .cycle-slideshow img {
      z-index: 10; }

.home section {
  padding: 90px 0; }

.boxes {
  background: #f4f4f4; }
  .boxes h2 {
    font-size: 60px;
    text-align: center;
    margin: 0 0 60px; }
  .boxes h4 a {
    color: #1a171b; }
  .boxes h4 {
    font-size: 22px;
    font-family: 'gilroyextrabold';
    margin: 20px 0 15px;
    text-align: center; }
  .boxes p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5em; }
  .boxes a {
    transition: all .2s; }
    .boxes a:hover {
      opacity: .7;
      text-decoration: none; }

.thumbnail {
  border-radius: 0;
  padding: 15px;
  border-color: #e2e2e2;
  box-shadow: none; }

img.pull-right {
  margin-left: 30px;
  margin-bottom: 15px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'gilroyextrabold';
  color: #1a171b;
  margin: 30px 0 15px; }

.home h1 {
  margin-top: 0; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 17px; }

#mapagoogle {
  height: 450px;
  width: 100%;
  filter: grayscale(1); }

  .vertical-center {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-around;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-image: none;
    background-repeat: none;
}

.well p {
    margin: 0px;
}

.well ul, ol, li {
    margin-top: 0;
    margin-bottom: 0px;
	margin: 0px
}

.well h1, h2, h3, h4, h5, h6 {
    margin: 0px 0 15px;
}

h3 {
	    padding-bottom: 15px;
    /*border-bottom: solid 1px #e2e2e2;*/
}

h3 small {
	    font-family: 'gilroylight';
}
strong {
	font-family: 'gilroyextrabold';
    color: #1a171b;
}

footer {
  background: black;
  color: #8c8c8c;
  font-size: 14px; }
  footer a {
    color: #8c8c8c;
    transition: all .3s; }
    footer a:hover {
      color: white;
      text-decoration: none; }
  footer hr {
    border-color: #3b3b3b; }
  footer .row:first-of-type {
    padding-top: 60px; }
  footer .row:last-of-type {
    padding-bottom: 60px; }

.madeby {
  line-height: 1em; }
  .madeby small, .madeby img {
    float: left; }
  .madeby small {
    font-size: 11px;
    margin: 1px 3px 0 0;
    font-family: Arial, sans-serif; }

.sub section {
  padding: 30px 0; }
  .sub section a {
    color: black; }

.sub .main ul li {
  list-style: none;
  list-style-image: url(/img/next.png);
  margin-bottom: 10px;
  line-height: 1.4em; }

.gallery img {
  width: 100%; }

.gallery a {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  transition: all .2s; }
  .gallery a:hover {
    opacity: .6;
    transform: scale(0.98); }

.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 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: #009ee3;
  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: #007bb0;
  transform: scale(0.97); }

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
  background: #17b8ff !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: #009ee3; }

.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 {
	float: left;
	width: 100%;
	margin-bottom: 5px !important;
  display: none;
  font-size: 13px;
  line-height: 1.2em;
 }

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

  /*GALERIA REALIZACJE */



.gal-container {
    padding: 12px;
}

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

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

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

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



.modal-open .gal-container .modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
    outline: none;
}

.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
}

.gal-container .description h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
}

@media (max-width: 768px) {
    .gal-container .modal-content {
        height: 250px;
    }
}


.gal-item .box .fancy {
	position: relative;
	float:left;
	width: 100%;
	height: 100%;
}

.box .fancy img {
	position: relative;
	z-index: 10;
	filter: blur(2px);
	transition: all .5s;
}

.box .fancy .caption {
	background: rgba(0,0,0,.7);
	position: absolute;
	top:0;
	left:0;
	display: flex;
	width: 100%;
	height: 100%;
	z-index: 100;
	justify-content: center;
	align-items: center;

	color: white;
	font-size: 25px;
	transition: all .5s;
}

.box .fancy:hover .caption {
	opacity: .2;
}


.box .fancy:hover img {
	filter: blur(0);
}


.proces .main > .container > .row {
	border-left: 4px solid #eee;
	position: relative;
	padding-left: 30px;
}

.proces .milestone {
	position: absolute;
	top: 25px;
	left:-15px;
	z-index: 1000;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-family: 'gilroylight'!important;
}







/*

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

*/

.home header .cycle-slideshow, .home header .cycle-slide {
	width: 100%;
	height: 100vh;
}

.home header .cycle-slideshow img {
	min-height: 100vh;
	min-width: 100%;
	width: auto;
}



/* height: 1050px */
@media screen and (max-width: 1680px) {
	header .cycle-slideshow .container h2 {top: 300px}
}


/* 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) {

}



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

}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	.home .main img {width: 100%}

	.home header .cycle-slideshow .slide > img {
		max-width: 100%;
		width: 100%;
		min-width: 50%;
		height: auto;
		min-height: 10px;
	}

	.home header,
	.home header .cycle-slideshow, .home header .cycle-slide {
    	width: 100%;
    	height: 638px;
	}

	header .cycle-slideshow .container h2 {
    	top: 200px;
	}
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	header .cycle-slideshow .container h2 {top: 250px}

	.boxes img {width: 100%}

	.home header,
	.home header .cycle-slideshow, .home header .cycle-slide {
    	width: 100%;
    	height: 509px;
	}

	header .cycle-slideshow .container h2 {
    	top: 150px;
	}
}



@media screen and (max-width: 1023px) {
	.navbar-toggle {
		border-color: black;
		border-radius: 0;
		margin-top: 25px;
	}

	.icon-bar {
		background: black;
		border-radius: 0;
	}

	.navbar-brand>img {height: 55px}
	.navbar {height: 85px}

	header .cycle-slideshow .container h2 {
    	top: 195px;
	}

	header .cycle-slideshow .container h2 strong {font-size: 40px;}
	header .cycle-slideshow .container h2 span {
	    font-size: 22px;
    	opacity: 1;
    	width: 50%;
		color: black;
	}

	.boxes .col-md-3 {margin-bottom: 30px;}
	.boxes h4 {margin: 15px 0 0}

	#navbar {
		background: white;
	}

	.navbar .nav > li > a {
		border-top: 1px solid #ddd;
	}

	.navbar-nav {
    	margin: 16.5px -15px 0 !important;
	}

	header .cycle-slideshow img {
		width: 100%;
		height: auto;
		min-height: 100px;
	}

	.number, .slide-controls {display: none}

	header .cycle-slideshow, header .cycle-slide {
		height: auto;
	}

	.sub {padding-top: 85px;}

	.sub header .cycle-slideshow img {min-height: 10px;}
}



@media screen and (max-width: 800px) {
	header .cycle-slideshow .container h2 {
    	top: 158px;
	}

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

	.home header,
	.home header .cycle-slideshow, .home header .cycle-slide {
    	width: 100%;
    	height: 398px;
	}
}

@media screen and (max-width: 768px) {
	.home header,
	.home header .cycle-slideshow, .home header .cycle-slide {
    	width: 100%;
    	height: 382px;
	}
}

@media screen and (max-width: 640px) {
	header .cycle-slideshow .container h2 {
    	top: 115px;
	}

	.home header,
	.home header .cycle-slideshow, .home header .cycle-slide {
    	width: 100%;
    	height: 318px;
	}

	.home section {
    	padding: 45px 0;
	}

	.boxes h2 {
    	font-size: 40px;
    	text-align: center;
    	margin: 0 0 45px;
	}

}

@media screen and (max-width: 600px) {
	header .cycle-slideshow .container h2 {
    	top: 125px;
	}

	header .cycle-slideshow .container h2 strong {font-size: 30px;}
	header .cycle-slideshow .container h2 span {font-size: 17px;}

	.home header,
	.home header .cycle-slideshow, .home header .cycle-slide {
    	width: 100%;
    	height: 298px;
	}
}

@media screen and (max-width: 480px) {
	header .cycle-slideshow .container h2 {
    	top: 105px;
	}

	header .cycle-slideshow .container h2 strong {
    	font-size: 20px;
	}

	header .cycle-slideshow .container h2 span {font-size: 15px;}

	.home header,
	.home header .cycle-slideshow, .home header .cycle-slide {
    	width: 100%;
    	height: 239px;
	}

	h1 {font-size: 35px;}
	h2 {font-size: 30px;}

	.boxes h2 {font-size: 30px;}

	footer {
		text-align: center;
	}

	footer .pull-left,
	footer .pull-right {
		width: 100%;
	}

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

}

@media screen and (max-width: 435px) {
	header .cycle-slideshow img {width: 110%;}
}

@media screen and (max-width: 425px) {
	.home header,
	.home header .cycle-slideshow, .home header .cycle-slide {
    	width: 100%;
    	height: 211px;
	}
}

@media screen and (max-width: 414px) {
	header .cycle-slideshow img {width: 115%;}

	header .cycle-slideshow .container h2 {
    	top: 96px;
	}

	.home header,
	.home header .cycle-slideshow, .home header .cycle-slide {
    	width: 100%;
    	height: 206px;
	}

}

@media screen and (max-width: 375px) {
	.home header .cycle-slideshow .slide > img { max-width: 120%; width: auto}

	.home header .col-md-5 {width: 100%}
	.sub .cycle-slideshow img {width: 100%;}

	header .cycle-slideshow .container h2 span {
    	width: 75%;
	}

}

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

	h1 {font-size: 30px;}
	h2 {font-size: 25px;}

	.home header .cycle-slideshow .slide > img { max-width: 120%; width: auto}
	.sub .cycle-slideshow img {width: 100%;}
}

@media screen and (max-width: 320px) {
	.home header .cycle-slideshow .slide > img { max-width: 120%; width: auto}
	.sub .cycle-slideshow img {width: 100%;}

	header .cycle-slideshow .container h2 span {
    	width: 85%;
	}

	.home header .col-md-5 {width: 100%}
}



