/* RESPONSIVE SCRIPT */


@media screen and (max-width: 768px){
	.header {
		width: 100%;
		height: 65px;
		position: absolute;
		display: block;
		margin: 0;
		padding: 5px 0;
	}
	.nav {
		width: 100%;
		display: none;
		margin: 0;
		padding: 5px 0;
	}
	.nav ul{
		width: 100%;
		display: none;
		padding: 5px 0;
		background: #ef9d0f;
	}
	.nav li{
		display: block;
	}
	.nav a {
		text-align: center;
		border-bottom: 1px solid #6c4f1c;
		box-shadow: 0 0 5px rgba(108, 79, 28, 0.5);
		width: 100%;
		display: block;
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		background: transparent;
		font-size: 18px;
		font-weight: 700;
		font-family: sans-serif;
	}
	.flex {
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
	}
	.flex ul{
		width: 100%;
		display: block;
		padding: 5px 0;
		background: #ef9d0f;
	}
	.flex li{
		display: inline;
	}
	.flex a {
		text-align: center;
		border-bottom: 1px solid #6c4f1c;
		box-shadow: 0 0 5px rgba(108, 79, 28, 0.5);
		width: 100%;
		display: block;
		padding: 5px 0;
		margin: 55px 0;
		background: transparent;
		font-size: 18px;
		font-weight: 700;
		font-family: sans-serif;
	}
	.menu-container {
		float: right;
		display: block;
		width: 50%;
		background: transparent;
		margin: 7px 0;
	}
	.menu-container div {
		margin: 7px auto;
		display: block;
		width: 45px;
	}

	.logo-holder {
		width: 50%;
		height: 65px;
	  	position: absolute;
	  	top: 0;
	}

	.logo {
		width: 58px;
		height: 53px;
		background-size: 100%;
		margin: 5px auto 7px auto;
		display: block;
		position: relative;
	}
	.search-box {
		margin: 0 auto;
		background-color: #ef9d0f;
		position: relative;
		left: 0;
	visibility: hidden;
	}
	.search-field {
		width: 100%;
		height: 60px;
		padding: 10px;
		position: absolute;
		top: 65px;
		left: 0;
		display: none;
	visibility: hidden;
	}
	.search-field input[type=search]{
		width: 88%;
		top: -3px;
	}
	.search-field-close {
		position: absolute;
		top: 7px;
		cursor: pointer;
		right:-10px
	}

	.contact-form form {
		width: 45%;
	}
	.contact-form h3 {
		width: 100%;
	}
	.contacts-right {
		right: 2%;
		top: 25%;
	}
	.contact-style p{
		font-size: 13px;
	}

	.testimony-main-image {
		width: 95%;
		display: block;
	}
	.main-image {
	width: 100%;
	background-color: transparent;
	display: block;
	margin-top: 0;
	}
	.image-main-content {
		text-align: center;
		width: 100%;
	}
	.email small{
		word-break: break-all;
	}

	.contact-style p{
		word-break: break-all;
	}
}

@media screen and (max-width: 600px){
	.contact-form form, .contact-form h3 {
		width: 100%;
	}
	.contact-form form{
		position: relative;
		left: -37px;
		background-color: #fff;
	}
	.contacts-right {
		position: relative;
		left: 3%;
		top: -30px;
	}
	.contact-style p{
		font-size: 13px;
	}
	.contact-form {
		width: 100%;
	}

	.testimony-main-image {
		width: 95%;
		display: block;
	}
	.main-image {
	width: 100%;
	background-color: transparent;
	display: block;
	margin-top: 0;
	}
	.image-main-content {
		text-align: center;
		width: 100%;
	}
	.testimony-header {
		margin: 10px auto;
		display: inline-block;
	}
	.footer-logo {
		width: 50px;
		height: 50px;
		margin-left: 40px;
	}
	.social-media {
		width: 210px;
		height: auto;
		margin: 30px 7% 20px auto;
		text-align: center;
		background-color: transparent;
	}
	.facebook,.twitter,.instagram,.google-plus,.linkedin,.youtube {
		width: 25px;
		height: 25px;
	}
	.tel,.email,.address {
		width: 40%;
		margin-left: 5%;
	}
}/*600*/

@media only screen and (max-width: 1024px){
	.block-footer {
		position: relative;
	}
	.contacts-right {
		right: 1%;
		top: 15%;
	}
	.contact-style p{
		font-size: 13px;
	}
	.contact-form {
		position: relative;
		margin-top: 1%
	}
	.main-image {
	width: 20%;
	background-color: transparent;
	display: block;
	margin: 0 auto;
	}
	.image-main-content {
	width: 100%;
	height: auto;
	display: block;
	padding: 15px;
	background-color: transparent;
	}

}/*1024*/
