/* primary area
-------------------------------------------------- */
.primary .form {
	height:auto; /*340px;	*/
	min-height: 340px;
    padding: 50px 200px 0 0;
    background:url(../img/dog-stand.png) 94% 10% no-repeat;
    margin: 0;
}
.primary .form hr {
	margin:18px 0;
}
.primary button {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.primary section {
    -webkit-box-shadow: 0 0 8px #666;
    -moz-box-shadow: 0 0 8px #666;
    box-shadow: 0 0 8px #666;
	border:1px solid #eee;
}

.offer {
	background:#f0ebef;
	padding:0;
	position:relative;
}
.offer ul,
.offer li {
	list-style:none;
	margin:0;
	padding:0;
	}
.offer li {
    display: block;
	width:100%;
	height:150px;
}
.offer .more {
	text-align:left;
}
.offer .inner {
	position:relative;
	z-index:20;
	padding:10px 20px;
}

	.offer .inner p
	{
		max-width:245px;
		}

.offer img {
    position: absolute;
	z-index:10;
	right:0;
	bottom:0;
	display:block;	
}
.offer h3 {
    color: #7b2565;
	font-size:26px;
}
.slider {
	position:relative;
	z-index:10;
    padding: 0;
	background:#f7f4ef;
	border:0 !important;
}
.slider ul {
    margin: 0;
    height: 250px;
    overflow: hidden;
}
.slider li {
	list-style: none;
    position: relative;
    height: 100%;
    text-align: left;
    width: 100%;
}
.slider li .text {
	font-family: 'TitilliumText22LRegular';	
    position: relative;
    z-index: 2;
    left: 15px;
    top: 10px;
	width:330px;
}
.slider li p {
	font-size:16px;
}
.slider li a {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
}
.slider li h2 {
    line-height: 1.1;
	margin-bottom:5px;
    font-size: 32px;
	color:#B27F42;
}
.slider li img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.slider .bx-pager {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    right: 20px;
}
.slider .bx-pager a {
    display: inline-block;
    float: left;
    margin: 2px;
    width: 10px;
    height: 10px;
    background: url(../img/pager.png) no-repeat;
    text-indent: -9999px;
}
.slider .bx-pager .pager-active {
    background: url(../img/pager-active.png) no-repeat;
}

.partners .partner {
	margin:0 25px;
}

/* secondary area
-------------------------------------------------- */
.secondary {
	padding-top:20px;
}
.secondary section {
    background: #fff url(../img/well-gradient.png) left bottom repeat-x;	
    min-height: 250px;
	height:auto !important;
	height:250px;
}
.secondary header {
    position: relative
}
.secondary h3 {
    font-size: 34px;
    line-height: 1.2;
    height: 115px;
}
.secondary .about header {
    height: 20px
}
.secondary .about header img {
    position: absolute;
    top: -30px;
    left: -43px;
}
.secondary .about img {
    margin: 0 auto;
    display: block;
}
.secondary .travel-news img {
    position: absolute;
    right: -10px;
    top: 0;
}
.secondary .travel-news ul {
	margin:0 0 10px;
}
.secondary .travel-news li {
	list-style:none;
}
.secondary .travel-news li a {
	padding:0 10px; 
	color:#444;
}
.secondary .travel-news a span { 
	color: #7b2565;
}
.secondary .newsletter h3 {
    height: 90px
}
.secondary .newsletter input {
	margin:0;
}
.secondary .social h4 {
    float: left;
    font-size: 26px;
    line-height: 1.2;
}
.secondary .social a {
    margin-left: 15px
}
/* mobile
-------------------------------------------------- */
@media (max-width: 480px) {
	.primary section { 
		margin:0;
		box-shadow:none;
		border:0;
	}
	.search .form {		
		height:auto;
		background:#fff;
		padding-right:0;
	}	
	.search button {
		position:static;
	}
	
	.secondary section {
		min-height:0px;
		padding:12px;
	}
	header {
		font-size:18px;
		color:#603813;
	}
	.partners {
		padding:10px;
		/*background: #fcf9f6;*/
	    border: 1px solid #b57e43;
		border-width:1px 0;
	}
	.partners .partner {
		margin:0 5px;
	}
	#footer nav li {
		border:0;
		display:block;
		width:50%;
	}
	#footer .footer-links a {
		text-decoration:underline;
	}
	#footer p span { 
		display:block;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	/* iPad Portrait*/
	.slider li .text {
		width:260px;
	}
	.slider li p {
		font-size:12px;
	}
	.slider li h2 {
		font-size:22px;
	}
	.offer .inner h3 {
		font-size: 18px;
	}
	.offer .inner {
		padding:0 100px 0 10px;
	}
		.offer .inner p
	{
		max-width:150px;
		}

	.partners .partner {
		margin:0 12px;
	}
	.secondary .span4 header img {
		display:none;
	}
	.secondary header h3,
	.secondary section header {
		font-size:24px;
		height:auto !important;
		padding:0;
		margin-bottom:10px;
	}
	.secondary section {
		min-height:230px;
		padding:12px;
	}
	.secondary .travel-news li a {
	padding:0 0px; 
	color:#444;
	font-size:11px;
	}

}