*{
	box-sizing: border-box;
}
.container{
	width: 80%;
	height: auto;
	margin: auto;
	margin-bottom: 48px;
}

.header{
    height: auto;
    padding: 1rem;
    font-size: 18px;
    line-height: 20px;
    display: flex;
}

.logo {
    color: #4A5874;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    line-height: 3.5rem;
		width: 20%;
}
.logo img{
	max-height: 3.5rem;
  vertical-align: middle;
  max-width: 12rem;
}

.header-info{
	display: inline-block;
	text-align: right;
	width: 80%;
	font-size: 3rem;
	line-height: 5rem;
	color: #4A5874;
}

.header-info p{
	margin: 0;
}

.header-label{
	font-size: 1rem;
  margin: 0;
  line-height: 1.2rem;
  display: block;
	text-transform: uppercase;
}

.header-text{
  margin: 0;
  display: block;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: bold;
}
.tracking-widget{
	display: none;
}
.content, .rto-form, .rto-popup{
	width: 100%;
	height: auto;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12)!important;
	border-radius: 2px;
}
.content .header{
	letter-spacing: .005em;
  font-weight: 400;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 7rem;
  max-height: 7rem;
  padding: 0 1rem;
  margin: 0;
  box-sizing: border-box;
  color: inherit;
  border-bottom: 1px solid rgba(128,128,128,.22);
}
.content .keeper{
	height: auto;
	padding-bottom: .5rem;
}
.content .header .package{
    display: inline-block;
    width: 20%;
    height: 5rem;
    min-width: 5rem;
}

.content .header .package .icon {
	background-image: url(/images/package_icon.png);
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.content .header .text-block{
	display: inline-block;
	text-align: right;
	width: 40%;
	min-height: 5rem;
	height: auto;
	padding-top: .625rem;
	padding-left: .5rem;
  box-sizing: border-box;
}
.content .header .text-block p{
	margin: 0;
	padding: 0;
	font-size: 1rem;
	text-transform: uppercase;
}
.content .header .text-block h2{
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.footer{
	display: none;
	padding: 0.750rem 15%;
  box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
  z-index: 2;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  margin: auto;
}

.footer a{
	color: #4A5874;
    font-size: 18px!important;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
}

.footer p{
	margin: 0;
	padding: 0;
	font-size: 1rem;
	text-align: center;
}

.keeper .no-data{
	margin: 10px auto 5px auto;
	width: 96%;
	display: none;
}

.rto-form, .rto-popup{
	padding: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	display: none;
	overflow: auto;
}

.rto-form p, .rto-popup p{
	display: inline;
	font-size: 16px;
  font-weight: 500;
	line-height: 27px;
}

.btn-block{
	display: inline;
	float: right;
}

#rating-box, #rating-type{
	display: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#rating-type{
	font-weight: 700;
}

#rating-box.active, #rating-type.active{
	display: block;
	animation: scale-display .3s;
}

#rating-box textarea{
	font-size: 12px;
}

@keyframes scale-display {
	0% {
		opacity: 0;
		transform: scale(0);
    -webkit-transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
    -webkit-transform: scale(1);
	}
}

.margin-0{
	margin: 0;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-top-40{
	margin-top: 40px;
}
.margin-bottom-0{
	margin-bottom: 0;
}
.margin-bottom-10{
	margin-bottom: 10px;
}

.margin-bottom-20{
	margin-bottom: 20px;
}

.padding-0{
	padding: 0;
}

.overflow-hidden{
	overflow: hidden;
}

.search-wrapper{
	position: fixed;
  top: 0;
	left: 0;
	right: 0;
  bottom: 0;
  background-color: rgba(255,255, 255, 1);
  z-index: 4;
	display: none;
}
.search-toggle{
  float: right;
  background-color: #f4f4f4;
  left: 0;
	padding: 9px;
	box-sizing: border-box;
	display: none;
	cursor: pointer;
}

#close-overlay, .icon-search{
	cursor: pointer;
}

