@media (min-width: 1000px) {
	.modal-lg {
		width: 900px;
	}
	.modal-dialog {
		margin: 30px auto;
		width: 640px;
	}
	
	.descriptionContainer{
		display:none;	
	}
}

@media (max-width: 1000px) {

	
}


@media (min-width: 768px) {

}

@media (max-width: 768px) {
	.modal-lg {
		width: 700px;
	}
	.modal-dialog {
		margin: 30px auto;
		width: 400px;
	}
	
	.mapContainer{
		display:none;	
	}
}


@media (max-width: 640px) {
	
	.modal-lg {
		width: 90%;
	}
	.modal-dialog {
		margin: 30px auto;
		width: 90%;
	}
}

@media (max-width: 480px) {
	
}





/* CSS Document */
.headerMap {
    background: url("../images/headerMap.png") no-repeat scroll left top / 100% auto rgba(0, 0, 0, 0);
    height: 46px;
    margin-left: -30px;
}
.sat-modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px 8px 13px;
}

#satPositionContainer{
	position:relative;
}

.satImg {
    top: 310px;
}
.satImg {
    cursor: pointer;
    position: absolute;
    top: 400px;
}

.satelliteTitle {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 340px;
    white-space: nowrap;
    width: 250px;
}

.worldMap {
    height: 560px;
}
.worldMap {
    background: url("../images/worldMap.png") no-repeat scroll 0 center / 100% 100% rgba(0, 0, 0, 0);
    height: 800px;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}




.text-left {
    text-align: left;
}


.center-block {
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
}

.list-satellite{
	width:150px;	
}

.bigmapcontainer{
	/*width:825px;
	margin-left:25px;*/	
}

.maphrefs{
	/*padding-bottom:5px;
	padding-left:25px;*/	
}

.maphrefs a{
	color:#015894;
	padding:5px;
	cursor:pointer;
	text-decoration:none;
	display:block;
	line-height: 1.3;
}

.maphrefs a:hover{
	background: #004a98;
	border-radius: 0px;
	color: #FFF !important;
	padding-left: 10px;
}


.satellite-vertical-centered {
    padding-top: 3%;
}


.col-xs-3 {
    width: 25%;
	float:left;
}

.col-xs-6 {
    width: 50%;
	float:left;
}

.col-xs-3 {
    width: 25%;
	float:left;
}

.col-xs-3:after{
	 clear:both;	
}

.text-danger {
    color: #015894;
}

h3.text-danger {
	font-size: 26px;
	font-family:lato;
	margin-bottom: 10.5px;
    margin-top: 21px;
	padding:0;
}

.sat-modal-header img{
	vertical-align:middle;	
}


/*** New ***/
.mapContainer{
	position:relative;	
}

.satMapImage{
	position:absolute;
	left:0;
	top:0;
	display:none;
	width:100%;
}

.mapLoader{
	position:absolute;
	left:50%;
	top:50%;
	display:none;	
}

.boycot{
	position:absolute;
	left:0;
	top:0;
	display:none;	
}

.satIcon{
	cursor:pointer;	
}
