body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	overflow-x: hidden;
}

button { cursor: pointer; }
a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.x { 
	padding-left: 0; 
	padding-right: 0;
	overflow-x: hidden;
}

.tm-section {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 640px;
    /* min-height: 919px; */
}

.tm-section-home-heigth {
    height: 919px;
}

.tm-section-home { background-image: url(../img/001.jpg); }
.tm-section-about { background-image: url(../img/002-2.jpg); }
/* .tm-section-testimonials { background-image: url(../img/004-2.jpg); } #dcb18e #d59a8f #faaf91*/
.tm-section-testimonials { background-color: #dcb18e }
.tm-section-contact { background-image: url(../img/004.jpg); }

.navbar-toggler {
    background-color: rgba(0,0,0,0.3);
    background-image: url(../img/tm-navbar.png);
    border-radius: 0;
    border: none;
    color: rgb(255,255,255);
    display: block;
    margin: 0 auto;     
}

button:focus { outline: none; }
h1, h2, p {	color: white; }

p { 
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 35px;
}

.tm-section-title {
	color: #fdff73;
	font-size: 1.8rem;
	margin-bottom: 40px;	
}

.tm-section-title-big { font-size: 2.2rem; }


.tm-nav.scroll {
    background: rgba(0, 0, 0, 0.50);
    padding: 0;
}

.tm-nav.scroll .navbar { padding: 0; }
.nav-link, .nav-link:focus, .lang-link, .lang-link:focus { 
	/* color: black;
	font-weight: 500;  */
	color: #000e21;
	font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
	text-decoration: none;
    border: 1px solid transparent;
	background-color: transparent;
	list-style-type: none;
}

.nav-link:hover, .lang-link:hover, 
.tm-nav ul li .current {
	/* color: lightgrey; */
	color: white;
}

.lang-link {
    /* padding-top: .9rem;
    padding-bottom: .9rem; */
    /* padding-left: 1rem;
    padding-right: 1rem; */
    padding: 3px 10px 3px 10px;
}

.lang-link.active {
    /* color: #30a3f0; */
    /* border: 1px solid #30a3f0;
    color: #30a3f0; */
    border: 1px solid white;
    color: white;
    border-radius: 5px;
    padding: 3px 10px 3px 10px;
    /* margin-right: 11px; */
}


.navbar-nav .nav-link {
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.tm-hero {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	    -webkit-align-items: center;
	        align-items: center;
	-ms-flex-pack: center;
	    -webkit-justify-content: center;
	        justify-content: center;
	text-align: center;
	min-height: 640px; /*for IE 11 & 10*/
}

.tm-hero-title { font-size: 3rem; }
.tm-hero-subtitle { 
	font-size: 1.4rem; 
	margin-bottom: 0;
}

/* .tm-hero-title {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
} */

.tm-bg-black-translucent { background-color: rgba(0, 0, 0, 0.5); }

.tm-content-box {
	height: 100%;
	min-height: 640px;
	max-width: 480px;	
	padding: 40px;	
	display: -ms-flexbox;	
	display: -webkit-flex;	
	display: flex;   
	-webkit-flex-direction: column;   
	    -ms-flex-direction: column;   
	        flex-direction: column; 
    -ms-flex-pack: center;    
        -webkit-justify-content: center;    
            justify-content: center;
}

.tm-content-box-right {
	margin-left: auto;
	margin-right: 0;
}

.tm-content-box-left {
	margin-left: 0;
	margin-right: auto;
}


.tm-page-content-width {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.tm-flex-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-direction: column;
        -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
        -webkit-justify-content: center;
            justify-content: center;
}

.tm-textbox-padding { padding: 50px; }
.tm-text-black { color: black; }
.tm-fa { 
	color: white;
	padding-bottom: 40px;
    text-align: center;
    width: 100%;
}
.tm-margin-b-0 { margin-bottom: 0; }

.tm-section-testimonials { 
	padding-top: 80px; 
	padding-bottom: 80px;
}

.form-control {
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	border-radius: 0;
	font-size: 1.15rem;
	padding: .9rem 1.25rem;
}

.form-control:focus {
	background-color: rgba(0,0,0,0.6);
	color: white;
}

.form-group { margin-bottom: 1.2rem; }

.tm-submit-btn {
	color: white;
    background-color: rgba(0,0,0,0.3);
    border: none;
    padding: 1rem 2.1rem;
    font-size: 1.3rem;
    transition: all 0.3s ease;
}

.tm-submit-btn:hover,
.tm-submit-btn:active {
	background-color: rgba(0,0,0,0.5);
}

.tm-section-contact { position: relative; }

.tm-copyright-div {
	padding: 0.5rem 2.4rem 0.5rem 1.2rem;
	position: absolute;
    bottom: 0;
    display: inline-block;
}

.tm-copyright-text { margin-bottom: 0; }

.section1-title-adaptiv {
	font-family: 'Raleway', sans-serif;
	line-height: 60px;
	color: #002e3a;
	/* color: white; */
	font-size: 3.5rem;
	font-weight: 800;
	letter-spacing: 7px;
	/* text-shadow: 2px 2px 2px #000; */
	text-transform: uppercase;

}

.section1-subtitle-adaptiv {
	font-family: 'Raleway', sans-serif;
	color: #002e3a;
	/* color: 	#cfff; */
	font-weight: 600;
}

.nav-test {
	display: flex;
	flex-wrap: wrap;
}

.nav-test-menu {
	display: flex;
    flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	margin-right: auto
}

.nav-test-lang {
	display: flex;
    flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	margin-left: auto;
	margin-right: 10px;
	/* align-items: center; */

	/* list-style-type: none; */

	/* margin-left: 6px; */

}


@media screen and (min-width: 767px) {
	.section1-margin {
		margin-top: -440px;
		margin-left: 560px;
	}
	
	.section1-margin-subtitle {
		margin-top: 0px;
		margin-left: 220px;
	}

	.tm-nav {
		/* display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: center;
			-webkit-justify-content: center;
				justify-content: center; */
		position: fixed;
		width: 100%;  
		transition: all 0.3s ease;  
		z-index: 1000;
	}
	
	.navbar {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin: 0;
	
	}
	
	
	
	.nav-correction {
		/* justify-content: space-between;
		align-items: center; */
		
		display: flex;
		flex-basis: 89%;
		padding-left: 0;
		list-style-type: none;
		align-items: center;
		margin: 0;
	
	}
	
	.lang-correction {
		/* display: flex;
		padding-left: 0;
		list-style-type: none;
		align-items: center;
		margin-left: 6px; */
	
		display: flex;
		flex-basis: 10%;
		padding-left: 0;
		align-items: flex-start;
		margin: 0;
		font-size: 12px;
		text-align: right;
	
	}
	

}

@media screen and (max-width: 991px) {
	.tm-3-col-textbox {
		width: 50%;
		margin-bottom: 30px;
	}

	.tm-copyright-div {	position: static; }
	
}

@media screen and (max-width: 767px) {
	.tm-3-col-textbox {
		float: none;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.tm-navbar { background-color: rgba(0,0,0,0.6); }
	.navbar-nav .nav-item {	float: none; }
	.navbar-nav .nav-item+.nav-item { margin-left: 0; }
	.navbar { width: 100%; }

	.navbar-toggleable-sm .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.tm-nav {

		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: center;
			-webkit-justify-content: center;
				justify-content: center;
		position: fixed;
		width: 100%;  
		transition: all 0.3s ease;  
		z-index: 1000;
	}

	.lang-correction {
		/* display: flex;
		padding-left: 0;
		list-style-type: none;
		align-items: center;
		margin-left: 6px; */
	
		/* display: flex;
		flex-basis: 10%;
		padding-left: 0;
		align-items: flex-start;
		margin: 0;
		font-size: 12px;
		text-align: center; */
		text-align: center;
	
	}


}

@media screen and (max-height: 639px) {
	.tm-section-home,
	.tm-hero {
		height: 100vh;
		min-height: 100%;
	}
}
