style.css 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175
  1. html, body {
  2. height: 100%;
  3. }
  4. body {
  5. margin: 0px;
  6. padding: 0px;
  7. background: #080808 url(images/main-bg.png) repeat;
  8. font-family: 'Open Sans', sans-serif;
  9. font-size: 13px;
  10. color: #2B2B2B;
  11. }
  12. h1, h2, h3 {
  13. margin: 0;
  14. padding: 0;
  15. }
  16. p, ol, ul {
  17. margin-top: 0px;
  18. }
  19. p {
  20. line-height: 180%;
  21. }
  22. strong {
  23. }
  24. a {
  25. color: #4E4E4E;
  26. }
  27. a:hover {
  28. text-decoration: none;
  29. }
  30. a img {
  31. border: none;
  32. margin-right: 20px;
  33. }
  34. img.border {
  35. }
  36. img.alignleft {
  37. float: left;
  38. }
  39. img.alignright {
  40. float: right;
  41. }
  42. img.aligncenter {
  43. margin: 0px auto;
  44. }
  45. hr {
  46. display: none;
  47. }
  48. /** WRAPPER */
  49. #wrapper {
  50. }
  51. .container {
  52. width: 1000px;
  53. margin: 0px auto;
  54. }
  55. .clearfix {
  56. clear: both;
  57. }
  58. /** HEADER */
  59. #header {
  60. overflow: hidden;
  61. width: 900px;
  62. height: 150px;
  63. padding: 0px 50px;
  64. background: url(images/gradient-bg.png) no-repeat center top;
  65. }
  66. /** LOGO */
  67. #logo {
  68. float: left;
  69. width: 800px;
  70. height: 150px;
  71. }
  72. #logo h1, #logo p {
  73. margin: 0px;
  74. line-height: normal;
  75. }
  76. #logo h1 a {
  77. display: block;
  78. line-height: 150px;
  79. text-decoration: none;
  80. font-family: sans-serif;
  81. font-size: 1.3em;
  82. color: #FFFFFF;
  83. }
  84. /** MENU */
  85. #menu {
  86. float: right;
  87. width: 600px;
  88. height: 99px;
  89. }
  90. #menu ul {
  91. float: right;
  92. margin: 0px;
  93. padding: 60px 0px 0px 0px;
  94. list-style: none;
  95. line-height: normal;
  96. }
  97. #menu li {
  98. float: left;
  99. margin-left: 2em;
  100. }
  101. #menu a {
  102. display: block;
  103. padding: 10px 15px;
  104. letter-spacing: 2px;
  105. text-decoration: none;
  106. text-transform: uppercase;
  107. font-family: 'Archivo Narrow', sans-serif;
  108. font-size: 1.10em;
  109. font-weight: 600;
  110. color: #B6B6B6;
  111. }
  112. #menu .active a
  113. {
  114. background: #0091E6;
  115. border-radius: 5px;
  116. color: #FFFFFF;
  117. }
  118. #menu a:hover {
  119. text-decoration: underline;
  120. }
  121. /** PAGE */
  122. #page {
  123. overflow: hidden;
  124. width: 900px;
  125. padding: 70px 50px 50px 50px;
  126. background-color: #FFFFFF;
  127. border-radius: 10px 10px 0px 0px;
  128. }
  129. #page h2
  130. {
  131. margin-bottom: 30px;
  132. }
  133. /** CONTENT */
  134. #content {
  135. float: right;
  136. width: 580px;
  137. }
  138. #content #onecolumn
  139. {
  140. padding-bottom: 30px;
  141. border-bottom: 1px solid #D4D4D4;
  142. }
  143. #content h2
  144. {
  145. letter-spacing: -1px;
  146. font-size: 2em;
  147. }
  148. /** SIDEBAR */
  149. #sidebar {
  150. float: left;
  151. width: 260px;
  152. padding-top: 10px;
  153. }
  154. #sidebar #sbox1
  155. {
  156. margin-bottom: 40px;
  157. }
  158. #sidebar #sbox1 a
  159. {
  160. display: block;
  161. }
  162. #sidebar #sbox2
  163. {
  164. overflow: hidden;
  165. margin-bottom: 50px;
  166. }
  167. #sidebar #sbox3
  168. {
  169. overflow: hidden;
  170. }
  171. /** BANNER */
  172. #banner {
  173. overflow: hidden;
  174. padding: 50px 0px 0px 0px;
  175. background: #A11C47 url(images/banner-bg.png) repeat;
  176. border-radius: 10px 10px 0px 0px;
  177. }
  178. #banner:before
  179. {
  180. content: '';
  181. width: 100%;
  182. height: 100%;
  183. display: block;
  184. position: absolute;
  185. background: url('images/gradient-bg.png') no-repeat right top;
  186. background-size: 100% 100%;
  187. top: 0px;
  188. right: 0px;
  189. }
  190. /* Footer */
  191. #footer {
  192. overflow: hidden;
  193. width: 900px;
  194. padding: 70px 50px 50px 50px;
  195. background-color: #161616;
  196. border-top: 6px solid #000000;
  197. border-radius: 0px 0px 10px 10px;
  198. }
  199. #footer h2
  200. {
  201. padding: 0px 0px 50px 0px;
  202. font-weight: 400;
  203. color: #D3D3D3;
  204. }
  205. #footer p {
  206. color: #4E4E4E;
  207. }
  208. #footer #fbox1 {
  209. float: left;
  210. width: 260px;
  211. margin-right: 60px;
  212. }
  213. #footer #fbox2 {
  214. float: left;
  215. width: 260px;
  216. }
  217. #footer #fbox3 {
  218. float: right;
  219. width: 260px;
  220. }
  221. #copyright
  222. {
  223. overflow: hidden;
  224. width: 900px;
  225. padding: 50px;
  226. }
  227. #copyright p
  228. {
  229. text-align: center;
  230. text-shadow: 1px 1px 1px rgba(0,0,0,1);
  231. }
  232. #copyright a
  233. {
  234. color: #4E4E4E;
  235. }
  236. ul.style1
  237. {
  238. margin: 0px;
  239. padding: 0px;
  240. list-style: none;
  241. }
  242. ul.style1 li
  243. {
  244. padding: 10px 0px 20px 0px;
  245. border-top: 1px solid #242424;
  246. }
  247. ul.style1 a
  248. {
  249. color: #4E4E4E;
  250. }
  251. ul.style1 .first
  252. {
  253. padding-top: 0px;
  254. border-top: none;
  255. }
  256. ul.style2
  257. {
  258. margin: 30px 0px 0px 0px;
  259. padding: 0px;
  260. list-style: none;
  261. }
  262. ul.style2 li
  263. {
  264. float: left;
  265. margin-right: 10px;
  266. }
  267. ul.style3
  268. {
  269. margin: 0px;
  270. padding: 0px;
  271. list-style: none;
  272. }
  273. ul.style3 li
  274. {
  275. padding: 10px 0px 20px 0px;
  276. border-top: 1px solid #E0E0E0;
  277. }
  278. ul.style3 li:hover {
  279. background-color: #eeeeee;
  280. }
  281. ul.style3 a
  282. {
  283. color: #4E4E4E;
  284. text-decoration: none;
  285. }
  286. ul.style3 .first
  287. {
  288. padding-top: 0px;
  289. border-top: none;
  290. }
  291. /** Slider */
  292. #slider
  293. {
  294. overflow: hidden;
  295. margin: 0 auto;
  296. position: relative;
  297. }
  298. #slider .button
  299. {
  300. display: inline-block;
  301. background: #0074C6;
  302. color: #ffffff;
  303. text-align: center;
  304. line-height: 50px;
  305. height: 50px;
  306. text-decoration: none;
  307. outline: 0;
  308. border-radius: 8px;
  309. font-size: 1.25em;
  310. border-bottom: solid 2px #0054A6;
  311. text-shadow: 0 1px 1px #003A6C;
  312. }
  313. #slider .button:hover
  314. {
  315. background: #2094E6;
  316. }
  317. #slider .viewer
  318. {
  319. width: 900px;
  320. height: 400px;
  321. margin: 0 auto 50px auto;
  322. overflow: hidden;
  323. }
  324. #slider .viewer .reel
  325. {
  326. display: none;
  327. }
  328. #slider .viewer .reel .slide
  329. {
  330. position: relative;
  331. width: 900px;
  332. height: 500px;
  333. }
  334. #slider .viewer .reel h2
  335. {
  336. position: absolute;
  337. top: 230px;
  338. left: 0;
  339. padding: 0px 30px;
  340. line-height: 80px;
  341. background: #111111;
  342. text-align: center;
  343. opacity: 0.75;
  344. font-weight: normal;
  345. font-family: 'Archivo Narrow', sans-serif;
  346. color: #ffffff;
  347. font-size: 4.50em;
  348. }
  349. #slider .viewer .reel p
  350. {
  351. position: absolute;
  352. top: 310px;
  353. left: 0;
  354. display: block;
  355. padding: 5px 35px;
  356. background: #0074C6;
  357. text-align: center;
  358. opacity: 0.75;
  359. font-family: 'Archivo Narrow', sans-serif;
  360. font-weight: normal;
  361. color: #ffffff;
  362. font-size: 2.00em;
  363. }
  364. #slider .indicator
  365. {
  366. padding: 30px 0px;
  367. background-color: #7A0C30;
  368. margin: 0 auto 0 auto;
  369. }
  370. #slider .indicator ul
  371. {
  372. list-style: none;
  373. padding: 0;
  374. margin: 0;
  375. text-align: center;
  376. }
  377. #slider .indicator ul li
  378. {
  379. display: inline-block;
  380. width: 12px;
  381. height: 12px;
  382. text-indent: -9999em;
  383. background: #970D39;
  384. margin: 0 2px 0 2px;
  385. border-radius: 8px;
  386. }
  387. #slider .indicator ul li.active
  388. {
  389. background: #C4164E;
  390. }
  391. #two-column
  392. {
  393. padding-top: 50px;
  394. }
  395. .box-content
  396. {
  397. overflow: hidden;
  398. margin-bottom: 4em;
  399. }
  400. .box-content p
  401. {
  402. padding-left: 60px;
  403. }
  404. .title
  405. {
  406. display: block;
  407. padding-left: 60px;
  408. padding-bottom: 1em;
  409. font-size: 1.70em !important;
  410. font-weight: 600;
  411. color: #333333;
  412. }
  413. .title01
  414. {
  415. background: url(images/icon01.png) no-repeat left top;
  416. }
  417. .title02
  418. {
  419. background: url(images/icon02.png) no-repeat left top;
  420. }
  421. /* List Style 1 */
  422. .list-style1 {
  423. margin: 0px;
  424. padding: 0px;
  425. list-style: none;
  426. }
  427. .list-style1 li {
  428. padding: 20px 0px 20px 0px;
  429. border-top: 1px solid #D4D4D4;
  430. }
  431. .list-style1 .date {
  432. font-weight: bold;
  433. color: #212121;
  434. }
  435. .list-style1 img {
  436. float: left;
  437. margin-right: 25px;
  438. }
  439. .list-style1 .first {
  440. padding-top: 0px;
  441. border-top: none;
  442. }
  443. /* List Style 1 */
  444. .link-style {
  445. display: inline-block;
  446. margin-top: 10px;
  447. padding: 5px 15px;
  448. background: #0091E6;
  449. border-radius: 5px;
  450. letter-spacing: 1px;
  451. text-decoration: none;
  452. text-transform: uppercase;
  453. color: #FFFFFF;
  454. }
  455. .testimonial
  456. {
  457. font-style: italic;
  458. color: #878787;
  459. }
  460. .author
  461. {
  462. padding-top: 20px;
  463. font-style: italic;
  464. }
  465. .author .name
  466. {
  467. display: block;
  468. padding: 5px 0px;
  469. font-size: 1.2em;
  470. font-weight: 700;
  471. font-style: normal;
  472. }
  473. .author .position
  474. {
  475. display: block;
  476. padding: 5px 0px;
  477. }
  478. .author img
  479. {
  480. float: left;
  481. margin-right: 30px;
  482. border-radius: 10px;
  483. border: 5px solid rgba(0,0,0,.1);
  484. }
  485. .row1 {
  486. background-color: #f4f4f4;
  487. }
  488. .row2 {
  489. background-color: #fafafa;
  490. }
  491. .row3 {
  492. background-color: #fbfbfd;
  493. }
  494. .loginform label {
  495. font-size: 20px;
  496. color: #666;
  497. padding-left: 4px;
  498. }
  499. .loginform {
  500. border: 1px solid #ddd;
  501. padding: 6px 6px 6px 12px;
  502. background: #fff;
  503. -webkit-border-radius: 10px;
  504. -moz-border-radius: 10px;
  505. border-radius: 10px;
  506. background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFFFFF));
  507. background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE);
  508. -webkit-box-shadow:0px 0 50px #ccc;
  509. -moz-box-shadow:0px 0 50px #ccc;
  510. box-shadow:0px 0 50px #ccc;
  511. background-image: url('iconz/login.gif');
  512. background-repeat: no-repeat;
  513. background-position: right;
  514. }
  515. .loginform fieldset { border: none; }
  516. .loginform input, textarea {
  517. padding: 4px;
  518. margin: 4px 0 20px 0;
  519. background: #fff;
  520. color: #555;
  521. border: 1px #ddd solid;
  522. -webkit-box-shadow: 0px 0px 4px #aaa;
  523. -moz-box-shadow: 0px 0px 4px #aaa;
  524. box-shadow: 0px 0px 4px #aaa;
  525. -webkit-transition: background 0.3s linear;
  526. }
  527. .loginform textarea {
  528. }
  529. .loginform input:hover, textarea:hover {
  530. background: #eee;
  531. }
  532. .loginform legend
  533. {
  534. float: left;
  535. color: #000000;
  536. border: 1px solid #C4C4C4;
  537. padding: 8px;
  538. margin: 8px;
  539. width: 60%;
  540. }
  541. .mgcontainer {
  542. height:200px;
  543. width:256px;
  544. border:1px #aaa solid;
  545. float:left;
  546. margin:5px;
  547. background-color: #fbf6f6;
  548. }
  549. .mgheader {
  550. height:32px;
  551. width:100%;
  552. text-align: center;
  553. font-weight: bold;
  554. float: left;
  555. background-color: #fff298;
  556. }
  557. .mgheaderprimary {
  558. height:32px;
  559. width:100%;
  560. text-align: center;
  561. font-weight: bold;
  562. float: left;
  563. background-color: #adc8ff;
  564. }
  565. .mgsubcontrol {
  566. background: #3498db;
  567. background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  568. background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  569. background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  570. background-image: -o-linear-gradient(top, #3498db, #2980b9);
  571. background-image: linear-gradient(to bottom, #3498db, #2980b9);
  572. -webkit-border-radius: 28;
  573. -moz-border-radius: 28;
  574. border-radius: 28px;
  575. font-family: Arial;
  576. color: #ffffff;
  577. font-size: 20px;
  578. padding: 10px 20px 10px 20px;
  579. text-decoration: none;
  580. margin: 20%;
  581. }
  582. .mgsubcontrol:hover {
  583. background: #3cb0fd;
  584. background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  585. background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  586. background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  587. background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  588. background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  589. text-decoration: none;
  590. }
  591. .mgunsubcontrol {
  592. background: #d40000;
  593. background-image: -webkit-linear-gradient(top, #d40000, #f76e4f);
  594. background-image: -moz-linear-gradient(top, #d40000, #f76e4f);
  595. background-image: -ms-linear-gradient(top, #d40000, #f76e4f);
  596. background-image: -o-linear-gradient(top, #d40000, #f76e4f);
  597. background-image: linear-gradient(to bottom, #d40000, #f76e4f);
  598. -webkit-border-radius: 28;
  599. -moz-border-radius: 28;
  600. border-radius: 28px;
  601. font-family: Arial;
  602. color: #ffffff;
  603. font-size: 20px;
  604. padding: 10px 20px 10px 20px;
  605. text-decoration: none;
  606. margin: 20%;
  607. }
  608. .mgunsubcontrol:hover {
  609. background: #3cb0fd;
  610. background-image: -webkit-linear-gradient(top, #d40000, #f76e4f);
  611. background-image: -moz-linear-gradient(top, #d40000, #f76e4f);
  612. background-image: -ms-linear-gradient(top, #d40000, #f76e4f);
  613. background-image: -o-linear-gradient(top, #d40000, #f76e4f);
  614. background-image: linear-gradient(to bottom, #d40000, #f76e4f);
  615. text-decoration: none;
  616. }
  617. .mgviewcontrol{
  618. background: #44d934;
  619. background-image: -webkit-linear-gradient(top, #44d934, #00943e);
  620. background-image: -moz-linear-gradient(top, #44d934, #00943e);
  621. background-image: -ms-linear-gradient(top, #44d934, #00943e);
  622. background-image: -o-linear-gradient(top, #44d934, #00943e);
  623. background-image: linear-gradient(to bottom, #44d934, #00943e);
  624. -webkit-border-radius: 28;
  625. -moz-border-radius: 28;
  626. border-radius: 28px;
  627. font-family: Arial;
  628. color: #ffffff;
  629. font-size: 20px;
  630. padding: 10px 20px 10px 20px;
  631. text-decoration: none;
  632. margin-left: 30%;
  633. }
  634. .mgviewcontrol:hover {
  635. background: #009116;
  636. background-image: -webkit-linear-gradient(top, #009116, #0ccf57);
  637. background-image: -moz-linear-gradient(top, #009116, #0ccf57);
  638. background-image: -ms-linear-gradient(top, #009116, #0ccf57);
  639. background-image: -o-linear-gradient(top, #009116, #0ccf57);
  640. background-image: linear-gradient(to bottom, #009116, #0ccf57);
  641. text-decoration: none;
  642. }
  643. .mgguidecontrol {
  644. -moz-box-shadow: 0px 1px 0px 0px #fff6af;
  645. -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
  646. box-shadow: 0px 1px 0px 0px #fff6af;
  647. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  648. background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  649. background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  650. background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  651. background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  652. background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  653. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
  654. background-color:#ffec64;
  655. -moz-border-radius:6px;
  656. -webkit-border-radius:6px;
  657. border-radius:6px;
  658. border:1px solid #ffaa22;
  659. display:inline-block;
  660. cursor:pointer;
  661. color:#333333;
  662. font-family:Arial;
  663. font-size:15px;
  664. font-weight:bold;
  665. padding:6px 24px;
  666. text-decoration:none;
  667. text-shadow:0px 1px 0px #ffee66;
  668. }
  669. .mgguidecontrol:hover {
  670. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  671. background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  672. background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  673. background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  674. background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  675. background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  676. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
  677. background-color:#ffab23;
  678. }
  679. .mgguidecontrol:active {
  680. position:relative;
  681. top:1px;
  682. }
  683. /*
  684. dirty magic class ;)
  685. */
  686. .somemagic {
  687. display: none;
  688. }
  689. .trinity-col {
  690. position: relative;
  691. min-height: 1px;
  692. padding-left: 15px;
  693. padding-right: 15px;
  694. }
  695. @media (min-width: 992px){
  696. .trinity-col {
  697. width: 44.33333333%;
  698. }
  699. }
  700. @media (min-width: 992px){
  701. .trinity-col {
  702. float: left;
  703. }
  704. }
  705. .trinity-list {
  706. padding: 10px;
  707. font-size: 10pt;
  708. }
  709. .trinity-bl1 {
  710. margin-bottom: 15px;
  711. display: block;
  712. height: 340px;
  713. text-align: center;
  714. border-radius: 10px;
  715. box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  716. }
  717. .trinity-bl1 p {
  718. padding: 5px;
  719. border-radius: 5px;
  720. color: white;
  721. background: #6cb121;
  722. margin: 0 auto;
  723. left: 0;
  724. bottom: 35px;
  725. text-transform: uppercase;
  726. right: 0;
  727. width: 75%;
  728. }
  729. .trinity-button {
  730. text-decoration: none;
  731. border-radius: 5px;
  732. color: white;
  733. background: #6cb121;
  734. margin: 0 auto;
  735. left: 0;
  736. bottom: 35px;
  737. right: 0;
  738. width: 65%;
  739. padding: 10px 10px 10px 10px;
  740. }
  741. .trinity-button-s {
  742. text-decoration: none;
  743. display: block;
  744. border-radius: 5px;
  745. color: white;
  746. background: #6cb121;
  747. margin: 0 auto;
  748. left: 0;
  749. bottom: 35px;
  750. text-transform: uppercase;
  751. right: 0;
  752. width: 65%;
  753. padding: 10px 10px 10px 10px;
  754. }
  755. .trinity-button-u {
  756. text-decoration: none;
  757. display: block;
  758. border-radius: 5px;
  759. color: white;
  760. background: #a1a79c;
  761. margin: 0 auto;
  762. left: 0;
  763. bottom: 35px;
  764. text-transform: uppercase;
  765. right: 0;
  766. width: 65%;
  767. padding: 10px 10px 10px 10px;
  768. }
  769. .trinity-price {
  770. font-size: 35pt;
  771. padding-top: 20px;
  772. /* font-family: 'Myriad Pro Bold';*/
  773. }
  774. .trinity-green {
  775. margin-top: 10px;
  776. height: 40px;
  777. background: #6cb121;
  778. color: white;
  779. font-size: 12pt;
  780. font-weight: bold;
  781. text-transform: uppercase;
  782. line-height: 40px;
  783. }
  784. /* that ruins other links align
  785. p a {
  786. color:white;
  787. display:block;
  788. }
  789. */
  790. .trinity-tariff-b s{
  791. background: rgba(85, 148, 27, 0.59);
  792. }
  793. .trinity-price sup {
  794. text-transform: uppercase;
  795. font-size: 15pt;
  796. /*font-family: 'Myriad Pro Regular';*/
  797. }
  798. sup {
  799. top: -0.5em;
  800. }
  801. sub, sup {
  802. font-size: 75%;
  803. line-height: 0;
  804. position: relative;
  805. vertical-align: baseline;
  806. }
  807. .anreadbutton {
  808. -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
  809. -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
  810. box-shadow:inset 0px 1px 0px 0px #a4e271;
  811. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  812. background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  813. background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  814. background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
  815. background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  816. background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  817. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
  818. background-color:#89c403;
  819. -moz-border-radius:6px;
  820. -webkit-border-radius:6px;
  821. border-radius:6px;
  822. border:1px solid #74b807;
  823. display:inline-block;
  824. cursor:pointer;
  825. color:#ffffff;
  826. font-family:Arial;
  827. font-size:15px;
  828. font-weight:bold;
  829. padding:6px 24px;
  830. text-decoration:none;
  831. text-shadow:0px 1px 0px #528009;
  832. }
  833. .anreadbutton:hover {
  834. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  835. background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  836. background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  837. background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
  838. background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  839. background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  840. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
  841. text-decoration: none !important;
  842. color: #ffffff !important;
  843. background-color:#77a809;
  844. }
  845. .anreadbutton:active {
  846. position:relative;
  847. top:1px;
  848. }
  849. .anunreadbutton {
  850. -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
  851. -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
  852. box-shadow:inset 0px 1px 0px 0px #f5978e;
  853. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
  854. background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  855. background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  856. background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  857. background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  858. background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  859. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
  860. background-color:#f24537;
  861. -moz-border-radius:6px;
  862. -webkit-border-radius:6px;
  863. border-radius:6px;
  864. border:1px solid #d02718;
  865. display:inline-block;
  866. cursor:pointer;
  867. color:#ffffff;
  868. font-family:Arial;
  869. font-size:15px;
  870. font-weight:bold;
  871. padding:6px 24px;
  872. text-decoration:none;
  873. text-shadow:0px 1px 0px #810e05;
  874. }
  875. .anunreadbutton:hover {
  876. background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
  877. background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  878. background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  879. background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  880. background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  881. background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  882. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
  883. text-decoration: none !important;
  884. color: #ffffff !important;
  885. background-color:#c62d1f;
  886. }
  887. .anunreadbutton:active {
  888. position:relative;
  889. top:1px;
  890. }
  891. .olltv-col {
  892. position: relative;
  893. min-height: 1px;
  894. padding-left: 15px;
  895. padding-right: 15px;
  896. }
  897. @media (min-width: 992px){
  898. .olltv-col {
  899. width: 44.33333333%;
  900. }
  901. }
  902. @media (min-width: 992px){
  903. .olltv-col {
  904. float: left;
  905. }
  906. }
  907. .olltv-list {
  908. padding: 10px;
  909. font-size: 10pt;
  910. }
  911. .olltv-bl1 {
  912. margin-bottom: 15px;
  913. display: block;
  914. height: 340px;
  915. text-align: center;
  916. border-radius: 10px;
  917. box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  918. }
  919. .olltv-bl1 p {
  920. padding: 5px;
  921. border-radius: 5px;
  922. color: white;
  923. background: #6cb121;
  924. margin: 0 auto;
  925. left: 0;
  926. bottom: 35px;
  927. text-transform: uppercase;
  928. right: 0;
  929. width: 75%;
  930. }
  931. .olltv-button {
  932. text-decoration: none !important;
  933. border-radius: 5px;
  934. display: block;
  935. float: left;
  936. color: white;
  937. background: #6cb121;
  938. margin: 10px auto;
  939. margin-left: 10px;
  940. left: 0;
  941. bottom: 35px;
  942. right: 0;
  943. padding: 10px 10px 10px 10px;
  944. }
  945. .olltv-button-s {
  946. text-decoration: none !important;
  947. display: block;
  948. border-radius: 5px;
  949. color: #222224;
  950. background: #ffcc00;
  951. margin: 0 auto;
  952. left: 0;
  953. bottom: 35px;
  954. text-transform: uppercase;
  955. right: 0;
  956. width: 65%;
  957. padding: 10px 10px 10px 10px;
  958. }
  959. .olltv-button-u {
  960. text-decoration: none !important;
  961. display: block;
  962. border-radius: 5px;
  963. color: white;
  964. background: #a1a79c;
  965. margin: 0 auto;
  966. left: 0;
  967. bottom: 35px;
  968. text-transform: uppercase;
  969. right: 0;
  970. width: 65%;
  971. padding: 10px 10px 10px 10px;
  972. }
  973. .olltv-price {
  974. font-size: 35pt;
  975. padding-top: 20px;
  976. }
  977. .olltv-yellow {
  978. margin-top: 10px;
  979. height: 40px;
  980. background: #222224;
  981. color: #ffcc00;
  982. font-size: 12pt;
  983. font-weight: bold;
  984. text-transform: uppercase;
  985. line-height: 40px;
  986. }
  987. .olltv-tariff-b s{
  988. background: rgba(85, 148, 27, 0.59);
  989. }
  990. .olltv-price sup {
  991. text-transform: uppercase;
  992. font-size: 15pt;
  993. }