﻿html,body{
border: 0;
margin: 0;
padding: 0;
}
body {
	background: transparent;
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    font-size: 13px;
    color: #666666;
}
#topBarContent{
	position:absolute;
	top:0px;
	left:0px;
	background:#484848;
	height:50px;
	width:100%;
}
#topBarMobContent{

	position:fixed;
	top:0px;
	left:0px;
	background:#484848;
	height:50px;
	width:100%;
    z-index:2000;
}
#contentOuter{
	position:relative;
	top:0px;
	left:0px;
	color:#777777;
	


	min-height:250px;
	min-width:250px;

}

#contentInner{
	position:relative;
	top:0px;
	left:0px;
	color:#000;
	margin:0 auto;
	min-height:250px;
	min-width:250px;
}

#contentMobInner{
	position:absolute;
	top:60px;
	left:70px;
	color:#000;
	margin:0;
	min-height:300px;
	min-width:300px;
    overflow: auto;
    z-index:10;
}
#selfieContent
{
    position:relative;
	margin: 0 auto;
	text-align: left;
    padding:30px 30px;
}


#selfieModal
{
	max-width: 100%;
    max-height:100%;
	height: auto;
    border: 1px solid #666;
    -moz-box-shadow: 2px 2px 5px 2px #888;
    -webkit-box-shadow: 2px 2px 5px 2px #888;
    box-shadow: 2px 2px 5px 2px #888;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#aaaaaa');
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    

}
#imageModal
{
	max-width: 100%;
    max-height:100%;
	height: auto;
    border: 1px solid #666;
    -moz-box-shadow: 2px 2px 5px 2px #888;
    -webkit-box-shadow: 2px 2px 5px 2px #888;
    box-shadow: 2px 2px 5px 2px #888;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#aaaaaa');

}

#imageContent
{
	margin: 0 auto;
	text-align: center;
    padding:30px 10px;
}
#modalTitle
{
    position:relative;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color:#666666;
    line-height: 1.6;
    text-align:center;
    top:0px;
width: 85%;
margin: 0 12% 0 3%;
    padding:15px 0px 10px;
    border-bottom:3px solid #999;
}


#closeButton {
    position: absolute;
    right: -5px;
    bottom: -20px;
    height: 40px;
    width: 40px;
    z-index: 1000;
    cursor: pointer;
}

#tourContent {
    padding: 20px 0px;
}
#videoContent {
    padding: 30px 10px;
}
#docContent {
    padding: 30px 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.content-iframe {
	position:relative;
	display: block;
	width: 100%;

	height: 100%;
	z-index:8000;
	

	margin: 0 auto;
	border: 0;
	outline: none;
	vertical-align: top;
    border: 1px solid #666;
    -moz-box-shadow: 1px 1px 3px 1px #888;
    -webkit-box-shadow: 1px 1px 3px 1px #888;
    box-shadow: 1px 1px 3px 1px #888;
    
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#aaaaaa');
}
#tourIframe, #videoIframe {
    margin: 0 auto;
}
#shareContent
{
	position:absolute;
	right:70px;
	top:0px;
	width:74px;
	height:auto;
    background:#ffffff;
    border: 3px solid #ffffff;
    -moz-box-shadow: 2px 2px 3px 2px rgba(68,68,68,0.3);
    -webkit-box-shadow: 2px 2px 3px 2px rgba(68,68,68,0.3);
    box-shadow: 2px 2px 3px 2px rgba(68,68,68,0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index:1000;
    display:none;
	
}
#facebook{
	position:relative;
	background-image: url(images/facebookButton.png);
    background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	width:70px;
	height:50px;
	cursor:pointer;
    margin:2px 2px 4px 2px;
}
#tweet{
	position:relative;
	background-image: url(images/tweetButton.png);
    background-repeat: no-repeat;
	width:70px;
	height:50px;
	left: 0px;
	display:block;
	cursor:pointer;
    margin:2px 2px 4px 2px;
}
#linked{
	position:relative;
	background-image: url(images/linkedInButton.png);
    background-repeat: no-repeat;
	width:70px;
	height:50px;
	left: 0px;
	display:block;
	cursor:pointer;
    margin:2px;
}

