* {
	margin:0px;
	padding:0px;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing: border-box; }

.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


body {
	background: #2D3E50 !important;
	color: #fff !important;
	font-weight: normal;
	font-size: 1em;
	font-family: 'Roboto', Arial, sans-serif;
}

input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none;
}
::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}


/* Contact Form Styling */
.containerrr {
    padding: 0 50px 70px;
}
.textcenter {
	text-align: center;
}
.section1 {
	text-align: center;
	display: table;
	width: 100%;
}
.section1 .shtext {
	display: block;
	margin-top: 20px;
}
.section1 .seperator {
	border-bottom:1px solid #a2a2a2;
	width: 35px;
	display: inline-block;
	margin: 20px;
}

.section1 h1 {
	font-size: 40px;
	color: #d63840;
	font-weight: normal;
}

.sectione2 {
    width: 1200px;
    margin: 25px auto;
}
.sectione2 .cole2 {
	width: 50%;
}
.sectione2 .cole2.first {
	float: left;
}
.sectione2 .cole2.last {
	float: right;
}
.sectione2 .cole2.column2 {
	padding: 0 30px;
}
.sectione2 span.collig {
	color: #a2a2a2;
	margin-right: 10px;
	display: inline-block;
}
.sectione2 .sec2addr {
	display: block;
	line-height: 26px;
}
.sectione2 .sec2addr p:first-child {
	margin-bottom: 10px;
}
.sectione2 .sec2contactform input[type="text"], 
.sectione2 .sec2contactform input[type="email"],
.sectione2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.sectione2 .sec2contactform textarea {
	width: 100%;
	display: block;
	color: #666;
  resize:none;
}
.sectione2 .sec2contactform input[type="submit"] {
	padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #d63840;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.sectione2 .sec2contactform h3 {
	font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #d63840;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
	.sectione2 {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	.containerr {
		padding: 0 30px 70px;
	}
	.sectione2 .cole2 {
		width: 100%;
		display: block;
	}
	.sectione2 .cole2.first {
		margin-bottom: 10px;
	}
	.sectione2 .cole2.column2 {
		padding: 0;
	}
	body .sec2map {
		height: 250px !important;
	}
}
@media only screen and (max-width: 768px) {
	.sectione2 .sec2addr {
		font-size: 14px;
	}
	.sectione2 .sec2contactform h3 {
		font-size: 16px;
	}
	.sectione2 .sec2contactform input[type="text"], .sectione2 .sec2contactform input[type="email"], .sectione2 .sec2contactform textarea {
		padding: 10px;
		margin:3px 0;
	}
	.sectione2 .sec2contactform input[type="submit"] {
		padding: 10px 30px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 420px) {
	.section1 h1 {
		font-size: 28px;
	}	
}



.navteste{
    margin: 0 !important;
    padding: 0 !important;
    height: 160px;
    background-color: rgba(25, 34, 43, 0.3);
}

.nav-link{
    color: white !important;
}

.active{
    color: #D63840 !important;
}

.navtestee{
    margin-left: 200px;
    margin-top: -10px;
}


.nav-link:hover{
    color: #D63840 !important;
    transition: ease-in 0.2s;
}

.navtestee ul{
    margin-right: 200px;
    font-size: 26px;
}
.navteste a img{
    width: 217px;
    height: 120px;
}

.nav-item{
    padding-right: 10px;
}

.dropdown-menu{
    background-color: #2D3E50 !important;
}
.dropdown-item{
    color: white !important;
}


.dropdown-item:hover{
    background-color: #D63840 !important;
    color: white !important;
}



.mini-footer {
    background:#192027;
    text-align:center;
    padding:32px 0;
    position: fixed;
    height: 70px;
    bottom: 0;
    width: 100%;
}
.mini-footer p {
    margin:0;
    line-height:10px;
    font-size:15px;
    color:#999
}
.mini-footer p a {
    color:#5867dd
}
.mini-footer p a:hover {
    color:#34bfa3
}