html, body {
    font-size: 16px;
    color:#545454;
}
/* GENERAL */

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
    background-color:#404040;
}

#prodwrap {
   border:1px solid #c0c0c0;
}

#prodcont {
   margin-top:15px;
   padding:20px;
   background-color:#eaedf5;
   text-align:center;
}

.prodinnerL, .pinfo {
    width:100%;
    float:left;
}

#breadcrumbs {
   text-align:center;
}

#breadcrumbs.aleft {
   text-align:left;
}

#flags {
   float:right;
   margin-right:15px;
}

#flags span {
   color:#fff;
   font-size:0.5em;
}

.brange {
   padding:20px;
   background-color:rgba(0, 0, 0, 0.5);
   margin-bottom:40px;
   text-align:center;
}

.boxcont {
   text-align:center;
   margin:2em 0;
}

.box, .box2 {
   display:inline-block;
   overflow:hidden;
   width:24.25%;
   text-align:center;
}

.box2 {
   width:33%;
}

.boxInner {
   position: relative;
   overflow: hidden;
   margin:5px;
   background-color:#ffffff;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.inner {
   padding:10px;
}

.inner2 {
   padding:20px;
   clear:both;
   margin-top:30px
}

.cssload-loader {
	position: relative;
	left: calc(50% - 112px);
	top: calc(50% - 112px);
	width: 224px;
	height: 224px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 2800px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 0.95s linear infinite;
		-o-animation: cssload-rotate-one 0.95s linear infinite;
		-ms-animation: cssload-rotate-one 0.95s linear infinite;
		-webkit-animation: cssload-rotate-one 0.95s linear infinite;
		-moz-animation: cssload-rotate-one 0.95s linear infinite;
	border-bottom: 11px solid rgb(102,176,50);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 0.95s linear infinite;
		-o-animation: cssload-rotate-two 0.95s linear infinite;
		-ms-animation: cssload-rotate-two 0.95s linear infinite;
		-webkit-animation: cssload-rotate-two 0.95s linear infinite;
		-moz-animation: cssload-rotate-two 0.95s linear infinite;
	border-right: 11px solid rgb(229,5,5);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 0.95s linear infinite;
		-o-animation: cssload-rotate-three 0.95s linear infinite;
		-ms-animation: cssload-rotate-three 0.95s linear infinite;
		-webkit-animation: cssload-rotate-three 0.95s linear infinite;
		-moz-animation: cssload-rotate-three 0.95s linear infinite;
	border-top: 11px solid rgb(255,255,255);
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

#sscreen {
   	display: none;
	position: fixed;
	top: 0;
	left: 0;
    bottom: 0;
    right: 0;
    background-image: url('../images/carbon-fade.png');
	z-index: 99998;
}

#stag {
   	position: relative;
    top: 40px;
    display: none;
    color: #8f8f8f;
    text-align: center;
}

.slider {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    margin: 0 auto;
    height: 2px;
    background-color: #8f8f8f;
    width: 0;
}

#boatnme {
  display: none;
  position: absolute;
}

/* ASP.NET Elements*/

#Label1 {
  display:block;
  text-align:center;
  font-size:2em;
  color:#fff;
}


/* HEADINGS */

h1.prod {
    padding:15px 0;
    color:#e50505;
    margin-bottom:0;
}

#y-content2 h2, #y-content3 h2 {
    font-size:2.5em;
    margin-bottom:15px;
    color:#fff;
}

.box h2, .box2 h2 {
    color:#e50505;
}

#y-content2 h3 {
    color:#fff;
}

.pinfo h3 {
    margin-top:10px;
}

.y-tag .head, .y-tag .sub-head {
    font-size: 2em;
    display:block;
}

.y-tag .sub-head {
    font-size: 1em;
    margin-bottom:1em;
}

.y-mtagline .head, .y-mtagline .sub-head {
    font-size: 1.25em;
    display:block;
}

.y-mtagline .sub-head {
    font-size: 0.75em;
    margin-bottom:1em;
}



/* LINKS */

#breadcrumbs a:link, #breadcrumbs a:visited,
#MainContent_breadcrumbs.aleft a:link, #MainContent_breadcrumbs.aleft a:visited {
    color:#e50505;
}

footer a:link, footer a:visited { 
color:#fff; 
}

footer a:hover, footer a:active { 
color:#fff;
text-decoration:underline; 
}

a.btn-green:link, a.btn-red:link, a.btn-redm:link, a.btn-clear:link, a.btn-clearm:link { 
   text-decoration:none;
   color : #fff;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   text-decoration: none;
}

#dcon a.btn-clear:link {
    color:#000;
}

