﻿/*
'Πνευματικά δικαιώματα © 2015, Πάτσαρης Σ. Παναγιώτης
'Περιορισμός Ευθύνης & Όροι Χρήσης
'Ο πηγαίος κώδικας της εφαρμογής αυτής αποτελεί Πνευματική Ιδιοκτησία του Δημιουργού της (Νόμος 2121/1993, σχετική Οδηγία Ε.Ε. 29/2001/EC και Διεθνείς Νόμοι).
'Ο πηγαίος κώδικας της εφαρμογής έχει κατατεθεί σε Συμβολαιογράφο της Κομοτηνής και βρίσκεται σε ισχύ από την αναγραφόμενη ημερομηνία επί του σχετικού τιμολογίου παράδοσης της εφαρμογής.
'Οποιαδήποτε αλλαγή ή/και προσθήκη επί του πηγαίου κώδικα δίχως τη ρητή και έγγραφη άδεια του Δημιουργού του πηγαίου κώδικα της εφαρμογής διώκεται ποινικά και σε μέγιστο βαθμό.
'Αρμόδια για τη διευθέτηση των όποιων νομικών διαδικασιών είναι τα Δικαστήρια της Κομοτηνής.

'Copyright © 2015, Patsaris S. Panagiotis
'Disclaimer & Terms of Use
'The source code of this application is copyright of the Creator (Law 2121/1993, the relevant EU Directive 29/2001/EC and International Laws).
'The source code of this application has been lodged in the Notary of Komotini and it is valid from the date indicated on the relevant application's invoice. 
'Any changes and/or additions to the source code without the written permission of the author of the source code of the application will be criminally prosecuted to the maximum extent.
'For the settlement of all legal actions, responsible are the Courts of Komotini.
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,greek);
*{margin:0;padding:0;}
body{background-color:#fff;font:14px/18px 'Open Sans',sans-serif;font-weight:300;line-height:1.636em;}
html,body{height:100%;}
strong,
b{color:#333;font-family:'Open Sans',sans-serif;font-weight:400;letter-spacing:0;line-height:1em;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.13);}
table{border:3px solid #eaeaea;margin-left:auto;margin-right:auto;margin-top:10px;}
table td{padding:3px;font-weight:400;}
h1,
h2,
h3,
h4,
h5,
h6{color:#333;font-family:'Open Sans',sans-serif;font-weight:400;letter-spacing:0;line-height:1em;text-shadow:1px 1px 2px #9f9e9e;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;height:0;width:0;}
.services{padding:20px;}
.more{background:url(../i/arrow_list.png) 1px 7px no-repeat;padding-left:10px;line-height:18px;}
.container{border:1px solid #eaeaea;margin-bottom:20px;}
.container .text{padding:10px;}
.container li{background:url(../i/arrow_list.png) 1px 7px no-repeat;padding-left:10px;line-height:18px;list-style:none;}
.container h2{border-top:none;border-left:none;border-right:none;}
.container a{color:#d22128;font-weight:400;text-decoration:none;transition:0.25s all ease;-webkit-transition:0.25s all ease;-o-transition:0.25s all ease;}
.container a:hover{text-decoration:underline;}
h2{background:#212121;border:1px solid #eaeaea;color:#fff;font-size:16px;height:25px;line-height:28px;margin:0;padding:0 10px;padding-bottom:5px;text-transform:uppercase;}
h3{font-size:14px;line-height:28px;text-transform:uppercase;}

/* responsive */
@media (max-width:372px){
	h2{background:none;border:none;color:#000;font-size:16px;height:auto;line-height:18px;padding-top:5px;padding-bottom:0;}
	h3{line-height:16px;}
}