body {
    margin: 80px 0px 0px 0px;
    font-family: 'Raleway', sans-serif;
}

section .container-fluid {
    padding: 0px;
}

.container-fluid > .row {
    margin: 0px;
}

.container-fluid > .row > [class^="col-"] {
    margin-bottom: 30px;
}

.bluebar {
    background-image: url(../img/bluebarline.jpg);
    width: 100%;
    height: 30px;
    z-index: 2;
}

.topbar {
    background-color: white;
    width: 100%;
    height: 90px;
    z-index: 1;
    position: fixed;
}

.logonav {
    height: 100px;
    background-color: white;
    z-index: 2;
    position: fixed;
}

.logoandnav { 
    top: 0;
    width: 100%;
}

.logo {
    padding: 60px 0 5px 90px;
    margin-top: 23px;
    float: left;
    width: auto;
    display: block;
    position: fixed;
    z-index: 9;
}

.navbar {
    border-bottom: none;
    box-shadow: 1px 0px 5px 0px #ccc;
}

.navbar-header {
   padding-left:  50px;
}

.navbar-right {
   padding-right:  50px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #e55036;
    color: #fff;
    font-weight: bold;
}

/*SECTION HOME */

.headerimage {
    position: relative;
}

.headerimage img {
    width: 100%;
    height:637px;
    object-fit: cover;
}

.headertagline {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: black;
    background: rgba(255, 255, 255, 0.5);
    /* background-image: url(../img/tagline-text-overlay.png); */  
}

.h-tagline01 {
    font-size: 80px!important;
    line-height: -10;   
}

.h-tagline02 {
    margin-top: -10px;
    font-size: 30px;
    
}



/*WHO WE ARE */

#about img {
    max-width: 100%;
}

.row.whoweare {
    /* padding-top: 100px; */
    padding-top:54px;
}

.about-whoweare01 {
    /*margin-left: -60px;*/
    margin-top:  -12px;
    font-size: 35px;
    font-weight: bold;
}

.about-whoweare02 {
    /*margin-left: -60px;*/
}




/*MISSION AND VISION */

#mission img {
    max-width: 100%;
}

.row.missionandvision {
/*    margin-top: 650px;
    position: absolute;*/
    /* padding-top: 100px; */
    padding-top:40px;
}

.mission-missionandvision01 {
    /*margin-left: -60px;*/
    margin-top:  -12px;
    font-size: 35px;
    font-weight: bold;
}

.mission-missionandvision02 {
    /*margin-left: -60px;*/
}



/* DIVIDER IMAGE */

#dividerimage {
    position: relative;
    margin-top: 100px;
    color: white;
    text-align: right;
}

#dividerimage img {
    width: 100%;
}

.dividerimagetext {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.divider-tagline01 {
    /*margin-top: -400px;*/
    z-index: 9;
    font-size: 100px;
   
}



/* PRODUCTS */

#products img {
    /* max-width: 100%;
    margin-bottom:26px; */
    max-width: 70%;
    margin-bottom: 5px;
}

.row.products {
    padding-top: 100px;
    padding-bottom: 100px;
}

.products-products {
    /*margin-left: -60px;  */
    margin-top: -12px;
}

.products01 {
    font-weight: bold;
    font-size: 35px;
}



/* FOOTER / CONTACT */

#footer {
    padding: 50px 0px;
    background-color: #d03638;
}

.footerbackground {
    background-repeat: no-repeat;
}

.container-contact {
    /*margin-top: -360px;*/
    color: white;
}

.address-subtext {
    font-weight: lighter;
}
.contact-subtext {
    font-weight: lighter;
}


/* CONTACT FORM ----------------------*/

#feedback-page{ 
	text-align:center;
}

#form-main {
	width:100%;
	float:left;
    margin-top: -440px;
	padding-top:0px;
}

#form-div {
	/*background-color:rgba(72,72,72,0.4);*/
	padding-left:35px;
	padding-right:35px;
	padding-top:15px;
	/*padding-bottom:50px;*/
	width: 400px;
	float: left;
	/* left: 50%;*/
	position: absolute;
    margin-top:30px;
	/*margin-left: -260px;*/
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: raleway, sans-serif;
    font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus {
	background: #fff;
	box-shadow: 0;
	border: 3px solid white;
	color: white;
	outline: none;
    padding: 13px 13px 13px 54px;
}

