body {
  font-family: 'Open Sans';
  margin-top: 51px;
  text-rendering: optimizelegibility;
  background-color: #f7f7f7;
}
h1 {
  font-size: 2.8em;
}
h2,h3 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 20px;
}

.stButton .stButton_gradient {height: 22px !important;}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {height: 22px !important;}

a.scroll-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
  padding: 8px;
  background: rgba(0,0,0,0.3);
  border-radius: 40px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 60px;
  line-height: 39px;
}

.navbar {
  z-index: 2;
}
.navbar, .navbar button {
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.navbar-brand img {
  width: 150px;
  margin-top: -11px;
}
.navbar-nav.navbar-right {
  /*margin-right: 300px !important;*/
}

.date-top {
	color: #BC360A;
	font-size: 16px;
	line-height:18px;
 }

img {
  max-width: 100%;
}

.text-big {
    line-height: 32px;
    font-family: inherit;
    font-weight: 300;
    font-size: 30px;
    display: block;
}

section {
  padding: 40px 0;
}
section.background {
  position: relative;
  height: 1024px;
  min-height: 740px;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
section.background .overlay-laptop {
  position: absolute;
  left: 50%;
  margin-left: -293px;
  bottom: -190px;
  width: 600px;
  -webkit-transition: bottom 0.6s ease-out;
  -moz-transition: bottom 0.6s ease-out;
  -o-transition: bottom 0.6s ease-out;
  transition: bottom 0.6s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
body.scrolled section.background .overlay-laptop {
  bottom: -300px;
}
.dark-background {
  background-color: #333;
  color: #fff;
  box-shadow: inset 0 0 40px #111;
}
.gray-background {
  background-color: #6F6F6F;
  color: #fff;
  box-shadow: inset 0 0 40px #494949;
}
.btn-info {
  background-color: #5ba0d0;
  border-color: #487EA3;
}
.btn-info:hover {
  background-color: #4C87B1;
  border-color: #44799E;
}


.navbar-signup {
  position: relative;
  top: 1px;
  margin-bottom: 10px;
}
.navbar-signup > a {
  width: 100%;
  max-width: 100%;
}
.btn-top-signup-static {
  margin-top: 7px;
  border-radius: 4px;
  height: 34px;
}
.btn-top-signup {
  width: 100%;
  margin-top: 7px;
  -webkit-transition: height 0.3s ease-out, border-radius 0.3s ease-out;
  -moz-transition: height 0.3s ease-out, border-radius 0.3s ease-out;
  -o-transition: height 0.3s ease-out, border-radius 0.3s ease-out;
  transition: height 0.3s ease-out, border-radius 0.3s ease-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.navbar-signup-body {
  position: fixed;
  top: 51px;
  right: 15px;
  width: 360px;
  z-index: 1;
  background: #f7f7f7;
  padding: 17px;
  border-radius: 0px 0px 4px 4px;
  -webkit-transition: top 0.8s ease-out;
  -moz-transition: top 0.8s ease-out;
  -o-transition: top 0.8s ease-out;
  transition: top 0.8s ease-out;
}
body.scrolled .btn-top-signup {
  border-radius: 4px;
  height: 34px;
}
body.scrolled .navbar-signup-body {
  top: -400px;
}


.viewport-height {
  max-height: 800px;
}

.hero h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 5px #333;
}
.hero p {
  font-size: 1.8em;
  font-weight: 300;
  text-shadow: 2px 2px 3px #333;
}

#examples {
  background-color: #E4E4E4;
}

#examples .col-sm-4 {
  padding-left: 30px;
  padding-right: 30px;
}

#features h2 {
  margin-bottom: 10px;
}

