27102023
This commit is contained in:
BIN
css/AjaxLoader.gif
Normal file
BIN
css/AjaxLoader.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
1
css/animate.min.css
vendored
Normal file
1
css/animate.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
366
css/bootstrap-datetimepicker.min.css
vendored
Normal file
366
css/bootstrap-datetimepicker.min.css
vendored
Normal file
@@ -0,0 +1,366 @@
|
||||
/*!
|
||||
* Datetimepicker for Bootstrap 3
|
||||
* ! version : 4.7.14
|
||||
* https://github.com/Eonasdan/bootstrap-datetimepicker/
|
||||
*/
|
||||
.bootstrap-datetimepicker-widget {
|
||||
list-style: none;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu {
|
||||
margin: 2px 0;
|
||||
padding: 4px;
|
||||
width: 19em;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
||||
width: 38em;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
||||
width: 38em;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
||||
width: 38em;
|
||||
}
|
||||
}
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu:before,
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu:after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid #cccccc;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
top: -7px;
|
||||
left: 7px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid white;
|
||||
top: -6px;
|
||||
left: 8px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-top: 7px solid #cccccc;
|
||||
border-top-color: rgba(0, 0, 0, 0.2);
|
||||
bottom: -7px;
|
||||
left: 6px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-top: 6px solid white;
|
||||
bottom: -6px;
|
||||
left: 7px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
|
||||
left: auto;
|
||||
right: 6px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
|
||||
left: auto;
|
||||
right: 7px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .list-unstyled {
|
||||
margin: 0;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget a[data-action] {
|
||||
padding: 6px 0;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget a[data-action]:active {
|
||||
box-shadow: none;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .timepicker-hour,
|
||||
.bootstrap-datetimepicker-widget .timepicker-minute,
|
||||
.bootstrap-datetimepicker-widget .timepicker-second {
|
||||
width: 54px;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
margin: 0;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget button[data-action] {
|
||||
padding: 6px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Increment Hours";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Increment Minutes";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Decrement Hours";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Decrement Minutes";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Show Hours";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Show Minutes";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Toggle AM/PM";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Clear the picker";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Set the date to today";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .picker-switch {
|
||||
text-align: center;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .picker-switch::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Toggle Date and Time Screens";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .picker-switch td {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: auto;
|
||||
width: auto;
|
||||
line-height: inherit;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget .picker-switch td span {
|
||||
line-height: 2.5;
|
||||
height: 2.5em;
|
||||
width: 100%;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td,
|
||||
.bootstrap-datetimepicker-widget table th {
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table th {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table th.picker-switch {
|
||||
width: 145px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table th.disabled,
|
||||
.bootstrap-datetimepicker-widget table th.disabled:hover {
|
||||
background: none;
|
||||
color: #777777;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table th.prev::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Previous Month";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table th.next::after {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
content: "Next Month";
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table thead tr:first-child th {
|
||||
cursor: pointer;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
|
||||
background: #eeeeee;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td {
|
||||
height: 54px;
|
||||
line-height: 54px;
|
||||
width: 54px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td.cw {
|
||||
font-size: .8em;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
color: #777777;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td.day {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td.day:hover,
|
||||
.bootstrap-datetimepicker-widget table td.hour:hover,
|
||||
.bootstrap-datetimepicker-widget table td.minute:hover,
|
||||
.bootstrap-datetimepicker-widget table td.second:hover {
|
||||
background: #eeeeee;
|
||||
cursor: pointer;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td.old,
|
||||
.bootstrap-datetimepicker-widget table td.new {
|
||||
color: #777777;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td.today {
|
||||
position: relative;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td.today:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border: 0 0 7px 7px solid transparent;
|
||||
border-bottom-color: #337ab7;
|
||||
border-top-color: rgba(0, 0, 0, 0.2);
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
right: 4px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td.active,
|
||||
.bootstrap-datetimepicker-widget table td.active:hover {
|
||||
background-color: #337ab7;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td.active.today:before {
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td.disabled,
|
||||
.bootstrap-datetimepicker-widget table td.disabled:hover {
|
||||
background: none;
|
||||
color: #777777;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td span {
|
||||
display: inline-block;
|
||||
width: 54px;
|
||||
height: 54px;
|
||||
line-height: 54px;
|
||||
margin: 2px 1.5px;
|
||||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td span:hover {
|
||||
background: #eeeeee;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td span.active {
|
||||
background-color: #337ab7;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td span.old {
|
||||
color: #777777;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget table td span.disabled,
|
||||
.bootstrap-datetimepicker-widget table td span.disabled:hover {
|
||||
background: none;
|
||||
color: #777777;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
|
||||
height: 27px;
|
||||
line-height: 27px;
|
||||
}
|
||||
.input-group.date .input-group-addon {
|
||||
cursor: pointer;
|
||||
}
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
}
|
||||
1
css/bootstrap-theme.css.map
Normal file
1
css/bootstrap-theme.css.map
Normal file
File diff suppressed because one or more lines are too long
5
css/bootstrap-theme.min.css
vendored
Normal file
5
css/bootstrap-theme.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
css/bootstrap.css.map
Normal file
1
css/bootstrap.css.map
Normal file
File diff suppressed because one or more lines are too long
5
css/bootstrap.min.css
vendored
Normal file
5
css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
106
css/boxed.css
Normal file
106
css/boxed.css
Normal file
@@ -0,0 +1,106 @@
|
||||
|
||||
body.bg-1 { background-color:#efefef;}
|
||||
body.bg-2 { background-color:#565a60;}
|
||||
body.bg-3 { background-color:#272b2a; }
|
||||
body.bg-4 { background: url(../../images/bg/bg-body.jpg) repeat;}
|
||||
body.bg-5 { background:url(../../images/bg/shattered.png) repeat; }
|
||||
body.bg-6 { background:url(../../images/bg/satinweave.png) repeat; }
|
||||
body.bg-7 { background:url(../../images/bg/extra_clean_paper.png) repeat; }
|
||||
body.bg-8 { background:url(../../images/bg/bg_img04.jpg) repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
body.bg-9 { background:url(../../images/bg/bg_img03.jpg) repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
body.bg-10 { background:url(../../images/bg/bg_img02.jpg) repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#wrap.boxed {
|
||||
width:1280px;
|
||||
margin:0px auto;
|
||||
/* background-color:#fff; */
|
||||
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#wrap.boxed header.fixed .sticky-wrapper.is-sticky .main-header, #wrap.boxed header.fixed .sticky-wrapper.is-sticky .down-header {
|
||||
width:1280px;
|
||||
}
|
||||
|
||||
.switcher .hidden {
|
||||
display:block !important;
|
||||
visibility:visible !important;
|
||||
}
|
||||
.container-boxed{
|
||||
width:1280px;
|
||||
margin:0px auto;
|
||||
}
|
||||
|
||||
|
||||
/* Media Queries
|
||||
================================================== */
|
||||
|
||||
/* Smaller than standard 1024 (devices and browsers) */
|
||||
@media only screen and (max-width: 1024px) {
|
||||
|
||||
#wrap.boxed, .container-boxed {
|
||||
width:100%;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Tablet Portrait size to standard 960 (devices and browsers) */
|
||||
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
||||
|
||||
#wrap.boxed, .container-boxed {
|
||||
width:100%;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* All Mobile Sizes (devices and browser) */
|
||||
@media only screen and (max-width: 767px) {
|
||||
|
||||
#wrap.boxed, .container-boxed {
|
||||
width:100%;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
|
||||
@media only screen and (min-width: 480px) and (max-width: 767px) {
|
||||
|
||||
#wrap.boxed, .container-boxed {
|
||||
width:100%;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
|
||||
@media only screen and (max-width: 479px) {
|
||||
|
||||
#wrap.boxed, .container-boxed {
|
||||
width:100%;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
108
css/flexslider-for-posts.css
Normal file
108
css/flexslider-for-posts.css
Normal file
@@ -0,0 +1,108 @@
|
||||
/*
|
||||
* jQuery FlexSlider v2.2.0
|
||||
* http://www.woothemes.com/flexslider/
|
||||
*
|
||||
* Copyright 2012 WooThemes
|
||||
* Free to use under the GPLv2 license.
|
||||
* http://www.gnu.org/licenses/gpl-2.0.html
|
||||
*
|
||||
* Contributing author: Tyler Smith (@mbmufffin)
|
||||
*/
|
||||
|
||||
|
||||
/* Browser Resets
|
||||
*********************************/
|
||||
.flex-container a:active,
|
||||
.carousel-post-style1 a:active,
|
||||
.flex-container a:focus,
|
||||
.carousel-post-style1 a:focus {outline: none;}
|
||||
.slides,
|
||||
.flex-control-nav,
|
||||
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
|
||||
|
||||
/* Icon Fonts
|
||||
*********************************/
|
||||
/* Font-face Icons */
|
||||
@font-face {
|
||||
font-family: 'flexslider-icon';
|
||||
src:url('fonts/flexslider-icon.eot');
|
||||
src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/flexslider-icon.woff') format('woff'),
|
||||
url('fonts/flexslider-icon.ttf') format('truetype'),
|
||||
url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* FlexSlider Necessary Styles
|
||||
*********************************/
|
||||
.carousel-post-style1 {margin: 0; padding: 0;}
|
||||
.carousel-post-style1 .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
|
||||
.carousel-post-style1 .slides img {width: 100%; display: block;}
|
||||
.flex-pauseplay span {text-transform: capitalize;}
|
||||
|
||||
/* Clearfix for the .slides element */
|
||||
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
|
||||
html[xmlns] .slides {display: block;}
|
||||
* html .slides {height: 1%;}
|
||||
|
||||
/* No JavaScript Fallback */
|
||||
/* If you are not using another script, such as Modernizr, make sure you
|
||||
* include js that eliminates this class on page load */
|
||||
.no-js .slides > li:first-child {display: block;}
|
||||
|
||||
/* FlexSlider Default Theme
|
||||
*********************************/
|
||||
.carousel-post-style1 { margin: 0; background: #fff; position: relative; zoom: 1; }
|
||||
.flex-viewport { max-height: 2000px; transition: all 1s ease; }
|
||||
.loading .flex-viewport { max-height: 300px; }
|
||||
.carousel-post-style1 .slides { zoom: 1; }
|
||||
.carousel li { margin-right: 5px; }
|
||||
|
||||
/* Direction Nav */
|
||||
.flex-direction-nav {*height: 0;}
|
||||
.flex-direction-nav a { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; transition: all .3s ease; }
|
||||
.flex-direction-nav .flex-prev { left: -50px; }
|
||||
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
|
||||
.carousel-post-style1:hover .flex-prev { opacity: 1; left: 10px; }
|
||||
.carousel-post-style1:hover .flex-next { opacity: 1; right: 10px; }
|
||||
.carousel-post-style1:hover .flex-next:hover, .carousel-post-style1:hover .flex-prev:hover { opacity: 1; }
|
||||
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
|
||||
.flex-direction-nav a:before {
|
||||
font-family: 'ElegantIcons';
|
||||
content: '4';
|
||||
speak: none;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-size: 40px;
|
||||
color:#fff;
|
||||
display: inline-block;
|
||||
}
|
||||
.flex-direction-nav a.flex-next:before { content: '5'; }
|
||||
|
||||
/* Pause/Play */
|
||||
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
|
||||
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
|
||||
.flex-pauseplay a:hover { opacity: 1; }
|
||||
.flex-pauseplay a.flex-play:before { content: '\f003'; }
|
||||
|
||||
/* Control Nav */
|
||||
.flex-control-nav { position: absolute; top: 20px; left: 10px; z-index:9;}
|
||||
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
|
||||
.flex-control-paging li a {width: 11px; height: 11px; display: block; cursor: pointer; text-indent: -9999px; border-radius: 20px; border: 2px solid #fff; transition:all .3s ease; }
|
||||
.flex-control-paging li a:hover { background: #fff; transition:all .3s ease; }
|
||||
.flex-control-paging li a.flex-active { background: #fff; cursor: default; transition:all .3s ease; }
|
||||
|
||||
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
|
||||
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
|
||||
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
|
||||
.flex-control-thumbs img:hover {opacity: 1;}
|
||||
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
|
||||
|
||||
@media screen and (max-width: 860px) {
|
||||
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
|
||||
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
|
||||
}
|
||||
394
css/flexslider.css
Normal file
394
css/flexslider.css
Normal file
@@ -0,0 +1,394 @@
|
||||
/*
|
||||
* jQuery FlexSlider v2.0
|
||||
* http://www.woothemes.com/flexslider/
|
||||
*
|
||||
* Copyright 2012 WooThemes
|
||||
* Free to use under the GPLv2 license.
|
||||
* http://www.gnu.org/licenses/gpl-2.0.html
|
||||
*
|
||||
* Contributing author: Tyler Smith (@mbmufffin)
|
||||
*/
|
||||
|
||||
/* Flex Slider
|
||||
=========================================================*/
|
||||
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{
|
||||
outline:none;
|
||||
}
|
||||
.slides,.flex-control-nav,.flex-direction-nav{
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
}
|
||||
.flexslider {
|
||||
margin:0;padding:0;
|
||||
}
|
||||
.flexslider .slides>li {
|
||||
display:none;
|
||||
-webkit-backface-visibility:hidden;
|
||||
}
|
||||
.flexslider .slides img{
|
||||
max-width:100%;display:block;
|
||||
}
|
||||
.flex-pauseplay span{
|
||||
text-transform:capitalize;
|
||||
}
|
||||
.slides:after{
|
||||
content:".";
|
||||
display:block;
|
||||
clear:both;
|
||||
visibility:hidden;
|
||||
line-height:0;
|
||||
height:0;
|
||||
}
|
||||
html[xmlns] .slides{
|
||||
display:block;
|
||||
}
|
||||
* html .slides{
|
||||
height:1%;
|
||||
}
|
||||
.no-js .slides>li:first-child{
|
||||
display:block;
|
||||
}
|
||||
.flexslider, .flexslider4{
|
||||
position:relative;
|
||||
zoom:1;
|
||||
}
|
||||
.flexslider .slides{
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.flexslider .slides>li{
|
||||
position:relative;
|
||||
}
|
||||
.flex-container{
|
||||
zoom:1;
|
||||
position:relative;
|
||||
}
|
||||
.flex-direction-nav{
|
||||
height:0;
|
||||
}
|
||||
.flex-direction-nav li a{
|
||||
margin:0;
|
||||
display:block;
|
||||
position:absolute;
|
||||
top:45%;
|
||||
cursor:pointer;
|
||||
z-index:7;
|
||||
background-color: rgba(75,78,83,.3);
|
||||
margin: 0;
|
||||
padding: 30px 3px;
|
||||
color: #fff;
|
||||
font-size: 34px;
|
||||
}
|
||||
.flex-direction-nav li a:hover {
|
||||
opacity:1; filter:alpha(opacity=100);
|
||||
background-color: rgba(75,78,83,.6);
|
||||
}
|
||||
.flex-direction-nav li .flex-next{
|
||||
right:0;
|
||||
}
|
||||
.flex-direction-nav li .flex-next:before{
|
||||
content: "\e232";
|
||||
font-family: "linea-icons" !important;
|
||||
font-style: normal !important;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
text-transform: none !important;
|
||||
speak: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.flex-direction-nav li .flex-prev{
|
||||
left:0;
|
||||
}
|
||||
.flex-direction-nav li .flex-prev:before{
|
||||
content: "\e226";
|
||||
font-family: "linea-icons" !important;
|
||||
font-style: normal !important;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
text-transform: none !important;
|
||||
speak: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.flex-direction-nav li .disabled{
|
||||
opacity:.3;
|
||||
filter:alpha(opacity=30);
|
||||
cursor:default;
|
||||
}
|
||||
.slider-1 .flex-direction-nav li .flex-next{
|
||||
position:absolute;
|
||||
right:-30px;
|
||||
opacity:0; filter:alpha(opacity=0);
|
||||
-webkit-transition: all .3s ease;
|
||||
}
|
||||
.slider-1:hover .flex-direction-nav li .flex-next {
|
||||
opacity:1; filter:alpha(opacity=100);
|
||||
right:0;
|
||||
}
|
||||
.slider-1 .flex-direction-nav li .flex-prev{
|
||||
position:absolute;
|
||||
left:-30px;
|
||||
opacity:0; filter:alpha(opacity=0);
|
||||
-webkit-transition: all .3s ease;
|
||||
}
|
||||
.slider-1:hover .flex-direction-nav li .flex-prev{
|
||||
opacity:1; filter:alpha(opacity=100);
|
||||
left:0;
|
||||
}
|
||||
.flex-control-nav{
|
||||
width:100%;
|
||||
position:absolute;
|
||||
bottom:-32px;
|
||||
text-align:center;
|
||||
-webkit-transition: all .3s ease;
|
||||
}
|
||||
.slider-1:hover .flex-control-nav {
|
||||
bottom:18px;
|
||||
}
|
||||
.flex-control-nav li{
|
||||
margin:0 0 0 5px;
|
||||
display:inline-block;
|
||||
zoom:1;
|
||||
*display:inline;
|
||||
}
|
||||
.flex-control-nav li:first-child{
|
||||
margin:0;
|
||||
}
|
||||
.slider-1 {
|
||||
overflow:hidden;
|
||||
}
|
||||
.slider-1 .slides li .contain, .slider-1 .loading {
|
||||
position:relative;
|
||||
min-height:600px;
|
||||
}
|
||||
.flex-top-bot, .flex-bot-top, .slider-1 .slides li .links {
|
||||
width:550px;
|
||||
}
|
||||
.flex-top-bot, .flex-bot-top, .slider-1 .slides li .links, .slider-1 .slides li .item , .slider-1 .slides li .fade-flex{
|
||||
position:absolute;
|
||||
}
|
||||
.flex-top-bot {
|
||||
left:0;
|
||||
top:-100%;
|
||||
opacity:0;
|
||||
z-index:50;
|
||||
font-family: 'Lato', Arial, Helvetica, sans-serif;
|
||||
font-size:50px;
|
||||
line-height:54px;
|
||||
font-weight:100;
|
||||
min-width:50px;
|
||||
color:#fff;
|
||||
display: inline-block !important;
|
||||
padding: 14px 20px 15px;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.norm-50-wide {
|
||||
width:100%;
|
||||
font-size:50px;
|
||||
line-height:54px;
|
||||
font-weight:normal;
|
||||
letter-spacing:12px;
|
||||
}
|
||||
.norm-43-wide {
|
||||
width:100%;
|
||||
font-size:43px;
|
||||
line-height:54px;
|
||||
font-weight:normal;
|
||||
letter-spacing:10px;
|
||||
}
|
||||
.norm-40 {
|
||||
font-size:40px;
|
||||
line-height:44px;
|
||||
}
|
||||
.slider-caption-border {
|
||||
border:4px solid #fff;
|
||||
padding:20px;
|
||||
padding-left:25px;
|
||||
}
|
||||
.light-52{
|
||||
font-family: 'Lato', Arial, Helvetica, sans-serif;
|
||||
font-size: 50px;
|
||||
line-height: 54px;
|
||||
font-weight: 100;
|
||||
color: #fff;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.light-72{
|
||||
font-family: 'Lato', Arial, Helvetica, sans-serif;
|
||||
font-size: 70px;
|
||||
line-height: 64px;
|
||||
font-weight: 100;
|
||||
color: #fff;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.light-100{
|
||||
font-family: 'Lato', Arial, Helvetica, sans-serif;
|
||||
font-size: 90px;
|
||||
line-height: 100px;
|
||||
font-weight: 100;
|
||||
color: #fff;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.flex-bot-top {
|
||||
left:0;
|
||||
bottom:-50%;
|
||||
opacity:0;
|
||||
z-index:50;
|
||||
}
|
||||
.slider-1 .loading{
|
||||
background: #999da1 url(../images/loading.gif) no-repeat center center;
|
||||
}
|
||||
.slider-1 .slides li .item .video-wrap {
|
||||
min-width: 425px;
|
||||
min-height: 244px;
|
||||
}
|
||||
.slider-1.iphone li {
|
||||
background:url(../images/img/sliders/pattern.png) repeat;
|
||||
}
|
||||
.slider-1.iphone li img {
|
||||
margin-top:37px;
|
||||
}
|
||||
.font-black {
|
||||
color:#4b4e53 !important;
|
||||
}
|
||||
|
||||
/* #Tablet (Portrait)
|
||||
================================================== */
|
||||
|
||||
@media only screen and (max-width: 959px) {
|
||||
.no-border-959 {
|
||||
border:none;
|
||||
padding:0;
|
||||
}
|
||||
}
|
||||
|
||||
/* #Tablet (Portrait)
|
||||
================================================== */
|
||||
/* Note: Design for a width of 768px */
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
||||
/* Direction Nav */
|
||||
.caption-18-wide-767 {
|
||||
top:44% !important;
|
||||
font-size:33px;
|
||||
line-height:36px;
|
||||
font-weight:normal;
|
||||
letter-spacing:5px;
|
||||
}
|
||||
.norm-40-768-959 {
|
||||
width:100%;
|
||||
font-size:40px;
|
||||
line-height:50px;
|
||||
font-weight:normal;
|
||||
letter-spacing:0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* #Mobile (Portrait)
|
||||
================================================== */
|
||||
/* Note: Design for a width of 320px */
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
.slider-1 .slides li .contain, .slider-1 .loading {
|
||||
position:relative;
|
||||
min-height:216px;
|
||||
}
|
||||
.display-none-767 {
|
||||
display: none !important;
|
||||
}
|
||||
.flexslider ul.slides .display {
|
||||
display: block !important;
|
||||
}
|
||||
.slider-1 .slides li .item {
|
||||
display: none !important;
|
||||
}
|
||||
.norm-50-wide, .norm-43-wide {
|
||||
font-size:25px;
|
||||
line-height:29px;
|
||||
font-weight:normal;
|
||||
letter-spacing:1px;
|
||||
}
|
||||
.norm-20-767 {
|
||||
font-size:20px;
|
||||
line-height:25px;
|
||||
font-weight:normal;
|
||||
letter-spacing:1px;
|
||||
}
|
||||
.top-28-767 {
|
||||
top:28% !important;
|
||||
}
|
||||
.top-34-767 {
|
||||
top:34% !important;
|
||||
}
|
||||
.bot-15-767 {
|
||||
bottom:15% !important;
|
||||
}
|
||||
.bot-25-767 {
|
||||
bottom:25% !important;
|
||||
}
|
||||
.bot-34-767 {
|
||||
bottom:34% !important;
|
||||
}
|
||||
.font-40{
|
||||
top:35% !important;
|
||||
font-size:20px;
|
||||
line-height:29px;
|
||||
}
|
||||
.caption-18-wide-767 {
|
||||
top:44% !important;
|
||||
font-size:16px;
|
||||
line-height:25px;
|
||||
font-weight:normal;
|
||||
letter-spacing:0px;
|
||||
}
|
||||
.slider-caption-border-767 {
|
||||
border:2px solid #fff;
|
||||
padding:12px;
|
||||
}
|
||||
.light-52 {
|
||||
font-size:15px;
|
||||
line-height:29px;
|
||||
}
|
||||
.light-72 {
|
||||
font-size:25px;
|
||||
line-height:28px;
|
||||
}
|
||||
.light-100 {
|
||||
font-size:33px;
|
||||
line-height:35px;
|
||||
}
|
||||
.flex-direction-nav {
|
||||
visibility:hidden;
|
||||
}
|
||||
}
|
||||
|
||||
/* #Mobile (Landscape)
|
||||
================================================== */
|
||||
/* Note: Design for a width of 480px */
|
||||
|
||||
@media only screen and (min-width: 480px) and (max-width: 767px) {
|
||||
.slider-1 .slides li .contain, .slider-1 .loading {
|
||||
position:relative;
|
||||
min-height:250px;
|
||||
}
|
||||
.slider-1 .slides li .item {
|
||||
max-width: 40%;
|
||||
display:block !important;
|
||||
}
|
||||
.flex-direction-nav {
|
||||
visibility:visible;
|
||||
}
|
||||
.bot-30-480-767 {
|
||||
bottom:30% !important;
|
||||
}
|
||||
|
||||
}
|
||||
BIN
css/fonts/flexslider-icon.eot
Normal file
BIN
css/fonts/flexslider-icon.eot
Normal file
Binary file not shown.
19
css/fonts/flexslider-icon.svg
Normal file
19
css/fonts/flexslider-icon.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>
|
||||
This is a custom SVG font generated by IcoMoon.
|
||||
<iconset grid="14"></iconset>
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="flexslider-icon" horiz-adv-x="448" >
|
||||
<font-face units-per-em="448" ascent="384" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="448" />
|
||||
<glyph unicode="" d="M 185.50-9.25l-163.00,162.75q-9.25,9.25 -9.25,22.625t 9.25,22.625l 163.00,162.75q 9.25,9.25 22.625,9.25t 22.625-9.25l 18.75-18.75q 9.25-9.25 9.25-22.625t-9.25-22.625l-121.50-121.50l 121.50-121.25q 9.25-9.50 9.25-22.75t-9.25-22.50l-18.75-18.75q-9.25-9.25 -22.625-9.25t-22.625,9.25z" horiz-adv-x="288" />
|
||||
<glyph unicode="" d="M 274.75,176.00q0.00-13.00 -9.25-22.75l-163.00-162.75q-9.25-9.25 -22.50-9.25t-22.50,9.25l-19.00,18.75q-9.25,9.75 -9.25,22.75q0.00,13.25 9.25,22.50l 121.50,121.50l-121.50,121.25q-9.25,9.75 -9.25,22.75q0.00,13.25 9.25,22.50l 19.00,18.75q 9.00,9.50 22.50,9.50t 22.50-9.50l 163.00-162.75q 9.25-9.25 9.25-22.50z" horiz-adv-x="288" />
|
||||
<glyph unicode="" d="M 346.00,152.25l-332.00-184.50q-5.75-3.25 -9.875-0.75t-4.125,9.00l0.00,368.00 q0.00,6.50 4.125,9.00t 9.875-0.75l 332.00-184.50q 5.75-3.25 5.75-7.75t-5.75-7.75z" horiz-adv-x="352" />
|
||||
<glyph unicode="" d="M 384.00,336.00l0.00-352.00 q0.00-6.50 -4.75-11.25t-11.25-4.75l-128.00,0.00 q-6.50,0.00 -11.25,4.75t-4.75,11.25l0.00,352.00 q0.00,6.50 4.75,11.25t 11.25,4.75l 128.00,0.00 q 6.50,0.00 11.25-4.75t 4.75-11.25zM 160.00,336.00l0.00-352.00 q0.00-6.50 -4.75-11.25t-11.25-4.75l-128.00,0.00 q-6.50,0.00 -11.25,4.75t-4.75,11.25l0.00,352.00 q0.00,6.50 4.75,11.25t 11.25,4.75l 128.00,0.00 q 6.50,0.00 11.25-4.75t 4.75-11.25z" horiz-adv-x="384" />
|
||||
<glyph unicode="" d="M 402.75,208.00q0.00-13.25 -9.25-22.50l-162.75-162.75q-9.50-9.50 -22.75-9.50q-13.50,0.00 -22.50,9.50l-162.75,162.75q-9.50,9.00 -9.50,22.50q0.00,13.25 9.50,22.75l 18.50,18.75q 9.75,9.25 22.75,9.25q 13.25,0.00 22.50-9.25l 121.50-121.50l 121.50,121.50q 9.25,9.25 22.50,9.25q 13.00,0.00 22.75-9.25l 18.75-18.75q 9.25-9.75 9.25-22.75z" horiz-adv-x="416" />
|
||||
<glyph unicode=" " horiz-adv-x="224" />
|
||||
<glyph class="hidden" unicode="" d="M0,384L 448 -64L0 -64 z" horiz-adv-x="0" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
BIN
css/fonts/flexslider-icon.ttf
Normal file
BIN
css/fonts/flexslider-icon.ttf
Normal file
Binary file not shown.
BIN
css/fonts/flexslider-icon.woff
Normal file
BIN
css/fonts/flexslider-icon.woff
Normal file
Binary file not shown.
BIN
css/grabbing.png
Normal file
BIN
css/grabbing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 116 B |
7
css/icons-fonts.css
Normal file
7
css/icons-fonts.css
Normal file
File diff suppressed because one or more lines are too long
53
css/ie-warning.css
Normal file
53
css/ie-warning.css
Normal file
@@ -0,0 +1,53 @@
|
||||
/* CSS for IE warning
|
||||
===================================================================*/
|
||||
#ie-container{
|
||||
border: 1px solid #F7941D;
|
||||
text-align: center;
|
||||
clear: both;
|
||||
position: relative;
|
||||
background-color: #ffeded;
|
||||
}
|
||||
#ie-cont-close {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
#ie-cont-content {
|
||||
width: 540px;
|
||||
text-align: left;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
color: black;
|
||||
margin-top: 0;
|
||||
margin-right: auto;
|
||||
margin-bottom: 0;
|
||||
margin-left: auto;
|
||||
}
|
||||
#ie-cont-brows {
|
||||
width:540px;
|
||||
text-align:center;
|
||||
}
|
||||
#ie-cont-brows a img{
|
||||
border: none;
|
||||
margin-left:15px;
|
||||
}
|
||||
#ie-cont-warning {
|
||||
float: left;
|
||||
}
|
||||
#ie-cont-text{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
text-align:center;
|
||||
}
|
||||
#ie-text-bold {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 12px;
|
||||
}
|
||||
#ie-text {
|
||||
font-size: 12px;
|
||||
margin-top: 6px;
|
||||
line-height: 12px;
|
||||
}
|
||||
|
||||
36
css/ie8-fix.css
Normal file
36
css/ie8-fix.css
Normal file
@@ -0,0 +1,36 @@
|
||||
/*this is fix for IE8*/
|
||||
img {
|
||||
border: 0 none;
|
||||
max-width: 100% ;
|
||||
width:auto ; /*IE8*/
|
||||
vertical-align: top;
|
||||
}
|
||||
.buy-img-container img{
|
||||
width:31px ;
|
||||
}
|
||||
|
||||
.nl-img-container img {
|
||||
width:31px ;
|
||||
}
|
||||
.box5-img-container img, .box5-img-container-inv img {
|
||||
height: 40px;
|
||||
width: 53px;
|
||||
}
|
||||
.hover-item:hover img {
|
||||
-webkit-transform: scale(1);
|
||||
}
|
||||
.field-1-3 input {
|
||||
margin-right: 10px;
|
||||
width: 220px;
|
||||
}
|
||||
.field-1-2-comment input {
|
||||
margin-right: 20px;
|
||||
width: 300px;
|
||||
}
|
||||
ul.footer-contact-info li{
|
||||
min-height:inherit;
|
||||
}
|
||||
.nl-form-container input {
|
||||
padding-top:30px;
|
||||
padding-bottom:30px;
|
||||
}
|
||||
BIN
css/owl-carousel/AjaxLoader.gif
Normal file
BIN
css/owl-carousel/AjaxLoader.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
css/owl-carousel/grabbing.png
Normal file
BIN
css/owl-carousel/grabbing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 116 B |
150
css/owl-carousel/owl.carousel.css
Normal file
150
css/owl-carousel/owl.carousel.css
Normal file
@@ -0,0 +1,150 @@
|
||||
/*
|
||||
* Core Owl Carousel CSS File
|
||||
* v1.3.3
|
||||
*/
|
||||
|
||||
/* clearfix */
|
||||
.owl-carousel .owl-wrapper:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
/* display none until init */
|
||||
.owl-carousel{
|
||||
display: none;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
-ms-touch-action: pan-y;
|
||||
}
|
||||
.owl-carousel .owl-wrapper{
|
||||
display: none;
|
||||
position: relative;
|
||||
-webkit-transform: translate3d(0px, 0px, 0px);
|
||||
}
|
||||
.owl-carousel .owl-wrapper-outer{
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
.owl-carousel .owl-wrapper-outer.autoHeight{
|
||||
-webkit-transition: height 500ms ease-in-out;
|
||||
-moz-transition: height 500ms ease-in-out;
|
||||
-ms-transition: height 500ms ease-in-out;
|
||||
-o-transition: height 500ms ease-in-out;
|
||||
transition: height 500ms ease-in-out;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-item{
|
||||
float: left;
|
||||
}
|
||||
.owl-controls .owl-page,
|
||||
.owl-controls .owl-buttons div{
|
||||
cursor: pointer;
|
||||
}
|
||||
.owl-controls {
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
/* mouse grab icon */
|
||||
.grabbing {
|
||||
cursor:url(grabbing.png) 8 8, move;
|
||||
}
|
||||
|
||||
/* fix */
|
||||
.owl-carousel .owl-wrapper,
|
||||
.owl-carousel .owl-item{
|
||||
-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 Demo --------- THEME ---------------- *
|
||||
* v1.3.3 *
|
||||
************************************************************************/
|
||||
|
||||
.owl-theme .owl-controls{
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Styling Next and Prev buttons */
|
||||
|
||||
.owl-theme .owl-controls .owl-buttons div{
|
||||
color: #FFF;
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;/*IE7 life-saver */
|
||||
margin: 5px;
|
||||
padding: 3px 10px;
|
||||
font-size: 12px;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
background: #869791;
|
||||
filter: Alpha(Opacity=50);/*IE7 fix*/
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Clickable class fix problem with hover on touch devices */
|
||||
/* Use it for non-touch hover action */
|
||||
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
|
||||
filter: Alpha(Opacity=100);/*IE7 fix*/
|
||||
opacity: 1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Styling Pagination*/
|
||||
|
||||
.owl-theme .owl-controls .owl-page{
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;/*IE7 life-saver */
|
||||
}
|
||||
.owl-theme .owl-controls .owl-page span{
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 5px 7px;
|
||||
filter: Alpha(Opacity=50);/*IE7 fix*/
|
||||
opacity: 0.5;
|
||||
-webkit-border-radius: 20px;
|
||||
-moz-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
background: #869791;
|
||||
}
|
||||
|
||||
.owl-theme .owl-controls .owl-page.active span,
|
||||
.owl-theme .owl-controls.clickable .owl-page:hover span{
|
||||
filter: Alpha(Opacity=100);/*IE7 fix*/
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* If PaginationNumbers is true */
|
||||
|
||||
.owl-theme .owl-controls .owl-page span.owl-numbers{
|
||||
height: auto;
|
||||
width: auto;
|
||||
color: #FFF;
|
||||
padding: 2px 10px;
|
||||
font-size: 12px;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
/* preloading images */
|
||||
.owl-item.loading{
|
||||
min-height: 150px;
|
||||
background: url(AjaxLoader.gif) no-repeat center center
|
||||
}
|
||||
79
css/owl-carousel/owl.theme.css
Normal file
79
css/owl-carousel/owl.theme.css
Normal file
@@ -0,0 +1,79 @@
|
||||
/*
|
||||
* Owl Carousel Owl Demo Theme
|
||||
* v1.3.3
|
||||
*/
|
||||
|
||||
.owl-theme .owl-controls{
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Styling Next and Prev buttons */
|
||||
|
||||
.owl-theme .owl-controls .owl-buttons div{
|
||||
color: #FFF;
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;/*IE7 life-saver */
|
||||
margin: 5px;
|
||||
padding: 3px 10px;
|
||||
font-size: 12px;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
background: #869791;
|
||||
filter: Alpha(Opacity=50);/*IE7 fix*/
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Clickable class fix problem with hover on touch devices */
|
||||
/* Use it for non-touch hover action */
|
||||
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
|
||||
filter: Alpha(Opacity=100);/*IE7 fix*/
|
||||
opacity: 1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Styling Pagination*/
|
||||
|
||||
.owl-theme .owl-controls .owl-page{
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;/*IE7 life-saver */
|
||||
}
|
||||
.owl-theme .owl-controls .owl-page span{
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 5px 7px;
|
||||
filter: Alpha(Opacity=50);/*IE7 fix*/
|
||||
opacity: 0.5;
|
||||
-webkit-border-radius: 20px;
|
||||
-moz-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
background: #869791;
|
||||
}
|
||||
|
||||
.owl-theme .owl-controls .owl-page.active span,
|
||||
.owl-theme .owl-controls.clickable .owl-page:hover span{
|
||||
filter: Alpha(Opacity=100);/*IE7 fix*/
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* If PaginationNumbers is true */
|
||||
|
||||
.owl-theme .owl-controls .owl-page span.owl-numbers{
|
||||
height: auto;
|
||||
width: auto;
|
||||
color: #FFF;
|
||||
padding: 2px 10px;
|
||||
font-size: 12px;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
/* preloading images */
|
||||
.owl-item.loading{
|
||||
min-height: 150px;
|
||||
background: url(AjaxLoader.gif) no-repeat center center
|
||||
}
|
||||
163
css/owl-carousel/owl.transitions.css
Normal file
163
css/owl-carousel/owl.transitions.css
Normal file
@@ -0,0 +1,163 @@
|
||||
/*
|
||||
* Owl Carousel CSS3 Transitions
|
||||
* v1.3.2
|
||||
*/
|
||||
|
||||
.owl-origin {
|
||||
-webkit-perspective: 1200px;
|
||||
-webkit-perspective-origin-x : 50%;
|
||||
-webkit-perspective-origin-y : 50%;
|
||||
-moz-perspective : 1200px;
|
||||
-moz-perspective-origin-x : 50%;
|
||||
-moz-perspective-origin-y : 50%;
|
||||
perspective : 1200px;
|
||||
}
|
||||
/* fade */
|
||||
.owl-fade-out {
|
||||
z-index: 10;
|
||||
-webkit-animation: fadeOut .7s both ease;
|
||||
-moz-animation: fadeOut .7s both ease;
|
||||
animation: fadeOut .7s both ease;
|
||||
}
|
||||
.owl-fade-in {
|
||||
-webkit-animation: fadeIn .7s both ease;
|
||||
-moz-animation: fadeIn .7s both ease;
|
||||
animation: fadeIn .7s both ease;
|
||||
}
|
||||
/* backSlide */
|
||||
.owl-backSlide-out {
|
||||
-webkit-animation: backSlideOut 1s both ease;
|
||||
-moz-animation: backSlideOut 1s both ease;
|
||||
animation: backSlideOut 1s both ease;
|
||||
}
|
||||
.owl-backSlide-in {
|
||||
-webkit-animation: backSlideIn 1s both ease;
|
||||
-moz-animation: backSlideIn 1s both ease;
|
||||
animation: backSlideIn 1s both ease;
|
||||
}
|
||||
/* goDown */
|
||||
.owl-goDown-out {
|
||||
-webkit-animation: scaleToFade .7s ease both;
|
||||
-moz-animation: scaleToFade .7s ease both;
|
||||
animation: scaleToFade .7s ease both;
|
||||
}
|
||||
.owl-goDown-in {
|
||||
-webkit-animation: goDown .6s ease both;
|
||||
-moz-animation: goDown .6s ease both;
|
||||
animation: goDown .6s ease both;
|
||||
}
|
||||
/* scaleUp */
|
||||
.owl-fadeUp-in {
|
||||
-webkit-animation: scaleUpFrom .5s ease both;
|
||||
-moz-animation: scaleUpFrom .5s ease both;
|
||||
animation: scaleUpFrom .5s ease both;
|
||||
}
|
||||
|
||||
.owl-fadeUp-out {
|
||||
-webkit-animation: scaleUpTo .5s ease both;
|
||||
-moz-animation: scaleUpTo .5s ease both;
|
||||
animation: scaleUpTo .5s ease both;
|
||||
}
|
||||
/* Keyframes */
|
||||
/*empty*/
|
||||
@-webkit-keyframes empty {
|
||||
0% {opacity: 1}
|
||||
}
|
||||
@-moz-keyframes empty {
|
||||
0% {opacity: 1}
|
||||
}
|
||||
@keyframes empty {
|
||||
0% {opacity: 1}
|
||||
}
|
||||
@-webkit-keyframes fadeIn {
|
||||
0% { opacity:0; }
|
||||
100% { opacity:1; }
|
||||
}
|
||||
@-moz-keyframes fadeIn {
|
||||
0% { opacity:0; }
|
||||
100% { opacity:1; }
|
||||
}
|
||||
@keyframes fadeIn {
|
||||
0% { opacity:0; }
|
||||
100% { opacity:1; }
|
||||
}
|
||||
@-webkit-keyframes fadeOut {
|
||||
0% { opacity:1; }
|
||||
100% { opacity:0; }
|
||||
}
|
||||
@-moz-keyframes fadeOut {
|
||||
0% { opacity:1; }
|
||||
100% { opacity:0; }
|
||||
}
|
||||
@keyframes fadeOut {
|
||||
0% { opacity:1; }
|
||||
100% { opacity:0; }
|
||||
}
|
||||
@-webkit-keyframes backSlideOut {
|
||||
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
|
||||
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
|
||||
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
|
||||
}
|
||||
@-moz-keyframes backSlideOut {
|
||||
25% { opacity: .5; -moz-transform: translateZ(-500px); }
|
||||
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
|
||||
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
|
||||
}
|
||||
@keyframes backSlideOut {
|
||||
25% { opacity: .5; transform: translateZ(-500px); }
|
||||
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
|
||||
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
|
||||
}
|
||||
@-webkit-keyframes backSlideIn {
|
||||
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
|
||||
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
|
||||
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
|
||||
}
|
||||
@-moz-keyframes backSlideIn {
|
||||
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
|
||||
75% { opacity: .5; -moz-transform: translateZ(-500px); }
|
||||
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
|
||||
}
|
||||
@keyframes backSlideIn {
|
||||
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
|
||||
75% { opacity: .5; transform: translateZ(-500px); }
|
||||
100% { opacity: 1; transform: translateZ(0) translateX(0); }
|
||||
}
|
||||
@-webkit-keyframes scaleToFade {
|
||||
to { opacity: 0; -webkit-transform: scale(.8); }
|
||||
}
|
||||
@-moz-keyframes scaleToFade {
|
||||
to { opacity: 0; -moz-transform: scale(.8); }
|
||||
}
|
||||
@keyframes scaleToFade {
|
||||
to { opacity: 0; transform: scale(.8); }
|
||||
}
|
||||
@-webkit-keyframes goDown {
|
||||
from { -webkit-transform: translateY(-100%); }
|
||||
}
|
||||
@-moz-keyframes goDown {
|
||||
from { -moz-transform: translateY(-100%); }
|
||||
}
|
||||
@keyframes goDown {
|
||||
from { transform: translateY(-100%); }
|
||||
}
|
||||
|
||||
@-webkit-keyframes scaleUpFrom {
|
||||
from { opacity: 0; -webkit-transform: scale(1.5); }
|
||||
}
|
||||
@-moz-keyframes scaleUpFrom {
|
||||
from { opacity: 0; -moz-transform: scale(1.5); }
|
||||
}
|
||||
@keyframes scaleUpFrom {
|
||||
from { opacity: 0; transform: scale(1.5); }
|
||||
}
|
||||
|
||||
@-webkit-keyframes scaleUpTo {
|
||||
to { opacity: 0; -webkit-transform: scale(1.5); }
|
||||
}
|
||||
@-moz-keyframes scaleUpTo {
|
||||
to { opacity: 0; -moz-transform: scale(1.5); }
|
||||
}
|
||||
@keyframes scaleUpTo {
|
||||
to { opacity: 0; transform: scale(1.5); }
|
||||
}
|
||||
13833
css/style.css
Normal file
13833
css/style.css
Normal file
File diff suppressed because it is too large
Load Diff
1227
css/text-rotator.css
Normal file
1227
css/text-rotator.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user