@font-face { font-family: Roboto; src: url('../font/Roboto/Roboto-Light.ttf'); } 
@font-face { font-family: Exo; src: url('../font/Exo/Exo-Light.ttf'); } 
@font-face { font-family: Exo-Light; src: url('../font/Exo/Exo-Light.ttf'); } 

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html, body { overflow-x: hidden; }


body, button, input, select, textarea {
	color: #000000;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

a {
	color: #00F;
	text-decoration:none;
}


a:focus { 
	outline: thin dotted; 
}

a:active { 
	outline: 0; 
}

a img { 
	border: 0; 
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.title-block {
	background-color: rgba(0, 0, 0, 0.2);
	max-width: 1500px;
	margin: auto;
	padding: 10px 10px 20px 20px;
	border-radius: 40px;
}

.note-block {
	background-color: #454545;
	color: #FFFFFF;
	margin: auto;
	padding: 25px 15px 25px 30px;
	border-radius: 40px;
}

p {
	color: black;
}

.p-Index-Description {
	font-family: 'Exo-Light', sans-serif;
	font-size: 18px;
}
.p-Big {
	font-size: 30px;
	color: #FFFFFF;
	padding: 150px 0 0 0;
}

.Index-Title-Description {
	font-family: 'Exo-Light', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

h1 {
	font-weight: bold;
	font-size: 80px;
	font-family: 'Exo', sans-serif;
}

.single-line-title {
	padding-top: 20px;
}

.wBorder10 {
	border: 10px solid #454545;
	margin: 20px;
}

.img-logo {
	border: 0px;
	margin: 0px;
}

.gallery-table {
	margin: auto;
	padding: 10px;
	border-spacing: 10px; 
	border-collapse: separate;
}

td {
	background-color: #F0F0F0;
	border: 1px solid black;
}

.gallery-title {
	border: 1px solid black; 
	padding: 10px;
	width: 300px;
	height: 300px;
	font-size: 18px;
	color: #000000;
	font-family: 'Exo-Light', sans-serif;
	vertical-align: top;
}

#img-home-1 {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-image: url("../img/18.jpg");
}

.img-home-hover {
	display:block;
	width: 100%;
	height: 100%;
	color: white;
	background: rgba(0,0,0,0.5);
	text-align: center;
	opacity: 0;
	transition: 0.25s;
}

.img-home-hover:hover {
	opacity: 1;
}

#img-home-2 {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-image: url("../img/17.jpg");
}

#img-home-3 {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-image: url("../img/29.jpg");
}

#img-home-4 {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-image: url("../img/35.jpg");
}

.img-gallery:hover {
	opacity: 0.75;
}

ol {
	display: block;
	list-style-type: decimal;
	margin-left: 10px;
}

li {
	padding-left: 10px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 200px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}

.modal-content {
	margin: auto;
	display: block;
	width: auto;
}

#caption {
	margin: auto;
	display: block;
	padding: 10px;
	text-align: center;
	color: white;
	max-width: 500px;
}

.close {
	position: absolute;
	top: 150px;
	right: 100px;
	color: #cccccc;
	font-size: 50px;
	font-weight: bold;
	transition: 0.25s;
}

.close:hover,
.close:focus {
  color: white;
  cursor: pointer;
}

h6 {
	color: white;
}

.row {
	text-align: center;
}

.column {
	margin-left: auto;
	margin-right: auto;
}

hr {
	margin: 0px;
}

#Kie-Lock-Title {
	font-family: Calibri;
	font-size:80px; 
	font-weight:bold;
}

.txtBold {
	font-family: Calibri;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

#Kie-Lock-Subtitle {
	font-family: Calibri;
	font-size:40px; 
	font-weight:bold;
}

.title-text {
	color: #10458f;
	font-size: 35px;
	font-family: 'Exo-Light', sans-serif;
}

.text-div {
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1000px;
	margin: auto;
	min-height: 500px;
}

.top-div {
	max-width: 1500px;
	margin: auto;
}

.footer-div {
	color: #b3b3b3;
	background-color: #2f507d;
	display: table;
	width: 100%;
}

.footer-text-div {
	padding: 50px;
	max-width: 1000px;
	margin: auto;
}

.copyright-div {
	color: #b3b3b3;
	background-color: #454545;
	display: table;
	width: 100%;
}

.copyright-text-div {
	max-width: 1000px;
	margin: auto;
	padding: 20px;
}


.btn {
	background-color: #4778ba; 
	border-color: #4778ba;
	color: white;
	border-radius: 15px;
	font-weight: bold;
	font-size: 16px;
}

.btn:hover {
	background-color: #242021; 
	border-color: #242021;
	color: white;
}

.jumbotron {
	background-size: cover;
	background-position: center;
	color: white;
	border-radius: 0px;
	height: 500px;
	text-align: center;
	margin-top: -150px;
}

.jumbotron-text {
	padding: 20px;
	padding-top: 150px;
}

#index-jumbotron {
	background-image: url("../img/Index.jpg");
	background-position: right;
	text-align:left;
	padding:0px;
	padding-top:50px;
	height:700px;
}

.whyKlock-jumbotron {
	background-image: url("../img/Index.jpg");
	background-position: right;
}

.PandRec-jumbotron {
	background-image: url("../img/Page1B.jpg");
}

.ourWork-jumbotron {
	background-image: url("../img/Page2B.jpg");
}

.gallery-jumbotron {
	background-image: url("../img/Page3.jpg");
}

.request-jumbotron {
	background-image: url("../img/Page4.jpg");
}

.contact-jumbotron {
	background-image: url("../img/Page3.jpg");
}

#sitemap-jumbotron {
	background-image: url("../img/Page3.jpg");
}

#terms-jumbotron {
	background-image: url("../img/Page4.jpg");
}


.jumbobreak {
	background-color: #012e22;
}

.media {
	padding: 20px;
	padding-left: 40px;
}

.navbar-custom ::placeholder {
	color: white;
}

#hr-navbar {
	top: 100px;
	position: absolute;
	border: none;
	height: 1px;
	color: white;
	background-color: #b3b3b3;
	width: 100vw;
}

.navbar-custom {
	background-image: url("../img/px.gif");
	height: 100px;
}

.navbar-custom .navbar-nav {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 10px;
	border-radius: 20px;
}

.navbar-custom a {
	color: white !important;
}

.navbar-custom a:hover {
	color: #FF0000 !important;
}

.navbar-custom .dropdown-menu {
	padding: 0px;
}

.navbar-custom .dropdown-item {
	color: black !important;
}

.navbar-custom .dropdown-item:hover {
	color: white !important;
	background-color: #FF0000;
}

@media (max-width: 990px) {
	#index-jumbotron {
		padding-top: 10px;
	}
	img {
		width: 60vw;
	}
	.img-gallery {
		padding: 0px;
		width: 30vw;
		height: 30vw;
	}
	.img-home-hover {
		opacity: 1;
	}
	.text-div {
		padding: 20px;
	}
	.modal {
		padding-top: 50px;
	}
	.close {
		top: 0px;
	}
	.modal-content {
		width: 80vw;
	}
	.navbar-collapse {
		background-color: #454545;
		padding-left: 20px;
	}
	.navbar-custom .navbar-nav {
		background-color: transparent;
	}
	.navbar-toggler {
		margin-top: 50px;
		margin-right: 20px;
	}
	#hr-navbar {
		display: none;
	}
}