.search-toggle img{
	width: 32px;
	padding: 9px;
}

.search-container{
	display: block;
  width: 70%;
  margin: auto;
  margin-top: 200px;
	box-sizing: border-box;
}

.search-container .filter{
	font-size: 14px;
	margin-bottom: 10px;
}

#searchedInfo{
	font-size: 14px;
}

.pipabella-nav{
	display: none;
	text-align: right;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.form-control{
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}

.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #fff;
  font-size: 1.5rem;
  padding: 25px 20px;
  background: #fff;
  outline: none;
  background-color: #fff;
  box-shadow: 0 0 7px 2px rgba(0,0,0,.05);
}

.stylish-input-group button {
  border: 0;
  background: transparent;
  outline: none;
}

.form-control, .input-group-addon{
	display: table-cell;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #575d60;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 7px 2px rgba(0,0,0,.05);
}

.icon-search{
	background: url(/images/search.svg)no-repeat center center;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-size: contain;
}

[type="radio"].search-radio:checked,
[type="radio"].search-radio:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"].search-radio:checked + label,
[type="radio"].search-radio:not(:checked) + label
{
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
	margin-right: 10px;
}
[type="radio"].search-radio:checked + label:before,
[type="radio"].search-radio:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"].search-radio:checked + label:after,
[type="radio"].search-radio:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2196F3;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"].search-radio:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"].search-radio:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main,.placeholder, .search-container{
	display: none;
}

.placeholder .header{
	height: 70px;
}

@-webkit-keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0
	}
	100% {
		background-position: 468px 0
	}
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0
	}
	100% {
		background-position: 468px 0
	}
}

.timeline-item {
	background: #fff;
	padding: 12px;
	margin: 0 auto;
	min-height: 200px;
	width: 100%;
	height: auto;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 1px 2px 0 rgba(0,0,0,0.12)!important;
	border-radius: 2px;
	box-sizing: border-box;
}

.animated-background {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
	background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	-webkit-background-size: 800px 104px;
	background-size: 800px 104px;
	height: 275px;
	position: relative;
	margin-top: 8px;
}

.background-masker {
	background: #fff;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.outlined .background-masker {
	border: 1px solid #ddd;
}

.outlined:hover .background-masker {
	border: none;
}

.outlined:hover .background-masker:hover {
	border: 1px solid #ccc;
	z-index: 1;
}

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
	top: 0;
	left: 175px;
	right: 0;
	height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left{
	top: 10px;
	left: 175px;
	height: 8px;
	width: 10px;
}

.background-masker.header-bottom {
	top: 18px;
	height: 6px;
}

.background-masker.subheader-left{
	top: 24px;
	height: 6px;
}

.background-masker.subheader-bottom {
	top: 30px;
	height: 10px;
}

.background-masker.content-top,
.background-masker.content-second,
.background-masker.content-first-li,
.background-masker.content-second-li,
.background-masker.content-third-li {
	top: 40px;
	left: 0;
	right: 0;
	height: 6px;
}

.background-masker.content-first-li,
.background-masker.content-second-li,
.background-masker.content-third-li,
.background-masker.content-fourth-li{
	height: 20px;
}

.background-masker.content-top, .background-masker.content-second {
	height: 20px;
}

.background-masker.content-second {
	top: 61px;

}

.background-masker.content-first-li {
	top: 95px;
}
.background-masker.content-second-li {
	top: 155px;
}
.background-masker.content-third-li {
	top: 215px;
}
.background-masker.content-fourth-li {
	top: 275px;
}

.ndr-view{
	font-size: 150%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	background-color: #fff;
	display: none;
	padding: 20px;
	overflow-y: auto;
}

.ndr-view .wrapper{
	max-width: 480px;
	border-radius: 4px;
	box-shadow: 0 0 7px 2px rgba(0,0,0,.05);
	margin: auto;
	position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
	width: 100%;
}