/*
.feature-buckets div {
  position: relative;
  left: -120%;
  -webkit-transition: left 0.6s ease-out;
  -moz-transition: left 0.6s ease-out;
  -o-transition: left 0.6s ease-out;
  transition: left 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.feature-buckets div:nth-child(3n+3){
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.feature-buckets div:nth-child(3n+4){
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
body.scrolled .feature-buckets div {
  left: 0px;
}
*/
.feature-icon {
  display: inline-block;
  width: 180px;
  height: 180px;
  color: #fff;
  margin-bottom: 20px;
  vertical-align: middle;
  border-radius: 100px;
}
i.feature-icon, span.feature-icon i {
  font-size: 7em;
  line-height: 180px;
}
.feature-icon.fa-code {
  background-color: #6690AC;
}
.feature-icon.fa-code:hover {
  background-color: #0068AD;
}
.feature-icon.fa-dollar {
  background-color: #FDDF8B;
}
.feature-icon.fa-dollar:hover {
  background-color: #FFBC06;
}
.feature-icon.fa-facebook {
  background-color: #798AB3;
}
.feature-icon.fa-facebook:hover {
  background-color: #4c66a4;
}
.feature-icon.fa-envelope {
  background-color: #B86464;
}
.feature-icon.fa-envelope:hover {
  background-color: #B63B3B;
}
.feature-icon.fa-calendar {
  background-color: #60A586;
}
.feature-icon.fa-calendar:hover {
  background-color: #00A25A;
}
.feature-icon.feature-icon-mobile {
  background-color: #868686;
}
.feature-icon.feature-icon-mobile:hover {
  background-color: #666;
}
/* new feature buckets */
.feature-buckets div.col-sm-4 {
  margin-bottom: 10px;
}
.feature-buckets div.col-sm-4 div {
  padding: 30px;
  border-radius: 5px;
}
.feature-buckets div.col-sm-4 div:hover, .feature-buckets div.col-sm-4 div.active {
  background-color: #eee;
}
.feature-buckets h5 {
  margin-top: 0px;
  text-align: left;
  font-weight: 700;
}
 .feature-buckets .fa {
  display: inline-block;
  font-size: 1.4em;
  margin-right: 5px;
}

.feature-image {
  margin-bottom: 15px;
  text-align: center;
}

  blockquote {
  margin: 20px 0 20px;
  font-size: 29px;
  line-height: 38px;
  font-weight: 300;
  padding: 0px 0px 0px 20px;
  padding-top: 20px;
}
blockquote footer {
  color: #000;
  font-weight: 600;
}

.featured-on {
  text-align: center;
}
.featured-on img {
  margin: 10px 40px;
}

#pricing .fa.text-success {
  color: #3EB340;
}

#signup {
  background-color: #E4E4E4;
}
#signup h2 {
  margin-bottom: 20px;
}
#signup .lead {
  margin: 20px 0 40px;
}

footer.dark-background {
  font-weight: 300;
  color: #ccc;
}
footer .row {
  padding-top: 20px;
}
footer hr {
  border-color: #444;
}
footer li {
  margin-top: 5px;
  font-size: 0.9em;
}
footer li.title {
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #444;
}
footer .news div {
  padding: 5px 20px;
  margin-top: 11px;
  border-radius: 5px;
  font-size: 0.9em;
  border: 1px solid #424242;
}
footer .news h5 {
  font-size: 1.4em;
  font-weight: 300;
  border-bottom: 1px solid #424242;
  padding-bottom: 10px;
}
footer .very-bottom .fa {
  color: #fff;
  background-color: #428bca;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  text-align: center;
}
footer .very-bottom span {
  padding-bottom: 10px;
  white-space: nowrap;
}
footer .very-bottom .fa-facebook {
  background-color: #3B5998;
}
.row.very-bottom {
  padding-top: 10px;
  padding-bottom: 40px;
}
/*.row {
  margin-left: 0px;
  margin-right: 0px;
}*/

.subtitle {
  line-height: 40px;
  font-family: inherit;
  font-weight: 500;
  font-size: 35px;
  display: block;A;
}

 .subtitle-home {
  line-height: 35px;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  display: block;
  color: inherit;
  padding-top: 10px;
  padding-bottom: 15px;
}

#information {
  background-color: #fff;
}

.information p {
  margin: 14px 0px 0px;
  font-size: 19px;
  line-height: 25px;
}

.main-features > h3 {
  margin-bottom: 0px;
}
.features h3 {
  font-size: 21px;
  margin: 5px 0 10px;
  padding: 0px;
  font-weight: 400;
  color: #404040;
  background: none;
  text-transform: none;
}
.features div {
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  line-height: 21px;
  background-repeat: no-repeat;
}
.features .feature-left {
  padding: 20px 20px 20px 230px;
  background-position: left;
}
.features .feature-right {
  padding: 20px 230px 20px 20px;
  background-position: right;
}
.features .feature-left h3 {
  text-align: left;
}
.features .feature-right h3 {
  text-align: left;
}
#feature_easy {
  background-image: url(../img/feature-easy.png);
}
#feature_professional_designs {
  background-image: url(../img/feature-professional-designs.png);
}
#feature_seo {
  background-image: url(../img/feature-seo.png);
}
#feature_domain_name {
  background-image: url(../img/feature-domain-name.png);
}
#feature_hosting {
  background-image: url(../img/feature-hosting.png);
}
#feature_support {
  background-image: url(../img/feature-support.png);
}
#feature_hd_video {
  background-image: url(../img/feature-hd-video.png);
}
#feature_social {
  background-image: url(../img/feature-social.png);
}
#feature_tutorials {
  background-image: url(../img/feature-tutorials.png);
}
#feature_rich_pages {
  background-image: url(../img/feature-rich-pages.png);
}
#feature_free {
  background-image: url(../img/feature-free.png);
}

