/*////////////////////////////////////////////////////////////////////////////////////////////////////////
========================================================================================================= 
        Author: Orestis Sideratos
        Author URL: http://www.freshdesign.gr
///////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* @import url('font-awesome.css'); */


/*////////////////////////////////////////// #Media Queries /////////////////////////////////////////////
========================================================================================================= 
///////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.irm a {
		font-size: 83%;
	}
}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
	.logo {
		padding: 1.3em 2em 1.3em 2em !important;
	}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {}


/*////////////////////////////////////////// #Reset & Basics /////////////////////////////////////////////
========================================================================================================= 
///////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 0;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #Basic Styles
================================================== */

body {
	background: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BABABA', endColorstr='#FFFFFF');
	font-size: 15px;
	font-family: 'proxima-nova', serif;
	font-weight: 300;
	color: #000;
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}


/*////////////////////////////////////////// #Typography /////////////////////////////////////////////
========================================================================================================= 
///////////////////////////////////////////////////////////////////////////////////////////////////////*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'proxima-nova', serif;
	color: #000;
	font-weight: normal;
}

p {
	margin: 0 0 20px 0;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}


/*////////////////////////////////////////// #Links /////////////////////////////////////////////
========================================================================================================= 
///////////////////////////////////////////////////////////////////////////////////////////////////////*/

a,
a:visited {
	color: #000;
	text-decoration: underline;
	outline: 0!important;
}

a:hover,
a:focus {
	color: #000;
}

p a,
p a:visited {
	line-height: inherit;
}


/*////////////////////////////////////////// #General /////////////////////////////////////////////
========================================================================================================= 
///////////////////////////////////////////////////////////////////////////////////////////////////////*/

