html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
}
* {
	font-family: 'Lora', serif;
	font-weight: 400;
/*-webkit-font-smoothing: subpixel-antialiased;*/
	-webkit-font-smoothing: antialiased;
	font-smoothing:  antialiased;
	text-rendering: optimizeLegibility;
}
*:hover {
	-webkit-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
h1 {
font-weight: 700;
text-align: left;
	color: #222;
	font-size: 26px;
}
h2 {
font-weight: 700;
	color: #222;
	font-size: 26px;
}
p, ul, li {
	color: #222;
	font-size: 16px;
}
a[href^="tel"]{
	color: inherit;
	text-decoration: none;
}
.wrapper {
	margin: 0 auto;
	max-width: 1153px;
}
header {
	width: 100%;
	/*height: 300px;*/
	height: 150px;
/*height: auto;*/
	/*background-color: #839795;*/
background-color: #ccc;

background-image: url("../images/b.png");
background-repeat: repeat;

/*background: url("../images/header_flo.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/

overflow: hidden;
}
.header_image img {
/*float: left;*/
display: block;
margin-left: auto;
margin-right: auto;
	width: 100%;
	max-width: 500px;
	height: auto;
	/*margin: 10px 0;*/
padding: 20px 0 0 0;
}
.header_contact {
	float: right;
	margin: 0;
	padding: 0 10px 10px 10px;
	background-color: #f2f2f2;

-webkit-box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.75);
box-shadow: 0px 8px 8px -8px rgba(0,0,0,0.75);

-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);

-webkit-backface-visibility: hidden;
backface-visibility: hidden;

position: fixed;
top: 10px;
right: 10px;
border: 3px solid #ccc;

background: linear-gradient(270deg, #dddddd, #f2f2f2);
background-size: 400% 400%;

-webkit-animation: flo 30s ease infinite;
-moz-animation: flo 30s ease infinite;
-o-animation: flo 30s ease infinite;
animation: flo 30s ease infinite;

}

@-webkit-keyframes flo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes flo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes flo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes flo {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*.circle {
	float: left;

background-color: #f5f5f5;

background-image: url("../images/b.png");
background-repeat: repeat;

padding: 10px;
margin: 10px;

	width: 5px;
	height: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
border: 1px solid #ccc;
}*/
.title {
	float: left;
	font-weight: bold;
padding: 5px;
}
.x {
	float: right;
}
.header_contact p {
	clear: both;
	display: block;
	color: #3e606f;
	font-size: 15px;
	margin: 0;
	padding: 10px 0 0 0;
}
.header_contact a {
	text-decoration: none;
	color: #3e606f;
	font-size: 15px;
}
.header_contact i {
	color: #193441;
	font-size: 14px;
}
handler {
	display: none;
}
nav3 {
	width: 100%;
	height: auto;
}
nav3 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #3e606f;

border-top: 3px solid #ccc;
border-bottom: 3px solid #ccc;
}
nav3 li {
font-size: 14px;
	float: left;
}
nav3 li a {
	display: block;
	color: #ffffff;
	text-align: center;
	/*padding: 20px 22px;*/
	padding: 20px;
	text-decoration: none;
}
nav3 li a:hover:not(.active) {
	background-color: #193441;
}
nav3 li a.active {
	color: #555555;
	background-color: #d1dbbd;
}


/*nav3 li a,*/ nav3 ul li .dropbtn {
	/*display: inline-block;*/
display: block;
	color: #ffffff;
	text-align: center;
	/*padding: 14px 16px;*/
/*padding: 16px;*/
padding: 20px;
	text-decoration: none;
}
/*nav3 li a:hover,*/ nav3 ul li .dropdown:hover .dropbtn {
	/*background-color: #111111;*/
color: #ffffff;
background-color: #193441;
}
nav3 ul li .dropdown {
	display: inline-block;
}
nav3 ul li .dropdown-content {
font-size: 14px;
	display: none;
	position: absolute;
	/*background-color: #f9f9f9;*/
background-color: #ddd;
	/*min-width: 160px;*/
width: 300px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
}
nav3 ul li .dropdown-content a {
	/*color: #000000;*/
color: #222;
	/*padding: 12px 16px;*/
padding: 20px;
	text-decoration: none;
	display: block;
text-align: left;
}
nav3 ul li .dropdown-content a:hover {
	/*background-color: #f1f1f1;*/
/*background-color: #f5f5f5;*/
background-color: #ccc;
}
nav3 ul li .dropdown:hover .dropdown-content {
	display: block;
}


.arrow_1 {
	display: none;
}
.arrow_2 {
	display: none;
}
/*.arrow_3 {
	display: none;
}*/


nav4_before_after {
	display: none;
}
nav4 {
	display: none;
}
section {
overflow: hidden;
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
margin: 0;
}

.section_image {
	float: right;
	padding: 0;
	margin: 0;
}
.section_image img {
	padding: 0;
	margin: 0;
}

