
/*======================================================
Screen Style Sheet
Canfield Technology
------------------------------------------------------
Author(s):Melody Tran
Created: Sep 16th 2016
======================================================*/

#mobile-nav{
	display:none;
}
.tinysite{display:none !important;}
.desktop-tablet{display:block !important;}
@media only screen and (max-width: 1200px) {
.constrain {
	width:100%;
	padding-left:2%;
	padding-right:2%;
	float:none;
	}
}
/* Tablet & phone */
@media only screen and (max-width: 1024px) {
.fullsite, input[type=file], #bread-social,
#sidebar-left{display:none !important;}
.smallsite{display:block !important;}
.tinysite{display:none !important;}
.constrain,
.featured-products,
#footer .footer-top .footer-top-inner,
#content,
#division.constrain{
  width:100%;
  padding-left:2%;
  padding-right:2%;
  float:none;
}
#hamburger {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    text-decoration: none;
    top: 20px;
    right: 0;
    background-color: #003e7d;
    width: 70px;
    height: 70px;
    padding: 10px;
}
#hamburger:before {
    content: "\f20e";
    font-family: "Ionicons";
    font-size: 46px;
    position: absolute;
    top: 10px;
    color: #fff;
    left: 20px;
}
#hamburger.menu-close:before{
	content:"\f2d7";
}
#mobile-nav {
    width: 50%;
    left:auto;
    right: 0;
    top: 115px;
    z-index: 10;
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060aa', endColorstr='#004b84',GradientType=0 );
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.23);
    background-image:url(/images/general/dropdown-bg.png);
    background-color:#ededed;
    background-repeat: repeat;
    height: 455px;
}
.mm-panels>.mm-panel{
	padding:20px;
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after{
	border-color:#262626;
}
.mm-listview>li>a, .mm-listview>li>span,
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
    font-family: "nimbus-sans";
	color:#262626 !important;
	font-size:15px;
	text-transform: uppercase;
	font-weight:700;
}
.mm-listview>li {
	font-weight:700;
	text-transform: uppercase;
}
.mm-listview>li:hover{
	background:#fff;
}
.mm-listview>li:hover a{
	color:#0060aa !important;	
}
.mm-listview li .mm-listview>li,
.mm-listview .mm-next{
	font-weight:400;
	text-transform: capitalize;
}
.mm-listview .mm-next:before,
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after{
	border-color: transparent !important;
}
.mm-menu .mm-divider, .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{
	background: none;
}

#mobile-nav .menu-rfq a {
    color: #fff !important;
    font-size: 16px;
    width: 90%;
    text-align: center;
    position: relative;
    margin: 15px auto;
    border-radius: 0;
}
#mobile-nav .menu-rfq a:after{
	content:"\f3d1";
    font-family: "Ionicons";	
    padding-left:10px;
}
#mobile-nav .menu-rfq:hover a{
    opacity:0.8;
}
#mobile-nav .mmenu-close {
    text-align: right;
    padding: 10px 8px;
    cursor: pointer;
}
#mobile-nav .ion-android-close{
	color:#262626 !important;
	margin-left:10px;	
}
.landing-banner h1{
	text-align: center;
}
.tpl-4 #buckets .fauxlink {
    width: 100%;
    height: auto;
}
.featured-products .flex-direction-nav a{
    background-color: #e9e9e9;
    width: 20px;
    height: 60px;
    padding: 0;
}
.flex-direction-nav .flex-prev{
	left:0;
}
.flex-direction-nav .flex-next{
	right:0;
}
.featured-products .flex-direction-nav .flex-next:after {
    content: "\f125";
    font-family: "Ionicons";
    font-size: 22px;
    color: #000;
    position: absolute;
    top: 15px;
    left: 5px;
}
.featured-products .flex-direction-nav .flex-prev:after{
	content:"\f124";
    font-family: "Ionicons";
    font-size: 22px;
    color: #000;
    position: absolute;
    top: 15px;
    left: 5px;
}
.contact-page .contact-info,
#contact,
#rfq,
.tpl-4 #main-content,
#page-index #main-content{
	width:100%;
	float:none;
	clear:both;
}
.contact-block{
	text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.featured-products:before, .featured-products:after{
	width:30%;
}
#page-index #main-content h1{
	font-size:30px;
}
}


/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.desktop-tablet{display:block !important;}
#header #logo img {
    width: 250px;
}
#header #telephone{
    right: 320px;
    font-size: 30px;	
}
#header #logo{
	left:2%;
}
#header #logo-text{
	left:2%;
}
#header .search-form{
    width: 200px;
    margin-right: 70px;
}
#home-buckets .fauxlink{
    width: 47%;
    height: 200px;
    float: left;
    margin: 0 10px 20px;
}
.content-cta:before, #sidebar-right:before,
.content-cta:after, #sidebar-right:after{
	width:30%;
}
.tpl-4 #buckets .fauxlink, 
.tpl-3 #buckets .fauxlink {
    display: block;
    height: 182px;
    border-bottom: 1px solid #7a7a7a;
}
.tpl-4 #buckets img,
.tpl-3 #buckets img{
	float:left;
}
.tpl-4 #buckets .bkt-caption, 
.tpl-3 #buckets .bkt-caption {
    float: right;
    width: 62%;
    height: 160px;
}
#buckets .bkt-caption:before{
	background-color:transparent;
}
.contact-block {
    width: 50%;
    float: left;
}
}

