*, body {
    font-family: Helvetica,Verdana,Arial,sans-serif;
}

body {
    margin: 0;
    font-size: 14px;
}

h1 {
    font-size: 20px;
}


h3 {
    font-size: 18px;
}

h2,
h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h4,
h6,
p {
    margin: 0 0  .25em 0;
}

a {
	color: #000000;
	font-style:normal;
	text-decoration:none;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #000;
    margin: 10px 0;
}

ul,
li {
    magin-left: 0;
    padding-left: 0;
    list-style-position: outside;
}

li {
    margin-left: 20px;
}

.text-center {
     text-align: center;
}

.text-right {
     text-align: right;
}

#grid-content {
	width:970px;
	margin:0px auto;
    box-sizing: border-box;
    padding: 10px;
}

header,
section#intro {
    margin-bottom: 10px;
}

header h1 {
	color:#000;
	font-size:25px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
    text-align: center;
}


#itinerary-map {
    background: transparent url("../../images/ajax-loader.gif") no-repeat scroll 0 0;
    height: 500px;
    margin: 0 auto;
    width: 100%;
}

.row-thumbnails,
.row-item {
    margin-bottom: 10px;
    overflow: auto;
}

.row-item:after {
    content: "";
    clear: both;
    display: table;
}

.row-thumbnails a,
.row-thumbnails a img {
    display: inline-block;
}

.row-accommodation img {
    float: right;
    margin: 0 0 10px 10px;
}

.table-pricing {
    width: 100%;
}

.table-pricing .col-price {
    width: 20%;
    text-align: right;
}

section#itinerary-pricing .table-pricing {
    margin-bottom: 10px;
}

section#itinerary-pricing .table-pricing:last-child {
    margin-bottom: 0;
}