.focused {
	color:white;
	border:white solid 3px;
}

/* Icons ---------------------------------- */

/*#name{
	background-image: url(http://rexkirby.com/kirbyands../img/name.svg);
	background-size: 20px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyands../img/name.svg);
	background-size: 20px 30px;
	background-position: 8px 5px;
    background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email {
	background-image: url(http://rexkirby.com/kirbyands../img/email.svg);
	background-size: 20px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus {
	background-image: url(http://rexkirby.com/kirbyands../img/email.svg);
	background-size: 20px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment {
	background-image: url(http://rexkirby.com/kirbyands../img/comment.svg);
	background-size: 20px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
*/
textarea {
    width: 100%;
    height: 100px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'raleway', sans-serif;
	float:left;
	width: 100%;
	border: darkblue solid 4px;
	cursor:pointer;
	background-color: darkblue;
	color: white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: darkblue;
    border: white solid 4px;
}
	
.submit:hover {
	color: white;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width : 1440px) {
    .h-tagline01 {
        /* font-size: 80px!important; */
        font-size:65px !important;  
        line-height: -10;   
    }

    .h-tagline02 {
        margin-top: -10px;
        font-size: 25px;
    }

    .about-whoweare01, .mission-missionandvision01, .products01 {
        font-size: 45px;
    }

    .about-whoweare02, .mission-missionandvision02, .products02 {
        font-size: 20px;
    }
}

@media only screen and (max-width : 1200px) {
    .h-tagline01 {
        font-size: 70px!important;
        line-height: -10;   
    }

    .h-tagline02 {
        margin-top: -10px;
        font-size: 25px;
    }

    .about-whoweare01, .mission-missionandvision01, .products01 {
        font-size: 40px;
    }

    .about-whoweare02, .mission-missionandvision02, .products02 {
        font-size: 20px;
    }
}

@media only screen and (max-width : 992px) {
    .h-tagline01 {
        font-size: 50px!important;
        line-height: -10;   
    }

    .h-tagline02 {
        margin-top: -10px;
        font-size: 20px;
    }

    .divider-tagline01 {
        font-size: 75px;
    }

    .divider-tagline02 {
        font-size: 20px;
    }
}

@media only screen and (max-width : 768px) {
    .bx-prev,
    .bx-next{
        width:30px !important;
        height:30px !important;
        background-size:100%;
        background-repeat:no-repeat;
    }
    section{}
    #footer{
        overflow: hidden;
    }
    body .slidertext h2{
        font-size:29px;
    }
    html{
        overflow:auto
    }
    body  .slidertext .divider-tagline02 {
        font-size: 16px;
    }
    .navbar-header {
        padding-left:  0px;
    }
    .headerimage img{
        height:300px;
        object-fit: cover;
    }
    .navbar-right {
       padding-right:  0px;
    }

    .h-tagline01 {
        font-size: 40px!important;
        line-height: -10;   
    }
    .navbar-brand>img {
        display: block;
        width: 60% !important;
        height: auto !important;
    }
    .h-tagline02 {
        margin-top: -10px;
        font-size: 21px;
    }

    .about-whoweare01, .mission-missionandvision01, .products01 {
        text-align: center;
    }

    .divider-tagline01 {
        text-align: center;
        font-size: 50px;
    }

    .divider-tagline02 {
        text-align: center;
        font-size: 16px;
    }

    #products .product-logos {
        text-align: center;
    }

    #products .product-logos img {
        max-width: 50%;
        display:inline-block;
    }
    .navbar-brand{
        top:-22px;
    }
        /* .navbar-toggle{
            float:none;
        } */
    .row.missionandvision{
        padding-top: 30px;
    }
}

@media only screen and (max-width : 480px) {
    .navbar-brand{
        width:78%;
    }
    .divider-tagline01 {
        text-align: center;
        font-size: 40px;
    }

    .divider-tagline02 {
        text-align: center;
        font-size: 12px;
    }

    .h-tagline01 {
        font-size: 30px!important;
        line-height: -10;   
    }

    .h-tagline02 {
        margin-top: -10px;
        font-size: 14px;
    }

    .divider-tagline01 {
        text-align: center;
        font-size: 20px;
    }

    .divider-tagline02 {
        text-align: center;
        font-size: 14px;
        margin-top: 0px;
    }
}

