@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@700&display=swap');

* {margin: 0; padding: 0;}
body  {font: normal 12px Tahoma, Verdana, Arial, sans-serif; background: #FFFFFF; color: #A5426F;}
img {border: none;}
.clearfloat {clear: both; height: 0; font-size: 1px; line-height: 0px;}
ul {list-style: none;}
a {text-decoration: underline; color: silver;}
a:hover {text-decoration: none;}

.list,.list2,.list3,.list4{margin-top:5px;margin-bottom:5px;padding-bottom:5px;padding-top:5px;column-gap:30px;-webkit-column-gap:30px;-moz-column-gap:30px;-webkit-column-count:1;-moz-column-count:1;column-count:1}
.list li,.list ul,.list2 li,.list2 ul,.list3 li,.list3 ul,.list4 li,.list4 ul{text-transform:capitalize;list-style:none}
.list li a,.list2 li a,.list3 li a,.list4 li a{display:inline}

.main{margin:10px auto;position:relative;border:1px dotted #A5426F;}

@media screen and (min-width:240px) and (max-width:317px){.main{width:220px}}
@media screen and (min-width:318px) and (max-width:359px){.main{width:300px}}
@media screen and (min-width:360px) and (max-width:374px){.main{width:342px}}
@media screen and (min-width:375px) and (max-width:430px){.main{width:357px}}
@media screen and (min-width:431px) and (max-width:533px){.main{width:413px}.list,.list2,.list3,.list4{-webkit-column-count:2;-moz-column-count:2;column-count:2}}
@media screen and (min-width:534px) and (max-width:567px){.main{width:512px}.list,.list2,.list3,.list4{-webkit-column-count:2;-moz-column-count:2;column-count:2}}
@media screen and (min-width:568px) and (max-width:625px){.main{width:548px}.list,.list2,.list3,.list4{-webkit-column-count:2;-moz-column-count:2;column-count:2}}
@media screen and (min-width:626px) and (max-width:666px){.main{width:608px}.list,.list2,.list3,.list4{-webkit-column-count:2;-moz-column-count:2;column-count:2}}
@media screen and (min-width:667px) and (max-width:719px){.main{width:644px}.list,.list2,.list3,.list4{-webkit-column-count:2;-moz-column-count:2;column-count:2}}
@media screen and (min-width:720px) and (max-width:767px){.main{width:698px}.list,.list2,.list3,.list4{-webkit-column-count:3;-moz-column-count:3;column-count:3}}
@media screen and (min-width:768px) and (max-width:799px){.main{width:745px}.list,.list2,.list3,.list4{-webkit-column-count:3;-moz-column-count:3;column-count:3}}
@media screen and (min-width:800px) and (max-width:899px){.main{width:781px}.list,.list2,.list3,.list4{-webkit-column-count:3;-moz-column-count:3;column-count:3}}
@media screen and (min-width:900px) and (max-width:933px){.main{width:880px}.list,.list2,.list3,.list4{-webkit-column-count:3;-moz-column-count:3;column-count:3}}
@media screen and (min-width:934px) and (max-width:1023px){.main{width:916px}.list,.list2,.list3,.list4{-webkit-column-count:4;-moz-column-count:4;column-count:4}}
@media screen and (min-width:1024px) and (max-width:1241px){.main{width:1006px}.list,.list2,.list3,.list4{-webkit-column-count:4;-moz-column-count:4;column-count:4}}
@media screen and (min-width:1242px) and (max-width:1359px){.main{width:1224px}.list,.list2,.list3,.list4{-webkit-column-count:5;-moz-column-count:5;column-count:5}}
@media screen and (min-width:1360px) and (max-width:1439px){.main{width:1332px}.list,.list2,.list3,.list4{-webkit-column-count:5;-moz-column-count:5;column-count:5}}
@media screen and (min-width:1440px) and (max-width:1504px){.main{width:1412px}.list,.list2,.list3,.list4{-webkit-column-count:5;-moz-column-count:5;column-count:5}}
@media screen and (min-width:1505px) and (max-width:1549px){.main{width:1487px}.list,.list2,.list3,.list4{-webkit-column-count:6;-moz-column-count:6;column-count:6}}
@media screen and (min-width:1550px) and (max-width:1599px){.main{width:1532px}.list,.list2,.list3,.list4{-webkit-column-count:6;-moz-column-count:6;column-count:6}}
@media screen and (min-width:1600px) and (max-width:1867px){.main{width:1570px}.list,.list2,.list3,.list4{-webkit-column-count:7;-moz-column-count:7;column-count:7}}
@media screen and (min-width:1868px){.main{width:1840px}.list,.list2,.list3,.list4{-webkit-column-count:8;-moz-column-count:8;column-count:8}}

.list {color:red;font:bold 16px Arial;margin: 10px auto;padding-left:20px;}
.list ul {font: bold 16px Arial;}
.list li {background: url(/include/star1.gif) 0 50% no-repeat;padding-left:15px;}
.list li img {width:16px;height:16px;margin-right:4px;}
.list a {color:#A5426F;text-decoration:none;}
.list :hover {color:red;text-decoration:underline;}
.list :active {color:red;text-decoration:underline;}
.list :focus {color:red;text-decoration:underline;}

.list4 {color:red;font:bold 16px 'Arimo', sans-serif;margin:5px auto 5px;padding-left:20px;}
.list4 ul {font: bold 16px 'Arimo', sans-serif;}
/*.list4 li img {width:16px;height:16px;margin-right:4px;} */
.list4 li {overflow:hidden;text-overflow:ellipsis;width:100%;white-space: nowrap;float:left;color:#A5426F;margin:4px auto 4px;}
.list4 a {color:#A5426F;text-decoration:none;}
.list4 :hover {color:red;text-decoration:underline;}
.list4 :active {color:red;text-decoration:underline;}
.list4 :focus {color:red;text-decoration:underline;}
.list4 span {color:#DDAAC2;font:bold 12px 'Arimo', sans-serif;margin:5px auto 5px;padding-left:5px;}
.list4 .letter {color:red;font:bold 18px 'Arimo', sans-serif;margin:10px auto 3px;}

.title-block {font:bold 18px 'Arimo', sans-serif;text-align:left;color:#FF5B5B;padding:5px 2% 5px 2%;text-transform:uppercase;border-bottom:1px dotted #A5426F;}

.header-line {font:bold 18px 'Arimo', sans-serif;text-align:center;color:red;padding:10px 2% 5px 2%;line-height:130%;}
.header-line a {color:#A5426F;margin:auto 3px;display:inline-flex;flex-wrap:wrap;}
.header-line :hover {color:red;text-decoration:underline;}
.header-line :active {color:red;text-decoration:underline;}
.header-line :focus {color:red;text-decoration:underline;}

.header-line img{position:relative;top:7px;}
@media screen and (max-width:430px){.header-line img{position:relative;top:1px;}}

.header-text {margin-left:auto;margin-right:auto;font-family:'Arimo',sans-serif;font-size:14px;width:80%;text-align:center;padding-top:5px;padding-bottom:5px;}

.footer {padding-bottom: 2px; padding-top:50px; text-align: center; font: normal 10px Verdana, Arial, Helvetica, sans-serif;color: #A5426F;}
.footer a {color: #A5426F;}

@media screen and (min-width:240px) and (max-width:317px){.realsrv iframe{height:1080px}}
@media screen and (min-width:318px) and (max-width:359px){.realsrv iframe{height:1080px}}
@media screen and (min-width:360px) and (max-width:374px){.realsrv iframe{height:1080px}}
@media screen and (min-width:375px) and (max-width:430px){.realsrv iframe{height:1080px}}
@media screen and (min-width:431px) and (max-width:533px){.realsrv iframe{height:1080px}}
@media screen and (min-width:534px) and (max-width:567px){.realsrv iframe{height:1080px}}
@media screen and (min-width:568px) and (max-width:625px){.realsrv iframe{height:540px}}
@media screen and (min-width:626px) and (max-width:666px){.realsrv iframe{height:540px}}
@media screen and (min-width:667px) and (max-width:719px){.realsrv iframe{height:540px}}
@media screen and (min-width:720px) and (max-width:767px){.realsrv iframe{height:540px}}
@media screen and (min-width:768px) and (max-width:799px){.realsrv iframe{height:540px}}
@media screen and (min-width:800px) and (max-width:899px){.realsrv iframe{height:540px}}
@media screen and (min-width:900px) and (max-width:933px){.realsrv iframe{height:540px}}
@media screen and (min-width:934px) and (max-width:1023px){.realsrv iframe{height:540px}}
@media screen and (min-width:1024px) and (max-width:1241px){.realsrv iframe{height:540px}}
@media screen and (min-width:1242px) and (max-width:1359px){.realsrv iframe{height:270px}}
@media screen and (min-width:1360px) and (max-width:1439px){.realsrv iframe{height:270px}}
@media screen and (min-width:1440px) and (max-width:1504px){.realsrv iframe{height:270px}}
@media screen and (min-width:1505px) and (max-width:1549px){.realsrv iframe{height:270px}}
@media screen and (min-width:1550px) and (max-width:1599px){.realsrv iframe{height:270px}}
@media screen and (min-width:1600px) and (max-width:1867px){.realsrv iframe{height:270px}}
@media screen and (min-width:1868px){.realsrv iframe{height:270px}}
