/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.6em;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Arial, sans-serif;
}

h2 { font-size: 46px; }

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.text-gray { color: #757575; }

.bg-primary { background: #193A39 !important; }
.bg-primary a { color: #FFF; }

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  font-family: 'Montserrat', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav a.navbar-brand {
	text-indent: -9999px;
  	display: block;
	background-image: url("../img/logo-new.png"); 
	width: 330px;
	height: 88px; 
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 0.8em;
  font-weight: 700;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #FFF !important;
  background-color: #193A39 !important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

.flex-cont {
  display:flex;
  flex-direction:column;
  
}
.foot-img {
  width:233px;
  margin-bottom:10px;
  
}
.foot-img img {
  width:100%;
  height:100%;
}
.f-text {
  padding-left:15px;
}
.f-text h4 {
  font-size:0.75rem;
  color:#fff;
}
.f-text h4 a {
  font-size:0.75rem;
  color:#007bff;
}

/* select lang part  */

.select-css {
  display: block;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%; 
  box-sizing: border-box;
  margin: 0;
  border:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url('../img/down.png');
  background-repeat: no-repeat, repeat;
  background-position: right .4em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
  display: none;
}

.select-css:focus {
  border-color: #aaa;
  color: #000; 
 
}
.select-css option {
  font-weight:normal;
}
.fon-info {
  display:flex;
  justify-content: flex-end;
  align-items: center;
  height:50px;
  margin-left:20px;
  margin-top:5px;
  z-index:5;
  
}
.str {
  font-weight:500;
}




/* select lang part  */



@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(0, 0, 0, 0.9);
	border-bottom: 3px solid transparent;
	margin-left: 0.5em;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #193A39;
	border-bottom: 3px solid #193A39;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #FFF;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #193A39;
	border-bottom: 3px solid #193A39;
  }
}

header.masthead {
  padding-top: 5rem;
  padding-bottom: calc(5rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
  margin-top: 1em;
}

header.masthead p {
  font-weight: 300;
  font-size: 1.4em;
}

/* SUBPAGE */


header.masthead-sub {
	height: auto;
	padding-top: 8vh;
	background: #e7e7e7;
	overflow: hidden;
}

header.masthead-sub .container { 
	padding-bottom: 0;
}

header.masthead-sub h1 { 
	background: #193A39;
	line-height: 110px;
	height: 110px;
	position: relative;
	margin: 0;
	color: #FFF;
	font-weight: 700;
	width: 60%;
}

header.masthead-sub h1:before {
	content: '';
	background: #193A39;
	width: 9999px;
	height: 100%;
	left: -9999px;
	top: 0;
	position: absolute;
}

header.masthead-sub h1:after {
	content: '';
	background-image: url("../img/angled-green.jpg");
	width: 110px;
	height: 110px;
	right: -110px;
	top: 0;
	position: absolute;
}

#content-section-1 {
	background-image: url("../img/subpage-curve.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

.inline-pos {display: inline-block;}
.sakrij {display: none!important}
.showOtherLanguages {float: right;}

/* */


@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {

  header.masthead {
    height: 80vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
  
  
}

@media (min-width: 768px) {
	
#mainNav .navbar-nav > li.nav-item > a.nav-link {
	font-size: 0.8em;
	font-weight: 700;
    padding: 0.5rem 0.5rem;
  }
  header.masthead {
    height: 60vh;
    min-height: 650px;
    padding-top: 3em;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.2rem;
  }
}

@media (max-width: 1100px) {
	#content-section-1 {
	background: none;
	}

}




.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
}

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

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-huge {
padding: 1.5em 8em; }

.btn-primary {
	background-color: #00fa67;
	color: #FFF;
}

.btn-arrowdown {
	background-color: transparent;
	padding: 0;
	color: #000;
	position: relative;
}

.btn-arrowdown:after {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #193A39;
	top: 160%;
	left: 0;
	position: absolute;
}

.btn-arrowdown:hover {
	color: #193A39;
	background: transparent !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #000 !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

/* ***** */

.main-title h1 strong { color: #193A39; }

#section-1 { 
  background-color: transparent;
  background-image: url("../img/section-1-bg.jpg");
  background-position: center center;
  background-size: cover;
}

#section-1 h2 { margin-bottom: 1em; }

.section-1-left, .section-1-right { width: 55%; display: block; }

.section-1-left { float: left; }
.section-1-right { margin-top: 5em; float: right; }


/* */

#section-2 { 
  background-color: transparent;
  background-image: url("../img/section-2-bg.jpg");
  background-position: center center;
  background-size: cover;
} 

#section-2 h2 { margin-bottom: 1em; }

.section-2-left { width: 60%; display: block; }
float: left; }


/* */

#section-3 { }

#section-3 h2 { margin-bottom: 1em; }

#section-3 ul { 
	display: block;
	width: 100%;
}