@media only screen and (max-width : 320px) {
    .h-tagline01 {
        font-size: 25px!important;
        line-height: -10;   
    }

    .h-tagline02 {
        margin-top: -10px;
        font-size: 12px;
    }
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    -webkit-mask-composite: re;
    line-height: 20px;
    position: static;
    top: -18px;
}
.reduce-w{
    width:72px;
}
.slidertext h2 {
    font-size: 65px;
    margin: 0;
}
.slidertext .divider-tagline02{
    font-size: 25px;
}
.text-desc{
    float: right;
    /* background: #d03638; */
    opacity: 0.8;
    padding: 15px;
}
.prod-list{
    margin-bottom:15px;
    display: block;
}
#footer h3{
    font-size:20px
}
.socialicons li a{
    width: 29px;
    height: 29px;
    display: block;
    text-indent: -9999px;
    margin-right: 4px;
    float: left;
}

.socialicons a.pinticon:hover {
    background: #3a3a3a url(../img/pin.png) 50% 50% no-repeat;
  }
  .socialicons a.youtubeicon {
    background:  url(../img/tube.png) 50% 50% no-repeat;
  }
  .socialicons a.youtubeicon:hover {
    background:  url(../img/tube.png) 50% 50% no-repeat;
  }
  .socialicons a.fbicon {
    background: #3a3a3a url(../img/fb.png) 50% 50% no-repeat;
  }
  .socialicons a.fbicon:hover {
    background: #3a3a3a url(../img/fb.png) 50% 50% no-repeat;
  }
  .socialicons a.twiicon {
    background: #3a3a3a url(../img/twi.png) 50% 50% no-repeat;
  }
  .socialicons a.twiicon:hover {
    background: #3a3a3a url(../img/twi.png) 50% 50% no-repeat;
  }
  .socialicons a.gogicon {
    background: #3a3a3a url(../img/gog.png) 50% 50% no-repeat;
  }
  .socialicons a.gogicon:hover {
    background: #3a3a3a url(../img/gog.png) 50% 50% no-repeat;
  }
  .socialicons a.vimicon {
    background: #3a3a3a url(../img/vim.png) 50% 50% no-repeat;
  }
  .socialicons a.vimicon:hover {
    background: #3a3a3a url(../img/vim.png) 50% 50% no-repeat;
  }
  .socialicons a.flickricon {
    background: #3a3a3a url(../img/flikr.png) 50% 50% no-repeat;
  }
  .socialicons a.flickricon:hover {
    background: #3a3a3a url(../img/flikr.png) 50% 50% no-repeat;
  }
 .socialicons li{display: inline-block; list-style: none;}
 .socialicons li a{display: inline-block;}
 .socialicons{
     margin-left:0;
     padding-left:0;
 }
 .nav>li>a{
    padding-top: 20px;
    padding-bottom: 20px;
 }
 .bx-controls-direction{
     position:absolute;
     top: 44%;
     width:100%
 }
 .bx-pager {
     position: absolute;
     bottom:0;
 }
 .bx-prev{
     width:64px;
     height:64px;
     background-image:url(../img/arrow-right.png);
     display: block;
     left:0;
     position: absolute;
     text-indent:-99999px;
     color:transparent;
 }
 .bx-next{
    width:64px;
    height:64px;
    right:0;
    background-image:url(../img/arrow-left.png);
    display: block;
    position: absolute;
    text-indent:-99999px;
    color:transparent;
    
}
.bx-next:hover,
.bx-prev:hover{
    color:transparent;
    opacity:0.8
}
.banner-slider{
    position: relative;
}

.bx-pager{
    position: absolute;
    bottom:0;   
    width:100%;
    text-align:center;
}
.bx-pager .bx-pager-item{
    display: inline-block;
}
.bx-pager .bx-pager-item a{
    width:15px;
    height:15px;
    border-radius:50%;
    background:#333333;
    margin:0 2px;
    display:block;
    text-indent:-99999px;
}
.bx-pager .bx-pager-item a.active{
   background:#e2222a
}
.slider .bx-pager{
    bottom:5%;
}