@charset "utf-8";
/***** BEGIN RESET *****/
* {
    border:0;
    margin:0;
    padding:0;
    font-family:'Kanit', sans-serif;
	vertical-align: baseline;
}

ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

a {text-decoration:none;color:#333; -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease;}
a:hover {color: #f2a225 !important;}

p {
	font-family: 'Kanit', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:1.5;
	margin-bottom: .75rem;
}


body{
	margin:0;
	padding:0; 
	font-family:'Kanit', sans-serif;
	background: #fff;
    background-size: cover;
	overflow-x: hidden;
	background-color:#fff; 
	color:#000;
	font-size:16px;
	line-height: 28px;
	-webkit-text-size-adjust: none;
}


img {max-width: 100%; height: auto; border:none;}

h1, h2, h3, h4 {text-transform: uppercase;}
h1{font-size:26px; color: #1b3136; margin: 15px 0;}
h2{font-size:1.75em; color: #1b3136; margin: 15px 0;}
h3{font-size:1.25em;}
h4 {font-weight: 500;text-decoration: underline;margin: 10px 0 5px 0;}

.right {float: right;}
.left {float: left;}

#google_translate_element {float: right;}
#google_translate_element img { display: inline-block;}
.google-tr {background: none; line-height:0;}
.map-wrap{position: relative; line-height:0 ;margin-top: 140px;}
.map {width: 100%; max-height: 410px;}

/*Wrappers*/
.wrapper {  max-width: 1200px; margin: 0 auto; }
.wrapped {  max-width: 1200px; margin: 0 auto; }
.inv-wrap {margin:10px auto; padding:25px 0; background: #fbfbfb;}

/*Header*/
.top-bar {position: relative; width: 100%; background: #1b3136; font-size: 14px; color: #fff; text-align: right; z-index: 99;}
.top-bar a {color: #fff!important;}
.header{position: relative; margin:0 auto; background-color: #f8f8f8; z-index:9999; box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1); }
.logo {float:left; position: absolute;  line-height:0; z-index:9999999;}
.logo img{max-width:100%;}
.hdr-contact {float: right; text-align: right; color:#fff; background-color: #1b3136; margin:10px 0px; padding: 0px 2rem;}
.hdr-contact a {color: #fff; font-weight: 700;}

/*content*/

.shop-text{
    font-weight:400;
}

.shop-text:hover{
    color:#f2a225;
    font-size:16.5px;
}

.signs-row{
    height:400px;
}

.image-section{
    float:left;
}

.image-section img{
    height:300px
}

.pdf-section{
    float:right;
    background:#F5F5F5;
    border-radius:4px;
    height:200px;
    width:350px;
    padding:0px 25px 10px 20px;
    margin-top:80px;
}


.sign-image {
    border:1px solid #fff;
    border-radius:4px;
    padding:5px;
    transition:.4s ease;
}

.sign-image:hover{
    border:1px solid #538A7B;
}

.cont {
    position: relative;
    background:#111 url(../siteart/main-img.jpg) no-repeat 0 0;
	background-size: cover;
	background-position: center;
    text-align: center;
	margin: 0;
    height: 460px;
	width: 100%;
    box-sizing: border-box;
}

.cont:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:rgba(11, 11, 11, 0.4);
}





.dropdown-search-icon {
    display: inline-block;
    margin: 0 auto;
	text-align:center; 
}
.dropdown-search-icon label {
    cursor: pointer;
    display: inline-block;
    transition: 0.65s;
	
	width: 280px;
    padding: 6px 0;
    border: 0;
    text-align: center;
    font-family: 'Kanit';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #1b2b2f;
}
.dropdown-search-icon label:hover {
    background-color: #f2a225;
    outline: none;
    border: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;  
    -webkit-appearance: none;
}
input.search-icon-trigger {
    display: none;
}
.form-slider {
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 0;
    /*background: #353232;*/
    transition: 0.63s ease;
}
.form-slider input[type="submit"]:hover {
    background: #323746;
}
input.search-icon-trigger:checked + .form-slider {
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
}
form.search-form {
    overflow: hidden;
    /*display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    border-radius: 3px;
    background: #f8f8f8 !important;*/
}
.search-form input[type="text"] {
    width: calc(100% - 60px) !important;
    height: auto!important;
    margin: 0;
    padding: 18px 28px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400;
    color: #323a40 !important;
    box-sizing: border-box !important;
    border-radius: 0;
    border: 0 !important;
    background: #f8f8f8 !important;
    font-family: "Be Vietnam Pro", sans-serif !important;
}
.search-form button[type="submit"] {
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 60px;
    height: 51px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #121212;
    border: none;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    -webkit-appearance: none;
    font-family: "Font Awesome 7 Free";
}
.search-form button[type="submit"]:hover {
    color: #555;
}
.search-form button[type="submit"]:focus {
    color: #000;
}






.hero-title { text-align: center; position: absolute; top: 260px; width: 100%; z-index: 2; }
.sma-logo {position: absolute; top: -30px; right:60px; width: 100px; z-index: 2;}
.sma-logo img {width:100%; max-width: 100px;}
.hero-title h1 {color: #f2a225; font-size: 26px; font-weight: 600; text-transform:uppercase; text-shadow: 2px 2px 3px rgba(0,0,0,.44);}
.h-btn {margin: 40px 0 20px 0;}

.callouts {width: 100%; max-width: 1200px; margin: -83px auto 0 auto;}
.callout {
	position: relative;
	z-index: 3;
    overflow: hidden;
	max-height: 180px;
    float: left;
    width: calc(25% - 2px);

	margin-left:1px;
	margin-right:1px;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background:#111; 
	}
	
.callout:after {content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.5);-webkit-transition: all .2s ease;-ms-transition: all .2s ease;transition: all .2s ease;}
.callout:hover:after {background: rgba(0,0,0,.15);}

.callout .zoom-caption {
    position: absolute;
	top: 35%;
    width: 100%;
	font-size: 20px;
    font-weight: 200;
	text-align:center;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0,.75 );
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	z-index: 2;
	}

.callout .zoom-caption h3 {
	position: relative;
	color: #f8a526;
	font-size: 26px;
    font-family: 'Kanit', sans-serif;
	font-weight: 600;
	text-shadow: -1px 1px 3px rgba(0, 0, 0, .63);
    

    
}

.callout img {
	width:auto;
	display: block;
	height: auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all.5s ease;
	z-index: 0;
	}
	

	
.callout:hover img {
	filter: none;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale;
  	filter: none;
	
	}
.main-text {padding: 3rem 0;}
.ma-cat {background-image: linear-gradient(to top, #f3f3f3 0%, #f2f2f2 1%, #fff7f7 31%, #efeeec 75%, #f6f6f5 100%); padding: 2rem 0;}
.box {
	width: calc(25% - 30px);
    float: left;
    margin: 15px;
    border: 10px solid transparent;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all.5s ease;
}
.box img { width: 100%; display: block;}
.box h2{
    width: 100%;
    float: left;
    padding: 5px 0!important;
    background: #1b3136!important;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
	    margin: 0;
}
.box:hover {background-color: rgba(0,0,0,.12); box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.34), 0 1px 10px 0 rgba(0,0,0,.34), 0 2px 4px -1px rgba(0,0,0,.8);}
.box:hover h2 {color: #f8a526;}
.box img:hover {filter: contrast(120%);}

.brands {margin: 30px auto 60px auto; text-align: center;}
.brands img { display: inline-block;border: 12px solid #f8f8f8;-webkit-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.brands img:hover {border: 12px solid #efefef;}
.brands a {display: inline-block; line-height: 0;}

.qk-links {
    z-index: 9;
    position: fixed;
    top: 30vh;
    right: -3px;
	line-height:2;
    padding: 0.25rem 1rem .25rem;
    background-color: rgba(27, 49, 54, .9);
    border-left: 3px solid rgba(242, 164, 38, .9);
    -webkit-box-shadow: 0 4px 0.9em rgba(255,255,255,255.2);
    box-shadow: 0 4px 0.9em rgba(255,255,255,0.2);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0);
}

.qk-links:hover {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.qk-links a {font-size: 16px;font-weight: 500;text-transform: uppercase;color: #f8f8f8;}
.qk-links .fas {color: #f8f8f8;}

/*Scrolling banner*/
.scrolling-wrap { max-width: 100%; height: 90px; overflow: hidden; border-left: 10px solid #f2a225; border-right: 10px solid #f2a225}
.scrolling {width: 100%;height: 90px; }


/* Footer */
#bottom {color: #fff; font-size: 18px ; font-weight: 300; text-transform:capitalize;}
#bottom a {color: #fff; font-size: 16px;}
#bottom h3 {color:#f2a225; margin-bottom: 5px; font-size: 20px; text-transform: uppercase;}
#bottom strong {font-weight: 500;}
.footer_top a:hover {color: #952726; }
.footer_top {width: 100%; float: left; background-color: #1b2b2f; color: #ffff; padding: 40px 0; }
.footer_bottom {width: 100%; float: left;margin: 0 auto; text-align: center; background: #000; font-size: 14px;}
.quarter { width: calc(25% - 40px);margin: 0px 20px; float: left;}
.quarter:last-child {text-align: right;}

/* Form */
.form {position:relative; max-width: 80%; margin: 0 auto; padding: 20px; font-family: 'Kanit', sans-serif; font-size: .9em;}
input[type="text"] {
    width: 98%;
	margin: 0px 0 12px 0;
    padding: 4px 1%;
    font-size: .9em;
    border: 1px solid #bebebe;
	-webkit-border-radius:0; 
    border-radius:0;
}

input[type="text"]:focus {border: 3px solid  #0880a;}
select {
    width: 98%;
    margin: 2px 0;
    padding: 4px 1%;
    font-size: .9em;
    background-color: #fff;
    box-shadow:0 0 1px #363636;
    -webkit-border-radius: 0;
    border-radius: 0;
    border:none;
}\ 

select:focus {outline: 3px solid #ea0005;}
textarea {
    width: 98%;
    min-height:80px;
	margin:2px 0;
    padding: 4px 1%;
    font-size: .9em;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
	-webkit-border-radius:0; 
    border-radius:0;
}

textarea:focus {border: 3px solid #fff;;}
.form input[type="submit"] {
	width: 280px;;
	padding: 6px 0;
	border: 0;
    text-align: center;
    font-family: 'Kanit';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
	color: #fff;
	-webkit-border-radius:0; 
    border-radius:0;
    background-color: #1b2b2f;
	cursor: pointer;
	
}
.form input[type="submit"]:hover {
	background-color: #f2a225;
    outline: none;
    border: none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;  
    -webkit-appearance: none;
}

.cap-sub-group { margin: 0 auto; text-align: center;}
#main-search input[type='submit'] {background-color: #f2a225 !important;}
#main-search input[type='submit']:hover{background-color:#1b3136 !important;}

/*CAPCHA*/
.CaptchaMessagePanel {font-weight:normal !important;}
.CaptchaWhatsThisPanel {padding:0 !important;}
#CaptchaAnswer {border: 1px solid #999; background: #fff; font-weight: bold;}
.form-btns {max-width: 80%; margin: 0 auto; text-align: center;text-align: center;}
.control-box input[type="text"] {width: auto;}

/* Inventory styles*/
.hosted-content h3 {color: #334060!important;}
.listings-wrapper .listing-thumb .listing-thumb-title a { color: #334060;}
input#btnApply, .btn {background: #1b3136!important; color: #fff !important;}
input#btnApply:hover, .btn:hover {background: #f2a225 !important; color: #fff !important;}
.red { font-size: 16px!important;}
.attachment-search.no-print { margin-top: 90px!important;}


.detail-wrapper{margin-top:100px!important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{margin-top:-5px!important;}
.compare-chkbox-container .compare-listings .fa-check{top:3px!important;left:3px!important;}
.detail-wrapper .details-fin-calc .detail-btn-calc p{margin-top:10px!important;}


#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.list-top-section .list-listings-count {color:#333 !important;}


.list-top-section .list-title,
.detail__title{color:#006638 !important}



.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#006638 !important;}


.selected-facet {padding: 8px 12px !important; color:#fff !important;}
.list-content .list-error-container .info button {background:#006638 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#006638 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #006638 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #006638 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}



/* Media queries*/
.show-menu-for-mobile {display:none;}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {
.cont {height: 460px;}
}
 
@media screen and (max-width: 1280px) {

.show-menu-for-mobile {display:none;}
.wrapped { width: 100%;margin: 0 auto;}
.wrapper {margin: 0 auto ; padding: 0 20px;}
.equipment-s a {font-size: 18px;}
.signs-row{
    height:100%;
    margin:0 auto;
    padding-bottom:60px;
}

.image-section{
    float:none;
}
    
.image-section img{
    height:400px
}
.pdf-section{
    float:none;
    border:1px solid #DBDBDB;
    border-radius:4px;
    height:200px;
    width:350px;
    margin-top:150px;
}

}

@media screen and (max-width: 1180px) {
	.sma-logo {position: absolute; top: -150px; right:60px; width: 100px; z-index: 2;}
	.sma-logo img {width:100%; max-width: 100px;}
}

@media screen and (max-width: 900px) {

.image-section img{
    height:96%;
    width:96%;
}   
    
}

@media screen and (max-width: 1200px) {

.logo { margin-left: 10px;}
.ma-cat h1 {margin-left:20px;}   
    
}


@media screen and (max-width: 1024px) {

.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.cont {height: 460px;}
.hero-title h1 {font-size: 20px;}
.callouts {margin: 1px auto;}
.callout {width: 25%; }
.box { width: calc(33% - 30px);}
}

@media screen and (max-width: 920px) {
.callout {width: 50%;border: 1px solid transparent;}
}

@media screen and (max-width: 768px) {
		
.logo img { max-width: 160px;}
.box h2 {font-size: 14px; font-weight: normal;}
.cont {height: 360px;}
.top-bar {font-size: 10px;}
.ma-cat h2 {padding-left: 20px;}
p {font-size: 16px;}
.hdr-contact {font-size: 12px;}
.hdr-contact a {font-size: 14px;}
#footer {font-size: 14px;}
#footer h3 {font-size: 20px;}
.contact {width: 201px;}
.form {max-width: 100%;}
.quarter { width: 40%; margin: 20px 5%;float: left;}
.qk-links {display: none;}
}



@media screen and (max-width: 460px){
	
h2 {font-size: 1.25em;}
.cont {height: 300px;}
.logo img {max-width: 120px;}
 .hero-title{top: 180px;}
.hero-title h1 {font-size: 16px;line-height: 1;}
	
	.sma-logo {position: absolute; top: -88px; right:60px; width:75px; z-index: 2;}
	.sma-logo img {width:100%; max-width:75px;}
	
.callout {width: 25%;}
.callout {width: 100%; border: none; margin: 1px 0;}
.box {width: calc(50% - 4px); margin: 2px; border: 6px solid transparent; }
.box h2 {font-size: 14px; font-weight: normal;}
.map-wrap {margin-top:50px;}
.equipment-s {width: 100% ; margin-bottom: 20px;}
.equipment-s a {font-size: 26px; font-weight: 600;}
.contact {width: 100%; margin-top: 20px;}
.footer_bottom {padding: 5px 0; text-align: center; width: 100%; margin: 0 auto;}
.ctct-cont, inv-cont {height: 40vw;}
#bottom h3 {font-size: 18px;}
#bottom {font-size: 16px; }
.quarter:last-child {display: none;}

}

@media screen and (max-width: 320px){
		
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.box h2 {font-size: 10px;}