/* Phone (landscape & portrait) ----------- */
@media only screen and (max-width : 767px) {
.desktop-tablet{display:none !important;}
.tinysite{display:block !important;}	
#header-bottom{
	height:70px;
	background-color:#03519d;
}	

#hamburger{
	top:115px;
}
#header #telephone {
    top: 128px;
    right: auto;
    color: #fff;
    left: 50%;
    margin-left: -78px;
}
.tablet-search #search-onclick-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: #003e7d;
    z-index: 100;
    left: 0;
}
.tablet-search #search-onclick-btn i {
    color: #fff;
    position: absolute;
    font-size: 40px;
    top: 10px;
    left: 18px;
}
.search-form {
    z-index: 10;
    display: none;
    width: 100% !important;
    top: 40px;
    left: 0;
}
#mobile-nav {
    width: 100%;
    top: 185px;
    right: auto;
    max-width: 100%;
}
#header #logo {
    left: 50%;
    margin-left: -152px;
}
#header #logo-text {
	display: none;
}
#home-banner, #home-banner .slides li{
	height:300px;
}
#home-banner .caption,
#home-buckets .bkt-caption{
	display: none;
}
#page-index #main-content h2{
    font-size:40px;
    margin:10px 0;	
}
#page-index #main-content{
	padding:0;
}
.rfq-btn{
	width: 100% !important;
    margin-left: 0 !important;
    left: auto !important;
    margin: 30px 0;
    padding:12px 0;
}
#home-buckets .fauxlink{
    margin: 0 0 20px;
    width: 100%;
    height: 250px;
}
#home-buckets .constrain{
	padding:0;
}
#home-buckets h3{
	position:absolute;
	bottom:10px;
}
#home-buckets a:hover h3{
	opacity:1;
    filter: alpha(opacity=100); /* For IE8 and earlier */	
}
#footer{
	position: relative;
}
#back-top {
    width: 50px;
    height: 50px;
    background-color: #003d7b;
    color: #fff;
    position: absolute;
    top: -25px;
    cursor: pointer;
    margin-left: -25px;
    left: 50%;
}
#back-top i {
    font-size: 26px;
    display: block;
    margin: 7px 14px;
}
#footer .footer-top .left, 
#footer .footer-top .right{
	width:100%;
	height:auto;
	float:none;
	padding:20px 0;
}
#footer .footer-top {
    padding: 30px 0 10px;
}
#footer .footer-top .left:after,
.content-cta:before, #sidebar-right:before,
.content-cta:after, #sidebar-right:after,
#buckets .bkt-caption:before{
	background-color: transparent;
}
#footer .footer-top .right {
    background-position: bottom right;
    background-size: 80px;
    border-top: 1px solid #bfbfbf;
    padding: 20px 0 0;
}
#footer .footer-top .right .address,
#footer .footer-top .right p{
	font-size:18px;
}
#footer .footer-top .right .address br,
#division ul,
#buckets img,
#buckets .bkt-caption p,
#buckets .learnmore{
	display:none;
}
#division .left, #division .right,
#quickContact,
.forms .input-group{
    width: 100% !important;
    float: none !important;
    padding: 0;
}
#division h3, #buckets h3 {
    font-size: 24px;
    text-align: left;
    border-bottom: 1px solid #252525;
    position: relative;
    padding: 10px 0;
}
#division h3:before{
	content:"";
}
#division h3:after,
#buckets h3:after{
    content: "\f125";
    font-family: "Ionicons";
    font-size: 20px;
    color: #262626;
    position: absolute;
    right: 0;
}
#division h3:after{
	top:14px;
}
#buckets h3:after{
    top: 10px;	
}
#buckets .fauxlink {
    display: block;
    margin: 0;
    padding:0 ;
    height:auto;
}
#buckets h3{
	width:100%;
	display:block;
	font-size:20px;
}
#buckets .bkt-caption{
	height:auto !important;
	padding-top:0;
}
.contact-block {
    text-align: left;
}
.contact-page{padding:10px 0 60px;}
.forms .submit{
	width:100%;
	margin-left:0 !important;
	left:auto !important;
}
.landing-banner h1{
	font-size:32px;
}
.forms{
    margin-bottom:30px !important;
}
.landing-banner {
    height: 220px;
}
.banner-rfq-btn {
	display: none;
}

#division .division-left h3:before,
#division .division-right h3:before {
    content:"";
    position: absolute;
    top: -35px;
    left: 47%;
}
table{
	width:100%;
}
table tr th,
table td{
	font-size:12px;
}
#header #telephone a{
	font-size:0.8em;
	pointer-events: auto;
	color:#fff;
}
.id-49 table.low-melt-1,
.id-49 table.low-melt-2{
	width:100%;
	float:none;
	margin:10px 0;
}
#footer .footer-top .logo{
	width:48%;
	float:left;
	margin:0 1% 20px !important;
}
#footer .footer-top .flag, 
#footer .footer-top .iso_logo{
	width:80%;
	float:none;
	margin:0 auto;
	display:block;
}
#footer .footer-top .address-block {
	width:100%;
	float:none;
    text-align: center;
    clear: both;
    display: block;
}
#footer .footer-top .links a{
	display:block;
	margin:5px 0;
}
#footer .footer-top .links span{
	display: none;
}
.usa-map {
	width: 100%;
}
.search-container {
	width: 100%;
	margin-bottom: 20px;
}
}