* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', arial, sans-serif;
}

body {
  background-color: white;
}

#about {
  background-color: white;
}

ul {
  list-style: none;
}

p {
  color: #5a5a5a;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 24px;
}

.primary-button a {
  display: inline-block;
  background-color: #4ca9e1;
  padding: 12px 18px;
  color: white;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.5s;
}

.primary-button a:hover {
  background-color: #e5097e;
}

.white-button a {
  display: inline-block;
  background-color: #fff;
  padding: 12px 18px;
  color: #121212;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.5s;
}

.white-button a:hover {
  background-color: #121212;
  color: white;
}

.section-heading h4 {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #121212;
}

.section-heading .line-dec {
  width: 60px;
  height: 3px;
  background-color: #121212;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  height: 8rem;
  background-color: transparent;
  text-align: center;
  line-height: 8rem;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
  text-shadow: none;
}

.navbar-brand {
  line-height: 8rem;
  padding: 0px;
}

.navbar-nav > li > a {
  color: white !important;
  font-size: 12pt;
  font-weight: 300;
  text-shadow: none;
  line-height: 80px;
  padding: 0px;
  letter-spacing: 0.5px;
}

.navbar-nav > li {
  margin-left: 45px;
}

.header.active .navbar-nav > li > a {
  font-size: 12pt;
  font-weight: 300;
  text-shadow: none;
  color: #121212 !important;
}

.header.active {
  background-color: white;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.navbar-brand .logo {
  margin-top: 10px;
  background-image: url(../img/copytech-light.png);
  display: inline-block;
  width: 125px;
  height: 52px;
  background-repeat: no-repeat;
}

.header.active .navbar-brand .logo {
  margin-top: 10px;
  background-image: url(../img/copytech-dark.png);
  display: inline-block;
  width: 125px;
  height: 52px;
  background-repeat: no-repeat;
}

#main-nav {
  background-color: transparent;
  background-image: none !important;
}

.header .navbar-brand {
  font-weight: 900;
}

.navbar-inverse {
  background-image: none;
  background-color: transparent;
}

.header .navbar {
  margin: 0;
  border: none;
}

.page-section {
  padding: 10px 0;
}

.navbar-inverse .navbar-toggle {
  margin-top: 22px;
  border-color: #369fdd;
  background-color: #4ca9e1;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #369fdd;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 15px !important;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .header .navbar-brand {
    padding-left: 0;
  }
  .navbar-nav {
    float: right;
  }
}

@media (max-width: 480px) {
  .page-section h1 {
    font-size: 3em;
  }
  .page-section h2 {
    font-size: 2em;
  }
  .page-section p {
    font-size: 1em;
    margin: 0 0 20px;
  }
}

/* HERO SLIDER */
.slide-caption {
  color: white;
}

.slide-caption span {
  font-size: 14px;
  text-transform: uppercase;
}

.slide-caption h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
}

.slide-caption p {
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 24px;
}

ul.cd-hero-slider {
  margin-bottom: 0px !important;
}

/* WHAT WE DO */
#about {
  padding-top: 80px;
}

#about .section-heading {
  margin-bottom: 60px;
}

.service-item {
  cursor: initial;
  background-color: #fff;
  text-align: center;
  padding: 80px 20px;
  transition: all 0.7s;
  box-shadow: 0px 0px 15px #cdcdcd;
  height: 50rem;
  max-height: 50rem;
}

@media (max-width: 576px) {
  #about .col-xs-12 {
    padding-bottom: 0;
  }
  .service-item {
    height: 35rem;
    max-height: 35rem;
  }
  .profile-item {
    height: 35rem !important;
  }
}

@media (min-width: 576px) {
  #about .col-xs-12 {
    padding-bottom: 0;
  }
  .service-item {
    height: 25rem;
    max-height: 25rem;
  }
  .profile-item {
    height: 35rem !important;
  }
}

@media (min-width: 768px) {
  .service-item {
    height: 40rem;
    max-height: 40rem;
  }
  .profile-item {
    height: 50rem !important;
  }
}

@media (min-width: 992px) {
  .service-item {
    height: 50rem;
    max-height: 50rem;
  }
  .profile-item {
    height: 40rem !important;
  }
}

