#contact_form {
	margin-top: 20px;
}

#contact_form input[type=text],
#contact_form textarea,
#contact_form input[type=email],
#search {
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
	border: solid 1px rgba(0, 0, 0, .3);
	background: rgba(0, 0, 0, .2);
	border-radius: 0 !important;
	height: auto;
}

.de_light #contact_form input[type=text],
.de_light #contact_form textarea,
.de_light #contact_form input[type=email],
.de_light #search {
	border: solid 1px #ddd;
	background: #fff;
	color: #333 !important;
}




#contact_form input[placeholder],
#contact_form textarea[placeholder] {
	color: #eee;
}

#contact_form input[type=submit] {
	background: none;
}

#contact_form input[type=submit]:hover {
	color: #fff !important;
	background: #111;
	border-color: #111;
}

#contact_form textarea {
	height: 165px;
}

.form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#content {
  width: 100%;
  background: #fff;
  padding: 40px 0 40px 0;
  z-index: 100;
}

.de_light #content {
  background: #fff;
}

.side-layout #content {
  width: 80%;
  float: right;
}

.de_tab {
	opacity: .8;
	border: 1px solid #000000;
}

.de_tab .de_nav {
	overflow: hidden;
	padding-left: 0;
	margin: 0;
	padding: 0;
}
.de_tab .de_nav li {
	float: left;
	list-style: none;
	background: #EEE;
	margin-right: 5px;
}


.de_tab .de_nav li span {
	padding: 8px 16px 8px 16px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	display: block;
	background: #f5f5f5;
	text-decoration: none;
	color: #646464;
	font-size: 13px;
	cursor: pointer;
}

.de_tab.tab_steps .de_nav {
	text-align: center;
}

.de_tab.tab_steps .de_nav li {
	background: none;
	display: inline-block;
	float: none;
	margin: 0 20px 0px 20px;
}

.de_tab.tab_steps .de_nav li span {
	padding: 30px 0 30px 0;
	border-radius: 120px;
	color: #222;
	font-family: "Montserrat";
	font-size: 16px;
	-moz-border-radius: 120px;
	-webkit-border-radius: 120px;
	line-height: 20px;
	width: 180px;
	height: 180px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.de_tab.tab_steps.style-2 .de_nav li span {
	background: #222;
	border-radius: 0px;
	border: solid 2px rgba(255, 255, 255, 0);
	font-size: 17px;
	color: #fff;
}

.de_tab.tab_steps.style-2 .de_nav li.active span {
	border: solid 2px rgba(255, 255, 255, .8);
	color: #222;
}

.de_tab.tab_steps .de_nav li span:hover {
	background: none;
	border: solid 2px rgba(255, 255, 255, .2);
	color: #fff;
}

.de_tab.tab_steps .de_nav li .v-border {
	height: 60px;
	border-left: solid 1px rgba(255, 255, 255, .3);
	display: inline-block;
	margin-bottom: -5px;
}

.de_tab.tab_steps.dark .de_nav li .v-border {
	border-left: solid 1px rgba(0, 0, 0, .3);
}

.de_tab .de_nav li span {
	border: none;
	background: #222;
}

.de_tab .de_nav li:first-child span {
	border-left: 1px solid #ddd;
}

.de_tab .de_nav li:first-child span {
	border-left: 1px solid #404040;
}


.de_tab .de_tab_content {
	border: 1px solid #ddd;
	padding: 15px 20px 20px 20px;
	margin-top: -1px;
	background: #fff;
}

.de_tab .de_tab_content {
	border: 1px solid #404040;
	background: #27282b;
}

.de_tab.tab_steps .de_tab_content {
	background: 0;
	padding: 0;
	border: none;
	padding-top: 30px;
	border-top: solid 1px rgba(255, 255, 255, .4);
}

.de_tab.tab_steps.dark .de_tab_content {
	border-top: solid 1px rgba(0, 0, 0, .4);
}

.de_tab .de_nav li.active span {
	background: #FFF;
	border-bottom: 1px solid #fff;
	color: #222;
	margin-bottom: -3px;
}

.de_tab .de_nav li.active span .v-border {
	display: none !important;
}

.de_tab .de_nav li.active span {
	background: #27282b;
	border-bottom: 1px solid #27282b;
	color: #ccc;
}

.de_tab.tab_steps .de_nav li.active span {
	background: none;
	color: #ffffff;
	border: solid 2px rgba(255, 255, 255, .8);
}

.de_tab.tab_steps.dark .de_nav li.active span {
	background: none;
	color: #333;
	border: solid 1px rgba(0, 0, 0, .8);
}

/* new added */
.de_tab.tab_steps.tab_6 .de_nav li span {
	padding: 20px 0 20px 0;
	font-size: 14px;
	line-height: 70px;
	width: 120px;
	height: 120px;
}

.de_tab.tab_style_2 .de_nav {
	background: #fff;
	border-bottom: 1px solid black;
}

.de_tab.tab_style_2 .de_nav li {
	margin: 0;
	border: none;
}

.de_tab.tab_style_2 .de_nav li span {
	padding: 10px 30px 10px 30px;
	background: #222;
	color: #fff;
	border: none;
}

.de_tab.tab_style_2 .de_nav li.active span {
	color: #333;
	background: #eee;
}

.de_tab.tab_style_2 .de_tab_content {
	background: #eee;
	border: none;
}

.de_tab .de_tab_content.tc_style-1 {
	background: none;
	padding: 0;
	padding: 10px 10px 0 10px;
}

.container-maps{
	max-width: 1600px;
	margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media only screen and (max-width: 992px) {

    .de_tab.tab_steps .de_nav {
		text-align: center;
	}

	.de_tab.tab_steps .de_nav li {
		display: block;
		margin: 0;
		padding: 0;
	}

	.de_tab.tab_steps .de_nav li span {
		margin: 0;
		margin-bottom: 40px;
		display: inline-block;
	}

	.de_tab.tab_steps .de_nav li .v-border {
		border: none;
	}

}

@media only screen and (max-width: 767px) {
    .de_tab .de_nav li {
		display: block;
		width: 100%;
	}
}