.wrapper-header, .wrapper-body{
	padding: 20px;
}

.wrapper-body{
	padding-top: 0;
}

.wrapper-footer{
	border-top: 2px solid #f3f3f3;
	width: 100%;
	background-color: #fff;
	padding: 15px 20px;
}

.wrapper-footer a{
	font-weight: 600;
}

.ndr-view .nav{
	overflow: hidden;
	/* border-bottom: 1px solid #e6e6e6; */
	padding-bottom: 10px;
}

.ndr-view .summary, .ndr-view .detailed, .cp-back-icon, .ndr-back-icon{
	display: none;
}

.ndr-view .summary ul, .ndr-view .detailed ul {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}
.ndr-view .summary .note{
	font-size: 12px;
	font-style: italic;
}
.ndr-view .summary .highlight{
	color: #0084ff;
	font-style: normal;
	font-weight: 600;
}
.heading{
	color: #3c454c;
	font-size: 14px;
	font-weight: 500;
	display: block;
}
.ndr-view .detailed ul li{
	margin-bottom: 15px;
}
.ndr-view .summary ul li{
	border: 1px solid #ddd;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 15px;
}
.ndr-view .summary ul li label{
	padding: 15px;
	display: block;
}

.ndr-view .detailed ul li label{
	margin-bottom: 5px;
  display: block;
}

.ndr-view .detailed ul li input[type="text"], .ndr-view .detailed ul li textarea{
	display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
	outline: none;
}

.btn{
	background-color: transparent;
	font-family: inherit;
	font-weight: 600;
	color: #fff;
	background-color: #0084ff;
	border: none;
	border-radius: 4px;
	padding: 10px 30px;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	outline: none;
}
.btn.disabled{
	background-color: #e6e6e6;
	pointer-events: none;
	cursor: not-allowed;
}

[class^="view-"], [class*=" view-"]{
	display: none;
}

.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}
.inputGroup.left .text{
	height: 20px;
	display: block;
}
.inputGroup .pre-text {
  padding: 8px 40px 8px 12px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #f3f3f3;
	border-radius: 4px;
}
.inputGroup.left .pre-text{
	padding: 8px 40px 8px 40px;
	border-color: transparent;
}
.inputGroup .pre-text:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #f3f3f3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup .pre-text:after {
  width: 20px;
  height: 20px;
  content: '';
  border: 2px solid #e6e6e6;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 2px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
	background-size: 22px 22px;
}
.inputGroup.left .pre-text:after{
	left: 10px;
}

 .inputGroup.left input[type='radio']:checked ~ .pre-text{
	 border-color: #f3f3f3;
 }

 .inputGroup.left [type='text'], .inputGroup.left textarea{
		border: 2px solid #f3f3f3;
		border-radius: 4px;
		padding: 10px;
		height: 42px;
		font-family: inherit;
		width: 100%;
		box-sizing: border-box;
		outline: none;
 	}
	.inputGroup.left textarea{
		height: 120px;
		resize: none;
	}

