/*!
 * Start Bootstrap - Creative v1.1.0 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}
body {
  font-family: 'Ubuntu', Arial, sans-serif;
}
hr {
  border-color: #F05F40;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
  outline: 0 !important;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #F05F40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar{
  min-height:70px;
}
.navbar img{
  width:85%;
  transition: all 1s;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.6rem;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 100;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
  letter-spacing: 0.1rem;
  padding: 25px 20px 0px;
  height: 70px;
  transition: all 0.2s;
  outline: 0;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fc0040 !important;
  font-weight: 500;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fc0040 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #fc0040;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #fefefe;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: rgba(0, 0, 0, 1);
    min-height:60px !important;
  }
  .navbar-default.affix a {
    height:60px !important;
    padding:20px 20px 0px !important;
  }
  .navbar-default.affix img {
    width:80%;
    margin-top: -10px;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header_bg.png');
  text-align: center;
  color: white;
}
header:before {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.8);
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  color:#fc0040;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 8rem;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.025rem;
    color:#fc0040;
    margin-top:-25px;
  }
  header .header-content .header-content-inner p {
    font-family: 'Ubuntu', Arial, sans-serif;
    font-weight: 700;
    font-size: 6rem;
    margin-left: auto;
    margin-right: auto;
    color:#fefefe;
    letter-spacing: 0.25rem;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  border:2px solid #fc0040;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Ubuntu', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #F05F40;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: #fefefe;
  background-color: transparent;
  border-color: #fc0040;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fc0040;
  border-color: #fc0040;
}
.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.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: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}
.btn {
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 1.6rem;
  border: 3px solid #fc0040;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
.button-left{
  width:60%;
  float: right;
}
.button-right{
  width:60%;
  margin-left:10px;
  padding:18px;
  border:0px solid;
  background-color: #fc0040;
  float:left;
  transition: all 0.5s;
}
.button-right:hover{
  background-color:#cf0028;
}
/* menu */
.with-indicator .Nav-item:first-child:before, .with-indicator .Nav-item:first-child:after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  -webkit-transition: left 1.3s ease;
  transition: left 1.3s ease;
}
/*.with-indicator .Nav-item:first-child:after {
  border: 6px solid transparent;
  border-top-color: #fc0040;
  width: 0;
  height: 0;
  bottom: 0;
  margin-left: -30px;
  transform: rotate(180deg);
}*/
.with-indicator .Nav-item:nth-child(1).is-active ~ .Nav-item:first-child:after {
  left: 0%;
}
.with-indicator .Nav-item:nth-child(1).is-active ~ .Nav-item:first-child:before {
  left: 12.5%;
}
.with-indicator .Nav-item:nth-child(2).is-active ~ .Nav-item:first-child:after {
  left: 25%;
}
.with-indicator .Nav-item:nth-child(2).is-active ~ .Nav-item:first-child:before {
  left: 37.5%;
}
.with-indicator .Nav-item:nth-child(3).is-active ~ .Nav-item:first-child:after {
  left: 50%;
}
.with-indicator .Nav-item:nth-child(3).is-active ~ .Nav-item:first-child:before {
  left: 62.5%;
}
.with-indicator .Nav-item:nth-child(1):hover ~ .Nav-item:first-child:after {
  left: 0% !important;
}
.with-indicator .Nav-item:nth-child(1):hover ~ .Nav-item:first-child:before {
  left: 12.5% !important;
}
.with-indicator .Nav-item:nth-child(2):hover ~ .Nav-item:first-child:after {
  left: 25% !important;
}
.with-indicator .Nav-item:nth-child(2):hover ~ .Nav-item:first-child:before {
  left: 37.5% !important;
}
.with-indicator .Nav-item:nth-child(3):hover ~ .Nav-item:first-child:after {
  left: 50% !important;
}
.with-indicator .Nav-item:nth-child(3):hover ~ .Nav-item:first-child:before {
  left: 62.5% !important;
}
.with-indicator .Nav-item:first-child:hover:before, .with-indicator .Nav-item:first-child.is-active:before {
  left: 87.5% !important;
}
.with-indicator .Nav-item:first-child:hover:after, .with-indicator .Nav-item:first-child.is-active:after {
  left: 75% !important;
}
#portfolio .section-heading:before {
    content: " ";
    display: block;
    height: 200%;
    box-shadow: none;
    width: 1px;
    background-color: #d7d7d7;
    position: absolute;
    right: 20px;
    top: -50%;
    transform: rotate(10deg);
}
#portfolio p, .orderCost p{
  letter-spacing: 0.15rem;
  font-family: 'Taviraj', serif;
  font-size: 1.4rem;
}
.section-heading span {
  color: #fc0040;
  text-transform: uppercase;
  font-size:2.4rem;
}
.section-heading i {
  font-size: 1.8rem;
}
.owl-carousel.row {
  margin-left:0px !important;
  margin-right:0px !important;
}
#portfolio .container-fluid {
  padding-left:0px !important;
  padding-right:0px !important;
}
.portfolio-box-caption-content{
  width: 200px;
  height: 200px;
}
.circle {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: black;
  margin: 0 auto;
  padding-top:80px;
  transition: ease-in 0.2s;
}
.portfolio-box:hover .circle{
  width: 200px;
  height: 200px;
}
.portfolio-box .project-category {
  font-size: 0.1rem !important;
  letter-spacing: 0.05rem;
  font-weight: 400 !important;
  color:#fefefe;
  opacity: 0;
  transition: ease-in 0.2s;
}
.portfolio-box .project-name {
  font-size: 0.1rem !important;
  font-weight:500;
  letter-spacing: 0.05rem;
  color:#fc0040;
  text-transform: uppercase;
  opacity: 0 !important;
  transition: ease-in 0.2s;
}
.portfolio-box:hover .project-name{
  opacity: 1 !important;
  font-size: 1.6rem !important;
}
.portfolio-box:hover .project-category{
  margin-top:-10px;
  opacity: 1 !important;
  font-size: 1.2rem !important;
}
#order {
  padding:80px 0 40px !important;
}
.service-box{
  border:1px solid rgba(0,0,0,0.1);
  padding: 50px 20px;
  transition: all 0.2s;
  cursor: pointer;
}
.service-box i {
  font-size:4rem;
  color:#fc0040;
  transition: all 0.2s;
}
.service-box h3{
  font-size:1.5rem;
  text-transform: uppercase;
  font-weight: 400;
}
.service-box:hover {
  background-color: #fc0040;
  color:white;
}
.service-box:hover i, .service-box:hover p {
  color:white;
  transition: all 0.2s;
}
.step .section-heading{
  margin-top:40px;
}
.step .service-box{
  padding: 20px 10px;
  min-height:190px;
}
.step p {
  font-size:1.3rem;
}

