/* WARNING: USE CAUTION WHEN EDITING THIS FILE */

/* NOTE: THIS FILE INCLUDES 3 STAGES OF MEDIA QUERIES - SEE help.html */

/* NOTE: TO EDIT COLORS - SEE style.css */

/* CLASSES HERE CAN ALSO BE FOUND IN THE style.css */






/***************
START Media Queries #0 -  UNHIDE MENU ON RESIZE - SEE ALSO 741 WIDTH IN javascripts.js
***************/
@media only screen and (min-width: 741px) and (max-width: 10000px)
	{


#menusub	{ display: block !important; }


	}
/***************
END Media Queries #0
***************/






/***************
START Media Queries #1-AA
***************/
@media handheld and (max-width: 1190px),
   screen and (max-device-width: 1190px),
   screen and (max-width: 1190px) 
	{


.content-pad 	{ padding: 35px 30px 35px 30px; }

.irc-inner	{ margin: 5px 10px 5px 10px; }

a.irc-link	{ font-size: 1.1em; padding: 8px 3px 8px 3px; }

.row2x	{ padding: 10px 10px 10px 10px; }

.r2x-inner	{
		padding: 10px;
		margin: 0px;
		}


	}
/***************
END Media Queries #1-AA
***************/






/***************
START Media Queries #1 WHEN PAGE WIDTH LESS THAN 890 IS ACTIVE (FOR TABLET)
***************/
@media handheld and (max-width: 890px),
   screen and (max-device-width: 890px),
   screen and (max-width: 890px) 
	{


/* DEFAULT FONTS */

body, div, table { font-size: 17px; line-height: 160%; }

.title 		{ font-size: 23px; }

.bigtitle	{ font-size: 29px; }

.subtitle 	{ font-size: 20px; }

.smalltitle	{ font-size: 17px; }

.content-pad 	{ padding: 25px 35px 35px 35px; }

.content-pad-home 	{ padding: 20px 35px 20px 35px; }

.splits-xtramargin { margin-top: 25px; margin-bottom: 25px; }

.split-smalltopmargin { margin-top: 0px; }

.textlogo	{ font-size: 33px; letter-spacing: 2px; }

#menusub a 	{
		font-size: 17px;
		padding: 10px 16px 10px 16px;
		}

.floatlist	 { width: 100%; }


/* SERVICES PAGE */

.box-section	{ max-width: 100%; }


/* MQS HOME */

.homeimage-text	{ display: none; }

.homeimage-outer	{ margin: 0px 0px 0px 0px; }

.image-row	{
		padding: 0px 0px 0px 0px;
		margin: 20px 0px 20px 0px;
		}

.image-row-cell	{
		width: 49.5%;
		}

.irc-inner	{ margin: 5px 5px 5px 5px; }

a.irc-link	{ font-size: 1.1em; }


/* BAN-BOX CODES */

.ban-box	{ background-position: top center; }

.ban-box-2	{ background-position: top center; }

.ban-box-3	{ background-position: -350px 0px; }

.ban-box-T3	{ background-position: -650px 0px; }


/* TOOLTIPS */

.tooltip { position: static; }

.tooltip .tooltiptext {
	visibility: visible;
	width: 100%;
	background-color: #EEEEEE;
	border: #C0C0C0 1px solid;
	text-align: left;
	padding: 10px;
	border-radius: 5px;
	position: static;
	z-index: 100;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	margin-top: 0px;
	opacity: 1;
	}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	}

.tooltip span { display: block; }

.tooltip .tooltiptext::after {
	content: "";
	position: static;
	top: 0%;
	left: 0%;
	margin-left: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
	}

a.bl-5:link, 
a.bl-5:visited, 
a.bl-5:active	{
		font-size: 18px;
		font-weight: 600;
		text-align: left;
		color: #000000;
		background-color: transparent;
		border: #999999 0px solid;
		padding: 3px 0px 6px 0px;
		margin: 0px 0px 0px 0px;
		display: block;
		}

a.bl-5:hover	{ text-decoration: none; background-color: transparent; }


	}
/***************
END Media Queries #1
***************/






/***************
START Media Queries #1BB WHEN PAGE WIDTH LESS THAN 790 IS ACTIVE
***************/
@media handheld and (max-width: 790px),
   screen and (max-device-width: 790px),
   screen and (max-width: 790px) 
	{

.supertitle	{
		font-size: 33px;
		margin: 0px auto 15px auto;
		}

/* OPTIONS PAGE */

body.rslides-options .centered-btns_tabs a { max-width: 38px; }

.opt-left	{
		width: auto;
		max-width: 400px;
		float: none;
		display: block;
		}

.opt-left-pad	{ margin-right: 0px; }

.opt-right	{
		width: auto;
		float: none;
		display: block;
		padding-top: 15px;
		}


	}
