.openfilters{
	display: none;
	width: 100%;
	text-align: center;
	border: 1px solid #ECECEC;
	padding: 10px;
	cursor: pointer;
	
}
.leftcolum{
	width: 50%;
	padding: 10px;
	float: left;
}
.rightcolum{
	padding: 10px;
	margin: 0 0 0 50%;
	overflow: hidden;
}
.rightcolumtop{
	text-align: justify;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #565656;
}
.itemboxblue{
	background-color: #CDD9DF;
	padding: 10px;
	margin-bottom: 10px;
}
.itemboxwhite{
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.leftpicdata{
	float: left;
	width: 25%;
	margin: 0 10px 10px 0;
}
.boxblueright{
	padding: 10px;
	margin-left: 27%;
}
.boxblueright p{
	margin: 0 0 0 4px;
}
.leftpicdata img{
	width: 100%;
}
.leftpic{
	float: left;
	width: 30%;
	margin: 0 10px 10px 0;
	overflow:  hidden;
}
.leftpic img{
	width: 100%;
	  -webkit-transition: all 0.5s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 0.5s ease;

}
.leftpic img:hover{
	width: 120%;
	margin-left: -10%;
	margin-top: -12%;
	padding-top: 1px;
}
.rightdesc{
	width: 100%;
	text-align: justify;
	font-size: 13px;
	line-height: 1.5;
	color: #565656;
}
.rightdesc:hover{
	text-decoration: none;
}
.smallfont{
	font-size: 12px;
}
.accordion {
  width: 100%;
  max-width: 1080px;
  height: 250px;
  overflow: hidden;
  margin: 50px auto;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h2 {
  font-family: Montserrat,sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}
.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}
.accordion ul:hover li {
  width: 8%;
}
.accordion ul:hover li:hover {
  width: 60%;
}
.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.group{
	background-color: #f6fbff;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}
.itemlabel{
	font-size: 11px;
	float: left;
	width: 100px;
	height: 33px;
	display: table;
	padding-right: 5px;
	overflow: hidden;
}
.itemlabel label{
	display: table-cell;
	vertical-align: middle;
}
.itemcontrol{
	margin-left: 100px;
	margin-bottom: 7px;
}
.slidecontainer{
	margin: 0 70px;
	padding: 0 10px;
}
.oddcontrol{
	float: left;
	width: 50%;
	clear: both;	
	padding-right: 5px;
}
.evcontrol{
	margin-left: 50%;
	padding-left: 5px;
}
.slidergroup{
    border: #ccc solid 1px;
    padding: 7px;
    border-radius: 4px;
    height: 33px;
	font-size: 12px;
	background-color: #FFF;
	color: #aaaaaa;
	text-transform: uppercase;

}
.slidergroup:hover{
	background-color: #e6e6e6;
}
.slidergroup span:nth-child(1){
	float: left;
	width: 70px;
}
.slidergroup span:nth-child(2){
	float: right;
	width: 70px;
	text-align: right;
}
/* CHECKBOX */

.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
	height: 33px;
	margin:0;
	border-radius: 4px;
	cursor: pointer;
	padding: 0;
	background: #FFF;
	background-image: none;
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: inherit;
	font-weight: 400;
	background: #FFF;
	border: solid 1px #ccc;
	box-shadow: none;
}

.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	left: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-off);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-light .switch-label:after {
	color: #4a4949;
}
.switch-light .switch-label:before {
	right: inherit;
	left: 11px;
}
.switch-light .switch-handle {
	position: absolute;
	top: 6px;
	right: 14px;
	background: #dadada;
	width: 22px;
	height: 22px;
	box-shadow: none;
	border-radius: 100%;
}
.switch-light .switch-handle:before {
	background: #eceeef;
}
.switch-light .switch-input:checked ~ .switch-label {
	border-color: #739ec3;
}
.switch-light .switch-input:checked ~ .switch-handle {
	background: #31708f
}
.switch-light .switch-input:checked ~ .switch-handle:before {
	background: rgba(255,255,255,0.7);
}
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.switch-label:hover{
	background-color: #e6e6e6;
}
.multiselect{
	font-size: 12px;
	text-transform: uppercase;
}
.multiselect-container{
	width: 100%;
}
.dropdown-toggle{
	overflow: hidden;
}
.resbtn{
  float: left;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f2f7);
  background-image: -moz-linear-gradient(top, #ffffff, #f7f2f7);
  background-image: -ms-linear-gradient(top, #ffffff, #f7f2f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f2f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f2f7);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #ffffff;
  padding: 7px;
  border: solid #e0e0e0 1px;
  text-decoration: none;
  color: #505050;
  width: 120px;
  height: 170px;
  font-size: 12px;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.resbtn:hover{
  border: solid #FFAA7F 1px;
}
.resbtn img{
	width: 100%;
	margin-bottom: 10px;
}
.resbtn label{
  cursor: pointer;
}

.do, .more{
	padding: 20px;
	border: 1px solid #ECECEC;
	width: 200px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: padding 0.3s, box-shadow 0.3s;
    transition: padding 0.3s, box-shadow 0.3s;
}

.do:hover, .more:hover{
	-webkit-box-shadow: inset 14px 14px 24px -22px rgba(0,0,0,1);
	-moz-box-shadow: inset 14px 14px 24px -22px rgba(0,0,0,1);
	box-shadow: inset 14px 14px 24px -22px rgba(0,0,0,1);
	padding: 22px 18px 18px 22px;

}
.do1{
	float: left;
	margin: 0 30px 15px 0;
}
.do2{
	float: left;
}
.do3{
	margin: 0 auto;
}
.rightdesc label{
	font-size: 16px; color: #316F9F;
}
@media all and (max-width: 1900px) {
	.oddcontrol{
		float: none;
		padding: 0;
		width: 100%;
	}
	.evcontrol{
		margin: 0;
		padding: 0;
	}
}
@media all and (max-width: 1024px) {
	.itemlabel{ float: none; width: 100%; }
	.itemcontrol{ margin-left: 0; }
}
@media all and (max-width: 980px) {
	.leftcolum{
		width: 100%;
		float: none;
		padding: 10px 0 0 0;
		display: none;
	}
	.nohide{
		display: block;
	}
	.openfilters{
		display: block;
	}
	.rightcolum{
		padding: 10px 0 0 0;
		margin-left: 0;
	}

	.oddcontrol{
		float: left;
		width: 50%;	
		padding-right: 5px;
	}
	.evcontrol{
		margin-left: 50%;
		padding-left: 5px;
	}
}
@media all and (max-width: 550px) {
	.itemlabel{ float: left; width: 100px; }
	.itemcontrol{ margin-left: 100px; }
		.oddcontrol{
		float: none;
		padding: 0;
		width: 100%;
	}
	.evcontrol{
		margin: 0;
		padding: 0;
	}
}
@media all and (max-width: 430px) {
	.itemlabel{ float: none; width: 100%; }
	.itemcontrol{ margin-left: 0; }
}