@ -0,0 +1,48 @@ |
|||||
|
.. image:: https://img.shields.io/badge/licence-LGPL--3-green.svg |
||||
|
:target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html |
||||
|
:alt: License: LGPL-3 |
||||
|
|
||||
|
|
||||
|
Theme Rozz |
||||
|
========== |
||||
|
* Design Web Pages with Theme Rozz |
||||
|
|
||||
|
Installation |
||||
|
============ |
||||
|
- www.odoo.com/documentation/16.0/setup/install.html |
||||
|
- Install our custom addon |
||||
|
|
||||
|
License |
||||
|
------- |
||||
|
Gnu Lesser General Public License, Version 3 (LGPL v3). |
||||
|
(https://www.gnu.org/licenses/lgpl-3.0-standalone.html) |
||||
|
|
||||
|
Company |
||||
|
------- |
||||
|
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ |
||||
|
|
||||
|
Credits |
||||
|
------- |
||||
|
* Developers: (V16) Vivek , Muhsina V , Contact: odoo@cybrosys.com |
||||
|
|
||||
|
Contacts |
||||
|
-------- |
||||
|
* Mail Contact : odoo@cybrosys.com |
||||
|
* Website : https://cybrosys.com |
||||
|
|
||||
|
Bug Tracker |
||||
|
----------- |
||||
|
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. |
||||
|
|
||||
|
Maintainer |
||||
|
========== |
||||
|
.. image:: https://cybrosys.com/images/logo.png |
||||
|
:target: https://cybrosys.com |
||||
|
|
||||
|
This module is maintained by Cybrosys Technologies. |
||||
|
|
||||
|
For support and more information, please visit https://www.cybrosys.com |
||||
|
|
||||
|
Further information |
||||
|
=================== |
||||
|
HTML Description: `<static/description/index.html>`__ |
@ -0,0 +1,21 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
############################################################################# |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Vivek @ cybrosys,(odoo@cybrosys.com) |
||||
|
# |
||||
|
# You can modify it under the terms of the GNU LESSER |
||||
|
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE |
||||
|
# (LGPL v3) along with this program. |
||||
|
# If not, see <http://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################# |
@ -0,0 +1,88 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
############################################################################# |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Vivek @ cybrosys,(odoo@cybrosys.com) |
||||
|
# |
||||
|
# You can modify it under the terms of the GNU LESSER |
||||
|
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE |
||||
|
# (LGPL v3) along with this program. |
||||
|
# If not, see <http://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
############################################################################# |
||||
|
{ |
||||
|
'name': 'Theme Rozz', |
||||
|
'version': '16.0.1.0.0', |
||||
|
'category': 'Theme/corporate', |
||||
|
'summary': 'Design Web Pages with Theme Rozz', |
||||
|
'description': 'Theme Rozz is a attractive and unique front-end theme ' |
||||
|
'mainly suitable for Corporate website', |
||||
|
'author': 'Cybrosys Techno Solutions', |
||||
|
'company': 'Cybrosys Techno Solutions', |
||||
|
'maintainer': 'Cybrosys Techno Solutions', |
||||
|
'website': "https://www.cybrosys.com", |
||||
|
'depends': ['website_blog', 'website_sale_wishlist', |
||||
|
'website_sale_comparison'], |
||||
|
'data': [ |
||||
|
'views/header_templates.xml', |
||||
|
'views/footer_templates.xml', |
||||
|
'views/contact_us_templates.xml', |
||||
|
'views/blog_templates.xml', |
||||
|
'views/snippets/rozz_banner.xml', |
||||
|
'views/snippets/rozz_services.xml', |
||||
|
'views/snippets/rozz_team.xml', |
||||
|
'views/snippets/rozz_aboutus.xml', |
||||
|
'views/snippets/about_us.xml', |
||||
|
'views/snippets/services_page.xml', |
||||
|
'views/snippets/rozz_subscribe.xml', |
||||
|
'views/snippets/portfolio_page.xml', |
||||
|
'views/snippets/portfolio_details.xml', |
||||
|
], |
||||
|
'assets': { |
||||
|
'web.assets_frontend': [ |
||||
|
"/cts_theme_rozz/static/src/css/style.css", |
||||
|
"/cts_theme_rozz/static/src/css/meanmenu.css", |
||||
|
"/cts_theme_rozz/static/src/css/responsive.css", |
||||
|
"/cts_theme_rozz/static/src/css/bootstrap.css", |
||||
|
"/cts_theme_rozz/static/src/css/bootstrap.min.css", |
||||
|
"/cts_theme_rozz/static/src/css/boxicons.min.css", |
||||
|
"/cts_theme_rozz/static/src/css/magnific-popup.css", |
||||
|
"/cts_theme_rozz/static/src/css/nice-select.css", |
||||
|
"/cts_theme_rozz/static/src/css/odometer.css", |
||||
|
"/cts_theme_rozz/static/src/css/owl.theme.default.min.css", |
||||
|
"/cts_theme_rozz/static/src/js/bootstrap.bundle.js", |
||||
|
"/cts_theme_rozz/static/src/js/bootstrap.bundle.js.map", |
||||
|
"/cts_theme_rozz/static/src/js/bootstrap.bundle.min.js.map", |
||||
|
"/cts_theme_rozz/static/src/js/bootstrap.js.map", |
||||
|
"/cts_theme_rozz/static/src/js/bootstrap.min.js.map", |
||||
|
"/cts_theme_rozz/static/src/js/form-validator.min.js", |
||||
|
"/cts_theme_rozz/static/src/js/jquery.ajaxchimp.min.js", |
||||
|
"/cts_theme_rozz/static/src/js/jquery.appear.js", |
||||
|
"/cts_theme_rozz/static/src/js/jquery.magnific-popup.min.js", |
||||
|
"/cts_theme_rozz/static/src/js/jquery.meanmenu.js", |
||||
|
"/cts_theme_rozz/static/src/js/jquery.nice-select.min.js", |
||||
|
"/cts_theme_rozz/static/src/js/odometer.min.js", |
||||
|
"/cts_theme_rozz/static/src/js/owl.carousel.min.js", |
||||
|
"/cts_theme_rozz/static/src/js/popper.min.js", |
||||
|
"/cts_theme_rozz/static/src/js/thumb-slide.js", |
||||
|
"https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,500&family=Montserrat&display=swap" |
||||
|
], |
||||
|
}, |
||||
|
'images': [ |
||||
|
'static/description/banner.png', |
||||
|
'static/description/theme_screenshot.png', |
||||
|
], |
||||
|
'license': 'LGPL-3', |
||||
|
'installable': True, |
||||
|
'auto_install': False, |
||||
|
'application': False, |
||||
|
} |
@ -0,0 +1,6 @@ |
|||||
|
## Module <cts_theme_rozz> |
||||
|
|
||||
|
#### 10.10.2023 |
||||
|
#### Version 16.0.1.0.0 |
||||
|
##### ADD |
||||
|
- Initial commit for Theme Rozz |
After Width: | Height: | Size: 190 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 365 KiB |
After Width: | Height: | Size: 491 KiB |
After Width: | Height: | Size: 470 KiB |
After Width: | Height: | Size: 182 KiB |
After Width: | Height: | Size: 422 KiB |
After Width: | Height: | Size: 531 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 332 KiB |
After Width: | Height: | Size: 343 KiB |
After Width: | Height: | Size: 430 KiB |
After Width: | Height: | Size: 424 KiB |
After Width: | Height: | Size: 657 KiB |
After Width: | Height: | Size: 823 KiB |
@ -0,0 +1,260 @@ |
|||||
|
<!-- Hero Section --> |
||||
|
<div class="container pt-4 mt-4 rounded" style="background-color: #f0f2f4; font-family: Montserrat, 'sans-serif';"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12 mb-4"> |
||||
|
<img src="images/Cybrosys.png" alt="Cybrosys Logo" style="width: 120px; height: auto;"> |
||||
|
<hr style="border-color: #e1e5e9;" /> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12 text-center"> |
||||
|
<img src="images/hero.png" width=60% height="auto" class="mb-4" alt="Theme Screenshot"> |
||||
|
</div> |
||||
|
<div class="col-lg-12 text-center"> |
||||
|
<h1 class="mt-4">Theme Rozz</h1> |
||||
|
<p class="lead mb-4" style="max-width: 700px; margin: 0 auto;"> |
||||
|
Theme Rozz is a attractive and unique front-end theme mainly suitable for Corporate website. Many |
||||
|
custom designed snippets facilitates to add better user experience. Contains easy to drag pages like |
||||
|
about page , portfolio page , services page and Blog page . You can drag and drop the snippets and customize |
||||
|
them the way you want |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<!-- End of Hero Section --> |
||||
|
|
||||
|
<!-- Alternate Section --> |
||||
|
<div class="row p-4"> |
||||
|
<div class="col-lg-6 px-4" style="margin-top: 100px;"> |
||||
|
<h2>Desktop View</h2> |
||||
|
<p class="lead"> |
||||
|
It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages. |
||||
|
</p> |
||||
|
</div> |
||||
|
<div class="col-lg-6 px-4"> |
||||
|
<img style="border-radius: 0.5em;" src="images/laptop-screenshots.jpg" width="90%" height="auto" |
||||
|
class="mb-4 shadow-sm" alt="Theme Screenshot"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row p-4"> |
||||
|
<div class="col-lg-6 px-4"> |
||||
|
<img style="border-radius: 0.5em;" src="images/phone-screenshots.jpg" width="90%" height="auto" |
||||
|
class="mb-4 shadow-sm" alt="Theme Screenshot"> |
||||
|
</div> |
||||
|
<div class="col-lg-6 px-4" style="margin-top: 100px;"> |
||||
|
<h2>Mobile View</h2> |
||||
|
<p class="lead"> |
||||
|
User friendly and modern looking theme makes your page more Stylish And Beautiful. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- End of Alternate Section --> |
||||
|
|
||||
|
|
||||
|
<!-- Two Columns Section --> |
||||
|
<div class="row p-4"> |
||||
|
<!-- Column 1 --> |
||||
|
<div class="col-lg-6"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12"> |
||||
|
<img style="border-radius: 0.5em;" src="images/1.jpg" width="100%" height="auto" |
||||
|
class="mb-4 shadow-sm" alt="Theme Screenshot"> |
||||
|
</div> |
||||
|
<div class="col-lg-12 mt-4"> |
||||
|
<h2 class="text-center">Home Page</h2> |
||||
|
<p class="lead text-center"> |
||||
|
It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- End of Column 1 --> |
||||
|
|
||||
|
<!-- Column 2 --> |
||||
|
<div class="col-lg-6"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12"> |
||||
|
<img style="border-radius: 0.5em;" src="images/2.jpg" width="100%" height="auto" |
||||
|
class="mb-4 shadow-sm" alt="Theme Screenshot"> |
||||
|
</div> |
||||
|
<div class="col-lg-12 mt-4"> |
||||
|
<h2 class="text-center">blog Page</h2> |
||||
|
<p class="lead text-center"> |
||||
|
It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- End of Column 2 --> |
||||
|
</div> |
||||
|
<!-- End of Two Columns Section --> |
||||
|
|
||||
|
|
||||
|
<!-- One Column Section --> |
||||
|
<div class="row p-4"> |
||||
|
<div class="col-lg-6"> |
||||
|
<img style="border-radius: 0.5em;" src="images/3.jpg" width="90%" height="auto" class="mb-4 shadow-sm" |
||||
|
alt="Theme Screenshot"> |
||||
|
</div> |
||||
|
<div class="col-lg-6" style="padding-top: 100px;"> |
||||
|
<h2>Overview</h2> |
||||
|
<p class="lead"> |
||||
|
It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- End of Two Columns Section --> |
||||
|
|
||||
|
<!-- Two Columns Section --> |
||||
|
<div class="row p-4"> |
||||
|
<!-- Column 1 --> |
||||
|
<div class="col-lg-4"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12"> |
||||
|
<img style="border-radius: 0.5em;" src="images/4.jpg" width="100%" height="auto" |
||||
|
class="mb-4 shadow-sm" alt="Theme Screenshot"> |
||||
|
</div> |
||||
|
<div class="col-lg-12 mt-4"> |
||||
|
<h2 class="text-center">Contact</h2> |
||||
|
<p class="lead text-center"> |
||||
|
It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- End of Column 1 --> |
||||
|
|
||||
|
<!-- Column 2 --> |
||||
|
<div class="col-lg-4"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12"> |
||||
|
<img style="border-radius: 0.5em;" src="images/5.jpg" width="100%" height="auto" |
||||
|
class="mb-4 shadow-sm" alt="Theme Screenshot"> |
||||
|
</div> |
||||
|
<div class="col-lg-12 mt-4"> |
||||
|
<h2 class="text-center">Services Page</h2> |
||||
|
<p class="lead text-center"> |
||||
|
It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- End of Column 2 --> |
||||
|
|
||||
|
|
||||
|
<!-- Column 4 --> |
||||
|
<div class="col-lg-4"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12"> |
||||
|
<img style="border-radius: 0.5em;" src="images/6.jpg" width="100%" height="auto" |
||||
|
class="mb-4 shadow-sm" alt="Theme Screenshot"> |
||||
|
</div> |
||||
|
<div class="col-lg-12 mt-4"> |
||||
|
<h2 class="text-center">Portfolio</h2> |
||||
|
<p class="lead text-center"> |
||||
|
It is easy to customize and use. Just drag and drop the building blocks to make attractive |
||||
|
webpages. |
||||
|
</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- End of Column 4 --> |
||||
|
</div> |
||||
|
<!-- End of Two Columns Section --> |
||||
|
|
||||
|
<!-- Demo Pages --> |
||||
|
<section class="oe_container"> |
||||
|
<div class="row" style="margin: 60px auto -30px;"> |
||||
|
<div class="col-lg-12 text-center"> |
||||
|
<h4 class="mt-4">Demo Pages</h4> |
||||
|
<hr style="border-width: 3px; border-color: #0984e3; width: 100px;"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row" style="margin: 40px auto; border-radius: 15px; padding: 38px;"> |
||||
|
<div class="col-sm-6 col-md-4 px-2"> |
||||
|
<div class="bg-white shadow overflow-hidden mb32" |
||||
|
style="border-radius: 15px; width: 300px; padding-bottom: 0; margin-right: 30px;"> |
||||
|
<img src="./images/demo-1.jpg" width="300px" height="auto"> |
||||
|
<h6 class="text-center my-3">Home</h6> |
||||
|
<hr style="border-width: 5px; border-color: #0984e3; width: 150px; margin-bottom: 0;"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-sm-6 col-md-4 px-2"> |
||||
|
<div class="bg-white shadow overflow-hidden mb32" |
||||
|
style="border-radius: 15px; width: 300px; padding-bottom: 0;"> |
||||
|
<img src="./images/demo-2.jpg" width="300px" height="auto"> |
||||
|
<h6 class="text-center my-3">About</h6> |
||||
|
<hr style="border-width: 5px; border-color: #05c46b; width: 150px; margin-bottom: 0;"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-sm-6 col-md-4 px-2"> |
||||
|
<div class="bg-white shadow overflow-hidden mb32" |
||||
|
style="border-radius: 15px; width: 300px; padding-bottom: 0;"> |
||||
|
<img src="./images/demo-3.jpg" width="300px" height="auto"> |
||||
|
<h6 class="text-center my-3">Blogs</h6> |
||||
|
<hr style="border-width: 5px; border-color: #f44f52; width: 150px; margin-bottom: 0;"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
</div> |
||||
|
</section> |
||||
|
<!-- End of Demo Pages --> |
||||
|
|
||||
|
<!-- Footer --> |
||||
|
<div class="row" style="margin-top: 4rem;"> |
||||
|
<div class="col-lg-12 text-center"> |
||||
|
<h2>Get Help</h2> |
||||
|
<hr style=" border: 2px solid #b22126; margin-top: 2px;" width="40px"> |
||||
|
<p class="text-center" style="max-width: 650px; margin: 0 auto;">If you have anything to share with us |
||||
|
based |
||||
|
on |
||||
|
your use of this module, please let us know. We are ready to offer our support.</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<div class="col px-4 pt-3 pb-2 shadow-sm" |
||||
|
style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-8"> |
||||
|
<h6><a href="mailto:odoo@cybrosys.com" target="_blank" |
||||
|
style="color: #050505; text-decoration: none;"><i |
||||
|
class="fa fa-envelope mr-2"></i>odoo@cybrosys.com</a></h6> |
||||
|
</div> |
||||
|
<div class="col-lg-4 d-flex justify-content-end" style="position: relative;"> |
||||
|
<h6><a href="mailto:odoo@cybrosys.com" target="_blank" |
||||
|
style="color: #050505; text-decoration: none;"><i class="fa fa-chevron-right"></i></a> |
||||
|
</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<div class="col px-4 pt-3 pb-2 shadow-sm" |
||||
|
style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-8"> |
||||
|
<h6><a href="https://www.cybrosys.com" target="_blank" |
||||
|
style="color: #050505; text-decoration: none;"><i |
||||
|
class="fa fa-globe mr-2"></i>www.cybrosys.com</a></h6> |
||||
|
</div> |
||||
|
<div class="col-lg-4 d-flex justify-content-end" style="position: relative;"> |
||||
|
<h6><a href="https://www.cybrosys.com" target="_blank" |
||||
|
style="color: #050505; text-decoration: none;"><i class="fa fa-chevron-right"></i></a> |
||||
|
</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12 mt-4 mb-2 text-center"> |
||||
|
<p style="font-weight: bold">A Quality Theme From</p> |
||||
|
</div> |
||||
|
<div class="col-lg-12 text-center"> |
||||
|
<img src="images/cybro-logo-oca.png" width="80px" height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- End of Footer --> |
||||
|
</div> |
After Width: | Height: | Size: 543 KiB |
@ -0,0 +1,316 @@ |
|||||
|
/* Magnific Popup CSS */ |
||||
|
.mfp-bg { |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 1042; |
||||
|
overflow: hidden; |
||||
|
position: fixed; |
||||
|
background: #0b0b0b; |
||||
|
opacity: 0.8; } |
||||
|
.mfp-wrap { |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
z-index: 1043; |
||||
|
position: fixed; |
||||
|
outline: none !important; |
||||
|
-webkit-backface-visibility: hidden; } |
||||
|
.mfp-container { |
||||
|
text-align: center; |
||||
|
position: absolute; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
left: 0; |
||||
|
top: 0; |
||||
|
padding: 0 8px; |
||||
|
box-sizing: border-box; } |
||||
|
.mfp-container:before { |
||||
|
content: ''; |
||||
|
display: inline-block; |
||||
|
height: 100%; |
||||
|
vertical-align: middle; } |
||||
|
.mfp-align-top .mfp-container:before { |
||||
|
display: none; } |
||||
|
.mfp-content { |
||||
|
position: relative; |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
margin: 0 auto; |
||||
|
text-align: left; |
||||
|
z-index: 1045; } |
||||
|
.mfp-inline-holder .mfp-content, |
||||
|
.mfp-ajax-holder .mfp-content { |
||||
|
width: 100%; |
||||
|
cursor: auto; } |
||||
|
.mfp-ajax-cur { |
||||
|
cursor: progress; } |
||||
|
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { |
||||
|
cursor: -moz-zoom-out; |
||||
|
cursor: -webkit-zoom-out; |
||||
|
cursor: zoom-out; } |
||||
|
.mfp-zoom { |
||||
|
cursor: pointer; |
||||
|
cursor: -webkit-zoom-in; |
||||
|
cursor: -moz-zoom-in; |
||||
|
cursor: zoom-in; } |
||||
|
.mfp-auto-cursor .mfp-content { |
||||
|
cursor: auto; } |
||||
|
.mfp-close, |
||||
|
.mfp-arrow, |
||||
|
.mfp-preloader, |
||||
|
.mfp-counter { |
||||
|
-webkit-user-select: none; |
||||
|
-moz-user-select: none; |
||||
|
user-select: none; } |
||||
|
.mfp-loading.mfp-figure { |
||||
|
display: none; } |
||||
|
.mfp-hide { |
||||
|
display: none !important; } |
||||
|
.mfp-preloader { |
||||
|
color: #CCC; |
||||
|
position: absolute; |
||||
|
top: 50%; |
||||
|
width: auto; |
||||
|
text-align: center; |
||||
|
margin-top: -0.8em; |
||||
|
left: 8px; |
||||
|
right: 8px; |
||||
|
z-index: 1044; } |
||||
|
.mfp-preloader a { |
||||
|
color: #CCC; } |
||||
|
.mfp-preloader a:hover { |
||||
|
color: #FFF; } |
||||
|
.mfp-s-ready .mfp-preloader { |
||||
|
display: none; } |
||||
|
.mfp-s-error .mfp-content { |
||||
|
display: none; } |
||||
|
button.mfp-close, |
||||
|
button.mfp-arrow { |
||||
|
overflow: visible; |
||||
|
cursor: pointer; |
||||
|
background: transparent; |
||||
|
border: 0; |
||||
|
-webkit-appearance: none; |
||||
|
display: block; |
||||
|
outline: none; |
||||
|
padding: 0; |
||||
|
z-index: 1046; |
||||
|
box-shadow: none; |
||||
|
touch-action: manipulation; } |
||||
|
button::-moz-focus-inner { |
||||
|
padding: 0; |
||||
|
border: 0; } |
||||
|
.mfp-close { |
||||
|
width: 44px; |
||||
|
height: 44px; |
||||
|
line-height: 44px; |
||||
|
position: absolute; |
||||
|
right: 0; |
||||
|
top: 0; |
||||
|
text-decoration: none; |
||||
|
text-align: center; |
||||
|
opacity: 0.65; |
||||
|
padding: 0 0 18px 10px; |
||||
|
color: #FFF; |
||||
|
font-style: normal; |
||||
|
font-size: 28px; |
||||
|
font-family: Arial, Baskerville, monospace; } |
||||
|
.mfp-close:hover, |
||||
|
.mfp-close:focus { |
||||
|
opacity: 1; } |
||||
|
.mfp-close:active { |
||||
|
top: 1px; } |
||||
|
.mfp-close-btn-in .mfp-close { |
||||
|
color: #333; } |
||||
|
.mfp-image-holder .mfp-close, |
||||
|
.mfp-iframe-holder .mfp-close { |
||||
|
color: #FFF; |
||||
|
right: -6px; |
||||
|
text-align: right; |
||||
|
padding-right: 6px; |
||||
|
width: 100%; } |
||||
|
.mfp-counter { |
||||
|
position: absolute; |
||||
|
top: 0; |
||||
|
right: 0; |
||||
|
color: #CCC; |
||||
|
font-size: 12px; |
||||
|
line-height: 18px; |
||||
|
white-space: nowrap; } |
||||
|
.mfp-arrow { |
||||
|
position: absolute; |
||||
|
opacity: 0.65; |
||||
|
margin: 0; |
||||
|
top: 50%; |
||||
|
margin-top: -55px; |
||||
|
padding: 0; |
||||
|
width: 90px; |
||||
|
height: 110px; |
||||
|
-webkit-tap-highlight-color: transparent; } |
||||
|
.mfp-arrow:active { |
||||
|
margin-top: -54px; } |
||||
|
.mfp-arrow:hover, |
||||
|
.mfp-arrow:focus { |
||||
|
opacity: 1; } |
||||
|
.mfp-arrow:before, |
||||
|
.mfp-arrow:after { |
||||
|
content: ''; |
||||
|
display: block; |
||||
|
width: 0; |
||||
|
height: 0; |
||||
|
position: absolute; |
||||
|
left: 0; |
||||
|
top: 0; |
||||
|
margin-top: 35px; |
||||
|
margin-left: 35px; |
||||
|
border: medium inset transparent; } |
||||
|
.mfp-arrow:after { |
||||
|
border-top-width: 13px; |
||||
|
border-bottom-width: 13px; |
||||
|
top: 8px; } |
||||
|
.mfp-arrow:before { |
||||
|
border-top-width: 21px; |
||||
|
border-bottom-width: 21px; |
||||
|
opacity: 0.7; } |
||||
|
.mfp-arrow-left { |
||||
|
left: 0; } |
||||
|
.mfp-arrow-left:after { |
||||
|
border-right: 17px solid #FFF; |
||||
|
margin-left: 31px; } |
||||
|
.mfp-arrow-left:before { |
||||
|
margin-left: 25px; |
||||
|
border-right: 27px solid #3F3F3F; } |
||||
|
.mfp-arrow-right { |
||||
|
right: 0; } |
||||
|
.mfp-arrow-right:after { |
||||
|
border-left: 17px solid #FFF; |
||||
|
margin-left: 39px; } |
||||
|
.mfp-arrow-right:before { |
||||
|
border-left: 27px solid #3F3F3F; } |
||||
|
.mfp-iframe-holder { |
||||
|
padding-top: 40px; |
||||
|
padding-bottom: 40px; } |
||||
|
.mfp-iframe-holder .mfp-content { |
||||
|
line-height: 0; |
||||
|
width: 100%; |
||||
|
max-width: 900px; } |
||||
|
.mfp-iframe-holder .mfp-close { |
||||
|
top: -40px; } |
||||
|
.mfp-iframe-scaler { |
||||
|
width: 100%; |
||||
|
height: 0; |
||||
|
overflow: hidden; |
||||
|
padding-top: 56.25%; } |
||||
|
.mfp-iframe-scaler iframe { |
||||
|
position: absolute; |
||||
|
display: block; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); |
||||
|
background: #000; } |
||||
|
/* Main image in popup */ |
||||
|
img.mfp-img { |
||||
|
width: auto; |
||||
|
max-width: 100%; |
||||
|
height: auto; |
||||
|
display: block; |
||||
|
line-height: 0; |
||||
|
box-sizing: border-box; |
||||
|
padding: 40px 0 40px; |
||||
|
margin: 0 auto; } |
||||
|
/* The shadow behind the image */ |
||||
|
.mfp-figure { |
||||
|
line-height: 0; } |
||||
|
.mfp-figure:after { |
||||
|
content: ''; |
||||
|
position: absolute; |
||||
|
left: 0; |
||||
|
top: 40px; |
||||
|
bottom: 40px; |
||||
|
display: block; |
||||
|
right: 0; |
||||
|
width: auto; |
||||
|
height: auto; |
||||
|
z-index: -1; |
||||
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); |
||||
|
background: #444; } |
||||
|
.mfp-figure small { |
||||
|
color: #BDBDBD; |
||||
|
display: block; |
||||
|
font-size: 12px; |
||||
|
line-height: 14px; } |
||||
|
.mfp-figure figure { |
||||
|
margin: 0; } |
||||
|
.mfp-bottom-bar { |
||||
|
margin-top: -36px; |
||||
|
position: absolute; |
||||
|
top: 100%; |
||||
|
left: 0; |
||||
|
width: 100%; |
||||
|
cursor: auto; } |
||||
|
.mfp-title { |
||||
|
text-align: left; |
||||
|
line-height: 18px; |
||||
|
color: #F3F3F3; |
||||
|
word-wrap: break-word; |
||||
|
padding-right: 36px; } |
||||
|
.mfp-image-holder .mfp-content { |
||||
|
max-width: 100%; } |
||||
|
.mfp-gallery .mfp-image-holder .mfp-figure { |
||||
|
cursor: pointer; } |
||||
|
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { |
||||
|
/** |
||||
|
* Remove all paddings around the image on small screen |
||||
|
*/ |
||||
|
.mfp-img-mobile .mfp-image-holder { |
||||
|
padding-left: 0; |
||||
|
padding-right: 0; } |
||||
|
.mfp-img-mobile img.mfp-img { |
||||
|
padding: 0; } |
||||
|
.mfp-img-mobile .mfp-figure:after { |
||||
|
top: 0; |
||||
|
bottom: 0; } |
||||
|
.mfp-img-mobile .mfp-figure small { |
||||
|
display: inline; |
||||
|
margin-left: 5px; } |
||||
|
.mfp-img-mobile .mfp-bottom-bar { |
||||
|
background: rgba(0, 0, 0, 0.6); |
||||
|
bottom: 0; |
||||
|
margin: 0; |
||||
|
top: auto; |
||||
|
padding: 3px 5px; |
||||
|
position: fixed; |
||||
|
box-sizing: border-box; } |
||||
|
.mfp-img-mobile .mfp-bottom-bar:empty { |
||||
|
padding: 0; } |
||||
|
.mfp-img-mobile .mfp-counter { |
||||
|
right: 5px; |
||||
|
top: 3px; } |
||||
|
.mfp-img-mobile .mfp-close { |
||||
|
top: 0; |
||||
|
right: 0; |
||||
|
width: 35px; |
||||
|
height: 35px; |
||||
|
line-height: 35px; |
||||
|
background: rgba(0, 0, 0, 0.6); |
||||
|
position: fixed; |
||||
|
text-align: center; |
||||
|
padding: 0; } } |
||||
|
@media all and (max-width: 900px) { |
||||
|
.mfp-arrow { |
||||
|
-webkit-transform: scale(0.75); |
||||
|
transform: scale(0.75); } |
||||
|
.mfp-arrow-left { |
||||
|
-webkit-transform-origin: 0; |
||||
|
transform-origin: 0; } |
||||
|
.mfp-arrow-right { |
||||
|
-webkit-transform-origin: 100%; |
||||
|
transform-origin: 100%; } |
||||
|
.mfp-container { |
||||
|
padding-left: 6px; |
||||
|
padding-right: 6px; } } |
@ -0,0 +1,312 @@ |
|||||
|
/*@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");*/ |
||||
|
body { |
||||
|
font-family: "Oswald", sans-serif; |
||||
|
padding: 0; |
||||
|
margin: 0; |
||||
|
font-size: 15px; |
||||
|
background-color: #f1f1f1; |
||||
|
} |
||||
|
a.meanmenu-reveal { |
||||
|
display: none; |
||||
|
} |
||||
|
/* when under viewport size, .mean-container is added to body */ |
||||
|
.mean-container .mean-bar { |
||||
|
float: left; |
||||
|
width: 100%; |
||||
|
position: absolute; |
||||
|
background: transparent; |
||||
|
padding: 20px 0 0; |
||||
|
z-index: 999; |
||||
|
border-bottom: 1px solid rgba(0, 0, 0, 0.03); |
||||
|
height: 55px; |
||||
|
} |
||||
|
.mean-container a.meanmenu-reveal { |
||||
|
width: 35px; |
||||
|
height: 30px; |
||||
|
padding: 12px 15px 0 0; |
||||
|
position: absolute; |
||||
|
right: 0; |
||||
|
cursor: pointer; |
||||
|
color: #ffffff; |
||||
|
text-decoration: none; |
||||
|
font-size: 16px; |
||||
|
text-indent: -9999em; |
||||
|
line-height: 22px; |
||||
|
font-size: 1px; |
||||
|
display: block; |
||||
|
font-weight: 700; |
||||
|
} |
||||
|
.mean-container a.meanmenu-reveal span { |
||||
|
display: block; |
||||
|
background: #ffffff; |
||||
|
height: 4px; |
||||
|
margin-top: 3px; |
||||
|
border-radius: 3px; |
||||
|
} |
||||
|
.mean-container .mean-nav { |
||||
|
float: left; |
||||
|
width: 100%; |
||||
|
background: #ffffff; |
||||
|
margin-top: 55px; |
||||
|
} |
||||
|
.mean-container .mean-nav ul { |
||||
|
padding: 0; |
||||
|
margin: 0; |
||||
|
width: 100%; |
||||
|
border: none; |
||||
|
list-style-type: none; |
||||
|
} |
||||
|
.mean-container .mean-nav ul li { |
||||
|
position: relative; |
||||
|
float: left; |
||||
|
width: 100%; |
||||
|
} |
||||
|
.mean-container .mean-nav ul li a { |
||||
|
display: block; |
||||
|
float: left; |
||||
|
width: 90%; |
||||
|
padding: 1em 5%; |
||||
|
margin: 0; |
||||
|
text-align: left; |
||||
|
color: #677294; |
||||
|
border-top: 1px solid #DBEEFD; |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
.mean-container .mean-nav ul li a.active { |
||||
|
color: #000000; |
||||
|
} |
||||
|
.mean-container .mean-nav ul li li a { |
||||
|
width: 80%; |
||||
|
padding: 1em 10%; |
||||
|
color: #677294; |
||||
|
border-top: 1px solid #DBEEFD; |
||||
|
opacity: 1; |
||||
|
filter: alpha(opacity=75); |
||||
|
text-shadow: none !important; |
||||
|
visibility: visible; |
||||
|
text-transform: none; |
||||
|
font-size: 14px; |
||||
|
} |
||||
|
.mean-container .mean-nav ul li.mean-last a { |
||||
|
border-bottom: none; |
||||
|
margin-bottom: 0; |
||||
|
} |
||||
|
.mean-container .mean-nav ul li li li a { |
||||
|
width: 70%; |
||||
|
padding: 1em 15%; |
||||
|
} |
||||
|
.mean-container .mean-nav ul li li li li a { |
||||
|
width: 60%; |
||||
|
padding: 1em 20%; |
||||
|
} |
||||
|
.mean-container .mean-nav ul li li li li li a { |
||||
|
width: 50%; |
||||
|
padding: 1em 25%; |
||||
|
} |
||||
|
.mean-container .mean-nav ul li a:hover { |
||||
|
background: #252525; |
||||
|
background: rgba(255,255,255,0.1); |
||||
|
} |
||||
|
.mean-container .mean-nav ul li a.mean-expand { |
||||
|
margin-top: 3px; |
||||
|
width: 100%; |
||||
|
height: 24px; |
||||
|
padding: 12px !important; |
||||
|
text-align: right ; |
||||
|
position: absolute; |
||||
|
right: 0; |
||||
|
top: 0; |
||||
|
z-index: 2; |
||||
|
font-weight: 700; |
||||
|
background: transparent; |
||||
|
border: none !important; |
||||
|
} |
||||
|
.mean-container .mean-push { |
||||
|
float: left; |
||||
|
width: 100%; |
||||
|
padding: 0; |
||||
|
margin: 0; |
||||
|
clear: both; |
||||
|
} |
||||
|
.mean-nav .wrapper { |
||||
|
width: 100%; |
||||
|
padding: 0; |
||||
|
margin: 0; |
||||
|
} |
||||
|
/* Fix for box sizing on Foundation Framework etc. */ |
||||
|
.mean-container .mean-bar, .mean-container .mean-bar * { |
||||
|
-webkit-box-sizing: content-box; |
||||
|
-moz-box-sizing: content-box; |
||||
|
box-sizing: content-box; |
||||
|
} |
||||
|
.mean-remove { |
||||
|
display: none !important; |
||||
|
} |
||||
|
.mobile-nav { |
||||
|
display: none; |
||||
|
} |
||||
|
.mobile-nav.mean-container .mean-nav ul li a.active { |
||||
|
color: #FF2D55; |
||||
|
} |
||||
|
.main-nav { |
||||
|
background: #000; |
||||
|
position: absolute; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
padding-top: 15px; |
||||
|
padding-bottom: 15px; |
||||
|
width: 100%; |
||||
|
z-index: 999; |
||||
|
height: auto; |
||||
|
} |
||||
|
.mean-nav .dropdown-toggle::after { |
||||
|
display: none; |
||||
|
} |
||||
|
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover { |
||||
|
color: #fff; |
||||
|
font-weight: bold; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
.main-nav nav ul { |
||||
|
padding: 0; |
||||
|
margin: 0; |
||||
|
list-style-type: none; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item { |
||||
|
position: relative; |
||||
|
padding: 15px 0; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item a { |
||||
|
font-weight: 500; |
||||
|
font-size: 16px; |
||||
|
text-transform: uppercase; |
||||
|
color: #ffffff; |
||||
|
padding-left: 0; |
||||
|
padding-right: 0; |
||||
|
padding-top: 0; |
||||
|
padding-bottom: 0; |
||||
|
margin-left: 15px; |
||||
|
margin-right: 15px; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item a:hover, |
||||
|
.main-nav nav .navbar-nav .nav-item a:focus, |
||||
|
.main-nav nav .navbar-nav .nav-item a.active { |
||||
|
color: #FF2D55; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item:hover a { |
||||
|
color: #FF2D55; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu { |
||||
|
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); |
||||
|
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); |
||||
|
background: #0d1028; |
||||
|
position: absolute; |
||||
|
top: 80px; |
||||
|
left: 0; |
||||
|
width: 250px; |
||||
|
z-index: 99; |
||||
|
display: block; |
||||
|
padding-top: 20px; |
||||
|
padding-left: 5px; |
||||
|
padding-right: 5px; |
||||
|
padding-bottom: 20px; |
||||
|
opacity: 0; |
||||
|
visibility: hidden; |
||||
|
-webkit-transition: all 0.3s ease-in-out; |
||||
|
transition: all 0.3s ease-in-out; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li { |
||||
|
position: relative; |
||||
|
padding: 0; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a { |
||||
|
font-size: 15px; |
||||
|
font-weight: 500; |
||||
|
text-transform: capitalize; |
||||
|
padding: 9px 15px; |
||||
|
margin: 0; |
||||
|
display: block; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active { |
||||
|
color: #FF2D55; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu { |
||||
|
position: absolute; |
||||
|
left: -100%; |
||||
|
top: 0; |
||||
|
opacity: 0 !important; |
||||
|
visibility: hidden !important; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu { |
||||
|
opacity: 1 !important; |
||||
|
visibility: visible !important; |
||||
|
top: -20px !important; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu { |
||||
|
position: absolute; |
||||
|
left: -100%; |
||||
|
top: 0; |
||||
|
opacity: 0 !important; |
||||
|
visibility: hidden !important; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu { |
||||
|
opacity: 1 !important; |
||||
|
visibility: visible !important; |
||||
|
top: -20px !important; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a { |
||||
|
color: #ffffff; |
||||
|
text-transform: capitalize; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active { |
||||
|
color: #FF2D55; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a { |
||||
|
color: #FF2D55; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item:hover ul { |
||||
|
opacity: 1; |
||||
|
visibility: visible; |
||||
|
top: 100%; |
||||
|
} |
||||
|
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu { |
||||
|
left: auto; |
||||
|
right: 0; |
||||
|
} |
||||
|
|
||||
|
/* Responsive Style */ |
||||
|
@media only screen and (max-width: 991px) { |
||||
|
.mobile-nav { |
||||
|
display: block; |
||||
|
position: relative; |
||||
|
} |
||||
|
.mobile-nav .logo { |
||||
|
text-decoration: none; |
||||
|
position: absolute; |
||||
|
top: 11px; |
||||
|
z-index: 999; |
||||
|
left: 15px; |
||||
|
color: #fff; |
||||
|
font-weight: bold; |
||||
|
text-transform: uppercase; |
||||
|
font-size: 20px; |
||||
|
} |
||||
|
.mean-container .mean-bar { |
||||
|
background-color: #000; |
||||
|
padding: 0; |
||||
|
} |
||||
|
.mean-container a.meanmenu-reveal { |
||||
|
padding: 15px 15px 0 0; |
||||
|
} |
||||
|
.mobile-nav nav .navbar-nav .nav-item a i { |
||||
|
display: none; |
||||
|
} |
||||
|
.main-nav { |
||||
|
display: none !important; |
||||
|
} |
||||
|
} |
@ -0,0 +1,136 @@ |
|||||
|
.nice-select { |
||||
|
-webkit-tap-highlight-color: transparent; |
||||
|
background-color: #fff; |
||||
|
border-radius: 5px; |
||||
|
border: solid 1px #e8e8e8; |
||||
|
box-sizing: border-box; |
||||
|
clear: both; |
||||
|
cursor: pointer; |
||||
|
display: block; |
||||
|
float: left; |
||||
|
font-family: inherit; |
||||
|
font-size: 14px; |
||||
|
font-weight: normal; |
||||
|
height: 42px; |
||||
|
line-height: 40px; |
||||
|
outline: none; |
||||
|
padding-left: 18px; |
||||
|
padding-right: 30px; |
||||
|
position: relative; |
||||
|
text-align: left !important; |
||||
|
-webkit-transition: all 0.2s ease-in-out; |
||||
|
transition: all 0.2s ease-in-out; |
||||
|
-webkit-user-select: none; |
||||
|
-moz-user-select: none; |
||||
|
-ms-user-select: none; |
||||
|
user-select: none; |
||||
|
white-space: nowrap; |
||||
|
width: auto; } |
||||
|
.nice-select:hover { |
||||
|
border-color: #dbdbdb; } |
||||
|
.nice-select:active, .nice-select.open, .nice-select:focus { |
||||
|
border-color: #999; } |
||||
|
.nice-select:after { |
||||
|
border-bottom: 2px solid #999; |
||||
|
border-right: 2px solid #999; |
||||
|
content: ''; |
||||
|
display: block; |
||||
|
height: 5px; |
||||
|
margin-top: -4px; |
||||
|
pointer-events: none; |
||||
|
position: absolute; |
||||
|
right: 12px; |
||||
|
top: 50%; |
||||
|
-webkit-transform-origin: 66% 66%; |
||||
|
-ms-transform-origin: 66% 66%; |
||||
|
transform-origin: 66% 66%; |
||||
|
-webkit-transform: rotate(45deg); |
||||
|
-ms-transform: rotate(45deg); |
||||
|
transform: rotate(45deg); |
||||
|
-webkit-transition: all 0.15s ease-in-out; |
||||
|
transition: all 0.15s ease-in-out; |
||||
|
width: 5px; } |
||||
|
.nice-select.open:after { |
||||
|
-webkit-transform: rotate(-135deg); |
||||
|
-ms-transform: rotate(-135deg); |
||||
|
transform: rotate(-135deg); } |
||||
|
.nice-select.open .list { |
||||
|
opacity: 1; |
||||
|
pointer-events: auto; |
||||
|
-webkit-transform: scale(1) translateY(0); |
||||
|
-ms-transform: scale(1) translateY(0); |
||||
|
transform: scale(1) translateY(0); } |
||||
|
.nice-select.disabled { |
||||
|
border-color: #ededed; |
||||
|
color: #999; |
||||
|
pointer-events: none; } |
||||
|
.nice-select.disabled:after { |
||||
|
border-color: #cccccc; } |
||||
|
.nice-select.wide { |
||||
|
width: 100%; } |
||||
|
.nice-select.wide .list { |
||||
|
left: 0 !important; |
||||
|
right: 0 !important; } |
||||
|
.nice-select.right { |
||||
|
float: right; } |
||||
|
.nice-select.right .list { |
||||
|
left: auto; |
||||
|
right: 0; } |
||||
|
.nice-select.small { |
||||
|
font-size: 12px; |
||||
|
height: 36px; |
||||
|
line-height: 34px; } |
||||
|
.nice-select.small:after { |
||||
|
height: 4px; |
||||
|
width: 4px; } |
||||
|
.nice-select.small .option { |
||||
|
line-height: 34px; |
||||
|
min-height: 34px; } |
||||
|
.nice-select .list { |
||||
|
background-color: #fff; |
||||
|
border-radius: 5px; |
||||
|
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11); |
||||
|
box-sizing: border-box; |
||||
|
margin-top: 4px; |
||||
|
opacity: 0; |
||||
|
overflow: hidden; |
||||
|
padding: 0; |
||||
|
pointer-events: none; |
||||
|
position: absolute; |
||||
|
top: 100%; |
||||
|
left: 0; |
||||
|
-webkit-transform-origin: 50% 0; |
||||
|
-ms-transform-origin: 50% 0; |
||||
|
transform-origin: 50% 0; |
||||
|
-webkit-transform: scale(0.75) translateY(-21px); |
||||
|
-ms-transform: scale(0.75) translateY(-21px); |
||||
|
transform: scale(0.75) translateY(-21px); |
||||
|
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; |
||||
|
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; |
||||
|
z-index: 9; } |
||||
|
.nice-select .list:hover .option:not(:hover) { |
||||
|
background-color: transparent !important; } |
||||
|
.nice-select .option { |
||||
|
cursor: pointer; |
||||
|
font-weight: 400; |
||||
|
line-height: 40px; |
||||
|
list-style: none; |
||||
|
min-height: 40px; |
||||
|
outline: none; |
||||
|
padding-left: 18px; |
||||
|
padding-right: 29px; |
||||
|
text-align: left; |
||||
|
-webkit-transition: all 0.2s; |
||||
|
transition: all 0.2s; } |
||||
|
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { |
||||
|
background-color: #f6f6f6; } |
||||
|
.nice-select .option.selected { |
||||
|
font-weight: bold; } |
||||
|
.nice-select .option.disabled { |
||||
|
background-color: transparent; |
||||
|
color: #999; |
||||
|
cursor: default; } |
||||
|
.no-csspointerevents .nice-select .list { |
||||
|
display: none; } |
||||
|
.no-csspointerevents .nice-select.open .list { |
||||
|
display: block; } |
@ -0,0 +1,88 @@ |
|||||
|
.odometer.odometer-auto-theme, .odometer.odometer-theme-default { |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
*vertical-align: auto; |
||||
|
*zoom: 1; |
||||
|
*display: inline; |
||||
|
position: relative; |
||||
|
} |
||||
|
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit { |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
*vertical-align: auto; |
||||
|
*zoom: 1; |
||||
|
*display: inline; |
||||
|
position: relative; |
||||
|
} |
||||
|
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer { |
||||
|
display: inline-block; |
||||
|
vertical-align: middle; |
||||
|
*vertical-align: auto; |
||||
|
*zoom: 1; |
||||
|
*display: inline; |
||||
|
visibility: hidden; |
||||
|
} |
||||
|
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner { |
||||
|
text-align: left; |
||||
|
display: block; |
||||
|
position: absolute; |
||||
|
top: 0; |
||||
|
left: 0; |
||||
|
right: 0; |
||||
|
bottom: 0; |
||||
|
overflow: hidden; |
||||
|
} |
||||
|
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon { |
||||
|
display: block; |
||||
|
} |
||||
|
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner { |
||||
|
display: block; |
||||
|
-webkit-backface-visibility: hidden; |
||||
|
} |
||||
|
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value { |
||||
|
display: block; |
||||
|
-webkit-transform: translateZ(0); |
||||
|
} |
||||
|
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value { |
||||
|
position: absolute; |
||||
|
} |
||||
|
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner { |
||||
|
-webkit-transition: -webkit-transform 2s; |
||||
|
-moz-transition: -moz-transform 2s; |
||||
|
-ms-transition: -ms-transform 2s; |
||||
|
-o-transition: -o-transform 2s; |
||||
|
transition: transform 2s; |
||||
|
} |
||||
|
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner { |
||||
|
-webkit-transform: translateY(-100%); |
||||
|
-moz-transform: translateY(-100%); |
||||
|
-ms-transform: translateY(-100%); |
||||
|
-o-transform: translateY(-100%); |
||||
|
transform: translateY(-100%); |
||||
|
} |
||||
|
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner { |
||||
|
-webkit-transform: translateY(-100%); |
||||
|
-moz-transform: translateY(-100%); |
||||
|
-ms-transform: translateY(-100%); |
||||
|
-o-transform: translateY(-100%); |
||||
|
transform: translateY(-100%); |
||||
|
} |
||||
|
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner { |
||||
|
-webkit-transition: -webkit-transform 2s; |
||||
|
-moz-transition: -moz-transform 2s; |
||||
|
-ms-transition: -ms-transform 2s; |
||||
|
-o-transition: -o-transform 2s; |
||||
|
transition: transform 2s; |
||||
|
-webkit-transform: translateY(0); |
||||
|
-moz-transform: translateY(0); |
||||
|
-ms-transform: translateY(0); |
||||
|
-o-transform: translateY(0); |
||||
|
transform: translateY(0); |
||||
|
} |
||||
|
.odometer.odometer-auto-theme, .odometer.odometer-theme-default { |
||||
|
font-family: "Helvetica Neue", sans-serif; |
||||
|
line-height: 1.1em; |
||||
|
} |
||||
|
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value { |
||||
|
text-align: center; |
||||
|
} |
@ -0,0 +1,6 @@ |
|||||
|
/** |
||||
|
* Owl Carousel v2.3.4 |
||||
|
* Copyright 2013-2018 David Deutsch |
||||
|
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE |
||||
|
*/ |
||||
|
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} |
@ -0,0 +1,6 @@ |
|||||
|
/** |
||||
|
* Owl Carousel v2.3.4 |
||||
|
* Copyright 2013-2018 David Deutsch |
||||
|
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE |
||||
|
*/ |
||||
|
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} |
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 148 B |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 141 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 168 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 826 KiB |
After Width: | Height: | Size: 181 KiB |
After Width: | Height: | Size: 247 KiB |
After Width: | Height: | Size: 197 KiB |
After Width: | Height: | Size: 226 KiB |
After Width: | Height: | Size: 134 KiB |
After Width: | Height: | Size: 207 KiB |
After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 781 B |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 468 KiB |
After Width: | Height: | Size: 3.0 MiB |
After Width: | Height: | Size: 192 KiB |
After Width: | Height: | Size: 198 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 148 B |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 813 B |
After Width: | Height: | Size: 781 B |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 131 KiB |
After Width: | Height: | Size: 163 KiB |
After Width: | Height: | Size: 189 KiB |
After Width: | Height: | Size: 83 KiB |
After Width: | Height: | Size: 398 KiB |
After Width: | Height: | Size: 192 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 198 KiB |
After Width: | Height: | Size: 89 KiB |
After Width: | Height: | Size: 93 KiB |
After Width: | Height: | Size: 98 KiB |
After Width: | Height: | Size: 90 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 158 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 643 B |
After Width: | Height: | Size: 807 KiB |
After Width: | Height: | Size: 459 KiB |