/* webfonts */

@import 'https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,900,900i';

/* global */

body {
	color: #000;
	font-family: 'Libre Franklin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body, html {
    height: 100%;
}
blockquote, body, div, input, p, textarea {
	-webkit-font-smoothing: subpixel-antialiased;
}
b, strong {
    font-weight: 900;
}
a:hover {
	text-decoration: none;
}
.trans {
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.txt-primary , .txt-hover-primary:hover {
	color: #0713f0 !important;
}
.bg-primary , .bg-hover-primary:hover {
	background-color: #0713f0;
}
.txt-secondary , .txt-hover-secondary:hover {
	/*color: #ff8b00 !important;*/
	color: #84c8f0 !important;
}
.bg-secondary , .bg-hover-secondary:hover {
	/*background-color: #ff8b00;*/
	background-color: #84c8f0;
}
hr {
    border-top: 1px solid #58595b;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    width: 100%;
    float: left;
}
.dropdown-menu p {
	color: #000;
	margin: 0;
	padding: 5px 10px;
}
.navitems li a:hover {
	background: none;
}

/* mobile navigation */

.mobile {
	background-color: rgba(7,19,240,.8);
	bottom: 0;
	left: -100%;
	padding: 110px 15px 15px 15px;
	position: fixed;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 7250;
}
.mobile.open {
	left: 0%;
}
.mobile .mobnav {
	list-style: none;
	padding: 0;
}
.mobile .mobnav a {
	color: #fff;
	display: block;
    font-size: 25px;
	font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
	text-transform: uppercase;
}
.mobile .mobnav a:hover {
	color: #FCAC45;
}
.mobile .mobnav a i {
	font-size: 25px;
}

.nav__trigger {
  display: none;
  position: fixed;
  width: 30px;
  height: 25px;
  right: 20px;
  top: 59px;
  z-index: 8500;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #0713f0;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #0713f0;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -10px;
}
.nav__icon:after {
  margin-top: 10px;
}
.open .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.open .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.open .nav__icon:before,
.open .nav__icon:after {
	background: #84c8f0;	
}

/* end mobile navigation */

/* homepage */

#contacts {
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
}
#contacts.smaller {
	padding: 5px 0 2px 0;
}
#contacts p {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}
#contacts.smaller p {
	font-size: 16px;
	line-height: 18px;
}
#contacts .icons {
	text-align: right;
}
#contacts .icons a {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	padding: 0 3px;
}
#contacts.smaller .icons a {
	font-size: 18px;
	line-height: 18px;
}

/* hero / header section */

.hero {
	color: #fff;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	align-content: center;
	position: relative;
	width: 100%;
	justify-content: center;
	overflow: visible;
}
.header {
	background-position: center;
    background-size: cover;
	color: #fff;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	height: 60%;
	align-content: center;
	position: relative;
	width: 100%;
	justify-content: center;
}
.hero .navarea , .header .navarea {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5000;
}
.hero .navarea .navrow , .header .navarea .navrow {
	background-color: #ffffff;
	background-color: rgba(255,255,255,.8);
	padding: 50px 0 10px 0;
}
#shortnav {
	background-color: #ffffff;
	background-color: rgba(255,255,255,.8);
	padding: 10px 0;
	position: fixed;
	top: -10px;
	width: 100%;
	z-index: 8000;
}
#shortnav.visible {
	top: 25px;
}
.navbox {
	text-align: center;
}
.navbox .logo {
	display: inline-block;
	height: 60px;
	width: auto;
}
.navbox .shortlogo {
	display: inline-block;
	height: 30px;
	width: auto;
}
.navitems {
	display: inline-block;
	height: 30px;
	margin: 15px 0 0 0;
	padding: 0;
	width: 325px;
}
#shortnav .navitems {
	margin-top: 0;
}
.navitems.l {
	margin-right: 40px;
	text-align: right;
}
.navitems.r {
	margin-left: 40px;
	text-align: left;
}
.navitems li {
	display: inline-block;
}
.navitems li a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    padding: 5px 8px;
    text-transform: uppercase;
}
.hero h1 {
	font-size: 70px;
	font-weight: 900;
	line-height: 75px;
	margin: 5px auto;
	text-align: center;
	text-shadow: 0 0 15px #000;
	text-transform: uppercase;
	z-index: 1000;
}
.header h1 {
	font-size: 40px;
	font-weight: 900;
	line-height: 35px;
	margin: 75px auto 0;
	text-align: center;
	text-shadow: 0 0 15px #000;
	text-transform: uppercase;
}
.hero .readmore {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	margin: 5px auto;
	padding: 15px 40px;
	text-transform: uppercase;
	z-index: 1000;
}
.hero .readmore:hover {
	background-color: #0713f0;
}
.hero .down {
	margin: 0 0 40px 0;
}
.downlink {
	background-color: rgba(255,255,255,.8);
	border-radius: 100px;
	bottom: 10px;
	font-size: 45px;
	height: 60px;
	left: 50%;
	line-height: 60px;
	margin-left: -30px;
	position: absolute;
	text-align: center;
	width: 60px;
	z-index: 50;
}
#galleria {
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.hero , #galleria {
	height: 850px;
}

