/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: 'Fira Sans', Arial, sans-serif;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fec503;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fec503;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fira Sans', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #fec503;
  font-family: 'Fira Sans', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fec503;
  border-color: #fec503;
}
.btn-primary .badge {
  color: #fec503;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #fec503;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fec503;
  border-color: #fec503;
}
.btn-xl .badge {
  color: #fec503;
  background-color: white;
}


.navbar-nav {
	margin-top:20px;
}

.navbar-header {
	position:relative;
}

.navbar-custom {
	background-color: rgba(99, 40, 31, 0.7); 
	border-color: transparent;
}
.navbar-custom .navbar-brand {
	position:relative;
	padding:0;
	margin-left:15px !important;
	z-index:100;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
	border-color: rgba(255, 255, 255, 0.02);
	position:relative;
}
.navbar-custom .navbar-toggle {
  background-color: #fec503;
  border-color: #fec503;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fec503;
}
.navbar-custom .nav li {
	overflow:visible;
	position:relative;
}

.navbar-custom .nav li a, .navbar-custom .nav li span {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fec503;
  outline: none;
	
}

.navbar-custom .nav li ul li a:hover,
.navbar-custom .nav li ul li a:focus {

	text-decoration:none;
}


.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fec503;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}

.navbar-custom .nav li a, .navbar-custom .nav li span  {
	color: #fff;
	text-shadow: none; 
	padding-top: 5px;
	padding-bottom: 5px;

}

.navbar-nav li ul {
	display:none;
	margin:0;
	position:absolute;
	top:100%;

    left: 50%;
    transform: translate(-50%, 0);

	background-color: rgba(99, 40, 31, 0.8); 
	list-style:none;
	margin:0;
	padding:0;
	z-index:100;
	width:250px;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}




.navbar-nav li:hover ul {
	display:block;
}

.navbar-nav li ul li {
	padding: 0px; 
}

.navbar-nav li ul li a {
	display:block;
	width:100%;
	text-align:center;
	text-transform:none !important;
	padding: 10px;
}


@media (max-width: 767px) {
	.navbar-header {
		z-index:1040;
	}
	.navbar-custom .navbar-collapse {
		position:absolute;
		top:0;
		width:100vw;
		height: 100vh;
		overflow-y: auto;
		overflow-x: hidden;
		border:none;
		max-height:100vh;
		padding-top:53px;
		background-color:#63281f !important;
		z-index:1030;
	}

	.navbar-nav li ul {
		position:relative;
		top:0%;
		left: 0%;
		transform: translate(0, 0);
		background-color: transparent; 
		margin:0 0 0 20px;
		padding:0;
		width:100%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

/*
	.navbar-custom .navbar-collapse {
		position:absolute;
		left:0; right:0;
		top:53px; bottom:0;
		overflow: auto;
	}
	.navbar-nav li ul {
		position:relative;
		top:0%;
		left: 0%;
		transform: translate(0, 0);
		background-color: transparent; 
		list-style:none;
		margin:0 0 0 20px;
		padding:0;
		z-index:100;
		width:100%;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	}
*/
	.navbar-nav li ul li a {
		text-align:left;
	}

}
@media (min-width: 768px) {


	.navbar-custom {
		padding: 15px 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		border: none;

	}
		.navbar-custom::after {
			content: '';
			position: absolute;
			width:0;
			height:5px;
			bottom: 0;
			left:  0;
			background-color:#fec503;

			-webkit-transition: all 1s;
			-moz-transition: all 1s;
			transition: all 1s;
			border: none;
		}
		.navbar-custom.affix::after {
			width:100%;
		}
	.navbar-custom.affix {
		background-color: rgba(99, 40, 31, 1); 
	}


  .navbar-custom .navbar-brand {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
  
}




header {
  background-image: url('../media/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  max-height:600px;
}
header .intro-text {
  padding-top: 50px;
  padding-bottom: 20px;
}

header .intro-text .intro-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 100px;
  }
  header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.75em;
    margin-bottom: 10px;
  }
}

.logo-siwejka {
	width:150px;
	margin-top:-5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}





.navbar-top {
	position:absolute;
	top:-30px;
	right:0;
	color:#fff;
}
	.navbar-top a { color: #fff; }
@media (max-width: 767px) {
	.navbar-top {
		position:relative;
		top:0px;
		padding:0px;
		text-align:center;
	}
}




section#page-content, section#news-list {
	padding-bottom:50px;
}

section#page-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top:0;
  color: #63281f;
}
	section#page-content h2 a { color: #fec503; }
 

section#news-list h2 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top:0;
  color: #63281f;
}
	section#news-list h2 a { color: #fec503; }

section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(99, 40, 31, 0.0);

  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  background: rgba(99, 40, 31, 0.9);
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  font-size: 22px;
  text-align: left;
	padding:15px 20px;
	bottom:0;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {

}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content p {
	color: #fec503;
	margin:0;
}


#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}




aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #fec503;

}
.info-content {
	margin-top: 10px;
}

section#contact a {
  color: #000;
}
section#contact .section-heading {
  color: #000;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fec503;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}

section#contact i {
	background: rgb(99, 40, 31) none repeat scroll 0 0;
	border-bottom: 4px solid rgba(233, 233, 233, 0.8);
	border-radius: 100px;
	color: #fff;
	display: block;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	width: 60px;
}

footer {
	padding: 25px 0;
	text-align: center;
}
footer span.copyright {
  line-height: 40px;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fec503;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #fec503;
}
::selection {
  text-shadow: none;
  background: #fec503;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fec503;
}


#contact {
	padding: 25px 0;
}

#portfolio {
	padding: 10px 0 40px 0;
}

#services {
	padding: 20px 0 0 0;
}



.gallery-photos a {
	margin-bottom:30px;
}


.gallery-item {
  margin: 0 0 15px;
  right: 0;
}

.gallery-item .gallery-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.gallery-item .gallery-link .gallery-hover {
  background: rgba(99, 40, 31, 0.0);

  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.gallery-item .gallery-link .gallery-hover:hover {
  background: rgba(99, 40, 31, 0.9);
}

.gallery-item .gallery-link .gallery-hover .gallery-hover-content {
  position: absolute;
  width: 100%;
  font-size: 20px;
  text-align: left;
	padding:15px 20px;
	bottom:0;
  color: white;
}
.gallery-item .gallery-link .gallery-hover .gallery-hover-content i {

}

.gallery-item .gallery-link .gallery-hover .gallery-hover-content p {
	color: #fec503;
	margin:0;
}


.gallery-item .gallery-link .gallery-hover .gallery-hover-content h3,
.gallery-item .gallery-link .gallery-hover .gallery-hover-content h4 {
  margin: 0;
}
.gallery-item .gallery-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
.gallery-item .gallery-caption h4 {
  text-transform: none;
  margin: 0;
}
.gallery-item .gallery-caption p {
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
 






.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}

.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}

.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}



.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: rgba(99, 40, 31, 1);
	border-color: rgba(99, 40, 31, 1);
	color: #fff;
}

.pagination > li > a, .pagination > li > span {
	color: rgba(99, 40, 31, 1);
	border-color: rgba(99, 40, 31, 1);
}

.pagination > li > a:hover {
	background-color: rgba(99, 40, 31, 0.7);
	color: #fff;
	border-color: rgba(99, 40, 31, 1);
}