@import url(//fonts.googleapis.com/css?family=Play:400,700&subset=latin,cyrillic-ext);

body{
	background-color:#F0F0F0 !important;
	color:#676767 !important;
  font-family: 'Play', sans-serif !important;
  font-size:1.6em !important;
}

a{
	color: #2196f3;
    text-decoration: none !important;
}

.panel{
	background:transparent;
	border:none;
	box-shadow: none;
}

.popover{
    max-width: 600px !important; 
}

.mdo_wrapper,.mdo_grid_wrapper{
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.1);
	padding:10px 0;
	margin:10px;
	background:#fff;
}

.mdo_grid_wrapper{
	padding:0 !important;
}

.mdo_item_name {
    font-weight: bold;
    font-size: 1.3em;
    width: 100%;
    height: auto;
    color: #3F6CA6;
    text-transform: uppercase;
    margin-top:5px;  
}

.mdo_item_name a {
    display: block;
    color: #2196f3;
    text-decoration: none;
    overflow:hidden;
    /*text-overflow:ellipsis;
    white-space: nowrap;*/
}

.mdo_item_name a:hover {
    color: #003366;
}

.mdo_item_description{
	font-size: 0.7em;
    background:#e3f2fd;
    border:1px solid #bbdefb;
    overflow:auto;
    color:#0d47a1;
    margin-top:10px;
}

.mdo_grid_description{
	padding:10px;
}

.mdo_list_title{
	background:transparent;
	padding:10px;
	font-size:1.4em;
	text-transform: uppercase;
}

.img-padding{
	padding:10px 10px 0;
}

.mdo_list_items{
	padding:0px 20px 10px;
	background:transparent;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
     -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
	-webkit-column-width: 33%; /* Chrome, Safari, Opera */
    column-width: 33%;
}

.mdo_grid_list_items{
	padding:0 10px 10px;
	background:transparent;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
     -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
	-webkit-column-width: 100%; /* Chrome, Safari, Opera */
    column-width: 100%;
}

.mdo_list_items ul, .mdo_grid_list_items ul{
	margin:0;
	padding:0;
	list-style: none;
}

.mdo_list_items ul > li, .mdo_grid_list_items ul > li{
	font-size:1.3em;
	margin:0 0 5px;
}

.mdo_list_items ul > li > span, .mdo_grid_list_items ul > li > span{
	font-weight:bold;
}

.mdo_phone{
	background-color: transparent;
    color: #676767;
    padding: 5px;
    text-decoration: none;
    display: block;
	font-size:1em;
	margin-top:10px;
	font-weight:bold;
}

.mdo_phone a{
	color: #2196f3;
    text-decoration: none;
}

.mdo_phone .mdo_icon_phone{
	display: block;
	float:left;
	width:20px;
	margin:2px 0;
}

.mdo_phone span{
	display:block;
	float:left;
	margin:3px 5px 0 1px;
}

.mdo_small_label{
	display: block;
	font-size:0.9em;
}

.mdo_label_price{
	display: block;
	font-size:1.8em;
	color:#4caf50;
	margin-bottom:10px;
	margin-top:-4px;
}

.label_grey{
  color:#676767 !important;
  font-weight:normal !important;
}

.mdo_item_price,.mdo_monthly_price{
	margin:10px 0;
}

.btnArea{
	background:transparent;
	margin-top:20px;
}

.btnArea a{
	display: block;
	padding:12px 0;
	color:#fff;
	background: #2196F3;
	text-decoration: none;
	width:100%;
	font-size: 1.1em;
	margin: 0 auto;
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.mdo_grid_pricearea{
	padding:10px;
}

#topfiltros {
    background-color: #2196f3;
    float: left;
    width: 100%;
    padding:10px;
    display: inline-block;
}

.mdo_filters_area{
	display:block;
	background:transparent;
	float:left;
	width:auto;
	margin-top:10px;
}

.mdo_view_styles{
	float:right;
	background:transparent;
	display: block;
	width:auto;
	text-align:center;
	margin-top:0;
}

.mdo_styles_wrapper{
	display:inline-block;
	margin:0 auto;
}