/***************
END Media Queries #1BB
***************/






/***************
START Media Queries #2 WHEN PAGE WIDTH LESS THAN 740 IS ACTIVE
***************/
@media handheld and (max-width: 740px),
   screen and (max-device-width: 740px),
   screen and (max-width: 740px) 
	{


/* DEFAULT FONTS */

body, div, table { font-size: 16px; line-height: 160%; }

.title 		{ font-size: 20px; }

.bigtitle	{ font-size: 25px; }

.subtitle 	{ font-size: 17px; }

.smalltitle	{ font-size: 16px; }

.copy-title	{ font-size: 19px; }

.just		{ text-align: left; }

.content-pad 	{ padding: 15px 25px 25px 25px; }

.content-pad-home 	{ padding: 15px 25px 15px 25px; }

.logo-respond	{ width: 100%; height: auto; }

.copy-text	{ font-size: 12px; }

.rimage-shrink	{ max-width: 150px; }

.icohov		{ display: none; }

.header-phone	{ font-size: 14px; right: 23px; top: 23px; }

.title-boxed	{ font-size: 18px; }


/* MQS CONTACT PAGE */

.form-box-L	{ display: block; padding: 0px 0px 0px 0px; min-width: 0; }

.form-box-R	{ display: block; padding: 0px 0px 0px 0px; min-width: 0; }

.socialicon	{ padding: 3px; }

/* 2 COLUMN */

.row2x	{
	display: block;
	padding: 10px 0px 10px 0px;
	}

.row2x-row	{ display: block; }

.row2x-cell	{
		width: auto;
		display: block;
		position: static;
		}


/* FOOTER MENU */

#menudiv-foot a	{
		font-size: 15px;
		padding: 10px 8px 10px 8px;
		}

	}
/***************
END Media Queries #2
***************/






/***************
START Media Queries #3 -  WHEN PAGE WIDTH LESS THAN 482 IS ACTIVE
                      CLASSES HERE CAN ALSO BE FOUND IN THE style.css
***************/
@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{


/* MQS FONTS - NEXT LINE IS DEFAULT MOBILE FONT ALL PAGES */

body, div, table { font-size: 13px; line-height: normal; }

.title  	{ font-size: 17px; }

.bigtitle	{ font-size: 22px; }

.subtitle  	{ font-size: 15px; }

.just 		{ text-align: left; }

.un-float	{ float: none; margin-bottom: 10px; }

.rimage-shrink	{ max-width: 100%; }


/* MQS GENERAL */

.hidemobile	   { display: none; }

.pageheight	{ min-height: 50px; }

.splits-xtramargin { margin-top: 20px; margin-bottom: 20px; }

.split-smalltopmargin { margin-top: 0px; }


/* LINK BUTTONS */

a.button-link:link, 
a.button-link:visited, 
a.button-link:active	{ font-size: 14px; }


/* MQS PAGE & CONTENT HEIGHTS, PADDING & WIDTHS */

.content-pad 	{ padding: 16px 12px 16px 12px; }

.content-pad-home 	{ padding: 12px 12px 12px 12px; }


/* MQS LOGO GRAPHIC, AND TEXT */

.header-phone	{ right: 10px; top: 10px; }

#headerdiv	{ padding: 6px 0px 6px 0px; }

.logo-respond	{ height: auto; width: 100%; }

.textlogo	{ font-size: 22px; letter-spacing: 0px; }

.logoslogan	{ font-size: 14px; }


/* MQS BANNERS */

.ban-box { height: 125px; background-size: auto 170px; }

.ban-box-layer	{ display: none; }

.home-ban	{ display: none; }


/* MQS HOME */

.homeimage-outer	{ margin: 0px 0px 0px 0px; }

.image-row	{
		padding: 0px 0px 0px 0px;
		margin: 15px 0px 15px 0px;
		}

.image-row-cell	{
		width: 100%;
		max-width: 300px;
		}

.irc-inner	{ margin: 5px 3px 5px 3px; }

a.irc-link	{ font-size: 1.1em; }


/* MQS FOOTER */

.footer-copyright { font-size: 11px; }

.copy-title	{ font-size: 17px; }


/* CONTACT PAGE */

.shadeform, .textarea, .dropdown  { font-size: 12px; }

input[type=submit].submitbutton, 
input[type=reset].submitbutton	  { font-size: 14px; }


	}
/***************
END Media Queries #3
***************/