.service-box.active {
  background-color: #fc0040;
  color:white;
}
.service-box.active i, .service-box.active p {
  color:white;
  transition: all 0.2s;
}
#siteStep2, #siteStep3, #siteStep4, #siteStep5, #siteStep6, #siteStep7, #siteStep8, #siteStep9, #siteStep10, h3.sitePortal, h3.siteApp, h3.shopMini, h3.shopMedium, h3.shopBig, h3.shopCustom {
  display:none;
}
#siteStep9 .service-box {
  min-height:  95px;
}
#contact .section-heading {
  font-weight:bold;
  font-size:2.4rem;
  text-transform:  uppercase; 
  margin-top: 40px;
}
#contact .section-heading span {
  font-size:2.4rem;
}
#contact input, #contact textarea {
  margin-top:15px;
}
.form-control {
  border:initial;
  border-bottom: 1px solid #fc0040;
  border-radius: initial;
  -webkit-box-shadow:initial ;
  box-shadow:initial;
  -webkit-transition:initial ;
  -o-transition: initial;
  transition: initial; 
}
.form-control:focus{
  border-color: #fc0040;
  border-bottom: 2px solid #fc0040;
  outline: 0;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.btn.btn-default{
  color: rgb(255, 255, 255) !important;
  background-color: #fc0040 !important;
  font-size:1.4rem;
}
#contact{
  padding:0px;
}
#contact button {
  float:right;
  margin: 20px 0px;
}
#contact .btn.btn-default:hover{
    border-color: #cf0028;
    background-color: #cf0028 !important  ;
    transition: all 0.5s;
}
footer {
    background: #cf0028;
    color: #ffffff;
    padding: 40px 0 0px 0;
    min-height:200px;
}
.hexagon {
    margin: 0 auto;
    margin-top: -60px;
    width: 60px;
    height: 35px;
    background: white;
    position: relative;
    text-align: center;
}
.hexagon:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 15px solid white;
}
.hexagon:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid white;
}
.hexagon i {
  font-size: 4rem;
  color:#fc0040;
}
#prize {
  padding:10px;
  background-color: #cf0028;
  color:white;
  text-transform: uppercase;
}
#formularz label {
  font-size: 1.2rem;
}
.orderCalc {
  margin-top: -60px;
}
.orderCost .section-heading:before {
    content: " ";
    display: block;
    height: 200%;
    box-shadow: none;
    width: 1px;
    background-color: #d7d7d7;
    position: absolute;
    right: 20px;
    top: -50%;
    transform: rotate(10deg);
}
.prizeLeft {
  background-color: #731026 !important;
}
#prize h4 {
  font-size:1.5rem;
}
.prizeLeft span {
  font-size:1.8rem;
  font-weight: 700;
}
.contactForm {
  margin-top: 40px;
  margin-bottom: 80px;
}
.icons i.fa {
    font-size: 40px;
    color: white;
    transition: all 0.5s;
}
ul.footer-social li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
ul.footer-social {
  margin-left: -40px;
}
.icons{
  margin-top:20px;
}
}
/*** Responsive Shit ***/
@media (max-width: 992px) {

}
@media (max-width: 768px) {
 header {
  height: 100vh;
}
.header-content-inner a {
  display: block;
  float: initial;
  width: 60%;
  margin: 0 auto;
}
header .header-content .header-content-inner p {
    font-weight: 300;
    color: white;
    font-size: 25px;
    margin-top:10px;
    margin-bottom:5px;
}
.navbar-default .navbar-header .navbar-toggle {
  color: #fff;
  margin-top: 15px;
}
.navbar-default {
  background-color: black;
}
#portfolio .section-heading:before {
    background-color: white;
}
#order .section-heading:before {
    background-color: white;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fc0040;
    border:initial;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fc0040;
    margin-top: 10px;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: #fbfbfb;
}
.button-left {
    width: 60% !important;
}
.button-right {
    width: 60% !important;
}
}
#returnmessage, #returnmessage2{
  font-size: 1.6rem;
}