@charset "utf-8";
/* Developed by ShabdizCO. 2014 http://shabdiz.org/ */
@import url(http://fonts.googleapis.com/css?family=Playball);
#tours{
	width:auto;
	height:auto;
	background-color:#f5f5f5;
	padding-bottom:50px;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
}
#tourcon{
	width:1200px;
	height:auto;
	padding-top:50px;	
}
retours:hover{
	background-color:#46c7b0;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}

#content2t{
	width:auto;
	height:200px;
	background-image:url(../images/globalmap.jpg);
	background-size:100%;
	position:relative;
	overflow:hidden;
	padding-top:50px;
}
.spec{
	font-family: 'Playball', cursive;
	font-size:70px;
	color:white;
	text-align:center;
}
#contactdesc{
	width:59%;
	height:350px;
	float:left;
}
#contactform{
	width:39%;
	height:350px;
	float:right;
}
#contactmap{
    margin-top: 20px;
	width:1170px;
	height:300px;
	background-color:#74365F;
}

#map-canvas{
        width:1170px;
	height:300px;
      
}

.btn{
	margin-top:10px;
}
.btn:focus{
	outline:none;
}
.send{
	width:120px;
}