/* end of hero section */

/* intro section */

#intro {
	background-color: #58595b;
	color: #fff;
	font-size: 24px;
	padding: 50px 0;
	text-align: justify;
}

#diagram {
	color: #ff8b00;
	display: block;
	margin: auto;
	margin-bottom: 50px;
}

/* end of intro section */

/* services section */

#services {
	list-style: none;
	margin: 0;
	padding: 0;
}
#services li {
	font-size: 18px;
	padding: 50px 0;
}
#services li:nth-child(odd) {
	background-color: #e6e7e8;
	text-align: left;
}
#services li:nth-child(even) {
	background-color: #f1f2f2;
	text-align: right;
}
#services li h2 {
	font-size: 36px;
	font-weight: 900;
	margin-top: 0;
}
#services li .serviceimg {
	background-position: center;
	background-size: cover;
	border-radius: 100px;
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 0px 5px rgba(0,0,0,0.5);
	float: left;
	height: 150px;
	margin-right: 25px;
	width: 150px;
}
#services li .si1 {
	background-image: url(../img/service-1.png);
}
#services li .si2 {
	background-image: url(../img/service-2.png);
}
#services li .si3 {
	background-image: url(../img/service-3.png);
}
#services li:nth-child(odd) .serviceimg {
	float: left;
	margin-right: 25px;
}
#services li:nth-child(even) .serviceimg {
	float: right;
	margin-left: 25px;
}
#services li .readmore {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
	line-height: 20px;
	margin: 5px auto;
	padding: 15px 40px;
	text-transform: uppercase;
}
#services h4 {
	font-weight: 900;
}

/* end of services section */

/* portfolio section */

.portfolioimages {
	list-style: none;
	padding: 0;
}
.portfolioimages li {
	float: left;
	margin: 0 10px 10px 0;
}
.portfolioimages li a {
	background-color: #0713f0;
}
.portfolioimages li a img {
	height: 100px;
	width: 100px;
}
.portfoliolink {
	font-size: 24px;
	font-weight: 900;
}

/* end of portfolio section */

/* blog section */

.blogpreview {
    height: 75px;
}
#blog h2 {
    font-size: 36px;
    font-weight: 900;
    margin-top: 0;
    text-transform: uppercase;
}
#blog .readmore {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    margin: 5px auto 25px;
    padding: 10px 25px;
    text-transform: uppercase;
}

/* end of blog section */

/* testimonials section */

#testimonials {
	background-color: #58595b;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}
#testimonials .quote {
	display: block;
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 10px;
	padding: 0 110px;
	position: relative;
	text-align: justify;
	width: 100%;
}
#testimonials .quote::before {
	content: url(/assets/img/quote-66.svg);
	left: 0;
	position: absolute;
	top: 5px;
}
#testimonials .quote::after {
	content: url(/assets/img/quote-99.svg);
	position: absolute;
	right: 0;
	top: 5px;
}
#testimonials .testlink {
	color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    margin: auto;
    padding: 15px 40px;
    text-transform: uppercase;
}

/* end of testimonials section */

/* main content section */

.content {
	background-color: #e6e7e8;
	padding: 50px 0;
}
.roundimg {
	background-position: center;
	background-size: cover;
	border-radius: 100px;
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 0px 0px 5px rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 0px 5px rgba(0,0,0,0.5);
	display: block;
	height: 200px;
	margin: 25px auto;
	width: 200px;
}

/* end of main content section */

/* testimonials page */

