/* Style */
body {
    font: 14px/160% 'Open Sans', sans-serif;
    color:#4b4c50;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height:140%;
}
body, h5 {
    font-size:16px;
}
a {
    color:#009ddc;
}
a:hover {
  color:#0092cd;
}
header.navbar-inverse .navbar-nav > li > a {
    color:#e4e4e4;
    text-transform:uppercase;
}
header.navbar-inverse .navbar-nav.navbar-right > li > a {
    text-transform:none;
}
header.navbar-inverse .navbar-brand {
    position:relative;
    /*
    background-image: url(/_responsive/images/icons/prosites-icon.png);
    background-size:38px 38px;
    background-repeat:no-repeat;
    background-position:15px 8px;
    */
    padding-left: 60px;
    margin-right:10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #e4e4e4;
    letter-spacing:.5px;
}
header.navbar-inverse .navbar-brand img {
    position:absolute;
    left:15px;
    top:8px;
}
#MenuDivider {
    color:#9d9d9d;
}
#endorsements {
    overflow:hidden;
}
.navbar-left {
    margin-left: -15px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    margin-left: -1px;
}
#try-free {
    color:#009ddc;
    border:1px solid #009ddc;
    font-weight:700;
    padding:5px 10px;
    margin:9px 15px;
    border-radius:2px;
}
#try-free:hover {
    border:1px solid #009ddc;
    color:#fff;
    background:#009ddc;
}
header.navbar-inverse {
    background-color:rgba(0, 0, 0, 1);
    padding:0;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    border:0;
}
#header-spacer {
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    height:52px;
    margin-bottom:25px;
}
header.navbar-inverse.shrink {
    padding:0;
}
#header-spacer.shrink {
    height:50px;
}
#ProPhone {
    font-size:16px;
    font-weight:700;
}
/* Colors */
.thin {
    font-weight:300 !important;
}
.strong {
    font-weight:700 !important;
}
.handwriting {
    font-family: 'Architects Daughter', cursive;
}
.dark {
    color:#666 !important;
}
.light {
    color:#f5f5f5 !important;
}
.gray {
    color:#ebebeb !important;
}
.dark-gray {
    color:#b0b0b0 !important;
}
.normal {
    color:#4b4c50;
}
.white {
    color:#fff !important;
}
.blue {
    color:#009ddc !important;
}
.black {
    color:#000 !important;
}
.RequestDemo .error {
    display:none;
}
.error {
    color:red !important;
}
.error input{
    border: 1px solid red;
}
.error textarea{
    border: 1px solid red;
}

.red {
    color:#e36b5d !important;
}
.yellow {
    color: #eeb34d !important;
}
.green {
    color: #6ebec5 !important;
}

