
div.featured-image-small{
	display: block;
	margin:auto;
    padding:0 0 20px 0;
    margin:0;
}

div.featured-image{
    display: none;
}


/** BUTTONS **/

.button-green{
    background: #76a775;
    background: -webkit-gradient(linear, left top, left bottom, from(#76a775), to(#0b3b31));
    background: -webkit-linear-gradient(#76a775, #0b3b31);
    background: -moz-linear-gradient(center top, #76a775 0%, #0b3b31 100%);
    background: -moz-gradient(center top, #76a775 0%, #0b3b31 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:16px;
    font-family: 'MyriadProRegular';
    color:#fff;
    float:right;
    padding:6px 20px;
	margin-top: 0px;

}

.button-green:hover{
    background: #0b3b31;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b3b31), to(#76a775));
    background: -webkit-linear-gradient(#0b3b31, #76a775);
    background: -moz-linear-gradient(center top, #0b3b31 0%, #76a775 100%);
    background: -moz-gradient(center top, #0b3b31 0%, #76a775 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
	color:#ddd!important;
}




/** CONTENT **/

div.content-left {
	float: right;
	width: 100%;
	padding: 0 0px 5px 5px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

div.div-blue{
    background:url(/image/bluepage-div.png) no-repeat left 25px;
	width: 100%;
}

div.div-blue h2{
	padding: 43px 0 10px 35px;
	margin-left: 10px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px;
	margin-right: 10px;
	text-align: center;
}

div.div-blue h4{
	background:url(/image/divider.png) 0 bottom repeat-x;
	padding: 8px 5px 8px 0px;
    margin-bottom: 0px;
	margin-left:33%;
	margin-right:10px;
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div.div-blue p{
	padding: 5px 10px 0px 15px;
	text-align:justify;
	margin-bottom: 0px;
}


div.content-div{
    overflow:hidden;
    background:#fff;
    width: 30%;
	float: left;
	border: 1px solid #D5D2D2;
	margin: 5px 10px 0px 5px;
    padding: 4px 4px 1px 4px;
}


div.content-div-page {
	float: left;
	width: 100%;
	border-top: 1px solid #bfdac3;
	border-bottom: 1px solid #bfdac3;
	margin-top: 10px;
	padding: 0 0 0 0;
	margin-bottom: 20px;
}

div.content-div-page ul{
    margin:0;
    overflow:hidden;
    padding:7px 10px;
}

div.content-div-page li{
    float:left;
    color:#aaaaaa;
    border:0;
    padding:0 4px;
}

div.content-div-page li a{
    font-size:14px;
    color:#ffffff;
    border:0;
    padding:4px 8px;
	margin-left: 10px;
    cursor:pointer;
    font-family: Arial, Helvetica, sans-serif;

}

div.content-div-page li a:hover,
div.content-div-page li a.current{
    background: #76a775;
    background: -webkit-gradient(linear, left top, left bottom, from(#76a775), to(#0b3b31));
    background: -webkit-linear-gradient(#76a775, #0b3b31);
    background: -moz-linear-gradient(center top, #76a775 0%, #0b3b31 100%);
    background: -moz-gradient(center top, #76a775 0%, #0b3b31 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
    color:#fff;
}

a{
    text-decoration: none;
	    color:#000000;
}

a:hover{
    text-decoration: underline;
	    color:#1E4087;
}

@media only screen and (max-width: 799px) {
	div.no799 { display: none; }
	div.div-blue{ width: 100%; border: 0px; }
}

@media only screen and (max-width: 860px) {
	li.no860 { display: none; }
}

@media only screen and (max-width: 440px) {
	div.price { display: none; }
	div.duration { display: none; }
	.no440 { display: none; }
}