@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-fire-text-shadow
{
   0% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
   50% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;  }
   100% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
}
@-moz-keyframes animate-fire-text-shadow
{
   0% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
   50% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;  }
   100% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
}
@keyframes animate-fire-text-shadow
{
   0% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
   50% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;  }
   100% { text-shadow: #fff 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 10px, red 0 -8px 10px;  }
}
@-webkit-keyframes heartbeat-1
{
   0% { -webkit-transform: rotate(0deg) ;  }
   15% { -webkit-transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { -webkit-transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { -webkit-transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes heartbeat-1
{
   0% { -moz-transform: rotate(0deg) ;  }
   15% { -moz-transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { -moz-transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { -moz-transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes heartbeat-1
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes puff-out
{
   0% { -webkit-transform: rotate(0deg) scale(1,1) ; -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform: rotate(0deg) scale(2,2) ; -webkit-transform-origin: 50% 50%; opacity: 0;  }
}
@-moz-keyframes puff-out
{
   0% { -moz-transform: rotate(0deg) scale(1,1) ; -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform: rotate(0deg) scale(2,2) ; -moz-transform-origin: 50% 50%; opacity: 0;  }
}
@keyframes puff-out
{
   0% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(2,2) ; transform-origin: 50% 50%; opacity: 0;  }
}
@-webkit-keyframes text-pop-up
{
   0% { text-shadow: none; -webkit-transform-origin: 50% 50%; -webkit-transform: rotate(0deg) ;  }
   100% { text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 25px 30px rgba(0, 0, 0, 0.3); -webkit-transform: translate(0px,-25px) rotate(0deg) ; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes text-pop-up
{
   0% { text-shadow: none; -moz-transform-origin: 50% 50%; -moz-transform: rotate(0deg) ;  }
   100% { text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 25px 30px rgba(0, 0, 0, 0.3); -moz-transform: translate(0px,-25px) rotate(0deg) ; -moz-transform-origin: 50% 50%;  }
}
@keyframes text-pop-up
{
   0% { text-shadow: none; transform-origin: 50% 50%; transform: rotate(0deg) ;  }
   100% { text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 25px 30px rgba(0, 0, 0, 0.3); transform: translate(0px,-25px) rotate(0deg) ; transform-origin: 50% 50%;  }
}
@-webkit-keyframes transform-peek
{
   0% { -webkit-transform: rotate(0deg) ;  }
   50% { -webkit-transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-peek
{
   0% { -moz-transform: rotate(0deg) ;  }
   50% { -moz-transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-peek
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes transform-shiver
{
   0% { -webkit-transform: rotate(0deg) ;  }
   25% { -webkit-transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { -webkit-transform: translate(5px,0px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-shiver
{
   0% { -moz-transform: rotate(0deg) ;  }
   25% { -moz-transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { -moz-transform: translate(5px,0px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-shiver
{
   0% { transform: rotate(0deg) ;  }
   25% { transform: translate(-5px,0px) rotate(0deg) ;  }
   75% { transform: translate(5px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@-webkit-keyframes transform-swing
{
   0% { -webkit-transform: rotate(0deg) ;  }
   20% { -webkit-transform-origin: top center; -webkit-transform: rotate(15deg) ;  }
   40% { -webkit-transform-origin: top center; -webkit-transform: rotate(-10deg) ;  }
   60% { -webkit-transform-origin: top center; -webkit-transform: rotate(5deg) ;  }
   80% { -webkit-transform-origin: top center; -webkit-transform: rotate(-5deg) ;  }
   100% { -webkit-transform-origin: top center; -webkit-transform: rotate(0deg) ;  }
}
@-moz-keyframes transform-swing
{
   0% { -moz-transform: rotate(0deg) ;  }
   20% { -moz-transform-origin: top center; -moz-transform: rotate(15deg) ;  }
   40% { -moz-transform-origin: top center; -moz-transform: rotate(-10deg) ;  }
   60% { -moz-transform-origin: top center; -moz-transform: rotate(5deg) ;  }
   80% { -moz-transform-origin: top center; -moz-transform: rotate(-5deg) ;  }
   100% { -moz-transform-origin: top center; -moz-transform: rotate(0deg) ;  }
}
@keyframes transform-swing
{
   0% { transform: rotate(0deg) ;  }
   20% { transform-origin: top center; transform: rotate(15deg) ;  }
   40% { transform-origin: top center; transform: rotate(-10deg) ;  }
   60% { transform-origin: top center; transform: rotate(5deg) ;  }
   80% { transform-origin: top center; transform: rotate(-5deg) ;  }
   100% { transform-origin: top center; transform: 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.menu_footer
{
   color: #D3D3D3;
   text-decoration: none;
   -webkit-transition: all 150ms linear;
   -moz-transition: all 150ms linear;
   transition: all 150ms linear;
   position: relative;
   display: inline-block;
}
a.menu_footer::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 1px;
   background: #D2202E;
   opacity: 0;
   -webkit-transform: translateY(10px);
   -moz-transform: translateY(10px);
   transform: translateY(10px);
   margin-top: 1px;
   -webkit-transition: all 150ms linear;
   -moz-transition: all 150ms linear;
   transition: all 150ms linear;
}
a.menu_footer:hover::after
{
   background: #D2202E;
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   transform: translateY(0px);
}
a.menu_footer:visited
{
   color: #D3D3D3;
   text-decoration: none;
}
a.menu_footer:active
{
   color: #D3D3D3;
   text-decoration: none;
}
a.menu_footer:hover
{
   color: #D2202E;
   text-decoration: none;
   -webkit-text-shadow: 2px 0px 0px rgba(25,25,25,1.00);
   -moz-text-shadow: 2px 0px 0px rgba(25,25,25,1.00);
   text-shadow: 2px 0px 0px rgba(25,25,25,1.00);
}
a.WEB,_MOBILE_APP
{
   color: #C0C0C0;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.WEB,_MOBILE_APP::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 4px;
   margin-top: 4px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.WEB,_MOBILE_APP:hover::after
{
   background: #000000;
   width: 100%;
}
a.WEB,_MOBILE_APP:visited
{
   color: #C0C0C0;
   text-decoration: none;
}
a.WEB,_MOBILE_APP:active
{
   color: #C0C0C0;
   text-decoration: none;
}
a.WEB,_MOBILE_APP:hover
{
   color: #000000;
   text-decoration: none;
}
a.mobile_in_black
{
   color: #000000;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.mobile_in_black::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.mobile_in_black:hover::after
{
   background: #000000;
   width: 100%;
}
a.mobile_in_black:visited
{
   color: #000000;
   text-decoration: none;
}
a.mobile_in_black:active
{
   color: #000000;
   text-decoration: none;
}
a.mobile_in_black:hover
{
   color: #000000;
   text-decoration: none;
}
a.mobile_in_white
{
   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.mobile_in_white::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 1px;
   margin-top: 1px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.mobile_in_white:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.mobile_in_white:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.mobile_in_white:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.mobile_in_white:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.text_menu
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
   transition: all 200ms linear;
   position: relative;
   display: inline-block;
}
a.text_menu::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 4px;
   width: 0;
   margin-top: 4px;
   -webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
   transition: all 200ms linear;
}
a.text_menu:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.text_menu:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.text_menu:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.text_menu:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.MENU_OF_3_THINGS
{
   color: #F5F5F5;
   text-decoration: none;
   -webkit-transition: all 100ms linear;
   -moz-transition: all 100ms linear;
   transition: all 100ms linear;
   position: relative;
   display: inline-block;
}
a.MENU_OF_3_THINGS::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 2px;
   background: #FFFFFF;
   opacity: 0;
   -webkit-transform: translateY(10px);
   -moz-transform: translateY(10px);
   transform: translateY(10px);
   margin-top: 2px;
   -webkit-transition: all 100ms linear;
   -moz-transition: all 100ms linear;
   transition: all 100ms linear;
}
a.MENU_OF_3_THINGS:hover::after
{
   background: #FFFFFF;
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   transform: translateY(0px);
}
a.MENU_OF_3_THINGS:visited
{
   color: #F5F5F5;
   text-decoration: none;
}
a.MENU_OF_3_THINGS:active
{
   color: #F5F5F5;
   text-decoration: none;
}
a.MENU_OF_3_THINGS:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.hidden_menu_with_lamp
{
   color: #F5F5F5;
   text-decoration: none;
}
a.hidden_menu_with_lamp:visited
{
   color: #F5F5F5;
   text-decoration: none;
}
a.hidden_menu_with_lamp:active
{
   color: #F5F5F5;
   text-decoration: none;
}
a.hidden_menu_with_lamp:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.menu_of_login
{
   color: #4F4F4F;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.menu_of_login::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 2px;
   background: #000000;
   opacity: 0;
   -webkit-transform: translateY(10px);
   -moz-transform: translateY(10px);
   transform: translateY(10px);
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.menu_of_login:hover::after
{
   background: #000000;
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   transform: translateY(0px);
}
a.menu_of_login:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.menu_of_login:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.menu_of_login:hover
{
   color: #000000;
   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;
}
.about
{
   font-family: Lato;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #4F4F4F;
   background-color: transparent;
}
.why_chice_us
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 600;
   font-size: 13px;
   line-height: 19.83px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
}
.contact
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 600;
   font-size: 13px;
   line-height: 21.63px;
   text-decoration: none;
   color: #D3D3D3;
   background-color: transparent;
}
.confirmation_text
{
   font-family: Jost;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 19.03px;
   text-decoration: none;
   color: #D2202E;
   background-color: transparent;
}
@media only screen and (min-width: 1280px) and (max-width: 1919px)
{
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
.why_chice_us
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 600;
   font-size: 12px;
   line-height: 18.73px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
