
/* #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;
	background:#7394a0;
}

body.index .content {
	font-size:13px;
	line-height:19px;
}
h1 {
	font-size: 25px;
	line-height: 27px;
	margin: 0 0 21px 0;
}
h2 {
	font-size: 18px;
	line-height: 27px;
	margin: 0 0 13px 0;
}
h3 {
	font-size: 18px;
	line-height: 27px;
	margin: 0 0 13px 0;
}

#container {
	width:760px;
	background:#fff;
	overflow:hidden
}

#slider, #sliderWrapper {
	width:760px;
	height:auto;
}

#mainMenu ul {
    margin: 0;
    padding: 0 0 0 15px;
}
#mainMenu li a {
	font-size: 15px;
	text-transform:none;
	padding: 12px 9px 11px;
}

.content {
	padding:0 15px;
}

#contactRow {
	font-size:13px;
}

#contactRow .icon {
	font-size:15px;
	margin-right: 5px;
    padding: 4px 5px;
}

#contactRow .col {
    margin: 0 0 0 2%;
}
#contactRow .span_3_of_12 {
    width: 26%;
}

.mainBox span {
	font-size:18px;
}

.mainBox {
    height: 132px;
    margin-bottom: 15px;
    width: 200px;
	background-size:cover !important;
}

#mainInfos {
	text-align:center;
}

#mainInfos .mainInfoBox {
	margin:0  auto 20px;
	display:inline;
	float:none;
}

#mainInfos .mainInfoBox img {
	margin:0  10px 20px;
}

#copyright {
	font-size:12px;
	padding:20px 15px 15px;
}
}