a.btn-green:visited, a.btn-red:visited, a.btn-redm:visited, a.btn-clear:visited, a.btn-clearm:visited { 
   color:#fff; 
}

#dcon a.btn-clear:visited { 
   color:#000; 
}

a.btn-green:focus, a.btn-red:focus, a.btn-redm:focus, a.btn-clear:focus, a.btn-clearm:focus { 
   outline:thin dotted; 
   color:#fff; 
}

a.btn-green:hover, 
a.btn-green:active,
a.btn-red:hover, 
a.btn-red:active,
a.btn-redm:hover, 
a.btn-redm:active,
a.btn-clear:hover, 
a.btn-clear:active,
a.btn-clearm:hover, 
a.btn-clearm:active { 
   outline : 0;
   color : #fff;
}

.prodnme a { 
   font-size:1.5em;
}

a.binfo {
    color:#66b032;
}

a.binfo:hover {
    color:#000;
}

#ddmenu ul.yprod {
    width: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#ddmenu ul.yprod > li {
    width: 33%;
    text-align: center;
}

#y-menubar a:link {
    font-size: 1.5em;
    font-weight: bold;
    color: #e71220;
}

/* TABLES */

table {
    width:100%;
    font-size:100%;
    background-color:#fff;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border:1px solid #e6e2e3;
}

.table-bordered > thead > tr > th {
    text-align: center;
}

.table-bordered {
    border: none;
}

thead {
    background-color:#404040;
    color:#fff;
    font-size:150%;
}

thead.norm {
    font-size:100%;
}

table.table th.brdot {
    border-right: 2px dotted #372d67;
}


table.form {
    border-collapse: collapse;
}

table.form td {
    padding-top: .5em;
    padding-bottom: .5em;
}

/* Responsive Table */

table.y-res tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table.y-res th, table.y-res td {
    padding: 10px;
    text-align: center;
}

table.y-res th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

table.y-res img, #y-content table.y-res img {
    display:inline-block;
    margin-right:15px;
}

/* Dealers Table */

table.y-del {
    width:80%;
    margin:0 auto;
    background-color:rgba(0, 0, 0, 0.25);
    font-size:90%;
}

#dcon table.y-del {
    width:100%;
    background-color:transparent;
    font-size:100%;
}

table.y-del td, table.y-del th {
    text-align:left;
    padding:15px !important;
}

#dcon table.y-del th {
    color:#fff;
}

table.y-del tr.head {
    background-color:rgba(0, 0, 0, 0.5);
}

table.y-del td.none {
    display:none;
}

@media screen and (max-width: 768px) {
    table.y-res {
        border: 0;
    }

    table.y-res thead {
        display: none;
    }

    table.y-res tr {
        margin-bottom: 10px;
        display: block;
    }

    table.y-res tr:after {
        content: "";
        display: table;
        clear: both;
    }
  
    table.y-res tr:before {
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table.y-res td {
        box-sizing: border-box;
        display: block;
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    table.y-res td:first-child {
        background-color:#404040;
        color:#fff;
    }

    table.y-res td:last-child {
        border-bottom: 0;
    }

    table.y-res td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    
/* Dealers Table */
    table.y-del tr {
         border:none;
    }

    table.y-del tr:before,
    table.y-del tr,
    table.y-del td,
    table.y-del th {
        border-bottom:none !important;
        border-top:none !important;
    }

    
}


/* TYPOGRAPHY */

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #353535;
  opacity: 0.85;
}

.padding1 {
    padding: 5% 0;
}

.padding1A {
    padding: 1em 0;
}

.padding1B {
    padding: 1em 0 2em 0;
}

.padding2 {
    padding: 0 5%;
}

.padding3 {
    padding: 0 0 1.5em 0;
}

.padding3A {
    padding: 0 0 3% 0;
}

.paddtop {
    padding-top: 0;
}

.paddlr {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.martop {
    margin-top: 1.75em;
}

.sidemar {
    margin-top: 3em;
}

.csmar {
    margin-right: 20px;
}

.rmargin {
    margin:40px 0;
}

.bqmargin {
    margin:20px 0;
}

hr {
display: block; 
margin : 2em 0; 
border : 1px;
border-style: dashed;
color: #353535; 
}

.white {
  color:#fff;
}

.prodnme .small {
  font-size:75%;
}


/* MAIN LAYOUT */

#y-botbar {
	display:none;
    position:fixed;
    z-index:9999;
    bottom:0;
    height:40px;
    width:100%;
    padding:5px;
    color:#fff;
    background-color:#e50505;
    text-align:center;
}

#btop {
    cursor: pointer;
}