/* .inputGroup input:checked ~ label {
  color: #fff;
} */
.inputGroup input[type='radio']:checked ~ .pre-text:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input[type='radio']:checked ~ .pre-text:after {
  background-color: #0084ff;
  border-color: #0084ff;
}
.inputGroup input[type='radio'] {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.form {
  /* padding: 0 16px; */
  max-width: 550px;
  margin: 20px auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.hide{
	display: none !important;
}
.show{
	display: block !important;
}

.cursor-pointer{
	cursor: pointer;
}

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

.ref-block{
	background-color: #f4f4f4;
  padding: 10px;
  height: auto;
	text-align: left;
	display: none;
	overflow: hidden;
}
/* .ref-block .heading{
	font-size: 16px;
	margin-right: 10px;
} */
.ref-block .button{
	color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 12px;
  background-color: rgba(74,88,116, 1);
  box-shadow: 0px 11px 10px -9px rgba(0,0,0,0.4);
	display: inline-block;
}

.highlight-status{
	color: #43c88e;
	font-weight: 800;
}

.cm-container{
	width: 100%;
}
.cm-container p{
	margin: 0;
}
.cm-row{
	width: 100%;
	/* margin-left: -15px;
  margin-right: -15px; */
	box-sizing: border-box;
}

.cm-row:after {
    clear: both;
}

.cm-row:after, .cm-row:before {
  content: " ";
  display: table;
}

.cm-left, .cm-right, .cm-mid, .cm-full{
	position: relative;
	min-height: 1px;
	/* padding-left: 15px;
	padding-right: 15px; */
	float: left;
	width: 48%;
	box-sizing: border-box;
	margin: 10px 0;
}

.cm-mid{
	width: 4%;
}

.cm-full{
	width: 100%;
}

.no-scroll{
	overflow: hidden;
	height: 100%;
}

.input-text, select.input-select{
	width: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: solid 2px #f3f3f3;
  outline: none;
  font-size: 120%;
  text-align: left;
  color: #3c454c;
  padding: 10px 0 10px 12px;
  height: 40px;
}

textarea.input-text{
	height: auto;
	resize: none;
}

.pos-rel{
	position: relative;
}

.pos-abs{
	position: absolute;
}

.ht-20{
	height: 20px;
}

.title-abs, .title-unset{
  text-align: left;
  color: #3c454c;
  transition:top .2s ease;
	font-weight: 500;
	font-size: 12px;
}

/* .title-unset{
  position: absolute;
  top: 0;
  left: 0;
  transition:top .2s ease;
  opacity: 1;
} */

.option{
	display: none;
}

#suggestions, #user_suggestions{
	list-style: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  margin-top: 5px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	width: 100%;
	z-index: 2;
}

#suggestions li, #user_suggestions li{
	padding: 10px;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
	margin-bottom: 0;
}

#suggestions li:last-child, #user_suggestions li:last-child{
	border-bottom-width: 0;
}

.reverse{
	transform: rotate(180deg);
}

