@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=greek');


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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

a, i, .prodbox2, .prodbox, .prodbox2 span {
  transition: all 0.7s;
  -moz-transition: all 0.7s; /* Firefox 4 */
  -webkit-transition: all 0.7s; /* Safari and Chrome */
  -o-transition: all 0.7s; /* Opera */
}



a{text-decoration:none!important;}
a:hover{text-decoration:none!important;}
body, html { font-size: 100%; padding: 0; margin: 0;font-family: 'Roboto Condensed', sans-serif;}
html { 
  background: url(creloom-web.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.page {width:1040px;margin:0 auto;}
#top {width:100%;background:#684287;padding:25px 0;position:absolute;top:0;left:0;z-index:90;}
#logo {width:45%;float:left;text-align:left;}
#infos {width:45%;float:right;text-align:right;color:#fff;line-height:24px;padding-top:10px;}
#infos a {color:#54c5d0;}
#infos a:hover {color:#fff;}


#mid {width:100%;padding:0px 0;position:absolute;top:40%;left:0;z-index:95;text-align:center;}
#mid img {width:100%;}


@media only screen and (max-width: 1040px) and (min-width: 280px)
{
	
	.page {width:100%;margin:0 auto;}
#logo {width:80%;float:none;text-align:center;margin:0 auto;}
#infos {width:80%;float:none;text-align:center;margin:0 auto;color:#fff;line-height:24px;padding-top:10px;}

	#mid img {width:60%;}
#mid {width:100%;padding:0px 0;position:absolute;top:60%;left:0;z-index:95;text-align:center;}

}