#y-wrapper, #y-mobhead, .y-mtagline {
	position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.y-containerS, .y-containerM, .y-containerL, .y-containerXL  {
    width: 100%;
    margin: 0 auto;
}

.y-containerS {
    max-width: 800px;
}

.y-containerM {
    max-width: 1024px;
}

.y-containerL {
    max-width: 1280px;
}

.y-containerXL {
    max-width: 1420px;
}

.y-container  {
    padding: 0;
}

.y-mtagline  {
    background-color: #353535;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    padding: 1em 0;
    border-top: 2px solid #e71220;
}


header {
    position:fixed;
    width: 100%;
    height:120px;
    max-width: 1920px;
    margin: 0 auto;
    z-index:2002;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

header.prod {
    position: static;
}


/* Scrolling fixed header */

header.smaller {
    position: fixed;
    height:100px;
    opacity: 0.85;
    background-color: rgba(0, 0, 0, 0.85);
    background-image: url('../images/carbon-back.png');
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

header img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

header.smaller #y-logobar img {
    max-width: 50%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

header.smaller img#logo {
    display:none;
}

header.smaller #y-topbar,
header.smaller #y-logobar,
header.smaller #y-menubar {
    padding: 0;
}

header.smaller #y-menubar {
    margin-top: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

header.smaller #ddmenu ul.yprod {
    margin-top: 0;
}

header.smaller #ddmenu li {
    background-color: transparent;
}

header.smaller #ddmenu .over {
    background-color: #353535;
}

#y-head {
    height: 100%;
    position: relative;
    /*background-image: url('../images/carbon-fade.png');*/
}

#y-topbar, #y-menubar, #y-strap {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding:10px 0;
}

#y-topbar {
    text-align:right;
}

#y-menubar {
    position: absolute;
    bottom: 0;
}

#y-logobar {
    position: absolute;
    top: 15px;
    left: 15px;
}

#y-strap {
    /*background-color:#404040;
    background-image:url('../images/carbon-back.png');*/ 
    color:#000;
    font-size:0.675em;
    text-align:center;    
    border-top:1px solid #e50505;
}

#y-strap span {
   display:block;
   margin-top:5px;
}

#y-slides, #y-mslides {
	position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 2001;
    background-color: #353535;
    overflow-x: hidden;
    border-bottom:2px solid #66b032;
}

#y-dummy {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.y-modals {
    position: absolute;
    top: 30%;
    left: 10px;
    z-index: 2014;
}

#myModal, #myModal2 {
    z-index: 2014;
}

.y-tagline {
	width: 100%;
    position: absolute;
    top: 60%;
    z-index: 2012;
}

.y-tag {
	width:100%;
    margin:0 auto;
    padding:0.5em;
    text-align:center;
    color:#ffffff;
}

#y-features {
	width: 100%;
    background-color:#fafafa;
    padding: 2em;
}

#y-content, #y-content2, #y-content3, 
#y-content3A, #y-content4, #y-quotes,
#y-contact {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#y-content, #y-content3A {
    background-color:#fff;
    clear:both;
}

#y-content2, #y-content3 {
    position:relative;
    color:#ccc;
    background-color:#404040;
    font-size:100%;
    overflow:hidden;
}

#y-content2 {
    background-image: url(../images/master-backM.jpg);
    background-attachment: fixed;
    background-size: cover;
}

#y-content3 {
    background-image: url(../images/boat-back.jpg);
    background-attachment: fixed;
    background-size: cover;
    min-height:300px;
    display:flex;
    align-items:center;
    justify-content:center;
}

#y-content4 {
    color:#000;
    font-size:100%;
    overflow:hidden;
}

#y-quotes {
    font-size:75%;
}

#y-contact {
    min-height:400px;
    color:#fff;
    font-size:100%;
    background-image:url('../images/contact-back-bw.jpg');
    background-position:right top;
}

/* Footer */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
footer { background-color:#0c1a1e; background-image: url('../images/carbon-back.png'); color:#fff; font-size:90%; text-align:center; padding-bottom:30px; }
.footerleft { margin-top:50px; padding:0 36px 0 15px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}

/* Positioning */

.y-center {
    margin: 0 auto;
}

/* IMAGES */

img {
  display: block;
  max-width: 100%;
  height: auto;
}

#y-strap input[type="image"] {
    vertical-align:middle;
}

#y-content img, #y-quotes img {
  margin:10px 0;
}

#y-content .boxInner img {
   margin:0;
}