.mandatory{
	color: red;
}
.custom-header{
	height: 60px;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	display: none;
}
.custom-header img{
	height: 40px;
	box-sizing: border-box;
}
.custom-header .icon-search{
	position: absolute;
	right: 20px;
	top: 13px;
}
.notify{
	background-color: #ff0040;
	color: #fff;
	padding: 8px;
	text-align: left;
	display: none;
	font-size: 1rem;
}
/*		Media query		*/
@media only screen and (max-width: 360px){
    .container {
        width: 96%;
    }

   	.header{
   		padding: 1.2rem .5rem;
   	}
    .content .header{
    	height: 6rem;
	    max-height: 6rem;
	    padding: 0 .750rem;
    }
    .content .header .package, .content .header .package .icon{
    	width: 30%;
	    height: 4rem;
	    min-width: 4rem;
	}

	.logo{
		font-size: 1.6rem;
		line-height: 1.8rem;
	}

	.header-info{
		font-size: 1.5rem;
    	line-height: 2rem;
    	text-align: right;
	}

	.header-info p{
		line-height: 1.5rem;
	}

	.header-label{
		font-size: 0.8rem;
		line-height: 1rem;
		display: inline-block;
	}

	.header-text{
		font-size: 1rem;
		line-height: 1.2rem;
		font-weight: bold;
		display: inline-block;
	}

	.content .header .text-block:nth-child(2){
		width: 35%;
	}
	.content .header .text-block:nth-child(3){
		width: 35%;
	}
	.content .header .text-block p{
		font-size: 0.8rem;
		line-height: 1rem;
	}

	.content .header .text-block h2{
		font-size: 1rem;
		line-height: 1.2rem;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px){
	.rto-form p{
		display: block;
	}
	.btn-block{
		float: right;
	}
}

@media only screen and (min-width: 361px) and (max-width: 640px){
    .container {
        width: 94%;
    }
    .header{
   		padding: 1.2rem .5rem;
   	}
    .logo{
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.header-info{
		font-size: 1.8rem;
    	line-height: 2rem;
    	text-align: right;
	}

	.header-info p{
		line-height: 1.5rem;
	}

	.header-label{
		font-size: 1rem;
		line-height: 1.2rem;
		display: inline-block;
	}

	.header-text{
		font-size: 1.2rem;
		line-height: 1.5rem;
		font-weight: bold;
		display: inline-block;
	}
	.content .header .text-block:nth-child(2){
		width: 35%;
	}
	.content .header .text-block:nth-child(3){
		width: 35%;
	}
	.content .header .text-block p{
		font-size: 0.8rem;
	}

	.content .header .text-block h2{
		font-size: 1rem;
		line-height: 1.2rem;
	}

	.content .header .package, .content .header .package .icon{
    	width: 30%;
	    height: 4rem;
	    min-width: 4rem;
	}
}

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

    .container {
        width: 90%;
    }
    .header{
   		padding: 1.2rem .8rem;
   	}
   	.logo{
   		line-height: 2.4rem;
    	font-size: 2rem;
   	}
    .header-info p:nth-child(1){
		padding-right: 5%;
		width: 45%;
		float: left;
	}

	.header-info p:nth-child(2){
		width: 50%;
		float: left;
	}
}
@media only screen and (min-width: 769px)and (max-width: 992px){
    .container {
        width: 80%;
    }
    .header-info p:nth-child(1){
		padding-right: 5%;
		width: 45%;
		float: left;
	}

	.header-info p:nth-child(2){
		width: 50%;
		float: left;
	}
}
@media only screen and (min-width: 993px){
    .container {
        width: 70%;
    }
	.header-info p:nth-child(1){
		width: 50%;
		float: left;
	}

	.header-info p:nth-child(2){
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width: 768px){
	.search-container{
		width: 100%;
	}

	.ndr-view{
		padding: 0;
	}
	.ndr-view .wrapper {
    max-width: unset;
    border-radius: unset;
    box-shadow: unset;
    margin: unset;
		position: unset;
		transform: unset;
		top: unset;
		left: unset;
	}

	.wrapper-footer{
		/* position: absolute;
		bottom: 0; */
		/* padding: 15px 20px;
		height: 50px; */
		/* width: 100%; */
		text-align: center;
		border-width: 0;
	}

	.wrapper-footer a{
		font-weight: 500;
		color: #0084ff;
	}

	.cm-left, .cm-right{
		width: 100%;
	}
	.cm-mid{
		display: none;
	}
	.custom-header{
		height: 50px;
	}
	.custom-header img{
		height: 30px;
	}
	.custom-header .icon-search{
		right: 10px;
	}
	.search-container{
		width: 100%;
		padding: 10px;
		margin-top: 150px;
	}
	.search-container .filter{
		font-size: 12px;
	}
	#searchedInfo{
		font-size: 1rem;
	}
	.icon-search{
		height: 24px;
		width: 24px;
	}
	.stylish-input-group .form-control{
		padding: 20px 10px;
		font-size: 14px;
	}
	.input-group-addon{
		padding: 5px 8px;
	}
}

@media only screen and (max-width: 640px){
	.xs-pull-left{
		float: left !important;
	}
	.xs-overflow-hidden{
		overflow: hidden;
	}
	.xs-full-width{
		width: 100%;
	}
	.xs-margin-top-10{
		margin-top: 10px;
	}
	.xs-margin-bottom-10{
		margin-bottom: 10px;
	}

	.xs-hidden{
		display: none;
	}
}

@media only screen and (max-width: 360px){
	.search-container .filter{
		font-size: 11px;
	}
}
