/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


@media not print{
	@media (max-width:767px){
body .top_slider_wrapp .flexslider .slides > li { background-size: 100% auto; }
#mobileheader .logo-block{height:100%;padding:0 5px 0 0;max-width: 112px;}
         }
	@media (max-width:991px){
body .top_slider_wrapp .flexslider .slides > li { background-size: 100% auto; }
#mobileheader .logo-block{height:100%;padding:0 5px 0 0;max-width: 112px;}
         }
}

@media all and (max-width: 450px){
body .top_slider_wrapp .flexslider .slides > li { background-size: 100% auto; }
}

        .tabmy {
			background: #e9e9e9;
		}

.map-wrapper{
	
	display: block;	
	width: 100%;    
}

.map-column-left{
	float: left;
	//display: block;
	//max-width: 0px; 
	width: 100%;
}

.map-column-right{
	float: right;
	display: block;
	width: 225px;
	//max-width: 0px; 
	position: absolute;
	right: 0px;
	z-index: 10;
}

.map-column-right .row {
	margin: 30px 15px 0px 15px;
}

@media (max-width:768px)
{ .map-column-right {display:none;} }

.map_tabs_container ul li:before {
	content: ""; 
}

.map_tabs_container {
    margin: 0px;
    padding: 0px 0px 25px;
}

.map_tabs_container ul {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}

.map_tabs_container li.active {
    background: transparent url("/images/tab-bar-left.png") no-repeat scroll 0px 0px;
    height: 28px;
    padding-top: 0px;
    padding-left: 5px;
}

.map_tabs_container li {
    float: left;
    margin-right: 16px;
    padding-top: 5px;
    padding-left: 6px;
    cursor: pointer;
    position: relative;
    list-style: outside none none;
}

.map_tabs_container li.active a {
    background: transparent url("/images/tab-bar-center.png") repeat-x scroll 0px 0px;
    float: left;
    font-weight: bold;
    border-bottom: medium none;
    color: #3F454B;
    padding: 6px 9px;
    list-style: outside none none;    
}

.map_tabs_container a {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #C51A3C;
    text-decoration: none;
    border-bottom: 1px solid #EDBAC4;
    outline: medium none;
}


.map_tabs_container ul a {
    border-bottom: 1px solid #B7D1E7;
    color: #0F68B1;
    text-decoration: none;
    transition-property: color, border-bottom-color;
    transition-duration: 0.9s;
    transition-timing-function: ease;
}

.map_tabs_container li.active span {
    background: transparent url("/images/tab-bar-right.png") no-repeat scroll 0px 0px;
    display: block;
    width: 6px;
    height: 28px;
    float: left;
}


.map_tab_container {
  display: none;

  padding-top: 25px;
  margin: -1px 0 0 0;
}



.ins img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.ins img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.table-users {
  //border: 1px solid #327a81;
  //border-radius: 10px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  //max-width: calc(100% - 2em);
  margin: 1em auto;
  overflow: hidden;
  width: 100%;
}

.ins table {
  width: 100%;
}
.ins table td, table th {
  //color: #2b686e;
  padding: 10px;
}
.ins table td {
  text-align: left;
  vertical-align: middle;
}
.ins table td:last-child {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: center;
}
.ins table th {
  background-color: #daeff1;
  font-weight: 300;
}
.ins table tr:nth-child(2n) {
  background-color: white;
}
.ins table tr:nth-child(2n+1) {
  background-color: #f2f2f2;
}