@media (min-width: 1200px) {
  .service-item {
    height: 45rem;
    max-height: 45rem;
  }
  .profile-item {
    height: 45rem !important;
  }
}

.service-item h4 {
  font-size: 18pt;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 25px;
}

.first-service .icon {
  background-image: url(../img/first-service-main.png);
  height: 32px;
  width: 32px;
  display: inline-block;
}

.second-service .icon {
  background-image: url(../img/second-service-main.png);
  height: 32px;
  width: 22px;
  display: inline-block;
}

.third-service .icon {
  background-image: url(../img/third-service-main.png);
  height: 32px;
  width: 32px;
  display: inline-block;
}

.third-service .icon-secondary {
  background-image: url(../img/second-service-main.png);
}

.fourth-service .icon {
  background: url(../img/fourth-service-main.png);
  height: 32px;
  width: 32px;
  display: inline-block;
}

.fifth-service .icon {
  background: url(../img/fifth-service-main.png);
  height: 32px;
  width: 32px;
  display: inline-block;
}

#what-we-do {
  background-image: url(../img/what-we-do-bg.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
  color: white;
}

#what-we-do .right-image img {
  width: 100%;
  overflow: hidden;
}

#what-we-do h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-bottom: 25px;
}

#what-we-do p {
  margin-bottom: 30px;
  color: white;
}

#what-we-do ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* PORTFOLIO */
#portfolio {
  text-align: center;
}

.projects-holder .mix {
  display: none;
}

.filter-categories {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 10px;
  display: inline-block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14pt;
  text-transform: capitalize;
  font-weight: 400;
}

.filter-categories ul li.active span {
  color: #4ca9e1;
}

.project-item {
  margin-top: 30px;
}

.project-item .thumb {
  position: relative;
  text-align: center;
  display: inline-block;
}

.project-item .thumb img {
  width: 100%;
  overflow: hidden;
}

#contact .section-heading h4 {
  color: white;
}

#contact .section-heading .line-dec {
  background-color: #fff;
}

#contact {
  background-color: #202628;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

#contact .row {
  padding-bottom: 0px !important;
}

#contact .map img {
  width: 100%;
  overflow: hidden;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: white;
  background-color: rgba(250, 250, 250, 0.1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: white;
  background-color: rgba(250, 250, 250, 0.1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
  background-color: #4ca9e1;
  padding: 12px 18px;
  color: white;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 20px;
}

#contact button:hover {
  color: white;
  background-color: #e5097e;
  transition: all 0.3s;
}

/* FOOTER */
footer {
  background-color: #202628;
  padding: 20px;
}

footer p {
  font-size: 12px;
  color: white;
  margin-bottom: 0px;
  margin-top: 20px;
}

footer em {
  font-style: normal;
  font-weight: 700;
  color: #4ca9e1;
}

footer ul {
  margin-top: 15px;
  float: right;
}

footer ul li {
  display: inline-block;
  margin-left: 5px;
}

footer ul li a {
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  background-color: #e5097e;
  color: #202628;
  border-radius: 50%;
}

footer ul li a:hover {
  color: #202628;
  background-color: #e5097e;
  transition: all 0.5s;
}

/* LIGHT BOX */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: white;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ca9e1;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  #main-nav {
    border-color: white;
    margin-top: 3rem;
    background-color: white;
    box-shadow: 0px 5px 10px #cdcdcd;
  }
  .navbar-nav {
    padding: 0px;
    margin-top: 0px;
    margin-top: 0px;
  }
  .navbar-nav > li {
    margin-left: 0px;
    border-bottom: 1px solid #eee;
  }
  .navbar-nav > li:last-child {
    border-bottom: none;
  }
  .navbar-nav > li > a {
    line-height: 50px;
    color: #121212 !important;
  }
}

@media (max-width: 768px) {
  .cd-hero .slide-caption span {
    font-size: 13px;
  }
  .cd-hero .slide-caption h2 {
    font-size: 28px;
  }
}