.green2 {
    color: #5cb85c !important;
}
.bg-light {
    background:#f5f5f5 !important;
}
.bg-gray {
    background:#ebebeb !important;
}
.bg-dark {
    background:#222 !important;
    color:#fff !important;
}
.bg-blue {
    background:#009ddc !important;
    color:#fff !important;
}
.bg-blue a,
.bg-dark a,
.bg-red a,
.bg-green a,
.bg-yellow a {
    color:#fff !important;
}
.bg-white {
    background:#fff !important;
}
.bg-red {
    background:#e36b5d !important;
    color:#fff !important;
}
.bg-green {
    background: #6ebec5 !important;
    color:#fff !important;
}
.bg-yellow {
    background: #eeb34d !important;
    color:#fff !important;
}
.border-0 {
    border:0 !important;
}
hr.underline {
    width:100px;
    height:2px;
    background:#009ddc;
    border:0;
}
hr.underline.left {
    margin-left:0
}
hr.underline.right {
    margin-right:0
}
hr.underline.white {
    background:#fff;
}
/* Margins */
.margin-0 {
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.margin-10 {
    margin-top:10px !important;
    margin-bottom:10px !important;
}
.margin-20 {
    margin-top:20px !important;
    margin-bottom:20px !important;
}
.margin-30 {
    margin-top:30px !important;
    margin-bottom:30px !important;
}
.margin-40 {
    margin-top:40px !important;
    margin-bottom:40px !important;
}
.margin-50 {
    margin-top:50px !important;
    margin-bottom:50px !important;
}
.margin-60 {
    margin-top:60px !important;
    margin-bottom:60px !important;
}
.margin-top-0 {
    margin-top:0px !important;
}
.margin-top-10 {
    margin-top:10px !important;
}
.margin-top-20 {
    margin-top:20px !important;
}
.margin-top-30 {
    margin-top:30px !important;
}
.margin-top-40 {
    margin-top:40px !important;
}
.margin-top-50 {
    margin-top:50px !important;
}
.margin-top-60 {
    margin-top:60px !important;
}
.margin-top--60 {
    margin-top:-60px !important;
}
.margin-bottom-0 {
    margin-bottom:0px !important;
}
.margin-bottom-10 {
    margin-bottom:10px !important;
}
.margin-bottom-20 {
    margin-bottom:20px !important;
}
.margin-bottom-30 {
    margin-bottom:30px !important;
}
.margin-bottom-40 {
    margin-bottom:40px !important;
}
.margin-bottom-50 {
    margin-bottom:50px !important;
}
.margin-bottom-60 {
    margin-bottom:60px !important;
}
.margin-bottom--60 {
    margin-bottom:-60px !important;
}
h1, 
h2, 
h3,
.large,
h1.large,
h2.large,
h3.large,
h4.large,
h5.large,
h6.large {
    font-size: 24px;
    line-height:140%;
}
p.large,
ul.large,
ol.large,
ul .large,
ol .large,
p .large {
    font-size:18px;
    line-height:160%;
    font-weight:300;

}
.stickem {
	z-index:1000;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:rgba(255, 255, 255, 0.95);
}
.stickem-spacer {
    height:50px;
}
.stickem-container {
    position:relative;
}
.stickit {
	margin:0 auto;
	position: fixed;
	top: 50px;
	z-index:1000;
    width:100%;
}
.CheckList {
    margin:0;
    padding:0;
}
.CheckList li {
  padding: 15px 0 5px 40px;
  list-style-type: none;
  position:relative;
}
.CheckList li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    color:#009ddc;
    position:absolute;
    top:15px;
    left:0;
    font-size:22px;
}

.SiteMap li {
    padding: 15px 0 0 0;
  list-style-type: none;
  position:relative;
}
.SiteMap ul li {
    padding: 0;
  list-style-type: none;
  position:relative;
}

.SiteMap ul li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e250";
    color:#009ddc;
    padding-right:5px;
    font-size:10px;
}
#UpcomingEvents h5 {
    font-weight:bold;
    color:#000;
    margin:0;
}
#blog-subscribe .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
    width:70%;
    float:left;
}
#blog-subscribe #blog-subscribe-btn {
	border-radius: 0;
    width:15%;
    float:left;
}
#blog-subscribe #blog-rss-btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
    width:15%;
    float:left;
}
.BlogAdRotator .img-responsive,
.article .img-responsive,
.post .img-responsive {
    width:100%;
}
.article .date,
.post .date {
    font-weight:bold;
}
.post .author,
.article .author {
    margin-top:3px;
}
.article h2,
.post a h2 {
    color:#4b4c50;
    font-weight:bold;
    font-size:24px;
}
.post a:hover h2 {
    color:#0092cd;
}
.post a:hover {
    text-decoration:none;
}
#blog-sidebar #recent h5,
#blog-sidebar #popular h5 {
    color:#000;
    font-weight:bold;
    margin:0;
}
#blog-sidebar #recent p,
#blog-sidebar #popular p {
    font-size:85%;
    color:#4b4c50;
    margin:0;
}
#blog-sidebar #recent img,
#blog-sidebar #popular img {
    margin-bottom:10px;
}
.article-tags .label,
#blog-sidebar #tags .label {
    font-size:100%;
    margin-bottom:5px;
    display:inline-block;
    font-weight:normal;
    line-height:160%;
}
.article-tags .label:hover,
#blog-sidebar #tags .label:hover {
    background:#009ddc;
}
.pagination > li > a, .pagination > li > span {
    color:#009ddc;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background:#009ddc;
    border-color:#009ddc;
}
/*#blog-sidebar #popular a {
    text-decoration:none;
    display:block;
    padding:5px 0;
}
#blog-sidebar #popular a:hover {
    background:#f5f5f5;
}*/
#searchbox #searchfield {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
    width:85%;
    float:left;
}
#searchbox .btn-primary {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
    width:15%;
    float:left;
}
#searchbox a,#blog-subscribe a{
    height:34px;
}
#searchbox i, #blog-subscribe span{
    line-height: 19px;
}
#tags a,.article-tags a{
    margin-right:5px;
}
.list-group-item.navbar-inverse {
    border:#000;
}
.design-tabs {
    border-top: 1px solid #eee;
    margin:0;
    padding:0;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.design-tabs li {
    margin:2px 10px 3px;
    padding:0;
    display:inline-block;
}
.design-tabs a {
    line-height:44px;
    margin:0;
    text-align:center;
    text-decoration:none;
    color:#4b4c50;
}
.design-tabs li.active {
    border-top:3px solid #009ddc;
    margin-top:-1px;
}
.arrow {
    position:relative;
    padding-right:40px;
}
.arrow-back {
    position:relative;
    padding-left:40px;
}
.arrow-back:before {
    font-family: FontAwesome;
    content: "\f104";
    position:absolute;
    left:15px;
    top:50%;
    margin-top:-15px;
    height:30px;
    font-size:30px;
    line-height:28px;
    font-weight:100 !important;
}
.arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-15px;
    height:30px;
    font-size:30px;
    line-height:28px;
    font-weight:100 !important;
}
.half-arrow {
    content: "";
    position:absolute;
    right:-15px;
    top:50%;
    margin-top:-30px;
    height:60px;
    width:30px;
}
.half-arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size:90px;
    line-height:55px;
    font-weight:100 !important;
}

