/*================================================================================================*/

#root 
{
    background-color: #fff;
    font-family:      'Montserrat', sans-serif;
    color:            #8e9a9e;
    font-size:        13px;
    line-height:      1.5em;
}

/*================================================================================================*/

#tour-container
{
	position: relative;
}

#tour-container-reload /* content1280 */
{
	
}

/*================================================================================================*/

.col960.form-container
{
	float:  none;
	margin: 0 auto;
}

.details
{
	position:    relative;
	line-height: 1.6em;
    color:       #8e9a9e;
    font-size:   12px;
}

.details h1 
{
    font-size:      25px;
    text-transform: uppercase;
    margin:         30px 0;
    color:          #2a303b;
    font-family:    'Montserrat', sans-serif;
    font-weight:    700;
    line-height:    1.1em;
}

.details h3 
{
    margin:      25px 0 15px;
    font-weight: normal;
    font-size:   19px;
    color:       #2a303b;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1em;
}

.details p
{
	padding: 0;
	margin:  0 0 1.3em;
}

/*================================================================================================*/

#image-container
{
	text-align: center;
	margin-top: 50px;
}

#image-container img
{
	padding:       10px;
    border:        1px solid #d2d3d4;
    background:    #fff;
    border-radius: 6px;
}

/*================================================================================================*/
