html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; text-align: center; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } 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; } /*reset css*/ a, a:hover, a:focus { color: inherit; text-decoration: none; outline: none; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } body { background: #ff436e; font-family: "Century Gothic"; font-size: 16px; line-height: normal; color: #fff; } .header-top { padding: 15px 0; overflow: hidden; background-color: #ff436e; background-image: -webkit-linear-gradient(top, #ff81c6, #ff436e); background-image: linear-gradient(to bottom, #ff81c6, #ff436e); } .logo { display: inline-block; } .info-right { float: right; } .info-right li { margin: 10px 0; } .info-right a { color: #fff; } .info-right a:hover { color: #fff; } .info-right a:hover span { text-decoration: underline; } .info-right a i { width: 30px; font-size: 20px; text-align: center; } .open-nav { display: none; color: #000; font-size: 28px; padding: 10px 0; } .open-nav:hover, .open-nav:focus { color: #000; } .close-nav { display: none; position: absolute; right: 10px; top: 10px; border: 2px solid #fff; width: 30px; height: 30px; border-radius: 50%; line-height: 24px; text-align: center; } .header-bottom { background: #ffd200; text-align: center; } .header-bottom ul li { position: relative; display: inline-block; margin: 0 1%; } .header-bottom ul li a { display: block; padding: 15px 25px; color: #000000; } .header-bottom ul li.sub-menu ul { display: none; background: #ffd200; overflow: hidden; position: absolute; left: 0; top: 100%; z-index: 9; width: 180px; } .header-bottom ul li.sub-menu > a { position: relative; } .header-bottom ul > li:hover > a, .header-bottom ul > li.active > a {	 background-color: #ff436e; background-image: -webkit-linear-gradient(top, #ff81c6, #ff436e); background-image: linear-gradient(to bottom, #ff81c6, #ff436e); color: #fff; } .header-bottom ul li:hover.sub-menu ul { display: block; } .header-bottom ul li:hover.sub-menu ul a{ background: none; } .header-bottom ul li.sub-menu > a:before, .header-bottom ul li.sub-menu > a:after{ content: ""; background: #000; width: 10px; height: 2px; position: absolute; right: 4px; top: 50%; pointer-events: none; transform: translateY(-50%); } .header-bottom ul li.sub-menu > a:after{ width: 2px; height: 10px; right: 8px; } .header-bottom ul li:hover.sub-menu > a:after{ display: none; } .header-bottom ul li.sub-menu:hover > a:before, .header-bottom ul li.sub-menu:hover > a:after{ background: #fff; } .main-wrapper { padding: 50px 0; } .left-wrap { background: #ffd200; padding: 30px; border-radius: 20px; margin-bottom: 30px; overflow: hidden; } .left-wrap h2 { text-align: center; text-decoration: underline; margin-bottom: 30px; font-size: 36px; } .left-wrap h3 { margin-bottom: 10px; font-size: 18px; } .left-wrap p { margin-bottom: 30px; color: #000; font-size: 14px; line-height: 22px; } .left-wrap p a { color: #fff; } .left-wrap p a:hover { color: #fff; text-decoration: underline; } .right-wrap { background: #ffd200; border-radius: 20px; margin-bottom: 30px; overflow: hidden; padding: 5px 0; } .accordion li a { text-align: center; display: block; color: #000; padding: 15px; position: relative; } .accordion > li:hover > a, .accordion > li > a.active, .accordion > li.active > a {	 background-color: #ff436e; background-image: -webkit-linear-gradient(top, #ff81c6, #ff436e); background-image: linear-gradient(to bottom, #ff81c6, #ff436e); color: #fff; } .accordion li.sub-nav > a:before, .accordion li.sub-nav > a:after{ content: ""; background: #000; width: 10px; height: 2px; position: absolute; right: 124px; top: 50%; pointer-events: none; transform: translateY(-50%); } .accordion li.sub-nav > a:after{ width: 2px; height: 10px; right: 128px; } .accordion li.sub-nav > a.active:after{ display: none; } .accordion li > a.active:before, .accordion li > a.active:after, .accordion li:hover > a:before, .accordion li:hover > a:after{ background: #fff; } .gallery-wrap { text-align: center; } .gallery-box { margin-bottom: 30px; } .gallery-box a { display: block; overflow: hidden; position: relative; border-radius: 20px; border: 5px solid #ffd200; } .gallery-box a:before { background: rgba(0,0,0,0.5); content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: -100%; pointer-events: none; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .gallery-box:hover a:before { top: 0; } .gallery-box a img { float: left; width: 100%; } .gallery-box strong { display: block; font-weight: bold; margin-top: 10px; } .footer-wrapper { text-align: center; } .blog-wrap { margin-bottom: 50px; } .blog-wrap li { display: inline-block; margin: 0 8px; } .blog-wrap li a { background: #aa193a; border-radius: 50%; width: 40px; height: 40px; display: block; line-height: 40px; } .blog-wrap li:hover a i { transform: rotate(-360deg); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .blog-wrap li.fb a { background: #3b5998; } .blog-wrap li.gg a { background: #dc4e41; } .blog-wrap li.tw a { background: #55acee; } .blog-wrap li.yt a { background: #c4302b; } .blog-wrap li.ig a { background: #403a89; } .blog-wrap li.pr a { background: #cb2027; } .blog-wrap li.ld a { background: #007ab9; } .blog-wrap li.fk a { background: #ff66b5; } .sitemap { background: #aa193a; border: 5px solid #ffd200; border-radius: 20px; padding: 30px; margin-bottom: 50px; } .sitemap ul { padding: 0 10%; } .sitemap ul li { border-bottom: 2px solid #ffd200; } .sitemap ul li:last-child { border-bottom: none; } .sitemap ul li a { display: block; padding: 10px; } .copyright { background: #aa193a; padding: 20px 0; color: #000; } .copyright ul li { display: inline-block; position: relative; margin: 0 10px; } .copyright ul li:after { content: "|"; position: absolute; right: -16px; top: 50%; transform: translateY(-50%); pointer-events: none; } .copyright ul li:last-child:after { display: none; } .copyright ul li a { color: #000; } .copyright p { font-size: 14px; margin-top: 10px; } .copyright a:hover, .copyright .active a { color: #ffd200; } .booking-wrap { background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 100px 0 150px 0; text-align: center; } .booking-wrap h2 { text-align: left; font-size: 60px; margin-bottom: 20px; } .booking-wrap h2 span { display: inline-block; color: #ffd200; } .booking-wrap h2 strong { display: inline-block; color: #ff436e; text-transform: uppercase; } .booking-wrap a { display: inline-block; background: #ff0012; border: 5px solid #ffd200; border-radius: 20px; padding: 10px 30px; font-size: 24px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; } .booking-wrap a:hover { background-color: #ffd200; border-color: #ff0012; color: #000; } .left-wrap h4 { text-transform: uppercase; color: #000; text-decoration: underline; margin-bottom: 20px; text-align: center; } .donation-box { text-transform: uppercase; background: #ff9600; text-align: center; border-radius: 20px; padding: 20px 30px; } .donation-box li { padding: 5px 0; } ul.list-box { color: #000; list-style: disc; padding-left: 16px; margin-bottom: 30px; font-size: 14px; } ul.list-box li { margin-bottom: 5px; } @media only screen and (max-width: 1199px) { .header-bottom ul li { margin: 0; } } @media only screen and (max-width: 991px) { .open-nav, .close-nav { display: inline-block; } .navigation { background: #252525; position: fixed; left: -280px; top: 0; width: 280px; height: 100%; overflow: auto; z-index: 99; text-align: left; } .navigation > ul { margin-top: 50px; } .navigation ul li { display: block; } .navigation ul li a { color: #fff; border-bottom: 1px solid rgba(255,255,255,0.1); } .navigation > ul > li:last-child > a { border-bottom: none; } .header-bottom ul li:hover > a, .header-bottom ul li.active a { background: none; color: #fff; } .header-bottom ul li.sub-menu > a:before, .header-bottom ul li.sub-menu > a:after { display: none; } .header-bottom ul li.sub-menu ul { display: block; background: none; overflow: hidden; position: relative; left: auto; top: auto; width: auto; } .header-bottom .navigation ul a:hover { color: #ffd200; } } @media only screen and (max-width: 767px) { .header-wrapper { text-align: center; } .logo { margin-bottom: 15px; } .info-right { float: none; } .gallery-box { display: inline-block; } .booking-wrap { padding: 40px 0; } .booking-wrap h2 { font-size: 40px; } .blog-wrap li { margin: 8px; } .sitemap ul li:last-child { border-bottom: 2px solid #ffd200; } .sitemap .row .col-sm-4:last-child ul li:last-child { border-bottom: none; } .left-wrap { padding: 30px 10px; } .donation-box { padding: 20px 10px; } } @media only screen and (max-width: 767px) { .logo { display: block; } .logo img { width: 100%; } } .left-wrap h2 { font-size: 24px; }