@charset "utf-8";
/*
 * CSS DOCUMENT
 * 
 * $Id: default.css 1.0.0 2013-05-05 13:08:58 Selim Rana $
 * @package	    BDThemes Templates 
 * @subpackage	Contact Us
 * @version     1.0.0
 * @description This module show your contact address . developed by bdthemes ltd.
 * @copyright	  Copyright © 2013 - All rights reserved.
 * @license		  GNU General Public License v2.0
 * @author		  Selim Rana
 * @author mail	info@bdthemes.com
 * @website		  www.bdthemes.com

 */

/*****   YOUR CODE HERE   *****/

.contact-world-map {
  background: url('../images/worldmap.png') 0 0 no-repeat;
  min-height: 150px;
}
.contact-address {
  margin: 0;
}
.contact-address li {
  list-style-type: none;
  margin-top: 5px;
}
.contact-address li span {
  padding-right: 5px;
}
.contact-address li a {
  margin-left: 4px;
}