#message{
	position:relative;
	background-image: url(images/commentButton.png);
    background-repeat: no-repeat;
	width:70px;
	height:50px;
	left: 0px;
	display:block;
	cursor:pointer;
    margin:2px;
}



#sidebarMobContent
{
	position:fixed;
	left:0px;
	
	width:60px;
	height:100%;
	background-color:#efefef;
    z-index:1000;
}

#sidebarContent
{
	position: absolute;
    right: 0px;
    top: 53px;
    width: 50px;
    height: 500px;
    background: transparent;
    z-index:1000;
	
}


#email{
	position:absolute;
	background-image: url(images/MailGrayLarge_40.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 40px;
    bottom: -20px;
	display:block;
	cursor:pointer;
    z-index: 1000;
}
#email.active{
	background-image: url(images/MailBlueLarge_40.png);
}

#share {
    position: absolute;
    background-image: url(images/shareNew_40.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: -5px;
    bottom: -20px;
    display: block;
    cursor: pointer;
    z-index: 1000;
}
#share.active{
	background-image: url(images/shareNewActive_40.png);
  
}
#buttonBG {
    width:220px;
    height:1px;
    background-color:#777;
    border:none;
    position:absolute;
    top: 32px;
    left: 24px;
}
#mailPic {
    position: absolute;
    top: 2px;
    left: 11px;
	background-image: url(images/MailGraySmall_40.png);
    background-repeat: no-repeat;
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
}
    #mailPic.active {
        position: absolute;
        top: 12px;
        left: 3px;
        background-image: url(images/MailBlueSmall_40.png);
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        display: block;
        cursor: default;
    }

#facePic {
    position: absolute;
    top: 12px;
    left: 145px;
	background-image: url(images/FacebookGraySmall_40.png);
    background-repeat: no-repeat;
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
}
#facePic.active{
	background-image: url(images/FacebookBlueSmall_40.png);
}
#twitPic {
    position: absolute;
   top: 12px;
left: 216px;
	background-image: url(images/TwitterGraySmall_40.png);
    background-repeat: no-repeat;
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
}
#twitPic.active{
	background-image: url(images/TwitterBlueSmall_40.png);
}
#inPic {
    position: absolute;
    top: 12px;
    left: 70px;
	background-image: url(images/LinkedInGraySmall_40.png);
    background-repeat: no-repeat;
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
}
#inPic.active{
	background-image: url(images/LinkedInBlueSmall_40.png);
}

#comment {
    position: absolute;
    background-image: url(images/commentNew_40.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 40px;
    bottom: -20px;
    display: block;
    cursor: pointer;
    z-index: 1000;
}
#comment.active {
    background-image: url(images/commentNewActive_40.png);
}
#commentSelfie{
	position:absolute;
	background-image: url(images/commentNew_40.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 85px;
    bottom: -20px;
	display:block;
	cursor:pointer;
    z-index: 1000;
   
}
#commentSelfie.active{
	background-image: url(images/commentNewActive_40.png);
   
}


#print{
	position:absolute;
	background-image: url(images/printNew.png);
    background-repeat: no-repeat;
	width:40px;
	height:40px;
	left:0px;
	bottom:60px;
	display:none;
	cursor:pointer;
}




#emailText
{
	position:absolute;
	top:30px;
	font:14px arial,verdaana;
	width:60px;
	text-align:center;
	color:#555555;
	

}
#emailSend{
	position:relative;
	background-image: url(images/mail_send.png);
    background-repeat: no-repeat;
	width:60px;
	height:50px;
	left: 0px;
	display:block;
	cursor:pointer;
	color:#555555;
}

    #share:hover > #shareContent {
        display:block;
    }

#facebookWindow {
}

.btn-primary {
    color:#ffffff;
    margin: 5px 0px 0 5px;
    padding:6px;
    font-size:14px;
    background-color: #666666;
    background-image: -moz-linear-gradient(top, #999999, #666666);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#666666));
    background-image: -webkit-linear-gradient(top, #999999, #666666);
    background-image: -o-linear-gradient(top, #999999, #666666);
    background-image: linear-gradient(to bottom, #999999, #666666);
    background-repeat: repeat-x;
    border-color: #999999;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn-primary:active,
.btn-primary.active{
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
}

