/****** Phone Media Query - Portrait and Landscape - starts here ******/
@media only screen  and (min-width : 320px) and (max-width : 766px)  {
	.mobileTrigger { display: block; }
	#header {height: 66px;}
	#logo {float: left;width: 100%;text-align: center;line-height: 64px;}
	#logo img {height: 34px;}

	#container { margin-top:64px; }
	#nav {float:left;width:100%;background: #fff;box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.51);height: 0;overflow: hidden;}
	#nav ul li {width: 100%;margin: 0;height: auto;}
	#nav ul li a { width: 100%; text-align: center; line-height: 50px; }
	#nav ul li:nth-child(3) { background:#b32935;} 
	#nav ul li:nth-child(3) a { color: #fff; }

	#main-slider .flexslider .flex-direction-nav { display: none; }
	.who { padding: 15px 0; }
	.who .who-inside {margin: 0;width: 100%;padding: 0 15px;box-sizing: border-box;}
	.pitem.mb50 { margin-bottom: 0 !important; }
	.pitem.pleft .left {width: 100%;padding: 0;}
	.pitem .pitem-inside h1 { display: none; }	
	.pitem .pitem-inside .pitem-image { width:100%; }
	.pitem.pleft .right, .pitem.pright .left {width:100%;padding: 30px;}
	.pitem.pright .right { margin-bottom: 50px; width: 100%; }

	#footerin .column {width: 100%;margin-bottom: 30px;}
	#footerin .column.first { display: none; }
	.copyright-outside .copyright-inside .left { width:100%; text-align:center; }
	.copyright-outside .copyright-inside .right { width: 100%; text-align:center; }
	.copyright-outside .copyright-inside .right a { display: inline-block; float: none; }
	
	#breadcrumb-outside { padding: 10px 15px; box-sizing: border-box; }
	.backoffice-content {padding: 0 15px;box-sizing: border-box;}
	.left-column { width: 100%; margin-bottom: 15px; }
	.right-column {width: 100%;}
	table {}
	table tr {width:100%;float: left; padding: 15px; box-sizing:border-box;}
	table tr:nth-child(odd){ background:#efefef; }
	table tr td {width:100%;display: table-row;float: left;}
	table tr td br { display: none; }

	.frm-left, .frm-right  {width: 100%;margin: 0;padding: 0;}
}
/****** Phone Media Query - ends here ******/



/****** Tablet Media Query - Portrait and Landscape - starts here ******/
@media only screen  and (min-width : 768px) and (max-width : 1024px)  {

}
/****** Tablet Media Query - ends here ******/


/****** Desktop Media Query - starts here ******/
@media only screen  and (min-width : 1025px) and (max-width : 1214px)  {
	
}
/****** Desktop Media Query - ends here ******/


/****** Phone & Tablet & Desktop Media Query - starts here ******/
@media only screen  and (min-width : 320px) and (max-width : 1214px)  {
	.ww { width: 100% !important; float: left; }
}
/****** Phone & Tablet & esktop Media Query - ends here ******/