.half-arrow-lg {
    content: "";
    position: absolute;
    margin-left: -30px;
    left:50%;
    margin-top: -100px;
    top: 50%;
    width:60px;
    height:160px;
}

.half-arrow-lg:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 160px;
    line-height:160px;
    font-weight:100 !important;
}

.branding {
    color:#e2e2e2;
}

.branding span{
    color:#4b4c50;
}

.video {
    position:relative;
    padding-right:40px;
}
.video:before {
    font-family: 'Glyphicons Halflings';
    content: "\e059";
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-15px;
    height:30px;
    font-size:18px;
    line-height:28px;
    font-weight:100 !important;
}


/*
.video {
    position:relative;
    padding-right:40px !important;
}
.video:before {
    font-family: 'Glyphicons Halflings';
    content: "\e059";
    position:absolute;
    right:0;
    top:50%;
    margin-top:-15px;
    height:30px;
    font-size:30px;
    line-height:28px;
    font-weight:100 !important;
}
*/
#NoObligation {
    text-transform:uppercase;
    padding:25px 0;
}
#NoObligation strong {
    font: 30px/30px 800 'Open Sans', sans-serif;
    /*font: 30px/30px 'RobotoBlack', Arial, Helvetica, sans-serif;*/
}
.list-group h4 {
    margin:0;
}
#SelectProfession .list-group-item span {
    opacity:0;
    position:absolute;
    top:5px;
    right:5px;
}
#SelectProfession .list-group-item:hover span {
    opacity:1;
}
#SelectProfession .arrow:before {
    color:#999;
}
#SelectProfession .list-group-item {
    background:#f5f5f5;
    color:#009ddc;
}
#SelectProfession .list-group-item:hover {
    background:#D2D2D2;
    color:#666;
}
#SelectProfession .list-group-item.active {
    background: #4d4d4d;
    background: -moz-linear-gradient(top, #4d4d4d 0%, #2d2d2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(100%,#2d2d2d));
    background: -webkit-linear-gradient(top, #4d4d4d 0%,#2d2d2d 100%);
    background: -o-linear-gradient(top, #4d4d4d 0%,#2d2d2d 100%);
    background: -ms-linear-gradient(top, #4d4d4d 0%,#2d2d2d 100%);
    background: linear-gradient(to bottom, #4d4d4d 0%,#2d2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#2d2d2d',GradientType=0 );
    border:0;
    color:#fff;
}
.number {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    background:#f5f5f5;
    width:40px;
    height:40px;
    border-radius:20px;
    line-height:40px;
    text-align:center;
    font-size:24px;
    margin:5px;
}
.scrollToTop {
    position: fixed;
	opacity: 0;
    filter: alpha(opacity=0);
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #67cff5;
	color: #eeeeee;
	width: 50px;
	height: 50px;
	line-height: 50px;
	right: 25px;
	bottom: -10px;
    font-size:30px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scrollToTop span {
    line-height:45px;
    display:block;
    text-align:center;
    position:absolute;
    height:50px;
    width:50px;
}
.scrollToTop.show:hover {
    opacity:1;
    filter: alpha(opacity=100);
    bottom:0;
}
.scrollToTop.show {
    visibility:visible;
    cursor:pointer;
	opacity: .6;
    filter: alpha(opacity=60);
}
.uppercase {
    text-transform:uppercase;
}
.btn-pad {
    padding-left:40px;
    padding-right:40px;
}
.btn-pad.arrow,
.btn-pad.video {
    padding-right:70px;
}
.btn {
    border-radius:2px;
    white-space:normal;
    box-sizing: border-box;
}

.btn.btn-outline {
    border:1px solid #009ddc;
    background: none;
    color: #009ddc;
}
.btn.btn-outline.white {
    border:1px solid #fff;
}
.btn.btn-outline.white:hover {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
}
.btn.btn-outline:hover {
    background:#0092cd;
    border:1px solid #0092cd;
    color: #fff !important;
}


.btn.btn-underline {
    border:0;
    border-bottom:1px dashed #009ddc;
    background: none;
    color: #009ddc;
    border-radius:0;
    padding-left:0;
    padding-right:0;
    text-align:left;
}
.btn.btn-underline.white {
    border-color: #fff;
}
.btn.btn-underline.white:hover {
    border-color: #fff;
}
.btn.btn-underline:hover {
    border-bottom:1px solid;
    color:#0092cd;
    border-color:#0092cd;
}
.btn.btn-underline:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-underline.arrow,
.btn.btn-underline.video {
    padding-right:30px;
    padding-left:0;
}
.btn.btn-underline.arrow:before,
.btn.btn-underline.video:before {
    right:0;
}
.btn.btn-underline.arrow-back {
    padding-left:30px;
    padding-right:0;
}
.btn.btn-underline.arrow-back:before {
    left:0;
}
.btn-lg {
    font-size: 14px;
}
.btn.input-lg {
    height:auto;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

/* Green Styles */
.btn.bg-green {
    background: #6ebec5 !important;
    border: 1px solid #6ebec5 !important;
}
.btn.bg-green:hover {
    background: #5dacb3 !important;
    border: 1px solid #5dacb3 !important;
}
.btn-outline.green {
    border: 1px solid #6ebec5 !important;
}
.btn-outline.green:hover {
    background: #5dacb3 !important;
    border: 1px solid #5dacb3 !important;
}
.btn-underline.green {
    border-color: #6ebec5;
}
.btn-underline.green:hover {
    border-color: #5dacb3;
    color: #5dacb3 !important;
}

/* Red Styles */
.btn.bg-red {
    background: #e36b5d !important;
    border: 1px solid #e36b5d !important;
}
.btn.bg-red:hover {
    background: #d76052 !important;
    border: 1px solid #d76052 !important;
}
.btn-outline.red {
    border: 1px solid #e36b5d  !important;
}
.btn-outline.red:hover {
    background: #d76052 !important;
    border: 1px solid #d76052 !important;
}
.btn-underline.red {
    border-color: #e36b5d;
}
.btn-underline.red:hover {
    border-color: #d76052;
    color: #d76052 !important;
}

/* Yellow Styles */
.btn.bg-yellow {
    background: #eeb34d !important;
    border: 1px solid #eeb34d !important;
}
.btn.bg-yellow:hover {
    background: #e2a741 !important;
    border: 1px solid #e2a741 !important;
}
.btn-outline.yellow {
    border: 1px solid #eeb34d  !important;
}
.btn-outline.yellow:hover {
    background: #e2a741 !important;
    border: 1px solid #e2a741 !important;
}
.btn-underline.yellow {
    border-color: #eeb34d;
}
.btn-underline.yellow:hover {
    border-color: #e2a741;
    color: #e2a741 !important;
}


.btn.btn-primary {
    background: #009ddc;
    border: 1px solid #009ddc;
}
.btn.btn-primary:hover {
    background:#0092cd;
    border: 1px solid #0092cd;
}
.btn.btn-default {
    border:1px solid #999;
    background: none;
    color: #888;
}
.btn.btn-default:hover {
    border:1px solid #009ddc;
    color: #009ddc;
}
#trim {
    bottom:0;
    height:105px;
    background:#fff;
    width:100%;
    content:" ";
    display:block;
    position:absolute;
    z-index:3;
}
#carousel-testimonials .carousel-indicators {
    bottom:-30px;
}
#carousel-testimonials .carousel-indicators li {
    border:1px solid #999;
}
#carousel-testimonials .carousel-indicators li.active {
    background:#999;
}
#carousel-home .carousel-indicators.numbers {
    top:-10px;
}
#carousel-home .carousel-indicators {
    bottom:-50px;
}
#carousel-home {
    z-index:4;
}
.carousel-indicators.numbers li {
    margin:3px;
    border-radius:500px;
    border:1px solid #ccc;
    text-align:center;
    height:40px;
    width:40px;
    line-height:40px;
    font-size:20px;
    text-indent:inherit;
    border:1px solid #fff;
    background:#fff;
    color:#009ddc;
    font-weight:bold;
}
.carousel-indicators.numbers li.active {
    background:#07709F;
    border:solid 1px #07709F;
    color:#fff;
}
#rocket {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
   /** background-image: url('/_responsive/images/homepage/rocket.jpg');*/
}

