html{
	height:100%;
	width:100%;
}
body {
  height:100% !important;
  width:100% !important;
  font-family: 'Montserrat' !important;
}
/*HOME PAGE*/
/* Defining custom icons */
.customicon {
    line-height: 12px;
}
.user-icon {
    content: url("../img/icons/user-icon.png") !important;
    min-height:12px;
    min-width: 12px; 
}
.phone-icon {
    content: url("../img/icons/phone-icon.png") !important;
    min-height:10px;
    min-width: 10px; 
}
.pencil-icon {
    content: url("../img/icons/pencil-icon.png") !important;
    min-height:12px;
    min-width: 12px; 
}
.flag-icon {
    content: url(../img/icons/english-icon.png) !important;
    height: 14px;
    position: absolute;
    width: 15px;
    top: 7px;
    right: 0;
}
.flag-icon-french {
    content: url(../img/icons/french-icon.png) !important;
    height: 14px;
    position: absolute;
    width: 15px;
    top: 7px;
    right: 0;
}
.bike-icon {
    content: url("../img/icons/bike-icon.png") !important;
    min-height:12px;
    min-width: 12px;
    margin-right: 5px;
}
.snowflake-icon {
    content: url("../img/icons/snowflake-icon.png") !important;
    min-height:12px;
    min-width: 12px;
    margin-right: 5px;
}
.cross-icon {
    content: url("../img/icons/cross-icon.png") !important;
    min-height:12px;
    min-width: 12px;
    margin-right: 5px;
}
.maxitaxi-icon {
    content: url("../img/icons/maxitaxi-icon.png") !important;
    min-height:12px;
    min-width: 12px;
    margin-right: 5px;
}
.airplain-icon {
    content: url("../img/icons/airplain-icon.png") !important;
    min-height:12px;
    min-width: 12px;
    margin-right: 5px;
}
.point-icon {
    content: url("../img/icons/point-icon.png") !important;
    min-height:12px;
    min-width: 12px;
}
/* END Defining custom icons*/
input {
	font-family: 'Montserrat' !important;
}
.container-fluid {
    margin-right:auto;
    margin-left:auto;
    height:100% !important;
    width:100% !important;
 }
 .navbar{
 	height:186px !important;
 	background-color:#fff !important;
 	margin-bottom:0 !important;
 }
 .navbar-default{
 	background-color:#fff !important;
 }

 .welcome-text{
 	padding-top:20px;
 	font-size: 28px;
  	font-family: "Montserrat";
  	line-height: 1.107;
}
.sign-keeper{
	height:100%;
}
.place-sign{
  background:url("../img/sign.png") no-repeat; 
  height:94px;
  width:172px;
  position:absolute;
  bottom:-155px;
  font-size: 16px;
  font-family: "Montserrat";
  color: #353535;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3;
  text-align: center;
}
.top-menu{
	margin-top:10px;
}
.top-menu li a{
 	color:#dc9e09 !important;
 	font-size: 13px;
  	font-family: "Montserrat";
 }
.navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important; 
    padding-bottom:0 !important;
    height: 20px;
}
.navbar {min-height:20px !important;}
.top-menu li:not(:last-child) {
    border-right:1px solid #dbdbdc;
    margin-right:10px;
    padding-right:5px;
    height:20px;
}
.main-menu{
 	margin-right:175px !important;
 	color:#ffc938;
 }
.main-container {
  background: url(../img/bg-lady.png) 150% 0% no-repeat;
  background-size: cover;
}
.main-row{
	min-height:100% !important;
	height:100% !important;
	width:100% !important;
	margin-bottom:-292px !important;
}
.main-col{
	padding:10px 30px;
}
.main-h1{
	color:#fff !important;
	font-size: 36px;
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1.333;
  margin-top:150px;
  margin-bottom: 50px;
}
.main-h1 span{
	color:#efb01a;
}
.middle-part{
	height:182px;
	background:url("../img/bottom-shape.png") center repeat-x;
	margin-bottom: 25px;
}
.form-inline {}
#search_bar{
	height:54px !important;
	width:350px !important;
	border:none !important;
	border-radius: 2px !important;
	font-size: 16px;
 	font-family: "Montserrat";
  font-weight: bold;
  background: url("../img/icons/point-icon.png") no-repeat scroll #fff center right 20px;
  padding-left:30px;
  padding-right:40px

}
#search_bar_result{
  height:54px !important;
  width:100% !important;
  border:none !important;
  border-radius: 2px !important;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: bold;
  background: url("../img/icons/point-icon.png") no-repeat scroll #fff center right 20px;
  padding-left:30px;
  padding-right:40px;
}

