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;
	font-family: 'dincond-lightmedium';	
	color: #7E7E7E;
	background:#fff;
}
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;
}

html,body{
	min-height:100%;
}


/*fonts*/
@font-face {
    font-family: 'dincond-lightmedium';
    src: url('../font/dincond-light-webfont.eot');
    src: url('../font/dincond-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/dincond-light-webfont.woff2') format('woff2'),
         url('../font/dincond-light-webfont.woff') format('woff'),
         url('../font/dincond-light-webfont.ttf') format('truetype'),
         url('../font/dincond-light-webfont.svg#dincond-lightmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}



img{
	max-width:100%;
}

.clear{
	clear:both;
}

h1{
	font-size: 35px;
}
#title span {
	font-size:50px;
}

p{
	font-size: 20px;
	display:inline-block;
}

a{
	font-size: 20px;
	color:#000;
	text-decoration:none;
	display:inline-block;
}

a:hover{
	color: #7E7E7E;
	text-decoration:none;
}

#wrapper{
	width:960px;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	margin-top:10%;
}

#MainSlider{
	width:434px;
	float:left;
}

#content{
	width:434px;
	margin-left:90px;
	margin-top:175px;
	float:left;
}

@media screen and (max-width: 768px){

h1{font-size: 30px;}
#title span {font-size:40px;}
p{font-size:18px;}
a{font-size:18px;}

	
#wrapper{
	width:80%;
	max-width: 768px;
	margin-left:10%;
	margin-right:10%;
	margin-top:10%;
}

#MainSlider{	
	float:none;
	width:250px;
	margin:0 auto;
}

#content{
	width:100%;
	margin-left: 0;
	margin-top:0;
	margin-bottom:50px;
	float:none;
	text-align:center;
}	

.bx-wrapper img{
	width:100%!important;
	max-height:250px!important;
}

.bx-wrapper .bx-caption {
	top:15%!important;
	width:60%!important;
	font-size: 14px!important;	
}

}