/* ProfileID 1 - DEFAULT */

/*REQURED FOR FOOTER AT BOTTOM */
html, body {
	height: 100%; 
}
#mainContainerSF {
 	min-height: 100%;
 /* margin: 34px 0 0 0; */
}
#mainContentSF {
	overflow: auto;
  	padding-bottom: 68px; /* Must match height of footer (comensate for MoreHTML Body and other spacing vairation in screen height) */
}

/*** FOOTER***/
/*footer {
    position: relative;
	width: 100%;
  	margin-top: -68px; /* compensate as need for perfect fit with #mainContentSF */
  	/*clear: both;*/
  	/* Above CSS required for footer at bottom */
	/*padding: 0;
	background: #e7e7e7;
	height: 68px;
  border-top: 6px solid #002c73;
}*/
.hide-me {
    display: none
}
.site-footer .container.container-ext.footer-container {
    max-width: 1420px;
    padding: 1.75rem
}

.site-footer.standard-site-footer {
    position: relative;
    background: -webkit-gradient(linear,left top,left bottom,from(#002d73),to(#00173a));
    background: -o-linear-gradient(top,#002d73 0,#00173a 100%);
    background: linear-gradient(180deg,#002d73 0,#00173a)
}

.site-footer.standard-site-footer .site-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-footer.standard-site-footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-image: url(../user/images/sbc-arrowhead-logo.svg);
    background-repeat: no-repeat;
    background-position: 20em 0;
    background-size: auto 120%
}

@media (min-width: 767px) {
    .site-footer.standard-site-footer:before {
        background-position:30em 0
    }
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer:before {
        background-position:175.9% -75px;
        background-size: auto 130%
    }
}

@media (min-width: 1210px) {
    .site-footer.standard-site-footer:before {
        background-position:103.9% 15px;
        background-size: auto 110%
    }
}

.site-footer.standard-site-footer>* {
    position: relative
}

.site-footer.standard-site-footer .site-name {
    position: relative;
    left: auto;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    font-family: Times New Roman,Times,serif;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2rem;
    padding: .65em 0
}

@media (max-width: 380px) {
    .site-footer.standard-site-footer .site-name {
        font-size:1.5rem;
        line-height: 1.2em
    }
}

@media (min-width: 575px) {
    .site-footer.standard-site-footer .site-name {
        font-size:2.6rem
    }
}

@media (min-width: 767px) {
    .site-footer.standard-site-footer .site-name {
        font-size:3.312rem;
        padding: .65em 0
    }
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer .site-name {
        padding:.65em 0;
        margin-left: 4rem
    }
}

.site-footer.standard-site-footer .site-name a:hover {
    text-decoration: none
}

.site-footer.standard-site-footer .widget_sb_social_profile {
    margin: 15px 0;
    text-align: center
}

@media (min-width: 1210px) {
    .site-footer.standard-site-footer .widget_sb_social_profile {
        margin:0
    }
}

.site-footer.standard-site-footer .arrowhead-logo {
    width: 400px;
    opacity: .2
}

.site-footer.standard-site-footer .site-logo-wrapper {
    width: 100%;
    min-width: 100%
}

@media (min-width: 767px) {
    .site-footer.standard-site-footer .site-logo-wrapper {
        padding:0 45px
    }
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer .site-logo-wrapper {
        padding:0
    }
}

@media (min-width: 1210px) {
    .site-footer.standard-site-footer .site-logo-wrapper {
        padding:0 115px
    }
}

.site-footer.standard-site-footer .standard-footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

@media (min-width: 767px) {
    .site-footer.standard-site-footer .standard-footer-content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer .standard-footer-content {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

@media (min-width: 1210px) {
    .site-footer.standard-site-footer .standard-footer-content {
        margin-top:6rem;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.site-footer.standard-site-footer .standard-footer-content .social-media-wrapper {
    width: 80%;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem
}

@media (min-width: 575px) {
    .site-footer.standard-site-footer .standard-footer-content .social-media-wrapper {
        margin-top:3rem
    }
}

@media (min-width: 767px) {
    .site-footer.standard-site-footer .standard-footer-content .social-media-wrapper {
        width:60%
    }
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer .standard-footer-content .social-media-wrapper {
        width:55%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0
    }
}

@media (min-width: 1210px) {
    .site-footer.standard-site-footer .standard-footer-content .social-media-wrapper {
        width:40%
    }
}

@media screen and (min-width: 1680px) {
    .site-footer.standard-site-footer .standard-footer-content .social-media-wrapper {
        width:50%
    }
}

.site-footer.standard-site-footer .standard-footer-content .social-media-wrapper .social-icons {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer .standard-footer-content .social-media-wrapper .social-icons {
        max-width:100%;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

.site-footer.standard-site-footer .standard-footer-content .social-media-wrapper .social-icons a {
    display: block;
    padding: 0;
    opacity: .5;
    -webkit-transition: all .35s cubic-bezier(.22,.61,.36,1);
    -o-transition: all .35s cubic-bezier(.22,.61,.36,1);
    transition: all .35s cubic-bezier(.22,.61,.36,1)
}

.site-footer.standard-site-footer .standard-footer-content .social-media-wrapper .social-icons a:active,.site-footer.standard-site-footer .standard-footer-content .social-media-wrapper .social-icons a:focus,.site-footer.standard-site-footer .standard-footer-content .social-media-wrapper .social-icons a:hover {
    opacity: 1;
    text-decoration: none;
    border-radius: 50%
}

@media (min-width: 767px) {
    .site-footer.standard-site-footer .standard-footer-content .social-media-wrapper .social-icons a {
        margin:0;
        font-size: 3.312rem
    }
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer .standard-footer-content .social-media-wrapper .social-icons a {
        height:63px
    }
}

.site-footer.standard-site-footer .standard-footer-content .social-media-wrapper .social-icons .sr-only {
    display: none
}

.site-footer.standard-site-footer .standard-footer-content .social-media-wrapper .social-icons .youtube {
    width: 63px
}

.site-footer.standard-site-footer .standard-footer-content .department-info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    line-height: 1.3em;
    font-family: Roboto,helvetica,arial,sans-serif
}

@media (min-width: 767px) {
    .site-footer.standard-site-footer .standard-footer-content .department-info {
        text-align:left;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 5.5rem
    }
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer .standard-footer-content .department-info {
        -webkit-box-pack:end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 7.5rem
    }
}

@media (min-width: 1210px) {
    .site-footer.standard-site-footer .standard-footer-content .department-info {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 7.5rem
    }
}

.site-footer.standard-site-footer .standard-footer-content .department-info .address-area {
    width: 100%;
    padding-bottom: 2rem
}

@media (min-width: 1210px) {
    .site-footer.standard-site-footer .standard-footer-content .department-info .address-area {
        width:55%
    }
}

.site-footer.standard-site-footer .standard-footer-content .department-info .contact-info {
    width: 100%
}

.site-footer.standard-site-footer .standard-footer-content .department-info .contact-info a,.site-footer.standard-site-footer .standard-footer-content .department-info .contact-info a:hover {
    color: #cc9d0d
}

@media (min-width: 1210px) {
    .site-footer.standard-site-footer .standard-footer-content .department-info .contact-info {
        width:45%
    }
}

.site-footer.standard-site-footer .footer-content-wrapper {
    padding: 0;
    color: #fff
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer .footer-content-wrapper {
        padding:0
    }
}

.site-footer.standard-site-footer .footer-content-wrapper>* {
    padding: 0;
    min-width: 100%;
    position: relative
}

.site-footer.standard-site-footer .footer-content-wrapper>* a,.site-footer.standard-site-footer .footer-content-wrapper>* a:hover {
    color: #fff
}

@media (min-width: 575px) {
    .site-footer.standard-site-footer .footer-content-wrapper>* {
        min-width:50%
    }
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer .footer-content-wrapper>* {
        min-width:50%
    }
}

@media (min-width: 1210px) {
    .site-footer.standard-site-footer .footer-content-wrapper>* {
        min-width:25%;
        margin-bottom: 0
    }
}

.site-footer.standard-site-footer .county-logo-svg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 15rem;
    -webkit-flex-basis: 15rem;
    -ms-flex-preferred-size: 15rem;
    flex-basis: 15rem;
    margin-right: 2rem;
    min-width: 15rem;
    min-height: 15rem
}

@media (max-width: 380px) {
    .site-footer.standard-site-footer .county-logo-svg {
        max-width:12rem;
        -webkit-flex-basis: 12rem;
        -ms-flex-preferred-size: 12rem;
        flex-basis: 12rem;
        min-width: 11rem;
        min-height: 11rem
    }
}

@media (min-width: 767px) {
    .site-footer.standard-site-footer .county-logo-svg {
        max-width:18.5rem;
        -webkit-flex-basis: 18.5rem;
        -ms-flex-preferred-size: 18.5rem;
        flex-basis: 18.5rem
    }
}

@media (min-width: 992px) {
    .site-footer.standard-site-footer .county-logo-svg {
        max-width:21rem;
        -webkit-flex-basis: 21rem;
        -ms-flex-preferred-size: 21rem;
        flex-basis: 21rem;
        margin-right: 4rem
    }
}

@media screen and (min-width: 1210px) {
    .site-footer.standard-site-footer .county-logo-svg {
        max-width:25rem;
        -webkit-flex-basis: 25rem;
        -ms-flex-preferred-size: 25rem;
        flex-basis: 25rem
    }
}

.site-footer.standard-site-footer svg.line-separator {
    width: 4.5px;
    stroke: #fff
}

@media (min-width: 767px) {
    .site-footer.standard-site-footer svg.line-separator {
        width:5.5px
    }
}

@media screen and (min-width: 992px) {
    .site-footer.standard-site-footer svg.line-separator {
        width:6.5px
    }
}

@media screen and (min-width: 1210px) {
    .site-footer.standard-site-footer svg.line-separator {
        width:8px
    }
}

@media screen and (min-width: 1680px) {
    .site-footer.standard-site-footer svg.line-separator {
        width:9px
    }
}

.site-footer.standard-site-footer .site-info-footer-wrapper {
    border-top: 1px solid hsla(0,0%,100%,.25);
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    width: 100%;
      font-size:1.25rem;
}

.site-footer.standard-site-footer .site-info-footer-wrapper .site-info {
    width: 223px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-family: Roboto,helvetica,arial,sans-serif;
    text-align: center
}

@media (min-width: 575px) {
    .site-footer.standard-site-footer .site-info-footer-wrapper .site-info {
        width:70%;
        line-height: 1.5
    }
}

@media (min-width: 767px) {
    .site-footer.standard-site-footer .site-info-footer-wrapper .site-info {
        width:100%;
        line-height: 1
    }
}

.site-footer.standard-site-footer .site-info-footer-wrapper .site-info a,.site-footer.standard-site-footer .site-info-footer-wrapper .site-info a:hover {
    color: #cc9d0d
}

.site-footer.standard-site-footer .site-info-footer-wrapper .site-info .widget,.site-footer.standard-site-footer .site-info-footer-wrapper .site-info p {
    margin: 0
}

/* End Footer*/

#mainContentSF {
  width: 100% !important;
}

body {
	margin: 0 auto;
	height: 100%;
	background-color: #ffffff; /* #e7e7e7*/
	background-repeat: no-repeat;
  	background-size: cover;
	overflow-x: hidden;
}
.tag {
	font-family: Arial,Verdana,sans-serif;
	color: #666666;
	font-size: 9px;
	line-height: 1.2em;
}
.boldbody {
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
.smallbody {
	color: #666666;
	font-family: Arial,Verdana,sans-serif;
	font-size: 10pt;
}
.tinybody {
	color: #666666;
	font-family: Arial,Verdana,sans-serif;
	font-size: 9px;
}
.tinybodysup {
	vertical-align: text-top;
	color: #444; font-size: 25px; font-family: Arial, sans-serif; font-weight: bold;
}
.signoff {
	font-family: Arial,Verdana,sans-serif;
	color: #336699;
	font-size: 11px;
	line-height: 1.2em;
}
.login {
	font-family: Arial,Verdana,sans-serif;
	font-size: 10px;
	font-style: 400;
  line-height: 34px;
	width: 100%;
	background-color: transparent;
	padding:0;
  	color: #666;
}
a.login {
	color: #666;
	text-decoration: none;
	font-weight:normal;
	padding-right: 8px;
	padding-left: 8px;
  text-transform: capitalize;
}
a.login:hover {
	color: #b51a1a;
	text-decoration:none;
	background-color: transparent;
}
.loginWelcome, .loginLogout {
	background-color: transparent;
}
.loginWelcome span {
 	float: right !important; 
}
table.tableLogin {
	position: absolute; /*absolute (Scroll With Page) fixed (Fixed In Upper Corner) */
  display: flex;
	width: auto;
  	min-width: auto !important;
	top: 0;
  	right: 34px;
  	height: 34px;
  	
	z-index: 100;
}
table.tableMain {
	position: relative;
	top: 0;
	z-index: 2;
	width: 100%;
	background-color: transparent;
	padding: 15px;
  
}
table.tableSiteBanner {
    width: 100%;
    min-width: 350px;
    height: 100px;
    background-color: #fff;
  	padding:10px;
 	-webkit-box-shadow: 0 .6rem .9rem rgba(0,0,0,.16);
    box-shadow: 0 .6rem .9rem rgba(0,0,0,.16);
  	border-radius: 10px;
}
table.tableSiteBanner img{
  height:100px;
}
.mainContentNB {
	color: #000000;
	padding-left: 15px;
	width: 745px;
}
a {
	font-family: Arial,Verdana,sans-serif;
}
A {
	color: #153B6B;
	text-decoration: none;
}
A:hover {
	color: #1DAFEC;
	text-decoration: underline;
}
.copyright, A.copyright, A.copyright:link, A.copyright:visited {
	background: transparent;
	color: #D10005;
	font-family: Arial,Verdana,sans-serif;
	font-size: 10px;
	text-decoration: none;
}
A.copyright:hover {
	text-decoration: underline;
}
.anchor a{
	text-decoration: none;
}
.anchor a:hover {
	text-decoration: underline;
}
.clear {
	background-image: url(/img/_.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

#headerBanner {
 position: absolute;
  height: 200px;
  width: 100%;
  top: 42px;
  z-index: 1;
  overflow: hidden;
}
#headerBanner img {
 	float: right; 
  opacity: 0;
   transition: opacity 1s ease-in-out;
  /*transition: all 1000ms;*/
  z-index: -1;
}
#headerBanner img.is-shown {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
   transition: opacity 1s ease-in-out;
  /*transition: all 1000ms;*/
  z-index: 1;
}



/******************************************************************************************
* DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

#headerInfoBar {
	position: relative;
  	/*background: #002c73;*/
  	width: 100%;
  	height: 40px;
  	color: #fff;
    font-size: 16px;
  	font-weight: 400;
    line-height: 40px;
    font-family: Arial,Verdana,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

/* Main Navigation Menu */

#navWrapper { 
  position: absolute;
  top: 20px;
  right: 10px;
}
#menu { 
 width: 100%;
  height: auto;
  position: relative;
}
  #menu li {
	margin: 0 auto;
	position: relative;
}
#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
  	text-transform: capitalize;
  	padding: 0 15px;
    font-size: 16px;
    line-height: 1.25em;
  	height: 75px;
  	display:flex;
  	align-items:center;
}
#menu li a:hover, #menu li:hover > a {
	text-decoration: none;
    background-color: #262d34;
  	color:#fff !important;
}

#menu li:hover> a:after{
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 0.1235rem;
    bottom: 20px;
    left: 5px;
    right: 0;
    background-image: -o-linear-gradient(2deg,rgba(255,196,16,0),#ffc410 20%,#ffc410 80%,rgba(255,196,16,0));
    background-image: linear-gradient(88deg,rgba(255,196,16,0),#ffc410 20%,#ffc410 80%,rgba(255,196,16,0));
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transition: all .35s cubic-bezier(.22,.61,.36,1);
    -o-transition: all .35s cubic-bezier(.22,.61,.36,1);
    transition: all .35s cubic-bezier(.22,.61,.36,1);
}

/* END Main Navigation Menu */

/* LOGIN BOX*/
#bigbox {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#bigbox table.tableSiteBanner {
     background-image: url("https://sbcounty.presswise.com/user/images/Login_header.jpg");
}

#bigbox .login_support {
	padding: 5px;
  	line-height: 1.9em;
}

