/* Image Slider */
#imageslider {
   color: #fff;
   background-size: cover;
   height: 570px;
   padding-top: 100px;
}
#slideroverlay {
   background-color: rgba(46, 56, 57, 0.70);
   height: 100%;
   width: 100%;
}
#imageslider #rowmargin {
   margin-top:90px;
}
#imageslider h1 {
   font-size: 32px;
   font-weight: 600;
   padding-bottom: 15px;
   text-transform: uppercase;
   color: #dddddd;
   text-shadow: 0px 3px 3px #2B2B2B;
   border-bottom: 0px solid #545454;
   border-bottom-length: 10px;
}
#imageslider h3 {
   font-size: 12px;
   font-weight: 500;
   color: #dddddd;
   padding-top: 15px;
   padding-bottom: 15px;
   text-shadow: 0px 3px 3px #2B2B2B;
   border-top: 0px solid #545454;
   border-bottom: 0px solid #545454;
   margin-bottom: 30px;
}
#imageslider bannerlogoslider {
   margin-top: 220px;
   margin-bottom: 0px;
   float: center;
   margin-right: 0px;
   filter: brightness(80%);
}
#imageslider h4 {
   font-size: 12px;
   font-weight: 400;
   color: #dbdbdb;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: 0px;
   margin-left: 0px;
   padding-right:: 15px;
   text-shadow: 0px 3px 3px #2B2B2B;
}
#imageslider p {
   margin-top:30px;
   margin-bottom:30px;
}
#imageslider p.slidebutton a {
   margin-right:30px;
   font-size: 10px;
   color: #dbdbdb;
   padding-top: 0px;
   padding-bottom: 0px;
   text-transform: uppercase;
}
#imageslider p.slidebutton .fa {
   color:#fff;
}
#imageslider .sliderbutton {
   margin-top: 30px;
   font-size: 20px;
   text-transform: uppercase;
   font-weight: 600;
   letter-spacing: 2px;
}
#imageslider .carousel-indicators {
   bottom: -75px;
}
#imageslider form {
   margin-top: 100px;
}
#imageslider .fa {
   color: #6CA93E;
   vertical-align: baseline;
   margin-top: 8px;
   margin-bottom: 8px;
   padding-right: 10px;
}
#imageslider #slide1 {
   background-image:url(../img/slide03-1.jpg);
}
#imageslider #slide2 {
   background-image:url(../img/slide02.jpg);
}
#imageslider #slide3 {
   background-image:url(../img/slide01.jpg);
}
#imageslider .carousel-control .icon-next, #imageslider .carousel-control .icon-prev {
   font-size: 80px!Important;
}
#imagesliderdomains {
   margin-top: -115px;
   height: 115px;
}
#imagesliderdomains .sliderbutton {
   margin-top: 30px;
   font-size: 20px;
   text-transform: uppercase;
   font-weight: 600;
   letter-spacing: 2px;
}
#imagesliderdomains .input-group {
   padding-bottom:30px;
}
#imagesliderdomains #domainsearch {
   font-size:27px;
   height:60px;
   padding-left:2px;
   border-left:0;
   color:#333;
   box-shadow:0 0
}
#imagesliderdomains .domaincheckselect {
   -moz-appearance:none;
   text-indent:.01px;
   text-overflow:'';
   width:145px;
   height:60px;
   border-radius:0!Important;
   border:none;
   font-size:27px;
   -webkit-appearance:none;
   -webkit-border-radius:0;
   border-top:1px solid #ccc!Important;
   border-bottom:1px solid #ccc!Important;
   outline:0;
   box-shadow:0 0;
   background-image:url(../img/down-arrow.png);
   background-repeat:no-repeat;
   background-position-x:80%;
   background-position-y:55%;
   background-position:80% 55%
}
#imagesliderdomains .domaincheckselect:hover {
   background-image:url(../img/down-arrow-hover.png);
}
#imagesliderdomains .form-control {
   -moz-appearance: none;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
#imagesliderdomains .form-control:focus {
   height:60px;
   border-radius:0!Important;
   border:none;
   font-size:27px;
   -webkit-appearance:none;
   -webkit-border-radius:0;
   border-top:1px solid #ccc!Important;
   border-bottom:1px solid #ccc!Important;
   border-color:#ccc;
   outline:0;
   box-shadow:0 0
}
#imagesliderdomains .domainsearchprefix {
   text-align:center;
   font-size:27px;
   height:60px;
   border-right:0;
   padding-right:0;
   color:#6F6F6F
}
#imagesliderdomains .btn-default[disabled] {
   background:#FFF;
   color:#6F6F6F!Important;
   cursor:pointer!Important;
   opacity:1!Important
}
#imagesliderdomains .domainsearchdomainname {
   max-width:918px;
   border-right:0
}
#imagesliderdomains .domainsearcharrow {
   color:#797C6F!Important
}
#imagesliderdomains .domainsearchsubmit {
   font-size:23px;
   color:#fff;
   background: #6CA93E;
   border: 1px solid #6CA93E;
   width:140px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   padding: 13px;
}
#imagesliderdomains .domainsearchsubmit:hover {
   opacity: 0.9;
}
.carousel, .item, .active {
   height: 100%;
}
.carousel-inner {
   height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
   width: 100%;
   height: 100%;
   background-position: center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
}
.carousel-caption {
   top: 100px;
}
