
/* #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: 25px;
	line-height: 27px;
	margin: 0 0 21px 0;
}
h2 {
	font-size: 25px;
	line-height: 27px;
	margin: 0 0 17px 0;
}
h3 {
	font-size: 22px;
	line-height: 23px;
}

.container {
	width:760px;
}

.wrapper .container {
    width: 760px;
}

header {
	background:#fff;
	height:50px;
	border-bottom:1px solid #fff;
}
header.smaller {
    height: 33px;
}
#top {
    width: 760px;
    height: 50px;
}
#mainLink {
    top: 14px;
    background-image: url('img/logo.png');
	background-size:contain;
    width: 182px;
	height:25px
}
header.smaller #mainLink {
    top: 5px;
}
#mainMenu {
    top: 17px;
}
#mainMenu li a, header.smaller #mainMenu li a {
	font-size: 14px;
	text-transform:none;
	padding: 8px 12px 8px;
}
.nav li.dropdown .subnav li a {
    font-size: 15px !important;
}
.slider-wrap {
    margin-top: 51px;
}

#contact h4 {
    font-size: 17px;
}

#contact {
    font-size: 12px;
    line-height: 27px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 16px;
	text-transform:none;
    padding: 10px 12px 10px !important;
}
.ui-tabs .ui-tabs-panel {
	font-family:'Lato';
	font-size:15px;
	line-height:22px;
}

#mainGallery img {
	width:175px;
	height:auto;
}

#mainGallery .miniatureWrapper {
	margin-bottom:10px !important;
}

#mainGallery .miniatureWrapper:nth-child(2n+1){
	margin-right:10px;
}
}