#bigbox .orderform {
  text-align: center;
  color: #000;
  margin-top:0;
  margin-bottom:1em;
}


#bigbox .orderform h3 {
	font-size: 1.45em;
    line-height: 1.45em;
  	margin: 0;
  	color: #002d74;
}

#bigbox .orderform a {
  background-color: #002d74;
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 5px 3px;
  transition-duration: 0.4s;
  cursor: pointer;
  transition-duration: 0.4s;
}

#bigbox .orderform a:hover {
  background-color: #2d52a0;
}


#bigbox span.h3 {  
    font-size: 15px;
    /* font-weight: normal; */
    line-height: 2em;
    padding: 5px;
    text-transform: uppercase;
}

/* END Login Box */

/*CATEGORY HEADER TEXT*/
div.source,
p.style1 {
	color: #002c73;
	font-size: 30px; 
	font-family: Arial,Verdana,sans-serif;		
	font-weight: 600;
}

.list-style-buttons {
 display: flex; 
}

/* FOOTER*/
.footerSections {
  	width: 100%;
  	max-width: 1360px;
  	margin: 0 auto; 
}
#footerTop {
 
}
#footerBottom {
  height: 68px;
}
.footerCopyright { 
	color: #3e7e7e7;
    font-size: 12px;
    line-height: 68px;
    font-family: Arial,Verdana,sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}