section_1 {
clear: both;
float: left;
	width: 100%;
	height: auto;
/*padding: 30px;*/
padding: 30px 60px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
/*.circles_top {
	display: none;
}
.circle_top {
	display: none;
}*/
section_2 {
clear: both;
float: left;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
/*padding: 30px;*/
padding: 30px 60px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
section_3 {
clear: both;
float: left;
	width: 100%;
	height: auto;
/*padding: 30px;*/
padding: 30px 60px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
section_4 {
clear: both;
float: left;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
/*padding: 30px;*/
padding: 30px 60px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
section_5 {
clear: both;
float: left;
	width: 100%;
	height: auto;
/*padding: 30px;*/
padding: 30px 60px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
section_6 {
clear: both;
float: left;
	width: 100%;
	height: auto;
	/*background-color: #f5f5f5;*/
/*padding: 30px;*/
padding: 30px 60px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
text-align: center;
background-color: #193441;

/*border-top: 3px solid #ccc;
border-bottom: 3px solid #ccc;*/
}
section_6 h1, section_6 h2, section_6 p, section_6 ul, section_6 li {
color: #f5f5f5;
}
section_6 .social {
	display: inline-block;
	padding: 0 10px;
	color: #f5f5f5;
}
section_6 .social a {
	color: #f5f5f5;
}
.logo_contactenos {
	padding: 10px;
}
.logo_contactenos img {
	width: 100%;
	height: auto;
	max-width: 400px;
}
footer {
	width: 100%;
padding: 30px;
	background-color: #b2bdb7;
text-align: center;
box-sizing: border-box;
}
c {
	color: #222;
	font-size: 15px;
}
.inside_left {
	width: 50%;
	float: left;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}
.inside_right {
	width: 50%;
	float: left;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}
.inside_1_left {
	width: 33%;
	float: left;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}
.inside_1_center {
	width: 33%;
	float: left;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}
.inside_1_right {
	width: 33%;
	float: left;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}


.circles_top {
	display: block;
	/*display: none;*/
	text-align: center;
}
.circle_top {
	display: inline-block;
	/*display: none;*/
	margin: 5px;
	padding: 15px 10px;
	background-color: #b2bdb7;
	border-radius: 50%;
	width: auto;
	height: auto;
color: #292928;
}
.circle_top a {
	text-decoration: none;
	color: #292928;
}


@media screen and (max-width: 900px) {
	header {
		display: none;
	}
	handler {
		/*position: fixed;
		top: 0;
		left: 0;*/
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15px;
		background-color: #193441;
		box-sizing: border-box;
		color: #ffffff;
	}
	handler i:hover:not(.active) {
transition: 400ms linear all;
-webkit-transition: 400ms linear all;
-moz-transition: 400ms linear all;
-ms-transition: 400ms linear all;
-o-transition: 400ms linear all;

/*transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);*/
	}
	handler i.active {
		color: #b2bdb7;
transition: 400ms linear all;
-webkit-transition: 400ms linear all;
-moz-transition: 400ms linear all;
-ms-transition: 400ms linear all;
-o-transition: 400ms linear all;

transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
	}
handler img {
	width: 100%;
	max-width: 230px;
	height: auto;
	margin: 0;
	padding: 0 0 0 10px;
}
	nav3 {
		display: none;
	}
	nav4_before_after {
		display: block;
		background-color: #3e606f;
		line-height: 0.7;
	}
	nav4 {
		width: 100%;
		height: auto;
		display: none;
		/*top: 0;
		left: 0;*/
	}
	nav4 ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #3e606f;
	}
	nav4 li {
		float: none;
border-bottom: 1px solid #193441;
	}
	nav4 li a {
		display: block;
		color: #ffffff;
		text-align: center;
		padding: 20px 22px;
		text-decoration: none;
	}
	nav4 li a:hover:not(.active) {
		background-color: #193441;
	}
	nav4 li a.active {
		color: #555555;
		background-color: #d1dbbd;
	}
section_1, section_2, section_3, section_4, section_5, section_6 {
padding: 15px 30px;
}


.section_image {
	float: right;
	padding: 0;
	margin: 0;
}
.section_image img {
	padding: 0;
	margin: 0;
}
}

@media screen and (max-width: 1094px) { /*1074+20=1094/1153*/
	.arrow_1 {
		display: block;
	}
	.arrow_2 {
		display: none;
	}
	/*.arrow_3 {
		display: none;
	}*/
	nav3 ul li:nth-child(6) {
		display: none;
	}
}

@media screen and (max-width: 1000px) { /*980+20=1000*/
	.arrow_1 {
		display: none;
	}
	.arrow_2 {
		display: block;
	}
	/*.arrow_3 {
		display: none;
	}*/
	nav3 ul li:nth-child(5) {
		display: none;
	}
	nav3 ul li:nth-child(6) {
		display: none;
	}
}

/*@media screen and (max-width: ...px) {
	.arrow_1 {
		display: none;
	}
	.arrow_2 {
		display: none;
	}
	.arrow_3 {
		display: block;
	}
	nav3 ul li:nth-child(4) {
		display: none;
	}
	nav3 ul li:nth-child(5) {
		display: none;
	}
	nav3 ul li:nth-child(6) {
		display: none;
	}
}*/

@media print {
	header, nav3, nav4 {
		display: none;
	}
}
