
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1169px) {

body {
	font-size:14px;
	line-height:20px;
}

h1 {
	font-size: 32px;
	line-height: 35px;
	margin: 0 0 21px 0;
}
h2 {
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 17px 0;
}
h3 {
	font-size: 19px;
	line-height: 23px;
}
h4 {
	font-size: 19px;
	line-height: 23px;
}
.container {
	width:760px;
}

.wrapper .container {
    width: 760px;
}


#mainMenu li a {
	font-size: 16px;
	padding:6px 9px;
}

.slider-wrap {
    margin-top: 100px;
    position: relative;
}

.picBox {
	overflow:hidden;
}

#contact h4 {
    font-size: 15px;
}
#footer #contact {
    font-size: 12px;
    line-height: 21px;
}
.footerInfo {
    font-size: 13px;
    line-height: 20px;
	margin-bottom:15px;
}

}