/* End Footer*/


#backBtnSection,
#nextBtnSection {
 width: auto; 
}
#titleSection {
 width: 100%; 
}
#catalogWrap,
.prodCell {
 	border: 1px solid rgba(0,0,0,.06); 
  background: #fff;
  border-radius: 10px 10px 0 0;
}

/* CHECKOUT HEADER*/

.tableCheckoutHeader {
	display: block;
	float: inherit;
	position: relative;
	top: -20px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	z-index: 3;
}
.tableCheckoutHeader img {
	padding-left: 120px;
}
/* END Checkout Header*/

.rightColumn {
	width: 240px;
}
.homeTable { color: #005D40; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none;}
.homeTable a { color: #005D40; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; }
.homeTable a:hover { color: #009900; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; }

/* Page Heading */
.pageHeading  { color: #005D40; font-size: 25px; font-family: Arial, sans-serif; font-weight: bold; font-style:italic; float: left; padding-right: 20px; }
/* END Page Heading */

/* Product Heading */
.prodHeading  { color: #005D40; font-size: 20px; font-family: Arial, sans-serif; font-weight: bold; font-style:italic; float: left; padding-right: 20px; }
/* END Page Heading */

p.style1 { color: #444; font-size: 25px; font-family: "DroidSans"; font-weight: bold; }

/******************************************************************************************
* END DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

.body {
	color: #333333;
	font-size: 13px;
	line-height: 1.2em;
}
h1 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 18px;
	line-height: 1.2em;
}
.h1 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 15px;
	line-height: 1.2em;
}
.h2 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
h3 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}
.h3 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.inputBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}
/* size decrease for checkbox and radio input type */
input[type=checkbox], input[type=radio] {
	height: 20px;
    width: 30px;
}
#isPortrait {
	margin-left: 100px;
}

/* cart image */
table.tblImage {
	border: 1px solid #CCCCCC;
}
table.tblImage td {
	background-color: #FFFFFF;
	padding: 0em;
	margin: 0em;
	text-align: center;
	vertical-align: middle;
}

/******************************************************************************************
* DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

#TCtable {background: #fff;  padding: 0; border-radius: 10px 10px 0 0;}
#TCtable td {background: none;}

.TCCaption { color: #BDBDBD; font-style: italic; }

ul.TreeControl {
        float: inherit;
	position:relative;
	padding: 10px;
}
ul.TreeControl { color: #ffffff; }
ul.TreeControl li.TCopen, ul.TreeControl li.TCclosed {  }
ul.TreeControl li.TCopen div.anchorCatalog, ul.TreeControl li.TCclosed div.anchorCatalog {
        float:inherit;
	position:relative;
        color:#fff; 
	font-size: 16px;
  font-weight: 400;
        padding: 0;
        border: none;
       
background: #002c73; /* Old browsers */
margin-bottom: 5px;
text-align: left;
  height: 42px;
  line-height: 42px;
  border-radius: 10px 10px 0 0;
}
ul.TreeControl li { list-style: none; }
ul.TreeControl, ul.TreeControl ul, ul.TreeControl li { margin-bottom: 5px; padding: 0; font-size: 10pt;}
ul.TreeControl ul {  }
ul.TreeControl li a  cursor: pointer; text-decoration: underline; color: #000000; }
ul.TreeControl li a:hover { padding-left: 5px; cursor: pointer; text-decoration: underline; color: #224390; }
ul.TreeControl li.TCopen a { list-style: none; background: none; text-decoration: none; color: #fff; }
ul.TreeControl li.TCclosed a { list-style: none; background: none; text-decoration: none; color: #fff;}

ul.TreeControl li.TCbullet {
padding: 4px 10px 4px;
font-size: 13px;
line-height: 18px;
color: #333333;
text-align: left;
text-shadow: 0 1px 1px 
rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
}
ul.TreeControl li#active {
  border-bottom: 1px solid #002c73;
}
ul.TreeControl li.TCbullet a { 
        list-style: disc; background: none;
        color: #000;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0px;
	text-align: left;
}
ul.TreeControl li.TCbullet a:hover { 
         color: #000;
}

ul.TreeControl li.TCopen ul { display: block; }
ul.TreeControl li.TCclosed ul { display: none; }

/******************************************************************************************
* END DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

.shopping_cart_icon path { fill: #456888; }
#cartCountBadge { background: #456888; }

.catalogTbl {
	background-color: transparent;	
	padding: 0 !important;
}

/*******************************************************************************************
* Shopping Cart *
*******************************************************************************************/

#cartIcon {
	color: #C9992C;
	position: absolute;
	right: 4px;
	padding: 0;
	font-size: 20pt;
}	
#cartCountBadge {
	background: #002c73;
	position: absolute;
	right: 0;
	margin: 0;
	border-radius: 100px;
	padding: 0px 2px;
	line-height: 19px;
  border: 1px solid #fff;
}
#cartDesc {
	display: none;
}
#cartCount {
	background: transparent;
	border: none;
}
#cartContainer.floatClass {
	top: 2px;
}
.checkoutProgress {
  top: 0; 
}


#shoppingCartTbl {
	background: #fff;
}