.hero {
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin:-155px 0 20px;
    padding:130px 0 60px 0;
    position:relative;
    overflow:hidden;
}
.hero.point {
    padding-bottom:30px;
}
.hero.point::before {
    z-index:100;
    content:"";
    position: absolute;
    left: -21px;
    width: 50%;
    height: 30px;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: skew(55deg);
    -moz-transform: skew(55deg);
    -o-transform: skew(55deg);
    -ms-transform: skew(55deg);
    transform: skew(55deg);
    border-bottom:1px solid #fff;
}
.hero.point::after {
    z-index:100;
    content:"";
    position: absolute;
    right: -21px;
    width: 50%;
    height: 30px;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: skew(-55deg);
    -moz-transform: skew(-55deg);
    -o-transform: skew(-55deg);
    -ms-transform: skew(-55deg);
    transform: skew(-55deg);
    border-bottom:1px solid #fff;
}
.hero .privacy-policy,
.hero .privacy-policy:hover {
    color:#fff;
    text-decoration:underline;
}
.hero .quote-box .privacy-policy,
.hero .quote-box .privacy-policy:hover {
    color:#009ddc;
    text-decoration:underline;
}
.bg-highlight.point::after,
.bg-highlight.point::before {
    background-color:#f5f5f5;
    border-bottom:#f5f5f5;
}
.hero #page-title {
    font-weight:300;
}

