/* Small devices (tablets, 768px and up) */
/* @media (min-width: 768px) {	 */
	
	#wrap {
		padding-bottom: 38px;
		margin-bottom: -38px;
	}
	
	.main-search {
		margin-top: 20px;
	}
	
	.logo {
		margin: 0 0 0 15px;
	}
	
	.header-white {
		padding: 34px 0 14px 0;
	}
	
	.menu-mobile-3 {
		display: block !important;
	}
	
	.mb-inside { 
		height: 300px
	}
	
	.mb-slogan img {
		margin-top: -18px;
		width: auto;
	}
	
	.mb-slogan h3 {
		padding-left: 10px;
		width: 205px;
	}

	.page-header, h1 {
		font-size: 24px;
	}
	
	h2 {
		font-size: 22px;
	}
	
	h3{
		font-size: 20px;
		margin: 30px 0 15px 0;
	}

	h4,h5,h6 {
		font-size: 18px;
	}
	
	.modal-form .btns-right {
		float: right;
	}
	
	.select-short {
		width: 220px;
	}
	
	table.responsive-table.one-line-table {
		table-layout: fixed;
	}
	
	table.responsive-table.one-line-table td {
		white-space: nowrap;
		position: relative;
		overflow: hidden;
	}
	
	table.responsive-table.one-line-table td:after {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
		background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
		height: 66px;
		width: 25px;
		content: " ";
		position: absolute;
		right: 0;
		top: 0;
	}
	
	table.responsive-table.one-line-table td.checkbox-td:after {
		display: none;
	}
	
	.table-thumb {
		border: 1px solid #d8d8d8;
		margin: -10px 10px -10px 0;
	}
	
	

/* }  */
/* sm end */



/* Medium devices (desktops, 992px and up) */
/* @media (min-width: 992px) {	 */

	.main-search {
		margin-top: 0;
	}
	
	.mb-inside { 
		height: 386px
	}
	
	.tabs li a, .pr-tabs li a {
		padding: 0 20px;
		line-height: 49px;
	}
	
	.tabs-more {
		top: 59px;
	}
	
	.select-short {
		width: 293px;
	}
	
	.nowrap-md {
		white-space: nowrap;
	}
	
	
/* }  */
/* md end */



/* Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) { */
	
	.tabs li a, .pr-tabs li a {
		padding: 0 15px;
		line-height: 59px;
	}
	
	.select-short {
		width: 262px;
	}
	
	.nowrap-lg {
		white-space: nowrap;
	}
	

/* }  */
/* lg end */

.container {
	width: 1170px !important;
}

.container-fluid {
	min-width: 1170px !important;
}