.s-button{
	color:#fff;
	background-color:#efb01a !important;
	padding:9px 15px !important;
	height:55px !important;
	border-radius: 2px !important;
	font-weight: bold;
	margin-left:20px;
}
/*END HOME PAGE*/

/* RESULT PAGE */
.top-line{
	height: 148px;
	background:url("../img/top-bg-line.png") no-repeat;
	background-size: cover;
	background-position: top;
  padding-top: 50px;

}
.new-search{
  color:#fff;
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 0.5;
}
#map {
  background: url("../img/france.jpg") 100% 100% no-repeat;
  background-size:contain;
  background-color:#fff;
}
.main-row-result{
	width:100% !important;	
	padding:50px 20px;
}
.results-row{
  margin-top: 15px;
  padding: 10px 60px;
}
.results-col{
  padding: 10px 50px;
  margin-left: 75px;
}
.results-title{
  border-top:1px solid #dedede;
}
.results {
  padding:2px 10px;
  position: absolute;
  top: -15px;
  background: #fff;
  font-family: 'Montserrat';
}
.taxi-item{
  padding:0 10px;
    border-bottom:1px solid #ccc;
}
.banner-result{
	height:90px
	width:728px;
}
.taxi-item, ul{
  list-style: none !important;

}
.taxi-description{
  color:#a6a6a6;
}
.taxi-counter-spot{
  padding: 50px 0;
  background: url(../img/marker.png) no-repeat center;
}
.taxi-counter {
  /*border: 2px solid #f0f0f0;*/
  /*border-radius: 50%;*/
  /*padding: 15% 20%;*/
  /*background-color: #efb01a;*/
  font-size:16px;
  font-weight: bold;
  font-family: 'Montserrat';
  
}
.call-button{  
    color: #fff;
    background-color: #efb01a !important;
    padding: 11px 15px !important;
    height: 50px !important;
    border-radius: 2px !important;
    font-weight: bold;
    margin-top: 4%;
}
.top{
  padding: 8px 2px;
  background: url(../img/sign-head.png) no-repeat top center !important; 
}
.location_name{
  border: 5px solid #ff0000;
  padding: 2px 9px;
  border-radius: 3px;
}
.bottom{
  background: url(../img/sign-leg.png) no-repeat top center !important; 
  height:100px;
}
/*END RESULT PAGE*/

/* Footer */

.footer-home{
	height:60px;
	max-height: 60px !important;
	border-top:1px solid #dbdbdc;
	color:#9b9b9b;
	padding:25px 100px 0;
}
.footer-result{
	height:60px;
	max-height: 60px !important;
	border-top:1px solid #dbdbdc;
	color:#49494f !important;
	padding:25px 100px 0;

  font-size: 14px;
  font-family: "Montserrat";

}
.footer-home i, .footer-result i{
	color:#efb01a;
}
.numero{
	text-decoration: underline;
	font-size: 14px;
  font-family: "Montserrat";
  color:#e2e0de;
}
.numero2{
  text-decoration: underline;
  font-size: 14px;
  font-family: "Montserrat";
  color:#383838;
}
.appel{
  color:#e2e0de;
}
.appel2{
  color:#383838;
}
.contacts{
	display: inline-flex;
	font-size: 14px;
  	font-family: "Montserrat";

}
/*END FOOTER*/

/****** LOGIN MODAL ******/