.white {
	background-color: rgba(255, 255, 255, 1);
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

header {
	background: rgb(255, 255, 255);
	border-bottom: 1px solid #DDD;
}

nav a.active,
nav a.irm-active,
nav a:hover {
	color: #9b7202 !important;
}

nav {
	color: #000;
	font-weight: 400;
	letter-spacing: .07em;
	padding-right: 2em;
	font-size: 1.2em;
	padding-top: 1.5em;
}

.topmenu {
	margin-top: 4em;
	margin-bottom: 5px;
}

.logo {
	padding: 2em 2em 2em 5em;
}

.logo img {
	max-width: 220px;
	/* max-width: 100%; */
}


/*////////////////////////////////////////// #PARALAX START ///////////////////////////////////////////*/

.parallaxlogo {
	max-width: 200px;
}

.parallaxlogo2 {
	max-width: 130px;
}

.banner-text .more {
	background: rgb(232, 109, 6);
	background: -moz-linear-gradient(left, rgba(232, 109, 6, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(232, 109, 6, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgba(232, 109, 6, 1) 0%, rgba(255, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e86d06', endColorstr='#ff0000', GradientType=1);
	color: #FFF;
	font-size: .85em;
	text-transform: uppercase;
	padding: 1em 2em;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .08em;
}

.banner-text {
	color: #fff;
	padding: 5em 0 2em 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2147483647;
}

.banner-text>p {
	font-size: 2em;
	line-height: 1.4em;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	color: #FFF;
}

.banner-text>p {
	-webkit-animation: fadeInScale 0.7s ease-in-out;
	-moz-animation: fadeInScale 0.7s ease-in-out;
	animation: fadeInScale 0.7s ease-in-out;
}

.banner-text a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid;
	max-width: 223px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	text-transform: uppercase;
	letter-spacing: .07em;
	font-size: .9em;
}

.banner-text a:hover {
	border: 1px solid #9b7202;
}


/*////////////////////////////////////////// #PARALAX END ///////////////////////////////////////////*/


/*////////////////////////////////////////// #BOXES END ///////////////////////////////////////////*/

.box {
	width: 100%;
	height: 40vh;
	text-align: center;
	padding-top: 22%;
	min-height: 400px;
}

@media (max-width: 992px) {
	.box {
		height: 30vh;
		min-height: 380px;
	}
	.logo {
		padding: 2em 2em 2em 2em;
	}
}

a.boxmore {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
	letter-spacing: .1em;
	border: 2px solid;
	padding: .5em;
}

a:hover.boxmore {
	color: #FFF;
	border: 2px solid #9b7202;
}

.boxmore span {
	display: block;
	padding: 1em 1.5em;
	width: auto;
	margin: .2em;
}

.boxmore:hover span {
	background-color: #e67e22 !important;
}

.box.one {
	background: url(../img/box-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.box.two {
	background: url(../img/box-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.box.three {
	background: url(../img/box-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/*////////////////////////////////////////// #BOXES END ///////////////////////////////////////////*/


/*////////////////////////////////////////// #mainpage start /////////////////////////////////////////////*/

.mainpageintrotext {
	padding-bottom: 5em;
	padding-top: 5em;
}

.mainpageintrotext h1 {
	font-size: 1.7em;
	line-height: 1.3em;
	padding-bottom: .5em;
	font-weight: 600;
}

.mainpageintrotext h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	padding-bottom: .5em;
	font-weight: 300;
}

.mainpageintrotext p {
	text-align: justify;
}

.mainpagebox-wrapper {
	padding: 2em 0 7em 0;
}

.mainpagebox {
	margin-bottom: 5em;
	text-align: center;
}

.mainpagebox a {
	text-decoration: none;
}

.mainpagebox figcaption {
	text-align: center;
}

.mainpagebox h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: .08em;
	margin-top: .5em;
	text-transform: uppercase;
	color: #19285e;
	text-align: center;
	padding-bottom: .5em;
	padding-top: .4em;
}

.mainpagebox figure img {
	border: 10px solid #FFF;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .8);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .8);
	max-width: 100%;
}

.mainpagebox figure img:hover,
.mainpagebox.active figure img {
	opacity: .7;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .8);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .8);
}

.mainpagebox figure:hover,
.mainpagebox.active {
	opacity: .5;
}

@media (max-width: 992px) {
	.mainpagebox figure {
		max-width: 280px;
	}
}

.prodcats {
	padding: 0;
	border-bottom: 10px solid #000;
	margin-bottom: 5px;
}

.mainpagebox span {
	color: #922337;
	font-size: .8em;
	font-weight: bold;
}

.box h3 {
	color: #FFF;
	font-size: 1.7em;
	letter-spacing: .03em;
	font-weight: 300;
}

.box {
	color: #FFF;
}

.box p {
	padding: 2em 7em 1em 7em;
	font-size: .9em;
	line-height: 1.5em;
	max-width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.box p {
	-webkit-animation: fadeInScale 0.7s ease-in-out;
	-moz-animation: fadeInScale 0.7s ease-in-out;
	animation: fadeInScale 0.7s ease-in-out;
}


/*////////////////////////////////////////// #mainpage end /////////////////////////////////////////////*/


/*////////////////////////////////////////// #practices start /////////////////////////////////////////////*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

ul.practiceintro {
	padding: 1em 0 5em 0;
}

ul.practiceintro li {
	list-style: inside;
	line-height: 1.7em;
}

.tab-content h1 {
	font-size: 2em;
	line-height: 1.7em;
	font-weight: 300;
	color: #9b7202;
}

.tab-content h2 {
	font-weight: 600;
	font-size: .9em;
	line-height: 1.5em;
	text-transform: uppercase;
}


/*Fun begins*/

.tab_container {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

.tab_container input,
.tab_container section {
	clear: both;
	padding-top: 10px;
	display: none;
}

.tab_container label {
	font-weight: 300;
	font-size: 1.2em;
	display: block;
	float: left;
	width: 33.3%;
	padding: 1.5em;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background: #FFF;
}

.tab_container label:hover {
	color: #9b7202;
}

.tab_container #tab1:checked~#content1,
.tab_container #tab2:checked~#content2,
.tab_container #tab3:checked~#content3 {
	display: block;
	padding: 2em 2em 5em 2em;
	background: #fff;
	color: #000;
}

.tab_container .tab-content p,
.tab_container .tab-content ul,
.tab_container .tab-content h1,
.tab_container .tab-content h2 {
	-webkit-animation: fadeInScale 0.7s ease-in-out;
	-moz-animation: fadeInScale 0.7s ease-in-out;
	animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
	text-align: center;
}

.tab_container [id^="tab"]:checked+label {
	background: #fff;
	box-shadow: inset 0 3px #9b7202;
}

.tab_container [id^="tab"]:checked+label .fa {
	color: #9b7202;
}

.tab_container label .fa {
	font-size: 1.3em;
	margin: 0 0.4em 0 0;
}


/*Media query*/

@media only screen and (max-width: 900px) {
	label span {
		display: none;
	}
	.tab_container {
		width: 98%;
	}
}


/*Content Animation*/

@keyframes fadeInScale {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.no_wrap {
	text-align: center;
	color: #0ce;
}

.link {
	text-align: center;
}


/*////////////////////////////////////////// #practices end /////////////////////////////////////////////*/


/*////////////////////////////////////////// #team start /////////////////////////////////////////////*/

.team {
	padding-top: 5em;
	padding-bottom: 6em;
}

.team h2 {
	color: #9b7202;
	font-size: 1.7em;
	font-weight: 300;
	line-height: 1.6em;
	letter-spacing: .03em;
}

.team img {
	max-width: 100%;
}

.team p {
	text-align: justify;
	line-height: 1.6em;
	background: #e9e9e9;
	padding: 3em 2em 2em 2em;
	font-size: .95em;
}

.team li {
	display: block;
	padding: 0 0 1.6em 0;
}

.team ul li a {
	text-decoration: none;
}

.team ul li i {
	font-size: .8em;
	padding-right: .5em;
}

a.filter {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #DDD;
	padding: 1em;
}

a.linkedin i {
	font-size: 1.5em;
	color: #333;
}

a:hover.linkedin i {
	color: #9b7202;
}


/*////////////////////////////////////////// #team end /////////////////////////////////////////////*/


/*////////////////////////////////////////// #Contact start /////////////////////////////////////////////*/

.contact {
	padding-top: 5em;
}

.contactmap {
	width: 100%;
	height: 40vh;
}

@media (max-width:768px) {
	.contactmap {
		height: 60vh;
	}
}

.contactform {
	padding-top: 2em;
	padding-bottom: 5em;
}

.contactdetails p,
.contactdetails ul {
	font-size: 1em;
	color: #000;
}

.contactdetails ul {
	line-height: 1.7em;
}

.contactdetails ul a {
	text-decoration: none;
}

.contactdetails i {
	font-size: 1.2em;
	color: #9b7202;
	display: inline-block;
	padding-right: .6em;
}

.contactdetails h1,
.contactform h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: 300;
	letter-spacing: .03em;
	margin-top: .5em;
	color: #9b7202;
	text-align: left;
	padding-bottom: .5em;
}


/*////////////////////////////////////////// #Contact End /////////////////////////////////////////////*/


/*////////////////////////////////////////// #footer start /////////////////////////////////////////////*/

footer {
	border-top: 1px solid #DDD;
}

ul.infofootertext {
	padding: 2em 1em;
	font-size: 1em;
	line-height: 1.7em;
}

.symbolaia-area {
	text-align: center;
	padding-top: 2em;
}

.symbolaia-area p {
	margin: 0 0 0px 0;
}

img.symbolaia {
	max-width: 180px;
	margin-top: 1em;
}

.footerinfo {
	margin: 0 0 5em 0;
	padding: 5em 0 0 0;
}

.footerinfo img.footlogo {
	max-width: 100px;
	float: right;
	margin-top: 2.2em;
}

@media (max-width: 992px) {
	ul.infofootertext {
		border-left: none;
		padding: 2em 0;
	}
	.footerinfo {
		text-align: center;
	}
	.footerinfo img.footlogo {
		clear: both;
		float: none;
	}
	nav {
		padding-top: .5em;
	}
}

.credits {
	text-align: center;
	font-size: .7em;
	padding: 1em;
}

.symbolaia-area a img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.symbolaia-area a:hover img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	filter: none;
	-webkit-filter: grayscale(0%);
}

.lang {
	/* display: none; */
	position: absolute;
	right: 0px;
	top: 0px;
	/* background: #000; */
}

.lang a {
	display: block;
	padding: 7px 10px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 1px;
}

.cookies {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px;
	text-align: center;
	background: #000;
	color: #fff;
}

.cookies p,
.cookies a {
	display: inline-block;
}

.cookies a {
	margin-left: 20px;
}


/*////////////////////////////////////////// #footer end /////////////////////////////////////////////*/

@media (min-width: 768px) {
	.text-sm-left {
		text-align: left !important;
	}
}