@charset "utf-8";
/* CSS Document */

img {
    border: none;
}
body {
    background-color: #e7e7e7;
    background-repeat: no-repeat;
    background-image: url('../../local/images/gui/background-image.jpg');
    background-size: cover;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #fff;
}
p {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}
p a {
    text-decoration: none
}
p a:hover {
    text-decoration: none
}
h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    /*font-family: 'pistilliregular';*/
    /*font-family: "proxima-nova",sans-serif;*/
}
h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0 30px 0;
    color: #000;
    /*font-family: "proxima-nova",sans-serif;*/
}
.containerMain {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #004764;
    background-color: rgba(154, 185, 173, 0.9);
    behavior: url(rv-virtual-tour/css/ie-css3.htc);
}
@media only screen and (max-height: 600px) {
    .containerMain {
        top: 0;
        margin-top: 20px!important;
    }
}
.header {
    background: #004764;
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    left: 0;
    height: 111px;
}
.Premier .containerMain {
    width: 980px;
    height: 590px;
    margin-left: -500px;
    margin-top: -282px;
    display: block;
}
.Classic .containerMain {
    width: 820px;
    height: 480px;
    margin-left: -410px;
    margin-top: -225px;
    display: block;
}
#flashcontent {
    margin-top: 85px;
    margin-right: 5px;
    margin-left: 10px;
    opacity: 1;
}
.Premier #flashcontent {
    width: 960px;
    height: 410px;
}
.Classic #flashcontent {
    width: 780px;
    height: 330px;
}
.alternateContent a {
    color: #046380;
    text-decoration: none;
}
.clientLogoPremier a {
    display: inline-block;
}
.clientLogoPremier {
    float: left;
    margin-top: 19px;
    margin-left: 95px;
    width: 254px;
}
.clientLogoClassic {
    float: left;
    margin-left: 20px;
    width: 200px;
}
.clientLogoPremier img,
.clientLogoClassic img {
    width: 100%;
}
.clientleaves {
    float: left;
    margin-top: 0px;
    margin-left: 5px;
    width: 80px;
}
.informationContainer {
    font-size: 12px;
    float: left;
    margin-top: -495px;
    margin-right: 10px;
}
.Premier .informationContainer {
    width: 994px;
}
.Classic .informationContainer {
    width: 400px;
}
.contactDetailsTitles {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 22px;
    /*font-family: 'pistilliregular';*/
}
/*.contactInfo {margin:0 10px 0 20px;height:40px;background-color:transparent;float:left;margin-top:80px;background-repeat:no-repeat;background-position:left center;font-size:14px}
.phoneNumber {background-image:url('../../local/images/gui/icon-phone.png');padding-left:40px;}
.email {background-image:url('../../local/images/gui/icon-email.png');padding-left:50px;}
*/

.contactInfo {
    height: 40px;
    background-color: transparent;
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    margin: 30px 0 0 20px;
}
.struttandparker {
    background-image: url('../../local/images/gui/struttandparker-logo.jpg');
    height: 44px;
    width: 90px;
    float: left;
    margin-left: 5px;
    margin-top: 25px;
    cursor: pointer;
}
.johndwood {
    background-image: url('../../local/images/gui/johndwood-logo.jpg');
    height: 32px;
    width: 170px;
    float: left;
    margin-top: 31px;
    margin-left: 25px;
    cursor: pointer;
}
.phoneNumber {
    background-image: url('../../local/images/gui/icon-phone1.png');
    padding-left: 40px;
}
.email {
    background-image: url('../../local/images/gui/icon-email.png');
    padding-left: 50px;
}
#email-text:hover {
    text-decoration: underline;
}
.twLogo {
    width: 170px;
    float: right;
    margin-top: 4px;
    margin-right: 20px;
}
.twLogo img {
    width: 100%;
}
#facebook {
    float: right;
    margin: 10px 8px 10px 0px;
}
#fb-root iframe {
    width: 80px !important
}
.twitter {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.moreInfo {
    float: bottom;
    margin-right: 10px;
    margin-left: 20px;
    font-weight: bold;
    line-height: 22px;
}
.contactDetails {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 22px;
    text-decoration: none;
}
.poweredBy {
    float: right;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 0px;
}
.copyrightRvLogo,
.copyrightRvLogo p {
    float: right;
    margin-right: 10px;
    margin-top: -3px;
    margin-bottom: 20px;
    font-size: 12px;
    cursor: pointer;
}
.backTo360 {
    width: 180px;
    height: 60px;
    background: url("../images/gui/icon-group.png") repeat scroll -660px 0 transparent;
}
.backTo360:hover {
    width: 180px;
    height: 60px;
    background: url("../images/gui/icon-group.png") repeat scroll -660px -60px transparent;
}
.Premier .backTo360 {
    position: absolute;
    left: 15px;
    top: 495px;
    cursor: pointer;
    z-index: 9999999;
    display: none;
}
.Classic .backTo360 {
    position: absolute;
    left: 25px;
    top: 285px;
    cursor: pointer;
    z-index: 9999999;
    display: none;
}
.infoPage {
    width: 100%;
    height: 100%;
    background: url('../../local/images/gui/background-image.jpg') repeat scroll 0 0 transparent;
    text-align: center;
}
.disclaimer {
    border-top: 0px solid #A29061;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #000;
    margin: 0;
    padding: 0;
    left: 0
}
.disclaimer p {
    font-size: 12px;
    text-align: center;
    padding: 10px 0
}
a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

.Premier.short-window .containerMain {
    top: 131px;
    margin-top: 0;
}