@media (max-width: 1015px) {
  .slide-caption .content-caption p {
    padding: 0 10%;
  }
  .service-item {
    margin-bottom: 30px;
  }
  #what-we-do .right-image {
    margin-top: 60px;
  }
  #blog .pop {
    top: 15%;
    height: 80%;
    overflow-y: scroll;
  }
  .fact-item {
    margin-bottom: 15px;
  }
  .map {
    margin-bottom: 45px;
  }
  footer {
    text-align: center;
  }
  footer ul {
    float: none;
  }
}

.info-about {
  font-size: 12pt;
}

.info-tab {
  padding-bottom: 3rem;
}

.info-title {
  color: #4ca9e1;
  display: block;
  font-size: 18pt;
}

.info-content h1 {
  color: #4ca9e1;
  display: inline;
  font-size: 14pt;
}

.info-content {
  color: white;
  display: block;
  margin-left: 2rem;
}

.info-content a {
  color: #ffd000;
}

#map {
  height: 50rem;
}

td:last-of-type {
  font-weight: bold;
}

#price-list {
  padding-top: 4rem;
}

#price-list h1 {
  font-size: 16pt;
}

#webdesign .line-dec {
  margin-bottom: 5rem;
}

#webdesign p {
  font-size: 12pt;
}

#webdesign #banner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

.profile-picture {
  width: 10rem;
}

.profile-item {
  cursor: initial;
  background-color: #fff;
  text-align: center;
  padding: 20px 20px;
  transition: all 0.7s;
  box-shadow: 0px 0px 15px #cdcdcd;
  height: 0rem;
}

.profile-item a, .profile-item h1 {
  display: inline-block;
}

.profile-item h1 {
  font-size: 12pt !important;
  margin-top: 10px !important;
}

.profile-item h4 {
  font-size: 18pt;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.profile-item #ales {
  font-size: 9pt !important;
}

.contact-list {
  height: 0rem;
}

.profile .icon {
  background-size: contain;
  height: 128px;
  width: 128px;
  display: inline-block;
}

.first-profile .icon {
  background-image: url("https://bootdey.com/img/Content/avatar/avatar1.png");
}

.second-profile .icon {
  background-image: url("https://bootdey.com/img/Content/avatar/avatar5.png");
}

.third-profile .icon {
  background-image: url("https://bootdey.com/img/Content/avatar/avatar6.png");
}

.fourth-profile .icon {
  background-image: url("https://bootdey.com/img/Content/avatar/avatar8.png");
}

.fifth-profile .icon {
  background-image: url("https://bootdey.com/img/Content/avatar/avatar7.png");
}

.sixth-profile .icon {
  background-image: url("../img/a_kapl.png");
  background-repeat: no-repeat;
}

#opening-hours {
  text-align: center;
  color: white;
}

.title {
  color: #4ca9e1 !important;
  text-align: center;
}

.closed {
  color: #b40763;
}

#eet-blbost {
  font-size: 8pt;
  text-align: center;
  color: gray;
  margin-bottom: 3rem;
}

#download {
  padding-bottom: 5rem;
}

#download a {
  color: #ffd000;
}

#download a:hover {
  color: #e5097e;
  text-decoration: none;
}

#download h3 {
  color: white;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: rgba(51, 51, 51, 0.03);
}

#rejstrik {
  text-align: center;
  font-size: 11pt;
  color: white;
}

#intro {
  text-align: center;
  font-size: 14pt;
  padding-bottom: 5rem;
}

@media (min-width: 690px) {
  .navigate {
    visibility: hidden !important;
  }
}

.navigate {
  visibility: visible;
  padding-top: 2rem;
  text-align: center;
}

.navigate button {
  background-color: #e3e3e3 !important;
  border: none;
}

.navigate button:hover {
  background-color: #4ca9e1 !important;
}

.navigate button:hover a {
  color: white;
}

.navigate a {
  color: #373738;
}

.navigate a:hover {
  text-decoration: none;
}

.contact-heading {
  padding-top: 2rem;
}

.email-address {
  color: #e5097e !important;
  font-size: 12pt;
}

.email-address .diff-text {
  color: #4ca9e1 !important;
  font-size: 8pt;
}
 

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