.hero-lg,
.hero-md,
hero-sm {
    min-height:auto;
}

#HomeSlide .item {
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/*
#hero-start-demo {
    background-image: url('/_responsive/images/hero/hero-start-demo.jpg');
}
*/
#hero-dental-town {
    background-image: url('/_responsive/images/hero/dental-town.jpg');

}
#hero-report-card {
    background-image: url('/_responsive/images/hero/report-card.jpg');
}
#hero-why-prosites {
    background-image: url('/_responsive/images/hero/why-prosites.jpg');
}
#hero-webengine-technology {
    background-image: url('/_responsive/images/hero/webengine-technology.jpg');
}

/* Hero Images: name of folder for ID and image name
#hero- {
    background-image: url('/_responsive/images/hero/.jpg');
}
*/

#hero-dental-marketing-services {
    background-image: url('/_responsive/images/hero/dental-marketing-services.jpg');
}
/*
#hero-dental-websites {
    background-image: url('/_responsive/images/hero/dental-websites.jpg');
}
*/
#hero-mobile-website-design {
    background-image: url('/_responsive/images/hero/mobile-website-design.jpg');
}
#hero-search-engine-optimization {
    background-image: url('/_responsive/images/hero/search-engine-optimization.jpg');
}
#hero-recall-reminders {
    background-image: url('/_responsive/images/hero/recall-reminders.jpg');
}
#hero-roi {
    background-image: url('/_responsive/images/hero/roi.jpg');
}
#hero-dental-website-design {
    background-image: url('/_responsive/images/hero/dental-website-design.jpg');
}
#hero-social-media-management {
    background-image: url('/_responsive/images/hero/social-media-management.jpg');
}
#hero-about {
    background-image: url('/_responsive/images/hero/about.jpg');
}
#hero-career-opportunities {
    background-image: url('/_responsive/images/hero/career-header.jpg');
}
#hero-blog {
    background-image: url('/_responsive/images/hero/coverbanners-blog.jpg');
}
#hero-social-media-kit {
    background-image: url('/_responsive/images/hero/social-media-kit.jpg');
}
#hero-blog .container {
  margin-top: 60px;
  margin-bottom: 60px;
}