.testimonial {
	display: inline-block;
	padding: 0 30px;
	position: relative;
	text-align: justify;
}
.testimonial::before , .testimonial::after {
	color: #0713f0;
	font-size: 40px;
	font-weight: 900;
	line-height: 20px;
	position: absolute;
	top: 11px;
}
.testimonial::before {
	content: '“';
	left: 0;
}
.testimonial::after {
	content: '”';
	right: 0;
}
.customer {
	font-size: 12px;
	font-weight: 900;
	margin: 0 30px;
	text-transform: uppercase;
}

/* end of testimonials page */

/* contact section */

#contact h2 , #contact h3 , #contact h4 {
	font-weight: 900;
	text-transform: uppercase;
}
#contact h2 {
	line-height: 25px;
	margin-top: 0;
}
#contact .form-control {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#contact .form-control:hover , #contact .form-control:focus {
	background-color: #58595b;
	color: #fff;
}
#contact textarea.form-control {
    height: 83px;
}
#contact .form-control:hover::-webkit-input-placeholder , #contact .form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
#contact .form-control:hover::-moz-placeholder , #contact .form-control:focus::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
#contact .form-control:hover:-ms-input-placeholder , #contact .form-control:focus:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
#contact .form-control:hover:-moz-placeholder , #contact .form-control:focus:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
.btn-send {
	border-radius: 0;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}
.btn-send:hover {
	color: #fff;
}
.serviceareas {
	padding: 0;
}
.serviceareas li {
	display: inline-block;
	margin: 0 3px 0 25px;
}
.serviceareas li:first-child {
	margin: 0 3px 0 0;
}
.serviceareas li::before {
  content: '\2022';
  margin: 0 5px 0 -25px;
}
.serviceareas li:first-child::before {
  content: '';
  margin: 0;
}

/* end of contact page */

/* footer section */

#footer {
	color: #000;
	font-size: 18px;
	line-height: 21px;
	padding: 50px 0;
}
#footer a {
	color: #000;
	font-weight: 900;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer .footer-logos {
	clear: both;
	float: right;
	margin-bottom: 25px;
	max-height: 100px;
	max-width: 200px;
}

/* end of footer section */

/* responsive */

@media (max-width: 991px) {
	.navitems {
    width: 275px;
  }
	.navitems.l {
    margin-right: 20px;
  }
	.navitems.r {
    margin-left: 20px;
  }
  .navitems li a {
    font-size: 16px;
  }
  .hero , #galleria {
		height: 750px;
  }
}

@media (max-width: 768px) {
  #shortnav .navitems , .hero .navarea, .header .navarea {
    display: none;
  }
  #shortnav .shortlogo {
    float: left;
    height: 30px;
    width: auto;
  }
  .nav__trigger {
	display: block;
  }
  #shortnav , #shortnav.visible {
    top: 45px;
  }
  #contacts , #contacts.smaller {
    padding: 5px 0 2px 0;
  }
  #contacts p , #contacts.smaller p {
  	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
  }
  #contacts , #contacts .icons {
  	text-align: center;
  }
  #contacts .icons a , #contacts.smaller .icons a {
    font-size: 18px;
    line-height: 18px;
  }
  #testimonials .quote {
    font-size: 24px;
    line-height: 24px;
  }
  .hero h1 {
    font-size: 55px;
    line-height: 50px;
  }
  .hero , #galleria {
		height: 550px;
  }
}

@media (max-width: 480px) {
  .hero .navarea {
    display: none;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 35px;
    margin-top: 100px;
  }
  #intro {
    font-size: 18px;
    padding: 25px 0;
  }
  #diagram {
  	height: auto;
    margin-bottom: 25px;
    width: 150px;
  }
  #services li {
    font-size: 14px;
    padding: 25px 0;
    text-align: left !important;
  }
  #services li .serviceimg {
  	display: block;
    float: none;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }
  #services li:nth-child(odd) .serviceimg , #services li:nth-child(even) .serviceimg {
    float: right;
    margin-left: 10px;
    margin-right: 0;
  }
  #services li h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #services li .readmore {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 20px;
  }
  #testimonials {
    padding: 25px 0;
  }
  #testimonials .quote {
    display: block;
    font-size: 24px;
    line-height: 24px;
    padding: 70px 0;
    text-align: justify;
    width: 100%;
  }
  #testimonials .quote::before {
    top: 0;
  }
  #testimonials .quote::after {
  	bottom: 0;
    top: auto;
  }
  #footer {
    font-size: 14px;
    line-height: 16px;
    padding: 25px 0;
  }
  #footer .footer-logos {
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    max-height: 75px;
    max-width: 150px;
  }
  .hero , #galleria {
		height: 450px;
  }
}