/*
Theme Name: Aditea
Theme URI: 
Author: 
Author URI:
Version: 1.0
*/

img{display:block}, button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline: transparent dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'Alegreya Sans', Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #003e65;
	font-size: 18px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
figcaption {
	font-size: 18px;
}
.row {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}

section.top {
	background: #f4a520;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	position: relative;
	z-index: 666;
}
section.top a, a.icon {
	color: #383838;
	margin: 0 10px;
}
a.icon {
	background-image: url('img/mail.png');
	padding: 5px 0 5px 28px;
	background-repeat: no-repeat;
	position: relative;
	font-weight: 700;
	background-position: left center;
	display: inline-block;
	background-size: auto 18px;
}
a.icon.phone {
	background-image: url('img/tel.png');
}

header {
	width: 100%;
	float: left;
	z-index: 400;
	position: absolute;
}
body#logged header {
	top: 32px;
}
header .row {
	position: relative;
}
header .logo {
	width: 160px;
	position: relative;
/*	z-index: 100;  */
	float: left;
    padding-top: 30px;
}
header .contact-info {
	position: absolute;
	right: 0;
	top: 4px;
}
header .contact-info a.icon {
	color: #fff;
	font-size: 18px;
	padding: 5px 0 5px 22px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 15px;
	background-size: auto 15px;
}
header .contact-info a.icon:hover {
	text-decoration: underline;
}
header .contact-info a.icon.phone {
	background-image: url('img/tel.png');
}
header .contact-info a.icon.email {
	background-image: url('img/mail.png');
}
a {
	text-decoration: none;
}
header .slogan {
background-image: url('img/menu-line.png'); 
	background-position: bottom left 160px;
	background-repeat: no-repeat;
	padding-top: 18px;
text-align: left;
	font-weight: 600;
	font-size: 56px;
	text-shadow: 1px 1px #003e65;
	letter-spacing: normal;
	color: #f4a520;
	line-height: 165%;

}
header .main-menu {
	float: left;
	margin-top: 10px;
}
body#logged header .main-menu {
	top: 95px;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-menu li {
/*	margin-right: 10px;  */
	display: inline-table;
	position: relative;
	padding-bottom: 40px;
}
header .main-menu li a {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	padding: 0 10px 0 0;
/*	letter-spacing: 1px;  */
}
header .main-menu li:hover > a, header .main-menu li.current-menu-item > a, header .main-menu li.current-page-ancestor > a, header .main-menu li.current-menu-parent > a {
		color: #f4a520;
}
header .main-menu ul ul {
	width: 250px;
	background: #f4a520;
	position: absolute;
	top: 45px;
	left: -17px;
	z-index: 100;
	padding: 15px 20px;
	text-align: left;
	display: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
header .main-menu ul ul li {
	display: block;
	padding-bottom: 0;
	margin: 5px 0;
}
header .main-menu ul ul li a {
	font-size: 22px;
	color: #fff;
	display: inline-block;
}
header .main-menu ul ul li a:hover, header .main-menu ul ul li.current-menu-item > a {
	color: #fff;
	border-color: #fff;
}
header .main-menu ul li:hover > ul {
	display: block;
}
/*
.menu-item-962 a{
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	border: 2px solid #fff;

	display: table;
	background: #f4a520;
}



 .menu-item-962 a:hover, .current-menu-item > a {
	color: #f4a520!important;
	background: #fff;
	border: 2px solid #f4a520!important;
}    */

.main-box {
	background-image: url('img/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 610px;
	background-size: cover;
	position: relative;
    border-bottom: solid 2px;
}
.main-box.in-page {
	height: 360px;
}

a.button {
	padding: 5px 10px;
	border-radius: 5px;
	color: #f4a520;
	border: 2px solid #f4a520;
	font-size: 34px;
	font-weight: 500;
	display: table;
    margin-left: 25%;
/*	background: #DF6902; */
}
a.button.center {
	margin: 0 auto;
	
}
a.button:hover {
	color: #fff;
	background: none;
	
}

section {
	float: left;
	width: 100%;
}
.motto {
	margin-top: 200px;
	float: left;
    	text-align: center;
/*	width: calc(100% - 260px);      */
}


.main-box .row {
	position: relative;
}
.motto h1 {
	margin: 40px 0px 40px 0px;
	color: #fff;
	font-size: 52px;
	font-weight: 400;
	line-height: 110%;
}
.motto h1 strong {
	font-weight: 400;
}
.motto p {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	text-align: right;
    margin: 0;
	
}

.img-top {
	margin-top: 40px;
	float: left;
	padding-left: 160px

}
header .menu-show {
	position: absolute;
	right: 20px;
	top: 25px;
	display: none;
	width: 35px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
/*	text-transform: uppercase;   */
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 35px;
	height: 6px;
	background: #f4a520;
    border: 1px solid #fff;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 23px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 32px;
}
header .menu-show span:nth-child(4) {
	top: 41px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile header .main-menu {
	background-image: url('img/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 100px !important;
	width: 100%;
/*	height: calc(100vh - 96px);  */
	z-index: 100;
	overflow-y: auto;
	left: 0;
	margin: 0;
	padding: 10px 0;
	display: block;
	-webkit-overflow-scrolling: touch;
}
.open-mobile .menu-item-962 a {

	margin-top: -10px;


	display: block;

	
}



.open-mobile header .main-menu ul {
	display: block;
	width: 100%;
}
.open-mobile header .main-menu ul ul {
	background: none;
	position: static;
	box-shadow: none;
	padding: 0;
	text-align: center;
}
.open-mobile header .main-menu ul li {
	width: 100%;
	margin: 5px 0 !important;
	text-align: center;
	padding-bottom: 8px;
}
.open-mobile header .main-menu ul li a {

}
.entry {
	font-size: 22px;
	min-height: 450px;
	font-weight: 400;
    text-align: justify;
}
.entry p a {
	color: #f4a520;
}
section.content {
	padding: 40px 0;
}
.entry h1 {
color: #f4a520;
	font-size: 38px;
	margin: 0 0 40px 0;
	font-weight: 500;
    border-bottom: 2px solid #003e65;
	display: table;
}

.entry h2 {

	font-size: 30px;
	font-weight: 600;
    text-transform: uppercase;

}

.entry h2 em {

	font-size: 24px;
	font-weight: 400;
    text-transform: none;
}

.entry h3 {

	font-size: 26px;
	font-weight: 600;

}

.our-services {
	background-image: url('img/services-line.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 20px 0;
	margin-top: 30px;
	float: left;
	width: 100%;
}
.our-services h2 {
	text-align: center;
	font-size: 50px;
	color: #f4a520;
	font-weight: 500;
	margin: 0;
}
.our-services .list {
	margin-top: 30px;
}
.our-services .list .item {
	background-image: url('img/item-arrow.png');
	background-position: calc(100% - 10px) 10px;
	background-repeat: no-repeat;
	background-color: #FAA74A;
	position: relative;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 15px;
	color: #fff;
	float: left;
	width: calc(50% - 15px);
	margin: 0 30px 15px 0;
}
.our-services .list .item:nth-child(2n+0) {
	margin-right: 0;
}
.our-services .list .item h3 {
	margin: 0 0 5px;
	text-decoration: underline;
	font-weight: 400;
	font-size: 40px;
}
.our-services .list .item p {
	margin: 0;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.our-services .list .item:nth-child(2) {
	background-color: #F7941D;
}
.our-services .list .item:nth-child(3) {
	background-color: #F7941D;
}
.our-services .list .item:nth-child(4) {
	background-color: #FAA74A;
}
.our-services .list .item:nth-child(5) {
	background-color: #FAA74A;
}
.our-services .list .item:nth-child(6) {
	background-color: #F7941D;
}
.our-services .list .item:nth-child(7) {
	background-color: #F7941D;
}
.our-services .list .item:nth-child(8) {
	background-color: #FAA74A;
}
.our-services .list .item:nth-child(9) {
	background-color: #FAA74A;
}
.our-services .list .item:nth-child(10) {
	background-color: #F7941D;
}
.our-services .list .item:hover {
	opacity: 0.9;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.our-services .list .item:hover {
	background-position: calc(100% - 5px) 10px;
}
.half {
	float: left;
	width: 50%;
}
.half.right {
	text-align: right;
}
/* .entry hr {
	background-image: url('img/services-line.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 10px 0;
    margin: 10px 10px 10px 10px;
	border: 0;
	display: block;
	width: 100%;
}   */

.entry hr {
 border: 1px solid #f4a520;
	display: block;
	width: 90%;

 }

footer {
	float: left;
	width: 100%;
	font-size: 22px;
}
footer .top {
	background-image: url('img/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	float: left;
	width: 100%;
	padding: 30px 0;
	position: relative;
}
footer .top:after {
/*	background: #000;  */
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: 1;
}
footer .top .row {
	position: relative;
	z-index: 10;
}
footer .col {
	float: left;
	width: 22%;
	padding-right: 20px;
}

footer .name {
	float: left;
	width: 30%;
	line-height: 110%;
}
footer .col1{
	float: left;
    margin-top: 5px;

}
footer .col3{
float: right;

	
}
footer .col .title {
	font-size: 22px;
	margin-bottom: 10px;
}
footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .col ul li {
	margin-bottom: 2px;
    font-size: 24px;
    }
footer .col ul li a {
	color: #fff;
}

footer .name a {
	text-decoration: none;
	color:#fff;
	font-weight: 600;
}

footer .name a:hover{
	text-decoration: none;
	color:#f4a520;
	font-weight: 600;
}


footer .col ul li a:hover {
	color: #f4a520;
}
footer .col p {
	margin-bottom: 15px;
	line-height: 135%;
}
footer .bottom {
	float: left;
	width: 100%;
	color: #000;
		font-size: 14px;
	font-weight: 400;
/*	background: #f4a520;  */
	text-align: center;
    padding: 6px;
    	border-bottom: 4px solid #003e65;
}
footer .bottom a {
	color: #000;
	font-weight: 700;
}
footer .bottom a:hover {
	text-decoration: none;
}
.clear {clear: both;}
.only-mobile {display: none;}



@media (max-width: 980px) {
.entry ul li {text-align:left;} 
section.content {padding: 20px 0;}
    section.top {font-size: 14px;}
	header .main-menu ul, a.button, .motto  h1, footer .socials {display: none;}
	header .menu-show {display: block;}
	.our-services .list .item {padding-right: 45px;}
	.our-services .list .item h3 {font-size: 30px;}
	.main-box {height: auto; padding-bottom: 20px;}
    .main-box.in-page {height: auto; padding-bottom: 50px;}
	.motto {margin-top: 150px; width: 100%; text-align: center;}
	.motto p {margin-bottom: 25px; text-align: center;}
	.main-box a.button {margin: 0 auto;}
	footer .col {width: 100%;}
    footer .col1 {width: 100%;margin: 40px 0;}
    footer .col3 {width: 100%;}
    footer .col3 img {display: block; margin: auto;}
	footer .col:nth-child(1), .half {width: 100%;}
	footer, .half.right {text-align: center;}
    footer .name {text-align: center; width: 100%;margin-bottom: 20px;}
	footer .half {margin: 10px 0;}
    footer .col1 img {width: 260px; margin: 0px 0px 0px 0px;} 
	header .contact-info {width:100%;}
	header .logo img {width: 140px; margin: 0px 0px 0px 0px;} 
    .entry h1 {	padding-bottom: 10px;line-height: 90%;text-align: left;font-size: 36px!important;}
    .entry h2 {text-align: left;}
    .entry h3 {text-align: left;}
    .img-top {display: none;}
	header .slogan {background-image: none;	
	padding-top: 90px;
    padding-right: 0px;
text-align: center;
	font-weight: 600;
	font-size: 28px;
	text-shadow: 1px 1px #003e65;
	letter-spacing: normal;
	color: #f4a520;
	line-height: 90%;}
} 
@media (max-width: 1222px) { 
.img-top{margin-left: 42%;margin-top:6em;position: absolute;}
.img-top img{width: 90%;}	
	
}
@media (max-width: 670px) {
	.our-services .list .item {width: 100%; margin-right: 0;}
	footer .col {width: 100%; margin: 10px 0;}
	.motto h1, .entry h1 {font-size: 38px;}
	
}
@media (max-width: 480px) {

	.our-services .list .item h3 {font-size: 24px;}
}

@media (max-width: 350px) {

	header .contact-info a.icon {	font-size: 14px;margin-left: 15px;}
    header .slogan {font-size: 18px;line-height: 100%;}
	
}

.alignleft {
	float: left;
	margin: 0 60px 22px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 26px;
}
.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