#hero {
    background-image: url('/_responsive/images/hero/home.jpg');
}
.hero .half {
    position:absolute !important;
    bottom:0 !important;
    right:0 !important;
}
.zoom {
    position:relative;
    display:block;
    overflow:hidden;
    border:1px solid #ddd;
    padding:4px;
    background:#fff;
}
.zoom img {
    width:100%;
    height:auto;
}
.circle.zoom span {
    border-radius:200px;
}
.circle.zoom span:hover:after {
    font-family: 'Glyphicons Halflings';
    content: "\2b";
}
.zoom span {
    z-index:3;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    margin:-4px;
    filter: alpha(opacity=0);
}
.zoom span:hover {
    opacity:0.75;
    filter: alpha(opacity=75);
}
.zoom span:hover:after {
    font-family: 'Glyphicons Halflings';
    content: "\e003";
    position:absolute;
    margin-right:-25px;
    right:50%;
    top:50%;
    margin-top:-25px;
    height:50px;
    width:50px;
    font-size:50px;
    line-height:50px;
    color:#fff;
}
.circle {
    display:inline-block;
    position:relative;
    margin:20px;
    border-radius:500px;
    border:1px solid #ccc;
    text-align:center;
}
.circle-sm img,
.circle-md img,
.circle-lg img {
    border-radius:500px;
    position:absolute;
    top:-1px;
    left:-1px;
}

.circle-sm {
    height:70px;
    width:70px;
    line-height:70px;
    font-size:30px;
}
.circle-sm img {
    height:70px;
    width:70px;
}
.circle-md {
    height:140px;
    width:140px;
    line-height:140px;
    font-size:60px;
}
.circle-md img {
    height:140px;
    width:140px;
}
.circle-lg {
    height:210px;
    width:210px;
    line-height:210px;
    font-size:90px;
}
.circle-lg img {
    height:210px;
    width:210px;
}
.circle.quote:after {
    display:block;
    position:absolute;
    bottom:-1px;
    right:-1px;
    border-radius:500px;
    font-family: FontAwesome;
    content: "\f10e";
    line-height:40px;
    font-size:24px;
    position:absolute;
    background-color: #fff;
    color: #009ddc;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.circle.circle-sm.quote:after {
    height:20px;
    width:20px;
    line-height:20px;
    font-size:10px;
}
.circle.circle-md.quote:after {
    height:40px;
    width:40px;
    line-height:40px;
    font-size:20px;
}
.circle.circle-lg.quote:after {
    height:60px;
    width:60px;
    line-height:60px;
    font-size:30px;
}
.circle.red {
    color:#e36b5d;
    border:1px solid #e36b5d;
}
.circle.yellow {
    color:#eeb34d;
    border:1px solid #eeb34d;
}
.circle.green {
    color:#6ebec5;
    border:1px solid #6ebec5;
}
.circle.blue {
    color:#009ddc;
    border:1px solid #009ddc;
}
.circle.overflow {
    overflow:hidden;
}
.calendar {
    background: #fff;
    -webkit-box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
}
.calendar .month {
    color:#fff;
    font-size: 12px;
    line-height: 20px;
    margin:0 auto;
    background: #009ddc;
}
.calendar .day {
    margin:0 auto;
    font-weight: 300;
    line-height: 50px;
    font-size: 36px;
}
.inline-block {
    display:inline-block;
}
.highlight {
padding: 20px;
margin:20px 0;
background-color: #f5f5f5;
border-radius: 4px;
}
.highlight hr {
    border-top: 1px solid #ddd;
}
.outline {
    background:none;
    border:1px solid #ddd;
}
.quote-box {
    background:#fff;
    -webkit-box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 2px 0px rgba(0,0,0,0.1);
}
.highlight-full {
    position:relative;
    padding: 20px 0;
    margin:20px 0;
    background-color: #f5f5f5;
}
.nav-tabs {
  margin-bottom: 15px;
}
header.navbar-inverse h1 {
    color:#fff;
    margin-top:20px;
}
header.navbar-inverse #ProSitesLogo {
    max-width:340px;
}