.example-website {
  margin-bottom: 25px;
}
.example-website h2 {
  font-size: 30px;
  font-weight: 200;
  text-align: left;
  margin: 10px 0 0;
}
.example-website div {
  margin-top: 10px;
}

.page-features h2 {
  text-align: left;
}


/**
* added Mike home page start 
* ----------------------------------------------------------------------------
*/

ul.big-blc {
    font-size: 26px;
    line-height: 34px;
    color: #333;
    font-weight: 300;
    text-align: left;
}
ul.blc {
    font-size: 20px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
    text-align: left;
}
.xm {
   color: #00cc44;
}
.green-info {
    background-color: #006633;
    border-color: #003300;
    color: #fff;
}
.bth-lg {
    padding: 10px 16px;
    font-size: 30px;
    line-height: 32px;
    border-radius: 6px;
    font-weight: 600;
}
div#easybx1, div#easybx2, div#easybx3, div#easybx4, div#easybx5, div#easybx6, div#easybx7, div#easybx8 {
    background-color: #ffffff;
    border: 1px solid #008000;
    padding: 10px;
    border-radius: 10px;
}
div#easybox-center-text {
    padding-left: 200px;
    padding-right: 200px;
}
p.big {
  font-size: 38px; 
  line-height: 40px;  
  color: #fff; 
  font-weight: 500; 
  padding-bottom: 40px;
  text-align: center;
}