.mdo_styles_labels{
	font-size:0.8em;
	color:#fff;
	display: block;
}

select {
    border: 1px solid #CCCCCC;
    color: #666666 !important;
    font-size: 14px !important;
    margin: 10px 5px 0 0 !important;
    padding: 4px 2px;
    width: 140px;
    height:34px;
    border-radius:4px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
	display: block;
	float:left;
	background:#fff;
}

form {
    background-color: transparent;  
}

form[name="reset"],form[name="filtro"] {
    float: left;
}

form[name="liststyle"] {
    width: 60px;
    float: right;
    text-align: center;
    margin-left:10px;
}

form[name="gallery"] {
    width: 60px;
    float: right;
    text-align: center;
    margin-left:10px;
}

input[type="image"] {
    width: 28px;
    margin:10px;
}

#mdo_btn_submit, #mdo_btn_reload {
    border: 1px solid transparent;
    background-color: #2196F3;
    color: #ffffff;
    font-size: 12px;
    margin: 10px 5px 0 5px;
    padding: 7px 15px;
    cursor: pointer;
    border-radius: 3px;
    width:auto;
}

#mdo_btn_submit{
	background-image: url(http://midealeronline.com/mdo_iframe/images/icon_search_white.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

#mdo_btn_reload{
	background-image: url(http://midealeronline.com/mdo_iframe/img/icon_reload_white.png);
	background-position: center;
	background-repeat: no-repeat;
}


#mdo_btn_submit:hover, #mdo_btn_reload:hover {
    background-color: #003366;
    color: #FFFFFF;
}

#powerby {
    font-size: 10px;
    margin: 70px auto;
    text-align: center;
    clear: both;
    color: #676767;
}

#powerby a {
    color: #fb9b52;
}

#powerby img {
    width: 75px;
    vertical-align: middle;
}

.justify {
    text-align: justify;
}

.pagenav {
    background: #2196f3;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0px 3px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 3px;
}

span.pagenav{
	background:#003366;
}

.pagination-prev span, .pagination-next span{
	background: #2196f3;
}

.pagenav a {
    text-decoration: none;
}

#exppagelinks ul,#exppagelinks li {
    list-style: none outside none;
    float: left;
    margin:10px 0;
}

#exppagelinks ul {
    margin: 10px;
}

#wrapfooter {
    background: #f0f0f0;
    float: left;
    width: 100%;
    text-align: center;
}

#exppagelinks{
    display: inline-block;
    float:right;
}

#expresultcounter,#exppagescounter {
    padding: 5px;
    margin: 15px 5px 5px;
    font-size: 11px;
    float:left;
}

#exppagescounter {
    display: none;
}

.pagination-start,.pagination-end {
    display: none;
}

#expautos_detail ul.expautos_detail_ul_img {
    margin: 0px 0px 0px 5px;
    background-color: #000000;
    border-radius: 20px 20px 20px 20px;
    float: left;
    min-height: 280px;
    padding: 10px;
}

#mdo_top_pagination{
	display: block;
	width:100%;
}


@media (min-width: 481px) and (max-width: 767px) {
	.mdo_view_styles{
		display:none;
	}

	form[name="reset"],form[name="filtro"] {
	    float: none;
	}

	select{
		width: 100%;
		margin:10px 0 10px;
	}

	#mdo_btn_submit, #mdo_btn_reload {
		width:100%;
		margin:10px 0;
		background-color: #1565c0;
	}

	.mdo_filters_area{
		width:100%;
	}
}

@media (max-width: 480px) {

	.mdo_list_items{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	     -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 10px; /* Firefox */
	    column-gap: 10px;
		-webkit-column-width: 100%; /* Chrome, Safari, Opera */
	    column-width:100%;
	}

	.mdo_view_styles{
		display:none;
	}

	form[name="reset"],form[name="filtro"] {
	    float: none;
	}

	select{
		width: 100%;
		margin:10px 0 10px;
	}

	#mdo_btn_submit, #mdo_btn_reload {
		width:100%;
		margin:10px 0;
		background-color: #1565c0;
	}

	.mdo_filters_area{
		width:100%;
	}
}
/* CUSTOM GRID CSS FOR BOOTSTRAP*/

