﻿
body {
    width:100%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin:0px;
    padding:0px;
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    text-align:left;
   background:  url("../SiteImages/bg.png") 0 0 repeat;
     background-attachment:fixed;
     float:left;
      position:relative;
}
		

body {

    text-align: -moz-center;
    width:100%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin:0px;
    padding:0px;
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    text-align:left;
 background:  url("../SiteImages/bg.png") 0 0 repeat;
    background-attachment:fixed;
    float:left;
     position:relative;
}



.TopPromotionContainer {
    width: 100%;
    float: left;
    height: auto;
    padding-top: .5%;
    padding-bottom: .5%;
    text-align: center;
    background: #a154a0;
    color: #fff;
    border-bottom: solid 2px #fff;
}

.TopPromotionContainer h1
{
    color:#fff;
    font-size:18px;
    margin:0px;
    padding:0px;   
}


a
{
    text-decoration:none;
    color:#a154a0;
    
}

a:hover
{
    text-decoration:none;
    color:#881f84;
}

h1{
    font-size: 1.7em;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #881f84;
    margin-top:3px;
    margin-bottom:10px;

}

h2{
   margin:0px;
   font-size: 1.4em;
    letter-spacing: 0.05em;
    font-weight:bold;
    color: #666;
    margin-top:3px;
    margin-bottom:3px;

}



p{
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin: 0;
    padding: 0 0 0 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}



.TDBold
{
    font-weight:normal;
    vertical-align:top;   
}

.Dropdown
{
     width:200px;
    padding:2%; 
    -moz-border-radius: 4px;
    border-radius: 4px; 
    border:solid 1px #eaeaea;
    text-align:left;
    float:left;
    height:auto;  
    color:#4A4C46;
     
}

.TextboxClear
{
    width:550px;
    height:30px;
    float:left;
    border:none;
    background:transparent;
    font-size:20px;
    color:#666;   
    margin-top:15px;
    padding-top:0px;
}

.TextboxLarge
{
    height: 25px;
    padding: 5px;
    border: 1px solid #DDDAD3;
    width: 300px;
    background: #fff;
    font-size: 14px!important; 
    -moz-border-radius: 2px;
    border-radius: 2px;
          -webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.16);
}

.Textbox
{
    height: 20px;
    padding: 5px;
    border: 1px solid #DDDAD3;
    width: 200px;
    background: #fff;
    font-size: 14px!important; 
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:#666;
}

.LoginTextbox{
    height: 28px;
    padding: 5px;
    border: 1px solid #DDDAD3;
    width: 97%;
    background: #fff;
    font-size: 18px!important;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
          -webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.16);
}


ul{
    font-size:14px;
    color:#000;
}

ul li
{
    margin-bottom:10px;
    color:#666;
}


/*Tab Styles*/

.TabWrapper{
    float:left;
    height:auto;
    width:100%;
    border-bottom:solid 1px #595959;
    margin-bottom:10px;
}

.TabWrapper a:hover{
    text-decoration:none;
}

.TabContainer{
    padding:10px;
    height:40px;
    width:auto;
    text-align:center;
    border-top:solid 1px #595959;
    border-right:solid 1px #595959;
    border-left:solid 1px #595959;
    float:left;
    margin-right:5px;
    font-weight:bold;
   background: #3e3e3e;
    color:#fff;
    text-decoration:none;
}
.TabContainer img{
 vertical-align:middle;
 margin-right:5px;
}

.TabContainer:hover{
    cursor:pointer;
    background: #ff6100;
    color:#fff;
    text-decoration:none;
}



.TabContainerActive{
     cursor:pointer;
    background: #ff6100;
    color:#fff;
    text-decoration:none;

}


/* GENERAL STYLES*/

.ckEditor
{
    margin:0px;
    padding:10px;
    background:none;
}

ckEditor p
{
    margin:0px;
    padding:0px;
}


.NoBorder
{
    border:none;    
}

.SliderButton{
    border-left:solid 1px #eee;
    border-top:none;
    border-bottom:none;
    border:right:none;
    text-align:center;

}

.Image{
    border:Solid 3px #fff;
}


.fade-in {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
}

.fade-inTwo {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
}
.ButtonFade {-webkit-animation-delay: 0, 0;}

 
.ProviderContentArea {-webkit-animation-delay: 0, 0;}


@-webkit-keyframes reset {
0% {
    opacity: 0;
}
100% {
    opacity: 0;
}
}
 