#section-3 ul li { 
	display: inline-block;
	width: 25%;
	position: relative;
	margin-bottom: 0.4em;
}

#section-3 ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	left: -30px;
	top: 5px;
	background: url("../img/bullet-2.png");
}


#section-3 ul li:nth-child(odd) {
	margin-left: 25%; }
	
#section-3 ul:nth-child(even) {
margin-right: 25%; }

/* */
#contact {}

#contact h2 { margin: 0.5em 0 1em; }
#contact p { width: 100%; margin: 0 auto; font-weight: 300; }

#contact .form-item { display: block; float: left; width: 32%; margin-right: 2%; margin-bottom: 3em; }
#contact .form-item label { color: #FFF; text-align: center; width: 100%; font-size: 14px; font-weight: 600; margin-bottom: 1em; }
#contact .form-item:nth-child(3) { margin-right: 0; }

#contact .form-control:focus {
    outline: none !important;
    border: 2px solid #0a71ae;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

#contact .btn { display: block; width: 50%; margin: 0 auto; }

/* */
#footer {
	padding: 2em 20px;
	background: #000; 
}

#footer .social-menu { float: left; }
#footer .social-menu li { display: inline-block; float: left; margin-right: 0.5em; }
#footer .social-menu li a { display: block; width: 32px; height: 32px; background: #333; border-radius: 100%; line-height: 32px; text-align: center; }
#footer .social-menu li a:hover { background-color: #193A39; }

#footer .footer-menu { float: right; }
#footer .footer-menu li { display: block; float: left; margin-left: 2em; }
#footer .footer-menu li a { color: #FFF; font-weight: 700; }

#footer .footer-menu li a:hover { color: #193A39; text-decoration: none; }



 #footer .footer-copyright { 
  display: block; 
  float: none; 
  text-align: center; 
  margin-top: 2em; 
  color: #CCC !important;
}



body.subpage h2, body.subpage h3 { margin-bottom: 1em; }
body.subpage .content ul { margin-bottom: 3em; }
body.subpage .content ul li { margin-bottom: 1.4em; }
body.subpage .content ul.tight li { margin-bottom: 0.4em; }
body.subpage #mainNav { background: #e7e7e7 !important; }

@media (max-width: 425px) {
  #footer .footer-copyright {
    display: block;
    float: none;
    text-align: center;
    
}
}

@media (max-width: 575.98px) {
  body { font-size: 0.8em; }
  section { padding: 6em 0; }
  #mainNav a.navbar-brand {
    text-indent: -9999px;
    display: block;
    background-image: url(../img/logo.png);
	background-size: 100%;
    width: 165px;
    height: 44px;
}
  header.masthead {
    height: 100vh;
    padding-top: 5em;
    padding-bottom: 0;
	text-align: center !important;
  }
  
  #section-1 * { text-align: center !important; }
  #section-1 h2 { font-size: 2em; }
  #section-1 .section-1-left, #section-1 .section-1-right {
  width: 80%; margin-left: 10%; float: none; }
  
  #section-2 * { text-align: center !important; }
  #section-2 h2 { font-size: 2em; }
  #section-2 .section-2-left { width: 80%; margin-left: 10%; }
  
  #section-3 * { text-align: center !important; }
  #section-3 h2 { font-size: 2em; }
  #section-3 .section-3-container { width: 80%; margin-left: 10%; }
  #section-3 ul li { text-align: left !important; }
  
  #contact p { width: 80%; margin-left: 10%; }
  #contact .form-item { width: 80%; margin-left: 10%; text-align: center; margin-bottom: 1.5em; }
  #contact .form-item label { font-size: 1.2em; margin-bottom: 0.5em; }
  #contact button { width: 80%; margin-left: 10%; padding: 1em 0; }
}

