table#main-parent-wrapper {
    margin-left: auto;
    margin-right: auto;
}

 .nav-link {
	display: none;
	font-size: 13px;
}

.navigation-btn {
	display: none;
}

.nav-wrapper {
	margin-bottom: 0;
}

.contact-title {
	display: none;
}

.hidden-desktop{
	display: none;
}
/********09/10/18 NEW CSS********/
/*#SerDetails table tbody tr td {

    display: inline-block;
    width: 200 auto !important;
    margin: 0 auto !important;

}*/
@media screen and (max-width: 1200px){

img{
	width: auto;
	max-width: 100%;
}

#main-parent-wrapper {	
	max-width: 1020px;
	padding: 0 10px;
}

table, tbody, tr, td {
	display: block;
	width: auto;
	height: auto;
}

.top-header > td:first-child {
	display: none;
}

.top-header > td:last-child {
	text-align: center;
}

.logo-wrapper {
	text-align: center;
	margin: 10px 0;
}

.bottom-menu-wr > td > p {
	text-align: center;
	margin-bottom: 0;
}

.bottom-menu-wr .date-font {
	display: block;	
	margin-bottom: 0;
}

.nav-wrapper > a > img{
	display: none;
}

.nav-link {
	display: inline-block;
}

marquee {
	display: block;	
}

.footer > tbody > tr > td {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.footer > tbody > tr > td:last-child {
	border-bottom: none;
}

.text-left {
	text-align: left;
}

.border-img {
	width: 100%;
}

#subcontent.search-wr{
	display: none !important;
}

.navigation-btn {
	display: block;
	text-align: left;
	background-color: #538EE7;
	padding: 10px;
	font-size: 15px;
	position: relative;
	cursor: pointer;
	color: #fff;
}

.navigation-btn::before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #fff;
	right: 10px;
	top: 18px;
}

.navigation-btn::after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	height: 50%;
	width: 30px;
	top: 8px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.nav-wrapper {
	margin-bottom: 0;
	display: none;
}

.nav-wrapper > a {
	display: block;
	text-align: left;
	padding: 10px;
	background-color: #eee;
	margin: 1px 0;
}

.nav-wrapper.active{
	display: block;
}

.clearfix::after{
	content: '';
	display: block;
	clear: both;
}

.contact-div {
	margin-left: 0 !important;
	margin-top: 10px;
}

.hide-1200 {
	display: none;
}

.contact-title {
	display: block;
	margin: 10px 5px;
	text-align: center;
}

.halfwidth {
	width: 49%;
	float: left;
}

#maincontent.halfwidth{
	border-right: 1px solid #ccc;
}

#maincontent + .halfwidth {
	border: none !important;
}

.halfwidth iframe {
	width: 100%;
	margin-left: 10px;
}

.advnc-search-wrapper {
	max-width: 275px;
	margin: 0 auto;
}

.advnc-search-table input[type="text"] {
    border: 1px solid #888;
}

.advnc-search-wrapper input[type="checkbox"] {
    vertical-align: middle;
}

.center-form input.box {
	width: 100%;
}

.center-form input[type="submit"] {
	display: block;
	margin: 0 auto;
}

.mid-form > table {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 10px;
}

.mid-form > table tr td {
	text-align: center;
}

.register-from {
	max-width: 500px;
	margin: 0 auto;	
}

.register-header {
	height: auto !important;
	text-align: center;
}

.register-from td input {
	width: 100%;
}

.dynamic-tab-pane-control.tab-pane {
	clear: both;
	padding-top: 10px;
}

.left-sidebar, .right-sidebar{
	clear: both;
}

.equal-blocks > td {
	display: inline-block;
	text-align: center;
	width: 23%;
	vertical-align: top;
}

.tag-line {
	text-align: center;
	margin-top: 20px;
}

input#captcha_code {
    border: 1px solid #CCCCCC;
}

.calc-textbox input {
	width: 100%;
}

.comment-label > div {
	text-align: left;
	margin: 10px 0;
}

.comment-input > em {
	display: block;
	margin-top: 20px;
}

.calculation-row {
	margin-top: 15px;
}

.calculation-row > td {
	display: inline-block;
}

.calculation-row > td > div {
	text-align: left;
}

.footer .hidden-desktop {
	display: block;
}

.article-section table, .article-section div {
	width: 100% !important;
	height: auto !important;
}

blockquote {
	margin-left: 0;
	margin-right: 0;
}

.vendor-link {
	display: block;
	margin-top: 10px;
}

div.pagination > span, div.pagination > a {
	width: auto;
	display: inline-block;
}

.search-result-page {
	width: 100%;
}

.search-result-page iframe {
	width: 100%;
	display: block;
	height: 200%;
}

.footer {
	clear: both;
}

.register-from table {
	height: auto !important;
}

.article-section form:not(.comment-form) table, .control-table {
	display: table;
}