@-webkit-keyframes fade-in {
0% {
    opacity: 0;
}
60% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

/*Main STyles*/

.GlobalWrapper
{
    width:100%;
    height:auto;
    float:left;
    margin:0px;
    padding:0px;  
     position:relative;
}


.Wrapper
{
    width:950px;
    margin:0 auto 0 auto;
    height:auto;
    text-align:left;    
    position:relative;
   
}



.HeaderDay
{
    width:100%;
    float:left;
    height:500px;
    text-align:left; 
     background: url("../SiteImages/MountainDay.jpg") center 0 repeat-x; 
     position:relative;
     z-index:2;
}


.HeaderDawn
{
    width:100%;
    float:left;
    height:500px;
    text-align:left; 
     background: url("../SiteImages/MountainDawn.jpg") center 0 repeat-x; 
     position:relative;
     z-index:2;
}

.HeaderDusk
{
    width:100%;
    float:left;
    height:500px;
    text-align:left; 
     background: url("../SiteImages/MountainDusk.jpg") center 0 repeat-x; 
     position:relative;
     z-index:2;
}

.HeaderNight
{
    width:100%;
    float:left;
    height:500px;
    text-align:left; 
     background: url("../SiteImages/MountainNight.jpg") center 0 repeat-x; 
     position:relative;
     z-index:2;
}

.SliderMenuBG{
     background:  url("../SiteImages/SliderMenuBG.png") 0 0 repeat-x; 
     height:105px;
     float:left;
     width:100%;
      position:relative;
      z-index:9999;
      
}

.SliderContainer{
    width:950px;
    height:348px;
    margin:0 auto 0 auto;
      position:relative;

}

.SliderImage{

    width:950px;
    height:349px;
    margin-top:20px;
    margin-left:0px; 
    color:#fff; 
    position:relative;
    bottom:-350px; 
    z-index:0;
    display:none;
}

.MenuContainer
{
    margin:0 auto 0 auto;
    width:950px;
    height:auto;
    margin-top:10px;
}

.MenuBGInner
{
    margin:0 auto 0 auto; 
    width:950px;
    height:95px;
    
}


.PastClientsContainer{
    background:  url("../SiteImages/PastClientsBG.png") 0 0 no-repeat ;
    width:950px;
    height:126px;
    float:left;
}

.ClientExperienceText{
    width:700px;
   
    text-align:left;
    float:right;
    margin-top:15px;
    font-style:italic;

}

.ClientExperienceText p{
     font-size: 13px;
line-height: 20px;
color: #666;
margin: 0;
padding: 0 0 0 0;
margin-bottom:5px;


}


.WhyWereAwesomeContainer{
    float:right;
    width:30%;
    height:auto;

}

.WhyWereAwesomeTD{
    border-bottom:solid 1px #eee;
    vertical-align:middle;
    height:40px;
}

.WhyWereAwesomeContainer a{
    font-size:18px;
    width:100%;
    margin-bottom:0px;
    padding-bottom:0px;
    float:left;
    cursor:pointer;
}


.WelcomeContainer{
    width:60%;
    float:left;
    height:auto;
    text-align:left;

}

.DivWrapperContent{
    height:auto;
    float:left;
    width:100%;
    position:relative;
    z-index:9999;
    background:  url("../SiteImages/bg.png") 0 0 repeat;

}

.DivContent
{
    width:950px;
    margin:0 auto 0 auto;
    text-align:left;
    height:auto; 
     position:relative;

}

.InnerPageContentWrapper{
    float:left;
    height:auto;
    width:100%;
    margin-top:25px;

}

.InnerPageContent{
    float:right;
    width:65%;
    height:auto;
    text-align:left;

}

.InnerPageContent h1{
    margin-top:0px;
    padding-top:0px;

}

.PhoneInfo{
    width:400px;
    float:right;
    height:auto;
    text-align:right;
    color:#fff;
    margin-top:20px;
    font-size:20px;

}

/*Service Nav*/

.ServiceNavContainer{
    background:  url("../SiteImages/ServiceNav.png") 0 0 no-repeat ;
    width:946px;
    height:66px;
    margin:0 auto 0 auto;
}

.ServiceNavItem{
    text-align:center;
    float:left;
    height:37px;
    border-right:solid 1px #eee;
    width:19.5%;
    padding-top:10px;
}


.ServiceNavItemActive{
    text-align:center;
    float:left;
    height:37px;
    border-right:solid 1px #eee;
    width:19.5%;
    padding-top:10px;
    background:  url("../SiteImages/navBG.png") 0 0 repeat ;
}

.ServiceNavItemActive a{

 color:#fff;
    font-size:15px;
}

.ServiceNavItem a{
    color:#444;
    font-size:15px;

}

/*Side menu*/

.SideMenuContainer
{
  width:25%;
  float:left;
  height:auto;   
}


.SideMenuInner{
    float:left;
    width:100%;
    height:auto;


}

.SideMenuInnerItem{
    border-bottom:solid 1px #eee;
    vertical-align:middle;
    height:40px;
}

.SideMenuInner a{
    font-size:18px;
    width:100%;
    margin-bottom:0px;
    padding-bottom:0px;
    float:left;
    cursor:pointer;
}




/*Inner page Styles*/
.RightContent
{
    width:72%;
    height:auto;
    float:right;
    text-align:left;   
}

.InnerPageHeaderDay
{
    width:100%;
    float:left;
    height:290px;
    text-align:left; 
    background: url("../SiteImages/mountainDay.jpg") center 0 repeat-x; 

}

.InnerPageHeaderDawn
{
    width:100%;
    float:left;
    height:290px;
    text-align:left; 
    background: url("../SiteImages/mountainDawn.jpg") center 0 repeat-x; 

}

.InnerPageHeaderNight
{
    width:100%;
    float:left;
    height:290px;
    text-align:left; 
    background: url("../SiteImages/mountainNight.jpg") center 0 repeat-x; 

}

.InnerPageHeaderDusk
{
    width:100%;
    float:left;
    height:290px;
    text-align:left; 
    background: url("../SiteImages/mountainDusk.jpg") center 0 repeat-x; 

}

.InnerPageHeaderText{
    width:600px;
    height:auto;
    float:left;
    text-align:left;
    margin-top:30px;
}

.InnerTopBorder
{
     background: url("../SiteImages/innertopborder2.png") 0 0 repeat-x; 
     height:26px;
     width:100%;
     float:left;
     position:relative;
     top:-25px;
}

.InnerPageHeaderText h1{
    color:#fff;
    float:left;
    margin:0px;
    padding:0px;
    font-size:30px;

}

.InnerContent{
    margin-top:20px;
    width:100%;
    height:auto;
}

.InnerContent p
{
    margin-bottom:10px;
}


.GeneralContainer{
 
 width:98%;
    padding:1%;  
    border:solid 1px #eaeaea;
    text-align:left;
    float:left;
    height:auto; 

    -webkit-border-radius: 2px;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #ffffff;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#ffffff),to(#ffffff));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#ffffff),to(#ffffff));
    border: solid 1px gainsboro;
    border-color: #ccc;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom:10px;
}

.TableStyle{
    margin-bottom:10px;
    border:solid 1px #595959;
 -webkit-border-radius: 2px;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
}

.TableStyleBlank{
    margin-bottom:10px;
    border-bottom:solid 1px #595959;
 -webkit-border-radius: 2px;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
}

.TableTDFeaturedBlank{
    text-align:center;
    height:120px;
    width:25%;
    padding:2%;
    height:70px;
background-color:#333333;
}

.TableTDTextBlank{
    height:120px;
    width:71%;
    padding:2%;
    vertical-align:top;
    text-align:left;
    color:#fff;
}

.TableTDTextBlank p{
    color:#fff;
}

.TableTDFeatured{
    background-color:#333333;
    text-align:center;
    height:120px;
    width:25%;
    padding:2%;
    height:70px;

}

.TableTDText{
    background-color:#fdba2b;
    height:120px;
    width:71%;
    padding:2%;
    vertical-align:top;
    text-align:left;
    color:#666;
}

.TableTDText p{
    color:#333;
}

.StandardUL{
 color:#fff;

}

.StandardUL li{
    color:#fff;
    list-style-type: none;
    background: url('../SiteImages/incCheckmark.png') no-repeat top left;
    padding-left:35px;
    margin-bottom:5px;
    min-height:28px;
    
}

.StandardULPlus{
 color:#fff;

}

.StandardULPlus li{
    color:#fff;
    list-style-type: none;
    background: url('../SiteImages/incPlus.png') no-repeat top left;
    padding-left:35px;
    margin-bottom:5px;
    height:28px;
    
}

.TableTDText ul{
    color:#fff;

}

.TableTDText ul li{
    color:#333;
  list-style-type: none;
background: url('../SiteImages/incCheckmark.png') no-repeat top left;
padding-left:35px;
}


/*Homepage styles*/

.LoginMenuContainer
{
    
}

.LoginMenuContainer a
{
  color:#fff;  
  font-size:17px; 
}

.LoginMenuContainer a:hover
{
  color:#881f84;  

}

/*Portfolio styles*/

.PortfolioContainer
{
    width:950px;
    float:left;
    height:177px;
    background: url("../SiteImages/PortfolioContainerBG.png") 0 0 repeat; 
}

.PortfolioButtonContainer
{
    width:290px;
    height:auto;
    float:right;
    text-align:left;
    margin-top:15px;
  
}

.PortfolioButtonContainer h1
{
    color:#414042;   
}


.PortfolioImage
{
    width:460;
    float:right;
    height:148px;
    background: url("../SiteImages/PortfolioContainerBG.png") 0 0 repeat;
    margin-top:6px; 
    margin-right:35px;
}

.PortfolioLogo
{
   width:150px;
   text-align:center;
   float:left;
   height:auto; 
   padding-top:30px;
    
}

/*Case study Styles*/

.CaseStudyText
{
    width:450px;
    float:left;
    height:auto;   
}

.CaseStudyRightContainer
{
    width:492px;
    height:auto;
    float:right;
}

.ComputerContainer
{
    background: url("../SiteImages/computer.png") 0 0 no-repeat;
    width:492px;
    height:284px;
    float:right;
}

.ComputerScreen
{
    margin-top:44px;
    margin-left:102px;
}

.DetailsImageThumnailContainer{
    margin-top:0px;
    Width:90%;
    margin-left:10%;
    height:auto;
    float:right;
    text-align:left;

}

.ThumbnailImage
{
    border:solid 3px #ccc;  
    Float:left;
    height:110px;
    width:auto;
    margin-bottom:10px;  
    margin-right:5px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ThumbnailImage:hover
{
    border:solid 3px #881f84;  
}


/*Side menu Styles */



/*Blog styles*/

.BlogContainer{
    float:left;
    height:auto;
    margin-bottom:10px;

}

.BlogContainer h1{
    margin-bottom:5px;
}


.BlogContainer a{
    color: #166073;

}

.BlogContainer a:hover{
    color: #a8c437;

}


.BlogContent{
    float:left;
    height:auto;
    width:100%;
    text-align:left;

}

.BlogContent img{
    border:solid 4px #ccc;
    margin:10px;
}





/*Modal Styles*/

.ModalHeader{
    background-color: #F8F8F8;
    border-bottom: 1px solid #B3B3B3;
    color: #333;
    font-family: Lato, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-weight: bold;
    padding: 0 15px 0 40px;
    text-shadow: 1px 1px 0px white;
    line-height: 49px;
    background-image: linear-gradient(to bottom, #F8F8F8, #D1D1D1);
}

            
/*Footer stuff*/

.Footer{
    width:100%;
    height:auto;
    float:left;
   background: url("../SiteImages/footerbg.png") 0 0 repeat;  
    padding-bottom:0px;
    margin-top:15px;
}


.FooterContent
{
    Width:950px;
    height:auto; 
    margin: 0 auto 0 auto;
    text-align:left;
    font-size:14px;
    color:#fff;
    
    margin-top:5px;
}

.FooterContent a
{
    color:#fff;
    margin:0px;
    padding:0px;   
}

.FooterContent a:hover
{
    color:#881f84;
    text-decoration:underline;   
}


/*Error message stuff*/

.ProfileErrorDiv
{
    border:solid 2px #F7DA61;
    background-color:#FFE67B;
    text-align:center;
    width:100%;
    height:auto;
    color:#444;
    font-size:15px; 
    float:left;
    margin-bottom:5px; 
    text-align:left;
}

.GeneralErrorDiv
{
    border:solid 2px #F7DA61;
    background-color:#FFE67B;
    text-align:center;
    width:100%;
    height:auto;
    color:#fff;
    font-size:15px; 
    float:left;
    margin-bottom:5px; 
}

.GeneralMessageText
{
    width:100%;
    margin:0 auto 0 auto;
    padding-left:3px;
    color:#333;
    text-align:center;
    
}


.HeaderErrorDiv
{
  border:solid 1px #ff6666;
    background-color:#EFA3A9;
    text-align:center;
    width:100%;
    height:auto;
    color:#fff;
    font-size:15px; 
    float:right;
    margin-bottom:5px; 
}




/*Success message stuff*/
.GeneralSuccessDiv
{
    border:solid 2px #BDE5BA;
    background-color:#D5F7D2;
    text-align:center;
    width:100%;
    height:auto;
    color:#fff;
    font-size:15px; 
    float:left;
    margin-bottom:5px; 
}


/*Jquery Slider*/
.image_carousel {
	float:left;
	width:100%;
	height:170px;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
	height:150px;
	width:150px;
	 -moz-border-radius: 4px;
    border-radius: 4px; 
}
.clearfix {
	float: none;
	clear: both;
}

/*Testimonials*/

blockquote {
	background-image: url("../siteimages/quotes.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    margin: 0;
    padding-left:33px;
    text-align: left;
    width: 95%;
	font-size:19px;
	color: #525252;
}

pre {
	clear: left;
    float: left;
    font-size: 14px;
    text-align: right;
    width: 100%;
     font-family: 'Open Sans', Helvetica, Arial, sans-serif;
     margin-bottom:10px;
	}


/*Div hiding*/

.DivToHide
{
    float:left;
    display:none;
    height:auto; 
}

.ParentDiv:hover  > .DivToHide{

    display:block;
     -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: .1s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
}

