@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-up
{
   0% { -webkit-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-up
{
   0% { -moz-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes funny-in
{
   0% { -webkit-transform: rotate(360deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   20% { -webkit-transform: rotate(0deg) scale(0.5,0.5) ; opacity: 1; -webkit-transform-origin: 0 100%;  }
   40% { -webkit-transform: rotate(0deg) scale(0.5,0.5) ; -webkit-transform-origin: 100% 100%;  }
   60% { -webkit-transform: rotate(0deg) scale(0.5,0.5) ; -webkit-transform-origin: 100% 0;  }
   80% { -webkit-transform-origin: 0 0; -webkit-transform: rotate(0deg) scale(0.5,0.5) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes funny-in
{
   0% { -moz-transform: rotate(360deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   20% { -moz-transform: rotate(0deg) scale(0.5,0.5) ; opacity: 1; -moz-transform-origin: 0 100%;  }
   40% { -moz-transform: rotate(0deg) scale(0.5,0.5) ; -moz-transform-origin: 100% 100%;  }
   60% { -moz-transform: rotate(0deg) scale(0.5,0.5) ; -moz-transform-origin: 100% 0;  }
   80% { -moz-transform-origin: 0 0; -moz-transform: rotate(0deg) scale(0.5,0.5) ;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@keyframes funny-in
{
   0% { transform: rotate(360deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   20% { transform: rotate(0deg) scale(0.5,0.5) ; opacity: 1; transform-origin: 0 100%;  }
   40% { transform: rotate(0deg) scale(0.5,0.5) ; transform-origin: 100% 100%;  }
   60% { transform: rotate(0deg) scale(0.5,0.5) ; transform-origin: 100% 0;  }
   80% { transform-origin: 0 0; transform: rotate(0deg) scale(0.5,0.5) ;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes jello-horizontal
{
   0% { -webkit-transform: rotateX(0deg) ;  }
   30% { -webkit-transform: rotateX(0deg) scale3d(1.25,0.75,1.0) ;  }
   40% { -webkit-transform: rotateX(0deg) scale3d(0.75,1.25,1.0) ;  }
   50% { -webkit-transform: rotateX(0deg) scale3d(1.15,0.85,1.0) ;  }
   65% { -webkit-transform: rotateX(0deg) scale3d(0.95,1.05,1.0) ;  }
   75% { -webkit-transform: rotateX(0deg) scale3d(1.05,0.95,1.0) ;  }
   100% { -webkit-transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-moz-keyframes jello-horizontal
{
   0% { -moz-transform: rotateX(0deg) ;  }
   30% { -moz-transform: rotateX(0deg) scale3d(1.25,0.75,1.0) ;  }
   40% { -moz-transform: rotateX(0deg) scale3d(0.75,1.25,1.0) ;  }
   50% { -moz-transform: rotateX(0deg) scale3d(1.15,0.85,1.0) ;  }
   65% { -moz-transform: rotateX(0deg) scale3d(0.95,1.05,1.0) ;  }
   75% { -moz-transform: rotateX(0deg) scale3d(1.05,0.95,1.0) ;  }
   100% { -moz-transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes jello-horizontal
{
   0% { transform: rotateX(0deg) ;  }
   30% { transform: rotateX(0deg) scale3d(1.25,0.75,1.0) ;  }
   40% { transform: rotateX(0deg) scale3d(0.75,1.25,1.0) ;  }
   50% { transform: rotateX(0deg) scale3d(1.15,0.85,1.0) ;  }
   65% { transform: rotateX(0deg) scale3d(0.95,1.05,1.0) ;  }
   75% { transform: rotateX(0deg) scale3d(1.05,0.95,1.0) ;  }
   100% { transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-webkit-keyframes jello-vertical
{
   0% { -webkit-transform: rotateX(0deg) ;  }
   30% { -webkit-transform: rotateX(0deg) scale3d(0.75,1.25,1.0) ;  }
   40% { -webkit-transform: rotateX(0deg) scale3d(1.25,0.75,1.0) ;  }
   50% { -webkit-transform: rotateX(0deg) scale3d(0.85,1.15,1.0) ;  }
   65% { -webkit-transform: rotateX(0deg) scale3d(1.05,0.95,1.0) ;  }
   75% { -webkit-transform: rotateX(0deg) scale3d(0.95,1.05,1.0) ;  }
   100% { -webkit-transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-moz-keyframes jello-vertical
{
   0% { -moz-transform: rotateX(0deg) ;  }
   30% { -moz-transform: rotateX(0deg) scale3d(0.75,1.25,1.0) ;  }
   40% { -moz-transform: rotateX(0deg) scale3d(1.25,0.75,1.0) ;  }
   50% { -moz-transform: rotateX(0deg) scale3d(0.85,1.15,1.0) ;  }
   65% { -moz-transform: rotateX(0deg) scale3d(1.05,0.95,1.0) ;  }
   75% { -moz-transform: rotateX(0deg) scale3d(0.95,1.05,1.0) ;  }
   100% { -moz-transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes jello-vertical
{
   0% { transform: rotateX(0deg) ;  }
   30% { transform: rotateX(0deg) scale3d(0.75,1.25,1.0) ;  }
   40% { transform: rotateX(0deg) scale3d(1.25,0.75,1.0) ;  }
   50% { transform: rotateX(0deg) scale3d(0.85,1.15,1.0) ;  }
   65% { transform: rotateX(0deg) scale3d(1.05,0.95,1.0) ;  }
   75% { transform: rotateX(0deg) scale3d(0.95,1.05,1.0) ;  }
   100% { transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-webkit-keyframes push
{
   0% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-moz-keyframes push
{
   0% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes push
{
   0% { transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-webkit-keyframes transform-shake
{
   0% { -webkit-transform: rotate(0deg) ;  }
   10% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   20% { -webkit-transform: translate(10px,0px) rotate(0deg) ;  }
   30% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   40% { -webkit-transform: translate(10px,0px) rotate(0deg) ;  }
   50% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   60% { -webkit-transform: translate(10px,0px) rotate(0deg) ;  }
   70% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   80% { -webkit-transform: translate(10px,0px) rotate(0deg) ;  }
   90% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-shake
{
   0% { -moz-transform: rotate(0deg) ;  }
   10% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   20% { -moz-transform: translate(10px,0px) rotate(0deg) ;  }
   30% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   40% { -moz-transform: translate(10px,0px) rotate(0deg) ;  }
   50% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   60% { -moz-transform: translate(10px,0px) rotate(0deg) ;  }
   70% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   80% { -moz-transform: translate(10px,0px) rotate(0deg) ;  }
   90% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-shake
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: translate(-10px,0px) rotate(0deg) ;  }
   20% { transform: translate(10px,0px) rotate(0deg) ;  }
   30% { transform: translate(-10px,0px) rotate(0deg) ;  }
   40% { transform: translate(10px,0px) rotate(0deg) ;  }
   50% { transform: translate(-10px,0px) rotate(0deg) ;  }
   60% { transform: translate(10px,0px) rotate(0deg) ;  }
   70% { transform: translate(-10px,0px) rotate(0deg) ;  }
   80% { transform: translate(10px,0px) rotate(0deg) ;  }
   90% { transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@-webkit-keyframes transform-tada
{
   0% { -webkit-transform: rotate(0deg) ;  }
   10% { -webkit-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { -webkit-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { -webkit-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { -webkit-transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-tada
{
   0% { -moz-transform: rotate(0deg) ;  }
   10% { -moz-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { -moz-transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { -moz-transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { -moz-transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-tada
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
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.style1
{
   color: #72B6F9;
   font-weight: bold;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style1::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.style1:hover::after
{
   background: #72B6F9;
   width: 100%;
}
a.style1:visited
{
   color: #000000;
   text-decoration: none;
}
a.style1:active
{
   color: #000000;
   text-decoration: none;
}
a.style1:hover
{
   color: #72B6F9;
   font-weight: bold;
   text-decoration: none;
}
a.Contact
{
   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.Contact::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.Contact:hover::after
{
   background: #FFFFFF;
   height: 2px;
}
a.Contact:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Contact:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Contact:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.MENU_FOOTER
{
   color: #D3D3D3;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.MENU_FOOTER::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.MENU_FOOTER:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.MENU_FOOTER:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.MENU_FOOTER:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.MENU_FOOTER:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.menu
{
   color: #4F4F4F;
   text-decoration: none;
   -webkit-transition: all 50ms linear;
   -moz-transition: all 50ms linear;
   transition: all 50ms linear;
   position: relative;
   display: inline-block;
}
a.menu::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 50ms linear;
   -moz-transition: all 50ms linear;
   transition: all 50ms linear;
}
a.menu:hover::after
{
   background: #000000;
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   transform: translateY(0px);
}
a.menu:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.menu:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.menu: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;
}
.style1
{
   font-family: "Montserrat";
   font-weight: 300;
   font-size: 17px;
   letter-spacing: 0px;
   line-height: 33.63px;
   text-decoration: none;
   color: #696969;
   background-color: transparent;
   style1;
}
.style2
{
   font-family: "Open Sans";
   font-weight: 300;
   font-size: 21px;
   letter-spacing: 1px;
   line-height: 33.63px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   style2;
}
.BOOK
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   line-height: 28.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.BOOK_copy
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   line-height: 28.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.design
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 30.63px;
   text-decoration: none;
   color: #4F4F4F;
   background-color: transparent;
   border: 1px none #4F4F4F;
   border-radius: 1px;
}
@media only screen and (min-width: 1280px) and (max-width: 1919px)
{
.BOOK
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.BOOK_copy
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.design
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #4F4F4F;
   background-color: transparent;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
.BOOK
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.BOOK_copy
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.design
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #4F4F4F;
   background-color: transparent;
}
}
@media only screen and (min-width: 980px) and (max-width: 1023px)
{
.BOOK
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.BOOK_copy
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.design
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #4F4F4F;
   background-color: transparent;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px)
{
.BOOK
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.BOOK_copy
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.design
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 12px;
   line-height: 21.03px;
   text-decoration: none;
   color: #4F4F4F;
   background-color: transparent;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
.style2
{
   font-family: "Open Sans";
   font-weight: 300;
   font-size: 19px;
   letter-spacing: 1.2px;
   line-height: 26.03px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   style2;
}
.BOOK
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 12px;
   line-height: 21.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.BOOK_copy
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 21.63px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.design
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #4F4F4F;
   background-color: transparent;
}
}
@media only screen and (max-width: 479px)
{
.style1
{
   font-family: "Montserrat";
   font-weight: 300;
   font-size: 15px;
   letter-spacing: 0px;
   line-height: 30.03px;
   text-decoration: none;
   color: #696969;
   background-color: transparent;
   ine-height: 1.5;
}
.style2
{
   font-family: "Open Sans";
   font-weight: 300;
   font-size: 16px;
   letter-spacing: 1.2px;
   line-height: 22.03px;
   text-decoration: none;
   color: #F5F5F5;
   background-color: transparent;
   style2;
}
.BOOK
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.BOOK_copy
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.design
{
   font-family: Raleway;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #4F4F4F;
   background-color: transparent;
}
}
