/* Main Page */
body {min-width:300px;min-height:550px;}

.text_bot1 {
    bottom:45px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    cursor:default;
    display: block;
    position: absolute;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text_bot2 {
    bottom:5px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    cursor:default;
    display: block;
    position: absolute;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top_window{
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;
	display:block;
	background:url("../img/pattern2.png");
}

.filter_window{
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;
	display:block;
}

.filter_table_index{
	width:100%;
	line-height:50px;
	text-align:center;
	display: block;
	margin: 0px;
}

.filter_table_index td {
	text-align:center;
	padding-left:10px;
	min-width:100px;
}

.filter_table_index tr td:nth-child(4){
	min-width:0px;
	width:0px;
}

.search_box {
	position: absolute;
	left: 20%;
	top:45%;
	width:60%;
	display:block;
	z-index:10;
	
	border:1px solid rgba(225, 226, 227,0.9);
	border-radius:0px 0px 10px 10px;
	border-top:15px solid rgba(0, 0, 0,0.9);
	
	-webkit-box-shadow:
		0 2px 6px rgba(225, 226, 227,0.9),
		inset 0 1px rgba(225, 226, 227,0.7),
		inset 0 10px rgba(225, 226, 227,0.6),
		inset 0 10px 20px rgba(225, 226, 227,0.65),
		inset 0 -15px 30px rgba(225, 226, 227,0.7);
	-moz-box-shadow:
		0 2px 6px rgba(225, 226, 227,0.9),
		inset 0 1px rgba(225, 226, 227,0.7),
		inset 0 10px rgba(225, 226, 227,0.6),
		inset 0 10px 20px rgba(225, 226, 227,0.65),
		inset 0 -15px 30px rgba(225, 226, 227,0.7);
	box-shadow:
		0 2px 6px rgba(225, 226, 227,0.9),
		inset 0 1px rgba(225, 226, 227,0.7),
		inset 0 10px rgba(225, 226, 227,0.6),
		inset 0 10px 20px rgba(225, 226, 227,0.65),
		inset 0 -15px 30px rgba(225, 226, 227,0.7);
	background:rgba(225, 226, 227,0.65);
	
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}

.top_title {
	position:absolute;
	top:18%;
	height:12%;
	width:100%;
	padding:0px;
	font-size:12px;
	color:rgba(109, 120, 122, 1);
	overflow:visible;
	text-align:center;
	
	

background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.9) 14%, rgba(246,246,246,0.9) 26%, rgba(246,246,246,0.9) 45%, rgba(248,248,248,0.9) 58%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(14%, rgba(250,250,250,0.9)), color-stop(26%, rgba(246,246,246,0.9)), color-stop(45%, rgba(246,246,246,0.9)), color-stop(58%, rgba(248,248,248,0.9)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.9) 14%, rgba(246,246,246,0.9) 26%, rgba(246,246,246,0.9) 45%, rgba(248,248,248,0.9) 58%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.9) 14%, rgba(246,246,246,0.9) 26%, rgba(246,246,246,0.9) 45%, rgba(248,248,248,0.9) 58%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.9) 14%, rgba(246,246,246,0.9) 26%, rgba(246,246,246,0.9) 45%, rgba(248,248,248,0.9) 58%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(250,250,250,0.9) 14%, rgba(246,246,246,0.9) 26%, rgba(246,246,246,0.9) 45%, rgba(248,248,248,0.9) 58%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );

	
}

.logo_index_en {
	background: url("../img/logo_en.png") no-repeat center center;
	-webkit-background-size: contain; /* For WebKit*/
	-moz-background-size: contain;    /* Mozilla*/
	-o-background-size: contain;      /* Opera*/
	background-size: contain;
	width: 60%;
	height: 35%;
	position: absolute;
	top:8%;
	left:20%;
	display: inline-block;
	z-index: 50;
	overflow:visible;
}

.logo_index_el {
    background: url("../img/logo_el.png") no-repeat center center;
    -webkit-background-size: contain; /* For WebKit*/
    -moz-background-size: contain;    /* Mozilla*/
    -o-background-size: contain;      /* Opera*/
    background-size: contain;
    width: 60%;
    height: 35%;
    position: absolute;
    top:8%;
    left:20%;
    display: inline-block;
    z-index: 50;
    overflow:visible;
}




.phone3 {
	
	position:absolute;
	left:60%;
	top:5px;
	z-index:500;
	float:inherit;
}

.introtext{
	margin-top:120px;
}

