body {
	font-family: Arial, Helvetica, sans-serif;
}
.header_line {
	background-color: #32127A;
	min-height: 500px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.call_back {
	display: inline-block;
	background-color: white;
	color: #EF6423;
	float: right;
	min-height: 40px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	border: 2px solid white;
	font-size: 18px;
}
.call_back:hover {
	background-color: #EF6423;
	color: white;
	transition: 0.5s;
}
.call_back:active {
	background-color: white;
	color: #EF6423;
	transition: 0.5s;
}
.main_container {
	position: relative;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
        top: 40px;
        min-height: 1250px;
        width: 95%;
	/*border: 1px dotted black;*/
	/*box-shadow: 0.5px 40px 8px 3px #92918D;*/
}
.first-subcontainer {
	color: white;
	font-size: 32px;
}
.first-subcontainer p {
	text-align: center;
}
.first-subcontainer h1 {
	text-align: center;
	font-size: 32px;
}
#input_prop {
	width: 100px;
}
.links {	
	margin: 0 auto;
	padding: 0px;
	width: 85%;
	min-height: 40px;
	box-shadow: 0.1px 0px 20px 3px #92918D;
}
.links a {
	/*margin: 10px;*/
	font-size: 14px;
	color: black;
	text-align: center;
}
#active_page {
	color: white;
	background: #228AB3;
}
.float1 {
	min-height: 40px;
	min-width: 20%;
	display: inline-block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 42%, #e1e1e1 79%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 42%,#e1e1e1 79%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 42%,#e1e1e1 79%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	/*border-right: 1px solid #92918D;*/
	border: 1px solid #92918D;
	transition: background-color 0.5s;
	padding: .7em 0.9em;
	float: left;
	text-align: center;
	color: black;
	font-size: 16px;
}
.float1:hover {
	color: white;
	background: #228AB3;
}
.float1:active {
	color: black;
	background: white;
}

.float2 {
	min-height: 40px;
	width: 20%;
	display: inline-block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 42%, #e1e1e1 79%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 42%,#e1e1e1 79%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 42%,#e1e1e1 79%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	/*border-right: 1px solid #92918D;*/
	border: 1px solid #92918D;
	transition: background-color 0.5s;
	padding: .7em 0.9em;
	float: left;
	text-align: center;
	color: black;
	font-size: 16px;
}
.float2:hover {
	color: white;
	background: #228AB3;
}
.float2:active {
	color: black;
	background: white;
}

.float3 {
	min-height: 40px;
	width: 20%;
	display: inline-block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 42%, #e1e1e1 79%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 42%,#e1e1e1 79%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 42%,#e1e1e1 79%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	/*border-right: 1px solid #92918D;*/
	border: 1px solid #92918D;
	transition: background-color 0.5s;
	padding: .7em 0.9em;
	float: left;
	text-align: center;
	color: black;
	font-size: 16px;
}
.float3:hover {
	color: white;
	background: #228AB3;
}
.float3:active {
	color: black;
	background: white;
}

.float4 {
	min-height: 40px;
	width: 20%;
	display: inline-block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 42%, #e1e1e1 79%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 42%,#e1e1e1 79%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 42%,#e1e1e1 79%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	/*border-right: 1px solid #92918D;*/
	border: 1px solid #92918D;
	transition: background-color 0.5s;
	padding: .7em 0.9em;
	float: left;
	text-align: center;
	color: black;
	font-size: 16px;
}
.float4:hover {
	color: white;
	background: #228AB3;
}
.float4:active {
	color: black;
	background: white;
}

.float5 {
	min-height: 40px;
	width: 20%;
	display: inline-block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 42%, #e1e1e1 79%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 42%,#e1e1e1 79%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 42%,#e1e1e1 79%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	/*border-right: 1px solid #92918D;*/
	border: 1px solid #92918D;
	transition: background-color 0.5s;
	padding: .7em 0.9em;
	float: left;
	text-align: center;
	color: black;
	font-size: 16px;
}
.float5:hover {
	color: white;
	background: #228AB3;
}
.float5:active {
	color: black;
	background: white;
}
.picture {
	position: relative;
	top: 40px;
	min-height: 200px;
	text-align:center;
	/*left: 150px;*/
/*	left: 50px !important;
	right: 10px;
*/}
.image {
	box-shadow: 0.6px 6px 14px 1.5px #92918D;
}
.call {
	position: absolute;
	top: 270px;
	left: 45px;
	z-index: 20;
	min-height: 200px;
	width: 340px;
	background-color: #6BA316;
	box-shadow: 0.6px 1.5px 4px 1px #92918D;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.form_call_me {
	font-size: 20px;
}
.form_call_me p {
	font-size: 22px;
	margin-top: 15px;
	color: white;
}
#submit_button {
	margin-top: 10px;
	color: black;
}
#text_field {
	color: black;
}
.description {
	/*background-color: red;*/
	margin-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-size: 18px;
}
.description h2 {
	color: #EF6423;
}
.why_we_are {
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
}
.form_call_me_2 {
	text-align: center;
	color: black;
	font-size: 20px;
}
.footer_line {
	background-color: #32127A;
	min-height: 100px;
	position: relative;
	top: 40px;
	bottom: 0px;
	margin-bottom: 0px;
}
.footer_container {
	min-height: 100px;
	width: 65%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	bottom: 0px;
	left: auto;
	right: auto;
	background-color: transparent;
}
.footer_container p {
	color: white;
	font-size: 12px;
}
.footer_container p a{
	color: white;
}
.footer_container p a:hover {
	text-decoration: underline;
}
.footer_container h2 {
	color: white;
	text-decoration: underline;
}
#developer {
	padding-top: 30px;
	font-size: 10px;
	color: black;
}
#developer a {
	text-decoration: underline;
	color: black;
}
#developer a:hover {
	text-decoration: none;
}
.phone_number {
	position: relative;
	top: 10px;
	color: white;
	font-size: 26px;
}
.slider {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}
.slider img {
	/*max-width: 100%;*/
	min-height: 300px;
}
.next_button, .prev_button {
	background-color: rgba(255, 255, 255, 0.5);
	text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px;
	border-radius: 20em;
	color: #fff;
	cursor: pointer;
	font-size: 46px;
	padding: 0 25px;
	position: absolute;
	top: 40%;
	z-index: 10;
}
.next_button {
	right: 25px;
}
.next_button i {
	padding-top: 12px;
	padding-left: 5px;
}
.prev_button {
	left: 25px;
}
.prev_button i {
	padding-top: 12px;
	padding-right: 5px;
}
.feedback {
	/*background-color: red;*/
	margin-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	/*text-align: center;*/
	font-size: 18px;
}
.feedback p a {
	text-decoration: underline;
}
.feedback p a:hover {
	text-decoration: none;
}
.feedback h2 {
	color: #EF6423;
}
.feedback h3 {
	color: #EF6423;
}
#text_area {
	width: 400px;
	max-width: 300px;
	min-width: 300px;
	max-height: 150px;
	min-height: 150px;
}
* {
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  body {
   font-size: 14px;
  } 
 
 .picture {
    display: none;
  }
}