p.home {
    color: #333; 
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
}
p.black-small {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
p.white-home {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
p.white-home-strong {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
p.black-home {
    font-size: 20px;
    line-height: 22px;
    color: #333;
    font-weight: 300;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
p.black-home-strong {
    font-size: 20px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
p.big-black-home {
    font-size: 30px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
p.big-black-home-strong {
    font-size: 30px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
p.picture-center {
    color: #4f748e;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
p.heading  {
  font-size: 38px; 
  line-height: 40px; 
  font-weight: 500; 
  padding-bottom: 30px;
   text-align: center;
}
p.right {
  text-align: right;
}
h1.home {
     font-size: 34px;
     line-height: 36px;
     color: #170475;  
     letter-spacing: -1px;
}
h2.home, h3.home {
    color: #000000;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
h2.big {
  font-size: 38px; 
  line-height: 40px;  
  color: #333; 
  font-weight: 500; 
  padding-bottom: 40px;
  text-align: center;
}
h3.home {
  font-size: 38px; 
  line-height: 40px;  
  color: #000; 
  font-weight: 800; 
  padding-bottom: 40px;
  text-align: center;
}
div#easyx1, div#easyx2, div#easyx3, div#easyx4, div#easyx5, div#easyx6 {
    background-color: #fff;
    border: 1px solid #487EA3;
    padding: 10px;
    border-radius: 10px;
}

.bg-darkblue-full-width {
    width: 100%;
    background-color: #00BFF3;
}
.bg-green-full-width {
    width: 100%;
    background-color: #00b359;
}

/**
* added Mike home page end 
* ----------------------------------------------------------------------------
*/


/**
* added Mike more start 
* ----------------------------------------------------------------------------
*/

.mike h1 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 600;
    padding-top: 40px;
    color: #170475;
    text-shadow: 2px 2px 2px #E1FAFB;
    }

section.middle-background {
    position: relative;
    height: 1250px;
    min-height: 1200px;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #000;
    overflow: hidden;
    background-size: cover;
}

p.sub-heading  {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #666;
    }

p.date  {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #333;
    }

p.customer-testimonals  {
    font-size: 20px;
    line-height: 26px;
    font-weight: 200;
    color: #333;
    font-style: italic;
    }

div#easybox1, div#easybox2, div#easybox3, div#easybox4, div#easybox5, div#easybox6, div#easybox7, div#easybox8, div#easybox10, div#easybox11 {
    background-color: #f7f7f7;
    border: 1px solid #e3e3e3;
    padding: 10px;
    border-radius: 10px;
}

div#easybox9 {
    max-width: 500px;
}

div#easybox-testimonials {
    padding-left:200px;
    padding-right:200px;
}

div#easybox-signup {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    color: #000;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
   }

div#easybox1:hover, div#easybox2:hover, div#easybox3:hover, div#easybox4:hover, div#easybox5:hover, div#easybox6:hover, div#easybox7:hover, div#easybox8:hover, div#easybox10:hover, div#easybox11:hover {
    background-color: #e3e8ef;
    border: 1px solid #c5d2e8;
    padding: 10px;
    border-radius: 10px;
}

h2.small-heading, h3.small-heading, h4.small-heading {
    color: #000;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;  
    text-align: center;
}

p.small-text {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-align: left;
}

h3.easybox5heading {
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;  
    text-align: center;
}

p.easybox5text {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.alignleft {
    float: left;
}


h5.featured-heading {  
    font-size: 20px;
    line-height: 30px;
    font-family: inherit;
    font-weight: 700;
    color: #404040;
    background-color: #f2f2f2;
    padding: 7px;
    display: block;
    text-align: left;
}

.gz1 {margin-left:0.0em; font-size:20px; line-height: 30px; font-weight: 200; }
.gz1:link {
color: #333;
text-decoration: none; 
 }
.gz1:visited {
color: #333;
text-decoration: none;  
 }
.gz1:hover {
color: #c00;
text-decoration: none;
 }

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.navbar-signup-body {
     border: 1px solid #ccc;
}

.mike p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: #170475;
    text-shadow: 2px 2px 2px #E1FAFB;
}



.datemike p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #170475;
    text-shadow: 2px 2px 2px #fff;
}

.row-home {
    margin-left: 0px;
    margin-right: 0px;
}

.bbb-22 {
    width: 60%;
    padding-left: 50px;
   }

.buttonwht.home {
    background-color: #fff;
    color: #333;
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
    border-radius: 4px;
    padding: 10px; 5px;
    text-align: center;
}

.blue-bg {
    background-color: #09f;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300; 
}

.purple-bg {
    background-color: #807FFF;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300; 
}

.green-bg {
    background-color: #56d090;
    color: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300; 
}



@media (max-width: 1400px) {

section.middle-background {
    position: relative;
    height: 1000px;
    min-height: 900px;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
    background-size: cover;
}

}

@media (max-width: 980px) {

section.middle-background {
     display: none;
}

div#easybox-testimonials {
    padding-left:10px;
    padding-right:10px;
}

div#easybox-center-text {
    padding-left:10px;
    padding-right:10px;
}
.col-xs-6 {
    width: 100%;
}
.col-md-4 {
    width: 100%;
}
.col-md-2 {
    width: 100%;
}

}

/**
* added Mike end 
* ----------------------------------------------------------------------------
*/

@media (min-width: 768px){
  .navbar-signup {
    margin-bottom: 0;
  }
  .navbar-signup > a {
    max-width: 400px;
  }
  .navbar-nav > li > a {
    padding-left: 5px;
  }
  .btn-top-signup {
    border-radius: 4px 4px 0px 0px;
    height: 43px;
    /*width: 100%;*/
  }
  section.background .overlay-laptop {
    margin-left: -373px;
    bottom: -450px;
    width: 800px;
  }
  blockquote {
    margin: 20px 0 20px;
  }

}
@media (min-width: 992px){
  .navbar-nav > li > a {
    padding-left: 15px;
  }
  .navbar-signup {
    margin-left: 20px;
  }
  .hero h1 {
    font-size: 4em;
  }
  .hero p {
    font-size: 2.2em;
  }
}

/* aside */
aside {
  padding: 0px 20px;
  border-right: 1px solid #d9d9d9;
  margin-top: 25px;
}
aside div {
 padding-left:48px;
 text-transform:uppercase;
}
aside section {
  border-bottom: 1px dotted #e3e3e3;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 23px;
  font-size: 15px;
}
aside section.last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
aside h2, aside h4, aside h5 {
  font-weight: 400;
  color: #f98600;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
}
aside h5 {
  font-size: 20px;
  margin-bottom: 2px;
}
aside ul {
  margin-bottom: 15px;
}
aside li {
  margin-top: 13px;
  color: #00427a;
  text-transform: uppercase;
  line-height: 15px;
  font-weight: 600;
  font-size: 13px;
}
aside li img {
  width: 55px;
  float: left;
  margin-top: -4px;
  margin-right: 10px;
}
aside blockquote {
  margin-right: 0px;
  margin-left: 28px;
  line-height: 25px;
  font-size: 13px;
  clear: both;
}
aside blockquote span.emphasis {
  display: block;
  margin-top: 7px;
}