.article-section form:not(.comment-form) table thead {
	display: table-header-group;
}

.article-section form:not(.comment-form) table tbody, .control-table tbody {
	display: table-row-group;
}

.article-section form:not(.comment-form) table tr, .control-table tbody tr{
	display: table-row;
}

.article-section form:not(.comment-form) table th, .article-section form:not(.comment-form) table td,
.control-table tbody tr td {
	display: table-cell;
}

.control-panel-table {
	width: 100%;
	margin-bottom: 20px;
}

.control-heading {
	margin-bottom: 10px;
}

.control-table {	
	width: 285px;
	margin: 0 auto;
}

form[name="RegistrationForm"], form[name="RegistrationForm"] textarea{
	width: 100%;
}

.submit-body .serv_tab1, .submit-body .serv_tab1 table {
    display: table;
}

.submit-body .serv_tab1 thead {
    display: table-header-group;
}

.submit-body .serv_tab1 tbody {
    display: table-row-group;
}

.submit-body .serv_tab1 tr {
    display: table-row;
}

.submit-body .serv_tab1 th, .submit-body .serv_tab1 td {
    display: table-cell;
}

.submit-body .serv_tab1 #SerButtonShow, .submit-body .serv_tab1 #SerDetails {
	text-align: center;
	margin: 5px 0;
}

}

@media screen and (max-width: 767px){

body{
    background: #fff;
}

#searchcontent {
	display: none !important;
}

.flexdropdownmenu.jqflexmenu {
	width: calc(100% - 33px) !important;
	left: 15px !important;
	overflow: hidden;
}

.flexdropdownmenu.jqflexmenu a {
	width: 100%;
}

.flexdropdownmenu.jqflexmenu li ul {
	position: static;
	width: auto !important;
	height: auto !important;
}

.halfwidth {
	width: 100%;
	padding-bottom: 5px;
}

#maincontent.halfwidth {
	border-right: none;
	border-bottom: 1px solid #ccc;	
}

.halfwidth iframe {	
	margin-left: 0;
}

#maincontent.halfwidth input[name="email"], #maincontent.halfwidth input[name="subject"], #maincontent.halfwidth textarea {
	display: block;
	width: calc(100% - 20px) !important;
}

.comment-input > input, .comment-input > textarea {
	width: 100%;

}

.article-section .article-table-div {	
	overflow-x: auto;
}

}

@media screen and (max-width: 640px){

.tab_top1 tbody tr td,p {
    text-align: left !important;
    display: block !important;

}
.tab_top1 tbody tr td p {
    margin: 2px;
}
div#ProDetails table tbody tr td p {
    margin: 2px;
}

/*.tab_top1 tbody tr td, p > input {
    margin-bottom: 5px;
}*/

}

@media (max-width: 540px){
.submit-body .serv_tab1 #SerButtonShow, .submit-body .serv_tab1 #SerDetails {
	text-align: left;
	margin: 2px 0;
}
#cke_SerDesc {
    width: 97% !important;
}
#main-parent-wrapper #cke_PrSpec {
	width: 97% !important;
}
#main-parent-wrapper #cke_PrDesc {
	width: 97% !important;
}
#main-parent-wrapper #cke_profile_short{
	width: 97% !important;
}

#main-parent-wrapper #cke_profile_long{
	width: 97% !important;
}

#main-parent-wrapper #cke_artbody{
	width: 97% !important;
}

.submit-body .serv_tab1 th, .submit-body .serv_tab1 td{
	display: block;
}

#SerDetails tbody tr td {
    margin-top: 5px;
}
}

@media screen and (max-width: 480px){

.top-header > td {
	height: auto;
}

.top-header > td > img {
	display: none;
}

#searchcontent {
	left: 20% !important;
}

.center-form {
	width: 100% !important;
}

.register-from td #captcha {
	max-width: 175px;
}

.equal-blocks.block-con > td:first-child{
	display: none;
}

.equal-blocks.block-con > td {
	width: 30%;
}

.four-blocks > td {
	width: 30% !important;
}

.four-blocks > td:nth-child(4) {
	display: block;
	width: 100% !important;
	margin-top: 10px;
}

.sitemap-wr #sidetreecontrol {
	text-align: center;
}

.sitemap-wr #tree, .sitemap-wr #tree ul {
	padding-left: 30px;
}

.submit-body .serv_tab1 th, .submit-body .serv_tab1 td select {
	width: 97%;
	border: 1px solid #9b9b9b;
}
.submit-body .serv_tab1 th, .submit-body .serv_tab1 td input {
	width: 97%;
	border: 1px solid #9b9b9b;
}
#main-parent-wrapper .tab_top1 tbody tr td, p{
	line-height: 24px
}
.btn_new input {
	margin-bottom: 8px;
}
}

@media screen and (max-width: 360px){

#searchcontent {
	left: 10% !important;
}

}
