@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=greek,latin);


body {

	margin:0 auto;

 	background-color:#fff;

	font-family: 'Ubuntu', sans-serif;
  	
	text-decoration: none;

 	font-weight:none;

 	font-size: 17px !important;

 	color:#333;

 	text-align:left;

	overflow-x: hidden;

}



/**************for css3 support in older browsers************

link documentation

css3pie.com/documentation/supported-css3-features/



write the css rule and add

behavior: url(plugins/css3pie/PIE.htc);

e.g

#myElement {

    behavior: url(plugins/css3pie/PIE.htc);

    border-radius: 10px;

/***********extra options for pie***********	

    -pie-watch-ancestors: 1;

	-pie-png-fix: true;

	-pie-lazy-init:true;

	-pie-poll:true;

	-pie-track-hover:false;

	-pie-track-active:false; 

}





/**********accordion content***************/



.container{	/*width:970px !important;*/}

h1 {font-size:24px;}



a {color:#004000; transition: all 0.2s linear;}

a:hover{color:#84904B; text-decoration:none;}



.accordion_head_in {text-decoration:none;font-size:20px;display:block;}

.accordion_content_in {display:none;}

.accordion_wrapper_in li {position:relative;overflow:hidden;}



.pagination li.inactive{ visibility:hidden;}

.pagination li { float:left;}

.pagination_wrapper{ text-align:center;}



.float_image{ float:left;}



.empty_row_10{display:block; height:10px}

.empty_row_20{display:block; height:20px}

.empty_row_30{display:block; height:30px}

.empty_row_40{display:block; height:40px}

.empty_row_50{display:block; height:50px}

 

.alpha{ margin-left:0;}

.omega{ margin-right:0;}



.alphap{ padding-left:0;}

.omegap{ padding-right:0;}



.invisible{ /*display:inline-block;*/  display:none; width:0; height:0; visibility:hidden;}

.row-centered {text-align:center;}

.col-centered {display:inline-block; float:none;text-align:left; /* inline-block space fix */margin-right:-4px;}



.shadow {

	-moz-box-shadow: 3px 3px 4px #333;

	-webkit-box-shadow: 3px 3px 4px #333;

	box-shadow: 3px 3px 4px #333;

/* For IE 8 */

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";

/* For IE 5.5 - 7 */

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');

	zoom: 1;  

}

.ce_gallery ul{ list-style:none; padding-left:0; display:inline-block;}

.ce_gallery ul>li{ float:left; clear:none;}

/***********

.ce_gallery ul>li.col_first{ clear:left; float:left;}

.ce_gallery ul>li.col_last { clear:right; float:left;}

***********/

.list_title{ font-size:24px}

.list_subtitle{ font-size:22px}

.header {
	background:#84904B;
	padding:20px 0px 5px 0px;
}

.logo {
	text-align:center;
/*	margin-bottom:20px;
*/	background:url(../images/header_border.png) repeat-x bottom;
	padding-bottom:30px;
}

 
.navbar-nav { margin:0 auto !important;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #9CAA5B;
     color: #fff;
	text-transform:uppercase;
	font-size: 16px !important;
	letter-spacing:0.5px;
}

 
.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
	text-transform:uppercase;
	font-size: 16px !important;
	letter-spacing:0.5px;
	padding-left:8px;
	padding-right:8px;
	color:#FFF !important;
}

.navbar-default {
    background-color: #84904B;
    border-color: #84904B;
 }

.navbar {
     margin-bottom: 0px;
 }

.nav > li > a {color: #fff; font-size:16px; }
.nav > li > a:hover, .nav > li > a:focus { background:#96A455;  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);}

 
.srow_main{
	padding:10px 0px 30px;
}

.news {
	background:#1D1D0C;
	padding:10px 0px 30px;
	color:#fff;
}

.news a { color:#869353;}
.news a:hover { color:#A4B073;}

.footer {
	border-top:10px solid #869353;
	padding:20px 0px;
	font-size:15px;
	color:#666;
}
	
.bg_tree {
	position:absolute;
	right:0;
}

.menu {
 	padding-top:20px;
}

.menu ul{
 	margin:0 auto;
 }

.rotator_wrapper{margin-top: 0px; position:relative; overflow:hidden; display:inline-block; width:100%; height:auto;}
.rotator_bg{ display:inline-block; width:100%; overflow:hidden; position:relative; height:auto; text-align:center}
#rotator{ 
	width: 100%;
	margin: 0;
	/*position: absolute;*/
	left: 0;
}
#rotator .image_container img{ min-width:100%;}
#rotator .ce_image { position:relative;}
 
.rotator h1 {
    background-color: rgba(0, 0, 0, 0.4) !important;
    bottom: 20px;
	letter-spacing:0.5px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    padding: 25px 20px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#rotator_pag {
    bottom:3px;
    display: block;
    left: 0;
    margin-top: -10px !important;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.rotator_pag a {
    background: #848F4A none repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    margin-left: 8px;
    width: 20px;
}
.rotator_pag .selected {
    background: #5B6334 none repeat scroll 0 0 !important;
}

.rotator_pag span {
    display:none;
}

.back {
    background: #1D1D0C none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 5px 8px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.back:hover {
    background: #84904B none repeat scroll 0 0;
}
.back a {
    color: #fefefe;
}
.back a:hover {
    color: #fff;
}

input[type="submit"], .button {
    background-color: #768143;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #768143;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 8px 14px;
    text-align: center;
    transition: background 0.15s linear 0s;
    vertical-align: middle;
}

.news .rel_more {
    background-color: #768143;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #768143;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 8px 14px;
    text-align: center;
    transition: background 0.15s linear 0s;
    vertical-align: middle;
}
.news .rel_more a {color: #fff;}
.rotator_award {
    position: absolute;
    right: 10px;
    top: 10px;
     z-index: 1000;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #1d1d0c;
	border-color: #1d1d0c;
}

.navbar-header {
	text-align:center;
}

.navbar-brand {
	display:none;
}

.navbar-toggle {
	float:none;
	margin-left: 15px;
}

.contact-form label {
	width: 20%;
}

.contact-form textarea {
	max-width: 100%;
}

/*tablets and PCs TVs*/

/********** Mobile vertical and horizontal ************/
@media (max-width: 1250px) {
.bg_tree {
	display:none;
}	 

 }


@media (max-width: 768px) {
.bg_tree {
	display:none;
}	 

.rotator h1 {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
/*    background-color: rgba(0, 0, 0, 0.8) !important;
	position:relative;
	padding: 15px 10px 10px;
*/
}
.rotator_award { display:none;}

}

@media (max-width: 400px) {
.bg_tree {
	display:none;
}
.rotator h1 {
     font-size: 14px;
     line-height:18px;
     padding: 10px;

}


}

/*apple IPADS 1,2,3,4*/

/* Portrait */

@media only screen 

  and (min-device-width: 768px) 

  and (max-device-width: 1024px) 

  and (orientation: portrait) {
	  

.nav-justified.lvl_1  li:nth-child(1), .nav-justified.lvl_1  li:nth-child(2), .nav-justified.lvl_1  li:nth-child(3) {
	display:inline-block;
	width:32%;
}

}

/* landscape */

@media only screen 

  and (min-device-width: 768px) 

  and (max-device-width: 1024px) 

  and (orientation: landscape) {

.nav > li > a {
	padding: 10px 0px;
}	  

}

/* TABLETS ANDROID 10+  */ 

/* Portrait */

@media 

  (max-device-width: 800px) 

  and (orientation: portrait) { 



}



/* Landscape */

@media 

  (max-device-width: 1280px) 

  and (orientation: landscape) { 



}