@media (max-width: 767.98px) {
	#mainNav a.navbar-brand {
    text-indent: -9999px;
    display: block;
    background-image: url(../img/logo.png);
	background-size: 100%;
    width: 165px;
    height: 44px;
	}
	
	header.masthead {
    height: 80vh;
    padding-top: 5em;
    padding-bottom: 0;
	text-align: center !important;
	}
	
	#section-1 .section-1-left, #section-1 .section-1-right {
	width: 80%; margin-left: 10%; float: none; text-align: center !important; }
	
	
	#section-3 ul li { 
		display: block;
		width: 100% !important;
		position: relative;
		margin: 0 !important;
		padding-bottom: 0.4em;
		
	}
	
	#section-3 ul { display: inline-block; width: 50%; margin-left: 25%; margin-right: 25%; padding-bottom: 1em !important; }
	
	
	#contact p { width: 80%; margin-left: 10%; }
	#contact .form-item { width: 80%; margin-left: 10%; text-align: center; margin-bottom: 1.5em; }
	#contact .form-item label { font-size: 1.2em; margin-bottom: 0.5em; }
	#contact button { width: 80%; margin-left: 10%; padding: 1em 0; }
	
}

@media (max-width: 991.98px) {
	
	header.masthead-sub h1 {
		text-align: center;
		font-size: 2em;
		width: 100%;
	}
	
	header.masthead-sub h1:after {
	content: '';
	background: #193A39;
	width: 9999px;
	height: 100%;
	right: -9999px;
	top: 0;
	position: absolute;
}
	
	
	#mainNav.navbar-shrink { background: #FFF; }
	
	#section-3 ul { padding-bottom: 4em; }

	#section-3 ul li { 
		display: inline-block;
		float: left;
		width: 50%;
		position: relative;
		margin: 0 !important;
		margin-bottom: 0.4em;
		
	}
	#footer { text-align: center; }
	
	#footer .social-menu { width: 100%; display: block; text-align: center; margin: 0 auto; padding: 0;}
	#footer .social-menu li { float: none; display: inline-block; }
	#footer .social-menu li a { display: block; width: 32px; height: 32px; background: #333; border-radius: 100%; line-height: 32px; text-align: center; }
	#footer .social-menu li a:hover { background-color: #193A39; }

	#footer .footer-menu { display: inline-block; float: none; margin: 3em 0 1em; padding: 0;}
	#footer .footer-menu li { display: block; width: 100%; margin-left: 0em; text-align: center; margin-bottom: 0.5em; }
	#footer .footer-menu li a { color: #FFF; font-weight: 700; }

	#footer .footer-menu li a:hover { color: #193A39; text-decoration: none; }

	
	
}

label.control-label { display: block; width: 100%; }

body.formulario h3:not(:first-child) {
    margin-top: 2em;
}

body.formulario .submit-button { margin-top: 2em; }

.form-control { border: 1px solid #193A39; }
.form-control:focus {
    color: inherit;
    background-color: #fff;
    border-color: #FFF;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,250,103,1);
}

.form-check { line-height: 2.5em; }
.form-check input { margin-top: 1em; }

label span{
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  height: 20px;
  vertical-align: top;
  margin-left: 10px;
  background-color: #193A39;
  color: white;
}
input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}