footer {
    background:#222;
    padding:40px 0;
    margin-top:60px;
    color:#999;
}
footer a {
    color:#999 !important;
}
footer a:hover {
    color:#e4e4e4 !important;
    text-decoration:none;
}
#footer-logo a {
    position:relative;
    padding-left: 40px;
    padding-right:10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #e4e4e4 !important;
    line-height:50px;
    display:inline-block;
    float:none;
    text-align:center;
    letter-spacing:.5px;
}
#footer-logo a img {
    position:absolute;
    left:0;
    top:10px;
}
#live-help {
    position:fixed;
    bottom:-10px;
    right:100px;
    line-height:40px;
    height:50px;
    background:#000;
    color:#fff;
    padding:0 15px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    z-index:100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity:.6;
    filter: alpha(opacity=60);
    text-decoration:none;
}
#live-help:hover {
    opacity:1;
    filter: alpha(opacity=100);
    bottom:0;
}



#footer-logo span {
    float:none;
    display:inline-block;
    line-height:inherit;
    text-align:center;
}
#footer-rights {
    line-height:inherit;
    text-align:center;
}
footer hr {
    border-top:1px solid #444;
}
#footer-follow-us a {
    border-radius:200px;
    height:50px;
    width:50px;
    margin:2px;
    border:1px solid #e4e4e4;
    text-align:center;
    font-size:25px;
    line-height:50px;
    color:#e4e4e4 !important;
    text-decoration:none;
}
#footer-follow-us a.fa-facebook:hover {
    background:#3B579D;
    border:1px solid #3B579D;
}
#footer-follow-us a.fa-twitter:hover {
    background:#33CCFF;
    border:1px solid #33CCFF;
}
#footer-follow-us a.fa-linkedin:hover {
    background:#007BB6;
    border:1px solid #007BB6;
}
#footer-follow-us a.fa-google-plus:hover {
    background:#DC4A38;
    border:1px solid #DC4A38;
}
#footer-follow-us a.fa-rss:hover {
    background:#FFA500;
    border:1px solid #FFA500;
}
#footer-follow-us p {
    font-size:20px;
    font-weight:700;
}
#footer-info-links,
#footer-follow-us {
    text-align:center;
}
.LeadFormValidator {
    position: absolute;
    color: red;
    display: block;
    white-space: nowrap;
    top: 10px;
    right: 10px;
    text-align: right;
    padding:1px 6px;
    background:#fff;
    border-radius:3px;
}
.col-md-6 .LeadFormValidator {
    right:25px;
}
.form-group {
    position:relative;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #666;
    margin-left:15px;
    margin-right:15px;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    border:0;
    background:none;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color:#fff;
}
.dropdown.open {
    background:#222;
}
.navbar-nav.navbar-right {
    margin-top:0;
    margin-bottom:0;
}
#news .box {
    border-bottom: 1px solid #e0e0e0;
}
#news .box:hover {
    background:#f5f5f5;
}
#news .date {
    color: #666;
    font-weight:bold;
    margin:0 0 5px;
    display:block;
}
#news h2 {
    font-size:18px;
    margin:0 0 5px;
    display:block;
}
#news p {
    color: #666;
    display:block;
}
#news a {
    display:block;
    padding:15px 0;
    text-decoration:none;
}
.modal-backdrop {
   /*background-color: #4b4c50;*/
   background:url(/_responsive/js/fancybox/source/fancybox_overlay.png);
   opacity:1 !important;
}
.modal-content {
    overflow:hidden;
    background:none;
}
#iframeModal {
    min-height:220;
}
.modal-brand {
    padding: 15px 15px 15px 60px;
    position:relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #e4e4e4;
    letter-spacing:.5px;
    height: 50px;
    line-height: 20px;
    display:inline-block;
}
.modal-header {
    text-align:center;
    background-color:#000;
    
	position: relative;
}
.modal-header:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 10px;
	margin-left: -10px;
    z-index:100;
}