/* Gallery */
h4 img {
  padding-left:10px;
  padding-bottom:7px;
}

/* Hiding the press, Imposition and work mode on the estimator */
#printPieceParam tr.press,
#jobParam tr.imposition,
#jobParam tr.workMode,
#jobParam tr.proof{
     display: none;
}
 

/******************************************************************
*******************************************************************

/******************************************************************
*******************************************************************


						
									
*******************************************************************
******************************************************************/

/******************************************************************
	Fonts
******************************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);								
									
/******************************************************************
	This is the CSS Reset
******************************************************************/
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	width: 100%;
	height: 100%;
	letter-spacing: 0.025em;
	-webkit-font-smoothing: subpixel-antialiased;
}
*/

/******************************************************************
	Text Selection Styles
******************************************************************/
/*
::selection {
	background: #6093e7;
	color: #fff;
}
::-moz-selection {
	background: #6093e7;
	color: #fff;
}
::-webkit-selection {
	background: #6093e7;
	color: #fff;
}
a {
	outline: none;
}
*/
/******************************************************************
	General
******************************************************************/	

a {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	text-decoration: none;
	font-size: 8pt;
	color: #616161;
}
a:hover {
	color: #6093e7;
}
b {
	font-weight: bold;
}
p {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #848484;
	font-size: 12px;
}
h1 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 40px;
}
h2 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 20px;
}
/*h3 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 18px;
}
*/
h4 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 16px;
}
h5 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 14px;
}
h6 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	text-decoration: none;
	font-size: 12px;
}
.hidden {
	display: none;
}
.block {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/******************************************************************
	Colors
******************************************************************/
.white {
	color: #FFF;
}
.color {
	color: #6093e7;
}
.dark-gray {
	color: #4b4b4b;
}
.mid-gray {
	color: #ababab;
}
.light-gray {
	color: #cfcfcf;
}

/******************************************************************
	Main
******************************************************************/
.content {
	max-width: 960px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.content.sidebar {
	width: 659px;
	float: left;
	margin-top: 40px;
	border-right: 1px solid #e7e7e7;
}
.sidebar {
	width: 300px;
	float: right;
}
blockquote {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 28px;
	line-height: 60px;
	width: 100%;
	background-color: #f6f6f6;
	height: 100px;
	text-align: center;
	padding-top: 40px;
	color: #616161;
	font-weight: 300;
	font-style: italic;
}
blockquote:before {
	content: '"';
	font-weight: bold;
	font-size: 36px;
}
blockquote:after {
	content: '"';
	font-weight: bold;
	font-size: 36px;
}
div.pagetitle {
	width: 100%;
	background-color: #6093e7;
	height: 120px;
}
div.pagetitle h1 {
	line-height: 120px;
	color: #FFF;
	text-align: center;
}
p.main {
	font-size: 15px;
	text-align: center;
	margin: 50px auto;
	font-weight: 400;
}
div.section.divider {
	width: 100%;
	height: 40px;
	border-top: 1px solid #6093e7;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
div.section.divider.single {
	border-top: 1px solid #6093e7;
	margin-top: 150px;
}
div.section.divider h2 {
	font-weight: 400;
	color: #6093e7;
	background-color: #FFF;
	margin-top: -20px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 26px;
	text-transform: uppercase;
}
a.scroll {
	width: 100%;
	display: block;
}
div.icon {
	font-size: 80px;
	color: #FFF;
}
.front div.icon {
	line-height: 210px;
	text-align: center;
}

/******************************************************************
	Hero Images
******************************************************************/
.hero {
	width: 100%;
	height: 100%;
}

.hero img {
	width: 960px;
	height: auto;
}

.home.hero {
	background-image: url(../img/home_bg.jpg);
	background-size: cover;
}
.overlay {
	background-image: url(../img/overlay_light_diagonal.png);
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.herowrapper {
	position: absolute;
	top: 50%;
	height: 40px;
	margin-top: -40px;
	width: 100%;
}
.herowrapper h1 {
	text-align: center;
	color: #FFF;
	font-size: 40px;
	font-weight: 300;
}
.herowrapper b {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0px 5px;
}
a.scrolldown {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
.scrolldown .icon {
	font-size: 20px;
	text-align: center;
}
.scrolldown h3 {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
}

/******************************************************************
	Sidebar
******************************************************************/
.widget {
	width: 260px;
	margin: 50px 30px;
	margin-bottom: 0px;
	float: left;
}
.widget a {
	font-size: 12px;
}
.widget li {
	margin-top: 4px;
}
.widget.twitter a.tweet {
	float: left;
	margin-top: 20px;
	min-height: 30px;
	background-image: url(../img/twitterwidgeticon.png);
	background-repeat: no-repeat;
	padding-left: 35px;
}

/******************************************************************
	Menu
******************************************************************/
.menubar {
	position: fixed;
	top: 0px;
	height: 80px;
	width: 100%;
	z-index: 9999;
	background-color: #FFF;
	margin-top: -80px;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.menubar.alt {
	background-color: #f6f6f6;
}
a.logo {
	float: left;
	display: block;
	width: 120px;
	height: 30px;
	background-image: url(../img/logo.png);
	margin: 27px 0px 0px 40px;
}
ul.mainmenu {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	float: right;
	margin: 0px 40px 0px 0px;
	text-transform: uppercase;
	font-weight: 300;
}
ul.mainmenu li {
	cursor: pointer;
	display: inline-block;
	padding: 30px 10px 31px 10px;
}
ul.mainmenu li a {
	font-size: 12px;
	color: #838282;
	-webkit-transition: color 400ms ease;
	-moz-transition: color 400ms ease;
	-o-transition: color 400ms ease;
	-ms-transition: color 400ms ease;
	transition: color 400ms ease;
}
ul.mainmenu li:hover a {
	color: #6093e7;
}
ul.mainmenu li.active a {
	font-weight: bold;
	color: #6093e7;
}

/******************************************************************
	jCarousel
******************************************************************/
.jcarousel-prev, .jcarousel-next {
	width: 20px;
	height: 20px;
	background-image: url(../img/carouselcontrols.png);
	background-repeat: no-repeat;
	background-color: #6093e7;
	cursor: pointer;
	position: absolute;
}
.jcarousel-prev-disabled, .jcarousel-next-disabled {
	width: 20px;
	height: 20px;
	background-image: url(../img/carouselcontrols.png);
	background-repeat: no-repeat;
	background-color: #cfcfcf;
	cursor: pointer;
	position: absolute;
}
.jcarousel-next, .jcarousel-next-disabled {
	background-position: -20px 0px;
	top: -25px;
	right: 0px;
}
.jcarousel-prev, .jcarousel-prev-disabled {
	top: -25px;
	right: 22px;
}

/******************************************************************
	Footer
******************************************************************/
footer.main {
	height: 195px;
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
footer.main div.twitter {
	width: 100%;
	padding-bottom: 30px;
	background-color: #343434;
}
footer.main h5.twitter {
	color: #FFF;
	line-height: 90px;
	background-color: #343434;
}
footer.main h6.copyright {
	color: #FFF;
	line-height: 50px;
	background-color: #272727;
}

/******************************************************************
	Home Page
******************************************************************/
div.section.full {
	margin: 40px 0px;
	clear: both;
	width: 960px;
	overflow: hidden;
}
div.section.full li {
	width: 700px;
	margin-top: 20px;
	margin-right: 16px;
    display:inline-block;
}
div.section.block {
	width: 700px;
	height: 379px;
	background-color: #f6f6f6;
	text-align: center;
	float: left;
	cursor: pointer;
}
div.section.block h5 {
	margin-top: 15px;
}
div.section.block h6 {
	color: #838282;
}
div.section.block img {
	width: 700px;
	height: 379px;
	display: block;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}
div.section.block .content {
	width: 220px;
	height: 85px;
	position: absolute;
	z-index: 5;
	background-color: #f6f6f6;
	margin-top: 104px;
}
div.section.block .hover {
	width: 220px;
	height: 185px;
	position: relative;
	z-index: 10;
	display: none;
}
div.section.block .hover.content {
	width: 220px;
	height: 182px;
	position: relative;
	display: block;
	background-color: rgba(96, 147, 231, 0.6);
	z-index: 10;
	border-bottom: 3px solid #6093e7;
	margin-top: 0px;
}
div.section.block .hover.content h2 {
	padding-top: 40px;
	font-size: 40px;
	font-weight: 400;
	color: #FFF;
}
div.section.block .hover.content h5 {
	font-weight: 400;
	color: #FFF;
}
div.section.block .hover.content h6 {
	font-weight: 400;
	color: #FFF;
}
div.section.full li:last-child  {
/*margin-right: 0px;*/
}
div.section.block.blog {
	text-align: left;
	height: 220px;
}
div.section.block.blog .hover {
	left: -10px;
}
div.section.block.blog img {
	height: 220px;
}
div.section.block h2 {
	text-align: center;
}
div.section.block.blog h5, div.section.block.blog h6, div.section.block.blog a {
	margin-left: 20px;
}
div.section.block.blog .content h5 {
	margin-top: 8px;
}
div.section.block.blog .content {
	height: 220px;
}
div.section.block.blog .hover {
	height: 217px;
}
a.readmore {
	display: block;
	margin-top: 5px;
}
div.section.block.blog .hover a.readmore {
	color: #FFF;
}

/******************************************************************
	About Us
******************************************************************/
div.person {
	width: 920px;
	margin: 20px auto;
}
div.person div.image {
	width: 340px;
	height: 250px;
	float: left;
	margin-bottom: 40px;
}
div.person div.info {
	width: 520px;
	float: right;
	padding: 0px 30px;
}
div.person div.image img {
	position: absolute;
}
div.quotehover {
	cursor: pointer;
	display: none;
	position: relative;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 250px;
	background-image: url(../img/quotehover.png);
	background-repeat: no-repeat;
	background-color: rgba(96, 147, 231, 0.6);
}
div.quotehover h5, div.quotehover h6 {
	color: #FFF;
	text-align: center;
	padding: 0px 20px;
}
div.quotehover h5 {
	padding-top: 100px;
	font-size: 14px;
}
div.quotehover h6 {
	font-size: 10px;
}
a.socialicon {
	background-image: url(../img/socialicons.png);
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 20px 10px 0px 0px;
}
a.socialicon.linkedin {
	background-position: 0px 0px;
}
a.socialicon.linkedin:hover {
	background-position: 0px -30px;
}
a.socialicon.facebook {
	background-position: -30px 0px;
}
a.socialicon.facebook:hover {
	background-position: -30px -30px;
}
a.socialicon.twitter {
	background-position: -60px 0px;
}
a.socialicon.twitter:hover {
	background-position: -60px -30px;
}
a.socialicon.pinterest {
	background-position: -90px 0px;
}
a.socialicon.pinterest:hover {
	background-position: -90px -30px;
}
a.socialicon.dribbble {
	background-position: -120px 0px;
}
a.socialicon.dribbble:hover {
	background-position: -120px -30px;
}

/******************************************************************
	Services
******************************************************************/
.servicesitem img {
	margin-top: 60px;
	margin-left: 60px;
}
.servicesitem p {
	display: none;
}
.servicesitem {
	width: 200px;
	height: 200px;
	display: inline-block;
	cursor: pointer;
	margin-left: 30px;
}
.servicesitem .front, .servicesitem .back {
	width: 200px;
	height: 200px;
	border-radius: 200px;
	float: left;
	position: absolute;
}
.front {
	z-index: 2;
	opacity: 1;
	-webkit-transition: opacity 600ms ease;
	-moz-transition: opacity 600ms ease;
	-o-transition: opacity 600ms ease;
	-ms-transition: opacity 600ms ease;
	transition: opacity 600ms ease;
	background-color: #6093e7;
}
.servicesitem:hover .front {
	opacity: 0;
}
.back {
	background-color: #f6f6f6;
}
.back h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 200px;
	color: #6093e7;
	text-align: center;
}

/******************************************************************
	Portfolio
******************************************************************/
ul.portfoliofilter {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
li.filter {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #454544;
	background-color: #efefef;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px 15px;
	border-radius: 3px;
	margin: 0px 5px;
}
li.filter:hover {
	color: #6093e7;
}
li.filter.active {
	font-weight: 700;
	background-color: #6093e7;
	color: #FFF;
}
ul.portfolio li {
	width: 25%;
	float: left;
	cursor: pointer;
	display: none;
	opacity: 0;
}
.portfolioitem {
	display: block;
	padding-bottom: 85px;
	position: relative;
}
.portfolioitem img {
	width: 100%;
	vertical-align: middle;
}
.portfoliohover {
	-webkit-transition: background-color 600ms ease;
	-moz-transition: background-color 600ms ease;
	-o-transition: background-color 600ms ease;
	-ms-transition: background-color 600ms ease;
	transition: background-color 600ms ease;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100;
}
.portfoliohover .info {
	position: absolute;
	bottom: 0;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
}
.portfoliohover h1 {
	color: #FFF;
	font-size: 150px;
	font-weight: 300;
	-webkit-transition: opacity, color 600ms ease;
	-moz-transition: opacity, color 600ms ease;
	-o-transition: opacity, color 600ms ease;
	-ms-transition: opacity, color 600ms ease;
	transition: opacity, color 600ms ease;
	opacity: 0;
}
.portfoliohover h5 {
	color: #4b4b4b;
	text-transform: uppercase;
}
.portfoliohover h6 {
	color: #ababab;
	font-weight: 300;
}
ul.portfolio li:hover .portfoliohover {
	background-color: #6093e7;
}
ul.portfolio li:hover .portfoliohover h5, ul.portfolio li:hover .portfoliohover h6, ul.portfolio li:hover .portfoliohover h1 {
	opacity: 1;
	color: #FFF;
}
/******************************************************************
	Blog
******************************************************************/
article.post {
	width: 600px;
	margin: 20px 60px 0px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}
article.post.full {
	display: none;
}
#postsfull {
	display: none;
}
div.content article:last-child {
	border-bottom: none;
}
div.postimage {
	float: left;
	width: 430px;
	height: 170px;
}
div.postimage img {
	position: absolute;
}
div.posthover {
	opacity: 0;
	position: relative;
	top: 0px;
	left: 0px;
	width: 430px;
	height: 170px;
	background-color: rgba(96, 147, 231, 0.6);
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
article.post .hover:hover div.posthover {
	opacity: 1;
}
article.post .hover:hover div.postinfo {
	background-color: #6093e7;
}
article.post .hover:hover div.postinfo h6, article.post .hover:hover div.postinfo b {
	color: #FFF;
}
div.posthover a {
	display: block;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	line-height: 170px;
}
div.postinfo {
	float: right;
	width: 110px;
	height: 50px;
	background-color: #f6f6f6;
	padding: 60px 30px;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
article.post h3 {
	clear: both;
	padding-top: 10px; 
}
article.post p {
	clear: both;
	padding-top: 4px; 
}

/******************************************************************
	Testimonials
******************************************************************/
.logos {
	text-align: center;
}
.logos img {
	opacity: 0.4;
	z-index: 5;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	margin: 0px 20px;
	cursor: pointer;
}
.logos img:hover {
	z-index: 5;
	opacity: 1;
}

/******************************************************************
	Contact
******************************************************************/
.contact {
	text-align: center;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #848484;
	font-size: 16px;
}
input.design {
	line-height: 50px;
	font-size: 18px;
	width: 500px;
	height: 50px;
	border: 1px solid #6093e7;
	outline: none;
	border-radius: 3px;
	margin-bottom: 20px;
	text-align: center;
}
textarea.design {
	line-height: 50px;
	height: 200px;
	font-size: 18px;
	width: 500px;
	border: 1px solid #6093e7;
	outline: none;
	border-radius: 3px;
	margin-bottom: 20px;
	text-align: center;
}

/******************************************************************
	Footer
******************************************************************/
.footer {
	width: 100%;
	margin-top: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #6093e7;
}
.footer h6 {
	line-height: 50px;
	color: #FFF;
}

/******************************************************************
	Welcome page
******************************************************************/

.table-welcome {
  width: 85%;
  border: none; 
  margin-left: auto;
  margin-right: auto;
  margin-top:2em;
  margin-bottom:2em;
  border-top: 1px solid  #333;
  border-bottom: 1px solid #333;
}

.table-welcome td {
    text-align: center; 
    vertical-align: middle;
  	padding-top: 10px;
  	padding-bottom: 10px;
}

.welcome-btn a {
  background-color: #002d74;
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 7px 4px;
  transition-duration: 0.4s;
  cursor: pointer;
  transition-duration: 0.4s;
  border-radius: 8px;
}

.welcome-btn a:hover {
  background-color: #fa0c0c;
  color: white;
}

.osha a {
  background-color: #fa0c0c;
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 7px 4px;
  transition-duration: 0.4s;
  cursor: pointer;
  transition-duration: 0.4s;
  border-radius: 8px;
}

.osha a:hover {
  background-color: #2d52a0;
  color: white;
}


/******************************************************************
	Mobile
******************************************************************/
@media all and (max-width: 960px) {
	ul.portfolio li {
		width: 50%;
	}
}

/******************************************************************
	Webfont
******************************************************************/

@charset "UTF-8";

@font-face {
  font-family: "dripicons";
  src:url("../fonts/dripicons.eot");
  src:url("../fonts/dripicons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/dripicons.ttf") format("truetype"),
    url("../fonts/dripicons.svg#dripicons") format("svg"),
    url("../fonts/dripicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "dripicons";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

/*[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "dripicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}*/


.icon-align-center:before {
  content: "\e000";
}

.icon-align-justify:before {
  content: "\e001";
}

.icon-align-left:before {
  content: "\e002";
}

.icon-align-right:before {
  content: "\e003";
}

.icon-arrow-down:before {
  content: "\e004";
}

.icon-arrow-left:before {
  content: "\e005";
}

.icon-arrow-thin-down:before {
  content: "\e006";
}

.icon-arrow-right:before {
  content: "\e007";
}

.icon-arrow-thin-left:before {
  content: "\e008";
}

.icon-arrow-thin-up:before {
  content: "\e009";
}

.icon-arrow-up:before {
  content: "\e010";
}

.icon-attachment:before {
  content: "\e011";
}

.icon-arrow-thin-right:before {
  content: "\e012";
}

.icon-code:before {
  content: "\e013";
}

.icon-cloud:before {
  content: "\e014";
}

.icon-chevron-right:before {
  content: "\e015";
}

.icon-chevron-up:before {
  content: "\e016";
}

.icon-chevron-down:before {
  content: "\e017";
}

.icon-chevron-left:before {
  content: "\e018";
}

.icon-camera:before {
  content: "\e019";
}

.icon-checkmark:before {
  content: "\e020";
}

.icon-calendar:before {
  content: "\e021";
}

.icon-clockwise:before {
  content: "\e022";
}

.icon-conversation:before {
  content: "\e023";
}

.icon-direction:before {
  content: "\e024";
}

.icon-cross:before {
  content: "\e025";
}

.icon-graph-line:before {
  content: "\e026";
}

.icon-gear:before {
  content: "\e027";
}

.icon-graph-bar:before {
  content: "\e028";
}

.icon-export:before {
  content: "\e029";
}

.icon-feed:before {
  content: "\e030";
}

.icon-folder:before {
  content: "\e031";
}

.icon-forward:before {
  content: "\e032";
}

.icon-folder-open:before {
  content: "\e033";
}

.icon-download:before {
  content: "\e034";
}

.icon-document-new:before {
  content: "\e035";
}

.icon-document-edit:before {
  content: "\e036";
}

.icon-document:before {
  content: "\e037";
}

.icon-gaming:before {
  content: "\e038";
}

.icon-graph-pie:before {
  content: "\e039";
}

.icon-heart:before {
  content: "\e040";
}

.icon-headset:before {
  content: "\e041";
}

.icon-help:before {
  content: "\e042";
}

.icon-information:before {
  content: "\e043";
}

.icon-loading:before {
  content: "\e044";
}

.icon-lock:before {
  content: "\e045";
}

.icon-location:before {
  content: "\e046";
}

.icon-lock-open:before {
  content: "\e047";
}

.icon-mail:before {
  content: "\e048";
}

.icon-map:before {
  content: "\e049";
}

.icon-media-loop:before {
  content: "\e050";
}

.icon-mobile-portrait:before {
  content: "\e051";
}

.icon-mobile-landscape:before {
  content: "\e052";
}

.icon-microphone:before {
  content: "\e053";
}

.icon-minus:before {
  content: "\e054";
}

.icon-message:before {
  content: "\e055";
}

.icon-menu:before {
  content: "\e056";
}

.icon-media-stop:before {
  content: "\e057";
}

.icon-media-shuffle:before {
  content: "\e058";
}

.icon-media-previous:before {
  content: "\e059";
}

.icon-media-play:before {
  content: "\e060";
}

.icon-media-next:before {
  content: "\e061";
}

.icon-media-pause:before {
  content: "\e062";
}

.icon-monitor:before {
  content: "\e063";
}

.icon-move:before {
  content: "\e064";
}

.icon-plus:before {
  content: "\e065";
}

.icon-phone:before {
  content: "\e066";
}

.icon-preview:before {
  content: "\e067";
}

.icon-print:before {
  content: "\e068";
}

.icon-media-record:before {
  content: "\e069";
}

.icon-music:before {
  content: "\e070";
}

.icon-home:before {
  content: "\e071";
}

.icon-question:before {
  content: "\e072";
}

.icon-reply:before {
  content: "\e073";
}

.icon-reply-all:before {
  content: "\e074";
}

.icon-return:before {
  content: "\e075";
}

.icon-retweet:before {
  content: "\e076";
}

.icon-search:before {
  content: "\e077";
}

.icon-view-thumb:before {
  content: "\e078";
}

.icon-view-list-large:before {
  content: "\e079";
}

.icon-view-list:before {
  content: "\e080";
}

.icon-upload:before {
  content: "\e081";
}

.icon-user-group:before {
  content: "\e082";
}

.icon-trash:before {
  content: "\e083";
}

.icon-user:before {
  content: "\e084";
}

.icon-thumbs-up:before {
  content: "\e085";
}

.icon-thumbs-down:before {
  content: "\e086";
}

.icon-tablet-portrait:before {
  content: "\e087";
}

.icon-tablet-landscape:before {
  content: "\e088";
}

.icon-tag:before {
  content: "\e089";
}

.icon-star:before {
  content: "\e090";
}

.icon-volume-full:before {
  content: "\e091";
}

.icon-volume-off:before {
  content: "\e092";
}

.icon-warning:before {
  content: "\e093";
}

.icon-window:before {
  content: "\e094";
}

.center {
  text-align:center; 
}

#searchbar .search-main {
 	top: 2px; 
}
#searchbar input[type="text"] {
    width: 27px;
}

.crumbs li a {
    height: 20px;
}

/**********************************
* Media Queries
***********************************/

@media only screen and (max-width : 1300px) {
	#menu {
		display: none;
      	transform: translate3d(100%, 0, 0);
	}
	.navbar-toggler {
		display: block;
		padding: 0.25rem 0.75rem;
		line-height: 1;
		border-radius: 4px;
		position: relative;
		z-index: 99999;
      	border: none !important;
	}

	.navbar-toggler:hover,
	.navbar-toggler.active {
		background: #1d78bf !important;
		color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.3) !important;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}
  
    .navbar-toggler:before {
      content: "Menu"; 
    }
  
  	#menu.navbar-show {
   		box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
        transform: translate3d(0, 0, 0);
        width: 400px;
        min-height: 100%;
        max-height: 100%;
        min-height: 100vh;
        position: fixed;
        display: block;
        top: 0;
        right: 0;
        left: auto;
        z-index: 9999;
        visibility: visible;
        background-color: #036;
        color: #fff;
        overflow-y: auto;
        border-top: none;
        text-align: left;
        padding: 0;
        transition: all .33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  	}
  
  	#menu li {
      float: none;
	}
  
  	#menu li a {
      color: #fff;
  	} 
}

