@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: KlavLight;
    src: url(../fonts/PetRescue.ttf) format("truetype");
}
@font-face {
    font-family: KlavBold;
    src: url(../fonts/Gabriola.ttf) format("truetype");
}
@font-face {
    font-family: KlavReg;
    src: url(../fonts/QuicksandRegular.ttf) format("truetype");
}



.TitleHeader {
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	font-size: 330%;
	font-weight: 900;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px #000;
}
.TitleHeaderSm {
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	font-size: 250%;
	font-weight: 900;
	color: #aaa;
	text-shadow: 0px 0px 5px #000;
}
.BalloonHeader {
	font-size: 200%;
	color: #fff;
	padding-left:5px;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 11px #000;
}
.MainBody {
	color: #000;
	font-size: 220%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.MainBody2 {
	color: #000000;
	font-size: 200%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 600;
	padding-right:10px;
	padding-left:10px;
}
.MainBodyLg {
	color: #000;
	font-size: 600%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-left:11px;
	padding-right:11px;
}
.MainBodyLg2 {
	color: #000;
	font-size: 400%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-left:11px;
	padding-right:11px;
}
.MainBodyBlue {
	color: #2eaafe;
	font-size: 200%;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	padding:0px;
	margin:0px;
	line-height:1;
}
.MainBodyWhiteSm {
	color: #FFF;
	font-size: 200%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.RedClose {
	color: #F00;
	font-size: 300%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right: 20px;
}
.GreenHighlight {
	text-decoration: none;
	font-family: KlavReg, Tahoma, Geneva, sans-serif;
	color: rgba(103, 220, 139, 1);
	font-weight:700;
	font-size:350%;
	text-shadow: 1px 1px 3px #000;
}
.Testimonial {
	color: #555;
	font-size: 200%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterText {
	color: #777;
	font-size: 120%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.FooterTextSmall {
	color: #777;
	font-size: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	padding-right:11px;
	padding-left:11px;
}
.FootText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
.Copyright {
	color: #777;
	font-size: 90%;
	font-family:Tahoma, Geneva, sans-serif;
	padding-right:11px;
	padding-left:11px;
}
.FormText {
	color: #777;
	width: 95%;
	max-width: 400px;
	background-color: #fff;
	margin-top: 5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 200%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	text-align:left;
}
.WebsiteConsultation {
	color:rgba(0,0,0,1);
	font-weight:700;
	font-size:350%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	text-align:center;
	border:none;
}
.SubmitButton {
	color: #fff;
	background-color:rgba(30,115,172,0.9);
	padding-top:5px;
	padding-bottom:5px;
	font-size: 200%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	text-align:center;
	border:none;
}
.SubmitButton:hover {
	color:#000;
	background-color:rgba(103,220,139,0.9);
}
.BudgetBar {
	color: #fff;
	background-color:rgba(30,115,172,0.9);
	padding-top:5px;
	padding-bottom:5px;
	font-size: 200%;
	text-align:center;
	border:none;
}
.WebsiteBalloonText {
	color: #000;
	font-size: 160%;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
}
.WebsiteDesignPittsburgh {
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
.PittsburghsWebDesigner {
	opacity:1;
}
.PittsburghsWebDesigner:hover {
	opacity:0.7;
}

/*Footer Menu Button*/
.footeropen {
	opacity: 1;
	display:block;
}
#button {
	padding: .5em 1em;
	text-decoration: none;
}


#PittsburghWebGuru{
	width:100%;
	height:100%;
	z-index: 999;
}


/* Links */
#WhiteLink a:link {
	text-decoration: none;
	color: #d1d2d2;
}
#WhiteLink a:visited {
	text-decoration: none;
	color: #d1d2d2;
}
#WhiteLink a:hover {
	text-decoration: none;
	color: #fff;
}
#WhiteLink a:active {
	text-decoration: none;
}
#WhiteLink2 a:link {
	text-decoration: none;
	color: #fff;
}
#WhiteLink2 a:visited {
	text-decoration: none;
	color: #fff;
}
#WhiteLink2 a:hover {
	text-decoration: none;
	color: #40FF40;
}
#WhiteLink2 a:active {
	text-decoration: none;
}
#BlueLink a:link {
	text-decoration: none;
	color: rgba(70, 112, 227, .7);
	font-weight:700;
}
#BlueLink a:visited {
	text-decoration: none;
	color: rgba(70, 112, 227, .7);
	font-weight:700;
}
#BlueLink a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	text-shadow:0px 0px 5px #999999;
	font-weight:700;
}
#BlueLink a:active {
	text-decoration: none;
}
#BlackLink a:link {
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
#BlackLink a:visited {
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
#BlackLink a:hover {
	text-decoration: none;
	color: #40FF40;
	font-weight: 700;
}
#BlackLink a:active {
	text-decoration: none;
}
#GreenLink a:link {
	text-decoration: none;
	color: rgba(23, 150, 70, .7);
	font-weight:700;
}
#GreenLink a:visited {
	text-decoration: none;
	color: rgba(23, 150, 70, .7);
	font-weight:700;
}
#GreenLink a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	text-shadow:0px 0px 5px #999999;
	font-weight:700;
}
#GreenLink a:active {
	text-decoration: none;
}
#VideoTint {
	display:block;
	position:absolute;
	z-index:-99;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}
.SocialMediaButtons {
	max-width:100px;
	opacity:1;
}
.SocialMediaButtons:hover{
	opacity:0.6;
}
.VideoTitles {
	color:#FFF;
	background-color:rgba(22,72,141,0.9);
	font-size:300%;
	padding:10px;
}



/* Main Menu */
#menu{
	width: 100%;
	height: 80%;
	margin-left:  0%;
	padding: 1px 1px 0px 0px;
	list-style: none;  
}

#menu li{
	float: left;
	padding: 5px 5px 0px 0px;
	position: relative;
	width:100%;
	
}

#menu a{
	display: block;
	height: 25px;
	padding: 11px 11px 11px 11px;
	color: #FFF;
	font-size: 150%;
	text-transform: capitalize;
	font-family: Century Gothic, Calibri, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 600;
	background-color:#000;
}

#menu li:hover > a{
	color: #000;
	background: #67dc8b;	
}

*html #menu li a:hover{ /* IE6 */
	color: #000;
	background: #67dc8b;
}

#menu li:hover > ul{
                display: block;
                opacity:1;
                -webkit-transition: opacity 1s ease;
                -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;

}

/* Sub-menu */



#menu ul li{
    float: none;
    margin: 0px;
    padding: 0px;
    display: block;
	color: #000;
	border-radius:5px;
	text-shadow:none;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #000;
	text-shadow:none;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;  
}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
	margin-right:0px;
	color: #000;
	text-shadow:none;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	color: #000;
	text-shadow:none;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	color: #000;
	text-shadow:none;
}

#menu ul a:hover{
	border:none;
	color:#fff;
	text-shadow:none;
    background:rgba(0,0,0,1);
	background-size:cover;
	blend-mode: multiply;
}

#menu ul li:first-child a{  
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a{
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


 /* submenu positioning*/
#menu ul {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  left: -99999em;
}
#menu > li:hover > ul {
  left: auto;
  padding-top: 0px;
  min-width: 100%;
}
#menu > li li ul {  
	border-left:1px solid #fff;
}


#menu > li li { 
 /* margin-left: 1px */
  left: 87px;
  top: -55px;
  border-radius:5px;
}