.aside-news {
  margin-top: 0px;
}
.aside-news section {
  padding-bottom: 0;
}
.aside-news ul {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.aside-news li {
  display: block;
  float: none;
  margin-top: 0px;
  margin-bottom: 8px;
  text-transform: none;
  font-weight: 300;
  line-height: 1.4em;
}
.main-news h4 {
  text-transform: none;
  font-weight: 300;
  margin-bottom: 10px;
}
.main-news-home .news-article {
  border-bottom: 1px dotted #bbb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news-article {
  margin-top: 10px;
}
.news-article h2, h3 {
  line-height: 40px;
  font-family: inherit;
  font-weight: 500;
  font-size: 35px;
  display: block;
  text-align: left;
}
.news-article p {
  margin: 0px;
}

.share-this-buttons {
  padding-top: 55px;
  margin-bottom: -13px;
  background-color: #E4E4E4;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}
.share-home {
    padding-top: 55px;
    margin-bottom: -13px;
    background-color: #fff;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}

.share-this-buttons a i {
  font-size: 25px;
  line-height: 40px;
}
.share-this-buttons a {
  text-align: center;
  margin-left: 10px;
  background: #428bca;
  width: 37px;
  height: 37px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 5px;
}

.img-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.img-wrapper img {
  max-width:100%;
}
.img-wrapper-support a.img-wrapper img {
  cursor: pointer !important;
  padding-bottom: 3px;
}
.img-wrapper-support span.img-wrapper img, .img-wrapper-support p.img-wrapper img, .img-wrapper-support div.img-wrapper img {
  cursor: default !important;
}
.img-wrapper-support .img-wrapper i {
  max-width: 180px;
  display: inline-block;
  font-size: 12px !important;
}
.img-wrapper-support .img-wrapper.img-wrapper-left {
  margin-right: 10px;
  margin-left: 0px;
  float: left;
}
.img-wrapper-support .img-wrapper.img-wrapper-right {
  margin-right: 0px;
  margin-left: 10px;
  float: right;
}
.img-wrapper-support .img-wrapper.img-wrapper-center {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}




@media (max-width: 643px) {
 #imageslideshow1 {
             max-width: 100%;
             height: 200px !important;
             }

div#imageslideshow1 img {
              margin: 0 !important;
             }
}

@media (max-width: 767px) {
 #imageslideshow1 {
               max-width: 100%;
               height: 250px !important;
             }
 div#imageslideshow1 img {
              margin: 0 !important;
             }

h1.home {
     font-size: 17px;
     line-height: 20px;
     color: #170475; 
     letter-spacing: -1px;
          }

}

@media (max-width: 767px) {
.bbb-22   {
                 width: 100%;
                 padding-left: 10px;
                 }

.buttonwht.home {
    background-color: #fff;
    color: #333;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    border-radius: 4px;
    padding: 10px; 5px;
    text-align: center;
}
.mike h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #170475;
    text-shadow: 2px 2px 2px #E1FAFB;
}

p.sub-heading  {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    }

.mike p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    color: #170475;
    text-shadow: 2px 2px 2px #E1FAFB;
}
.datemike p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #170475;
    text-shadow: 2px 2px 2px #fff;
}
}

@media (max-width: 767px) {
.bbb-22   {
                 width: 100%;
                 padding-left: 10px;
                 }
.buttonwht.home {
    background-color: #fff;
    color: #333;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    border-radius: 4px;
    padding: 10px; 5px;
    text-align: center;
}
}

@media (max-width: 999px) {
#imageslideshow1 {
               max-width: 100%;
               height: 300px !important;
             }
 div#imageslideshow1 img {
              margin: 0 !important;
             }

}

@media (max-width: 1069px) {
#imageslideshow1 {
               max-width: 100%;
               height: 350px !important;
             }
 div#imageslideshow1 img {
              margin: 0 !important;
             }

}

@media (max-width: 1599px) {
#imageslideshow1 {
               max-width: 100%;
               height: 500px !important;
             }
 div#imageslideshow1 img {
              margin: 0 !important;
             }

}