.reflex-order-12 {
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.reflex-order-11 {
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.reflex-order-10 {
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.reflex-order-9 {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.reflex-order-8 {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.reflex-order-7 {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.reflex-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.reflex-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.reflex-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.reflex-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.reflex-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.reflex-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.reflex-order-0 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.reflex-container {
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}
.reflex-container *,
.reflex-container:before,
.reflex-container:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
.reflex-container *:before,
.reflex-container *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="reflex-col-"] {
  width: 100%;
  vertical-align: top;
  position: relative;
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  zoom: 1;
  *display: inline;
  text-align: left;
  text-align: start;
}
.reflex-item {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
_:-ms-fullscreen,
:root .reflex-item {
  width: 100%;
}
.reflex-col-12 {
  width: 100%;
  *width: 99.9%;
}
.reflex-col-11 {
  width: 91.66666666666666%;
  *width: 91.56666666666666%;
}
.reflex-col-10 {
  width: 83.33333333333334%;
  *width: 83.23333333333335%;
}
.reflex-col-9 {
  width: 75%;
  *width: 74.9%;
}
.reflex-col-8 {
  width: 66.66666666666666%;
  *width: 66.56666666666666%;
}
.reflex-col-7 {
  width: 58.333333333333336%;
  *width: 58.233333333333334%;
}
.reflex-col-6 {
  width: 50%;
  *width: 49.9%;
}
.reflex-col-5 {
  width: 41.66666666666667%;
  *width: 41.56666666666667%;
}
.reflex-col-4 {
  width: 33.33333333333333%;
  *width: 33.23333333333333%;
}
.reflex-col-3 {
  width: 25%;
  *width: 24.9%;
}
.reflex-col-2 {
  width: 16.666666666666664%;
  *width: 16.566666666666663%;
}
.reflex-col-1 {
  width: 8.333333333333332%;
  *width: 8.233333333333333%;
}
@media (min-width: 480px) {
  .reflex-col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .reflex-col-xs-11 {
    width: 91.66666666666666%;
    *width: 91.56666666666666%;
  }
  .reflex-col-xs-10 {
    width: 83.33333333333334%;
    *width: 83.23333333333335%;
  }
  .reflex-col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .reflex-col-xs-8 {
    width: 66.66666666666666%;
    *width: 66.56666666666666%;
  }
  .reflex-col-xs-7 {
    width: 58.333333333333336%;
    *width: 58.233333333333334%;
  }
  .reflex-col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .reflex-col-xs-5 {
    width: 41.66666666666667%;
    *width: 41.56666666666667%;
  }
  .reflex-col-xs-4 {
    width: 33.33333333333333%;
    *width: 33.23333333333333%;
  }
  .reflex-col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .reflex-col-xs-2 {
    width: 16.666666666666664%;
    *width: 16.566666666666663%;
  }
  .reflex-col-xs-1 {
    width: 8.333333333333332%;
    *width: 8.233333333333333%;
  }
}
@media (min-width: 768px) {
  .reflex-col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .reflex-col-sm-11 {
    width: 91.66666666666666%;
    *width: 91.56666666666666%;
  }
  .reflex-col-sm-10 {
    width: 83.33333333333334%;
    *width: 83.23333333333335%;
  }
  .reflex-col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .reflex-col-sm-8 {
    width: 66.66666666666666%;
    *width: 66.56666666666666%;
  }
  .reflex-col-sm-7 {
    width: 58.333333333333336%;
    *width: 58.233333333333334%;
  }
  .reflex-col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .reflex-col-sm-5 {
    width: 41.66666666666667%;
    *width: 41.56666666666667%;
  }
  .reflex-col-sm-4 {
    width: 33.33333333333333%;
    *width: 33.23333333333333%;
  }
  .reflex-col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .reflex-col-sm-2 {
    width: 16.666666666666664%;
    *width: 16.566666666666663%;
  }
  .reflex-col-sm-1 {
    width: 8.333333333333332%;
    *width: 8.233333333333333%;
  }
}
@media (min-width: 992px) {
  .reflex-col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .reflex-col-md-11 {
    width: 91.66666666666666%;
    *width: 91.56666666666666%;
  }
  .reflex-col-md-10 {
    width: 83.33333333333334%;
    *width: 83.23333333333335%;
  }
  .reflex-col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .reflex-col-md-8 {
    width: 66.66666666666666%;
    *width: 66.56666666666666%;
  }
  .reflex-col-md-7 {
    width: 58.333333333333336%;
    *width: 58.233333333333334%;
  }
  .reflex-col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .reflex-col-md-5 {
    width: 41.66666666666667%;
    *width: 41.56666666666667%;
  }
  .reflex-col-md-4 {
    width: 33.33333333333333%;
    *width: 33.23333333333333%;
  }
  .reflex-col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .reflex-col-md-2 {
    width: 16.666666666666664%;
    *width: 16.566666666666663%;
  }
  .reflex-col-md-1 {
    width: 8.333333333333332%;
    *width: 8.233333333333333%;
  }
}
@media (min-width: 1200px) {
  .reflex-col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .reflex-col-lg-11 {
    width: 91.66666666666666%;
    *width: 91.56666666666666%;
  }
  .reflex-col-lg-10 {
    width: 83.33333333333334%;
    *width: 83.23333333333335%;
  }
  .reflex-col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .reflex-col-lg-8 {
    width: 66.66666666666666%;
    *width: 66.56666666666666%;
  }
  .reflex-col-lg-7 {
    width: 58.333333333333336%;
    *width: 58.233333333333334%;
  }
  .reflex-col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .reflex-col-lg-5 {
    width: 41.66666666666667%;
    *width: 41.56666666666667%;
  }
  .reflex-col-lg-4 {
    width: 33.33333333333333%;
    *width: 33.23333333333333%;
  }
  .reflex-col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .reflex-col-lg-2 {
    width: 16.666666666666664%;
    *width: 16.566666666666663%;
  }
  .reflex-col-lg-1 {
    width: 8.333333333333332%;
    *width: 8.233333333333333%;
  }
}
.reflex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reflex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.reflex-direction-row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.reflex-direction-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.reflex-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.reflex-align-start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.reflex-align-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.reflex-align-end [class*="reflex-col-"] {
  vertical-align: bottom;
}
.reflex-align-center {
  -webkit-align-items: center;
  align-items: center;
}
.reflex-align-center [class*="reflex-col-"] {
  vertical-align: middle;
}
.reflex-align-baseline {
  -webkit-align-items: baseline;
  align-items: baseline;
}
.reflex-align-baseline [class*="reflex-col-"] {
  vertical-align: baseline;
}
.reflex-align-content-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.reflex-align-content-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.reflex-align-content-end [class*="reflex-col-"] {
  vertical-align: bottom;
}
.reflex-align-content-center {
  -webkit-align-content: center;
  align-content: center;
}
.reflex-align-content-space-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.reflex-align-content-space-around {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.reflex-align-self-stretch {
  -webkit-align-self: stretch;
  align-self: stretch;
}
.reflex-align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.reflex-align-self-end {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}
.reflex-align-self-center {
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}
.reflex-align-self-baseline {
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}
.reflex-justify-start {
  text-align: left;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.reflex-justify-end {
  text-align: right;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.reflex-justify-center {
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.reflex-justify-space-between {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.reflex-justify-space-around {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.reflex-item-margin-sm {
  margin: 0 0.25em 0.5em;
}
.reflex-item-margin-md {
  margin: 0 0.5em 1em;
}
.reflex-item-margin-lg {
  margin: 0 1em 2em;
}
.reflex-item-content-margin-sm * {
  margin-right: 0.25em;
  margin-left: 0.25em;
}
.reflex-item-content-margin-md * {
  margin-right: 0.5em;
  margin-left: 0.25em;
}
.reflex-item-content-margin-lg * {
  margin-right: 1em;
  margin-left: 1em;
}
.reflex-img {
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  zoom: 1;
  *display: inline;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.reflex-item-footer {
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
}