html {
     box-sizing: border-box;
}
 *, *:before, *:after {
     box-sizing: inherit;
}
 * {
     max-height: 1000000px;
     margin: 0;
     padding: 0;
}
 body {
     color: #333;
     background: #e5e5e5;
     font: 400 14px/1.7 "Montserrat", sans-serif;
     min-width: 320px;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 img {
     max-width: 100%;
     height: auto;
     vertical-align: top;
}
 .gm-style img {
     max-width: none;
}
 @media only screen and (min-width: 1025px) {
     a[href^=tel], a[href^=skype], a[href^=sms] {
         cursor: default;
         pointer-events: none;
    }
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 ol, ul {
     list-style: none;
}
 blockquote, q {
     quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
     content: '';
     content: none;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: "Montserrat", sans-serif;
     font-weight: 500;
     margin: 0 0 10px;
     color: #333;
}
 h1 {
     font-size: 26px;
}
 h2 {
     font-size: 24px;
}
 h3 {
     font-size: 22px;
}
 h4 {
     font-size: 18px;
}
 h5 {
     font-size: 17px;
}
 h6 {
     font-size: 15px;
}
 p {
     margin: 0 0 20px;
}
 a {
     color: #0099cc;
     text-decoration: none;
     transition: color 0.3s linear;
}
 a:hover, a:focus {
     text-decoration: none;
     color: #713b87;
}
 .container {
     max-width: 1024px;
     padding: 0 15px;
     margin: 30px auto;
}
/* responsive table */
 .responsiveTbl table {
     text-align: left;
     width: 100%;
}
 tr {
     background: #fff;
}
 tr:nth-child(2n) {
     background: #828282;
}
 tr:hover .msg {
     opacity: 1;
     top: 0;
}
 th, td {
     padding: 15px 20px;
     vertical-align: middle;
}
 th:nth-child(2), td:nth-child(2) {
     text-align: left;
}
 th {
     background: #0099cc;
     color: #fff;
     font-weight: 500;
     text-transform: uppercase;
     padding: 25px 20px;
}
tr:nth-child(2n+2) td {
	background: #e8e8e8;
}
 .price, .btn {
     border: 1px solid #0099cc;
     border-radius: 25px;
     display: inline-block;
     vertical-align: top;
     padding: 8px;
     min-width: 100px;
     text-align: center;
}
 .btn {
     border: none;
     color: #fff;
     background: #0099cc;
     transition: box-shadow 0.3s linear;
}
 .btn:hover {
     box-shadow: inset 0 0 0 25px #532c64;
     color: #fff;
}
/* responsive using desktop first approach */
 @media only screen and (max-width: 767px) {
     .price, .btn {
         padding: 0;
         border: none;
         background: none;
    }
     .btn {
         color: #0099cc;
    }
     .responsiveTbl {
         overflow: auto;
    }
     .responsiveTbl table {
         width: 767px;
    }
}
 @media only screen and (max-width: 640px) {
     .responsiveTbl table {
         width: 640px;
    }
}
/*# sourceMappingURL=main.css.map */