@import url(http://fonts.googleapis.com/css?family=Roboto);


.loginmodal-container {
  padding: 30px;
  max-width: 450px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: 'Montserrat';
}
.loginmodal-container, .list-group-item{
  padding:5px 10px !important;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: "Montserrat";
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.mrg-left-5{
  margin-left:5px;
}
.mrg-left-10{
  margin-left:10px;
}
.mrg-left-15{
  margin-left:15px;
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #efb01a;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/* Pagination Style */
.result-pag a{
  padding:5px 10px;
  background-color:#f8f8f8;
  color:#6f6f6f;
  border:1px solid #c1c1c1;
  margin-right: 5px;
  border-radius: 3px;
  font-family: 'Montserrat';
  font-size: 14px;
}
.result-pag .active{
  background-color: #eaa002 !important;
  color:#fff !important;
}
.result-pag a:hover{
  color:#fff !important;
  background-color: #eaa002 !important;

}
/* Style for number display*/
.wrap_num {
    display:none;
    border-collapse: collapse;
    box-sizing: border-box;
    font-family: Roboto-Regular-webfont;
    font-size: 12.8px;
    height: 58.2px;
    -webkit-locale: "fr";
    perspective-origin: 187.2px 29.1px;
    transform-origin: 187.2px 29.1px;
    border-radius: 0 0 0 0;
    font: normal normal 400 normal 12.8px / normal 'Montserrat';
    -webkit-transform-origin: 187.2px 29.1px;
}

.inner {
    background-color: rgb(255, 255, 255);
    border-top-color: rgb(180, 180, 180);
    border-top-style: solid;
    border-top-width: 1px;
    display: inline-block;
    font-family: 'Montserrat';
    width: 246.15px;
    top: 1;
    left: 0;
    border-right: 1px solid rgb(180, 180, 180);
    border-bottom: 1px solid rgb(180, 180, 180);
    border-left: 1px solid rgb(180, 180, 180);
    border-style: solid;
}

.number {
    color: rgb(175, 0, 125);
    font-family: 'Montserrat', sans-serif;
    margin-right: 2px;
    width: 126.787px;
    font: normal normal 700 normal 16px / 22px Montserrat, sans-serif;

}

.number_detailes {
    background-color: rgb(175, 0, 125);
    display: inline-block;
    font-family: 'Montserrat';
    position: relative;
    background: rgb(175, 0, 125) none repeat scroll 0% 0% / auto padding-box border-box;
    padding: 3px 6px 3px 12px;
}

.number_detailes:before {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 7px;
    border-collapse: collapse;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 7px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 7px;
    content: '';
    display: block;
    font-family: 'Montserrat';
    position: absolute;
    right: 104.175px;
    top: 14px;
    margin: -7px 0px 0px;
}

.details, .in_details {
    padding-left: 2px;
    color: rgb(255, 255, 255);
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    height: 10.4px;
    width: 93.175px;
}
.gr {
    border-bottom-color: rgb(255, 255, 255);
    border-collapse: collapse;
    border-left-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-top-color: rgb(255, 255, 255);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-style: normal;
    line-height: 10.8px;
    outline-color: rgb(255, 255, 255);
    text-decoration: none solid rgb(255, 255, 255);
    text-decoration-color: rgb(255, 255, 255);
    column-rule-color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    -webkit-locale: "fr";
    perspective-origin: 50% 50%;
    -webkit-text-emphasis-color: rgb(255, 255, 255);
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-text-stroke-color: rgb(255, 255, 255);
    transform-origin: 50% 50%;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    border-top: 0px none rgb(255, 255, 255);
    border-right: 0px none rgb(255, 255, 255);
    border-bottom: 0px none rgb(255, 255, 255);
    border-left: 0px none rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    border-radius: 0 0 0 0;
    font: normal normal 400 normal 9px / 10.8px 'Montserrat', sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    -webkit-border-after: 0px none rgb(255, 255, 255);
    -webkit-border-before: 0px none rgb(255, 255, 255);
    -webkit-border-end: 0px none rgb(255, 255, 255);
    -webkit-border-start: 0px none rgb(255, 255, 255);
    -webkit-transform-origin: 50% 50%;
}

.b7 {
    border-bottom-color: rgb(255, 255, 255);
    border-collapse: collapse;
    border-left-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-top-color: rgb(255, 255, 255);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    line-height: 10.8px;
    outline-color: rgb(255, 255, 255);
    text-decoration: none solid rgb(255, 255, 255);
    text-decoration-color: rgb(255, 255, 255);
    column-rule-color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    -webkit-locale: "fr";
    -webkit-text-emphasis-color: rgb(255, 255, 255);
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-text-stroke-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    border-top: 0px none rgb(255, 255, 255);
    border-right: 0px none rgb(255, 255, 255);
    border-bottom: 0px none rgb(255, 255, 255);
    border-left: 0px none rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    border-radius: 0 0 0 0;
    font: normal normal 700 normal 9px / 10.8px 'Montserra', sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    -webkit-border-after: 0px none rgb(255, 255, 255);
    -webkit-border-before: 0px none rgb(255, 255, 255);
    -webkit-border-end: 0px none rgb(255, 255, 255);
    -webkit-border-start: 0px none rgb(255, 255, 255);
}

.note {
    border-collapse: collapse;
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-size: 12.8px;
    height: 27.2px;
    margin-top: 5px;
    width: 374.4px;
    -webkit-locale: "fr";
    perspective-origin: 187.2px 13.6px;
    transform-origin: 187.2px 13.6px;
    border-radius: 0 0 0 0;
    font: normal normal 400 normal 12.8px / normal 'Montserrat';
    margin: 5px 0px 0px;
    -webkit-transform-origin: 187.2px 13.6px;
}
.note_text {
    text-align: center;
    border-bottom-color: rgb(119, 119, 119);
    border-collapse: collapse;
    border-left-color: rgb(119, 119, 119);
    border-right-color: rgb(119, 119, 119);
    border-top-color: rgb(119, 119, 119);
    box-sizing: border-box;
    color: rgb(119, 119, 119);
    font-family: 'Montserrat';
    margin-top: 0px;
    width: 263.15px;
    -webkit-text-fill-color: rgb(119, 119, 119);
    -webkit-text-stroke-color: rgb(119, 119, 119);
    font: italic normal 400 normal 10px / normal Roboto-Regular-webfont;
}

.add_info {
    border-bottom-color: rgb(119, 119, 119);
    border-collapse: collapse;
    border-left-color: rgb(119, 119, 119);
    border-right-color: rgb(119, 119, 119);
    border-top-color: rgb(119, 119, 119);
    box-sizing: border-box;
    color: rgb(119, 119, 119);
    font-family: Roboto-Regular-webfont;
    font-size: 10px;
    font-style: italic;
    outline-color: rgb(119, 119, 119);
    text-decoration: underline solid rgb(119, 119, 119);
    text-decoration-color: rgb(119, 119, 119);
    column-rule-color: rgb(119, 119, 119);
    -webkit-locale: "fr";
    -webkit-text-emphasis-color: rgb(119, 119, 119);
    -webkit-text-fill-color: rgb(119, 119, 119);
    -webkit-text-stroke-color: rgb(119, 119, 119);
    caret-color: rgb(119, 119, 119);
    border: 0px none rgb(119, 119, 119);
    border-top: 0px none rgb(119, 119, 119);
    border-right: 0px none rgb(119, 119, 119);
    border-bottom: 0px none rgb(119, 119, 119);
    border-left: 0px none rgb(119, 119, 119);
    border-color: rgb(119, 119, 119);
    border-radius: 0 0 0 0;
    font: italic normal 400 normal 10px / normal Roboto-Regular-webfont;
    outline: rgb(119, 119, 119) none 0px;
    -webkit-border-after: 0px none rgb(119, 119, 119);
    -webkit-border-before: 0px none rgb(119, 119, 119);
    -webkit-border-end: 0px none rgb(119, 119, 119);
    -webkit-border-start: 0px none rgb(119, 119, 119);
}



/* Style for number display*/


/* Pagination Style */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
     background-color: #fff !important;
}
  .navbar-default .navbar-toggle{
      border-color: #fff !important;
}

/* Responsive style*/

@media (max-width: 576px) { 
  .navbar-brand img{
    margin-left:20% !important;
  }


}

@media (max-width: 768px) { 
   .navbar-brand img{
    margin-left:40% !important;
    margin-top: -35px !important;
  }
  .navbar{
    width:100% !important;
  }
  .navbar-collapse{
    width:100% !important;
    min-width: 100% !important;
    background-color: #fff !important;
    margin:-40px 45px !important;
    height:175px !important;
    border:none !important;
  
  }
  .lilang{
    padding-left:15px !important;
  }
  .flag-icon-french{
    left: 0px !important;
  }
  .flag-icon{
    left: 0px !important;
  }
  .results-row{
   padding: 0 !important;
 }
 .results-col{
  padding:0 !important;
  margin:0 !important;
 }
 .taxi-item{
  padding:0 !important;
 }
 .results-title {
    border-top: 1px solid #dedede;
    padding-top: 20px;
  }
  .footer-result {
    height: 60px;
    max-height: 60px !important;
    border-top: 1px solid #dbdbdc;
    color: #49494f !important;
    padding: 0 !important;
    font-size: 10px;
    font-family: "Montserrat";
  }
  .numero2 {
    text-decoration: underline;
    font-size: 9px;
    font-family: "Montserrat";
    color: #383838;
  }
  .banner-result {
    height: 50px !important;
    width: 340px !important;
  }
  .new-search {
    color: #fff;
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 0.7;
    margin-top: 13px;
    font-size: 15px;
    margin-left: -10px;
  }
  .top-line-margin{
   /* margin-left: -15px !important;*/
  }
  .top-line {
    height: 148px !important;
    background: url(../img/top-bg-line.png) no-repeat;
    background-size: cover !important;
    background-position: top !important;
    padding-top: 50px !important;
    /*margin-left: -24px !important;*/
  }
  .s-button {
    height: 45px !important;
    width: 100px !important;
    font-size: 10px !important;
    margin-left: 14px;
    padding: 0 !important;
  }
  #search_bar_result {
       height: 46px !important;
    width: 170px !important;
    border: none !important;
    border-radius: 2px !important;
    font-size: 11px;
    font-family: "Montserrat";
    font-weight: bold;
    background: url(../img/icons/point-icon.png) no-repeat scroll #fff center right 20px;
    padding-left: 30px;
    padding-right: 40px;
    margin-left: -14px;
  }
}

@media (min-width: 992px) {  
  .navbar-brand img{
    margin-left:20% !important;
  } 
}

@media (min-width: 1200px) {  
  .navbar-brand{
    margin-left:30% !important;
  }
}