@font-face
{
   font-family: "Material Icons";
   font-style: normal;
   font-weight: 400;
   src: url(MaterialIcons-Regular.eot);
   src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(MaterialIcons-Regular.woff2) format('woff2'),
        url(MaterialIcons-Regular.woff) format('woff'),
        url(MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons
{
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   display: inline-block;
   line-height: 1;
   text-transform: none;
   letter-spacing: normal;
   word-wrap: normal;
   white-space: nowrap;
   direction: ltr;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
   -moz-osx-font-smoothing: grayscale;
   font-feature-settings: "liga";
}
@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes animate-fade-in-left
{
   0% { -webkit-transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-left
{
   0% { -moz-transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes animate-rotate-out-left
{
   0% { opacity: 1; -webkit-transform: rotate(0deg) ;  }
   100% { opacity: 0; -webkit-transform: translate(-1000px,0px) rotate(360deg) ;  }
}
@-moz-keyframes animate-rotate-out-left
{
   0% { opacity: 1; -moz-transform: rotate(0deg) ;  }
   100% { opacity: 0; -moz-transform: translate(-1000px,0px) rotate(360deg) ;  }
}
@keyframes animate-rotate-out-left
{
   0% { opacity: 1; transform: rotate(0deg) ;  }
   100% { opacity: 0; transform: translate(-1000px,0px) rotate(360deg) ;  }
}
@-webkit-keyframes animate-scroll-x
{
   0% { margin-left: -200%;  }
   100% { margin-left: 100%;  }
}
@-moz-keyframes animate-scroll-x
{
   0% { margin-left: -200%;  }
   100% { margin-left: 100%;  }
}
@keyframes animate-scroll-x
{
   0% { margin-left: -200%;  }
   100% { margin-left: 100%;  }
}
@-webkit-keyframes swap
{
   0% { -webkit-transform: translate(-700px,0px) rotate(0deg) scale(0,0) ; -webkit-transform-origin: 0 100%; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1,1) ; -webkit-transform-origin: 100% 100%; opacity: 1;  }
}
@-moz-keyframes swap
{
   0% { -moz-transform: translate(-700px,0px) rotate(0deg) scale(0,0) ; -moz-transform-origin: 0 100%; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1,1) ; -moz-transform-origin: 100% 100%; opacity: 1;  }
}
@keyframes swap
{
   0% { transform: translate(-700px,0px) rotate(0deg) scale(0,0) ; transform-origin: 0 100%; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1,1) ; transform-origin: 100% 100%; opacity: 1;  }
}
@-webkit-keyframes transform-bounce
{
   0% { -webkit-transform: rotate(0deg) ;  }
   20% { -webkit-transform: rotate(0deg) ;  }
   40% { -webkit-transform: translate(0px,-30px) rotate(0deg) ;  }
   50% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
   60% { -webkit-transform: translate(0px,-15px) rotate(0deg) ;  }
   80% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-bounce
{
   0% { -moz-transform: rotate(0deg) ;  }
   20% { -moz-transform: rotate(0deg) ;  }
   40% { -moz-transform: translate(0px,-30px) rotate(0deg) ;  }
   50% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
   60% { -moz-transform: translate(0px,-15px) rotate(0deg) ;  }
   80% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-bounce
{
   0% { transform: rotate(0deg) ;  }
   20% { transform: rotate(0deg) ;  }
   40% { transform: translate(0px,-30px) rotate(0deg) ;  }
   50% { transform: translate(0px,0px) rotate(0deg) ;  }
   60% { transform: translate(0px,-15px) rotate(0deg) ;  }
   80% { transform: translate(0px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
a.style2
{
   color: #DC143C;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style2::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 1px;
   background: #000000;
   opacity: 0;
   -webkit-transform: translateY(10px);
   -moz-transform: translateY(10px);
   transform: translateY(10px);
   margin-top: 1px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.style2:hover::after
{
   background: #000000;
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   transform: translateY(0px);
}
a.style2:visited
{
   color: #DC143C;
   text-decoration: none;
}
a.style2:active
{
   color: #DC143C;
   text-decoration: none;
}
a.style2:hover
{
   color: #000000;
   text-decoration: none;
}
a.email
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.email::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 1px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.email:hover::after
{
   background: #DCDCDC;
   height: 1px;
}
a.email:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.email:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.email:hover
{
   color: #DCDCDC;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.welcome
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.Find place
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   line-height: 27.63px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.how ot works
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 21.63px;
   text-decoration: none;
   color: #696969;
   background-color: transparent;
}
.style0
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   line-height: 22.83px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
}
.style1
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   line-height: 19.03px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
}
.style2
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 11px;
   line-height: 19.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.style3
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 11px;
   text-align: center;
   line-height: 19.53px;
   text-decoration: none;
   color: #DCDCDC;
   background-color: transparent;
}
@media only screen and (min-width: 1280px) and (max-width: 1919px)
{
.how ot works
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 21.63px;
   text-decoration: none;
   color: #696969;
   background-color: transparent;
}
.style1
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 16.03px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
.how ot works
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 21.63px;
   text-decoration: none;
   color: #696969;
   background-color: transparent;
}
.style1
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 12px;
   line-height: 15.03px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
.how ot works
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 21.63px;
   text-decoration: none;
   color: #696969;
   background-color: transparent;
}
.style1
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   line-height: 22.83px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
.how ot works
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 21.63px;
   text-decoration: none;
   color: #696969;
   background-color: transparent;
}
.style1
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 19.23px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
}
}
@media only screen and (max-width: 479px)
{
.how ot works
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 19.23px;
   text-decoration: none;
   color: #696969;
   background-color: transparent;
}
.style0
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   line-height: 27.63px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
}
.style1
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
}
}