.modal-header .close {
    color:#fff;
    text-shadow:none;
    opacity:1;
}
.modal-brand img {
    position:absolute;
    left:15px;
    top:8px;
}
#formModal p {
    font-size:14px;
}
.modal-body {
    background:#fff;
    padding:10px 40px 0;
}
.modal-footer {
    background-color:#fff;
    border:0;
    padding-top:10px;
}
.modal-dialog {
    max-width:500px;
}
.search:before {
    font-family: 'Glyphicons Halflings';
    content: "\e003";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    font-size: 30px;
    line-height: 28px;
    font-weight: 100 !important;
    color: #555;
}
/*
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}*/
/* col-sm - Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body, h5 {
        font-size:14px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color:#333;
    } 
    .nav > li > a {
      padding: 15px 7px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #e5e5e5;
    }
    .quotes {
        padding-left:60px;
        padding-right:60px;
    }
    .quotes:before {
        left:30px;
    }
    .quotes:after {
        right:30px;
    }
    #try-free {
        margin:9px 0px;
    }
    header.navbar-inverse #navbar {
        margin-left:-15px;
    }
    /*
    .hero-lg {
        min-height:620px
    }
    .hero-md {
        min-height:470px
    }
    .hero-sm {
        min-height:320px
    }
    .hero-lg.point {
        min-height:650px
    }
    .hero-md.point {
        min-height:500px
    }
    .hero-sm.point {
        min-height:350px
    }
    */


    h1 {
      font-size: 36px;
    }
    h2 {
      font-size: 30px;
    }
    h3 {
      font-size: 24px;
    }
    .xxxlarge {
        font-size: 70px;
        line-height:80px;
    }
    .xxlarge {
        font-size: 50px;
        line-height:60px;
    }
    .xlarge {
        font-size: 46px;
        line-height:56px;
    }
    .large {
        font-size: 42px;
        line-height:50px;
    }
    h1.large {
        font-size: 42px;
        line-height:50px;
    }
    h2.large {
        font-size: 38px;
        line-height:44px;
    }
    h3.large {
        font-size: 34px;
        line-height:40px;
    }
    h4.large {
        font-size: 30px;
        line-height:36px;
    }
    h5.large {
        font-size: 30px;
        line-height:36px;
    }
    h6.large {
        font-size: 30px;
        line-height:36px;
    }
    a.large,
    p.large,
    ul.large,
    ol.large {
        font-size:20px;
    }
    .text-shadow {
        text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); 
    }
    .navbar-collapse.in {
      overflow-y: visible;
    }
    .navbar-inverse .navbar-nav > .open > a, 
    .navbar-inverse .navbar-nav > .open > a:hover, 
    .navbar-inverse .navbar-nav > .open > a:focus {
        background:#fff;
        color:#4b4c50;
    }
    .post .author,
    .article .author {
        margin-top:6px;
    }
}

/* col-md - Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero .container.margin-30 {
        margin-top:60px !important;
    } 
    #carousel-home .carousel-indicators.numbers {
        left:0;
        margin-left:15px;
        width:auto;
        bottom: 90px;
        top:auto;
    }
   header.navbar-inverse {
        background-color:rgba(0, 0, 0, 0.8);
    }
    .design-tabs {
        margin-left:0;
        margin-right:0;
    }
    header.navbar-inverse {
        padding:40px 0;
    }
    #header-spacer {
        height:130px;
    }
    .interior header.navbar-inverse {
        padding:0;
    }
    .interior #header-spacer {
        height:52px;
    }
}

/* col-lg - Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .nav > li > a {
      padding: 15px;
    }
    #footer-rights {
        text-align:right;
        line-height:50px;
    }
    #footer-logo a,
    #footer-logo span {
        float:left;
        line-height:50px;
    }
    #footer-info-links,
    #footer-follow-us {
        text-align:left;
    }
}