img.logom {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

img.imgfade {
  display: none;
}

img.center {
  margin:0 auto;
}

footer img {
   display:inline-block;
   margin:15px;
}

/* Glyph Icons */

.glyphicon {
  font-size: 20px;
  line-height: 33px;
}

.glyphicon-ring {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  color: white;
  display: inline-table;
  text-align: center;
}
/**CSS FOR ICON WITH NO BACKGROUND COLOR**/

.glyphicon-ring .glyphicon-bordered {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
}
/**WITH AN ADDED BACKGROUND COLOR**/

.glyphicon-white {
  background:white;
  color:black;
  border:4px solid black;
}
.glyphicon-teal {
  background:teal;
  color:orange;
}
.glyphicon-red {
  background:#e71220;
}
.glyphicon-green {
  background:#5e663c;
}

/*Buttons */

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
 outline: none !important;
}

.btn-green, .btn-red, .btn-redm, .btn-clear, .btn-clearm, .btn-greenm  {
  display:inline-block;
  color: #fff;
  background-color:rgba(102,176,50,0.75);
  border:4px solid #fff;
  border-radius: 40px;
  font-size: 1em;
  margin:20px 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn-red, .btn-clear  {
  background-color:rgba(229,5,5,0.75);
}

#dcon .btn-clear  {
  border:1px solid #000;
}

.btn-redm, .btn-clearm  {
  min-width:200px;
  margin:5px 0;
  background-color:rgba(229,5,5,0.75);
}

.btn-clear  {
  background-color:transparent;
  margin:0;
}

.btn-greenm  {
  font-size: 0.75em;
  padding:5px;
}

.btn-prd {
    min-width:180px;
}

.btn-green:hover, .btn-red:hover, .btn-redm:hover, .btn-clear:hover, .btn-clearm:hover, .btn-greenm:hover {
    background:transparent;
    color:#fff;
}

.btn-clear:hover, .btn-clearm:hover {
    background-color:rgba(102,176,50,0.75);
}

.btn-prd:hover {
    color:#404040 !important;
}
 
.btn-pad {
    padding:10px 30px;
}

.btn-pad2 {
    padding:15px 60px;
}

.btn-pad3 {
    padding:5px 30px;
}

.btn-kanghua {
    background-image: -webkit-linear-gradient(top, #e71220 0%, #e71220 100%);
    background-image: -o-linear-gradient(top, #e71220 0%, #aa0e18 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e71220), to(#aa0e18));
    background-image: linear-gradient(to bottom, #e71220 0%, #aa0e18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe71220', endColorstr='#ffaa0e18', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #e71220;
}


/* SOCIAL */

/* Single Rollover Icon Links */

a.twitter, a.facebook, a.LinkedIn, a.home, a.phone, a.email {
  display: inline-block;
  float:left;
  height: 20px;
  text-indent: -10000px;
  margin-top:10px; 
  -o-transition:background-image 0.5s ease-in-out;
  -moz-transition:background-image 0.5s ease-in-out;
  -webkit-transition:background-image 0.5s ease-in-out;
  transition:background-image 0.5s ease-in-out;
  background-position: left center;
} 
a.twitter { width: 50px; background: transparent url('../images/twitter-back.png') no-repeat 0 0; } 
a.twitter:hover { background-position: 0 -20px; } 
a.facebook { width: 30px; background: transparent url('../images/facebook-back.png') no-repeat 0 0; } 
a.facebook:hover { background-position: 0 -20px; } 
a.LinkedIn { width: 40px; background: transparent url('../images/LinkedIn-back.png') no-repeat 0 0; } 
a.LinkedIn:hover { background-position: 0 -20px; } 
a.home { float:none !important; width: 40px !important; background: transparent url('../images/home-back.png') no-repeat 0 0 !important; padding:0 !important; } 
a.home:hover { background-position: 0 -20px !important; } 
a.phone { width: 23px; background: transparent url('../images/phone-back.png') no-repeat 0 0; } 
a.phone:hover { background-position: 0 -20px !important; } 
a.email { width: 50px; background: transparent url('../images/email-back.png') no-repeat 0 0; } 
a.email:hover { background-position: 0 -20px !important; } 

/* End of Single Rollover Icon Links */


/* BOOTSTRAP OVERRIDES */

.row { 
    margin-right: 0;
    margin-left: 0;
}

.rowB { 
    margin-right: -15px;
    margin-left: -15px;}

#y-mslides .btn { 
    padding: 0;
}

.navbar-right {
    margin-right: 0;
}

.navbar-nav, .navbar-brand {
    font-size: 0.875em;
}

.nav-tabs > li > a {
    border:1px solid #e50505;
    border-bottom-color:transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   border:1px solid #e50505;
   background-color:#e50505;
   color:#fff;
}

.panel-default > .panel-heading {
    padding:0;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    display:block;
    height:100%;
    width:100%;
    padding:15px;
}

.modal {
  z-index:10000;
}

.modal-content {
  background-color:#303030;
  background-image: url('../images/contact-back-bw.jpg');
}
.modal-backdrop {
  z-index: 2013;
  background-color:#000;
  opacity:0.85;
}
.close {
    font-size:32px;
    color:#fff;
    opacity:1;
}

blockquote {
    padding:20px;
    margin:0;
    font-size:1.25em;
    background-color:#eaedf5;
    border-left:10px solid #404040;
}

blockquote.lnews {
    position:relative;
}

blockquote.lnews a {
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9999;
}

.tooltip {
    z-index:9999 !important;
}

.tooltip-inner {
    padding:30px 15px;
    font-style:italic;
}

/* ANIMATION */

@keyframes yslideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.prodnme {
  position:absolute;
  bottom:100px;
  width:100%;
  text-align:center;
  z-index:99999;
  color:#b7c7ac;
  -webkit-animation-name: yslideDown;
  animation-name: yslideDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.prodnme2 {
  position:absolute;
  bottom:8%;
  width:100%;
  text-align:center;
  z-index:99999;
  color:#b7c7ac;
}

.pnmob {
  bottom:20px;
}

/* ADDED FEATURES */

/* Image Hover Effects */

    .darken {
      background-image:url('../images/carbon-back.png');
      -webkit-backface-visibility:hidden;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      }
      
    .darken img {
      display:block;
      opacity:1.0;
      filter:alpha(opacity=100); /* For IE8 and earlier */
      }
      
    .darken img:hover {
      opacity:0.5;
      filter:alpha(opacity=50); /* For IE8 and earlier */
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      }

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin:10px 0;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.3);
  -webkit-filter: brightness(0.3);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: #e71220;
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
	background-color: #3276b2;
}

.magnify { 
    display: inline-block; 
    overflow: hidden; 
  }
  .magnify img {
    display: block; /* no whitespace */
    transition: .3s ease-in-out;
  }
  .magnify:hover img {
    transform: scale(1.3);
  }
  
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
        
/* MOBILE RESPONSIVE */

#y-head, .showdesk, .s992 { 
    display: none;
}

