
.refrence table{ width:100% !important; display:inline-block;}
.refrence table tbody{ width:100% !important; display:inline-block;}
.refrence table tbody tr{ display:none !important;}
.refrence table tbody tr.new-1{ width:100% !important; display:block !important; text-align:center;}
.refrence table tbody tr.new-1 td{ width:31% !important; display:inline-block; margin-right:10px;}
.refrence table tbody tr.new-1 td a{ width:100% !important;}


#body-wrapper .rt-container .rt-grid-4{ left:0 !important; right:0 !important; width:35% !important;}
#body-wrapper .rt-container .rt-grid-8{ left:0 !important; right:0 !important; width:60% !important;}

#rt-sidebar-a > div{ float:right; margin:0px !important;}

@media (max-width:980px){
	body{ min-width:inherit !important; width:100%;}
	#body-wrapper .rt-container{ width:100% !important;}
	#body-wrapper .rt-container .rt-grid-12{ width:96% !important;}
	.flos{ text-align:center;}
	
	.homepage #rt-mainbody table{ width:100% !important; display:inline-block;}
		.homepage #rt-mainbody table td{ width:48% !important; display:inline-block; text-align:center; margin-bottom:20px !important;}
			.homepage #rt-mainbody table td:nth-child(2) ,.homepage #rt-mainbody table td:nth-child(4) ,.homepage #rt-mainbody table td:nth-child(6){ display:none !important;}
			.homepage #rt-mainbody table td a{ margin:0 auto !important;}
			
			#body-wrapper .rt-container .rt-grid-9{ width:62% !important;}
			#body-wrapper .rt-container .rt-grid-3{ width:32% !important; }
			#rt-sidebar-a div{ margin:0 !important;}
			
			table#aiContactSafeForm{ width:100% !important; display:inline-block !important;}
			table#aiContactSafeForm tbody{ width:100% !important; display:inline-block !important;}
			table#aiContactSafeForm tbody tr{ width:100% !important; display:inline-block !important;}
			table#aiContactSafeForm tbody tr td{ width:48% !important; display:inline-block !important;}
			table#aiContactSafeForm tbody tr td div{ margin:0px !important;}
	
}
@media (max-width:950px){
	#rt-menu .sf-menu.sf-js-enabled.sf-shadow,
	#rt-menu .select-menu
	{
		display:none;
	}
	#body-wrapper .rt-container .rt-grid-4{ left:0 !important; right:0 !important; width:32% !important;}
#body-wrapper .rt-container .rt-grid-8{ left:0 !important; right:0 !important; width:60% !important;}
}
@media (max-width:868px){

.refrence table tbody tr.new-1 td{ width:42% !important; display:inline-block; margin-right:10px; margin-bottom:15px;}

}

@media (max-width:767px){
body #rt-logo {
    width: 218px !important;
    height: 34px !important;
    background-size: 100%;
}

			#rt-sidebar-a table{ display:inline-block; text-align:center; width:100% !important;}
			#rt-sidebar-a table tbody{ display:inline-block; text-align:center; width:100% !important;}
				#rt-sidebar-a table tr{ display:inline-block; text-align:center; width:100% !important;}
				#rt-sidebar-a table tr td{ display:inline-block; text-align:center; width:100% !important;}
				#rt-sidebar-a table tr td a{ margin:0 auto !important;}
			
			#body-wrapper .rt-container .rt-grid-3 {
    width: 100% !important;
    text-align: center;
    margin: 0;
    padding: 0 15px !important;
    box-sizing: border-box;
}
#body-wrapper .rt-container .rt-grid-9 {
    width: 100% !important;
    margin: 0;
    padding: 0 15px !important;
    box-sizing: border-box;
}

table#aiContactSafeForm tbody tr td{ width:96% !important; display:inline-block !important;}
table#aiContactSafeForm tbody tr td input ,table#aiContactSafeForm tbody tr td textarea{ width:100% !important;}
div#aiContactSafe_mainbody_1 div.aiContactSafe_contact_form_field_right {
    float: left;
    padding: 1px 3px;
    width: 98% !important;
}
table#aiContactSafeForm tbody tr td input#countdown_aics_message{ width:auto !important;}
table#aiContactSafeForm tbody tr td input#aiContactSafeSendButton{ margin-left:0px !important;}
.refrence table tbody tr.new-1 td{ width:300px !important; display:inline-block; margin-right:10px; margin-bottom:15px;}

	#body-wrapper .rt-container .rt-grid-4{ left:0 !important; right:0 !important; width:96% !important; margin:0 auto !important;}
#body-wrapper .rt-container .rt-grid-8{ left:0 !important; right:0 !important; width:100% !important; margin:0px auto !important; margin-bottom:20px !important; padding:0 15px !important; box-sizing:border-box;}
#rt-sidebar-a > div{ float:none !important;}
}
@media (max-width:560px){
	.homepage #rt-mainbody table td{ width:100% !important;
	}
}

	/*mobile menu css */
.uk-offcanvas-page {
	position: fixed;
	/* 2 */
	-webkit-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;
}

a.uk-navbar-toggle {
	margin: 0px 25px 0 0;
	font-size: 22px;
	width: 100%;
	color: #fff !important;
	position: relative;
	display: block;
	background: #373a3f;
	text-align: center;
	padding: 8px 0;
}
a.uk-navbar-toggle::before{
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	width: 20px;
	height: 11px;
	border-bottom: 2px solid #fff;
	position: relative;
	right: 7px;
}

a.uk-navbar-toggle::after{
	content: " ";
	display: inline-block;
	width: 18px;
	border: 1px solid #fff;
	position: absolute;
	top: 17px;
	left: calc(50% - 43px);
}

.uk-offcanvas {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.uk-offcanvas-bar:after {
	bottom: 0;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.uk-offcanvas-bar .uk-search:before {
	left: 5px;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.uk-offcanvas-bar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1001;
	width: 270px;
	max-width: 100%;
	background: #F3F3F3;
	z-index: 9999 !important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.uk-offcanvas.uk-active {
	display: block;
}

.uk-offcanvas .uk-panel {
	margin: 20px 15px;
	color: #777777;
}

.uk-offcanvas .uk-panel-title {
	color: rgba(255, 255, 255, 0.5);
}

.uk-offcanvas .uk-panel a:not([class]) {
	 color: rgba(255, 255, 255, 0.5);
 }

	.uk-offcanvas .uk-panel a:not([class]):hover {
		color: #ffffff;
	}

	.uk-offcanvas-bar:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 1px;
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	}

	.uk-offcanvas-bar-flip:after {
		right: auto;
		left: 0;
		width: 1px;
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
	}

	.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
		color: #ccc;
	}

	ul.uk-nav-offcanvas{
		display: block;
		width: 100%;
	}

	ul.uk-nav-offcanvas li{
		list-style: none;
	}

	ul.uk-nav-offcanvas > li > a{
		width: 100%;
		line-height: 1.1;
		font-size: 17px;
		padding: 13px 10px;
		display: block;
		border-bottom: 1px solid #b9b3b3;
		color: #373a3f;
	}

	ul.uk-nav-offcanvas > li > a:hover,
	ul.uk-nav-offcanvas > li > a:focus,
	ul.uk-nav-offcanvas > li.active > a,
	ul.uk-nav-offcanvas > li > a:active
	{
		color: #fff;
		background: #373a3f;
	}

.uk-navbar-toggle{
	display: none;
}
.uk-navbar-toggle a{

}
.uk-navbar-toggle p{
	margin: 0;
}
@media only screen and (max-width: 950px){
	.uk-navbar-toggle{
		display: block;
		margin: 12px 0;
	}
}

