/* Mobile Menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	margin: 0;
	padding: 12px 18px;
	text-transform: uppercase;
}

.nycmenu_icon {
	width: 20px;
	height: 14px;
	overflow: hidden;
	float: left;
	margin-right: 16px;
	padding-top: 2px;
	position: relative;
}

.nycmenu_icon span {
	-webkit-transition: all .01s ease-in-out;
	-moz-transition: all .01s ease-in-out;
	-o-transition: all .01s ease-in-out;
	-ms-transition: all .01s ease-in-out;
	transition: all .01s ease-in-out;
	display: block;
	position: absolute;
	width: 20px;
	height: 3px;
	left: 0px;
	background: #f2f2f2;
}

.nycmenu_icon .nycmenu_ic_1 {
	top: 0;
}

.nycmenu_icon .nycmenu_ic_2 {
	top: 6px;
}

.nycmenu_icon .nycmenu_ic_3 {
	top: 12px;
}

.toggled .nycmenu_icon .nycmenu_ic_1 {
	top: -10px;
}

.toggled .nycmenu_icon .nycmenu_ic_2 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	zoom: 1;
}

.toggled .nycmenu_icon .nycmenu_ic_3 {
	top: 6px!important;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	zoom: 1;
}

#mobiletop1 {
	display: none;
}


/* Responsive Styles */

@media screen and (max-width: 1200px) {
	#container {
		min-width: 300px;
	}
}

@media screen and (max-width: 980px) {
	#container {
		width: 90%;
	}
	
	#logoarea {
		width: 100%;
	}
	
	#top3 {
		display: none;
	}
	
	
	#topmenu {
		width: 100%;
	}
	
	.phoneWrap .established {
		right: 5px;
	}
	
	#bluemenu {
		width: 100%;
	}
	
	#main, #main1 {
		padding: 0 0 10px;
	}
	
	#main .content, #main1 .content {
		max-width: 100%;
	}
	
	.content11 {
		width: 100%;
	}
	
	.content11 .content {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.content img {
		max-width: 100%;
	}
	
	#main .right, #main1 .right1 {
		display: none;
	}
	
	.headline {
		padding: 11px 10px 20px;
	}
	
	.copy {
		padding: 12px 10px 0;
		overflow: hidden;
	}
	
	.home1, .home2, .home3,
	.process1, .process2 {
		float: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.home2, .home3, .process2 {
		margin-top: 15px;
	}
	
	.frm2-home {
		width: 100% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.leftside, .rightside {
		width: 100%;
		margin: 0;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.footer {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 5px;
		background-image: none;
		border: 1px solid #656565;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width:980px) and (min-width:769px) {
	
	#topmenu {
		overflow: hidden;
	}
	
	.phoneWrap .button {
		margin-left: 0;
	}
	
	.bluetabs li a {
		padding-left: 0;
		padding-right: 0;
		width: 14.10%;
	}
	
	#main .content {
		float: none;
		padding-right: 0;
		padding-top: 10px;
		margin: auto;
	}
	
	.home1, .home2, .home3 {
		min-height: 220px;
	}
}

@media screen and (max-width: 768px) {	
	
	#top1 {
		display: none;
	}
	
	#mobiletop1 {
		display: block;
		
		padding: 25px 0;
		font-weight: bold;
		font-size: 12px;
		line-height: 20px;
	}
	
	.mobiletop30 {
		font-size: 20px;
	}
	
	#mobiletop1 h1 {
		font-size: 12px;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.mobilebigh1 {
		font-size: 18px;
	}
	
	#top2 {
		width: 100%;
	}
	
	.homepage #main .content {
		display: none;
	}
	
	.menu-toggle,
	.bluetabs.toggled .nav-menu {
		display: block;
	}
	
	.bluetabs ul {
		display: none;
	}
	
	.bluetabs ul li {
		background-image: url(images/nav.jpg);
		display: block;
	}
	
	.bluetabs ul li a {
		float: none;
		display: block;
		text-align: left;
	}
	
	#topmenu {
		height: auto;
	}
	
	.phoneWrap {
		padding-top: 29px;
		text-align: center;
	}
	
	.phoneWrap .established {
		top: 9px;
		left: 18px;
		right: 0;
	}
	
	.button, .button2 {
		width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.button p {
		margin: 0;
	}
	
	.frm2-home > div {
		float: none;
	}
	
	.frminputnew2, .frmareanew2 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	table {
		width: 100% !important;
		display: block;
		overflow: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.formelementhome {
		text-align: left;
		padding-top: 10px !important;
		padding-right: 5px;
	}
}

@media screen and (max-width: 700px) {
	.frm2 form div {
		float: none !important;
	}
	#tripleColTable, #tripleColTable tbody, #tripleColTable tr {
		display: block;
	}
	#tripleColTable tr td {
		width: 33%;
	}
	#tripleColHeading {
		display: flex !important;
	}
	#tripleColTable input[type="text"] {
		width: 100% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	
	.video-holder .nyvideo {
		float: none;
		width: 100%;
	}
	
	.video-holder .nyvideo.video-1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.frm2-home form div {
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.frminputnew2 {
		height: 28px;
	}
	
	.formelementhome.alignCenter input[type="image"] {
		float: left;
	}
	
	#habla_beta_container_do_not_rely_on_div_classes_or_names {
		display: none !important;
	}
}

@media screen and (max-width: 500px) {
	table input[type="text"], table input[type="file"], 
	table textarea, table select {
		width: 198px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	table .chkSeparator {
		display: block;
	}
	/*
	#uploadFileTable tbody, #uploadFileTable tr {
		display: block;
	}
	*/
	table tbody, table tr {
		display: block;
	}
	table #txtUploadHolder {
		overflow: hidden;
	}
}

@media screen and (max-width: 400px) {
	#container {
		overflow: hidden;
	}
	table input[type="text"], table input[type="file"],
	table textarea, table select {
		width: 160px !important;
	}
}