@media (min-width: 480px) {

.y-container  {
    padding: 0 15px;
}

.padding1A {
    padding: 2em 0;
}

.padding1B {
    padding: 3em 0 6em 0;
}

#y-content2 h2, #y-content3 h2 {
    margin-top:2em;
}

#y-content2 .brange h2 {
    margin-top:0;
}

.boxcont {
   margin:4em 0;
}

#y-quotes {
    font-size:100%;
}

}


@media (min-width: 768px) {

#y-mobhead { 
    display: none;
}

#y-head { 
    display: block;
}

header {
    height: 140px;
}

#y-mslides { 
    display: none;
}

.showdesk { 
    display: block;
}

#y-contact {
    min-height:600px;
}

.prodinnerL, .pinfo {
    width:50%;
}

footer {
    text-align:left;
}

.fsidebar {
   text-align:right;
}

}

@media only screen and (max-width: 960px) and (min-width: 768px) {

.navbar-nav > li > a, .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar {
    min-height: 30px;
}

.navbar-brand {
    height: 30px;
    padding: 5px 5px;
}

}

@media (min-width: 960px) {

#y-menubar {
    margin-top: 0;
}

#y-logobar img {
    max-width: 100%;
}

}

@media (min-width: 992px) {

.s992 { 
    display:block;
}

.h992 { 
    display:none;
}

#y-content2 {
    background-image: url(../images/master-back.jpg);
}

#y-content3 {
    min-height:600px;
}

#Label1 {
  font-size:4em;
}

}


@media (min-width: 1280px) {

header.smaller #y-logobar {
    top: 15px;
}

.y-tag {
	/*width: 40%;*/
}

.y-tag .head, .y-tag .sub-head {
    font-size: 3em;
}

.y-tag .sub-head {
    font-size: 1.5em;
}

.navbar-nav, .navbar-brand {
    font-size: 1em;
}

}

@media (min-width: 1600px) {

#Label1 {
  font-size:6em;
}

}
/* Media Queries for responsive thumbnails grid for galleries */

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .box, .box2 {
      width: 49%;
   }
}
@media only screen and (max-width : 768px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .box, .box2 {
      width: 49%;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 769px) {
   /* Small desktop / ipad view: 3 tiles */
   .box, .box2 {
      width: 33%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .box, .box2 {
      width: 33%;
   }
}