.label {
	font-size:14px;
	z-index: 1000;
	line-height: 20px;
	display: block;
	position: relative;
	color:black;
	margin-bottom:10px;
	height:20px;
	
	background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.7) 40%, rgba(248,248,248,0.7) 70%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(40%, rgba(250,250,250,0.7)), color-stop(60%, rgba(248,248,248,0.7)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.7) 40%, rgba(248,248,248,0.7) 60%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.7) 40%, rgba(248,248,248,0.7) 60%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.7) 40%, rgba(248,248,248,0.7) 60%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(250,250,250,0.7) 40%,  rgba(248,248,248,0.7) 60%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	
	cursor:default;
	
	-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.labelright {
	font-size:14px;
	z-index: 1000;
	line-height: 20px;
	display: block;
	position: relative;
	color:black;
	margin-bottom:10px;
	height:20px;
	text-align:right;
	padding-right:10px;
	
	background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(248,248,248,0.7) 70%, rgba(255,255,255,0.7) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(70%, rgba(248,248,248,0.7)), color-stop(100%, rgba(255,255,255,0.7)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(248,248,248,0.7) 70%, rgba(255,255,255,0.7) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,  rgba(248,248,248,0.7) 70%, rgba(255,255,255,0.7) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,  rgba(248,248,248,0.7) 70%, rgba(255,255,255,0.7) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,   rgba(248,248,248,0.7) 70%, rgba(255,255,255,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	
	cursor:default;
	
	-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

br {
       display: block;
       margin: 10px 0;
    }

.textinput1 {
	width:100%;
	display: inline-block;
	text-align:center;
    height: 40px;
    overflow: hidden;
    position: relative;
	font-size:14px;
    white-space: nowrap;
    line-height: 40px;
    color: black;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

   
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
	
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.textinput1:hover,.textinput1:focus {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(102, 224, 228, 0.8);
-moz-box-shadow: 0px 0px 10px 5px rgba(102, 224, 228, 0.8);
box-shadow: 0px 0px 10px 5px rgba(102, 224, 228, 0.8);

}

.search_button{
	background: url('../img/search.png') no-repeat 100%;
	background-position: 15px 10px; 
	z-index:4000;
}

.search_button_back{
	display: block;
	width:180px;
	cursor:pointer;
	line-height:40px;
	height:40px;
	color:white;
	text-indent:45px;
	background:
linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
background-size: 20px 20px;

	border-radius:5px;
	
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);

z-index:3000;
	
}

.search_button_back:hover{
background: url("../img/button_back2.png");
	-webkit-box-shadow: 0px 0px 10px 5px rgba(102, 224, 228, 0.8);
-moz-box-shadow: 0px 0px 10px 5px rgba(102, 224, 228, 0.8);
box-shadow: 0px 0px 10px 5px rgba(102, 224, 228, 0.8);
}



.body_bot {
	width:100%;
	height:80px;
	bottom:0px;
	left:0px;
	position: absolute;
	display:block;
	z-index:500;
	text-align:center;
	font-size:24px;
	color:rgba(0, 0, 0, 1);
		
	background: rgba(255,255,255,0);
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.9) 20%, rgba(250,250,250,0.9) 80%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(20%, rgba(250,250,250,0.9)), color-stop(80%, rgba(250,250,250,0.9)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.9) 20%, rgba(250,250,250,0.9) 80%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.9) 20%, rgba(250,250,250,0.9) 80%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(250,250,250,0.9) 20%, rgba(250,250,250,0.9) 80%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(250,250,250,0.9) 20%,  rgba(250,250,250,0.9) 80%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

/* Large desktops and laptops */
@media screen and (max-width: 1200px) {



}
/* Portrait tablets and medium desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

.search_box{
	left:20%;
	width:60%;
}


}

/* Portrait tablets and small desktops */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.search_box{
	left:10%;
	width:80%;
}
}

/* Landscape phones and portrait tablets */
@media only screen and (max-width: 767px) {
.search_box{
	left:5%;
	width:90%;
}
}

@media screen and (max-width: 600px) {
.filter_window{
	
}

.filter_table_index table,.filter_table_index thead,.filter_table_index tbody,.filter_table_index th,.filter_table_index td,.filter_table_index tr { 
		display:block!important;
    	width:95%;
		position:absolute;
}

.filter_table_index tr td:nth-child(2){
	margin-top:50px;
}

.filter_table_index tr td:nth-child(3){
	margin-top:100px;
}

.filter_table_index tr td:nth-child(5){
	margin-top:150px;
}


.search_box{
	height:240px;
	width:80%;
	left:10%;
	top:30%;
	margin:0px;
	min-width:200px;
	text-align:center;
	padding-left:5%;
	padding-right:5%;
	padding-top:10px;
}
	
.search_button_back{
    margin: 0 auto;
	margin-top:10px;
}

.logo_index_en,.logo_index_el{
	width:80%;
	left:10%;
	height:20%;
	top:9%;
}



input{
	font-size: 16px;
}

.body_bot {
	height:70px;
}

    .text_bot1 {
        bottom: 35px;
    }
    .text_bot2 {
        bottom: 5px;
    }
}
/* Landscape phones and smaller */
@media only screen and (max-width: 480px) {
    .body_bot {
        font-size: 16px;
        height: 60px;
    }

    .text_bot1 {
        bottom: 35px;
    }
    .text_bot2 {
        bottom: 10px;
    }

}