/*Layout*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
}
header {
    border-bottom: 1px solid #c7c7c7;
    background:#fff;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -100px;
    z-index: 1000;
}
header.shrink {
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
}
.title {
    float: left;
    padding: 8px 0px;
}
.title a {
    font-weight:600;
    font-size: 1.8em;
    color: #c7c7c7;
    text-decoration: none;
}
.title p {
    color: #b2b2b2;
    margin: 0;
}
.expandBar {
    padding: 0px !important;
    width: 100%;
}
.expandedPanel .title {
    display: none;
}
.panelContent {
    padding-top: 15px;
}
.expandedPanel .pull-right  {
    float: none !important;
}
.searchBox {
    margin-left: 20px;
}
.searchBox img {
    display: none;
}
.searchBoxButtonX {
    font-size: 17px;
}
.navMenu {
    float: right;
    margin: 2px 0px 0px 0px;
}
.expandedPanel .navMenu {
    width: 100%;
    margin: 10px 0px;
}
.expandedPanel .searchBox {
    width: 100%;
    margin-left: 0px;
}
.content {
    margin-bottom: 40px;
}
.btnBackToTop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}
.btnBackToTop i {
    font-size: 60px;
    color: #c7c7c7;
}
.footerUp {
    background: #6f6f6f;
}
.footerDown {
    padding-top: 10px;
    background: #525252;
}
.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.stickyFooter {
    display: table-row;
    height: 1px;
    color: white;
}
footer a {
    color: #cecaca;
}
footer a:hover,
footer a:focus {
    color: #fff;
}
footer h4 {
    margin-top:20px;
}
.latestPosts li:not(:last-child){
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*Home*/
.mainText {
    margin: 0 auto;
    max-width: 650px;
}
.features {
    margin-top: 40px;
}
.features .media {
    margin-top: 20px;
}
.features .featureIcon {
    font-size: 50px;
}
.marginTop20{
    margin-top: 20px;
}
.customers .media {
    margin-top: 40px;
}
/*Contact Us*/
.map {
    height: 300px;
}
/*Blog*/
.blogImage {
    width: 100%;
}
.dataViewPosts .blogImage {
    padding-top: 25px;
}
.blogNavBar .blogNabVarGroupHeader a {
    text-decoration: none !important;
}
.blogNavBar {
    margin-top: 45px;
}
.user {
    font-size: 64px;
}

.circular {
	width: 35px;
	height: 35px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	
	}

.circular img {
	opacity: 0;
	filter: alpha(opacity=0);
	}

#picture {width:100px; height: 250px; background-color:#ffffff;}
#picture a.small, #picture a.small:visited { display:block; width:100px; height:100px; text-decoration:none; background:#ffffff; top:0; left:0; border:0;}
#picture a img {border:0;}
#picture a.small:hover {text-decoration:none; background-color:#000000; color:#000000;}
#picture a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#picture a.small:hover .large {display:block; position:absolute; top: 90px; left:150px; width:200px; height:200px; }

/* BlueBall button */
.blueBall {
    background-image: url(../Content/Images/BlueBall.png);
    width: 44px;
    height: 44px;
}

.blueBallHottracked {
    background-position: -44px 0px;
}

.blueBallPressed {
    background-position: -88px 0px;
}

#LeadDetailPageControl_CC {
    display: none;
}

.content {
    margin-bottom: 0px !important;
}

.buttonsContainer {
    max-width: 300px;
    margin: 0 0 0 auto;
    text-align: right;
    padding-top: 6px;
}

.submitButton,
.cancelButton {
    margin-bottom: 5px;
}

.cancelButton {
    margin-left: 8px;
}

.groupCaption {
    margin-top: -6px;
}

.clearPaddings {
    padding-top: 0;
    padding-bottom: 0;
}
